Diff for security/py-securesystemslib from 0.23.0 to 0.25.0. Dropped
REVISION.

https://github.com/secure-systems-lab/securesystemslib/blob/master/CHANGELOG.md

* securesystemslib v0.25.0
Changed
    Do not use max salt lengths in RSA PSS signature creation (#436)
    Restrict read and write access for new private keys (#231)
    Replaced deprecated distutils.version.StrictVersion (#433)
    Bumped dependencies: cryptography (#435)
Fixed
    GPG availability check in tests (#434)
* securesystemslib v0.24.0
Added
    GPGSigner to support gpg signing via Signer interface (#341, #419)
Changed
    Use max salt lengths in RSA PSS signature creation & automatically
verify previous/new sigs (#422)
    Speed up canonical json encoding (#410)
    Bumped dependencies: cffi (#415), colorama (#413), cryptography
(#405, #406, #414, #417, #424, #425), ed25519 (#412)
    Changed Debian packaging metadata (#392)
Fixed
    Minor test fixes (#403, #420)

***

5 failed, 133 passed in 39.44s

thanks

ok?

g
Index: py-securesystemslib//Makefile
===================================================================
RCS file: /cvs/ports/security/py-securesystemslib/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- py-securesystemslib//Makefile	13 Sep 2022 20:56:22 -0000	1.4
+++ py-securesystemslib//Makefile	20 Oct 2022 21:50:29 -0000
@@ -1,10 +1,9 @@
 COMMENT =	library providing cryptographic and general-purpose routines
 
-MODPY_EGG_VERSION =	0.23.0
+MODPY_EGG_VERSION =	0.25.0
 
 DISTNAME =	securesystemslib-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
-REVISION =	1
 
 CATEGORIES =	security
 
Index: py-securesystemslib//distinfo
===================================================================
RCS file: /cvs/ports/security/py-securesystemslib/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- py-securesystemslib//distinfo	23 Aug 2022 20:33:51 -0000	1.1.1.1
+++ py-securesystemslib//distinfo	20 Oct 2022 21:50:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (securesystemslib-0.23.0.tar.gz) = Vz6cgQ8qav6axxoXfya51qMhxTV09WH1zvLtURw/GDE=
-SIZE (securesystemslib-0.23.0.tar.gz) = 174862
+SHA256 (securesystemslib-0.25.0.tar.gz) = ENWgZucMuHcEyb8s7x722KBvq173YC3VnCbQYlExehE=
+SIZE (securesystemslib-0.25.0.tar.gz) = 178770

Reply via email to