[Pkg-mailman-hackers] Pkg-mailman commit - rev 512 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sat Dec 1 15:16:57 UTC 2007
Author: thijs
Date: 2007-12-01 15:16:57 +0000 (Sat, 01 Dec 2007)
New Revision: 512
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
* Do not make /var/log/mailman world-readable, because it can contain
a bit of semi-private information. Thanks Alexander Gerasiov.
(Closes: #450927)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-12-01 15:01:39 UTC (rev 511)
+++ trunk/debian/changelog 2007-12-01 15:16:57 UTC (rev 512)
@@ -4,8 +4,11 @@
dependencies for pre-oldstable versions.
* Fix formatting of man pages (Closes: #432848).
* Fix some bashisms in Debian packaging scripts.
+ * Do not make /var/log/mailman world-readable, because it can contain
+ a bit of semi-private information. Thanks Alexander Gerasiov.
+ (Closes: #450927)
- -- Thijs Kinkhorst <thijs at debian.org> Thu, 02 Aug 2007 14:08:03 +0200
+ -- Thijs Kinkhorst <thijs at debian.org> Sat, 1 Dec 2007 16:15:44 +0100
mailman (1:2.1.9-8) unstable; urgency=low
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-12-01 15:01:39 UTC (rev 511)
+++ trunk/debian/rules 2007-12-01 15:16:57 UTC (rev 512)
@@ -178,7 +178,7 @@
chmod o-x debian/mailman/var/lib/$(package)/archives/private
chmod 0755 debian/mailman/usr/lib/$(package)/cron/*
chmod 0644 debian/mailman/usr/lib/$(package)/cron/{crontab.in,paths.py}
- chmod 2775 debian/mailman/var/log/mailman
+ chmod 2770 debian/mailman/var/log/mailman
chmod g+w debian/mailman/var/lock/mailman
# Python Policy
More information about the Pkg-mailman-hackers
mailing list