diff options
author | seb <seb@pkgsrc.org> | 2005-12-27 13:54:57 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-12-27 13:54:57 +0000 |
commit | 37d945e2298fe5132c5b4b5a2c23122a29bef488 (patch) | |
tree | 1d4a29cae17d519c49eaaab5bc20a450fb22b3ab /security | |
parent | b46eedb06480e350ac4f46bce754101781c89bce (diff) | |
download | pkgsrc-37d945e2298fe5132c5b4b5a2c23122a29bef488.tar.gz |
Lower expectations, both others' and mine: relinquish stewardship
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Module-Signature/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Net-SSH/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile.common | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 4e6eb800c37..830b39dcfcb 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/27 13:54:59 seb Exp $ # DISTNAME= Crypt-DH-0.06 @@ -7,7 +7,7 @@ SVR4_PKGNAME= p5cdh CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} -MAINTAINER= seb@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-DH/ COMMENT= Perl5 module for the Diffie-Hellman key exchange system diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 3aba2350aee..bba8d569eb3 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/11/23 22:40:48 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/27 13:54:59 seb Exp $ # DISTNAME= Digest-SHA-5.31 @@ -6,7 +6,7 @@ PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} -MAINTAINER= seb@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ COMMENT= Perl module for SHA-1/224/256/384/512 algorithms diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index d8842d1a051..43e2f6e4c82 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:30 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/27 13:54:59 seb Exp $ # DISTNAME= Module-Signature-0.44 @@ -8,7 +8,7 @@ PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} -MAINTAINER= seb@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Signature/ COMMENT= Perl5 module adding cryptographic authentications to CPAN distributions diff --git a/security/p5-Net-SSH/Makefile b/security/p5-Net-SSH/Makefile index 51c38c7f7fe..3a5c17e3990 100644 --- a/security/p5-Net-SSH/Makefile +++ b/security/p5-Net-SSH/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 20:14:18 seb Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/27 13:54:59 seb Exp $ # DISTNAME= Net-SSH-Perl-1.29 @@ -7,7 +7,7 @@ SVR4_PKGNAME= p5nsh CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} -MAINTAINER= seb@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-SSH-Perl/ COMMENT= Perl implementations of SSH1 and SSH2 protocols diff --git a/security/ssh2/Makefile.common b/security/ssh2/Makefile.common index 78e826d5fba..11120e8ba9a 100644 --- a/security/ssh2/Makefile.common +++ b/security/ssh2/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.16 2005/12/05 23:55:18 rillig Exp $ +# $NetBSD: Makefile.common,v 1.17 2005/12/27 13:54:59 seb Exp $ # DISTNAME= ssh-3.2.9.1 CATEGORIES= security MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ -MAINTAINER= seb@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ssh.com/ CONFLICTS+= openssh-[0-9]* ssh6-[0-9]* ssh-[0-9]* sftp-[0-9]* |