pkgsrc-Bugs archive

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

pkg/34407: [update] security/p5-Digest-SHA



>Number:         34407
>Category:       pkg
>Synopsis:       [update] security/p5-Digest-SHA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:25:02 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
        miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 

- Changelog

        - undid Perl Best Practice of favoring 3-argument "open"
                -- 3-arg version uses different semantics for "-"
                        causing bugs in addfile and shasum
        - modified underlying C functions to use ANSI prototypes
                -- requested by Steve Hay (ref. Smoke [5.9.4] 28630)
                -- K&R style was causing numerous warnings from
                        Borland compiler

5.42  
        - minor code changes suggested by Perl::Critic
                -- e.g. no bareword filehandles, no 2-argument open's
        - updated public key (ref. B538C51C)
                -- previous one (0AF563FE) expired July 2, 2006
        - added documentation to warn that Base64 digests are NOT padded
                -- padding must be done by user if interoperability
                        with other software is required


>How-To-Repeat:





>Fix:


--- p5-Digest-SHA.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/security/p5-Digest-SHA/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile    7 Jun 2006 20:14:23 -0000       1.10
+++ Makefile    30 Aug 2006 08:39:51 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.10 2006/06/07 20:14:23 heinz Exp $
 #
 
-DISTNAME=              Digest-SHA-5.41
+DISTNAME=              Digest-SHA-5.43
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Digest/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/security/p5-Digest-SHA/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo    7 Jun 2006 20:14:23 -0000       1.5
+++ distinfo    30 Aug 2006 08:40:09 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.5 2006/06/07 20:14:23 heinz Exp $
 
-SHA1 (Digest-SHA-5.41.tar.gz) = 8885c15a627bebc9bd860575af2c8e276e40c3b2
-RMD160 (Digest-SHA-5.41.tar.gz) = 53d6b81978bc9715f868cda7cff8f04978aa388c
-Size (Digest-SHA-5.41.tar.gz) = 72872 bytes
+SHA1 (Digest-SHA-5.43.tar.gz) = c51964090e9ed64634236b7f59412bb1d5cc5149
+RMD160 (Digest-SHA-5.43.tar.gz) = 02e117d6e262979f4cfe032855433ef3acb8c8fc
+Size (Digest-SHA-5.43.tar.gz) = 73534 bytes
--- p5-Digest-SHA.diff ends here ---






Home | Main Index | Thread Index | Old Index