Date: Wed, 3 Jan 2018 12:35:12 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457962 - head/sysutils/e2fsprogs Message-ID: <201801031235.w03CZCUK051973@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Wed Jan 3 12:35:12 2018 New Revision: 457962 URL: https://svnweb.freebsd.org/changeset/ports/457962 Log: 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> MFH: 2018Q1 Modified: head/sysutils/e2fsprogs/Makefile head/sysutils/e2fsprogs/distinfo Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Wed Jan 3 12:33:28 2018 (r457961) +++ head/sysutils/e2fsprogs/Makefile Wed Jan 3 12:35:12 2018 (r457962) @@ -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: head/sysutils/e2fsprogs/distinfo ============================================================================== --- head/sysutils/e2fsprogs/distinfo Wed Jan 3 12:33:28 2018 (r457961) +++ head/sysutils/e2fsprogs/distinfo Wed Jan 3 12:35:12 2018 (r457962) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801031235.w03CZCUK051973>