svn commit: r376407 - in head/security: bcrypt cksfv idea op pkcrack tthsum vpnc

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jan 6 09:40:05 UTC 2015


Author: ehaupt
Date: Tue Jan  6 09:40:02 2015
New Revision: 376407
URL: https://svnweb.freebsd.org/changeset/ports/376407
QAT: https://qat.redports.org/buildarchive/r376407/

Log:
  Move MASTER_SITES from CRITICAL to LOCAL/ehaupt

Modified:
  head/security/bcrypt/Makefile
  head/security/cksfv/Makefile
  head/security/idea/Makefile
  head/security/op/Makefile
  head/security/pkcrack/Makefile
  head/security/tthsum/Makefile
  head/security/vpnc/Makefile

Modified: head/security/bcrypt/Makefile
==============================================================================
--- head/security/bcrypt/Makefile	Tue Jan  6 09:39:53 2015	(r376406)
+++ head/security/bcrypt/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
@@ -5,7 +5,7 @@ PORTNAME=	bcrypt
 PORTVERSION=	1.1
 CATEGORIES=	security
 MASTER_SITES=	http://bcrypt.sourceforge.net/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Cross-platform blowfish encryption utility

Modified: head/security/cksfv/Makefile
==============================================================================
--- head/security/cksfv/Makefile	Tue Jan  6 09:39:53 2015	(r376406)
+++ head/security/cksfv/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
@@ -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 at FreeBSD.org
 COMMENT=	Create or manipulate Simple File Verification (SFV) checksum files

Modified: head/security/idea/Makefile
==============================================================================
--- head/security/idea/Makefile	Tue Jan  6 09:39:53 2015	(r376406)
+++ head/security/idea/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
@@ -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
 

Modified: head/security/op/Makefile
==============================================================================
--- head/security/op/Makefile	Tue Jan  6 09:39:53 2015	(r376406)
+++ head/security/op/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
@@ -5,7 +5,7 @@ PORTNAME=	op
 PORTVERSION=	1.32
 CATEGORIES=	security
 MASTER_SITES=	http://swapoff.org/files/op/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Controlled privilege escalation tool

Modified: head/security/pkcrack/Makefile
==============================================================================
--- head/security/pkcrack/Makefile	Tue Jan  6 09:39:53 2015	(r376406)
+++ head/security/pkcrack/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
@@ -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 at FreeBSD.org
 COMMENT=	Utility for breaking pkzip encryption

Modified: head/security/tthsum/Makefile
==============================================================================
--- head/security/tthsum/Makefile	Tue Jan  6 09:39:53 2015	(r376406)
+++ head/security/tthsum/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
@@ -5,7 +5,7 @@ PORTNAME=	tthsum
 PORTVERSION=	1.3.2
 CATEGORIES=	security
 MASTER_SITES=	http://tthsum.devs.nu/pkg/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Command-line utility for generating and checking TTH message digests

Modified: head/security/vpnc/Makefile
==============================================================================
--- head/security/vpnc/Makefile	Tue Jan  6 09:39:53 2015	(r376406)
+++ head/security/vpnc/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
@@ -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 at FreeBSD.org
 COMMENT=	Client for Cisco 3000 VPN Concentrator


More information about the svn-ports-all mailing list