summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-03-31 17:19:10 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-03-31 17:19:10 +0200
commit436d7eab92bb8f9cc6498acfbf2055e717be6fd0 (patch)
treeb20637bf103d7defe34013f4e2b475aeaa7fe53b /debian
parente84adb76c87f419ed5bad8f7d08a4132de2bc406 (diff)
Userinfo is urlencoded in URIs (RFC 3986)
Thanks to Jean-Baptiste Lallement for spotting and fixing it! * apt-pkg/contrib/strutl.cc: - always escape '%' (LP: #130289) (Closes: #500560) - unescape '%' sequence only if followed by 2 hex digit - username/password are urlencoded in proxy string (RFC 3986)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 61a4dc618..205db85e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -64,6 +64,12 @@ apt (0.7.26) UNRELEASED; urgency=low
* apt-pkg/contrib/strutl.cc:
- convert all toupper calls to tolower_ascii for a little speedup
+ [ Jean-Baptiste Lallement ]
+ * apt-pkg/contrib/strutl.cc:
+ - always escape '%' (LP: #130289) (Closes: #500560)
+ - unescape '%' sequence only if followed by 2 hex digit
+ - username/password are urlencoded in proxy string (RFC 3986)
+
[ Julian Andres Klode ]
* cmdline/apt-mark:
- Use the new python-apt API (and conflict with python-apt << 0.7.93.2).