pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-OpenSSL-RSA



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  2 13:22:44 UTC 2018

Modified Files:
        pkgsrc/security/p5-Crypt-OpenSSL-RSA: Makefile distinfo
Removed Files:
        pkgsrc/security/p5-Crypt-OpenSSL-RSA/patches: patch-RSA.xs

Log Message:
p5-Crypt-OpenSSL-RSA: update to 0.30.

0.30 Tue May 1 2018
        - Working windows library detection
        - Actively testing on appveyor for windows now.
        - work correctly on LibreSSL

0.29_03  Mon Apr 16 2018
        - Add whirlpool hash support.
        - Crypt::OpenSSL::Random is now required at comnpile-time.
        - Use the new interface to RSA_generate_key if available
        - Add library paths to LIBS from Crypt::OpenSSL::Guess


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/p5-Crypt-OpenSSL-RSA/patches/patch-RSA.xs

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-OpenSSL-RSA/Makefile
diff -u pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.35 pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.36
--- pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.35  Sun Feb 25 18:53:48 2018
+++ pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile       Wed May  2 13:22:44 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2018/02/25 18:53:48 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2018/05/02 13:22:44 wiz Exp $
 
-DISTNAME=              Crypt-OpenSSL-RSA-0.28
+DISTNAME=              Crypt-OpenSSL-RSA-0.30
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           10
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 

Index: pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo
diff -u pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.11 pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.12
--- pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.11  Sun Feb 25 18:53:48 2018
+++ pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo       Wed May  2 13:22:44 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/02/25 18:53:48 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/05/02 13:22:44 wiz Exp $
 
-SHA1 (Crypt-OpenSSL-RSA-0.28.tar.gz) = 9978e5fcac15ea691030181d2d12564fa3902e5e
-RMD160 (Crypt-OpenSSL-RSA-0.28.tar.gz) = aff5d921deacc73f22351a96af4426c40d698caa
-SHA512 (Crypt-OpenSSL-RSA-0.28.tar.gz) = 4a20c3f814e80ea15304b2a189001172e72237d703a0f9281e7e46d593c521508abfac3a259701994ec867f160821bec37e4e8234d04b792168db19b065ce324
-Size (Crypt-OpenSSL-RSA-0.28.tar.gz) = 20035 bytes
-SHA1 (patch-RSA.xs) = 22e0deff296ebc2272c42358a8c0cc3dcb48a612
+SHA1 (Crypt-OpenSSL-RSA-0.30.tar.gz) = 77d7248274bd7a747cac202f0dc31ac9444f56ae
+RMD160 (Crypt-OpenSSL-RSA-0.30.tar.gz) = d698359ec2920f267f68136adedec2fdb92533b3
+SHA512 (Crypt-OpenSSL-RSA-0.30.tar.gz) = 7a6fb6dd3a454f97666f1ccdefae57641b8f79513b8ac3850b5508c27f3ad3195649b2979693e38350ea94d2f405390a77ca893431b2e349d4aa4eb06c0ba11b
+Size (Crypt-OpenSSL-RSA-0.30.tar.gz) = 24664 bytes



Home | Main Index | Thread Index | Old Index