sudo: update to 1.9.13p2.

This commit is contained in:
Đoàn Trần Công Danh 2023-03-02 17:29:49 +07:00
parent 01c33fe85c
commit 6fca4f8abf
2 changed files with 15 additions and 34 deletions

View file

@ -1,31 +1,12 @@
--- a/scripts/install-sh 2011-01-13 10:34:38.853561570 +0100
+++ b/scripts/install-sh 2011-01-13 10:35:04.468525074 +0100
@@ -91,7 +91,6 @@ while ${MORETODO} ; do
X-G)
GROUP="$2"
shift
- ${ROOT} && CHGROUPIT=true
;;
X-G*)
if ${ROOT} ; then
@@ -110,12 +109,10 @@ while ${MORETODO} ; do
;;
X-M)
MODE="$2"
- ${ROOT} && CHMODIT=true
shift
;;
X-M*)
MODE="`echo \"$1\" | sed 's/^..//'`"
- ${ROOT} && CHMODIT=true
;;
X-n)
TOUCHIT=false
@@ -132,7 +129,6 @@ while ${MORETODO} ; do
X-O)
OWNER="$2"
shift
- ${ROOT} && CHOWNIT=true
;;
X-O*)
if ${ROOT} ; then
--- a/scripts/install-sh
+++ b/scripts/install-sh
@@ -163,6 +163,9 @@ while ${MORETODO} ; do
esac
${MORETODO} && shift
done
+CHOWN=:
+CHGRP=:
+CHMOD=:
## Making a directory?
if ${DIRMODE} ; then

View file

@ -1,7 +1,7 @@
# Template file for 'sudo'
pkgname=sudo
version=1.9.12p2
revision=2
version=1.9.13p2
revision=1
build_style=gnu-configure
configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
@ -15,7 +15,7 @@ license="ISC"
homepage="https://www.sudo.ws/"
changelog="https://www.sudo.ws/repos/sudo/raw-file/tip/NEWS"
distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz"
checksum=b9a0b1ae0f1ddd9be7f3eafe70be05ee81f572f6f536632c44cd4101bb2a8539
checksum=df2004fde4c1033b1fdca339958e0ec633d393d604fcff9d1513abef1f94574d
conf_files="/etc/pam.d/sudo /etc/sudoers"
lib32disabled=yes