Skip to content

Commit

Permalink
tools/e2fsprogs: Update to 1.45.3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
diizzyy authored and hauke committed Aug 17, 2019
1 parent 33411ee commit 234f7a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 36 deletions.
4 changes: 2 additions & 2 deletions tools/e2fsprogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions tools/e2fsprogs/patches/003-no-crond.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/configure
+++ b/configure
@@ -14525,7 +14525,7 @@ $as_echo_n "checking for system crontab

{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${crond_dir}" >&5
$as_echo "${crond_dir}" >&6; }
- have_crond="yes"
+ have_crond="no"; with_crond_dir=""

else

12 changes: 0 additions & 12 deletions tools/e2fsprogs/patches/003-openbsd-compat.patch

This file was deleted.

22 changes: 0 additions & 22 deletions tools/e2fsprogs/patches/004-darwin-compat.patch

This file was deleted.

0 comments on commit 234f7a9

Please sign in to comment.