diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2023-07-16 00:02:40 +0300 |
---|---|---|
committer | Alexandru Ardelean <alex@shruggie.ro> | 2023-07-16 00:22:08 +0300 |
commit | 7953466d7f78ba4ff28a9a4b705f09e46585e2eb (patch) | |
tree | 1ac64ce475327ff4ad033a5e3ab4639ab372a297 /admin | |
parent | 1cb2590c1743eeb4c357b1f0d7e3fb47b3640ae6 (diff) |
sudo: bump to verison 1.9.14p1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/sudo/Makefile | 4 | ||||
-rw-r--r-- | admin/sudo/patches/020-no-owner-change.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 8b67832ca..b6a84a378 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sudo -PKG_VERSION:=1.9.13p3 +PKG_VERSION:=1.9.14p1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.sudo.ws/dist -PKG_HASH:=92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b +PKG_HASH:=e91bf5ef2e09d857ee901c3465cf7ddb37e43c763b65d19fa0862d1dec128faf PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> diff --git a/admin/sudo/patches/020-no-owner-change.patch b/admin/sudo/patches/020-no-owner-change.patch index 1dbc0a251..68c24ee05 100644 --- a/admin/sudo/patches/020-no-owner-change.patch +++ b/admin/sudo/patches/020-no-owner-change.patch @@ -1,6 +1,6 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -73,7 +73,7 @@ EGREP = @EGREP@ +@@ -74,7 +74,7 @@ EGREP = @EGREP@ SED = @SED@ INSTALL = $(SHELL) $(scriptdir)/install-sh -c |