MFH: r457962
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> Approved by: ports-secteam (swills)
This commit is contained in:
parent
14ee654756
commit
31d822d6ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q1/; revision=458685
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user