[oe-commits] [meta-openembedded] 13/44: libio-socket-ssl-perl: upgrade from 2.052 -> 2.054

git at git.openembedded.org git at git.openembedded.org
Sun Feb 11 20:07:11 UTC 2018


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

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

commit 120ee26f51c7a26f1d90de5986733ceb29919ae1
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Sat Jan 27 01:29:02 2018 -0800

    libio-socket-ssl-perl: upgrade from 2.052 -> 2.054
    
    Changes:
    
    2.054 2018/01/22
    - added missing test certificates to MANIFEST
    
    2.053 2018/01/21
    - small behavior fixes
      - if SSL_fingerprint is used and matches don't check for OCSP
      - Utils::CERT_create - small fixes to properly specific purpose, ability to
        use predefined complex purpose but disable some features
    - update PublicSuffix
    - updates for documentation, especially regarding pitfalls with forking or using
      non-blocking sockets. Spelling fixes.
    - test fixes and improvements
      - stability improvements for live tests
      - regenerate certificate in certs/ and make sure they are limited to the
        correct purpose. Checkin program used to generate certificates.
      - adjust tests since certificates have changed and some tests used
        certificates intended for client authentication as server certificates,
        which now no longer works
    
    Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 ...{libio-socket-ssl-perl_2.052.bb => libio-socket-ssl-perl_2.054.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.052.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.054.bb
similarity index 91%
rename from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.052.bb
rename to meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.054.bb
index e4fc493..ea78bc4 100644
--- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.052.bb
+++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.054.bb
@@ -22,8 +22,8 @@ RDEPENDS_${PN} += "\
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz \
            file://run-ptest \
           "
-SRC_URI[md5sum] = "26c9bcdfb4ba8763ef89264f21326a48"
-SRC_URI[sha256sum] = "e4897a9b17cb18a3c44aa683980d52cef534cdfcb8063d6877c879bfa2f26673"
+SRC_URI[md5sum] = "e1b412e28d107c716e7ca637e2b7f8bd"
+SRC_URI[sha256sum] = "02ea04e9a336a7d3ca9aa604c0c5b5aaf3efa513cefecfc73cc79ceeb5131e4b"
 
 S = "${WORKDIR}/IO-Socket-SSL-${PV}"
 

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


More information about the Openembedded-commits mailing list