make the comments more prominent.

This commit is contained in:
fgsch 2011-05-07 09:35:13 +00:00
parent 6f8bdbd4ce
commit 81bd45496c
5 changed files with 20 additions and 10 deletions

View File

@ -1,5 +1,7 @@
$OpenBSD: patch-Lib_test_test_urllib2_py,v 1.1.1.1 2011/04/24 09:31:44 rpointel Exp $
# test fix for CVE-2011-1521: http://hg.python.org/cpython/rev/a778b963eae3
$OpenBSD: patch-Lib_test_test_urllib2_py,v 1.2 2011/05/07 09:35:13 fgsch Exp $
Test fix for CVE-2011-1521: http://hg.python.org/cpython/rev/a778b963eae3
--- Lib/test/test_urllib2.py.orig Mon Nov 22 06:04:33 2010
+++ Lib/test/test_urllib2.py Sat Apr 23 14:10:32 2011
@@ -969,6 +969,28 @@

View File

@ -1,5 +1,7 @@
$OpenBSD: patch-Lib_test_test_urllib_py,v 1.1.1.1 2011/04/24 09:31:44 rpointel Exp $
# test fix for CVE-2011-1521: http://hg.python.org/cpython/rev/a778b963eae3
$OpenBSD: patch-Lib_test_test_urllib_py,v 1.2 2011/05/07 09:35:13 fgsch Exp $
Test fix for CVE-2011-1521: http://hg.python.org/cpython/rev/a778b963eae3
--- Lib/test/test_urllib.py.orig Sun Nov 21 14:34:58 2010
+++ Lib/test/test_urllib.py Sat Apr 23 14:10:32 2011
@@ -161,6 +161,20 @@ Content-Type: text/html; charset=iso-885

View File

@ -1,5 +1,7 @@
$OpenBSD: patch-Lib_urllib2_py,v 1.1.1.1 2011/04/24 09:31:44 rpointel Exp $
# fix for CVE-2011-1521: http://hg.python.org/cpython/rev/a778b963eae3
$OpenBSD: patch-Lib_urllib2_py,v 1.2 2011/05/07 09:35:13 fgsch Exp $
Fix for CVE-2011-1521: http://hg.python.org/cpython/rev/a778b963eae3
--- Lib/urllib2.py.orig Sat Apr 23 15:02:11 2011
+++ Lib/urllib2.py Sat Apr 23 15:09:17 2011
@@ -578,6 +578,17 @@ class HTTPRedirectHandler(BaseHandler):

View File

@ -1,5 +1,7 @@
$OpenBSD: patch-Lib_urllib_py,v 1.1.1.1 2011/04/24 09:31:44 rpointel Exp $
# fix for CVE-2011-1521: http://hg.python.org/cpython/rev/a778b963eae3
$OpenBSD: patch-Lib_urllib_py,v 1.2 2011/05/07 09:35:13 fgsch Exp $
Fix for CVE-2011-1521: http://hg.python.org/cpython/rev/a778b963eae3
--- Lib/urllib.py.orig Sat Apr 23 15:02:11 2011
+++ Lib/urllib.py Sat Apr 23 15:09:17 2011
@@ -644,6 +644,18 @@ class FancyURLopener(URLopener):

View File

@ -1,5 +1,7 @@
$OpenBSD: patch-configure_in,v 1.2 2011/04/26 19:42:31 rpointel Exp $
wrong value of LDSHARED in sysconfig, cf http://bugs.python.org/issue10547
$OpenBSD: patch-configure_in,v 1.3 2011/05/07 09:35:13 fgsch Exp $
Wrong value of LDSHARED in sysconfig, cf http://bugs.python.org/issue10547
--- configure.in.orig Mon Nov 1 02:47:19 2010
+++ configure.in Tue Apr 26 20:24:50 2011
@@ -1850,30 +1850,14 @@