Thu Feb 14 12:56:38 2019 UTC ()
py-cryptopp: updated to 0.7.1

release pycryptopp-0.7.1
disable optimized assembly implementations by default
tweaks to the benchmarking scripts


(adam)
diff -r1.17 -r1.18 pkgsrc/security/py-cryptopp/Makefile
diff -r1.4 -r1.5 pkgsrc/security/py-cryptopp/PLIST
diff -r1.7 -r1.8 pkgsrc/security/py-cryptopp/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/security/py-cryptopp/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-cryptopp/Attic/Makefile 2018/07/03 05:03:31 1.17
+++ pkgsrc/security/py-cryptopp/Attic/Makefile 2019/02/14 12:56:38 1.18
@@ -1,26 +1,21 @@ @@ -1,26 +1,21 @@
1# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:31 adam Exp $ 1# $NetBSD: Makefile,v 1.18 2019/02/14 12:56:38 adam Exp $
2 2
3VERSION= 0.6.0 3VERSION= 0.7.1
4VERSION_EXCESSIVE= 1206569328141510525648634803928199668821045408958 4VERSION_HASH= 869544967005693312591928092448767568728501330214
5DISTNAME= pycryptopp-${VERSION}.${VERSION_EXCESSIVE} 5DISTNAME= pycryptopp-${VERSION}.${VERSION_HASH}
6PKGNAME= ${PYPKGPREFIX}-cryptopp-${VERSION} 6PKGNAME= ${PYPKGPREFIX}-cryptopp-${VERSION}
7CATEGORIES= security python 7CATEGORIES= security python
8MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptopp/} 8MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptopp/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://tahoe-lafs.org/trac/pycryptopp 11HOMEPAGE= https://tahoe-lafs.org/trac/pycryptopp
12COMMENT= Python wrapper for (and copy of parts of) crypto++ 12COMMENT= Python wrapper for (and copy of parts of) crypto++
13# GPL v2 or later. 13LICENSE= gnu-gpl-v2 OR mit
14# or Transitive Grace Period Public Licence, version 1.0 or later. 14# or Transitive Grace Period Public Licence, version 1.0 or later
15LICENSE= gnu-gpl-v2 
16 15
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18 17
19REPLACE_PYTHON= pycryptopp/test/*.py 18PYTHON_VERSIONS_ACCEPTED= 27
20PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.6.0.120... 
21 
22# It would be nice if egg.mk had support for this. 
23#TEST_TARGET= @python@ setup.py test 
24 19
25.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
26.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/security/py-cryptopp/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/security/py-cryptopp/Attic/PLIST 2012/03/16 00:12:35 1.4
+++ pkgsrc/security/py-cryptopp/Attic/PLIST 2019/02/14 12:56:38 1.5
@@ -1,28 +1,46 @@ @@ -1,28 +1,46 @@
1@comment $NetBSD: PLIST,v 1.4 2012/03/16 00:12:35 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.5 2019/02/14 12:56:38 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/stdeb.cfg 7${PYSITELIB}/${EGG_INFODIR}/stdeb.cfg
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/pycryptopp/__init__.py 9${PYSITELIB}/pycryptopp/__init__.py
10${PYSITELIB}/pycryptopp/__init__.pyc 10${PYSITELIB}/pycryptopp/__init__.pyc
11${PYSITELIB}/pycryptopp/__init__.pyo 11${PYSITELIB}/pycryptopp/__init__.pyo
12${PYSITELIB}/pycryptopp/_pycryptopp.so 12${PYSITELIB}/pycryptopp/_pycryptopp.so
13${PYSITELIB}/pycryptopp/_version.py 13${PYSITELIB}/pycryptopp/_version.py
14${PYSITELIB}/pycryptopp/_version.pyc 14${PYSITELIB}/pycryptopp/_version.pyc
15${PYSITELIB}/pycryptopp/_version.pyo 15${PYSITELIB}/pycryptopp/_version.pyo
 16${PYSITELIB}/pycryptopp/bench/__init__.py
 17${PYSITELIB}/pycryptopp/bench/__init__.pyc
 18${PYSITELIB}/pycryptopp/bench/__init__.pyo
 19${PYSITELIB}/pycryptopp/bench/bench_algs.py
 20${PYSITELIB}/pycryptopp/bench/bench_algs.pyc
 21${PYSITELIB}/pycryptopp/bench/bench_algs.pyo
 22${PYSITELIB}/pycryptopp/bench/bench_ciphers.py
 23${PYSITELIB}/pycryptopp/bench/bench_ciphers.pyc
 24${PYSITELIB}/pycryptopp/bench/bench_ciphers.pyo
 25${PYSITELIB}/pycryptopp/bench/bench_hashes.py
 26${PYSITELIB}/pycryptopp/bench/bench_hashes.pyc
 27${PYSITELIB}/pycryptopp/bench/bench_hashes.pyo
 28${PYSITELIB}/pycryptopp/bench/bench_sigs.py
 29${PYSITELIB}/pycryptopp/bench/bench_sigs.pyc
 30${PYSITELIB}/pycryptopp/bench/bench_sigs.pyo
 31${PYSITELIB}/pycryptopp/bench/common.py
 32${PYSITELIB}/pycryptopp/bench/common.pyc
 33${PYSITELIB}/pycryptopp/bench/common.pyo
16${PYSITELIB}/pycryptopp/cipher/__init__.py 34${PYSITELIB}/pycryptopp/cipher/__init__.py
17${PYSITELIB}/pycryptopp/cipher/__init__.pyc 35${PYSITELIB}/pycryptopp/cipher/__init__.pyc
18${PYSITELIB}/pycryptopp/cipher/__init__.pyo 36${PYSITELIB}/pycryptopp/cipher/__init__.pyo
19${PYSITELIB}/pycryptopp/cipher/aes.py 37${PYSITELIB}/pycryptopp/cipher/aes.py
20${PYSITELIB}/pycryptopp/cipher/aes.pyc 38${PYSITELIB}/pycryptopp/cipher/aes.pyc
21${PYSITELIB}/pycryptopp/cipher/aes.pyo 39${PYSITELIB}/pycryptopp/cipher/aes.pyo
22${PYSITELIB}/pycryptopp/cipher/xsalsa20.py 40${PYSITELIB}/pycryptopp/cipher/xsalsa20.py
23${PYSITELIB}/pycryptopp/cipher/xsalsa20.pyc 41${PYSITELIB}/pycryptopp/cipher/xsalsa20.pyc
24${PYSITELIB}/pycryptopp/cipher/xsalsa20.pyo 42${PYSITELIB}/pycryptopp/cipher/xsalsa20.pyo
25${PYSITELIB}/pycryptopp/hash/__init__.py 43${PYSITELIB}/pycryptopp/hash/__init__.py
26${PYSITELIB}/pycryptopp/hash/__init__.pyc 44${PYSITELIB}/pycryptopp/hash/__init__.pyc
27${PYSITELIB}/pycryptopp/hash/__init__.pyo 45${PYSITELIB}/pycryptopp/hash/__init__.pyo
28${PYSITELIB}/pycryptopp/hash/sha256.py 46${PYSITELIB}/pycryptopp/hash/sha256.py
@@ -79,15 +97,17 @@ ${PYSITELIB}/pycryptopp/testvectors/KAT_ @@ -79,15 +97,17 @@ ${PYSITELIB}/pycryptopp/testvectors/KAT_
79${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBKeySbox128e.txt 97${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBKeySbox128e.txt
80${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBKeySbox256e.txt 98${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBKeySbox256e.txt
81${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarKey128e.txt 99${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarKey128e.txt
82${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarKey256e.txt 100${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarKey256e.txt
83${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarTxt128e.txt 101${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarTxt128e.txt
84${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarTxt256e.txt 102${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarTxt256e.txt
85${PYSITELIB}/pycryptopp/testvectors/SHA256LongMsg.txt 103${PYSITELIB}/pycryptopp/testvectors/SHA256LongMsg.txt
86${PYSITELIB}/pycryptopp/testvectors/SHA256Monte.txt 104${PYSITELIB}/pycryptopp/testvectors/SHA256Monte.txt
87${PYSITELIB}/pycryptopp/testvectors/SHA256ShortMsg.txt 105${PYSITELIB}/pycryptopp/testvectors/SHA256ShortMsg.txt
88${PYSITELIB}/pycryptopp/testvectors/kat-ed25519-short.txt 106${PYSITELIB}/pycryptopp/testvectors/kat-ed25519-short.txt
89${PYSITELIB}/pycryptopp/testvectors/kat-ed25519.txt 107${PYSITELIB}/pycryptopp/testvectors/kat-ed25519.txt
90${PYSITELIB}/pycryptopp/testvectors/xsalsa20.txt 108${PYSITELIB}/pycryptopp/testvectors/xsalsa20.txt
91share/doc/pycryptopp/COPYING.GPL 109share/doc/pycryptopp/COPYING.GPL
92share/doc/pycryptopp/COPYING.TGPPL.html 110share/doc/pycryptopp/COPYING.MIT.txt
 111share/doc/pycryptopp/COPYING.SPL.txt
 112share/doc/pycryptopp/COPYING.TGPPL.rst
93share/doc/pycryptopp/README.rst 113share/doc/pycryptopp/README.rst

cvs diff -r1.7 -r1.8 pkgsrc/security/py-cryptopp/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-cryptopp/Attic/distinfo 2015/11/04 01:18:03 1.7
+++ pkgsrc/security/py-cryptopp/Attic/distinfo 2019/02/14 12:56:38 1.8
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.7 2015/11/04 01:18:03 agc Exp $ 1$NetBSD: distinfo,v 1.8 2019/02/14 12:56:38 adam Exp $
2 2
3SHA1 (pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz) = 773008d41d5c135a5bd899cd4c4a51ee54a97e39 3SHA1 (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 7087c9c37af1178d2b7e148fff8e9a558f868325
4RMD160 (pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz) = 778816987bfc7ba26de35d5d8931a082b2531fcd 4RMD160 (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 6daf62aab96fc2f944eb3b61d754e6705d35cbfc
5SHA512 (pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz) = bdd7d983bc0f8ef50c140a8da0c532883f0f1461d4a91d2761c872403133e9474d4fdbd78e275adbaacd2066cab4121034002a4730258162a618b3af913fdf7a 5SHA512 (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 8b5996badedcd32345818f95e26487ac938c10e1790495515c74816075261a4fcedd2f80c55beddbdea54ed8899bc7c7b1a192468cb3cf434c50f9a68b65cc25
6Size (pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz) = 2009822 bytes 6Size (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 1992756 bytes
7SHA1 (patch-setup.py) = 70ddc502d91ff35bc6b165daa6b617047458b63e 7SHA1 (patch-setup.py) = 70ddc502d91ff35bc6b165daa6b617047458b63e