Skip to content

Commit

Permalink
Update to 0.33
Browse files Browse the repository at this point in the history
Upstream changes:
0.33 July 7 2022
    - Update for windows github CI
    - Remove duplicit 'LICENSE' key
    - Remove EUMM Remove version check
    - #31 by removing reference to RSA_SSLV23_PADDING (removed from OpenSSL starting from v3.0.0)
    - support passphase protected private key load
    - fix 'unsupported encryption' error on old library versions
    - Clarify croak message for missing passphrase on older cyphers
    - More structs opaqued in LibreSSL 3.5
    - Use a macro for dealing with older SSL lacking macros
    - more CI fixups. Drop testing for 5.10 and 5.8. Something is broken upstream.
  • Loading branch information
wen committed Sep 11, 2022
1 parent fcac555 commit c15e82f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions security/p5-Crypt-OpenSSL-RSA/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.47 2022/06/28 11:35:43 wiz Exp $
# $NetBSD: Makefile,v 1.48 2022/09/11 14:03:12 wen Exp $

DISTNAME= Crypt-OpenSSL-RSA-0.32
DISTNAME= Crypt-OpenSSL-RSA-0.33
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}

Expand Down
8 changes: 4 additions & 4 deletions security/p5-Crypt-OpenSSL-RSA/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2021/10/26 11:17:27 nia Exp $
$NetBSD: distinfo,v 1.17 2022/09/11 14:03:12 wen Exp $

BLAKE2s (Crypt-OpenSSL-RSA-0.32.tar.gz) = 49a8466c559d8fefa339e81e70f19b0b14ac0371addacc7264a1e11b87d98550
SHA512 (Crypt-OpenSSL-RSA-0.32.tar.gz) = 2972611a8fa4e9c44fd09c9e7fa32f0abd377230f14dcdfa99edab87bba2199c6a0cab4d1e08bdf3057959c0efd3343eb989e46f4befd572b15540e59f1e3c64
Size (Crypt-OpenSSL-RSA-0.32.tar.gz) = 24805 bytes
BLAKE2s (Crypt-OpenSSL-RSA-0.33.tar.gz) = 2bb2e03b7c41f01b2b1911d91d908033fa0a57d20f5f229457877995fcfd4d2c
SHA512 (Crypt-OpenSSL-RSA-0.33.tar.gz) = 7bfa802ec41925ec9fa6937c5eea0d21f6f554a1d1d57ed679ed03b260cf08c0a397df11880de6d67abacfd843ad2c4f28b20ac58d80e183c2a83c91deb926bf
Size (Crypt-OpenSSL-RSA-0.33.tar.gz) = 29010 bytes

0 comments on commit c15e82f

Please sign in to comment.