Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0ba30314cd5538b23b49b86141bb584ec06d4583)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0ba30314cd5538b23b49b86141bb584ec06d4583)
  • Date: Sat, 23 Jul 2016 21:28:50 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

python-pypi/python-cryptography/HISTORY | 1 +
python-pypi/python-cryptography/PRE_BUILD | 14 +++++++-------
2 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 0ba30314cd5538b23b49b86141bb584ec06d4583
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypI/python-criptography: updated the patch for openssl in
PRE_BUILD

diff --git a/python-pypi/python-cryptography/HISTORY
b/python-pypi/python-cryptography/HISTORY
index d0cfdd1..eee3bce 100644
--- a/python-pypi/python-cryptography/HISTORY
+++ b/python-pypi/python-cryptography/HISTORY
@@ -1,5 +1,6 @@
2016-07-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.4, fixed SOURCE_URL[0]
+ * PRE_BUILD: updated the patch for openssl

2016-07-06 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update to 1.2.2
diff --git a/python-pypi/python-cryptography/PRE_BUILD
b/python-pypi/python-cryptography/PRE_BUILD
index 71d5df0..d07813b 100755
--- a/python-pypi/python-cryptography/PRE_BUILD
+++ b/python-pypi/python-cryptography/PRE_BUILD
@@ -6,15 +6,15 @@ if [[ openssl = $(get_spell_provider $SPELL SSL) ]]; then
diff -ru cryptography-1.2.2/src/_cffi_src/openssl/bio.py
cryptography-1.2.2-fixed/src/_cffi_src/openssl/bio.py
--- cryptography-1.2.2/src/_cffi_src/openssl/bio.py 2016-01-29
20:26:11.000000000 +0100
+++ cryptography-1.2.2-fixed/src/_cffi_src/openssl/bio.py 2016-03-01
20:32:25.172776288 +0100
-@@ -99,7 +99,7 @@
- BIO *BIO_next(BIO *);
- BIO *BIO_find_type(BIO *, int);
- BIO_METHOD *BIO_s_mem(void);
+@@ -96,7 +96,7 @@
+ BIO_METHOD *BIO_f_null(void);
+ BIO_METHOD *BIO_f_buffer(void);
+ /* BIO_new_mem_buf became const void * in 1.0.2g */
-BIO *BIO_new_mem_buf(void *, int);
+BIO *BIO_new_mem_buf(const void *, int);
- BIO_METHOD *BIO_s_file(void);
- BIO *BIO_new_file(const char *, const char *);
- BIO *BIO_new_fp(FILE *, int);
+ long BIO_set_fd(BIO *, long, int);
+ long BIO_get_fd(BIO *, char *);
+ long BIO_set_mem_eof_return(BIO *, int);
EOT
fi




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0ba30314cd5538b23b49b86141bb584ec06d4583), Pavel Vinogradov, 07/23/2016

Archive powered by MHonArc 2.6.24.

Top of Page