aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-02-27 21:18:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-02-27 21:18:31 +0000
commit9cbfcccd9ae4897e49c8927435d79acd91bac7ae (patch)
treee36c201f20fcd7291d5e5eed8a9c7d0f594b0e8f /security
parent9c039db7e25fd576ec6798146bbf1bc6fe837e08 (diff)
downloadports-9cbfcccd9ae4897e49c8927435d79acd91bac7ae.tar.gz
ports-9cbfcccd9ae4897e49c8927435d79acd91bac7ae.zip
Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past. Hat: portmgr
Notes
Notes: svn path=/head/; revision=186167
Diffstat (limited to 'security')
-rw-r--r--security/borzoi/Makefile2
-rw-r--r--security/ccrypt/Makefile2
-rw-r--r--security/flawfinder/Makefile2
-rw-r--r--security/kripp/Makefile2
-rw-r--r--security/libidea/Makefile2
-rw-r--r--security/nettle/Makefile2
-rw-r--r--security/nettle2/Makefile2
-rw-r--r--security/p5-Crypt-Blowfish_PP/Makefile2
-rw-r--r--security/p5-Crypt-CipherSaber/Makefile2
-rw-r--r--security/p5-SHA/Makefile2
-rw-r--r--security/sslsniffer/Makefile2
-rw-r--r--security/xmlsec/Makefile2
-rw-r--r--security/xmlsec1/Makefile2
13 files changed, 13 insertions, 13 deletions
diff --git a/security/borzoi/Makefile b/security/borzoi/Makefile
index 26d688b734ef..7eaac2e04131 100644
--- a/security/borzoi/Makefile
+++ b/security/borzoi/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= http://dragongate-technologies.com/borzoi/
DISTNAME= borZoi-${PORTVERSION}
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= An Elliptic Curve Cryptography Library
BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile
index 8dea3602d2e9..deb598d0ce41 100644
--- a/security/ccrypt/Makefile
+++ b/security/ccrypt/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= A command-line utility for encrypting and decrypting files and streams
USE_GETOPT_LONG=yes
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
index 65ad2512242d..8a843b995192 100644
--- a/security/flawfinder/Makefile
+++ b/security/flawfinder/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.dwheeler.com/flawfinder/ \
${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= UNIX/security
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= Examines source code looking for security weaknesses
USE_PYTHON= yes
diff --git a/security/kripp/Makefile b/security/kripp/Makefile
index 331fc770fee0..cee4e567d525 100644
--- a/security/kripp/Makefile
+++ b/security/kripp/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \
http://konst.org.ua/download/
MASTER_SITE_SUBDIR= sniffers
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight network password sniffer
USE_PERL5_RUN= yes
diff --git a/security/libidea/Makefile b/security/libidea/Makefile
index d4d741a43491..33e827c2f157 100644
--- a/security/libidea/Makefile
+++ b/security/libidea/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \
ftp://ftp.ntnu.no/pub/unix/security/ \
ftp://ftp.sunsite.org.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/libeay/
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= IDEA block cipher library
RESTRICTED= "Crypto; IDEA is a patented algorithm that requires proper licensing"
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index 92ddffef7bfc..2b6c84820928 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= A low-level cryptographic library
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
diff --git a/security/nettle2/Makefile b/security/nettle2/Makefile
index 92ddffef7bfc..2b6c84820928 100644
--- a/security/nettle2/Makefile
+++ b/security/nettle2/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= A low-level cryptographic library
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile
index 0c0c36f8d715..c301e7458070 100644
--- a/security/p5-Crypt-Blowfish_PP/Makefile
+++ b/security/p5-Crypt-Blowfish_PP/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= Blowfish encryption algorithm implemented purely in Perl
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile
index 07c326ed3014..630dabaa16d8 100644
--- a/security/p5-Crypt-CipherSaber/Makefile
+++ b/security/p5-Crypt-CipherSaber/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module providing an OO interface to CipherSaber encryption
BUILD_DEPENDS= ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile
index c5f18ff34409..4cf6038382d0 100644
--- a/security/p5-SHA/Makefile
+++ b/security/p5-SHA/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/G/GA/GAAS/
PKGNAMEPREFIX= p5-
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 interface to the SHA1 algorithm
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
diff --git a/security/sslsniffer/Makefile b/security/sslsniffer/Makefile
index a48aa7ebc55c..6d4a1610c178 100644
--- a/security/sslsniffer/Makefile
+++ b/security/sslsniffer/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.21
CATEGORIES= security net
MASTER_SITES= http://crypto.stanford.edu/~eujin/sslsniffer/
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= SSLv3/TLS and SSLv2 sniffer
USE_OPENSSL= Yes
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile
index 6d321d12b84b..7b49a3823ca6 100644
--- a/security/xmlsec/Makefile
+++ b/security/xmlsec/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.xmlsoft.org/xmlsec/releases/ \
ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases/
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= XML Security Library
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 8560215c95e9..d9634c63f39b 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.xmlsoft.org/xmlsec/releases/ \
ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases/
-MAINTAINER= jim@corebsd.or.id
+MAINTAINER= ports@FreeBSD.org
COMMENT= XML Security Library
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config