[libanyevent-perl] 04/10: Drop anyevent-ssl1.1.patch which was taken from upstream's VCS.

gregor herrmann gregoa at debian.org
Tue Sep 12 16:48:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libanyevent-perl.

commit c6f371bc47f6dd93f80affed0d0abe5602793093
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Sep 12 18:26:28 2017 +0200

    Drop anyevent-ssl1.1.patch which was taken from upstream's VCS.
---
 debian/patches/anyevent-ssl1.1.patch | 23 -----------------------
 debian/patches/series                |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/anyevent-ssl1.1.patch b/debian/patches/anyevent-ssl1.1.patch
deleted file mode 100644
index 9308471..0000000
--- a/debian/patches/anyevent-ssl1.1.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: OpenSSL 1.1 compatibility
-Origin: upstream vcs, http://cvs.schmorp.de/AnyEvent/lib/AnyEvent/Handle.pm?r1=1.248&r2=1.249
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=118584
-Bug-Debian: https://bugs.debian.org/848427
-Author: Marc Lehmann <schmorp at schmorp.de>
-Last-Update: 2016-12-17
-Applied-Upstream: yes
-
---- a/lib/AnyEvent/Handle.pm
-+++ b/lib/AnyEvent/Handle.pm
-@@ -2221,10 +2221,10 @@
-    # we assume that most (but not all) of this insanity only applies to non-blocking cases,
-    # and we drive openssl fully in blocking mode here. Or maybe we don't - openssl seems to
-    # have identity issues in that area.
--#   Net::SSLeay::CTX_set_mode ($ssl,
-+#   Net::SSLeay::set_mode ($ssl,
- #      (eval { local $SIG{__DIE__}; Net::SSLeay::MODE_ENABLE_PARTIAL_WRITE () } || 1)
- #      | (eval { local $SIG{__DIE__}; Net::SSLeay::MODE_ACCEPT_MOVING_WRITE_BUFFER () } || 2));
--   Net::SSLeay::CTX_set_mode ($tls, 1|2);
-+   Net::SSLeay::set_mode ($tls, 1|2);
- 
-    $self->{_rbio} = Net::SSLeay::BIO_new (Net::SSLeay::BIO_s_mem ());
-    $self->{_wbio} = Net::SSLeay::BIO_new (Net::SSLeay::BIO_s_mem ());
diff --git a/debian/patches/series b/debian/patches/series
index 4a36dcb..9d8a597 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 fix-spelling.patch
 replace-abuse-die-with-warn.patch
-anyevent-ssl1.1.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-perl.git



More information about the Pkg-perl-cvs-commits mailing list