[oe-commits] [meta-openembedded] 23/28: libcrypt-openssl-rsa-perl: Update to 0.30

git at git.openembedded.org git at git.openembedded.org
Wed Aug 29 01:33:18 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 1fd61636f9f6451b63b879ed34b8b3eff4c67d45
Author: Jens Rehsack <sno at netbsd.org>
AuthorDate: Tue Aug 28 15:21:06 2018 +0200

    libcrypt-openssl-rsa-perl: Update to 0.30
    
    Update recipe for CPAN hosted Perl5 module Crypt::OpenSSL::RSA
    from 0.28 to 0.30 to fix build issues when using openssl 1.1 and
    to express our love to the Perl Programming Language.
    
    LICENSE checksum updated because of:
        f0a2ed2 Purge trailing whitespace
    
    Changes since 0.28: https://metacpan.org/changes/release/TODDR/Crypt-OpenSSL-RSA-0.30
    
    Signed-off-by: Jens Rehsack <sno at netbsd.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 ...openssl-rsa-perl_0.28.bb => libcrypt-openssl-rsa-perl_0.30.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.28.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.30.bb
similarity index 64%
rename from meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.28.bb
rename to meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.30.bb
index f0c610f..0a2ad8a 100644
--- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.28.bb
+++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.30.bb
@@ -1,14 +1,14 @@
 SUMMARY = "Crypt Openssl RSA cpan module"
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a67ceecc5d9a91a5a0d003ba50c26346"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-RSA-${PV}.tar.gz "
 
-SRC_URI[md5sum] = "86217a5036fc63779c30420b5fd84129"
-SRC_URI[sha256sum] = "5357f977464bb3a8184cf2d3341851a10d5515b4b2b0dfb88bf78995c0ded7be"
+SRC_URI[md5sum] = "10bca2fc6d0ba1aa329f227424ae87d5"
+SRC_URI[sha256sum] = "23e13531397af102db4fd24bcf70137add7c85c23cca697c43aa71c2959a29ac"
 
-DEPENDS += "openssl"
+DEPENDS += "libcrypt-openssl-guess-native openssl"
 
 RDEPENDS_${PN}="libcrypt-openssl-random-perl"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list