svn commit: r464644 - branches/2018Q1/sysutils/e2fsprogs
Matthias Andree
mandree at FreeBSD.org
Thu Mar 15 22:33:21 UTC 2018
Author: mandree
Date: Thu Mar 15 22:33:20 2018
New Revision: 464644
URL: https://svnweb.freebsd.org/changeset/ports/464644
Log:
MFH: r462277 r462457 r464542
Mark broken on both armv6 and armv7.
Security/bug fix update to e2fsprogs 1.44.0.
Reset e2fsprogs-libuuid's PORTREVISION.
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.0>
Security: 2aa9967c-27e0-11e8-9ae1-080027ac955c
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 Thu Mar 15 22:18:21 2018 (r464643)
+++ branches/2018Q1/sysutils/e2fsprogs/Makefile Thu Mar 15 22:33:20 2018 (r464644)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= e2fsprogs
-PORTVERSION= 1.43.8
+PORTVERSION= 1.44.0
PORTREVISION?= 0
CATEGORIES?= sysutils
MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION}
@@ -20,6 +20,8 @@ PORTSCOUT= ignore # cannot handle the version in the d
.if !defined(MASTERDIR)
BROKEN_aarch64= fails to link: missing sbrk
+BROKEN_armv6= fails to build: Tests failed: f_pre_1970_date_encoding
+BROKEN_armv7= fails to build: Tests failed: f_pre_1970_date_encoding
.endif
USES= cpe gmake makeinfo pkgconfig tar:xz
Modified: branches/2018Q1/sysutils/e2fsprogs/distinfo
==============================================================================
--- branches/2018Q1/sysutils/e2fsprogs/distinfo Thu Mar 15 22:18:21 2018 (r464643)
+++ branches/2018Q1/sysutils/e2fsprogs/distinfo Thu Mar 15 22:33:20 2018 (r464644)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514978158
-SHA256 (e2fsprogs-1.43.8.tar.xz) = c0841d5fe724d49132158850f3975e886fccfcef642878dca2425a1b5d30b12a
-SIZE (e2fsprogs-1.43.8.tar.xz) = 5287448
+TIMESTAMP = 1521069997
+SHA256 (e2fsprogs-1.44.0.tar.xz) = a3567042f03fcee0e01db8f923b24cec92e2ba5b11f8e39e245672ad5392723d
+SIZE (e2fsprogs-1.44.0.tar.xz) = 5325356
More information about the svn-ports-all
mailing list