sudo: update to 1.9.16p1.
This commit is contained in:
parent
3fd2895360
commit
6de1eaf40a
|
@ -1,11 +0,0 @@
|
||||||
--- a/scripts/install-sh
|
|
||||||
+++ b/scripts/install-sh
|
|
||||||
@@ -163,6 +163,8 @@ while ${MORETODO} ; do
|
|
||||||
esac
|
|
||||||
${MORETODO} && shift
|
|
||||||
done
|
|
||||||
+CHOWN=:
|
|
||||||
+CHGRP=:
|
|
||||||
|
|
||||||
## Making a directory?
|
|
||||||
if ${DIRMODE} ; then
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sudo'
|
# Template file for 'sudo'
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.9.15p4
|
version=1.9.16p1
|
||||||
revision=1
|
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
|
||||||
|
@ -8,14 +8,14 @@ configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --w
|
||||||
--with-logfac=auth --disable-root-mailer --enable-pie --with-mdoc
|
--with-logfac=auth --disable-root-mailer --enable-pie --with-mdoc
|
||||||
--sbindir=/usr/bin --disable-log-server"
|
--sbindir=/usr/bin --disable-log-server"
|
||||||
hostmakedepends="groff"
|
hostmakedepends="groff"
|
||||||
makedepends="zlib-devel pam-devel"
|
makedepends="zlib-devel pam-devel openssl-devel"
|
||||||
short_desc="Allow others to run commands as root"
|
short_desc="Allow others to run commands as root"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="ISC"
|
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=2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532
|
checksum=404994e23ae8bcf4be59ed6fd3759ad70a8cefa9bcf71640b33f176afec243b0
|
||||||
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue