summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-11-01 15:09:17 +0000
committertaca <taca@pkgsrc.org>2011-11-01 15:09:17 +0000
commit2656f277335262de9e5b31e85a85b1b48310f938 (patch)
treeb6cf37a5ce466c50aac8a5682a1f1fd7a5a169da /security/sudo
parent69f00755ca4d497787a8648174ba720755a9b6e7 (diff)
downloadpkgsrc-2656f277335262de9e5b31e85a85b1b48310f938.tar.gz
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.
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile5
-rw-r--r--security/sudo/distinfo9
-rw-r--r--security/sudo/patches/patch-alias.c17
3 files changed, 6 insertions, 25 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 777d2839284..8fd692ffb54 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.131 2011/08/18 12:45:05 taca Exp $
+# $NetBSD: Makefile,v 1.132 2011/11/01 15:09:17 taca Exp $
#
-DISTNAME= sudo-1.7.7
-PKGNAME= sudo-1.7.7
+DISTNAME= sudo-1.7.8p1
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index 0085e875628..3e33150cbe4 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.74 2011/09/18 14:18:24 ryoon Exp $
+$NetBSD: distinfo,v 1.75 2011/11/01 15:09:17 taca Exp $
-SHA1 (sudo-1.7.7.tar.gz) = cb0af05f4fa43920fff538687d4bd9a66ab3b251
-RMD160 (sudo-1.7.7.tar.gz) = bd2464dba8a986e6172dd305fc6a1adba78d9779
-Size (sudo-1.7.7.tar.gz) = 1152132 bytes
+SHA1 (sudo-1.7.8p1.tar.gz) = e5d9016b7d3a4449b724483fe165dc13198ce44c
+RMD160 (sudo-1.7.8p1.tar.gz) = a89e0c2d709cc8d8cbe4360f3e08d7459bca0a4c
+Size (sudo-1.7.8p1.tar.gz) = 1157350 bytes
SHA1 (patch-aa) = 70aa1a1da2d0cd9c8c8d9cbeab747b85028511f7
SHA1 (patch-af) = 0dce4ebbc82ab644565f71e8f472c407ddbaabf5
SHA1 (patch-ag) = fe8409164b61bdb229ca81d391de96898436ea0b
-SHA1 (patch-alias.c) = efe15c21ec221b839806c8b22a6b5c351ac4bf80
SHA1 (patch-logging.c) = 26608d7423b77f71f17b37cc87f4b2e75978d7cb
diff --git a/security/sudo/patches/patch-alias.c b/security/sudo/patches/patch-alias.c
deleted file mode 100644
index 9903dcf6b57..00000000000
--- a/security/sudo/patches/patch-alias.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-alias.c,v 1.1 2011/09/18 14:18:25 ryoon Exp $
-
---- alias.c.orig 2011-08-13 18:39:45 +0000
-+++ alias.c
-@@ -40,11 +40,11 @@
- # include <unistd.h>
- #endif /* HAVE_UNISTD_H */
-
-+#include <errno.h>
- #include "sudo.h"
- #include "parse.h"
- #include "redblack.h"
- #include <gram.h>
--#include <errno.h>
-
- /*
- * Globals