sudo: update to 1.8.6p8.
This commit is contained in:
parent
f3a91f256e
commit
98388f5cd2
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'sudo'.
|
||||
pkgname=sudo
|
||||
version=1.8.6p7
|
||||
version=1.8.6p8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gratisoft.us/sudo/"
|
||||
license="ISC, BSD, zlib"
|
||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||
checksum=301089edb22356f59d097f6abbe1303f03927a38691b02959d618546c2125036
|
||||
checksum=c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/sudo.pam 644 etc/pam.d sudo
|
||||
|
@ -25,7 +25,6 @@ post_install() {
|
|||
sudo_package() {
|
||||
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue