[Python-modules-commits] r32577 - in packages/requests/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun May 3 19:31:34 UTC 2015


    Date: Sunday, May 3, 2015 @ 19:31:33
  Author: eriol-guest
Revision: 32577

Remove 05_do-not-ascribe-cookies-to-the-target-domain.patch since fixed upstream

Modified:
  packages/requests/trunk/debian/changelog
  packages/requests/trunk/debian/patches/series
Deleted:
  packages/requests/trunk/debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2015-05-03 19:23:48 UTC (rev 32576)
+++ packages/requests/trunk/debian/changelog	2015-05-03 19:31:33 UTC (rev 32577)
@@ -9,11 +9,13 @@
     - Refresh.
   * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch
     - Refresh.
+  * debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch
+    - Remove since fixed upstream.
   * debian/python{,3}-requests.links
     - Remove links thanks to the import machinery in
       04_make-requests.packages.urllib3-same-as-urllib3.patch
 
- -- Daniele Tricoli <eriol at mornie.org>  Sun, 03 May 2015 21:22:49 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 03 May 2015 21:30:10 +0200
 
 requests (2.4.3-6) unstable; urgency=medium
 

Deleted: packages/requests/trunk/debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch
===================================================================
--- packages/requests/trunk/debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch	2015-05-03 19:23:48 UTC (rev 32576)
+++ packages/requests/trunk/debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch	2015-05-03 19:31:33 UTC (rev 32577)
@@ -1,17 +0,0 @@
-Description: Session fixation and cookie stealing.
- See http://www.openwall.com/lists/oss-security/2015/03/14/4 for a complete
- description.
-Origin: https://github.com/kennethreitz/requests/commit/3bd8afbff29e50b38f889b2f688785a669b9aafc
-Bug-Debian: https://bugs.debian.org/780506
-
---- a/requests/sessions.py
-+++ b/requests/sessions.py
-@@ -168,7 +168,7 @@
-             except KeyError:
-                 pass
- 
--            extract_cookies_to_jar(prepared_request._cookies, prepared_request, resp.raw)
-+            extract_cookies_to_jar(prepared_request._cookies, req, resp.raw)
-             prepared_request._cookies.update(self.cookies)
-             prepared_request.prepare_cookies(prepared_request._cookies)
- 

Modified: packages/requests/trunk/debian/patches/series
===================================================================
--- packages/requests/trunk/debian/patches/series	2015-05-03 19:23:48 UTC (rev 32576)
+++ packages/requests/trunk/debian/patches/series	2015-05-03 19:31:33 UTC (rev 32577)
@@ -2,4 +2,3 @@
 02_use-system-chardet-and-urllib3.patch
 03_export-IncompleteRead.patch
 04_make-requests.packages.urllib3-same-as-urllib3.patch
-05_do-not-ascribe-cookies-to-the-target-domain.patch




More information about the Python-modules-commits mailing list