pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Session-Storage-Secure Update to 1.000



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0db98f550f03
branches:  trunk
changeset: 375286:0db98f550f03
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Mar 11 12:36:08 2022 +0000

description:
Update to 1.000

Upstream changes:
1.000     2021-03-23 07:51:36-04:00 America/New_York

    [!!! Compatibility Notice !!!]

    - This version introduces protocol version 2.  By default, newly generated
      output will be encoded using version 2.  Old data created with old
      versions of this module will still be readable, whether using the same
      secret or the old_secrets array.

    - Protocol version 2 key features include: salt length increased to 256
      bits and binary encoded; no longer uses a deprecated Crypt::CBC key
      derivation function; protocol version appended to the generated output.

    [FIXED]

    - Protocol version 1 suppresses 'opensslv1' key-derivation function
      deprecation warnings from Crypt::CBC.

    [PREREQS]

    - Requires Crypt::CBC 3.01

0.903     2021-03-22 22:40:21-04:00 America/New_York (TRIAL RELEASE)

0.901     2021-03-22 11:37:09-04:00 America/New_York (TRIAL RELEASE)

diffstat:

 www/p5-Session-Storage-Secure/Makefile |  9 +++------
 www/p5-Session-Storage-Secure/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r af35aa8c2265 -r 0db98f550f03 www/p5-Session-Storage-Secure/Makefile
--- a/www/p5-Session-Storage-Secure/Makefile    Fri Mar 11 11:19:30 2022 +0000
+++ b/www/p5-Session-Storage-Secure/Makefile    Fri Mar 11 12:36:08 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2021/05/24 19:55:50 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/03/11 12:36:08 wen Exp $
 
-DISTNAME=      Session-Storage-Secure-0.011
+DISTNAME=      Session-Storage-Secure-1.000
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
 
@@ -14,11 +13,9 @@
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Session/Storage/Secure/.packlist
 
-DEPENDS+=      p5-Crypt-CBC>=0:../../security/p5-Crypt-CBC
+DEPENDS+=      p5-Crypt-CBC>=3.01:../../security/p5-Crypt-CBC
 DEPENDS+=      p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
 DEPENDS+=      p5-Crypt-URandom-[0-9]*:../../security/p5-Crypt-URandom
-# Digest::SHA is in Core ...
-# MIME::Base64 : "3.12" - since 5.13.8 in Core
 DEPENDS+=      p5-Math-Random-ISAAC-XS-[0-9]*:../../math/p5-Math-Random-ISAAC-XS
 DEPENDS+=      p5-Moo-[0-9]*:../../devel/p5-Moo
 DEPENDS+=      p5-MooX-Types-MooseLike>=0.16:../../devel/p5-MooX-Types-MooseLike
diff -r af35aa8c2265 -r 0db98f550f03 www/p5-Session-Storage-Secure/distinfo
--- a/www/p5-Session-Storage-Secure/distinfo    Fri Mar 11 11:19:30 2022 +0000
+++ b/www/p5-Session-Storage-Secure/distinfo    Fri Mar 11 12:36:08 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:30:15 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/03/11 12:36:08 wen Exp $
 
-BLAKE2s (Session-Storage-Secure-0.011.tar.gz) = b37881028f478c68633a44ef738e3b80134d0417fdf0c8469d00f752ef774513
-SHA512 (Session-Storage-Secure-0.011.tar.gz) = 893a924b093d9a8acbc56dec1b7457df5fe9c52d49284435271de3c95e9a7e48082f11e1f022706b32fac8b1c3b706bd1040702cbe0d715796edc995aec5f33f
-Size (Session-Storage-Secure-0.011.tar.gz) = 25140 bytes
+BLAKE2s (Session-Storage-Secure-1.000.tar.gz) = ad56e6f9e561fc258f5737d034785963b03587cef9c383070a9255b5d565d5cb
+SHA512 (Session-Storage-Secure-1.000.tar.gz) = ea9cbb985f16968bb195769c9eb238a45840b32c6419e41715edae5a826b94827686d20e6525807fecd43388778f46dc7d660bd64207ed1e4f552d09514cd800
+Size (Session-Storage-Secure-1.000.tar.gz) = 26371 bytes



Home | Main Index | Thread Index | Old Index