FreeBSD Bugzilla – Attachment 171696 Details for
Bug 210484
security/py-cryptography: update to 1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update security/py-cryptography
cryptography.diff (text/plain), 4.19 KB, created by
Steve Wills
on 2016-06-23 05:54:21 UTC
(
hide
)
Description:
patch to update security/py-cryptography
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2016-06-23 05:54:21 UTC
Size:
4.19 KB
patch
obsolete
>Index: security/py-cryptography/Makefile >=================================================================== >--- security/py-cryptography/Makefile (revision 417337) >+++ security/py-cryptography/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= cryptography >-PORTVERSION= 1.0.2 >-PORTREVISION= 4 >+PORTVERSION= 1.4 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +13,7 @@ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six \ > ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py-pyasn1 \ > ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi \ >Index: security/py-cryptography/distinfo >=================================================================== >--- security/py-cryptography/distinfo (revision 417337) >+++ security/py-cryptography/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (cryptography-1.0.2.tar.gz) = d64cd491e91ddf642c643bea16532c2a2da2da054cca6df756edadd55a8bacca >-SIZE (cryptography-1.0.2.tar.gz) = 332870 >+SHA256 (cryptography-1.4.tar.gz) = bb149540ed90c4b2171bf694fe6991d6331bc149ae623c8ff419324f4222d128 >+SIZE (cryptography-1.4.tar.gz) = 399707 >Index: security/py-cryptography/files/patch-64c9d893 >=================================================================== >--- security/py-cryptography/files/patch-64c9d893 (revision 417337) >+++ security/py-cryptography/files/patch-64c9d893 (nonexistent) >@@ -1,31 +0,0 @@ >-From 64c9d893c3748e962d01a935625c58610826f23c Mon Sep 17 00:00:00 2001 >-From: Paul Kehrer <paul.l.kehrer@gmail.com> >-Date: Tue, 1 Mar 2016 14:22:32 -0600 >-Subject: [PATCH] move BIO_new_mem_buf to macros to handle 1.0.2g signature >- change >- >---- >- src/_cffi_src/openssl/bio.py | 3 ++- >- 1 file changed, 2 insertions(+), 1 deletion(-) >- >-diff --git a/src/_cffi_src/openssl/bio.py b/src/_cffi_src/openssl/bio.py >-index ac86683..6439e63 100644 >---- src/_cffi_src/openssl/bio.py >-+++ src/_cffi_src/openssl/bio.py >-@@ -99,7 +99,6 @@ >- BIO *BIO_next(BIO *); >- BIO *BIO_find_type(BIO *, int); >- BIO_METHOD *BIO_s_mem(void); >--BIO *BIO_new_mem_buf(void *, int); >- BIO_METHOD *BIO_s_file(void); >- BIO *BIO_new_file(const char *, const char *); >- BIO *BIO_new_fp(FILE *, int); >-@@ -127,6 +126,8 @@ >- """ >- >- MACROS = """ >-+/* BIO_new_mem_buf became const void * in 1.0.2g */ >-+BIO *BIO_new_mem_buf(void *, int); >- long BIO_set_fd(BIO *, long, int); >- long BIO_get_fd(BIO *, char *); >- long BIO_set_mem_eof_return(BIO *, int); > >Property changes on: security/py-cryptography/files/patch-64c9d893 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py >=================================================================== >--- security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py (revision 417337) >+++ security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py (nonexistent) >@@ -1,12 +0,0 @@ >---- src/_cffi_src/openssl/ec.py.orig 2015-09-27 13:51:07 UTC >-+++ src/_cffi_src/openssl/ec.py >-@@ -396,7 +396,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; > >Property changes on: security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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 210484
: 171696