pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptodome



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 21 17:44:16 UTC 2023

Modified Files:
        pkgsrc/security/py-cryptodome: Makefile distinfo

Log Message:
py-cryptodome: update to 3.18.0.

3.18.0 (18 May 2023)
++++++++++++++++++++++++++

New features
---------------
* Added support for DER BOOLEAN encodings.
* The library now compiles on Windows ARM64. Thanks to Niyas Sait.

  Resolved issues
---------------
* GH#722: ``nonce`` attribute was not correctly set for XChaCha20_Poly1305 ciphers. Thanks to Liam Haber.
* GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64.
* GH#739: OID encoding for arc 2 didn't accept children larger than 39. Thanks to James.
* Correctly check that the scalar matches the point when importing an ECC private key.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/py-cryptodome/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/py-cryptodome/distinfo

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

Modified files:

Index: pkgsrc/security/py-cryptodome/Makefile
diff -u pkgsrc/security/py-cryptodome/Makefile:1.48 pkgsrc/security/py-cryptodome/Makefile:1.49
--- pkgsrc/security/py-cryptodome/Makefile:1.48 Thu Mar 30 05:32:26 2023
+++ pkgsrc/security/py-cryptodome/Makefile      Sun May 21 17:44:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2023/03/30 05:32:26 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2023/05/21 17:44:16 wiz Exp $
 
-DISTNAME=      pycryptodome-3.17
+DISTNAME=      pycryptodome-3.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycryptodome/}

Index: pkgsrc/security/py-cryptodome/distinfo
diff -u pkgsrc/security/py-cryptodome/distinfo:1.41 pkgsrc/security/py-cryptodome/distinfo:1.42
--- pkgsrc/security/py-cryptodome/distinfo:1.41 Wed Feb  1 12:16:49 2023
+++ pkgsrc/security/py-cryptodome/distinfo      Sun May 21 17:44:16 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2023/02/01 12:16:49 adam Exp $
+$NetBSD: distinfo,v 1.42 2023/05/21 17:44:16 wiz Exp $
 
-BLAKE2s (pycryptodome-3.17.tar.gz) = 3ebef7012147ab44aeb3ac8d3f56581138d45904f2a688b995916156d855158f
-SHA512 (pycryptodome-3.17.tar.gz) = 1e1ea76dd263e1776f990d7ae0126e1eb921f6643487ea199b456077b801e9c84af397b7bb63b003d56189f09718c2cb13b1e74111797bd4a22e67ddacd20b3e
-Size (pycryptodome-3.17.tar.gz) = 4633800 bytes
+BLAKE2s (pycryptodome-3.18.0.tar.gz) = b53ac880941731ed197aebcfd7527fadb491ff003736d14e20f145edc7548672
+SHA512 (pycryptodome-3.18.0.tar.gz) = 393e1e3a4b8a872e3e3525daadf8ab6d947b2b199697a85a9eef042d3dce709a46648684fbe416e4c3a56402b7396bf84dd5aa2cabc13767adb74de93b89e30b
+Size (pycryptodome-3.18.0.tar.gz) = 4639231 bytes



Home | Main Index | Thread Index | Old Index