pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jwcrypto



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  4 22:29:23 UTC 2024

Modified Files:
        pkgsrc/www/py-jwcrypto: Makefile PLIST distinfo

Log Message:
py-jwcrypto: updated to 1.5.1

Version 1.5.1 - Security Release

This is a minor security release to fix a potential DoS for applications that allow the use of symmetric keys with pbkdf2.

What's Changed

Fix X22519 import/export from PEM
Read the Docs now requires a config file
chore: refactor for removing pdb symbols
Fix potential DoS issue with p2c header


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-jwcrypto/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-jwcrypto/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-jwcrypto/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/py-jwcrypto/Makefile
diff -u pkgsrc/www/py-jwcrypto/Makefile:1.4 pkgsrc/www/py-jwcrypto/Makefile:1.5
--- pkgsrc/www/py-jwcrypto/Makefile:1.4 Sat Aug 26 11:56:43 2023
+++ pkgsrc/www/py-jwcrypto/Makefile     Thu Jan  4 22:29:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/08/26 11:56:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/01/04 22:29:23 adam Exp $
 
-DISTNAME=      jwcrypto-1.5.0
+DISTNAME=      jwcrypto-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jwcrypto/}
@@ -18,6 +18,6 @@ PYTHON_VERSIONED_DEPENDENCIES=        cryptogra
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-jwcrypto/PLIST
diff -u pkgsrc/www/py-jwcrypto/PLIST:1.1 pkgsrc/www/py-jwcrypto/PLIST:1.2
--- pkgsrc/www/py-jwcrypto/PLIST:1.1    Thu Sep  1 11:51:07 2022
+++ pkgsrc/www/py-jwcrypto/PLIST        Thu Jan  4 22:29:23 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2022/09/01 11:51:07 markd Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/01/04 22:29:23 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/jwcrypto/__init__.py
 ${PYSITELIB}/jwcrypto/__init__.pyc
 ${PYSITELIB}/jwcrypto/__init__.pyo

Index: pkgsrc/www/py-jwcrypto/distinfo
diff -u pkgsrc/www/py-jwcrypto/distinfo:1.3 pkgsrc/www/py-jwcrypto/distinfo:1.4
--- pkgsrc/www/py-jwcrypto/distinfo:1.3 Sat Aug 26 11:56:43 2023
+++ pkgsrc/www/py-jwcrypto/distinfo     Thu Jan  4 22:29:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/08/26 11:56:43 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/01/04 22:29:23 adam Exp $
 
-BLAKE2s (jwcrypto-1.5.0.tar.gz) = c4db28f7733e7e60c767a1f0d4c581130ee725368661e38e3557fcae31407e95
-SHA512 (jwcrypto-1.5.0.tar.gz) = 8cb638203de32c5d63cc567069fc0ccf2195bb9a1f9783b747e7b77d38fb01d9512e82406f925010f70e4b7e73c8d699e0c32c5c89ee71cb99dd594a7e84c47e
-Size (jwcrypto-1.5.0.tar.gz) = 86410 bytes
+BLAKE2s (jwcrypto-1.5.1.tar.gz) = 7b52623772da4213149d5ca3c5db3cad4efde92d4ddda03f1acf6fb7a49e65ad
+SHA512 (jwcrypto-1.5.1.tar.gz) = 888ec851f2a213f4490c7f97306250b69804c8532b6bbfea7eee36d64ae4e5d61d0bff8eed619dd2244bc78d710b593b9c943c4b8b344f475d3298c23dbcaf5e
+Size (jwcrypto-1.5.1.tar.gz) = 86838 bytes



Home | Main Index | Thread Index | Old Index