summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-27 09:28:33 +0000
committerwiz <wiz@pkgsrc.org>2007-02-27 09:28:33 +0000
commit4c28e966f56052112b1712e887be22cf7ee6a28a (patch)
tree4d3a69dbfd57dbf2f455c0c1057815854451f6ac /security
parentfb42e293bbabe788cc3bc3cd6d01e4369b49954c (diff)
downloadpkgsrc-4c28e966f56052112b1712e887be22cf7ee6a28a.tar.gz
Update to 0.55:
[Changes for 0.55 - 2006-07-29] * ANDK submitted a patch to fix versioning problem when the user elects to install Crypt::OpenPGP. * Major refactoring of the Makefile.PL to ease the installation process. [Changes for 0.54 - 2006-05-12] * Fixed a long-standing bug where differing end-of-line conventions could cause bogus comparisons in signature checks. * Fixed another long-standing bug where CRLF text files were hashed into different digests under Unix and Dosish platforms. Now it's consistently hashed as if it's been normalized to LF. * Optional dependencies are no longer installed-by-default. [Changes for 0.53 - 2006-01-31] * The explicit call to "readline(D)" didn't compile on earlier perls which demanded either "readline(*D)" or "<D>" -- I elected the latter form. Reported by: Matthew Persic * Update my author key to reflect revoked past uids. [Changes for 0.52 - 2006-01-19] * POD and source code cleanup; no functional changes. * Updated my author key to reflect my new name and identity. * Upgrade to the latest Module::Install to fix Cygwin installation problems. Reported by: Lyle Ziegelmiller [Changes for 0.51 - 2006-01-02] * Even more flexible CRLF handling for SIGNATURE files, Contributed by: Andreas Koenig. [Changes for 0.50 - 2005-08-21] * Add support for to SHA-256, requested by Mark Shelor in light of the recent SHA1 attacks. SHA1 is still the default, but you can now override this by settings MODULE_SIGNATURE_CIPHER environment variable to SHA256. [Changes for 0.45 - 2005-08-09] * Andreas Koenig ported out that "Import GPG keys?" was asked far too many times during autoinstall.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Module-Signature/Makefile5
-rw-r--r--security/p5-Module-Signature/PLIST4
-rw-r--r--security/p5-Module-Signature/distinfo10
-rw-r--r--security/p5-Module-Signature/patches/patch-aa21
4 files changed, 20 insertions, 20 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile
index 769a754038d..0a229df815d 100644
--- a/security/p5-Module-Signature/Makefile
+++ b/security/p5-Module-Signature/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:37 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2007/02/27 09:28:33 wiz Exp $
#
-DISTNAME= Module-Signature-0.44
+DISTNAME= Module-Signature-0.55
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ms
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
diff --git a/security/p5-Module-Signature/PLIST b/security/p5-Module-Signature/PLIST
index 4c98fc83f38..5b500b2e926 100644
--- a/security/p5-Module-Signature/PLIST
+++ b/security/p5-Module-Signature/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/11 18:11:58 seb Exp $
-share/Module-Signature/AUTRIJUS.pub
+@comment $NetBSD: PLIST,v 1.2 2007/02/27 09:28:33 wiz Exp $
+share/Module-Signature/AUDREY2006.pub
share/Module-Signature/PAUSE2003.pub
@dirrm share/Module-Signature
diff --git a/security/p5-Module-Signature/distinfo b/security/p5-Module-Signature/distinfo
index 6f4e1366aa4..137363bb8ae 100644
--- a/security/p5-Module-Signature/distinfo
+++ b/security/p5-Module-Signature/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:10:11 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/02/27 09:28:33 wiz Exp $
-SHA1 (Module-Signature-0.44.tar.gz) = 85dbefa492db64cc18110162901c52debc9acbb9
-RMD160 (Module-Signature-0.44.tar.gz) = 5239da2040f33520f5e11106cae66c451f2c4e58
-Size (Module-Signature-0.44.tar.gz) = 54622 bytes
-SHA1 (patch-aa) = 17dc9e97f45058cc273265bcc3b9dcc1f39de6ec
+SHA1 (Module-Signature-0.55.tar.gz) = cda185bbf4c261ab98dc3e549db3aef26f06d276
+RMD160 (Module-Signature-0.55.tar.gz) = 06ed8847258894fd5f49b5a8f3a1f1ab58de754a
+Size (Module-Signature-0.55.tar.gz) = 69226 bytes
+SHA1 (patch-aa) = c93a17560f84e3fcf3d412bf2d36937f4471499d
diff --git a/security/p5-Module-Signature/patches/patch-aa b/security/p5-Module-Signature/patches/patch-aa
index 267ae6ddfc5..db212920265 100644
--- a/security/p5-Module-Signature/patches/patch-aa
+++ b/security/p5-Module-Signature/patches/patch-aa
@@ -1,16 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/11/11 18:11:58 seb Exp $
+$NetBSD: patch-aa,v 1.2 2007/02/27 09:28:33 wiz Exp $
---- Makefile.PL.orig 2004-07-01 12:13:51.000000000 +0000
+--- Makefile.PL.orig 2006-07-30 01:11:14.000000000 +0000
+++ Makefile.PL
-@@ -88,11 +88,6 @@ sub locate_gpg {
+@@ -113,12 +113,6 @@ sub locate_gpg {
- if ($has_gpg) {
- print "GnuPG found ($gpg).\n";
-- if (prompt("Import PAUSE and author keys to GnuPG?", 'y') =~ /^y/i) {
-- print "Importing... ";
-- system('gpg', '--quiet', '--import', <*.pub>);
-- print "done.\n";
+ return 1 if grep { /^--installdeps/} @ARGV;
+
+- if ( prompt("Import PAUSE and author keys to GnuPG?", 'y' ) =~ /^y/i) {
+- print 'Importing... ';
+- system 'gpg', '--quiet', '--import', glob('*.pub');
+- print "done.\n";
- }
+-
return 1;
- }
+ }