diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-01 12:13:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-01 12:13:54 +0000 |
commit | 7be606cdf63c50e178dab5bd297f53873130a449 (patch) | |
tree | ca8dac85ddb74edb40f31cdda0c5ae3b20d4f430 /security | |
parent | d3d9fcffc424eecdbd2bfdf7c0a4697f81f0b18b (diff) | |
download | ports-7be606cdf63c50e178dab5bd297f53873130a449.tar.gz ports-7be606cdf63c50e178dab5bd297f53873130a449.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/bcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/cksfv/Makefile | 3 | ||||
-rw-r--r-- | security/pkcrack/Makefile | 4 | ||||
-rw-r--r-- | security/tthsum/Makefile | 1 |
4 files changed, 9 insertions, 3 deletions
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index 1d308ca503f5..a61c359845cd 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -8,7 +8,9 @@ PORTNAME= bcrypt PORTVERSION= 1.1 CATEGORIES= security -MASTER_SITES= http://bcrypt.sourceforge.net/ +MASTER_SITES= http://bcrypt.sourceforge.net/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A cross-plattform blowfish encryption utility diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index cc4605963c31..826a81c68845 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -9,7 +9,8 @@ PORTNAME= cksfv PORTVERSION= 1.3.9 CATEGORIES= security MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create or manipulate Simple File Verification (SFV) checksum files diff --git a/security/pkcrack/Makefile b/security/pkcrack/Makefile index 7ae2e05f0e49..d844b42e3e36 100644 --- a/security/pkcrack/Makefile +++ b/security/pkcrack/Makefile @@ -8,7 +8,9 @@ PORTNAME= pkcrack PORTVERSION= 1.2.2 CATEGORIES= security -MASTER_SITES= http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/ +MASTER_SITES= http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A utility for breaking pkzip encryption diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index 8183de3f8ead..8f041348ff17 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -9,6 +9,7 @@ PORTNAME= tthsum PORTVERSION= 1.1.0 CATEGORIES= security MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ehaupt |