mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sudo: update to 1.9.13p2.
This commit is contained in:
parent
01c33fe85c
commit
6fca4f8abf
2 changed files with 15 additions and 34 deletions
|
@ -1,31 +1,12 @@
|
||||||
--- a/scripts/install-sh 2011-01-13 10:34:38.853561570 +0100
|
--- a/scripts/install-sh
|
||||||
+++ b/scripts/install-sh 2011-01-13 10:35:04.468525074 +0100
|
+++ b/scripts/install-sh
|
||||||
@@ -91,7 +91,6 @@ while ${MORETODO} ; do
|
@@ -163,6 +163,9 @@ while ${MORETODO} ; do
|
||||||
X-G)
|
esac
|
||||||
GROUP="$2"
|
${MORETODO} && shift
|
||||||
shift
|
done
|
||||||
- ${ROOT} && CHGROUPIT=true
|
+CHOWN=:
|
||||||
;;
|
+CHGRP=:
|
||||||
X-G*)
|
+CHMOD=:
|
||||||
if ${ROOT} ; then
|
|
||||||
@@ -110,12 +109,10 @@ while ${MORETODO} ; do
|
## Making a directory?
|
||||||
;;
|
if ${DIRMODE} ; then
|
||||||
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
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sudo'
|
# Template file for 'sudo'
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.9.12p2
|
version=1.9.13p2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor
|
configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor
|
||||||
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
||||||
|
@ -15,7 +15,7 @@ license="ISC"
|
||||||
homepage="https://www.sudo.ws/"
|
homepage="https://www.sudo.ws/"
|
||||||
changelog="https://www.sudo.ws/repos/sudo/raw-file/tip/NEWS"
|
changelog="https://www.sudo.ws/repos/sudo/raw-file/tip/NEWS"
|
||||||
distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz"
|
distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz"
|
||||||
checksum=b9a0b1ae0f1ddd9be7f3eafe70be05ee81f572f6f536632c44cd4101bb2a8539
|
checksum=df2004fde4c1033b1fdca339958e0ec633d393d604fcff9d1513abef1f94574d
|
||||||
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue