aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-31 16:47:33 +0200
committerFlorian Dold <florian@dold.me>2021-07-31 16:48:48 +0200
commit9b3442d2f84759594dbec7f8231d750fad649372 (patch)
tree138f1526026e23c87391162253fb3e08c7d3813c /debian/changelog
parent532a51b7251bae27d4b0fb0b551f3c896a0dc50c (diff)
downloadgnunet-9b3442d2f84759594dbec7f8231d750fad649372.tar.gz
gnunet-9b3442d2f84759594dbec7f8231d750fad649372.zip
debian: Do not remove users/groups in postrm
Doing so is dangerous (UID/GID recycling!) from a security point of view. It should *never* be done automatically.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 516530fbb..f8cb6ac6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1gnunet (0.14.1-10) unstable; urgency=low
2
3 * Do not remove users/groups in postrm.
4
5 -- Florian Dold <florian@dold.me> Sat, 31 Jul 2021 16:46:13 +0200
6
1gnunet (0.14.1-9) unstable; urgency=low 7gnunet (0.14.1-9) unstable; urgency=low
2 8
3 * Fix some bugs in configuration file parsing. 9 * Fix some bugs in configuration file parsing.