[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#768846: marked as done (unblock: ruby-net-http-persistent/2.9-3)



Your message dated Sun, 09 Nov 2014 22:11:16 +0100
with message-id <545FD874.4090406@thykier.net>
and subject line Re: Bug#768846: unblock: ruby-net-http-persistent/2.9-3
has caused the Debian Bug report #768846,
regarding unblock: ruby-net-http-persistent/2.9-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
768846: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768846
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear Release Team,

ruby-net-http-persistent 2.9-2  FTBFS because of SSL version changes,
bug #768728.

ruby-net-http-persistent_2.9-3 corrects this by removing hardcoding
of SSL versions in the test suite.

Please unblock package ruby-net-http-persistent.

Debdiff attached.

unblock ruby-net-http-persistent/2.9-3

Thank you,
Christian
diff -Nru ruby-net-http-persistent-2.9/debian/changelog ruby-net-http-persistent-2.9/debian/changelog
--- ruby-net-http-persistent-2.9/debian/changelog	2014-04-30 17:06:05.000000000 +0200
+++ ruby-net-http-persistent-2.9/debian/changelog	2014-11-09 16:59:42.000000000 +0100
@@ -1,3 +1,10 @@
+ruby-net-http-persistent (2.9-3) unstable; urgency=medium
+
+  * Team upload.
+  * Stop testing with explicitly selected SSLv3 (Closes: #768728)
+
+ -- Christian Hofstaedtler <zeha@debian.org>  Sun, 09 Nov 2014 16:59:37 +0100
+
 ruby-net-http-persistent (2.9-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru ruby-net-http-persistent-2.9/debian/patches/series ruby-net-http-persistent-2.9/debian/patches/series
--- ruby-net-http-persistent-2.9/debian/patches/series	2014-04-30 17:02:26.000000000 +0200
+++ ruby-net-http-persistent-2.9/debian/patches/series	2014-11-09 16:55:33.000000000 +0100
@@ -1 +1,2 @@
 skip_tests_requiring_net_connectivity
+ssl_default_version
diff -Nru ruby-net-http-persistent-2.9/debian/patches/ssl_default_version ruby-net-http-persistent-2.9/debian/patches/ssl_default_version
--- ruby-net-http-persistent-2.9/debian/patches/ssl_default_version	1970-01-01 01:00:00.000000000 +0100
+++ ruby-net-http-persistent-2.9/debian/patches/ssl_default_version	2014-11-09 16:57:18.000000000 +0100
@@ -0,0 +1,19 @@
+From: Christian Hofstaedtler <zeha@debian.org>
+Subject: let Ruby choose default SSL version
+
+Explicitly using SSLv3 no longer works when we don't say the same
+for the server side. Just let Ruby pick defaults for both test
+server and test client.
+
+Index: ruby-net-http-persistent/test/test_net_http_persistent_ssl_reuse.rb
+===================================================================
+--- ruby-net-http-persistent.orig/test/test_net_http_persistent_ssl_reuse.rb	2014-11-09 16:48:31.000000000 +0100
++++ ruby-net-http-persistent/test/test_net_http_persistent_ssl_reuse.rb	2014-11-09 16:55:49.620098735 +0100
+@@ -87,7 +87,6 @@ class TestNetHttpPersistentSSLReuse < Mi
+ 
+     @http = Net::HTTP::Persistent::SSLReuse.new @host, @port
+     @http.cert_store = store
+-    @http.ssl_version = :SSLv3 if @http.respond_to? :ssl_version=
+     @http.use_ssl = true
+     @http.verify_mode = OpenSSL::SSL::VERIFY_PEER
+ 

--- End Message ---
--- Begin Message ---
On 2014-11-09 17:24, Christian Hofstaedtler wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Dear Release Team,
> 
> ruby-net-http-persistent 2.9-2  FTBFS because of SSL version changes,
> bug #768728.
> 
> ruby-net-http-persistent_2.9-3 corrects this by removing hardcoding
> of SSL versions in the test suite.
> 
> Please unblock package ruby-net-http-persistent.
> 
> Debdiff attached.
> 
> unblock ruby-net-http-persistent/2.9-3
> 
> Thank you,
> Christian
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: