pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Session-Storage-Secure



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Mar 11 12:36:08 UTC 2022

Modified Files:
        pkgsrc/www/p5-Session-Storage-Secure: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/p5-Session-Storage-Secure/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/p5-Session-Storage-Secure/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Session-Storage-Secure/Makefile
diff -u pkgsrc/www/p5-Session-Storage-Secure/Makefile:1.13 pkgsrc/www/p5-Session-Storage-Secure/Makefile:1.14
--- pkgsrc/www/p5-Session-Storage-Secure/Makefile:1.13  Mon May 24 19:55:50 2021
+++ pkgsrc/www/p5-Session-Storage-Secure/Makefile       Fri Mar 11 12:36:08 2022
@@ -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 @@ LICENSE=     ${PERL5_LICENSE}
 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

Index: pkgsrc/www/p5-Session-Storage-Secure/distinfo
diff -u pkgsrc/www/p5-Session-Storage-Secure/distinfo:1.6 pkgsrc/www/p5-Session-Storage-Secure/distinfo:1.7
--- pkgsrc/www/p5-Session-Storage-Secure/distinfo:1.6   Tue Oct 26 11:30:15 2021
+++ pkgsrc/www/p5-Session-Storage-Secure/distinfo       Fri Mar 11 12:36:08 2022
@@ -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