diff options
author | rm <rm@FreeBSD.org> | 2017-02-06 00:46:03 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2017-02-06 00:46:03 +0800 |
commit | 6cd4de5ed293d6dca189a72a252e448bcaef5a6f (patch) | |
tree | 4719510d7e2af70908f1e6471917c7da03b6b7e3 | |
parent | a05892d5a525d34e71fd5ed1feafb8b74267ebbf (diff) | |
download | freebsd-ports-gnome-6cd4de5ed293d6dca189a72a252e448bcaef5a6f.tar.gz freebsd-ports-gnome-6cd4de5ed293d6dca189a72a252e448bcaef5a6f.tar.zst freebsd-ports-gnome-6cd4de5ed293d6dca189a72a252e448bcaef5a6f.zip |
security/py-pycryptodome: update to 3.4.4
- remove uneeded patch
PR: 216751
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
-rw-r--r-- | security/py-pycryptodome/Makefile | 3 | ||||
-rw-r--r-- | security/py-pycryptodome/distinfo | 6 | ||||
-rw-r--r-- | security/py-pycryptodome/files/patch-src_pycrypto__common.h | 11 |
3 files changed, 5 insertions, 15 deletions
diff --git a/security/py-pycryptodome/Makefile b/security/py-pycryptodome/Makefile index 5596570a3b53..d9b81867f4dc 100644 --- a/security/py-pycryptodome/Makefile +++ b/security/py-pycryptodome/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycryptodome -PORTVERSION= 3.4.3 +PORTVERSION= 3.4.4 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,7 @@ 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 diff --git a/security/py-pycryptodome/distinfo b/security/py-pycryptodome/distinfo index 1ae4c8eb6fbf..9d858bd051c8 100644 --- a/security/py-pycryptodome/distinfo +++ b/security/py-pycryptodome/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476858640 -SHA256 (pycryptodome-3.4.3.tar.gz) = 4b1697b5787afe8e7fd81b96ff4501376f52cb80fc9dd684f6989ea3b69853f4 -SIZE (pycryptodome-3.4.3.tar.gz) = 6494152 +TIMESTAMP = 1486113585 +SHA256 (pycryptodome-3.4.4.tar.gz) = e3b44c97e2415a6b86f6487a4ba9df07dbce33db16740852ddc029d05e52ce89 +SIZE (pycryptodome-3.4.4.tar.gz) = 6494202 diff --git a/security/py-pycryptodome/files/patch-src_pycrypto__common.h b/security/py-pycryptodome/files/patch-src_pycrypto__common.h deleted file mode 100644 index 8b4e4fefd66b..000000000000 --- a/security/py-pycryptodome/files/patch-src_pycrypto__common.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pycrypto_common.h.orig 2016-10-19 06:31:57 UTC -+++ src/pycrypto_common.h -@@ -45,7 +45,7 @@ typedef unsigned __int64 uint64_t; - - #else - #include <stdint.h> --#include <alloca.h> -+//#include <alloca.h> - #endif - - #include <stdlib.h> |