diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2023-12-18 12:04:01 +0200 |
---|---|---|
committer | Alexandru Ardelean <alex@shruggie.ro> | 2023-12-18 13:49:53 +0200 |
commit | 62f4f97bdbe2ba660d3a31ad8f24cbc374910f9c (patch) | |
tree | 63f9e1caaab6fb5565795833c3e58ec1112d187f /admin | |
parent | 05d5984ea558e0baecd34e3824190dc87762d5c1 (diff) |
sudo: bump to verison 1.9.15p4
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 | ||||
-rw-r--r-- | admin/sudo/test.sh | 7 |
3 files changed, 10 insertions, 3 deletions
diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 405792973..cecf9329e 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sudo -PKG_VERSION:=1.9.14p3 +PKG_VERSION:=1.9.15p4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.sudo.ws/dist -PKG_HASH:=a08318b1c4bc8582c004d4cd9ae2903abc549e7e46ba815e41fe81d1c0782b62 +PKG_HASH:=2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532 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 68c24ee05..1bd300668 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 -@@ -74,7 +74,7 @@ EGREP = @EGREP@ +@@ -75,7 +75,7 @@ EGREP = @EGREP@ SED = @SED@ INSTALL = $(SHELL) $(scriptdir)/install-sh -c diff --git a/admin/sudo/test.sh b/admin/sudo/test.sh new file mode 100644 index 000000000..9d20c085b --- /dev/null +++ b/admin/sudo/test.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +case "$1" in + sudo) + sudo --version | grep "$2" + ;; +esac |