Index: head/security/py-pycryptodome/Makefile =================================================================== --- head/security/py-pycryptodome/Makefile (revision 449296) +++ head/security/py-pycryptodome/Makefile (revision 449297) @@ -1,28 +1,28 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= pycryptodome -PORTVERSION= 3.4.6 +PORTVERSION= 3.4.7 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@rawbw.com COMMENT= Cryptographic library for Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst USES= python USE_PYTHON= autoplist distutils post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Crypto/Cipher/*.so @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Crypto/Hash/*.so @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Crypto/Util/*.so @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Crypto/Protocol/*.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/security/py-pycryptodome/distinfo =================================================================== --- head/security/py-pycryptodome/distinfo (revision 449296) +++ head/security/py-pycryptodome/distinfo (revision 449297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495175311 -SHA256 (pycryptodome-3.4.6.tar.gz) = df1be662060cf3abdcf2086ebb401f750744106425ddebf74c57feab410e4923 -SIZE (pycryptodome-3.4.6.tar.gz) = 6494442 +TIMESTAMP = 1504550972 +SHA256 (pycryptodome-3.4.7.tar.gz) = 18d8dfe31bf0cb53d58694903e526be68f3cf48e6e3c6dfbbc1e7042b1693af7 +SIZE (pycryptodome-3.4.7.tar.gz) = 6483140 Property changes on: head/security/py-pycryptodome/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/security/py-pycryptodome/pkg-descr =================================================================== --- head/security/py-pycryptodome/pkg-descr (revision 449296) +++ head/security/py-pycryptodome/pkg-descr (revision 449297) @@ -1,20 +1,20 @@ PyCryptodome is a fork of PyCrypto. It brings the following enhancements with respect to the last official version of PyCrypto (2.6.1): * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB) * Accelerated AES on Intel platforms via AES-NI * First class support for PyPy * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * scrypt and HKDF * Deterministic DSA * Password-protected PKCS#8 key containers * Shamir's Secret Sharing scheme * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace) * Simplified install process, including better support for Windows * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base -WWW: https://pypi.python.org/pypi/pycryptodome/ +WWW: https://pypi.python.org/pypi/pycryptodome Property changes on: head/security/py-pycryptodome/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property