[Python-modules-commits] r19107 - in packages/foolscap/trunk/debian (3 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun Oct 30 17:52:54 UTC 2011


    Date: Sunday, October 30, 2011 @ 17:52:53
  Author: jtaylor-guest
Revision: 19107

New upstream release

drop upstream applied fix-testsuite-openssl1.0.0.patch

Modified:
  packages/foolscap/trunk/debian/changelog
  packages/foolscap/trunk/debian/patches/series
Deleted:
  packages/foolscap/trunk/debian/patches/fix-testsuite-openssl1.0.0.patch

Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog	2011-10-30 17:44:52 UTC (rev 19106)
+++ packages/foolscap/trunk/debian/changelog	2011-10-30 17:52:53 UTC (rev 19107)
@@ -1,3 +1,10 @@
+foolscap (0.6.2-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    - drop upstream applied fix-testsuite-openssl1.0.0.patch
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 30 Oct 2011 18:28:42 +0100
+
 foolscap (0.6.1-5) unstable; urgency=low
 
   * fix dep-5 format error in copyright

Deleted: packages/foolscap/trunk/debian/patches/fix-testsuite-openssl1.0.0.patch
===================================================================
--- packages/foolscap/trunk/debian/patches/fix-testsuite-openssl1.0.0.patch	2011-10-30 17:44:52 UTC (rev 19106)
+++ packages/foolscap/trunk/debian/patches/fix-testsuite-openssl1.0.0.patch	2011-10-30 17:52:53 UTC (rev 19107)
@@ -1,21 +0,0 @@
-Description: adapt testsuite for openssl 1.0.0 certificate pem format
- apparently the pem format of the private key in a certificate changed
- in openssl 1.0.0.
- It is now {BEGIN,END} PRIVATE KEY instead of {BEGIN,END} RSA PRIVATE KEY.
- The key ist still a RSA key.
-Bug: http://foolscap.lothar.com/trac/ticket/184
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634148
-Author: Julian Taylor <jtaylor.debian at googlemail.com>
-Index: foolscap.git/foolscap/test/test_tub.py
-===================================================================
---- foolscap.git.orig/foolscap/test/test_tub.py	2011-07-25 13:09:11.195492428 +0200
-+++ foolscap.git/foolscap/test/test_tub.py	2011-07-25 13:09:12.365492430 +0200
-@@ -51,7 +51,7 @@
-         t = Tub()
-         certdata = t.getCertData()
-         self.failUnless("BEGIN CERTIFICATE" in certdata)
--        self.failUnless("BEGIN RSA PRIVATE KEY" in certdata)
-+        self.failUnless("PRIVATE KEY" in certdata)
- 
-     def test_certdata(self):
-         t1 = Tub()

Modified: packages/foolscap/trunk/debian/patches/series
===================================================================
--- packages/foolscap/trunk/debian/patches/series	2011-10-30 17:44:52 UTC (rev 19106)
+++ packages/foolscap/trunk/debian/patches/series	2011-10-30 17:52:53 UTC (rev 19107)
@@ -1,2 +1 @@
 minimal_twisted_deps.patch
-fix-testsuite-openssl1.0.0.patch




More information about the Python-modules-commits mailing list