diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:40:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:40:02 +0000 |
commit | 71d6f49bcf64b4909c1f2b4f22697e0584ae9fd0 (patch) | |
tree | 63783ef35e8705382cf859308f2af2a10cd28de1 /security | |
parent | 72e02bab04f93ce63037ba1733ae451e7ecc1299 (diff) | |
download | ports-71d6f49bcf64b4909c1f2b4f22697e0584ae9fd0.tar.gz ports-71d6f49bcf64b4909c1f2b4f22697e0584ae9fd0.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/bcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/cksfv/Makefile | 2 | ||||
-rw-r--r-- | security/idea/Makefile | 2 | ||||
-rw-r--r-- | security/op/Makefile | 2 | ||||
-rw-r--r-- | security/pkcrack/Makefile | 2 | ||||
-rw-r--r-- | security/tthsum/Makefile | 2 | ||||
-rw-r--r-- | security/vpnc/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index 0b91f692f5cd..52f32485a7a1 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -5,7 +5,7 @@ PORTNAME= bcrypt PORTVERSION= 1.1 CATEGORIES= security MASTER_SITES= http://bcrypt.sourceforge.net/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cross-platform blowfish encryption utility diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index 0f41d362ce1f..d3a0566cb885 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -5,7 +5,7 @@ PORTNAME= cksfv PORTVERSION= 1.3.14 CATEGORIES= security MASTER_SITES= http://zakalwe.fi/~shd/foss/cksfv/files/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create or manipulate Simple File Verification (SFV) checksum files diff --git a/security/idea/Makefile b/security/idea/Makefile index 331779eaf602..a831c572ef23 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.de-moliner.ch/richard/downloads/ \ - CRITICAL + LOCAL/ehaupt DISTNAME= ${PORTNAME}.V${PORTVERSION} EXTRACT_SUFX= .tar.Z diff --git a/security/op/Makefile b/security/op/Makefile index cf725bb61aee..803b0a95c962 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -5,7 +5,7 @@ PORTNAME= op PORTVERSION= 1.32 CATEGORIES= security MASTER_SITES= http://swapoff.org/files/op/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Controlled privilege escalation tool diff --git a/security/pkcrack/Makefile b/security/pkcrack/Makefile index 01369cdd6733..a8f1c51e3ec6 100644 --- a/security/pkcrack/Makefile +++ b/security/pkcrack/Makefile @@ -5,7 +5,7 @@ PORTNAME= pkcrack PORTVERSION= 1.2.2 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility for breaking pkzip encryption diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index 957b759d96f3..f0bf85b835b9 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -5,7 +5,7 @@ PORTNAME= tthsum PORTVERSION= 1.3.2 CATEGORIES= security MASTER_SITES= http://tthsum.devs.nu/pkg/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for generating and checking TTH message digests diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 7be256bfbc64..23d233ad85e1 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.5.3 PORTREVISION= 10 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator |