diff options
author | Michael Haro <mharo@FreeBSD.org> | 2002-04-22 15:30:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2002-04-22 15:30:41 +0000 |
commit | 30a7314a16b97c5467066a10d58ec61b20ad7879 (patch) | |
tree | 28c3f3beeb81827c2baa8b92300c15fcc28c9480 /security/sudo | |
parent | Oops, fix miscommit of patch. (diff) |
Patch sudo 1.6.5.2 with GlobalInterSec's sudo patch.
Notes
Notes:
svn path=/head/; revision=57985
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 5dfbc3d1b0f4..edb24729f50a 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.5.2 +PORTVERSION= 1.6.5.2.1 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ @@ -14,6 +14,8 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://ftp.stikman.com/pub/sudo/ \ ftp://ftp.uu.net/pub/security/sudo/ DISTNAME= ${PORTNAME}-1.6.5p2 +PATCHFILES= sudo-1.6.5p3.patch +PATCH_SITES= http://www.globalintersec.com/adv/files/ MAINTAINER= mharo@FreeBSD.org diff --git a/security/sudo/distinfo b/security/sudo/distinfo index e1dcf30dc5f4..34e49cac7f17 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1 +1,2 @@ MD5 (sudo-1.6.5p2.tar.gz) = 26e4f3ff0a721d0a42eed70cf4c33f43 +MD5 (sudo-1.6.5p3.patch) = 9f7aadf7a911d9435959df78ff8d76cf |