From owner-svn-ports-all@freebsd.org Wed Jan 3 12:35:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1102AEBD5CE; Wed, 3 Jan 2018 12:35:14 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF0A6727E0; Wed, 3 Jan 2018 12:35:13 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w03CZCsv051975; Wed, 3 Jan 2018 12:35:12 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w03CZCUK051973; Wed, 3 Jan 2018 12:35:12 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201801031235.w03CZCUK051973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 3 Jan 2018 12:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457962 - head/sysutils/e2fsprogs X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/sysutils/e2fsprogs X-SVN-Commit-Revision: 457962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2018 12:35:14 -0000 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: 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