pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2021Q2] pkgsrc/security/p5-Crypt-CBC



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Jul  4 19:07:42 UTC 2021

Modified Files:
        pkgsrc/security/p5-Crypt-CBC [pkgsrc-2021Q2]: Makefile distinfo

Log Message:
Pullup ticket #6476 - requested by nia
security/p5-Crypt-CBC: 32-bit build fix

Revisions pulled up:
- security/p5-Crypt-CBC/Makefile                                1.49
- security/p5-Crypt-CBC/distinfo                                1.19

---
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Fri Jul  2 11:27:21 UTC 2021

   Modified Files:
        pkgsrc/security/p5-Crypt-CBC: Makefile distinfo

   Log Message:
   p5-Crypt-CBC: Update to 3.04.

   Fix packaging on 32-bit platforms by disabling int128 dependency.

   3.04  Mon 17 May 2021 10:58:37 AM EDT
           - Fixed bug involving manually-specified IV not being used in some circumstances.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.2.1 pkgsrc/security/p5-Crypt-CBC/Makefile
cvs rdiff -u -r1.18 -r1.18.2.1 pkgsrc/security/p5-Crypt-CBC/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-Crypt-CBC/Makefile
diff -u pkgsrc/security/p5-Crypt-CBC/Makefile:1.48 pkgsrc/security/p5-Crypt-CBC/Makefile:1.48.2.1
--- pkgsrc/security/p5-Crypt-CBC/Makefile:1.48  Mon May 24 19:53:57 2021
+++ pkgsrc/security/p5-Crypt-CBC/Makefile       Sun Jul  4 19:07:42 2021
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.48 2021/05/24 19:53:57 wiz Exp $
+# $NetBSD: Makefile,v 1.48.2.1 2021/07/04 19:07:42 bsiegert Exp $
 
-DISTNAME=              Crypt-CBC-3.03
+DISTNAME=              Crypt-CBC-3.04
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/release/Crypt-CBC
 COMMENT=               Perl5 cipher block chaining mode for various crypto algorithms
+LICENSE=               artistic-2.0
 
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(LP64PLATFORMS:@.PLAT.@${MACHINE_PLATFORM:M${.PLAT.}}@)
 DEPENDS+=              p5-Math-Int128-[0-9]*:../../math/p5-Math-Int128
+.endif
 DEPENDS+=              p5-Crypt-PBKDF2-[0-9]*:../../security/p5-Crypt-PBKDF2
 DEPENDS+=              p5-CryptX-[0-9]*:../../security/p5-CryptX
 

Index: pkgsrc/security/p5-Crypt-CBC/distinfo
diff -u pkgsrc/security/p5-Crypt-CBC/distinfo:1.18 pkgsrc/security/p5-Crypt-CBC/distinfo:1.18.2.1
--- pkgsrc/security/p5-Crypt-CBC/distinfo:1.18  Tue Apr 27 10:51:00 2021
+++ pkgsrc/security/p5-Crypt-CBC/distinfo       Sun Jul  4 19:07:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2021/04/27 10:51:00 wiz Exp $
+$NetBSD: distinfo,v 1.18.2.1 2021/07/04 19:07:42 bsiegert Exp $
 
-SHA1 (Crypt-CBC-3.03.tar.gz) = 08f15a7d0a8e78078cbd7e932be3cafb6ed83ded
-RMD160 (Crypt-CBC-3.03.tar.gz) = b9c477ef9d0ce2a43c18d93caf341472e4557c68
-SHA512 (Crypt-CBC-3.03.tar.gz) = c1c55dd5fae83d45893f47319323f6d0ad8295ec480b8ab034beeb33bb7d16f26bbedaeef6613a3495849f5034e7502b01c88ab75dd4d69234151d3b674929e6
-Size (Crypt-CBC-3.03.tar.gz) = 40174 bytes
+SHA1 (Crypt-CBC-3.04.tar.gz) = fcc0b2a836f1148b91fd17e6e2f36509978f6877
+RMD160 (Crypt-CBC-3.04.tar.gz) = 79a7ada687c38b38a93bddb1e80a920bdad1f8e6
+SHA512 (Crypt-CBC-3.04.tar.gz) = e1d972d2e7865b9799b289d3633342dae6b942295e3a63ad9edaf6c25c30d6691366a6a27896b39a1ef1a25ad83ebb25545c71e31b04a978377da4db5edf2f25
+Size (Crypt-CBC-3.04.tar.gz) = 40237 bytes



Home | Main Index | Thread Index | Old Index