svn commit: r458685 - branches/2018Q1/sysutils/e2fsprogs

Matthias Andree mandree at FreeBSD.org
Wed Jan 10 19:47:13 UTC 2018


Author: mandree
Date: Wed Jan 10 19:47:11 2018
New Revision: 458685
URL: https://svnweb.freebsd.org/changeset/ports/458685

Log:
  MFH: r457962
  
  Bugfix update to new upstream release 1.43.8.
  
  This fixes a few important bugs where updates are missed, displayed data is
  incorrect, a use-after-free-bug and fixes important bugs WRT super block
  handling on big-endian systems (missed byte-swaps).
  
  Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.8>
  
  Approved by:	ports-secteam (swills)

Modified:
  branches/2018Q1/sysutils/e2fsprogs/Makefile
  branches/2018Q1/sysutils/e2fsprogs/distinfo
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/sysutils/e2fsprogs/Makefile
==============================================================================
--- branches/2018Q1/sysutils/e2fsprogs/Makefile	Wed Jan 10 19:44:08 2018	(r458684)
+++ branches/2018Q1/sysutils/e2fsprogs/Makefile	Wed Jan 10 19:47:11 2018	(r458685)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	e2fsprogs
-PORTVERSION=	1.43.7
-PORTREVISION?=	4
+PORTVERSION=	1.43.8
+PORTREVISION?=	0
 CATEGORIES?=	sysutils
 MASTER_SITES=	KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION}
 
@@ -25,7 +25,10 @@ BROKEN_aarch64=		fails to link: missing sbrk
 USES=		cpe gmake makeinfo pkgconfig tar:xz
 CPE_VENDOR=	e2fsprogs_project
 USE_CSTD=	gnu99
-USE_LDCONFIG=	yes
+# this seems a bit redundant to the --rpath below, but
+# the latter should be more robust in case someone needs
+# to deal with the file systems from a system not yet fully booted.
+USE_LDCONFIG=	${LOCALBASE}/lib/e2fsprogs
 GNU_CONFIGURE=	yes
 LLD_UNSAFE=	yes
 CONFIGURE_ARGS?=--disable-fsck \

Modified: branches/2018Q1/sysutils/e2fsprogs/distinfo
==============================================================================
--- branches/2018Q1/sysutils/e2fsprogs/distinfo	Wed Jan 10 19:44:08 2018	(r458684)
+++ branches/2018Q1/sysutils/e2fsprogs/distinfo	Wed Jan 10 19:47:11 2018	(r458685)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508879954
-SHA256 (e2fsprogs-1.43.7.tar.xz) = 2a6367289047d68d9ba6a46cf89ab9a1efd0556cde02a51ebaf414ff51edded9
-SIZE (e2fsprogs-1.43.7.tar.xz) = 5286684
+TIMESTAMP = 1514978158
+SHA256 (e2fsprogs-1.43.8.tar.xz) = c0841d5fe724d49132158850f3975e886fccfcef642878dca2425a1b5d30b12a
+SIZE (e2fsprogs-1.43.8.tar.xz) = 5287448


More information about the svn-ports-branches mailing list