[Pkg-mailman-hackers] Pkg-mailman commit - rev 540 - in trunk/debian: . patches
Thijs Kinkhorst
thijs at alioth.debian.org
Sat Jun 14 16:20:16 UTC 2008
Author: thijs
Date: 2008-06-14 16:20:16 +0000 (Sat, 14 Jun 2008)
New Revision: 540
Modified:
trunk/debian/changelog
trunk/debian/patches/00_stolen_from_HEAD.patch
trunk/debian/patches/01_defaults.debian.patch
trunk/debian/patches/02_HyperDatabase_mapkeys.patch
trunk/debian/patches/07_snooze.patch
trunk/debian/patches/10_wrapper_uid.patch
trunk/debian/patches/11_handle_propfind.patch
trunk/debian/patches/15_mailmanctl_daemonize.patch
trunk/debian/patches/16_update_debian.patch
trunk/debian/patches/20_qmail_to_mailman.debian.patch
trunk/debian/patches/30_pipermail_threads.patch
trunk/debian/patches/32_MIME_fixup.patch
trunk/debian/patches/51_nocompile.pyc.patch
trunk/debian/patches/52_check_perms_lstat.patch
trunk/debian/patches/53_disable_addons.patch
trunk/debian/patches/58_fix_es_translation.patch
trunk/debian/patches/59_fix_missing_language_crash.patch
trunk/debian/patches/61_fix_ru_siteowner.patch
trunk/debian/patches/62_new_list_bad_pending_requests.patch
trunk/debian/patches/63_update_default_server_language.patch
trunk/debian/patches/64_correct_html_nesting.patch
trunk/debian/patches/65_handle_templates_directories.patch
trunk/debian/patches/66_donot_let_cache_html_pages.patch
trunk/debian/patches/67_update_handle_old_versions.patch
trunk/debian/patches/70_invalid_utf8_dos.patch
trunk/debian/patches/71_date_overflows.patch
trunk/debian/patches/72_fblast_add_shebang.patch
trunk/debian/patches/74_admin_non-ascii_emails.patch
trunk/debian/patches/77_header_folding_in_attachments.patch
trunk/debian/patches/78_DeprecationWarning.patch
trunk/debian/patches/79_archiver_slash.patch
trunk/debian/patches/80_fix_string_search.patch
trunk/debian/patches/81_fix_subscribe_2.1.10.patch
trunk/debian/patches/99_js_templates.patch
trunk/debian/patches/series
Log:
Make quilt usage more dpkg source format 3.0 compatible
(see #485253).
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/changelog 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,6 +3,8 @@
* Update Galician debconf translation, thanks
Jacobo Tarrio (Closes: #482137).
* Some tweaks to newlist.8 (Closes: #485382).
+ * Make quilt usage more dpkg source format 3.0 compatible
+ (see #485253).
-- Thijs Kinkhorst <thijs at debian.org> Sat, 14 Jun 2008 12:37:04 +0200
Modified: trunk/debian/patches/00_stolen_from_HEAD.patch
===================================================================
--- trunk/debian/patches/00_stolen_from_HEAD.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/00_stolen_from_HEAD.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Handle empty queue files.
Index: Mailman/Handlers/Scrubber.py
===================================================================
---- Mailman/Handlers/Scrubber.py.orig 2006-08-15 15:12:19.000000000 +0800
-+++ Mailman/Handlers/Scrubber.py 2006-08-15 15:14:15.000000000 +0800
+--- a/Mailman/Handlers/Scrubber.py.orig 2006-08-15 15:12:19.000000000 +0800
++++ b/Mailman/Handlers/Scrubber.py 2006-08-15 15:14:15.000000000 +0800
@@ -370,6 +370,8 @@
t = u.encode('ascii', 'replace')
try:
Modified: trunk/debian/patches/01_defaults.debian.patch
===================================================================
--- trunk/debian/patches/01_defaults.debian.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/01_defaults.debian.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Set sane defaults in Defaults.py.in
Index: Mailman/Defaults.py.in
===================================================================
---- Mailman/Defaults.py.in.orig 2006-08-15 15:12:19.000000000 +0800
-+++ Mailman/Defaults.py.in 2006-08-15 15:14:18.000000000 +0800
+--- a/Mailman/Defaults.py.in.orig 2006-08-15 15:12:19.000000000 +0800
++++ b/Mailman/Defaults.py.in 2006-08-15 15:14:18.000000000 +0800
@@ -54,7 +54,7 @@
# disable Mailman's logo footer altogther, hack
# Mailman/htmlformat.py:MailmanLogo(), which also contains the hardcoded links
Modified: trunk/debian/patches/02_HyperDatabase_mapkeys.patch
===================================================================
--- trunk/debian/patches/02_HyperDatabase_mapkeys.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/02_HyperDatabase_mapkeys.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -1,7 +1,7 @@
Index: Mailman/Archiver/HyperDatabase.py
===================================================================
---- Mailman/Archiver/HyperDatabase.py.orig 2005-08-27 03:40:17.000000000 +0200
-+++ Mailman/Archiver/HyperDatabase.py 2007-05-31 16:52:04.873846892 +0200
+--- a/Mailman/Archiver/HyperDatabase.py.orig 2005-08-27 03:40:17.000000000 +0200
++++ b/Mailman/Archiver/HyperDatabase.py 2007-05-31 16:52:04.873846892 +0200
@@ -54,7 +54,7 @@
SortedDictionary.
"""
Modified: trunk/debian/patches/07_snooze.patch
===================================================================
--- trunk/debian/patches/07_snooze.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/07_snooze.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Snooze a bit to avoid eating too much CPU if you get an SMTP error.
Index: Mailman/Queue/OutgoingRunner.py
===================================================================
---- Mailman/Queue/OutgoingRunner.py.orig 2006-08-15 15:12:19.000000000 +0800
-+++ Mailman/Queue/OutgoingRunner.py 2006-08-15 15:14:24.000000000 +0800
+--- a/Mailman/Queue/OutgoingRunner.py.orig 2006-08-15 15:12:19.000000000 +0800
++++ b/Mailman/Queue/OutgoingRunner.py 2006-08-15 15:14:24.000000000 +0800
@@ -88,6 +88,7 @@
syslog('error', 'Cannot connect to SMTP server %s on port %s',
mm_cfg.SMTPHOST, port)
Modified: trunk/debian/patches/10_wrapper_uid.patch
===================================================================
--- trunk/debian/patches/10_wrapper_uid.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/10_wrapper_uid.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Makes sure we're called with the right UID and GID
Index: src/cgi-wrapper.c
===================================================================
---- src/cgi-wrapper.c.orig 2006-08-15 15:12:18.000000000 +0800
-+++ src/cgi-wrapper.c 2006-08-15 15:14:25.000000000 +0800
+--- a/src/cgi-wrapper.c.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/src/cgi-wrapper.c 2006-08-15 15:14:25.000000000 +0800
@@ -42,7 +42,7 @@
char* fake_argv[3];
@@ -16,8 +16,8 @@
* don't contain anything useful. `script' will always be the driver
Index: src/mail-wrapper.c
===================================================================
---- src/mail-wrapper.c.orig 2006-08-15 15:12:18.000000000 +0800
-+++ src/mail-wrapper.c 2006-08-15 15:14:25.000000000 +0800
+--- a/src/mail-wrapper.c.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/src/mail-wrapper.c 2006-08-15 15:14:25.000000000 +0800
@@ -74,7 +74,7 @@
fatal(logident, MAIL_ILLEGAL_COMMAND,
"Illegal command: %s", argv[1]);
Modified: trunk/debian/patches/11_handle_propfind.patch
===================================================================
--- trunk/debian/patches/11_handle_propfind.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/11_handle_propfind.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -5,8 +5,8 @@
don't understand.
Index: scripts/driver
===================================================================
---- scripts/driver.orig 2006-08-15 15:12:18.000000000 +0800
-+++ scripts/driver 2006-08-15 15:14:26.000000000 +0800
+--- a/scripts/driver.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/scripts/driver 2006-08-15 15:14:26.000000000 +0800
@@ -95,6 +95,15 @@
module = getattr(pkg, scriptname)
main = getattr(module, 'main')
Modified: trunk/debian/patches/15_mailmanctl_daemonize.patch
===================================================================
--- trunk/debian/patches/15_mailmanctl_daemonize.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/15_mailmanctl_daemonize.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Daemonize mailmanctl properly
Index: bin/mailmanctl
===================================================================
---- bin/mailmanctl.orig 2006-08-15 15:12:18.000000000 +0800
-+++ bin/mailmanctl 2006-08-15 15:14:29.000000000 +0800
+--- a/bin/mailmanctl.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/bin/mailmanctl 2006-08-15 15:14:29.000000000 +0800
@@ -417,6 +417,13 @@
# won't be opening any terminal devices, don't do the ultra-paranoid
# suggestion of doing a second fork after the setsid() call.
Modified: trunk/debian/patches/16_update_debian.patch
===================================================================
--- trunk/debian/patches/16_update_debian.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/16_update_debian.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
prints non-appropriate output. Change that.
Index: bin/update
===================================================================
---- bin/update.orig 2006-08-15 15:12:18.000000000 +0800
-+++ bin/update 2006-08-15 15:14:30.000000000 +0800
+--- a/bin/update.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/bin/update 2006-08-15 15:14:30.000000000 +0800
@@ -300,8 +300,7 @@
else:
# directory
Modified: trunk/debian/patches/20_qmail_to_mailman.debian.patch
===================================================================
--- trunk/debian/patches/20_qmail_to_mailman.debian.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/20_qmail_to_mailman.debian.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Fix some paths in the qmail_to_mailman wrapper
Index: contrib/qmail-to-mailman.py
===================================================================
---- contrib/qmail-to-mailman.py.orig 2006-08-15 15:12:18.000000000 +0800
-+++ contrib/qmail-to-mailman.py 2006-08-15 15:14:31.000000000 +0800
+--- a/contrib/qmail-to-mailman.py.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/contrib/qmail-to-mailman.py 2006-08-15 15:14:31.000000000 +0800
@@ -28,12 +28,12 @@
#
# INSTALLATION:
Modified: trunk/debian/patches/30_pipermail_threads.patch
===================================================================
--- trunk/debian/patches/30_pipermail_threads.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/30_pipermail_threads.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Pipermail non-appropriate output. Change that.
Index: Mailman/Archiver/pipermail.py
===================================================================
---- Mailman/Archiver/pipermail.py.orig 2006-08-15 15:12:18.000000000 +0800
-+++ Mailman/Archiver/pipermail.py 2006-08-15 15:14:34.000000000 +0800
+--- a/Mailman/Archiver/pipermail.py.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/Mailman/Archiver/pipermail.py 2006-08-15 15:14:34.000000000 +0800
@@ -122,9 +122,9 @@
parentID = article.parentID
if parentID is not None and self.articleIndex.has_key(parentID):
Modified: trunk/debian/patches/32_MIME_fixup.patch
===================================================================
--- trunk/debian/patches/32_MIME_fixup.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/32_MIME_fixup.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Handle empty queue files.
Index: Mailman/Handlers/Decorate.py
===================================================================
---- Mailman/Handlers/Decorate.py.orig 2006-08-15 15:12:18.000000000 +0800
-+++ Mailman/Handlers/Decorate.py 2006-08-15 15:14:35.000000000 +0800
+--- a/Mailman/Handlers/Decorate.py.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/Mailman/Handlers/Decorate.py 2006-08-15 15:14:35.000000000 +0800
@@ -182,6 +182,7 @@
del msg['content-transfer-encoding']
del msg['content-disposition']
Modified: trunk/debian/patches/51_nocompile.pyc.patch
===================================================================
--- trunk/debian/patches/51_nocompile.pyc.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/51_nocompile.pyc.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Don't do the compileall dance. It'll just waste CPU cycles.
Index: Makefile.in
===================================================================
---- Makefile.in.orig 2006-08-15 15:12:18.000000000 +0800
-+++ Makefile.in 2006-08-15 15:14:36.000000000 +0800
+--- a/Makefile.in.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/Makefile.in 2006-08-15 15:14:36.000000000 +0800
@@ -124,7 +124,7 @@
do \
(cd $$d; $(MAKE) DESTDIR=$(DESTDIR) install); \
Modified: trunk/debian/patches/52_check_perms_lstat.patch
===================================================================
--- trunk/debian/patches/52_check_perms_lstat.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/52_check_perms_lstat.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Use lstat instead of stat in check_perms
Index: bin/check_perms
===================================================================
---- bin/check_perms.orig 2006-08-15 15:12:18.000000000 +0800
-+++ bin/check_perms 2006-08-15 15:14:38.000000000 +0800
+--- a/bin/check_perms.orig 2006-08-15 15:12:18.000000000 +0800
++++ b/bin/check_perms 2006-08-15 15:14:38.000000000 +0800
@@ -80,7 +80,7 @@
return os.stat(path)[ST_MODE]
Modified: trunk/debian/patches/53_disable_addons.patch
===================================================================
--- trunk/debian/patches/53_disable_addons.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/53_disable_addons.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -2,8 +2,8 @@
Author: Tollef Fog Heen <tfheen at debian.org>
Disable some modules which are pulled in from other Debian packages.
diff -Nur misc/Makefile.in mailman-2.1.10b3/misc/Makefile.in
---- misc/Makefile.in 2008-02-02 23:29:26.000000000 +0100
-+++ misc/Makefile.in 2008-02-08 23:19:31.000000000 +0100
+--- a/misc/Makefile.in 2008-02-02 23:29:26.000000000 +0100
++++ b/misc/Makefile.in 2008-02-08 23:19:31.000000000 +0100
@@ -57,7 +57,10 @@
JACODECSPKG= JapaneseCodecs-1.4.11
KOCODECSPKG= KoreanCodecs-2.0.5
@@ -17,8 +17,8 @@
# Modes for directories and executables created by the install
# process. Default to group-writable directories but
diff -Nur misc/paths.py.in mailman-2.1.10b3/misc/paths.py.in
---- misc/paths.py.in 2008-02-02 23:29:26.000000000 +0100
-+++ misc/paths.py.in 2008-02-08 23:21:01.000000000 +0100
+--- a/misc/paths.py.in 2008-02-02 23:29:26.000000000 +0100
++++ b/misc/paths.py.in 2008-02-08 23:21:01.000000000 +0100
@@ -71,13 +71,19 @@
# files would be imported automatically. But because we inhibit the importing
# of the site module, we need to be explicit about importing these codecs.
Modified: trunk/debian/patches/58_fix_es_translation.patch
===================================================================
--- trunk/debian/patches/58_fix_es_translation.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/58_fix_es_translation.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Fix translation errors
Index: messages/es/LC_MESSAGES/mailman.po
===================================================================
---- messages/es/LC_MESSAGES/mailman.po.orig 2006-09-19 16:12:12.000000000 +0200
-+++ messages/es/LC_MESSAGES/mailman.po 2006-09-19 16:13:34.000000000 +0200
+--- a/messages/es/LC_MESSAGES/mailman.po.orig 2006-09-19 16:12:12.000000000 +0200
++++ b/messages/es/LC_MESSAGES/mailman.po 2006-09-19 16:13:34.000000000 +0200
@@ -1989,7 +1989,7 @@
#: Mailman/Cgi/create.py:214 bin/.svn/text-base/newlist.svn-base:200
#: bin/newlist:200
Modified: trunk/debian/patches/59_fix_missing_language_crash.patch
===================================================================
--- trunk/debian/patches/59_fix_missing_language_crash.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/59_fix_missing_language_crash.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Fix crash when a language is missing
Index: Mailman/htmlformat.py
===================================================================
---- Mailman/htmlformat.py.orig 2006-09-19 16:12:12.000000000 +0200
-+++ Mailman/htmlformat.py 2006-09-19 16:13:47.000000000 +0200
+--- a/Mailman/htmlformat.py.orig 2006-09-19 16:12:12.000000000 +0200
++++ b/Mailman/htmlformat.py 2006-09-19 16:13:47.000000000 +0200
@@ -298,7 +298,7 @@
def Format(self, indent=0, **kws):
Modified: trunk/debian/patches/61_fix_ru_siteowner.patch
===================================================================
--- trunk/debian/patches/61_fix_ru_siteowner.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/61_fix_ru_siteowner.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
Correct siteowner variable in ru template for newer Mailman versions.
Index: templates/ru/newlist.txt
===================================================================
---- templates/ru/newlist.txt.orig 2006-08-15 15:12:17.000000000 +0800
-+++ templates/ru/newlist.txt 2006-08-15 15:14:44.000000000 +0800
+--- a/templates/ru/newlist.txt.orig 2006-08-15 15:12:17.000000000 +0800
++++ b/templates/ru/newlist.txt 2006-08-15 15:14:44.000000000 +0800
@@ -37,4 +37,4 @@
ÐÏÌØÚÏ×ÁÔÅÌÑ.
Modified: trunk/debian/patches/62_new_list_bad_pending_requests.patch
===================================================================
--- trunk/debian/patches/62_new_list_bad_pending_requests.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/62_new_list_bad_pending_requests.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
particular list exists, so we do not send out '-1' requests.
Index: Mailman/ListAdmin.py
===================================================================
---- Mailman/ListAdmin.py.orig 2006-08-15 15:12:17.000000000 +0800
-+++ Mailman/ListAdmin.py 2006-08-15 15:14:45.000000000 +0800
+--- a/Mailman/ListAdmin.py.orig 2006-08-15 15:12:17.000000000 +0800
++++ b/Mailman/ListAdmin.py 2006-08-15 15:14:45.000000000 +0800
@@ -130,8 +130,11 @@
def NumRequestsPending(self):
Modified: trunk/debian/patches/63_update_default_server_language.patch
===================================================================
--- trunk/debian/patches/63_update_default_server_language.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/63_update_default_server_language.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
hardcoded English.
Index: bin/update
===================================================================
---- bin/update.orig 2006-08-15 15:14:30.000000000 +0800
-+++ bin/update 2006-08-15 15:14:46.000000000 +0800
+--- a/bin/update.orig 2006-08-15 15:14:30.000000000 +0800
++++ b/bin/update 2006-08-15 15:14:46.000000000 +0800
@@ -121,7 +121,7 @@
#
# First, get rid of any lists/<list> template or lists/<list>/en template
Modified: trunk/debian/patches/64_correct_html_nesting.patch
===================================================================
--- trunk/debian/patches/64_correct_html_nesting.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/64_correct_html_nesting.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
sensible browsers like iCal may choke on that -> fix that.
Index: templates/ca/listinfo.html
===================================================================
---- templates/ca/listinfo.html.orig 2003-11-01 16:51:48.000000000 +0100
-+++ templates/ca/listinfo.html 2006-09-19 15:44:40.000000000 +0200
+--- a/templates/ca/listinfo.html.orig 2003-11-01 16:51:48.000000000 +0100
++++ b/templates/ca/listinfo.html 2006-09-19 15:44:40.000000000 +0200
@@ -53,8 +53,9 @@
</TR>
@@ -20,8 +20,8 @@
<TR>
Index: templates/cs/listinfo.html
===================================================================
---- templates/cs/listinfo.html.orig 2002-12-13 19:13:46.000000000 +0100
-+++ templates/cs/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/cs/listinfo.html.orig 2002-12-13 19:13:46.000000000 +0100
++++ b/templates/cs/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<td colspan="2">
<P>
@@ -34,8 +34,8 @@
<TR>
Index: templates/da/listinfo.html
===================================================================
---- templates/da/listinfo.html.orig 2004-11-12 01:09:48.000000000 +0100
-+++ templates/da/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/da/listinfo.html.orig 2004-11-12 01:09:48.000000000 +0100
++++ b/templates/da/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -62,8 +62,8 @@
<td colspan="2">
<P>
@@ -48,8 +48,8 @@
<TR>
Index: templates/de/listinfo.html
===================================================================
---- templates/de/listinfo.html.orig 2004-01-06 10:58:28.000000000 +0100
-+++ templates/de/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/de/listinfo.html.orig 2004-01-06 10:58:28.000000000 +0100
++++ b/templates/de/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<P>
Abonnieren Sie <MM-List-Name>, indem Sie das folgende Formular
@@ -62,8 +62,8 @@
<TR>
Index: templates/en/listinfo.html
===================================================================
---- templates/en/listinfo.html.orig 2002-11-16 07:10:36.000000000 +0100
-+++ templates/en/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/en/listinfo.html.orig 2002-11-16 07:10:36.000000000 +0100
++++ b/templates/en/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<P>
Subscribe to <MM-List-Name> by filling out the following
@@ -76,8 +76,8 @@
<TR>
Index: templates/es/listinfo.html
===================================================================
---- templates/es/listinfo.html.orig 2005-06-08 23:33:19.000000000 +0200
-+++ templates/es/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/es/listinfo.html.orig 2005-06-08 23:33:19.000000000 +0200
++++ b/templates/es/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -64,8 +64,8 @@
<P>
Suscríbase a <MM-List-Name> rellenando los datos del
@@ -90,8 +90,8 @@
<TR>
Index: templates/et/listinfo.html
===================================================================
---- templates/et/listinfo.html.orig 2004-11-03 22:46:58.000000000 +0100
-+++ templates/et/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/et/listinfo.html.orig 2004-11-03 22:46:58.000000000 +0100
++++ b/templates/et/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -58,8 +58,8 @@
<td colspan="2">
<P>
@@ -104,8 +104,8 @@
<TR>
Index: templates/fi/listinfo.html
===================================================================
---- templates/fi/listinfo.html.orig 2002-04-02 07:43:47.000000000 +0200
-+++ templates/fi/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/fi/listinfo.html.orig 2002-04-02 07:43:47.000000000 +0200
++++ b/templates/fi/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<td colspan="2">
<P>
@@ -118,8 +118,8 @@
<TR>
Index: templates/fr/listinfo.html
===================================================================
---- templates/fr/listinfo.html.orig 2003-09-26 05:36:56.000000000 +0200
-+++ templates/fr/listinfo.html 2006-09-19 15:44:05.000000000 +0200
+--- a/templates/fr/listinfo.html.orig 2003-09-26 05:36:56.000000000 +0200
++++ b/templates/fr/listinfo.html 2006-09-19 15:44:05.000000000 +0200
@@ -61,8 +61,8 @@
<p>
Abonnez-vous à <MM-List-Name> en remplissant le formulaire
@@ -132,8 +132,8 @@
<tr>
Index: templates/hu/listinfo.html
===================================================================
---- templates/hu/listinfo.html.orig 2002-12-20 05:28:00.000000000 +0100
-+++ templates/hu/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/hu/listinfo.html.orig 2002-12-20 05:28:00.000000000 +0100
++++ b/templates/hu/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -59,11 +59,10 @@
<td colspan="2">
<P>
@@ -149,8 +149,8 @@
<TR>
Index: templates/it/listinfo.html
===================================================================
---- templates/it/listinfo.html.orig 2002-11-25 21:29:47.000000000 +0100
-+++ templates/it/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/it/listinfo.html.orig 2002-11-25 21:29:47.000000000 +0100
++++ b/templates/it/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<td colspan="2">
<P>
@@ -163,8 +163,8 @@
<TR>
Index: templates/ja/listinfo.html
===================================================================
---- templates/ja/listinfo.html.orig 2004-01-23 01:58:03.000000000 +0100
-+++ templates/ja/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/ja/listinfo.html.orig 2004-01-23 01:58:03.000000000 +0100
++++ b/templates/ja/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -65,8 +65,8 @@
<P>
<MM-List-Name> ¤Ø¤ÎÆþ²ñ¤Ï,
@@ -177,8 +177,8 @@
<TR>
Index: templates/ko/listinfo.html
===================================================================
---- templates/ko/listinfo.html.orig 2002-03-28 19:32:11.000000000 +0100
-+++ templates/ko/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/ko/listinfo.html.orig 2002-03-28 19:32:11.000000000 +0100
++++ b/templates/ko/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<td colspan="2">
<P>
@@ -191,8 +191,8 @@
<TR>
Index: templates/lt/listinfo.html
===================================================================
---- templates/lt/listinfo.html.orig 2002-12-26 20:48:42.000000000 +0100
-+++ templates/lt/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/lt/listinfo.html.orig 2002-12-26 20:48:42.000000000 +0100
++++ b/templates/lt/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -61,8 +61,8 @@
<td colspan="2">
<P>
@@ -205,8 +205,8 @@
<TR>
Index: templates/no/listinfo.html
===================================================================
---- templates/no/listinfo.html.orig 2002-11-19 10:20:43.000000000 +0100
-+++ templates/no/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/no/listinfo.html.orig 2002-11-19 10:20:43.000000000 +0100
++++ b/templates/no/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -62,8 +62,8 @@
<td colspan="2">
<P>
@@ -219,8 +219,8 @@
<TR>
Index: templates/pl/listinfo.html
===================================================================
---- templates/pl/listinfo.html.orig 2003-12-30 19:10:06.000000000 +0100
-+++ templates/pl/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/pl/listinfo.html.orig 2003-12-30 19:10:06.000000000 +0100
++++ b/templates/pl/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -65,8 +65,8 @@
W celu zapisania siê na listê <MM-List-Name> nale¿y wype³niæ
poni¿szy formularz.
@@ -233,8 +233,8 @@
<TR>
Index: templates/pt/listinfo.html
===================================================================
---- templates/pt/listinfo.html.orig 2003-04-09 07:09:57.000000000 +0200
-+++ templates/pt/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/pt/listinfo.html.orig 2003-04-09 07:09:57.000000000 +0200
++++ b/templates/pt/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<td colspan="2">
<P>
@@ -247,8 +247,8 @@
<TR>
Index: templates/pt_BR/listinfo.html
===================================================================
---- templates/pt_BR/listinfo.html.orig 2004-11-03 21:33:27.000000000 +0100
-+++ templates/pt_BR/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/pt_BR/listinfo.html.orig 2004-11-03 21:33:27.000000000 +0100
++++ b/templates/pt_BR/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -64,8 +64,8 @@
<P>
Para se inscrever na lista <MM-List-Name>, preencha o seguinte
@@ -261,8 +261,8 @@
<TR>
Index: templates/ro/listinfo.html
===================================================================
---- templates/ro/listinfo.html.orig 2003-12-13 17:35:54.000000000 +0100
-+++ templates/ro/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/ro/listinfo.html.orig 2003-12-13 17:35:54.000000000 +0100
++++ b/templates/ro/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -60,8 +60,8 @@
<P>
Vã puteþi abona la lista de discuþii <MM-List-Name> completând formularul
@@ -275,8 +275,8 @@
<TR>
Index: templates/ru/listinfo.html
===================================================================
---- templates/ru/listinfo.html.orig 2003-09-22 05:59:48.000000000 +0200
-+++ templates/ru/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/ru/listinfo.html.orig 2003-09-22 05:59:48.000000000 +0200
++++ b/templates/ru/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -51,8 +51,8 @@
<td colspan="2">
<P>
@@ -289,8 +289,8 @@
<TR>
Index: templates/sl/listinfo.html
===================================================================
---- templates/sl/listinfo.html.orig 2003-10-04 04:57:36.000000000 +0200
-+++ templates/sl/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/sl/listinfo.html.orig 2003-10-04 04:57:36.000000000 +0200
++++ b/templates/sl/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<P>
Na seznam <MM-List-Name> se prijavite tako, da izpolnite
@@ -303,8 +303,8 @@
<TR>
Index: templates/tr/listinfo.html
===================================================================
---- templates/tr/listinfo.html.orig 2004-04-26 18:50:11.000000000 +0200
-+++ templates/tr/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/tr/listinfo.html.orig 2004-04-26 18:50:11.000000000 +0200
++++ b/templates/tr/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -63,8 +63,8 @@
<P>
<MM-List-Name> listesine aþaðýdaki formu doldurarak üye
@@ -317,8 +317,8 @@
<TR>
Index: templates/uk/listinfo.html
===================================================================
---- templates/uk/listinfo.html.orig 2005-03-02 01:27:09.000000000 +0100
-+++ templates/uk/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/uk/listinfo.html.orig 2005-03-02 01:27:09.000000000 +0100
++++ b/templates/uk/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -62,8 +62,8 @@
<td colspan="2">
<P>
@@ -331,8 +331,8 @@
<TR>
Index: templates/zh_CN/listinfo.html
===================================================================
---- templates/zh_CN/listinfo.html.orig 2005-05-14 06:13:41.000000000 +0200
-+++ templates/zh_CN/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/zh_CN/listinfo.html.orig 2005-05-14 06:13:41.000000000 +0200
++++ b/templates/zh_CN/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -60,8 +60,8 @@
<td colspan="2">
<P>
@@ -345,8 +345,8 @@
<TR>
Index: templates/zh_TW/listinfo.html
===================================================================
---- templates/zh_TW/listinfo.html.orig 2005-03-23 03:04:15.000000000 +0100
-+++ templates/zh_TW/listinfo.html 2006-09-19 14:04:57.000000000 +0200
+--- a/templates/zh_TW/listinfo.html.orig 2005-03-23 03:04:15.000000000 +0100
++++ b/templates/zh_TW/listinfo.html 2006-09-19 14:04:57.000000000 +0200
@@ -60,8 +60,8 @@
<td colspan="2">
<P>
@@ -359,8 +359,8 @@
<TR>
Index: templates/eu/listinfo.html
===================================================================
---- templates/eu/listinfo.html.orig 2003-12-01 17:07:41.000000000 +0100
-+++ templates/eu/listinfo.html 2006-09-19 15:27:32.000000000 +0200
+--- a/templates/eu/listinfo.html.orig 2003-12-01 17:07:41.000000000 +0100
++++ b/templates/eu/listinfo.html 2006-09-19 15:27:32.000000000 +0200
@@ -62,8 +62,8 @@
<td colspan="2">
<P>
@@ -373,8 +373,8 @@
<TR>
Index: templates/hr/listinfo.html
===================================================================
---- templates/hr/listinfo.html.orig 2004-02-17 23:27:49.000000000 +0100
-+++ templates/hr/listinfo.html 2006-09-19 15:28:12.000000000 +0200
+--- a/templates/hr/listinfo.html.orig 2004-02-17 23:27:49.000000000 +0100
++++ b/templates/hr/listinfo.html 2006-09-19 15:28:12.000000000 +0200
@@ -63,8 +63,8 @@
<P>
Pretplatite se na <MM-List-Name> ispunjavanjem sljedeæe
@@ -387,8 +387,8 @@
<TR>
Index: templates/nl/listinfo.html
===================================================================
---- templates/nl/listinfo.html.orig 2006-07-21 07:46:44.000000000 +0200
-+++ templates/nl/listinfo.html 2006-09-19 15:40:55.000000000 +0200
+--- a/templates/nl/listinfo.html.orig 2006-07-21 07:46:44.000000000 +0200
++++ b/templates/nl/listinfo.html 2006-09-19 15:40:55.000000000 +0200
@@ -59,8 +59,8 @@
<td colspan="2">
<P>
@@ -408,8 +408,8 @@
+</HTML>
Index: templates/sr/listinfo.html
===================================================================
---- templates/sr/listinfo.html.orig 2003-09-22 05:52:35.000000000 +0200
-+++ templates/sr/listinfo.html 2006-09-19 15:45:03.000000000 +0200
+--- a/templates/sr/listinfo.html.orig 2003-09-22 05:52:35.000000000 +0200
++++ b/templates/sr/listinfo.html 2006-09-19 15:45:03.000000000 +0200
@@ -52,8 +52,9 @@
</TR>
<tr>
@@ -423,8 +423,8 @@
<TR>
Index: templates/sv/listinfo.html
===================================================================
---- templates/sv/listinfo.html.orig 2002-12-24 15:07:17.000000000 +0100
-+++ templates/sv/listinfo.html 2006-09-19 15:43:00.000000000 +0200
+--- a/templates/sv/listinfo.html.orig 2002-12-24 15:07:17.000000000 +0100
++++ b/templates/sv/listinfo.html 2006-09-19 15:43:00.000000000 +0200
@@ -56,8 +56,9 @@
</TR>
<tr>
Modified: trunk/debian/patches/65_handle_templates_directories.patch
===================================================================
--- trunk/debian/patches/65_handle_templates_directories.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/65_handle_templates_directories.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Skip directories when updating
Index: bin/update
===================================================================
---- bin/update.orig 2006-08-15 15:14:46.000000000 +0800
-+++ bin/update 2006-08-15 15:14:50.000000000 +0800
+--- a/bin/update.orig 2006-08-15 15:14:46.000000000 +0800
++++ b/bin/update 2006-08-15 15:14:50.000000000 +0800
@@ -127,7 +127,7 @@
try:
fp = open(os.path.join(mm_cfg.TEMPLATE_DIR, gtemplate))
Modified: trunk/debian/patches/66_donot_let_cache_html_pages.patch
===================================================================
--- trunk/debian/patches/66_donot_let_cache_html_pages.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/66_donot_let_cache_html_pages.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -1,8 +1,8 @@
Patch to prevent browser from caching pages.
Index: Mailman/htmlformat.py
===================================================================
---- Mailman/htmlformat.py.orig 2006-09-19 13:43:51.000000000 +0200
-+++ Mailman/htmlformat.py 2006-09-19 15:47:16.000000000 +0200
+--- a/Mailman/htmlformat.py.orig 2006-09-19 13:43:51.000000000 +0200
++++ b/Mailman/htmlformat.py 2006-09-19 15:47:16.000000000 +0200
@@ -300,7 +300,8 @@
charset = 'us-ascii'
if self.language and Utils.IsLanguage(self.language):
Modified: trunk/debian/patches/67_update_handle_old_versions.patch
===================================================================
--- trunk/debian/patches/67_update_handle_old_versions.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/67_update_handle_old_versions.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
pending subscriptions.
Index: bin/update
===================================================================
---- bin/update.orig 2006-08-15 15:14:50.000000000 +0800
-+++ bin/update 2006-08-15 15:14:52.000000000 +0800
+--- a/bin/update.orig 2006-08-15 15:14:50.000000000 +0800
++++ b/bin/update 2006-08-15 15:14:52.000000000 +0800
@@ -514,9 +514,11 @@
file20 = os.path.join(mm_cfg.DATA_DIR, 'pending_subscriptions.db')
file214 = os.path.join(mm_cfg.DATA_DIR, 'pending.pck')
Modified: trunk/debian/patches/70_invalid_utf8_dos.patch
===================================================================
--- trunk/debian/patches/70_invalid_utf8_dos.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/70_invalid_utf8_dos.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -2,8 +2,8 @@
Author: Lionel Elie Mamane <lionel at mamane.lu>
Avoid DOS if attachement filename is invalid Unicode string
diff -Nur Mailman/Handlers/Scrubber.py mailman-2.1.10b3/Mailman/Handlers/Scrubber.py
---- Mailman/Handlers/Scrubber.py 2008-02-02 23:29:26.000000000 +0100
-+++ Mailman/Handlers/Scrubber.py 2008-02-08 23:33:16.000000000 +0100
+--- a/Mailman/Handlers/Scrubber.py 2008-02-02 23:29:26.000000000 +0100
++++ b/Mailman/Handlers/Scrubber.py 2008-02-08 23:33:16.000000000 +0100
@@ -317,7 +317,10 @@
os.umask(omask)
desc = part.get('content-description', _('not available'))
Modified: trunk/debian/patches/71_date_overflows.patch
===================================================================
--- trunk/debian/patches/71_date_overflows.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/71_date_overflows.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
React sensibly on integer overflow in date handling
Index: Mailman/Handlers/Scrubber.py
===================================================================
---- Mailman/Handlers/Scrubber.py.orig 2006-08-15 15:14:54.000000000 +0800
-+++ Mailman/Handlers/Scrubber.py 2006-08-15 15:14:55.000000000 +0800
+--- a/Mailman/Handlers/Scrubber.py.orig 2006-08-15 15:14:54.000000000 +0800
++++ b/Mailman/Handlers/Scrubber.py 2006-08-15 15:14:55.000000000 +0800
@@ -143,7 +143,7 @@
}.get(parts[3], 0)
day = int(parts[4])
Modified: trunk/debian/patches/72_fblast_add_shebang.patch
===================================================================
--- trunk/debian/patches/72_fblast_add_shebang.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/72_fblast_add_shebang.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -5,8 +5,8 @@
thus needs a shebang line.
Index: tests/fblast.py
===================================================================
---- tests/fblast.py.orig 2006-10-17 10:08:34.000000000 +0200
-+++ tests/fblast.py 2006-10-17 10:09:07.000000000 +0200
+--- a/tests/fblast.py.orig 2006-10-17 10:08:34.000000000 +0200
++++ b/tests/fblast.py 2006-10-17 10:09:07.000000000 +0200
@@ -1,3 +1,4 @@
+#! /usr/bin/env python
"""Throw email at Mailman as fast as you can.
Modified: trunk/debian/patches/74_admin_non-ascii_emails.patch
===================================================================
--- trunk/debian/patches/74_admin_non-ascii_emails.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/74_admin_non-ascii_emails.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Don't assume emails are ASCII
Index: Mailman/Cgi/admin.py
===================================================================
---- Mailman/Cgi/admin.py.orig 2006-08-15 15:12:11.000000000 +0800
-+++ Mailman/Cgi/admin.py 2006-08-15 15:14:56.000000000 +0800
+--- a/Mailman/Cgi/admin.py.orig 2006-08-15 15:12:11.000000000 +0800
++++ b/Mailman/Cgi/admin.py 2006-08-15 15:14:56.000000000 +0800
@@ -866,7 +866,12 @@
chunksz = mlist.admin_member_chunksize
# The email addresses had /better/ be ASCII, but might be encoded in the
Modified: trunk/debian/patches/77_header_folding_in_attachments.patch
===================================================================
--- trunk/debian/patches/77_header_folding_in_attachments.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/77_header_folding_in_attachments.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
This avoids breaking signatures.
Index: Mailman/Generator.py
===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ Mailman/Generator.py 2006-08-15 15:14:57.000000000 +0800
+--- a//dev/null 1970-01-01 00:00:00.000000000 +0000
++++ b/Mailman/Generator.py 2006-08-15 15:14:57.000000000 +0800
@@ -0,0 +1,55 @@
+# Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
+# 2005 Lionel Elie Mamane <lionel at mamane.lu>
@@ -64,8 +64,8 @@
+
Index: Mailman/Mailbox.py
===================================================================
---- Mailman/Mailbox.py.orig 2006-08-15 15:12:10.000000000 +0800
-+++ Mailman/Mailbox.py 2006-08-15 15:14:57.000000000 +0800
+--- a/Mailman/Mailbox.py.orig 2006-08-15 15:12:10.000000000 +0800
++++ b/Mailman/Mailbox.py 2006-08-15 15:14:57.000000000 +0800
@@ -22,10 +22,10 @@
import email
@@ -89,8 +89,8 @@
# to be appended to the mbox.
Index: Mailman/Message.py
===================================================================
---- Mailman/Message.py.orig 2006-08-15 15:12:10.000000000 +0800
-+++ Mailman/Message.py 2006-08-15 15:14:57.000000000 +0800
+--- a/Mailman/Message.py.orig 2006-08-15 15:12:10.000000000 +0800
++++ b/Mailman/Message.py 2006-08-15 15:14:57.000000000 +0800
@@ -22,6 +22,8 @@
"""
Modified: trunk/debian/patches/78_DeprecationWarning.patch
===================================================================
--- trunk/debian/patches/78_DeprecationWarning.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/78_DeprecationWarning.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -3,8 +3,8 @@
Shut up DeprecationWarning in Python 2.4
Index: Mailman/Handlers/Scrubber.py
===================================================================
---- Mailman/Handlers/Scrubber.py.orig 2006-08-15 15:14:55.000000000 +0800
-+++ Mailman/Handlers/Scrubber.py 2006-08-15 15:14:58.000000000 +0800
+--- a/Mailman/Handlers/Scrubber.py.orig 2006-08-15 15:14:55.000000000 +0800
++++ b/Mailman/Handlers/Scrubber.py 2006-08-15 15:14:58.000000000 +0800
@@ -26,6 +26,7 @@
import errno
import binascii
Modified: trunk/debian/patches/79_archiver_slash.patch
===================================================================
--- trunk/debian/patches/79_archiver_slash.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/79_archiver_slash.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
Some non-pipermail archivers require _no_ final slash.
Index: Mailman/Archiver/Archiver.py
===================================================================
---- Mailman/Archiver/Archiver.py.orig 2006-08-15 15:12:10.000000000 +0800
-+++ Mailman/Archiver/Archiver.py 2006-08-15 15:14:59.000000000 +0800
+--- a/Mailman/Archiver/Archiver.py.orig 2006-08-15 15:12:10.000000000 +0800
++++ b/Mailman/Archiver/Archiver.py 2006-08-15 15:14:59.000000000 +0800
@@ -146,8 +146,6 @@
'listname': self.internal_name(),
'hostname': hostname
@@ -17,8 +17,8 @@
def __archive_file(self, afn):
Index: Mailman/Defaults.py.in
===================================================================
---- Mailman/Defaults.py.in.orig 2006-08-15 15:14:18.000000000 +0800
-+++ Mailman/Defaults.py.in 2006-08-15 15:14:59.000000000 +0800
+--- a/Mailman/Defaults.py.in.orig 2006-08-15 15:14:18.000000000 +0800
++++ b/Mailman/Defaults.py.in 2006-08-15 15:14:59.000000000 +0800
@@ -205,7 +205,7 @@
# interpolate the name of the list into this. You can also include a
# "%(hostname)s" in the string, into which Mailman will interpolate
Modified: trunk/debian/patches/80_fix_string_search.patch
===================================================================
--- trunk/debian/patches/80_fix_string_search.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/80_fix_string_search.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
Improve the search method in the admin page wich list members (Closes: #359721)
Index: Mailman/Cgi/admin.py
===================================================================
---- Mailman/Cgi/admin.py.orig 2006-08-15 15:14:56.000000000 +0800
-+++ Mailman/Cgi/admin.py 2006-08-15 15:14:59.000000000 +0800
+--- a/Mailman/Cgi/admin.py.orig 2006-08-15 15:14:56.000000000 +0800
++++ b/Mailman/Cgi/admin.py 2006-08-15 15:14:59.000000000 +0800
@@ -949,7 +949,7 @@
for letter in digits + lowercase:
if not buckets.get(letter):
Modified: trunk/debian/patches/81_fix_subscribe_2.1.10.patch
===================================================================
--- trunk/debian/patches/81_fix_subscribe_2.1.10.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/81_fix_subscribe_2.1.10.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -5,8 +5,8 @@
command results in the message being shunted. Will be fixed in the next
upstream release.
---- Mailman/Commands/cmd_subscribe.py 2008-03-20 03:07:51 +0000
-+++ Mailman/Commands/cmd_subscribe.py 2008-04-23 14:32:48 +0000
+--- a/Mailman/Commands/cmd_subscribe.py 2008-03-20 03:07:51 +0000
++++ b/Mailman/Commands/cmd_subscribe.py 2008-04-23 14:32:48 +0000
@@ -71,7 +71,8 @@
return STOP
argnum += 1
Modified: trunk/debian/patches/99_js_templates.patch
===================================================================
--- trunk/debian/patches/99_js_templates.patch 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/99_js_templates.patch 2008-06-14 16:20:16 UTC (rev 540)
@@ -4,8 +4,8 @@
field when appropriate.
Index: templates/cs/admlogin.html
===================================================================
---- templates/cs/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/cs/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/cs/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/cs/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -21,8 +21,8 @@
<TR>
Index: templates/cs/private.html
===================================================================
---- templates/cs/private.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/cs/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/cs/private.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/cs/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -36,8 +36,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/da/admlogin.html
===================================================================
---- templates/da/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/da/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/da/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/da/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -53,8 +53,8 @@
<TR>
Index: templates/da/private.html
===================================================================
---- templates/da/private.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/da/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/da/private.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/da/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -68,8 +68,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/de/admlogin.html
===================================================================
---- templates/de/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/de/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/de/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/de/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -85,8 +85,8 @@
<TR>
Index: templates/de/private.html
===================================================================
---- templates/de/private.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/de/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/de/private.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/de/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -100,8 +100,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/en/admlogin.html
===================================================================
---- templates/en/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/en/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/en/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/en/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -117,8 +117,8 @@
<TR>
Index: templates/en/listinfo.html
===================================================================
---- templates/en/listinfo.html.orig 2006-09-19 16:14:06.000000000 +0200
-+++ templates/en/listinfo.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/en/listinfo.html.orig 2006-09-19 16:14:06.000000000 +0200
++++ b/templates/en/listinfo.html 2006-09-19 16:15:38.000000000 +0200
@@ -4,7 +4,7 @@
<TITLE><MM-List-Name> Info Page</TITLE>
@@ -130,8 +130,8 @@
<TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/en/private.html
===================================================================
---- templates/en/private.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/en/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/en/private.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/en/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -145,8 +145,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/es/admlogin.html
===================================================================
---- templates/es/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/es/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/es/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/es/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -162,8 +162,8 @@
<TR>
Index: templates/es/private.html
===================================================================
---- templates/es/private.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/es/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/es/private.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/es/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -177,8 +177,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/et/admlogin.html
===================================================================
---- templates/et/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/et/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/et/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/et/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -194,8 +194,8 @@
<TR>
Index: templates/et/private.html
===================================================================
---- templates/et/private.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/et/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/et/private.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/et/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -209,8 +209,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/eu/admlogin.html
===================================================================
---- templates/eu/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/eu/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/eu/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/eu/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -226,8 +226,8 @@
<TR>
Index: templates/eu/private.html
===================================================================
---- templates/eu/private.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/eu/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/eu/private.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/eu/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -243,8 +243,8 @@
<TR>
Index: templates/fi/admlogin.html
===================================================================
---- templates/fi/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
-+++ templates/fi/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/fi/admlogin.html.orig 2006-09-19 16:12:10.000000000 +0200
++++ b/templates/fi/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -2,9 +2,10 @@
<html>
<head>
@@ -260,8 +260,8 @@
<TR>
Index: templates/fi/private.html
===================================================================
---- templates/fi/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/fi/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/fi/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/fi/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -2,8 +2,9 @@
<html>
<head>
@@ -275,8 +275,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/fr/admlogin.html
===================================================================
---- templates/fr/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/fr/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/fr/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/fr/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -292,8 +292,8 @@
<TR>
Index: templates/fr/private.html
===================================================================
---- templates/fr/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/fr/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/fr/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/fr/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -2,8 +2,9 @@
<head>
<title>Authentification pour l'accès aux archives privées de
@@ -307,8 +307,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/hu/admlogin.html
===================================================================
---- templates/hu/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/hu/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/hu/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/hu/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -324,8 +324,8 @@
<TR>
Index: templates/hu/private.html
===================================================================
---- templates/hu/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/hu/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/hu/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/hu/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -339,8 +339,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/it/admlogin.html
===================================================================
---- templates/it/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/it/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/it/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/it/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -356,8 +356,8 @@
<TR>
Index: templates/it/private.html
===================================================================
---- templates/it/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/it/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/it/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/it/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -371,8 +371,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/ja/admlogin.html
===================================================================
---- templates/ja/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/ja/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/ja/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/ja/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -388,8 +388,8 @@
<TR>
Index: templates/ja/private.html
===================================================================
---- templates/ja/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/ja/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/ja/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/ja/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -403,8 +403,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/ko/admlogin.html
===================================================================
---- templates/ko/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/ko/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/ko/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/ko/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -420,8 +420,8 @@
<TR>
Index: templates/ko/private.html
===================================================================
---- templates/ko/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/ko/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/ko/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/ko/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -435,8 +435,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/lt/admlogin.html
===================================================================
---- templates/lt/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/lt/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/lt/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/lt/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -452,8 +452,8 @@
<TR>
Index: templates/lt/private.html
===================================================================
---- templates/lt/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/lt/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/lt/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/lt/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -467,8 +467,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/nl/admlogin.html
===================================================================
---- templates/nl/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/nl/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/nl/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/nl/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -491,8 +491,8 @@
+</html>
Index: templates/nl/private.html
===================================================================
---- templates/nl/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/nl/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/nl/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/nl/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -515,8 +515,8 @@
+</html>
Index: templates/no/admlogin.html
===================================================================
---- templates/no/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/no/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/no/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/no/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -532,8 +532,8 @@
<TR>
Index: templates/no/private.html
===================================================================
---- templates/no/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/no/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/no/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/no/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -547,8 +547,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/pl/admlogin.html
===================================================================
---- templates/pl/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/pl/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/pl/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/pl/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -2,9 +2,10 @@
<head>
<title>Uwierzytelnienie %(who)s %(listname)s</title>
@@ -564,8 +564,8 @@
<TR>
Index: templates/pl/private.html
===================================================================
---- templates/pl/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/pl/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/pl/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/pl/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -579,8 +579,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/pt/admlogin.html
===================================================================
---- templates/pt/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/pt/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/pt/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/pt/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -596,8 +596,8 @@
<TR>
Index: templates/pt/private.html
===================================================================
---- templates/pt/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/pt/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/pt/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/pt/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -611,8 +611,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/pt_BR/admlogin.html
===================================================================
---- templates/pt_BR/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/pt_BR/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/pt_BR/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/pt_BR/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -628,8 +628,8 @@
<TR>
Index: templates/pt_BR/private.html
===================================================================
---- templates/pt_BR/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/pt_BR/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/pt_BR/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/pt_BR/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -643,8 +643,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/ru/admlogin.html
===================================================================
---- templates/ru/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/ru/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/ru/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/ru/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -660,8 +660,8 @@
<TR>
Index: templates/ru/private.html
===================================================================
---- templates/ru/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/ru/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/ru/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/ru/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -675,8 +675,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/sr/admlogin.html
===================================================================
---- templates/sr/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/sr/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/sr/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/sr/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,11 @@
<html>
<head>
@@ -694,8 +694,8 @@
<TR>
Index: templates/sr/private.html
===================================================================
---- templates/sr/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/sr/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/sr/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/sr/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,11 @@
<html>
<head>
@@ -713,8 +713,8 @@
<TR>
Index: templates/sv/admlogin.html
===================================================================
---- templates/sv/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/sv/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/sv/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/sv/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -730,8 +730,8 @@
<TR>
Index: templates/sv/private.html
===================================================================
---- templates/sv/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/sv/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/sv/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/sv/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -747,8 +747,8 @@
<TR>
Index: templates/uk/admlogin.html
===================================================================
---- templates/uk/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/uk/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/uk/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/uk/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -764,8 +764,8 @@
<TR>
Index: templates/uk/private.html
===================================================================
---- templates/uk/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/uk/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/uk/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/uk/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -779,8 +779,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/zh_CN/admlogin.html
===================================================================
---- templates/zh_CN/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/zh_CN/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/zh_CN/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/zh_CN/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
@@ -796,8 +796,8 @@
<TR>
Index: templates/zh_CN/private.html
===================================================================
---- templates/zh_CN/private.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/zh_CN/private.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/zh_CN/private.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/zh_CN/private.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,8 +1,9 @@
<html>
<head>
@@ -811,8 +811,8 @@
<TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
Index: templates/zh_TW/admlogin.html
===================================================================
---- templates/zh_TW/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
-+++ templates/zh_TW/admlogin.html 2006-09-19 16:15:38.000000000 +0200
+--- a/templates/zh_TW/admlogin.html.orig 2006-09-19 16:12:11.000000000 +0200
++++ b/templates/zh_TW/admlogin.html 2006-09-19 16:15:38.000000000 +0200
@@ -1,9 +1,10 @@
<html>
<head>
Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series 2008-06-14 16:18:48 UTC (rev 539)
+++ trunk/debian/patches/series 2008-06-14 16:20:16 UTC (rev 540)
@@ -1,34 +1,34 @@
-00_stolen_from_HEAD.patch -p0
-01_defaults.debian.patch -p0
-02_HyperDatabase_mapkeys.patch -p0
-07_snooze.patch -p0
-10_wrapper_uid.patch -p0
-11_handle_propfind.patch -p0
-15_mailmanctl_daemonize.patch -p0
-16_update_debian.patch -p0
-20_qmail_to_mailman.debian.patch -p0
-21_newlist_help.patch -p1
-30_pipermail_threads.patch -p0
-32_MIME_fixup.patch -p0
-51_nocompile.pyc.patch -p0
-52_check_perms_lstat.patch -p0
-53_disable_addons.patch -p0
-58_fix_es_translation.patch -p0
-59_fix_missing_language_crash.patch -p0
-61_fix_ru_siteowner.patch -p0
-62_new_list_bad_pending_requests.patch -p0
-63_update_default_server_language.patch -p0
-64_correct_html_nesting.patch -p0
-65_handle_templates_directories.patch -p0
-66_donot_let_cache_html_pages.patch -p0
-67_update_handle_old_versions.patch -p0
-70_invalid_utf8_dos.patch -p0
-71_date_overflows.patch -p0
-72_fblast_add_shebang.patch -p0
-74_admin_non-ascii_emails.patch -p0
-77_header_folding_in_attachments.patch -p0
-78_DeprecationWarning.patch -p0
-79_archiver_slash.patch -p0
-80_fix_string_search.patch -p0
-81_fix_subscribe_2.1.10.patch -p0
-99_js_templates.patch -p0
+00_stolen_from_HEAD.patch
+01_defaults.debian.patch
+02_HyperDatabase_mapkeys.patch
+07_snooze.patch
+10_wrapper_uid.patch
+11_handle_propfind.patch
+15_mailmanctl_daemonize.patch
+16_update_debian.patch
+20_qmail_to_mailman.debian.patch
+21_newlist_help.patch
+30_pipermail_threads.patch
+32_MIME_fixup.patch
+51_nocompile.pyc.patch
+52_check_perms_lstat.patch
+53_disable_addons.patch
+58_fix_es_translation.patch
+59_fix_missing_language_crash.patch
+61_fix_ru_siteowner.patch
+62_new_list_bad_pending_requests.patch
+63_update_default_server_language.patch
+64_correct_html_nesting.patch
+65_handle_templates_directories.patch
+66_donot_let_cache_html_pages.patch
+67_update_handle_old_versions.patch
+70_invalid_utf8_dos.patch
+71_date_overflows.patch
+72_fblast_add_shebang.patch
+74_admin_non-ascii_emails.patch
+77_header_folding_in_attachments.patch
+78_DeprecationWarning.patch
+79_archiver_slash.patch
+80_fix_string_search.patch
+81_fix_subscribe_2.1.10.patch
+99_js_templates.patch
More information about the Pkg-mailman-hackers
mailing list