[Pkg-mailman-hackers] Pkg-mailman commit - rev 260 - trunk/debian
Lionel Elie Mamane
lmamane at costa.debian.org
Sun Dec 25 12:44:53 UTC 2005
Author: lmamane
Date: 2005-12-25 12:44:53 +0000 (Sun, 25 Dec 2005)
New Revision: 260
Modified:
trunk/debian/README.Debian
trunk/debian/changelog
trunk/debian/postinst
trunk/debian/templates
Log:
Bug#343029: warn that passwords are broken on upgrade from 2.0
Modified: trunk/debian/README.Debian
===================================================================
--- trunk/debian/README.Debian 2005-12-14 14:53:56 UTC (rev 259)
+++ trunk/debian/README.Debian 2005-12-25 12:44:53 UTC (rev 260)
@@ -118,4 +118,8 @@
You must create a "mailman" list on your system, until it is added,
mailman will not start. (It will yell at you, so you should notice.)
- -- Siggy Brentrup <bsb at debian.org>, Tue Apr 6 23:44:43 2004
+List admin and moderator passwords will be broken. Use
+/var/lib/mailman/bin/change_pw to generate new ones and email them to
+the admins and moderators.
+
+ -- Lionel Elie Mamane <lmamane at debian.org>, Sun Dec 25 13:20:37 2005
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-12-14 14:53:56 UTC (rev 259)
+++ trunk/debian/changelog 2005-12-25 12:44:53 UTC (rev 260)
@@ -23,8 +23,9 @@
- Possible data loss in archives (closes: #244699)
* Don't fold headers in attachments (closes: #244673)
This avoids breaking cryptographic signatures
+ * Warn that list passwords are broken on upgrade from 2.0 (closes: #343029)
- -- Lionel Elie Mamane <lmamane at debian.org> Sun, 11 Dec 2005 12:19:29 +0100
+ -- Lionel Elie Mamane <lmamane at debian.org> Sun, 25 Dec 2005 13:44:08 +0100
mailman (2.1.5-11) UNRELEASED; urgency=low
Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst 2005-12-14 14:53:56 UTC (rev 259)
+++ trunk/debian/postinst 2005-12-25 12:44:53 UTC (rev 260)
@@ -39,9 +39,10 @@
;;
Manual)
db_input critical mailman/update_aliases || true
- db_go
;;
esac
+ db_input critical mailman/update_passwords || true
+ db_go
fi
# Install only languages selected by the administrator
Modified: trunk/debian/templates
===================================================================
--- trunk/debian/templates 2005-12-14 14:53:56 UTC (rev 259)
+++ trunk/debian/templates 2005-12-25 12:44:53 UTC (rev 260)
@@ -66,3 +66,10 @@
.
Until you do that, some features will stop working and mails will go
out with an invalid Return-Path.
+
+Template: mailman/update_passwords
+Type: note
+_Description: List passwords broken
+ List admin and moderator passwords are broken by this upgrade. Use
+ /var/lib/mailman/bin/change_pw to generate new ones and email them to
+ the admins and moderators.
More information about the Pkg-mailman-hackers
mailing list