aboutsummaryrefslogtreecommitdiff
path: root/security/py-pycryptodome
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-19 15:52:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-19 15:52:26 +0000
commit757e932f2f6971318fdc64e572e4648a584d32eb (patch)
treea2c5cf2956180bb74c48087a9a327200b0b0876a /security/py-pycryptodome
parent7d79edfa8805186137a74f7d1733601b84b609cc (diff)
downloadports-757e932f2f6971318fdc64e572e4648a584d32eb.tar.gz
ports-757e932f2f6971318fdc64e572e4648a584d32eb.zip
Notes
Diffstat (limited to 'security/py-pycryptodome')
-rw-r--r--security/py-pycryptodome/Makefile2
-rw-r--r--security/py-pycryptodome/distinfo5
-rw-r--r--security/py-pycryptodome/files/patch-src_pycrypto__common.h11
3 files changed, 15 insertions, 3 deletions
diff --git a/security/py-pycryptodome/Makefile b/security/py-pycryptodome/Makefile
index 513078e5d122..5596570a3b53 100644
--- a/security/py-pycryptodome/Makefile
+++ b/security/py-pycryptodome/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pycryptodome
-PORTVERSION= 3.4
+PORTVERSION= 3.4.3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-pycryptodome/distinfo b/security/py-pycryptodome/distinfo
index f83b64af2666..1ae4c8eb6fbf 100644
--- a/security/py-pycryptodome/distinfo
+++ b/security/py-pycryptodome/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pycryptodome-3.4.tar.gz) = 26bcf9d3a792d0bacbad29d9ca465f48553d53e034b6902120d414a884cf8459
-SIZE (pycryptodome-3.4.tar.gz) = 6491615
+TIMESTAMP = 1476858640
+SHA256 (pycryptodome-3.4.3.tar.gz) = 4b1697b5787afe8e7fd81b96ff4501376f52cb80fc9dd684f6989ea3b69853f4
+SIZE (pycryptodome-3.4.3.tar.gz) = 6494152
diff --git a/security/py-pycryptodome/files/patch-src_pycrypto__common.h b/security/py-pycryptodome/files/patch-src_pycrypto__common.h
new file mode 100644
index 000000000000..8b4e4fefd66b
--- /dev/null
+++ b/security/py-pycryptodome/files/patch-src_pycrypto__common.h
@@ -0,0 +1,11 @@
+--- 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>