public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. d86a24928625c47d46d17daad18f159d28678ee4
Date: Tue, 01 Mar 2016 22:09:12 +0000	[thread overview]
Message-ID: <20160301220912.AE7EA1081BC7@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2643 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, master has been updated
       via  d86a24928625c47d46d17daad18f159d28678ee4 (commit)
      from  68537369b0c9fa551bc9db31ccc2d1b116badde8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d86a24928625c47d46d17daad18f159d28678ee4
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Tue Mar 1 22:25:55 2016 +0100

    python-m2crypto: remove SSLv2_method
    
    this is removed by OpenSSL 1.0.2g
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/python-m2crypto                                   |  1 +
 src/patches/M2Crypto-0.21.1_remove_sslv2_method.patch | 12 ++++++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 src/patches/M2Crypto-0.21.1_remove_sslv2_method.patch

Difference in files:
diff --git a/lfs/python-m2crypto b/lfs/python-m2crypto
index 536380c..69c070b 100644
--- a/lfs/python-m2crypto
+++ b/lfs/python-m2crypto
@@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/M2Crypto-0.21.1_remove_sslv2_method.patch
 	cd $(DIR_APP) && python setup.py install
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
diff --git a/src/patches/M2Crypto-0.21.1_remove_sslv2_method.patch b/src/patches/M2Crypto-0.21.1_remove_sslv2_method.patch
new file mode 100644
index 0000000..24195fb
--- /dev/null
+++ b/src/patches/M2Crypto-0.21.1_remove_sslv2_method.patch
@@ -0,0 +1,12 @@
+diff -Naur M2Crypto-0.21.1.org/SWIG/_ssl.i M2Crypto-0.21.1/SWIG/_ssl.i
+--- M2Crypto-0.21.1.org/SWIG/_ssl.i	2011-01-15 20:10:06.000000000 +0100
++++ M2Crypto-0.21.1/SWIG/_ssl.i	2016-03-01 22:12:16.387266258 +0100
+@@ -48,8 +48,6 @@
+ %rename(ssl_get_alert_desc_v) SSL_alert_desc_string_long;
+ extern const char *SSL_alert_desc_string_long(int);
+ 
+-%rename(sslv2_method) SSLv2_method;
+-extern SSL_METHOD *SSLv2_method(void);
+ %rename(sslv3_method) SSLv3_method;
+ extern SSL_METHOD *SSLv3_method(void);
+ %rename(sslv23_method) SSLv23_method;


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2016-03-01 22:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160301220912.AE7EA1081BC7@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox