Date: Sun, 10 Sep 2017 16:01:18 +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: r449579 - in head/sysutils/e2fsprogs: . files Message-ID: <201709101601.v8AG1I1L086092@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sun Sep 10 16:01:18 2017 New Revision: 449579 URL: https://svnweb.freebsd.org/changeset/ports/449579 Log: Update to new upstream release 1.43.6. This fixes FreeBSD-related regressions observed in 1.43.4 and 1.43.5, and portability issues around quota support on 32-bit builds. Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.6> [The MFH request will also need to take 1.43.5 upgrades into account, so the easiest would probably to merge the entire history since branching.] MFH: 2017Q3 Deleted: head/sysutils/e2fsprogs/files/patch-lib__ext2fs__unix_io.c head/sysutils/e2fsprogs/files/patch-lib_support_mkquota.c Modified: head/sysutils/e2fsprogs/Makefile head/sysutils/e2fsprogs/distinfo Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Sun Sep 10 15:16:03 2017 (r449578) +++ head/sysutils/e2fsprogs/Makefile Sun Sep 10 16:01:18 2017 (r449579) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= e2fsprogs -PORTVERSION= 1.43.5 -PORTREVISION?= 1 +PORTVERSION= 1.43.6 +PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} Modified: head/sysutils/e2fsprogs/distinfo ============================================================================== --- head/sysutils/e2fsprogs/distinfo Sun Sep 10 15:16:03 2017 (r449578) +++ head/sysutils/e2fsprogs/distinfo Sun Sep 10 16:01:18 2017 (r449579) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502496004 -SHA256 (e2fsprogs-1.43.5.tar.xz) = 261f3d9ade383fbf032a19140c9c25e998cc0f71a1ae686614fb3ae0eb955a17 -SIZE (e2fsprogs-1.43.5.tar.xz) = 5301436 +TIMESTAMP = 1505057223 +SHA256 (e2fsprogs-1.43.6.tar.xz) = c9b226234ee878a8d89951f3b155cec7416dd0ec09c932c855f1b1df8ad93402 +SIZE (e2fsprogs-1.43.6.tar.xz) = 5288388
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709101601.v8AG1I1L086092>