diff options
author | mharo <mharo@FreeBSD.org> | 2002-01-15 10:56:33 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2002-01-15 10:56:33 +0800 |
commit | e7c26e859113ae846fab2e13f1b0bd7d4a5ecd18 (patch) | |
tree | bd0bf2008ac36a4521c550e249d2c17eb4f2c550 /security/sudo/Makefile | |
parent | 3746c544afe3cecae036bab89cdd27f442a77a8c (diff) | |
download | freebsd-ports-gnome-e7c26e859113ae846fab2e13f1b0bd7d4a5ecd18.tar.gz freebsd-ports-gnome-e7c26e859113ae846fab2e13f1b0bd7d4a5ecd18.tar.zst freebsd-ports-gnome-e7c26e859113ae846fab2e13f1b0bd7d4a5ecd18.zip |
Update to 1.6.4.1, which fixes a security hole when sending email
notifications
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index d5a2679b91cd..5c082ea3cb1f 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,13 +6,14 @@ # PORTNAME= sudo -PORTVERSION= 1.6.3.7 -PORTREVISION= 2 +PORTVERSION= 1.6.4.1 +PORTREVISION= 0 CATEGORIES= security -MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ +MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ + ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ \ ftp://ftp.uu.net/pub/security/sudo/ -DISTNAME= ${PORTNAME}-1.6.3p7 +DISTNAME= ${PORTNAME}-1.6.4p1 MAINTAINER= mharo@FreeBSD.org |