Skip to content

Commit

Permalink
Update to 0.19
Browse files Browse the repository at this point in the history
Upstream changes:
0.19 -- Fri Nov 10 18:50:50 AST 2023

    [Significant updates since 0.17]
    Issue 0.18 as a production release
    Thanks to @maaarghk for reporting a breaking change post 0.02
    The module now ensures that the cipher chosen (if not specified)
    is the correct size according to the keysize.  It also enforces
    that the keysize and ciphers can not be mismatched if the
    cipher is specified.

    [Detailed Change Log]
    - d5018b4 Update version for a new release
    - 318d744 v0.18

0.18 -- Thu Nov 09 23:20:20 AST 2023

    [Significant updates since 0.15]
    Thanks to @maaarghk for reporting a breaking change post 0.02
    The module now ensures that the cipher chosen (if not specified)
    is the correct size according to the keysize.  It also enforces
    that the keysize and ciphers can not be mismatched if the
    cipher is specified.

    [Detailed Change Log]
    - ad7a761 Increment version etc. for release
    - 5cdb783 Strawberry Perl uses dmake
    - ae50f2b Fixed #9: keysize should determine the cipher used
    - 94731c4 v0.17


0.17 -- Sun Oct 15 16:17:22 ADT 2023

    [Detailed Change Log]
    - 4573a62 Increment version for release
    - 5388652 Fix CTR Tests for old OpenSSL
    - 175a751 v0.16

    [Fix Change Log for 0.16]
    Forgot to rebase the git repo
    - a2c0878 Fix test issue lt versus le for OpenSSL versions
    - adfe1ee Increment version for release
    - 654f7f6 Output OpenSSL version during test
    - fbc824c Fixes RT issues 141491 and 149909
    - 87e4922 v0.15

0.16 -- Sun Oct 15 11:07:09 ADT 2023

    [Significant updates since 0.15]

    Fixes a couple of vexing build issues on some MacOS environments
    where the module would be built against OpenSSLv3 but linked to
    OpenSSLv1.  Fix is a Makefile.PL workaround for what is likely a
    toolchain issue.

    [Detailed Change Log]
    - 166d710 Fix test issue lt versus le for OpenSSL versions
    - b0da334 Increment version for release
    - 8988e45 Output OpenSSL version during test
    - 1bb51ed Fixes RT issues 141491 and 149909
    - 82680e4 v0.15
  • Loading branch information
wen committed Dec 3, 2023
1 parent df50ba5 commit cf1f4b0
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-AES/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.28 2023/11/05 11:53:09 wiz Exp $
# $NetBSD: Makefile,v 1.29 2023/12/03 02:09:15 wen Exp $

DISTNAME= Crypt-OpenSSL-AES-0.15
DISTNAME= Crypt-OpenSSL-AES-0.19
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-AES/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2023/10/09 12:01:15 wen Exp $
$NetBSD: distinfo,v 1.6 2023/12/03 02:09:15 wen Exp $

BLAKE2s (Crypt-OpenSSL-AES-0.15.tar.gz) = 9309b40de8f37e52e518c56dff5059302a520b60a5c47926d40e59789a245f2c
SHA512 (Crypt-OpenSSL-AES-0.15.tar.gz) = 9d00f85b2e8a5324005e79afbc38652718e85f2111531dd7aba4f8c9671f22de16b2d2ce48a1f18b288d2d87a917b11ad91614bed14a079cec9ffbd448bbefad
Size (Crypt-OpenSSL-AES-0.15.tar.gz) = 155089 bytes
BLAKE2s (Crypt-OpenSSL-AES-0.19.tar.gz) = b0172d3145510b4951a168afe1537baf35b351cbba6f3309475eeb862f47b482
SHA512 (Crypt-OpenSSL-AES-0.19.tar.gz) = a95efddb59e56db9b125bc1f03aa7ad65b6acfcf6406c91125b444d769fa45901288e35bd529335302982426ccbe833bf1bce22865041c844a7886e6b5b8ac97
Size (Crypt-OpenSSL-AES-0.19.tar.gz) = 156698 bytes

0 comments on commit cf1f4b0

Please sign in to comment.