Update security/sudo to 1.8.17p1
MFH: 2016Q2 Sponsored by: Rubicon Communications (Netgate)
This commit is contained in:
parent
6d1c754742
commit
89ace70eb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417338
3 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sudo
|
||||
PORTVERSION= 1.8.17
|
||||
PORTVERSION= 1.8.17p1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SUDO
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1466427088
|
||||
SHA256 (sudo-1.8.17.tar.gz) = 62b12c4fa9a3ad4f20f6e7576bc6405b2ec8d76222ea44a1c94830c68cccec8c
|
||||
SIZE (sudo-1.8.17.tar.gz) = 2786216
|
||||
TIMESTAMP = 1466628964
|
||||
SHA256 (sudo-1.8.17p1.tar.gz) = c690d707fb561b3ecdf6a6de5563bc0b769388eff201c851edbace408bb155cc
|
||||
SIZE (sudo-1.8.17p1.tar.gz) = 2786618
|
||||
|
|
|
@ -2,9 +2,7 @@ bin/sudo
|
|||
bin/sudoedit
|
||||
bin/sudoreplay
|
||||
@sample etc/sudoers.sample
|
||||
@preunexec if cmp -s %D/etc/pam.d/sudo.default %D/etc/pam.d/sudo; then rm -f %D/etc/pam.d/sudo ; fi
|
||||
etc/pam.d/sudo.default
|
||||
@postexec if [ ! -f %D/etc/pam.d/sudo ] ; then cp -p %D/%F %B/sudo; fi
|
||||
@sample etc/pam.d/sudo.default etc/pam.d/sudo
|
||||
include/sudo_plugin.h
|
||||
libexec/sudo/group_file.so
|
||||
libexec/sudo/libsudo_util.so
|
||||
|
|
Loading…
Reference in a new issue