diff options
author | mharo <mharo@FreeBSD.org> | 2004-11-18 10:17:47 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-11-18 10:17:47 +0800 |
commit | 9baeec4847d63a267b4ddfea6ba2ded2098b3fcf (patch) | |
tree | 283c8447a034915173c8e966951c2325c818b62c | |
parent | 81b68697fe1b4c74df305931971d6ea49e234cdd (diff) | |
download | freebsd-ports-gnome-9baeec4847d63a267b4ddfea6ba2ded2098b3fcf.tar.gz freebsd-ports-gnome-9baeec4847d63a267b4ddfea6ba2ded2098b3fcf.tar.zst freebsd-ports-gnome-9baeec4847d63a267b4ddfea6ba2ded2098b3fcf.zip |
Update to latest release of sudo
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a16c15cc3b26..a2835f3f2038 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.8.3 +PORTVERSION= 1.6.8.4 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ @@ -19,7 +19,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://pluto.cdpa.nsysu.edu.tw/sudo/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ -DISTNAME= ${PORTNAME}-1.6.8p3 +DISTNAME= ${PORTNAME}-1.6.8p4 MAINTAINER= mharo@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 4d59cf74c4a6..77fa331b32e5 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,2 +1,2 @@ -MD5 (sudo-1.6.8p3.tar.gz) = b2293ece1b72d9d360bc6a6b3a588787 -SIZE (sudo-1.6.8p3.tar.gz) = 583791 +MD5 (sudo-1.6.8p4.tar.gz) = e25f0533a28f7be3f2073d7814ff07ef +SIZE (sudo-1.6.8p4.tar.gz) = 583961 |