View | Details | Raw Unified | Return to bug 213601
Collapse All | Expand All

(-)security/py-pycryptodome/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pycryptodome
4
PORTNAME=	pycryptodome
5
PORTVERSION=	3.4
5
PORTVERSION=	3.4.3
6
CATEGORIES=	security python
6
CATEGORIES=	security python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)security/py-pycryptodome/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (pycryptodome-3.4.tar.gz) = 26bcf9d3a792d0bacbad29d9ca465f48553d53e034b6902120d414a884cf8459
1
TIMESTAMP = 1476858640
2
SIZE (pycryptodome-3.4.tar.gz) = 6491615
2
SHA256 (pycryptodome-3.4.3.tar.gz) = 4b1697b5787afe8e7fd81b96ff4501376f52cb80fc9dd684f6989ea3b69853f4
3
SIZE (pycryptodome-3.4.3.tar.gz) = 6494152
(-)security/py-pycryptodome/files/patch-src_pycrypto__common.h (+11 lines)
Line 0 Link Here
1
--- src/pycrypto_common.h.orig	2016-10-19 06:31:57 UTC
2
+++ src/pycrypto_common.h
3
@@ -45,7 +45,7 @@ typedef unsigned __int64 uint64_t;
4
 
5
 #else
6
 #include <stdint.h>
7
-#include <alloca.h>
8
+//#include <alloca.h>
9
 #endif
10
 
11
 #include <stdlib.h>

Return to bug 213601