From 62f4f97bdbe2ba660d3a31ad8f24cbc374910f9c Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Dec 2023 12:04:01 +0200 Subject: [PATCH] sudo: bump to verison 1.9.15p4 Signed-off-by: Alexandru Ardelean --- admin/sudo/Makefile | 4 ++-- admin/sudo/patches/020-no-owner-change.patch | 2 +- admin/sudo/test.sh | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 admin/sudo/test.sh diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 4057929732..cecf9329ef 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 diff --git a/admin/sudo/patches/020-no-owner-change.patch b/admin/sudo/patches/020-no-owner-change.patch index 68c24ee059..1bd3006682 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 0000000000..9d20c085b3 --- /dev/null +++ b/admin/sudo/test.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +case "$1" in + sudo) + sudo --version | grep "$2" + ;; +esac