aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2002-04-22 23:30:41 +0800
committermharo <mharo@FreeBSD.org>2002-04-22 23:30:41 +0800
commitec4325384885ff0a4360899c9f18f6b33bb99b73 (patch)
tree4a0c7f0581d877b2322287273a632f5c3545f8cd /security/sudo/Makefile
parent388f42ec8cfdac1a45d60774d651dec7ae055bac (diff)
downloadfreebsd-ports-gnome-ec4325384885ff0a4360899c9f18f6b33bb99b73.tar.gz
freebsd-ports-gnome-ec4325384885ff0a4360899c9f18f6b33bb99b73.tar.zst
freebsd-ports-gnome-ec4325384885ff0a4360899c9f18f6b33bb99b73.zip
Patch sudo 1.6.5.2 with GlobalInterSec's sudo patch.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile4
1 files changed, 3 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