summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2011-05-04 09:41:37 +0200
committerGuillem Jover <guillem@debian.org>2011-05-04 10:29:44 +0200
commitd84b36a81088721b340e52664aa2c3379fea2a9a (patch)
tree0888d2708e5da1f86edcac534aab8e5a43cf426f /debian
parent0bfd81b977ed0a3d4fca1c21e9f4e65c92c3fe9e (diff)
downloaddpkg-d84b36a81088721b340e52664aa2c3379fea2a9a.tar.gz
libdpkg: Allow again unknown Priority field values
The code was not properly advancing the end of the value string when reaching the fallback case (on values not known for the Priority field), and the validation for junk after the first word was failing on the actual first word. This change reverts to the previous behaviour of blindly accepting the whole value string for a field, regardless of it being multiword, when it's the fallback case. Regression introduced in commit b3f669039f128d715ac7ac71abaeac86f0954112. Analysis-by: Raphaƫl Hertzog <hertzog@debian.org> Analysis-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5fe55fedc..854972c2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dpkg (1.16.0.3) UNRELEASED; urgency=low
+
+ * Allow again Priority field values not known to dpkg. Regression
+ introduced in 1.16.0.
+
+ -- Guillem Jover <guillem@debian.org> Wed, 04 May 2011 09:39:09 +0200
+
dpkg (1.16.0.2) unstable; urgency=high
* Fix dpkg-split --auto to not fail when opening the new depot file.