[Pkg-mailman-hackers] Pkg-mailman commit - rev 277 - in trunk/debian: . patches

Lionel Elie Mamane lmamane at costa.debian.org
Sun Jan 29 20:20:43 UTC 2006


Author: lmamane
Date: 2006-01-29 20:20:42 +0000 (Sun, 29 Jan 2006)
New Revision: 277

Removed:
   trunk/debian/patches/76_fix-private-redirect.dpatch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
Log:
76_fix-private-redirect.dpatch was merged upstream; drop it

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-29 20:08:39 UTC (rev 276)
+++ trunk/debian/changelog	2006-01-29 20:20:42 UTC (rev 277)
@@ -9,6 +9,7 @@
       68_translation_update_nl.dpatch
     - Drop patches merged upstream:
       60_french_archtocentry
+      76_fix-private-redirect
     - Bugs fixed upstream:
       - Mailman loses header spam rules (closes: #309870)
   * Pull fixes from various bugs from upstream CVS
@@ -23,7 +24,7 @@
   * Tweak mailman/update_passwords debconf note to address ambiguity in
     English version discovered by French translation.
 
- -- Lionel Elie Mamane <lmamane at debian.org>  Sun, 29 Jan 2006 21:06:15 +0100
+ -- Lionel Elie Mamane <lmamane at debian.org>  Sun, 29 Jan 2006 21:20:17 +0100
 
 mailman (2.1.6-2) UNRELEASED; urgency=low
 

Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2006-01-29 20:08:39 UTC (rev 276)
+++ trunk/debian/patches/00list	2006-01-29 20:20:42 UTC (rev 277)
@@ -31,7 +31,6 @@
 71_date_overflows.dpatch
 72_hyperarch_error_handling.dpatch
 74_admin_non-ascii_emails.dpatch
-76_fix-private-redirect.dpatch
 77_header_folding_in_attachments
 78_DeprecationWarning
 79_archiver_base_no_slash

Deleted: trunk/debian/patches/76_fix-private-redirect.dpatch
===================================================================
--- trunk/debian/patches/76_fix-private-redirect.dpatch	2006-01-29 20:08:39 UTC (rev 276)
+++ trunk/debian/patches/76_fix-private-redirect.dpatch	2006-01-29 20:20:42 UTC (rev 277)
@@ -1,350 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## imc-33-fix-private-redirects.dpatch by Pabs <pabs at zip.to>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: en: Fix the private authentication form to point to the right file.
-
- at DPATCH@
-diff -urNad mailman-2.1.7~/templates/ca/private.html mailman-2.1.7/templates/ca/private.html
---- mailman-2.1.7~/templates/ca/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/ca/private.html	2006-01-29 17:09:11.661626051 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Private Archives Authentication</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/cs/private.html mailman-2.1.7/templates/cs/private.html
---- mailman-2.1.7~/templates/cs/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/cs/private.html	2006-01-29 17:09:11.662625911 +0100
-@@ -3,7 +3,7 @@
-     <title>Konference %(realname)s - pøihlá¹ení pro pøístup do privátního archivu </title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/da/private.html mailman-2.1.7/templates/da/private.html
---- mailman-2.1.7~/templates/da/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/da/private.html	2006-01-29 17:09:11.662625911 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Login til Private Arkiver</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/de/private.html mailman-2.1.7/templates/de/private.html
---- mailman-2.1.7~/templates/de/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/de/private.html	2006-01-29 17:09:11.662625911 +0100
-@@ -3,7 +3,7 @@
-     <title>Authentifizierung für den Zugriff auf die Archive von %(realname)s</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/en/private.html mailman-2.1.7/templates/en/private.html
---- mailman-2.1.7~/templates/en/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/en/private.html	2006-01-29 17:09:11.663625771 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Private Archives Authentication</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/es/private.html mailman-2.1.7/templates/es/private.html
---- mailman-2.1.7~/templates/es/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/es/private.html	2006-01-29 17:09:11.663625771 +0100
-@@ -3,7 +3,7 @@
-   <title>Autentificaci&oacute;n para los archivos privados de %(realname)s </title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/et/private.html mailman-2.1.7/templates/et/private.html
---- mailman-2.1.7~/templates/et/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/et/private.html	2006-01-29 17:09:11.663625771 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s privaatarhiiv</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/eu/private.html mailman-2.1.7/templates/eu/private.html
---- mailman-2.1.7~/templates/eu/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/eu/private.html	2006-01-29 17:09:11.663625771 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Artxibo Pribatuak Egiaztatzea</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/fi/private.html mailman-2.1.7/templates/fi/private.html
---- mailman-2.1.7~/templates/fi/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/fi/private.html	2006-01-29 17:09:11.664625631 +0100
-@@ -4,7 +4,7 @@
-     <title>%(realname)s Private Archives Authentication</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/fr/private.html mailman-2.1.7/templates/fr/private.html
---- mailman-2.1.7~/templates/fr/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/fr/private.html	2006-01-29 17:09:11.664625631 +0100
-@@ -4,7 +4,7 @@
- %(realname)s</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/hr/private.html mailman-2.1.7/templates/hr/private.html
---- mailman-2.1.7~/templates/hr/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/hr/private.html	2006-01-29 17:09:11.664625631 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Privatna Arhiva Autentikacija</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/hu/private.html mailman-2.1.7/templates/hu/private.html
---- mailman-2.1.7~/templates/hu/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/hu/private.html	2006-01-29 17:09:11.664625631 +0100
-@@ -3,7 +3,7 @@
-  <title>%(realname)s Privát archívum azonosítás</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/it/private.html mailman-2.1.7/templates/it/private.html
---- mailman-2.1.7~/templates/it/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/it/private.html	2006-01-29 17:09:11.665625491 +0100
-@@ -3,7 +3,7 @@
- <title>Autenticazione per gli archivi privati di %(realname)s</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/ja/private.html mailman-2.1.7/templates/ja/private.html
---- mailman-2.1.7~/templates/ja/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/ja/private.html	2006-01-29 17:09:11.665625491 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s ¸ÂÄê¸ø³«Êݸ½ñ¸Ë ǧ¾Ú</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/ko/private.html mailman-2.1.7/templates/ko/private.html
---- mailman-2.1.7~/templates/ko/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/ko/private.html	2006-01-29 17:09:11.665625491 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s ºñ°ø°³ ÀúÀå¼Ò ÀÎÁõ</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/lt/private.html mailman-2.1.7/templates/lt/private.html
---- mailman-2.1.7~/templates/lt/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/lt/private.html	2006-01-29 17:09:11.666625350 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s privataus archyvo prisijungimas</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/nl/private.html mailman-2.1.7/templates/nl/private.html
---- mailman-2.1.7~/templates/nl/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/nl/private.html	2006-01-29 17:09:11.666625350 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Prive Archief beveiligd</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-@@ -31,4 +31,4 @@
-       Verdere pagina's werken alleen met cookies.
- </FORM>
- </body>
--</html>
-\ No newline at end of file
-+</html>
-diff -urNad mailman-2.1.7~/templates/no/private.html mailman-2.1.7/templates/no/private.html
---- mailman-2.1.7~/templates/no/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/no/private.html	2006-01-29 17:09:11.666625350 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Innlogging til Private Arkiver</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/pl/private.html mailman-2.1.7/templates/pl/private.html
---- mailman-2.1.7~/templates/pl/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/pl/private.html	2006-01-29 17:09:11.666625350 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Private Archives Authentication</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/pt/private.html mailman-2.1.7/templates/pt/private.html
---- mailman-2.1.7~/templates/pt/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/pt/private.html	2006-01-29 17:09:11.667625210 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Autenticação de Arquivos Privados</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/pt_BR/private.html mailman-2.1.7/templates/pt_BR/private.html
---- mailman-2.1.7~/templates/pt_BR/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/pt_BR/private.html	2006-01-29 17:09:11.667625210 +0100
-@@ -3,7 +3,7 @@
-     <title>Autenticação para acesso aos arquivos privados da %(realname)s</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/ro/private.html mailman-2.1.7/templates/ro/private.html
---- mailman-2.1.7~/templates/ro/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/ro/private.html	2006-01-29 17:09:11.667625210 +0100
-@@ -4,7 +4,7 @@
-     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2">
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/ru/private.html mailman-2.1.7/templates/ru/private.html
---- mailman-2.1.7~/templates/ru/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/ru/private.html	2006-01-29 17:09:11.667625210 +0100
-@@ -3,7 +3,7 @@
-     <title>áÕÔÅÎÔÉÆÉËÁÃÉÑ ÄÌÑ ÄÏÓÔÕÐÁ Ë ÚÁËÒÙÔÏÍÕ ÁÒÈÉ×Õ ÓÐÉÓËÁ ÒÁÓÓÙÌËÉ %(realname)s</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/sl/private.html mailman-2.1.7/templates/sl/private.html
---- mailman-2.1.7~/templates/sl/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/sl/private.html	2006-01-29 17:09:11.668625070 +0100
-@@ -3,7 +3,7 @@
-     <title>Avtentikacija za zasebne arhive èlana %(realname)s</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/sr/private.html mailman-2.1.7/templates/sr/private.html
---- mailman-2.1.7~/templates/sr/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/sr/private.html	2006-01-29 17:09:11.668625070 +0100
-@@ -3,7 +3,7 @@
-     <title>Пријава за улаз у приватну архиву листе: %(realname)s </title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/sv/private.html mailman-2.1.7/templates/sv/private.html
---- mailman-2.1.7~/templates/sv/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/sv/private.html	2006-01-29 17:09:11.668625070 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Inloggning till Privata Arkiv</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/tr/private.html mailman-2.1.7/templates/tr/private.html
---- mailman-2.1.7~/templates/tr/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/tr/private.html	2006-01-29 17:09:11.668625070 +0100
-@@ -3,7 +3,7 @@
-     <title>%(realname)s Özel Arþivleri Giriþi</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>
-diff -urNad mailman-2.1.7~/templates/uk/private.html mailman-2.1.7/templates/uk/private.html
---- mailman-2.1.7~/templates/uk/private.html	2006-01-29 17:08:56.000000000 +0100
-+++ mailman-2.1.7/templates/uk/private.html	2006-01-29 17:09:11.669624930 +0100
-@@ -3,7 +3,7 @@
-     <title>Автентифікація доступу до закритого списку розсилки %(realname)s</title>
- </head>
- <body bgcolor="#ffffff">
--<FORM METHOD=POST ACTION="%(action)s/">
-+<FORM METHOD=POST ACTION="%(action)s">
- %(message)s
-   <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
-     <TR>




More information about the Pkg-mailman-hackers mailing list