FreeBSD Bugzilla – Attachment 186621 Details for
Bug 222519
security/py-cryptography: Update to 2.0.3 and etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
security_py-cryptography.patch (text/plain), 2.80 KB, created by
Yasuhiro Kimura
on 2017-09-22 20:27:22 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2017-09-22 20:27:22 UTC
Size:
2.80 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 450355) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= cryptography >-PORTVERSION= 1.7.2 >+PORTVERSION= 2.0.3 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -10,14 +10,16 @@ > MAINTAINER= koobs@FreeBSD.org > COMMENT= Cryptographic recipes and primitives for Python developers > >-LICENSE= APACHE20 >-LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE= APACHE20 BSD3CLAUSE >+LICENSE_COMB= dual >+LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE >+LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD > >-BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi >+BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cffi>=1.7: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 \ >- ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna >+ ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0.21.0:devel/py-asn1crypto \ >+ ${PYTHON_PKGNAMEPREFIX}cffi>=1.7:devel/py-cffi \ >+ ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ > ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601 > >Index: distinfo >=================================================================== >--- distinfo (revision 450355) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1486315564 >-SHA256 (cryptography-1.7.2.tar.gz) = 878cb68b3da3d493ffd68f36db11c29deee623671d3287c3f8d685117ffda9a9 >-SIZE (cryptography-1.7.2.tar.gz) = 420867 >+TIMESTAMP = 1506109144 >+SHA256 (cryptography-2.0.3.tar.gz) = d04bb2425086c3fe86f7bc48915290b13e798497839fbb18ab7f6dffcf98cc3a >+SIZE (cryptography-2.0.3.tar.gz) = 427544 >Index: files/patch-src___cffi__src_openssl_x509__vfy.py >=================================================================== >--- files/patch-src___cffi__src_openssl_x509__vfy.py (revision 450355) >+++ files/patch-src___cffi__src_openssl_x509__vfy.py (nonexistent) >@@ -1,19 +0,0 @@ >---- src/_cffi_src/openssl/x509_vfy.py.orig 2017-01-27 15:09:52 UTC >-+++ src/_cffi_src/openssl/x509_vfy.py >-@@ -221,10 +221,16 @@ static const long X509_V_ERR_SUITE_B_INV >- static const long X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM = 0; >- static const long X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED = 0; >- static const long X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 = 0; >-+#ifndef X509_V_ERR_HOSTNAME_MISMATCH >- static const long X509_V_ERR_HOSTNAME_MISMATCH = 0; >-+#endif >-+#ifndef X509_V_ERR_EMAIL_MISMATCH >- static const long X509_V_ERR_EMAIL_MISMATCH = 0; >-+#endif >-+#ifndef X509_V_ERR_IP_ADDRESS_MISMATCH >- static const long X509_V_ERR_IP_ADDRESS_MISMATCH = 0; >- #endif >-+#endif >- >- /* OpenSSL 1.0.2beta2+ verification parameters */ >- #if CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER && \
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 222519
: 186621