diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-06-15 09:47:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:40:37 +0200 |
commit | f7d6579b47a38bf83782a7be5c0c1be3c0a6eb9a (patch) | |
tree | c957d63e072df398762f90ec0987271f7a65c5cd /tools/e2fsprogs/Makefile | |
parent | 8be111d0ac686b95ea29475054d95f01783a1efe (diff) | |
download | upstream-f7d6579b47a38bf83782a7be5c0c1be3c0a6eb9a.tar.gz upstream-f7d6579b47a38bf83782a7be5c0c1be3c0a6eb9a.tar.bz2 upstream-f7d6579b47a38bf83782a7be5c0c1be3c0a6eb9a.zip |
tools/e2fsprogs: Update to 1.45.3
Update e2fsprogs to 1.45.3
Remove OpenBSD patch
Remove Darwin patch, neither macports or brew patches these files
Add patch to avoid crond detection on host OS
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit 234f7a9e5dccfaa449d75a120ef90080d0715436)
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 db93c3beea..a4523137ac 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs PKG_CPE_ID:=cpe:/a:e2fsprogs_project:e2fsprogs -PKG_VERSION:=1.44.5 -PKG_HASH:=ba5eb3069d69160d96818bb9700de9ab5a8458d9add1fd85d427c0000d34c5b9 +PKG_VERSION:=1.45.3 +PKG_HASH:=90d10066b815e27b0b4875f0d5e396c663e0bf55aa3ca10868978d10c6ffe595 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |