Browse Source

python-cryptography: bump to version 3.3.1

Regenerated patches from:
  https://github.com/pyca/cryptography/pull/4920

The patch names were kept as generated via 'git format-patch 3.3.1..'
And ran through quilt.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 4 years ago
parent
commit
e4303a3d28
8 changed files with 64 additions and 79 deletions
  1. +2
    -2
      lang/python/python-cryptography/Makefile
  2. +5
    -9
      lang/python/python-cryptography/patches/0001-Add-new-ASN1_STRING_get0_data-API.patch
  3. +10
    -11
      lang/python/python-cryptography/patches/0002-Add-compatibility-for-X509_STORE_set_get_issuer.patch
  4. +8
    -11
      lang/python/python-cryptography/patches/0003-Add-compatibility-for-deprecated-TLS-methods.patch
  5. +6
    -10
      lang/python/python-cryptography/patches/0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch
  6. +11
    -20
      lang/python/python-cryptography/patches/0005-Switch-get_-Update-APIs-to-get0.patch
  7. +5
    -10
      lang/python/python-cryptography/patches/0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch
  8. +17
    -6
      lang/python/python-cryptography/patches/0007-Add-defines-for-totally-deprecated-functions.patch

+ 2
- 2
lang/python/python-cryptography/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-cryptography PKG_NAME:=python-cryptography
PKG_VERSION:=3.2.1
PKG_VERSION:=3.3.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=cryptography PYPI_NAME:=cryptography
PKG_HASH:=d3d5e10be0cf2a12214ddee45c6bd203dab435e3d83b4560c03066eda600bfe3
PKG_HASH:=7e177e4bea2de937a584b13645cab32f25e3d96fc0bc4a4cf99c27dc77682be6
PKG_LICENSE:=Apache-2.0 BSD-3-Clause PKG_LICENSE:=Apache-2.0 BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD


lang/python/python-cryptography/patches/010-Add-new-ASN1_STRING_get0_data-API.patch → lang/python/python-cryptography/patches/0001-Add-new-ASN1_STRING_get0_data-API.patch View File


lang/python/python-cryptography/patches/020-Add-compatibility-for-X509_STORE_set_get_issuer.patch → lang/python/python-cryptography/patches/0002-Add-compatibility-for-X509_STORE_set_get_issuer.patch View File


lang/python/python-cryptography/patches/030-Add-compatibility-for-deprecated-TLS-methods.patch → lang/python/python-cryptography/patches/0003-Add-compatibility-for-deprecated-TLS-methods.patch View File


lang/python/python-cryptography/patches/040-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch → lang/python/python-cryptography/patches/0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch View File


lang/python/python-cryptography/patches/050-Switch-get_-Update-APIs-to-get0.patch → lang/python/python-cryptography/patches/0005-Switch-get_-Update-APIs-to-get0.patch View File


lang/python/python-cryptography/patches/060-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch → lang/python/python-cryptography/patches/0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch View File


lang/python/python-cryptography/patches/070-Add-defines-for-totally-deprecated-functions.patch → lang/python/python-cryptography/patches/0007-Add-defines-for-totally-deprecated-functions.patch View File


Loading…
Cancel
Save