Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 22:33:20 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r464644 - branches/2018Q1/sysutils/e2fsprogs
Message-ID:  <201803152233.w2FMXKO4061497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803152233.w2FMXKO4061497>