FreeBSD Bugzilla – Attachment 177550 Details for
Bug 214915
security/py-cryptography: Update to 1.6 (security fixes)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Bump py-cryptography to 1.6
security_py-cryptography.patch (text/plain), 1.84 KB, created by
VK
on 2016-11-30 17:19:51 UTC
(
hide
)
Description:
Bump py-cryptography to 1.6
Filename:
MIME Type:
Creator:
VK
Created:
2016-11-30 17:19:51 UTC
Size:
1.84 KB
patch
obsolete
>Index: security/py-cryptography/Makefile >=================================================================== >--- security/py-cryptography/Makefile (revision 427435) >+++ security/py-cryptography/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= cryptography >-PORTVERSION= 1.4 >+PORTVERSION= 1.6 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: security/py-cryptography/distinfo >=================================================================== >--- security/py-cryptography/distinfo (revision 427435) >+++ security/py-cryptography/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1471010865 >-SHA256 (cryptography-1.4.tar.gz) = bb149540ed90c4b2171bf694fe6991d6331bc149ae623c8ff419324f4222d128 >-SIZE (cryptography-1.4.tar.gz) = 399707 >+TIMESTAMP = 1480367088 >+SHA256 (cryptography-1.6.tar.gz) = 4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f >+SIZE (cryptography-1.6.tar.gz) = 410073 >Index: security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py >=================================================================== >--- security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py (revision 427435) >+++ security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py (nonexistent) >@@ -1,12 +0,0 @@ >---- src/_cffi_src/openssl/ec.py.orig 2016-06-04 17:06:01 UTC >-+++ src/_cffi_src/openssl/ec.py >-@@ -371,7 +371,8 @@ EC_GROUP *(*EC_GROUP_new_curve_GF2m)( >- static const long Cryptography_HAS_EC2M = 1; >- #endif >- >--#if defined(OPENSSL_NO_EC) || OPENSSL_VERSION_NUMBER < 0x1000200f || \ >-+#if defined(OPENSSL_NO_EC) || \ >-+ OPENSSL_VERSION_NUMBER < 0x1000200f && !defined(LIBRESSL_VERSION_NUMBER) || \ >- defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20020002L >- static const long Cryptography_HAS_EC_1_0_2 = 0; >- const char *(*EC_curve_nid2nist)(int) = NULL;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214915
: 177550 |
177551