aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-01-06 05:27:40 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-01-06 05:27:40 +0000
commit2d55a0207d8caa8231b6ed41daeb9363ee7831d0 (patch)
treec7b307c8ecef5604f7b0608349cde3c86f0ab746 /security
parent47b4570f8752d55141fefab22ae6e514c531cc10 (diff)
downloadports-2d55a0207d8caa8231b6ed41daeb9363ee7831d0.tar.gz
ports-2d55a0207d8caa8231b6ed41daeb9363ee7831d0.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/md5coll/Makefile5
-rw-r--r--security/md5coll/pkg-descr2
2 files changed, 3 insertions, 4 deletions
diff --git a/security/md5coll/Makefile b/security/md5coll/Makefile
index d399359c3de9..e7d272613966 100644
--- a/security/md5coll/Makefile
+++ b/security/md5coll/Makefile
@@ -8,12 +8,13 @@
PORTNAME= md5coll
DISTVERSION= 0.1
CATEGORIES= security
-MASTER_SITES= http://www.stachliu.com/
+MASTER_SITES= http://www.stachliu.com/ \
+ http://mirror.roe.ch/dist/${PORTNAME}/${DISTVERSION}/
DISTNAME= ${PORTNAME}.c
EXTRACT_SUFX=
EXTRACT_ONLY=
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= daniel@roe.ch
COMMENT= Fast MD5 collision generator
ONLY_FOR_ARCHS= i386
diff --git a/security/md5coll/pkg-descr b/security/md5coll/pkg-descr
index bf77f2e7354c..d667a0041e5d 100644
--- a/security/md5coll/pkg-descr
+++ b/security/md5coll/pkg-descr
@@ -8,5 +8,3 @@ Implementation of paper by Xiaoyun Wang, et all.
Author: Patrick Stach <pstach@stachliu.com>
WWW: http://www.stachliu.com/collisions.html
-
--- lioux@FreeBSD.org