diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-09-08 09:42:23 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-16 22:22:44 +0200 |
commit | ed617fd8f2f39e18ad435883db5b4100e6f7f977 (patch) | |
tree | 5c06043aa72913130d0faff345bb755737fb7c7a /tools/e2fsprogs/Makefile | |
parent | b0f26243feea1b6f4341d7a2e08e9650089ed674 (diff) | |
download | upstream-ed617fd8f2f39e18ad435883db5b4100e6f7f977.tar.gz upstream-ed617fd8f2f39e18ad435883db5b4100e6f7f977.tar.bz2 upstream-ed617fd8f2f39e18ad435883db5b4100e6f7f977.zip |
tools/e2fsprogs: Update to 1.43.6
Update e2fsprogs to 1.43.6
* Remove FreeBSD patch as it's not needed, FreeBSD 9.1 is EoL and this
is compiling on FreeBSD 11.1.
* Remove libmagic patch, RHEL 5 is EoL (End of Production Phase) since
March 31, 2017.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/e2fsprogs/Makefile')
-rw-r--r-- | tools/e2fsprogs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 04befc9c80..0c054b13ca 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.43.5 -PKG_HASH:=261f3d9ade383fbf032a19140c9c25e998cc0f71a1ae686614fb3ae0eb955a17 +PKG_VERSION:=1.43.6 +PKG_HASH:=c9b226234ee878a8d89951f3b155cec7416dd0ec09c932c855f1b1df8ad93402 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |