Control: tag -1 pending
Hi!
Bug #775124 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
https://anonscm.debian.org/cgit/dpkg/dpkg.git/diff/?id=5c58085
---
commit 5c58085b746d234066ea94d386182cfc72c612ba
Author: Guillem Jover <[email protected]>
Date: Mon Feb 2 23:37:28 2015 +0100
dpkg-statoverride: Do not accept unknown user or group names on --add
We should not allow adding user or group names to the database that do
not exist in the system passwd database, as the main dpkg program uses
strict parsing and will fail with an unrecoverable fatal error if it
cannot find a matching name for a uid/gid.
Regression introduced in commit e4d6db177fad401ddc8432cf0e2c64e4fcf7bc0d,
where we went from too strict to too lax parsing.
Closes: #775124
diff --git a/debian/changelog b/debian/changelog
index d1132e6..ad6b4e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ dpkg (1.17.24) UNRELEASED; urgency=low
the necessary version adjustments).
* Add Conflicts for removed packages expecting dpkg to ship install-info.
Namely octave3.2-info, octave3.0-info and polgen-doc. Closes: #776984
+ * Do not accept unknown user or group names on «dpkg-statoverride --add».
+ Regression introduced in dpkg 1.17.11. Closes: #775124
[ Updated manpages translations ]
* German (Helge Kreutzmann).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]