pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Module-Signature Update to 0.55:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee993ecdbbe5
branches:  trunk
changeset: 526004:ee993ecdbbe5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 27 09:28:33 2007 +0000

description:
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:

 security/p5-Module-Signature/Makefile         |   5 ++---
 security/p5-Module-Signature/PLIST            |   4 ++--
 security/p5-Module-Signature/distinfo         |  10 +++++-----
 security/p5-Module-Signature/patches/patch-aa |  21 +++++++++++----------
 4 files changed, 20 insertions(+), 20 deletions(-)

diffs (72 lines):

diff -r 5ec7f13db515 -r ee993ecdbbe5 security/p5-Module-Signature/Makefile
--- a/security/p5-Module-Signature/Makefile     Tue Feb 27 09:25:29 2007 +0000
+++ b/security/p5-Module-Signature/Makefile     Tue Feb 27 09:28:33 2007 +0000
@@ -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 -r 5ec7f13db515 -r ee993ecdbbe5 security/p5-Module-Signature/PLIST
--- a/security/p5-Module-Signature/PLIST        Tue Feb 27 09:25:29 2007 +0000
+++ b/security/p5-Module-Signature/PLIST        Tue Feb 27 09:28:33 2007 +0000
@@ -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 -r 5ec7f13db515 -r ee993ecdbbe5 security/p5-Module-Signature/distinfo
--- a/security/p5-Module-Signature/distinfo     Tue Feb 27 09:25:29 2007 +0000
+++ b/security/p5-Module-Signature/distinfo     Tue Feb 27 09:28:33 2007 +0000
@@ -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 -r 5ec7f13db515 -r ee993ecdbbe5 security/p5-Module-Signature/patches/patch-aa
--- a/security/p5-Module-Signature/patches/patch-aa     Tue Feb 27 09:25:29 2007 +0000
+++ b/security/p5-Module-Signature/patches/patch-aa     Tue Feb 27 09:28:33 2007 +0000
@@ -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 {
+ 
+       return 1 if grep { /^--installdeps/} @ARGV;
  
-     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";
+-      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;
-     }
+ }
  



Home | Main Index | Thread Index | Old Index