update to py-cryptography 1.3.4
This commit is contained in:
parent
6c3282a0fd
commit
89b4cc123e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2016/03/26 14:37:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2016/06/04 16:44:35 sthen Exp $
|
||||
|
||||
COMMENT= cryptographic recipes and primitives for Python
|
||||
|
||||
MODPY_EGG_VERSION= 1.3.1
|
||||
MODPY_EGG_VERSION= 1.3.4
|
||||
DISTNAME= cryptography-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
|
||||
CATEGORIES= security devel
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cryptography-1.3.1.tar.gz) = tLNhdeD5XdyIQ1wm2+M5ftzkji/1/kHVBM2zvt3NU+I=
|
||||
SIZE (cryptography-1.3.1.tar.gz) = 383852
|
||||
SHA256 (cryptography-1.3.4.tar.gz) = Qj/4kMAb58cNv+qpZ+7vUUbxpDpfgQ/9wHsXjkihBak=
|
||||
SIZE (cryptography-1.3.4.tar.gz) = 384109
|
||||
|
@ -1,26 +0,0 @@
|
||||
$OpenBSD: patch-src__cffi_src_build_openssl_py,v 1.1 2016/03/27 11:11:24 sthen Exp $
|
||||
--- src/_cffi_src/build_openssl.py.orig Mon Mar 21 15:15:57 2016
|
||||
+++ src/_cffi_src/build_openssl.py Sat Mar 26 14:24:56 2016
|
||||
@@ -37,14 +37,6 @@ def _osx_libraries(build_static):
|
||||
return ["ssl", "crypto"]
|
||||
|
||||
|
||||
-_PRE_INCLUDE = """
|
||||
-#include <openssl/e_os2.h>
|
||||
-#if defined(OPENSSL_SYS_WINDOWS)
|
||||
-#include <windows.h>
|
||||
-#endif
|
||||
-"""
|
||||
-
|
||||
-
|
||||
ffi = build_ffi_for_binding(
|
||||
module_name="_openssl",
|
||||
module_prefix="_cffi_src.openssl.",
|
||||
@@ -81,7 +73,6 @@ ffi = build_ffi_for_binding(
|
||||
"pkcs7",
|
||||
"callbacks",
|
||||
],
|
||||
- pre_include=_PRE_INCLUDE,
|
||||
libraries=_get_openssl_libraries(sys.platform),
|
||||
extra_link_args=extra_link_args(compiler_type()),
|
||||
)
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2016/03/26 14:37:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2016/06/04 16:44:35 sthen Exp $
|
||||
|
||||
COMMENT= test vectors for py-cryptography
|
||||
|
||||
MODPY_EGG_VERSION= 1.3.1
|
||||
MODPY_EGG_VERSION= 1.3.4
|
||||
DISTNAME= cryptography_vectors-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
|
||||
CATEGORIES= security
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cryptography_vectors-1.3.1.tar.gz) = a7H5OYJrV/p+f3JvSEXiARDVyfFk0VRaf3aNf/2ghIQ=
|
||||
SIZE (cryptography_vectors-1.3.1.tar.gz) = 25820368
|
||||
SHA256 (cryptography_vectors-1.3.4.tar.gz) = RBS84KPX8KPNv0Tada5cfFhv12XHd9mQI+taOsWPAZY=
|
||||
SIZE (cryptography_vectors-1.3.4.tar.gz) = 25820443
|
||||
|
Loading…
x
Reference in New Issue
Block a user