Tue Nov 1 15:09:17 2011 UTC ()
Update sudo package to 1.7.8p1.

What's new in Sudo 1.7.8p1?

 * Fixed matching of a Runas_Alias in the group section of a
   Runas_Spec.


(taca)
diff -r1.131 -r1.132 pkgsrc/security/sudo/Makefile
diff -r1.74 -r1.75 pkgsrc/security/sudo/distinfo
diff -r1.1 -r0 pkgsrc/security/sudo/patches/patch-alias.c

cvs diff -r1.131 -r1.132 pkgsrc/security/sudo/Makefile (expand / switch to unified diff)

--- pkgsrc/security/sudo/Makefile 2011/08/18 12:45:05 1.131
+++ pkgsrc/security/sudo/Makefile 2011/11/01 15:09:17 1.132
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.131 2011/08/18 12:45:05 taca Exp $ 1# $NetBSD: Makefile,v 1.132 2011/11/01 15:09:17 taca Exp $
2# 2#
3 3
4DISTNAME= sudo-1.7.7 4DISTNAME= sudo-1.7.8p1
5PKGNAME= sudo-1.7.7 
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ 6MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
8 ftp://ftp.courtesan.com/pub/sudo/ \ 7 ftp://ftp.courtesan.com/pub/sudo/ \
9 ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ 8 ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \
10 ftp://ftp.twaren.net/Unix/Security/Sudo/ \ 9 ftp://ftp.twaren.net/Unix/Security/Sudo/ \
11 http://ftp.tux.org/pub/security/sudo/ 10 http://ftp.tux.org/pub/security/sudo/
12 11
13MAINTAINER= kim@tac.nyc.ny.us 12MAINTAINER= kim@tac.nyc.ny.us
14HOMEPAGE= http://www.courtesan.com/sudo/ 13HOMEPAGE= http://www.courtesan.com/sudo/
15COMMENT= Allow others to run commands as root 14COMMENT= Allow others to run commands as root
16LICENSE= modified-bsd 15LICENSE= modified-bsd
17 16
18PKG_INSTALLATION_TYPES= overwrite pkgviews 17PKG_INSTALLATION_TYPES= overwrite pkgviews

cvs diff -r1.74 -r1.75 pkgsrc/security/sudo/distinfo (expand / switch to unified diff)

--- pkgsrc/security/sudo/distinfo 2011/09/18 14:18:24 1.74
+++ pkgsrc/security/sudo/distinfo 2011/11/01 15:09:17 1.75
@@ -1,10 +1,9 @@ @@ -1,10 +1,9 @@
1$NetBSD: distinfo,v 1.74 2011/09/18 14:18:24 ryoon Exp $ 1$NetBSD: distinfo,v 1.75 2011/11/01 15:09:17 taca Exp $
2 2
3SHA1 (sudo-1.7.7.tar.gz) = cb0af05f4fa43920fff538687d4bd9a66ab3b251 3SHA1 (sudo-1.7.8p1.tar.gz) = e5d9016b7d3a4449b724483fe165dc13198ce44c
4RMD160 (sudo-1.7.7.tar.gz) = bd2464dba8a986e6172dd305fc6a1adba78d9779 4RMD160 (sudo-1.7.8p1.tar.gz) = a89e0c2d709cc8d8cbe4360f3e08d7459bca0a4c
5Size (sudo-1.7.7.tar.gz) = 1152132 bytes 5Size (sudo-1.7.8p1.tar.gz) = 1157350 bytes
6SHA1 (patch-aa) = 70aa1a1da2d0cd9c8c8d9cbeab747b85028511f7 6SHA1 (patch-aa) = 70aa1a1da2d0cd9c8c8d9cbeab747b85028511f7
7SHA1 (patch-af) = 0dce4ebbc82ab644565f71e8f472c407ddbaabf5 7SHA1 (patch-af) = 0dce4ebbc82ab644565f71e8f472c407ddbaabf5
8SHA1 (patch-ag) = fe8409164b61bdb229ca81d391de96898436ea0b 8SHA1 (patch-ag) = fe8409164b61bdb229ca81d391de96898436ea0b
9SHA1 (patch-alias.c) = efe15c21ec221b839806c8b22a6b5c351ac4bf80 
10SHA1 (patch-logging.c) = 26608d7423b77f71f17b37cc87f4b2e75978d7cb 9SHA1 (patch-logging.c) = 26608d7423b77f71f17b37cc87f4b2e75978d7cb

File Deleted: pkgsrc/security/sudo/patches/Attic/patch-alias.c