With reference to http://lists.freebsd.org/pipermail/freebsd-ports/2010-July/062484.html and a private conversation with Sahil@ I've been tasked with maintainership. Here's an update that changes the maintainer too! MASTER_SITES has the old directory as secondary value since the site has a nasty habit of moving the distfiles around as a new release comes. Chris Fix: -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.--UuzRvKBFoMm0lf3dpuH4hWZ2uqfwWFoRLkCR8c1OVy0ylLpf Content-Type: text/plain; name="sympa.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="sympa.diff" diff -ruN sympa.orig/Makefile sympa/Makefile --- sympa.orig/Makefile 2010-02-02 14:59:51.000000000 +0000 +++ sympa/Makefile 2010-07-25 13:07:22.000000000 +0100 @@ -6,13 +6,15 @@ # PORTNAME= sympa -PORTVERSION?= 4.1.2 -PORTREVISION= 4 +PORTVERSION= 6.0.5 CATEGORIES= mail -MASTER_SITES?= http://www.sympa.org/distribution/old/ +MASTER_SITES= http://www.sympa.org/distribution/ \ + http://www.sympa.org/distribution/old/ -MAINTAINER= ports@FreeBSD.org -COMMENT?= Sympa is an electronic mailing list manager +MAINTAINER= utisoft@gmail.com +COMMENT= Sympa is an electronic mailing list manager + +LICENSE= GPLv2 BUILD_DEPENDS+= ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ @@ -28,15 +30,25 @@ HAS_CONFIGURE= yes USE_PERL5= yes +USE_APACHE= 1.3+ CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \ --with-confdir=${PREFIX}/etc \ --with-initdir=${PREFIX}/etc/rc.d \ --with-etcdir=${PREFIX}/sympa/bin/etc \ --with-iconsdir=${PREFIX}/www/icons \ + --mandir=${PREFIX}/man \ ${CONFIGURE_TARGET} CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + MAN8= alias_manager.8 archived.8 bounced.8 sympa.8 CONFLICTS= sympa-5* @@ -46,28 +58,28 @@ .include <bsd.port.pre.mk> .if defined(WITH_FASTCGI) -.if defined(WITH_APACHE2) +. if ${APACHE_VERSION}>=20 BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi -.else +. else BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi -.endif +. endif BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI .endif .if ${DB_TYPE} == "Oracle" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle .else -.if ${DB_TYPE} == "Pg" +. if ${DB_TYPE} == "Pg" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.else -.if ${DB_TYPE} == "Sybase" +. else +. if ${DB_TYPE} == "Sybase" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase -.else -.if ${DB_TYPE} == "mysql" +. else +. if ${DB_TYPE} == "mysql" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql -.endif -.endif -.endif +. endif +. endif +. endif .endif pre-fetch: @@ -82,12 +94,11 @@ @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-patch: - ${MV} ${WRKSRC}/src/etc/script/sympa ${WRKSRC}/src/etc/script/sympa.sh @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; post-install: @PKG_PREFIX=${PREFIX} DB_TYPE=${DB_TYPE} WITH_FASTCGI=${WITH_FASTCGI} \ - ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL post-deinstall: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL diff -ruN sympa.orig/distinfo sympa/distinfo --- sympa.orig/distinfo 2005-11-25 15:30:59.000000000 +0000 +++ sympa/distinfo 2010-07-25 12:05:32.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (sympa-4.1.2.tar.gz) = 6653eb0f2ab56085cbb5a37206324506 -SHA256 (sympa-4.1.2.tar.gz) = 824e3741f2d8abc6eb412c04ea632844ebad112a6d8859e20316c06591ba3ea9 -SIZE (sympa-4.1.2.tar.gz) = 2354843 +MD5 (sympa-6.0.5.tar.gz) = b39527940f31358090803c677cc31d39 +SHA256 (sympa-6.0.5.tar.gz) = e2dea61f7c7de3300d89b341ebf774655f636134dc022123d93ad268ca40877a +SIZE (sympa-6.0.5.tar.gz) = 6581038 diff -ruN sympa.orig/files/patch-Makefile.in sympa/files/patch-Makefile.in --- sympa.orig/files/patch-Makefile.in 2005-02-28 08:56:01.000000000 +0000 +++ sympa/files/patch-Makefile.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,29 +0,0 @@ ---- Makefile.in.orig Mon Jun 21 14:33:16 2004 -+++ Makefile.in Mon Feb 28 09:53:50 2005 -@@ -561,7 +561,7 @@ - ( \ - cd doc/man8 ; \ - PERL=$(PERL); export PERL; \ -- UMASK=0600; export UMASK; \ -+ UMASK=0444; export UMASK; \ - DIR=$(DIR); export DIR; \ - INSTALLDIR=$(MANDIR)/man8; export INSTALLDIR; \ - DESTDIR=$(DESTDIR); export DESTDIR; \ -@@ -575,8 +575,6 @@ - PIDDIR=$(PIDDIR); export PIDDIR; \ - $(PERL) ../../subst.pl $$manfile \ - ) ;\ -- chown $(USER) $(DESTDIR)$(MANDIR)/man8/$$manfile; \ -- chgrp $(GROUP) $(DESTDIR)$(MANDIR)/man8/$$manfile; \ - done - - installscript: -@@ -644,7 +642,7 @@ - fi \ - fi \ - done; \ -- if [ "$$INITCONF" ] ; then \ -+ #if [ "$$INITCONF" ] ; then \ - echo "###############################################"; \ - echo "It seems to be your first installation of Sympa"; \ - echo "The following wizard will help you create your $(CONFDIR)/sympa.conf and $(CONFDIR)/wwsympa.conf :"; \ diff -ruN sympa.orig/files/patch-check_perl_modules.pl sympa/files/patch-check_perl_modules.pl --- sympa.orig/files/patch-check_perl_modules.pl 2004-05-07 22:02:47.000000000 +0100 +++ sympa/files/patch-check_perl_modules.pl 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ ---- check_perl_modules.pl 2003/11/28 18:16:39 -+++ check_perl_modules.pl 2004/05/04 21:05:38 -@@ -158,6 +158,8 @@ - sub install_module { - my ($module, $default) = @_; - -+ return if $ENV{'PERL_EXTUTILS_AUTOINSTALL'} =~ /--skip|--default/; -+ - unless ($ENV{'FTP_PASSIVE'} eq 1) { - $ENV{'FTP_PASSIVE'} = 1; - print "Setting FTP Passive mode\n"; -@@ -178,7 +180,7 @@ - print "Install module $module ? [$default]"; - my $answer = <STDIN>; chomp $answer; - $answer ||= $default; -- next unless ($answer =~ /^y$/i); -+ return unless ($answer =~ /^y$/i); - CPAN::Shell->conf('inactivity_timeout', 4); - CPAN::Shell->install($module); diff -ruN sympa.orig/files/patch-config.sub sympa/files/patch-config.sub --- sympa.orig/files/patch-config.sub 2005-09-14 23:42:31.000000000 +0100 +++ sympa/files/patch-config.sub 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- config.sub.orig Tue Sep 13 20:35:06 2005 -+++ config.sub Tue Sep 13 20:32:55 2005 -@@ -224,7 +224,7 @@ case $basic_machine in - | f301-* | armv*-* | s390-* | sv1-* | t3e-* \ - | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ - | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ -- | bs2000-*) -+ | bs2000-* | amd64-*) - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. diff -ruN sympa.orig/files/patch-soap-sympa_soap_server.fcgi sympa/files/patch-soap-sympa_soap_server.fcgi --- sympa.orig/files/patch-soap-sympa_soap_server.fcgi 2004-05-07 22:02:47.000000000 +0100 +++ sympa/files/patch-soap-sympa_soap_server.fcgi 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- soap/sympa_soap_server.fcgi 2003/11/28 18:16:39 -+++ soap/sympa_soap_server.fcgi 2004/05/04 21:05:38 -@@ -78,7 +78,7 @@ - my $server = SOAP::Transport::HTTP::FCGI::Sympa->new(); - - #$server->dispatch_with({'urn:Sympa' => 'sympasoap'}); --$server->dispatch_to('/home/sympa/bin','sympasoap'); -+$server->dispatch_to('--LIBDIR--','sympasoap'); - - $server->handle($birthday); - diff -ruN sympa.orig/files/patch-src-bouncequeue.c sympa/files/patch-src-bouncequeue.c --- sympa.orig/files/patch-src-bouncequeue.c 2005-02-27 13:55:24.000000000 +0000 +++ sympa/files/patch-src-bouncequeue.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ -=================================================================== -RCS file: /var/www/SourceSup/cvs/sympa/sympa/src/bouncequeue.c,v -retrieving revision 1.4 -retrieving revision 1.4.2.1 -diff -u -r1.4 -r1.4.2.1 ---- src/bouncequeue.c 2003/10/07 12:04:47 1.4 -+++ src/bouncequeue.c 2005/01/27 08:54:02 1.4.2.1 -@@ -1,5 +1,5 @@ - /* boucequeue.c - This program does the non-delivery deports spooling -- RCS Identication ; $Revision: 1.4 $ ; $Date: 2003/10/07 12:04:47 $ -+ RCS Identication ; $Revision: 1.4.2.1 $ ; $Date: 2005/01/27 08:54:02 $ - - Sympa - SYsteme de Multi-Postage Automatique - Copyright (c) 1997, 1998, 1999, 2000, 2001 Comite Reseau des Universites -@@ -30,6 +30,11 @@ - static char buf[16384]; - static int i, fd; - -+/* For HP-UX */ -+#ifndef EX_CONFIG -+# define EX_CONFIG 78 -+#endif -+ - #ifndef CONFIG - # define CONFIG "/etc/sympa.conf" - #endif -@@ -97,7 +102,7 @@ - exit(EX_NOPERM); - } - umask(027); -- sprintf(qfile, "T.%s.%ld.%d", listname, time(NULL), getpid()); -+ snprintf(qfile, sizeof(qfile), "T.%s.%ld.%d", listname, time(NULL), getpid()); - fd = open(qfile, O_CREAT|O_WRONLY, 0600); - if (fd == -1) - exit(EX_TEMPFAIL); diff -ruN sympa.orig/files/patch-src-etc-script-Makefile sympa/files/patch-src-etc-script-Makefile --- sympa.orig/files/patch-src-etc-script-Makefile 2004-10-25 14:09:20.000000000 +0100 +++ sympa/files/patch-src-etc-script-Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- src/etc/script/Makefile.orig Sat Oct 23 16:44:11 2004 -+++ src/etc/script/Makefile Sat Oct 23 16:44:13 2004 -@@ -23,7 +23,7 @@ - - SUBSTSRC = load_subscribers.pl arc2webarc.pl testldap.pl p12topem.pl init_comment.pl crypt_passwd.pl testlogs.pl mod2html.pl - --INITSRC = sympa -+INITSRC = sympa.sh - - #SCRIPTDIR = ../../../script - SCRIPTDIR = $(SBINDIR) diff -ruN sympa.orig/files/patch-src-etc-script-orphan_killer.pl sympa/files/patch-src-etc-script-orphan_killer.pl --- sympa.orig/files/patch-src-etc-script-orphan_killer.pl 2004-05-07 22:02:47.000000000 +0100 +++ sympa/files/patch-src-etc-script-orphan_killer.pl 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- src/etc/script/orphan_killer.pl 2003/11/28 18:16:39 -+++ src/etc/script/orphan_killer.pl 2004/05/04 21:05:38 -@@ -24,7 +24,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - --use lib '/home/sympa/bin'; -+use lib '--LIBDIR--'; - - use Conf; - ## Change to your wwsympa.conf location diff -ruN sympa.orig/files/patch-src-etc-script-sympa sympa/files/patch-src-etc-script-sympa --- sympa.orig/files/patch-src-etc-script-sympa 2004-10-25 14:09:20.000000000 +0100 +++ sympa/files/patch-src-etc-script-sympa 1970-01-01 01:00:00.000000000 +0100 @@ -1,85 +0,0 @@ ---- src/etc/script/sympa 2003/11/28 18:16:39 -+++ src/etc/script/sympa 2004/05/04 21:05:38 -@@ -35,6 +35,8 @@ - sympaconf="--CONFIG--" - wwsympaconf="--WWSCONFIG--" - -+lockdir="--LOCKDIR--" -+ - ##'echo -n' not supported with SH on Solaris - if [ ${OSTYPE} = "SunOS" ]; then - echo_opt="" -@@ -42,6 +44,10 @@ - echo_opt="-n" - fi - -+if [ ${OSTYPE} = "FreeBSD" ]; then -+ lockdir="/var/spool/lock" -+fi -+ - # End of parameters - - # Current state of the module -@@ -60,7 +66,7 @@ - if [ -f --PIDDIR--/$1.pid ] ; then - pid=`head -1 --PIDDIR--/$1.pid` - if [ "$pid" != "" ] ; then -- running=`ps -A | grep "$pid"` -+ running=`ps -ax | grep perl | grep $pid` - if [ "$running" != "" ]; then - echo "$1 (pid $pid) is active..." - return 0 -@@ -88,7 +94,7 @@ - # startparam="" - # fi - -- if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" ]; then -+ if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "FreeBSD" ]; then - $sympadir/$1.pl $startparam && echo "success" || echo "failure" - else - $sympadir/$1.pl $startparam && success || failure -@@ -144,9 +150,9 @@ - if [ -f --PIDDIR--/$1.pid ]; then - echo $echo_opt "Stopping module $1.pl: " - pid=`head -1 --PIDDIR--/$1.pid` -- running=`ps -A | grep "$pid"` -+ running=`ps -ax | grep perl | grep "$pid"` - if [ "$running" != "" ]; then -- if [ ${OSTYPE} = "IRIX" ]; then -+ if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "FreeBSD" ]; then - kill -TERM $pid && echo "success" || echo "failure" - elif [ ${OSTYPE} = "SunOS" ]; then - echo "Stopping module $1.pl: terminated" -@@ -180,13 +186,13 @@ - # See how we were called. - case "$1" in - start) -- if [ ! -f --LOCKDIR--/sympa ]; then -+ if [ ! -f "$lockdir/sympa" ]; then - echo "Starting Sympa subsystem: " - sympa_start sympa - sympa_start archived - sympa_start bounced - sympa_start task_manager -- touch --LOCKDIR--/sympa -+ touch "$lockdir/sympa" - echo - else - -@@ -201,13 +207,13 @@ - sympa_stop archived - sympa_stop sympa - sympa_stop task_manager -- if [ -f --LOCKDIR--/sympa ]; then -- rm -f --LOCKDIR--/sympa -+ if [ -f "$lockdir/sympa" ]; then -+ rm -f "$lockdir/sympa" - fi - ;; - status) - echo "Status of Sympa subsystem: " -- if [ -f --LOCKDIR--/sympa ]; then -+ if [ -f "$lockdir/sympa" ]; then - echo "Status file for subsystem found." - else - echo "Status file for subsystem NOT found." diff -ruN sympa.orig/files/patch-src-etc-script-sympa.in sympa/files/patch-src-etc-script-sympa.in --- sympa.orig/files/patch-src-etc-script-sympa.in 1970-01-01 01:00:00.000000000 +0100 +++ sympa/files/patch-src-etc-script-sympa.in 2010-07-25 11:59:35.000000000 +0100 @@ -0,0 +1,74 @@ +--- src/etc/script/sympa.in.bak 2010-07-25 11:53:14.000000000 +0100 ++++ src/etc/script/sympa.in 2010-07-25 11:58:18.000000000 +0100 +@@ -59,6 +59,8 @@ + sympaconf="--CONFIG--" + wwsympaconf="--WWSCONFIG--" + ++lockdir="--LOCKDIR--" ++ + ##'echo -n' not supported with SH on Solaris + if [ ${OSTYPE} = "SunOS" ]; then + echo_opt="" +@@ -66,6 +68,10 @@ + echo_opt="-n" + fi + ++if [ ${OSTYPE} = "FreeBSD" ]; then ++ lockdir="/var/spool/lock" ++fi ++ + # End of parameters + + # Current state of the module +@@ -85,7 +91,7 @@ + if [ -f --piddir--/$1.pid ] ; then + pid=`head -1 --piddir--/$1.pid` + if [ "$pid" != "" ] ; then +- running=`ps -A | grep "$pid"` ++ running=`ps -ax | grep perl | grep "$pid"` + if [ "$running" != "" ]; then + echo "$1 (pid $pid) is active..." + return 0 +@@ -155,7 +161,7 @@ + if [ -f --piddir--/$1.pid ]; then + echo $echo_opt "Stopping module $1.pl: " + pid=`head -1 --piddir--/$1.pid` +- running=`ps -A | grep "$pid"` ++ running=`ps -ax | grep perl | grep "$pid"` + if [ $1 = 'bulk' ]; then + if [ ${use_functions} ]; then + kill -TERM $pid && success || failure +@@ -197,14 +203,14 @@ + # See how we were called. + case "$1" in + start) +- if [ ! -f --lockdir--/sympa ]; then ++ if [ ! -f $lockdir/sympa ]; then + echo "Starting Sympa subsystem: " + sympa_start sympa + sympa_start bulk + sympa_start archived + sympa_start bounced + sympa_start task_manager +- touch --lockdir--/sympa ++ touch $lockdir/sympa + echo + else + +@@ -226,13 +232,13 @@ + sympa_stop sympa-creation + fi + sympa_stop task_manager +- if [ -f --lockdir--/sympa ]; then +- rm -f --lockdir--/sympa ++ if [ -f $lockdir/sympa ]; then ++ rm -f $lockdir/sympa + fi + ;; + status) + echo "Status of Sympa subsystem: " +- if [ -f --lockdir--/sympa ]; then ++ if [ -f $lockdir/sympa ]; then + echo "Status file for subsystem found." + else + echo "Status file for subsystem NOT found." diff -ruN sympa.orig/files/patch-src-queue.c sympa/files/patch-src-queue.c --- sympa.orig/files/patch-src-queue.c 2005-02-27 13:55:24.000000000 +0000 +++ sympa/files/patch-src-queue.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,42 +0,0 @@ -=================================================================== -RCS file: /var/www/SourceSup/cvs/sympa/sympa/src/queue.c,v -retrieving revision 1.4 -retrieving revision 1.4.2.1 -diff -u -r1.4 -r1.4.2.1 ---- src/queue.c 2003/10/07 12:04:47 1.4 -+++ src/queue.c 2005/01/27 08:54:02 1.4.2.1 -@@ -1,5 +1,5 @@ - /* queue.c - This program does the messages spooling -- RCS Identication ; $Revision: 1.4 $ ; $Date: 2003/10/07 12:04:47 $ -+ RCS Identication ; $Revision: 1.4.2.1 $ ; $Date: 2005/01/27 08:54:02 $ - - Sympa - SYsteme de Multi-Postage Automatique - Copyright (c) 1997, 1998, 1999, 2000, 2001 Comite Reseau des Universites -@@ -26,12 +26,17 @@ - #include <string.h> - #include <stdlib.h> - --static char rcsid[] = "(@)$Id: queue.c,v 1.4 2003/10/07 12:04:47 salaun Exp $"; -+static char rcsid[] = "(@)$Id: queue.c,v 1.4.2.1 2005/01/27 08:54:02 sympa-authors Exp $"; - - static char qfile[128]; - static char buf[16384]; - static int i, fd; - -+/* For HP-UX */ -+#ifndef EX_CONFIG -+# define EX_CONFIG 78 -+#endif -+ - #ifndef CONFIG - # define CONFIG "/etc/sympa.conf" - #endif -@@ -116,7 +121,7 @@ - exit(EX_NOPERM); - } - umask(027); -- sprintf(qfile, "T.%s.%ld.%d", listname, time(NULL), getpid()); -+ snprintf(qfile, sizeof(qfile), "T.%s.%ld.%d", listname, time(NULL), getpid()); - fd = open(qfile, O_CREAT|O_WRONLY, 0600); - if (fd == -1){ - char* buffer=(char*)malloc(strlen(argv[0])+strlen(queuedir)+80); diff -ruN sympa.orig/files/patch-src-sympa_wizard.pl sympa/files/patch-src-sympa_wizard.pl --- sympa.orig/files/patch-src-sympa_wizard.pl 2004-10-25 14:09:20.000000000 +0100 +++ sympa/files/patch-src-sympa_wizard.pl 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ ---- src/sympa_wizard.pl Sat Oct 23 19:50:48 2004 -+++ src/sympa_wizard.pl Sat Oct 23 19:53:21 2004 -@@ -308,14 +308,14 @@ - 'advice' =>''}, - - {'name' => 'mhonarc', -- 'default' => '/usr/bin/mhonarc', -+ 'default' => '/usr/local/bin/mhonarc', - 'query' => 'Path to MhOnarc mail2html pluggin', - 'file' => 'wwsympa.conf','edit' => '1', - 'advice' =>'This is required for HTML mail archiving'}, - - {'title' => 'S/MIME pluggin'}, - {'name' => 'openssl', -- 'sample' => '/usr/local/bin/openssl', -+ 'sample' => '/usr/bin/openssl', - 'query' => 'Path to OpenSSL', - 'file' => 'sympa.conf','edit' => '1', - 'advice' =>'Sympa knowns S/MIME if openssl is installed'}, diff -ruN sympa.orig/files/patch-wwsympa-Makefile sympa/files/patch-wwsympa-Makefile --- sympa.orig/files/patch-wwsympa-Makefile 2004-10-25 14:09:20.000000000 +0100 +++ sympa/files/patch-wwsympa-Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ ---- wwsympa/Makefile Sat Oct 23 20:37:35 2004 -+++ wwsympa/Makefile Sat Oct 23 20:39:51 2004 -@@ -21,7 +21,7 @@ - - sbin_SUBST = bounced.pl archived.pl - --cgi_SUBST = wwsympa.fcgi -+cgi_SUBST = wwsympa.fcgi wwsympa-wrapper - - lib_SUBST = wwslib.pm cookielib.pm bounce-lib.pl Marc.pm Auth.pm - -@@ -50,9 +50,9 @@ - chown $(USER) $(DESTDIR)$(CGIDIR)/$$i; \ - chgrp $(GROUP) $(DESTDIR)$(CGIDIR)/$$i; \ - done -- @echo "Setting SetUID bit on wwsympa.fcgi..." -- chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi -- chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi -+ @echo "Setting SetUID bit on wwsympa-wrapper..." -+ chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper -+ chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper - chmod 755 $(DESTDIR)$(ETCBINDIR)/wws_templates - chmod 755 $(DESTDIR)$(ICONSDIR) - chmod 755 $(DESTDIR)$(LIBDIR)/Marc diff -ruN sympa.orig/files/patch-wwsympa-wwsympa-wrapper.c sympa/files/patch-wwsympa-wwsympa-wrapper.c --- sympa.orig/files/patch-wwsympa-wwsympa-wrapper.c 2004-10-25 14:09:20.000000000 +0100 +++ sympa/files/patch-wwsympa-wwsympa-wrapper.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- wwsympa/wwsympa-wrapper.c Sat Oct 23 20:42:47 2004 -+++ wwsympa/wwsympa-wrapper.c Sat Oct 23 20:42:30 2004 -@@ -0,0 +1,8 @@ -+#include <unistd.h> -+ -+#define WWSYMPA "/usr/local/sympa/bin/wwsympa.fcgi" -+ -+int main(int argn, char **argv, char **envp) { -+ argv[0] = WWSYMPA; -+ execve(WWSYMPA,argv,envp); -+} diff -ruN sympa.orig/files/patch-wwsympa-wwsympa.fcgi sympa/files/patch-wwsympa-wwsympa.fcgi --- sympa.orig/files/patch-wwsympa-wwsympa.fcgi 2004-10-25 14:09:20.000000000 +0100 +++ sympa/files/patch-wwsympa-wwsympa.fcgi 1970-01-01 01:00:00.000000000 +0100 @@ -1,42 +0,0 @@ ---- wwsympa/wwsympa.fcgi Mon Jun 21 15:04:16 2004 -+++ wwsympa/wwsympa.fcgi Sat Oct 23 16:15:08 2004 -@@ -3557,10 +3557,10 @@ - - - $param->{'spool'}{$id}{'size'} = int( (-s "$Conf{'queuemod'}/$msg") / 1024 + 0.5); -- $param->{'spool'}{$id}{'subject'} = &MIME::Words::decode_mimewords($mail->{'msg'}->head->get('Subject')); -+ $param->{'spool'}{$id}{'subject'} = &tools::decode_mimewords($mail->{'msg'}->head->get('Subject')); - $param->{'spool'}{$id}{'subject'} ||= 'no_subject'; - $param->{'spool'}{$id}{'date'} = $mail->{'msg'}->head->get('Date'); -- $param->{'spool'}{$id}{'from'} = &MIME::Words::decode_mimewords($mail->{'msg'}->head->get('From')); -+ $param->{'spool'}{$id}{'from'} = &tools::decode_mimewords($mail->{'msg'}->head->get('From')); - foreach my $field ('subject','date','from') { - $param->{'spool'}{$id}{$field} =~ s/</</; - $param->{'spool'}{$id}{$field} =~ s/>/>/; -@@ -3629,7 +3629,7 @@ - unless ($#sender_hdr == -1) { - my $rejected_sender = $sender_hdr[0]->address; - my %context; -- $context{'subject'} = &MIME::Words::decode_mimewords($msg->head->get('subject')); -+ $context{'subject'} = &tools::decode_mimewords($msg->head->get('subject')); - $context{'rejected_by'} = $param->{'user'}{'email'}; - $list->send_file('reject', $rejected_sender, $robot, \%context); - } -@@ -4381,7 +4381,7 @@ - - ## Decode subject header fields - foreach my $m (@{$param->{'res'}}) { -- $m->{'subj'} = &MIME::Words::decode_mimewords($m->{'subj'}); -+ $m->{'subj'} = &tools::decode_mimewords($m->{'subj'}); - } - - return 1; -@@ -9135,7 +9135,7 @@ - ($param->{'local_to'},$param->{'domain_to'}) = split ('@',$param->{'to'}); - - $param->{'mailto'}= &mailto($list,$param->{'to'}); -- $param->{'subject'}= &MIME::Words::encode_mimewords($in{'subject'}); -+ $param->{'subject'}= $in{'subject'}; # &tools::encode_mimewords($in{'subject'}); - $param->{'in_reply_to'}= $in{'in_reply_to'}; - $param->{'message_id'} = &tools::get_message_id($robot); - return 1; diff -ruN sympa.orig/pkg-plist sympa/pkg-plist --- sympa.orig/pkg-plist 2006-02-05 20:16:38.000000000 +0000 +++ sympa/pkg-plist 2010-07-25 13:09:42.000000000 +0100 @@ -1,1352 +1,477 @@ -etc/rc.d/sympa.sh -etc/sympa.conf -etc/wwsympa.conf +etc/rc.d/sympa sympa/bin/Archive.pm sympa/bin/Auth.pm -sympa/bin/CAS.pm +sympa/bin/Bounce.pm +sympa/bin/Bulk.pm sympa/bin/Commands.pm sympa/bin/Conf.pm +sympa/bin/Config_XML.pm +sympa/bin/Datasource.pm +sympa/bin/Family.pm +sympa/bin/Fetch.pm +sympa/bin/HTML/myFormatText.pm +sympa/bin/LDAPSource.pm sympa/bin/Language.pm sympa/bin/Ldap.pm sympa/bin/List.pm +sympa/bin/Lock.pm sympa/bin/Log.pm sympa/bin/Marc.pm sympa/bin/Marc/Search.pm sympa/bin/Message.pm +sympa/bin/PlainDigest.pm +sympa/bin/Robot.pm +sympa/bin/SQLSource.pm +sympa/bin/Scenario.pm +sympa/bin/SharedDocument.pm +sympa/bin/Sympa/Constants.pm +sympa/bin/Sympa/Template/Compat.pm +sympa/bin/SympaSession.pm sympa/bin/SympaTransport.pm -sympa/bin/Version.pm -sympa/bin/X509.pm +sympa/bin/Task.pm +sympa/bin/Upgrade.pm +sympa/bin/WebAgent.pm +sympa/bin/admin.pm sympa/bin/alias_manager.pl sympa/bin/aliaswrapper sympa/bin/arc2webarc.pl sympa/bin/archived.pl -sympa/bin/bounce-lib.pl sympa/bin/bounced.pl sympa/bin/bouncequeue +sympa/bin/bulk.pl +sympa/bin/confdef.pm sympa/bin/cookielib.pm sympa/bin/create_db.Oracle sympa/bin/create_db.Pg +sympa/bin/create_db.SQLite sympa/bin/create_db.Sybase sympa/bin/create_db.mysql sympa/bin/crypt_passwd.pl -sympa/bin/etc/README -sympa/bin/etc/auth.conf -sympa/bin/etc/ca-bundle.crt -sympa/bin/etc/create_list.conf -sympa/bin/etc/create_list_templates/discussion_list/comment -sympa/bin/etc/create_list_templates/discussion_list/config.tpl -sympa/bin/etc/create_list_templates/hotline/comment -sympa/bin/etc/create_list_templates/hotline/config.tpl -sympa/bin/etc/create_list_templates/html-news-letter/comment -sympa/bin/etc/create_list_templates/html-news-letter/config.tpl -sympa/bin/etc/create_list_templates/intranet_list/comment -sympa/bin/etc/create_list_templates/intranet_list/config.tpl -sympa/bin/etc/create_list_templates/news-letter/comment -sympa/bin/etc/create_list_templates/news-letter/config.tpl -sympa/bin/etc/create_list_templates/private_working_group/comment -sympa/bin/etc/create_list_templates/private_working_group/config.tpl -sympa/bin/etc/create_list_templates/public_web_forum/comment -sympa/bin/etc/create_list_templates/public_web_forum/config.tpl -sympa/bin/etc/edit_list.conf -sympa/bin/etc/global_task_models/chk_cert_expiration.daily.task -sympa/bin/etc/global_task_models/crl_update.daily.task -sympa/bin/etc/global_task_models/eval_bouncers.daily.task -sympa/bin/etc/global_task_models/expire_bounce.daily.task -sympa/bin/etc/global_task_models/process_bouncers.weekly.task -sympa/bin/etc/global_task_models/purge_orphan_bounces.monthly.task -sympa/bin/etc/global_task_models/purge_user_table.monthly.task -sympa/bin/etc/list_aliases.tpl -sympa/bin/etc/list_task_models/expire.yearly.task -sympa/bin/etc/list_task_models/remind.2month.task -sympa/bin/etc/list_task_models/remind.monthly.task -sympa/bin/etc/list_task_models/remind.yearly.task -sympa/bin/etc/list_task_models/sync_include.ttl.task -sympa/bin/etc/mhonarc-ressources -sympa/bin/etc/mime.types -sympa/bin/etc/scenari/access_web_archive.closed -sympa/bin/etc/scenari/access_web_archive.intranet -sympa/bin/etc/scenari/access_web_archive.listmaster -sympa/bin/etc/scenari/access_web_archive.owner -sympa/bin/etc/scenari/access_web_archive.private -sympa/bin/etc/scenari/access_web_archive.public -sympa/bin/etc/scenari/add.auth -sympa/bin/etc/scenari/add.closed -sympa/bin/etc/scenari/add.default -sympa/bin/etc/scenari/add.owner -sympa/bin/etc/scenari/add.owner_notify -sympa/bin/etc/scenari/create_list.intranet -sympa/bin/etc/scenari/create_list.listmaster -sympa/bin/etc/scenari/create_list.public_listmaster -sympa/bin/etc/scenari/d_edit.default -sympa/bin/etc/scenari/d_edit.owner -sympa/bin/etc/scenari/d_edit.private -sympa/bin/etc/scenari/d_edit.public -sympa/bin/etc/scenari/d_read.default -sympa/bin/etc/scenari/d_read.owner -sympa/bin/etc/scenari/d_read.private -sympa/bin/etc/scenari/d_read.public -sympa/bin/etc/scenari/del.auth -sympa/bin/etc/scenari/del.closed -sympa/bin/etc/scenari/del.default -sympa/bin/etc/scenari/del.owner -sympa/bin/etc/scenari/del.owner_notify -sympa/bin/etc/scenari/edit_list.closed -sympa/bin/etc/scenari/edit_list.owner -sympa/bin/etc/scenari/global_remind.listmaster -sympa/bin/etc/scenari/info.default -sympa/bin/etc/scenari/info.open -sympa/bin/etc/scenari/info.private -sympa/bin/etc/scenari/invite.closed -sympa/bin/etc/scenari/invite.default -sympa/bin/etc/scenari/invite.owner -sympa/bin/etc/scenari/invite.private -sympa/bin/etc/scenari/invite.public -sympa/bin/etc/scenari/remind.default -sympa/bin/etc/scenari/remind.listmaster -sympa/bin/etc/scenari/remind.owner -sympa/bin/etc/scenari/review.closed -sympa/bin/etc/scenari/review.default -sympa/bin/etc/scenari/review.intranet -sympa/bin/etc/scenari/review.listmaster -sympa/bin/etc/scenari/review.owner -sympa/bin/etc/scenari/review.private -sympa/bin/etc/scenari/review.public -sympa/bin/etc/scenari/send.closed -sympa/bin/etc/scenari/send.default -sympa/bin/etc/scenari/send.editor -sympa/bin/etc/scenari/send.editorkey -sympa/bin/etc/scenari/send.editorkeyonly -sympa/bin/etc/scenari/send.editorkeyonlyauth -sympa/bin/etc/scenari/send.intranet -sympa/bin/etc/scenari/send.intranetorprivate -sympa/bin/etc/scenari/send.newsletter -sympa/bin/etc/scenari/send.newsletterkeyonly -sympa/bin/etc/scenari/send.private -sympa/bin/etc/scenari/send.private_smime -sympa/bin/etc/scenari/send.privateandeditorkey -sympa/bin/etc/scenari/send.privateandnomultipartoreditorkey -sympa/bin/etc/scenari/send.privatekey -sympa/bin/etc/scenari/send.privatekeyandeditorkeyonly -sympa/bin/etc/scenari/send.privateoreditorkey -sympa/bin/etc/scenari/send.privateorpublickey -sympa/bin/etc/scenari/send.public -sympa/bin/etc/scenari/send.public_nobcc -sympa/bin/etc/scenari/send.publickey -sympa/bin/etc/scenari/send.publicnoattachment -sympa/bin/etc/scenari/send.publicnomultipart -sympa/bin/etc/scenari/subscribe.auth -sympa/bin/etc/scenari/subscribe.auth_notify -sympa/bin/etc/scenari/subscribe.auth_owner -sympa/bin/etc/scenari/subscribe.closed -sympa/bin/etc/scenari/subscribe.default -sympa/bin/etc/scenari/subscribe.intranet -sympa/bin/etc/scenari/subscribe.intranetorowner -sympa/bin/etc/scenari/subscribe.open -sympa/bin/etc/scenari/subscribe.open_notify -sympa/bin/etc/scenari/subscribe.open_quiet -sympa/bin/etc/scenari/subscribe.owner -sympa/bin/etc/scenari/subscribe.smime -sympa/bin/etc/scenari/subscribe.smimeorowner -sympa/bin/etc/scenari/topics_visibility.conceal -sympa/bin/etc/scenari/topics_visibility.default -sympa/bin/etc/scenari/topics_visibility.identified -sympa/bin/etc/scenari/topics_visibility.noconceal -sympa/bin/etc/scenari/unsubscribe.auth -sympa/bin/etc/scenari/unsubscribe.auth_notify -sympa/bin/etc/scenari/unsubscribe.closed -sympa/bin/etc/scenari/unsubscribe.default -sympa/bin/etc/scenari/unsubscribe.open -sympa/bin/etc/scenari/unsubscribe.open_notify -sympa/bin/etc/scenari/unsubscribe.owner -sympa/bin/etc/scenari/visibility.conceal -sympa/bin/etc/scenari/visibility.default -sympa/bin/etc/scenari/visibility.intranet -sympa/bin/etc/scenari/visibility.noconceal -sympa/bin/etc/scenari/visibility.secret -sympa/bin/etc/sympa.wsdl -sympa/bin/etc/templates/bye.cz.tpl -sympa/bin/etc/templates/bye.de.tpl -sympa/bin/etc/templates/bye.es.tpl -sympa/bin/etc/templates/bye.et.tpl -sympa/bin/etc/templates/bye.fi.tpl -sympa/bin/etc/templates/bye.fr.tpl -sympa/bin/etc/templates/bye.hu.tpl -sympa/bin/etc/templates/bye.it.tpl -sympa/bin/etc/templates/bye.nl.tpl -sympa/bin/etc/templates/bye.pl.tpl -sympa/bin/etc/templates/bye.pt.tpl -sympa/bin/etc/templates/bye.ro.tpl -sympa/bin/etc/templates/bye.tpl -sympa/bin/etc/templates/bye.us.tpl -sympa/bin/etc/templates/certif_warning.et.tpl -sympa/bin/etc/templates/certif_warning.fi.tpl -sympa/bin/etc/templates/certif_warning.fr.tpl -sympa/bin/etc/templates/certif_warning.nl.tpl -sympa/bin/etc/templates/certif_warning.ro.tpl -sympa/bin/etc/templates/certif_warning.tpl -sympa/bin/etc/templates/certif_warning.us.tpl -sympa/bin/etc/templates/digest.cn.tpl -sympa/bin/etc/templates/digest.cz.tpl -sympa/bin/etc/templates/digest.de.tpl -sympa/bin/etc/templates/digest.es.tpl -sympa/bin/etc/templates/digest.et.tpl -sympa/bin/etc/templates/digest.fi.tpl -sympa/bin/etc/templates/digest.fr.tpl -sympa/bin/etc/templates/digest.hu.tpl -sympa/bin/etc/templates/digest.it.tpl -sympa/bin/etc/templates/digest.nl.tpl -sympa/bin/etc/templates/digest.pl.tpl -sympa/bin/etc/templates/digest.ro.tpl -sympa/bin/etc/templates/digest.tpl -sympa/bin/etc/templates/digest.tw.tpl -sympa/bin/etc/templates/digest.us.tpl -sympa/bin/etc/templates/expire_deletion.et.tpl -sympa/bin/etc/templates/expire_deletion.fi.tpl -sympa/bin/etc/templates/expire_deletion.fr.tpl -sympa/bin/etc/templates/expire_deletion.nl.tpl -sympa/bin/etc/templates/expire_deletion.ro.tpl -sympa/bin/etc/templates/expire_deletion.tpl -sympa/bin/etc/templates/expire_deletion.us.tpl -sympa/bin/etc/templates/expire_warning1.et.tpl -sympa/bin/etc/templates/expire_warning1.fi.tpl -sympa/bin/etc/templates/expire_warning1.fr.tpl -sympa/bin/etc/templates/expire_warning1.nl.tpl -sympa/bin/etc/templates/expire_warning1.ro.tpl -sympa/bin/etc/templates/expire_warning1.tpl -sympa/bin/etc/templates/expire_warning1.us.tpl -sympa/bin/etc/templates/expire_warning2.et.tpl -sympa/bin/etc/templates/expire_warning2.fi.tpl -sympa/bin/etc/templates/expire_warning2.fr.tpl -sympa/bin/etc/templates/expire_warning2.nl.tpl -sympa/bin/etc/templates/expire_warning2.ro.tpl -sympa/bin/etc/templates/expire_warning2.tpl -sympa/bin/etc/templates/expire_warning2.us.tpl -sympa/bin/etc/templates/global_remind.cz.tpl -sympa/bin/etc/templates/global_remind.de.tpl -sympa/bin/etc/templates/global_remind.es.tpl -sympa/bin/etc/templates/global_remind.et.tpl -sympa/bin/etc/templates/global_remind.fi.tpl -sympa/bin/etc/templates/global_remind.fr.tpl -sympa/bin/etc/templates/global_remind.hu.tpl -sympa/bin/etc/templates/global_remind.it.tpl -sympa/bin/etc/templates/global_remind.nl.tpl -sympa/bin/etc/templates/global_remind.pl.tpl -sympa/bin/etc/templates/global_remind.pt.tpl -sympa/bin/etc/templates/global_remind.ro.tpl -sympa/bin/etc/templates/global_remind.tpl -sympa/bin/etc/templates/global_remind.us.tpl -sympa/bin/etc/templates/helpfile.cz.tpl -sympa/bin/etc/templates/helpfile.de.tpl -sympa/bin/etc/templates/helpfile.es.tpl -sympa/bin/etc/templates/helpfile.et.tpl -sympa/bin/etc/templates/helpfile.fi.tpl -sympa/bin/etc/templates/helpfile.fr.tpl -sympa/bin/etc/templates/helpfile.hu.tpl -sympa/bin/etc/templates/helpfile.it.tpl -sympa/bin/etc/templates/helpfile.nl.tpl -sympa/bin/etc/templates/helpfile.pl.tpl -sympa/bin/etc/templates/helpfile.pt.tpl -sympa/bin/etc/templates/helpfile.ro.tpl -sympa/bin/etc/templates/helpfile.tpl -sympa/bin/etc/templates/helpfile.us.tpl -sympa/bin/etc/templates/info_report.cz.tpl -sympa/bin/etc/templates/info_report.de.tpl -sympa/bin/etc/templates/info_report.es.tpl -sympa/bin/etc/templates/info_report.et.tpl -sympa/bin/etc/templates/info_report.fi.tpl -sympa/bin/etc/templates/info_report.fr.tpl -sympa/bin/etc/templates/info_report.hu.tpl -sympa/bin/etc/templates/info_report.it.tpl -sympa/bin/etc/templates/info_report.nl.tpl -sympa/bin/etc/templates/info_report.pl.tpl -sympa/bin/etc/templates/info_report.ro.tpl -sympa/bin/etc/templates/info_report.tpl -sympa/bin/etc/templates/info_report.us.tpl -sympa/bin/etc/templates/invite.cz.tpl -sympa/bin/etc/templates/invite.de.tpl -sympa/bin/etc/templates/invite.es.tpl -sympa/bin/etc/templates/invite.et.tpl -sympa/bin/etc/templates/invite.fi.tpl -sympa/bin/etc/templates/invite.fr.tpl -sympa/bin/etc/templates/invite.hu.tpl -sympa/bin/etc/templates/invite.it.tpl -sympa/bin/etc/templates/invite.nl.tpl -sympa/bin/etc/templates/invite.pl.tpl -sympa/bin/etc/templates/invite.pt.tpl -sympa/bin/etc/templates/invite.ro.tpl -sympa/bin/etc/templates/invite.tpl -sympa/bin/etc/templates/invite.us.tpl -sympa/bin/etc/templates/list_created.et.tpl -sympa/bin/etc/templates/list_created.fi.tpl -sympa/bin/etc/templates/list_created.fr.tpl -sympa/bin/etc/templates/list_created.nl.tpl -sympa/bin/etc/templates/list_created.ro.tpl -sympa/bin/etc/templates/list_created.tpl -sympa/bin/etc/templates/list_created.us.tpl -sympa/bin/etc/templates/list_rejected.fr.tpl -sympa/bin/etc/templates/list_rejected.tpl -sympa/bin/etc/templates/list_rejected.us.tpl -sympa/bin/etc/templates/list_unknown.et.tpl -sympa/bin/etc/templates/list_unknown.fi.tpl -sympa/bin/etc/templates/list_unknown.nl.tpl -sympa/bin/etc/templates/list_unknown.ro.tpl -sympa/bin/etc/templates/list_unknown.tpl -sympa/bin/etc/templates/list_unknown.us.tpl -sympa/bin/etc/templates/listmaster_notification.et.tpl -sympa/bin/etc/templates/listmaster_notification.fi.tpl -sympa/bin/etc/templates/listmaster_notification.fr.tpl -sympa/bin/etc/templates/listmaster_notification.nl.tpl -sympa/bin/etc/templates/listmaster_notification.tpl -sympa/bin/etc/templates/listmaster_notification.us.tpl -sympa/bin/etc/templates/listowner_notification.fi.tpl -sympa/bin/etc/templates/listowner_notification.fr.tpl -sympa/bin/etc/templates/listowner_notification.nl.tpl -sympa/bin/etc/templates/listowner_notification.tpl -sympa/bin/etc/templates/listowner_notification.us.tpl -sympa/bin/etc/templates/listowner_notification2.ro.tpl -sympa/bin/etc/templates/lists.cz.tpl -sympa/bin/etc/templates/lists.de.tpl -sympa/bin/etc/templates/lists.es.tpl -sympa/bin/etc/templates/lists.et.tpl -sympa/bin/etc/templates/lists.fi.tpl -sympa/bin/etc/templates/lists.fr.tpl -sympa/bin/etc/templates/lists.hu.tpl -sympa/bin/etc/templates/lists.it.tpl -sympa/bin/etc/templates/lists.nl.tpl -sympa/bin/etc/templates/lists.pt.tpl -sympa/bin/etc/templates/lists.ro.tpl -sympa/bin/etc/templates/lists.tpl -sympa/bin/etc/templates/lists.us.tpl -sympa/bin/etc/templates/moderate.cz.tpl -sympa/bin/etc/templates/moderate.de.tpl -sympa/bin/etc/templates/moderate.es.tpl -sympa/bin/etc/templates/moderate.et.tpl -sympa/bin/etc/templates/moderate.fi.tpl -sympa/bin/etc/templates/moderate.fr.tpl -sympa/bin/etc/templates/moderate.hu.tpl -sympa/bin/etc/templates/moderate.it.tpl -sympa/bin/etc/templates/moderate.nl.tpl -sympa/bin/etc/templates/moderate.pl.tpl -sympa/bin/etc/templates/moderate.ro.tpl -sympa/bin/etc/templates/moderate.tpl -sympa/bin/etc/templates/moderate.us.tpl -sympa/bin/etc/templates/modindex.cz.tpl -sympa/bin/etc/templates/modindex.de.tpl -sympa/bin/etc/templates/modindex.es.tpl -sympa/bin/etc/templates/modindex.et.tpl -sympa/bin/etc/templates/modindex.fi.tpl -sympa/bin/etc/templates/modindex.fr.tpl -sympa/bin/etc/templates/modindex.hu.tpl -sympa/bin/etc/templates/modindex.it.tpl -sympa/bin/etc/templates/modindex.nl.tpl -sympa/bin/etc/templates/modindex.pl.tpl -sympa/bin/etc/templates/modindex.ro.tpl -sympa/bin/etc/templates/modindex.tpl -sympa/bin/etc/templates/modindex.us.tpl -sympa/bin/etc/templates/reject.cz.tpl -sympa/bin/etc/templates/reject.de.tpl -sympa/bin/etc/templates/reject.es.tpl -sympa/bin/etc/templates/reject.et.tpl -sympa/bin/etc/templates/reject.fi.tpl -sympa/bin/etc/templates/reject.fr.tpl -sympa/bin/etc/templates/reject.hu.tpl -sympa/bin/etc/templates/reject.nl.tpl -sympa/bin/etc/templates/reject.pl.tpl -sympa/bin/etc/templates/reject.pt.tpl -sympa/bin/etc/templates/reject.ro.tpl -sympa/bin/etc/templates/reject.tpl -sympa/bin/etc/templates/reject.us.tpl -sympa/bin/etc/templates/remind.cz.tpl -sympa/bin/etc/templates/remind.de.tpl -sympa/bin/etc/templates/remind.es.tpl -sympa/bin/etc/templates/remind.et.tpl -sympa/bin/etc/templates/remind.fi.tpl -sympa/bin/etc/templates/remind.fr.tpl -sympa/bin/etc/templates/remind.hu.tpl -sympa/bin/etc/templates/remind.it.tpl -sympa/bin/etc/templates/remind.nl.tpl -sympa/bin/etc/templates/remind.pl.tpl -sympa/bin/etc/templates/remind.pt.tpl -sympa/bin/etc/templates/remind.ro.tpl -sympa/bin/etc/templates/remind.tpl -sympa/bin/etc/templates/remind.us.tpl -sympa/bin/etc/templates/removed.cz.tpl -sympa/bin/etc/templates/removed.de.tpl -sympa/bin/etc/templates/removed.es.tpl -sympa/bin/etc/templates/removed.et.tpl -sympa/bin/etc/templates/removed.fi.tpl -sympa/bin/etc/templates/removed.fr.tpl -sympa/bin/etc/templates/removed.hu.tpl -sympa/bin/etc/templates/removed.it.tpl -sympa/bin/etc/templates/removed.nl.tpl -sympa/bin/etc/templates/removed.pl.tpl -sympa/bin/etc/templates/removed.pt.tpl -sympa/bin/etc/templates/removed.ro.tpl -sympa/bin/etc/templates/removed.tpl -sympa/bin/etc/templates/removed.us.tpl -sympa/bin/etc/templates/review.cz.tpl -sympa/bin/etc/templates/review.de.tpl -sympa/bin/etc/templates/review.es.tpl -sympa/bin/etc/templates/review.et.tpl -sympa/bin/etc/templates/review.fi.tpl -sympa/bin/etc/templates/review.fr.tpl -sympa/bin/etc/templates/review.hu.tpl -sympa/bin/etc/templates/review.it.tpl -sympa/bin/etc/templates/review.nl.tpl -sympa/bin/etc/templates/review.pl.tpl -sympa/bin/etc/templates/review.ro.tpl -sympa/bin/etc/templates/review.tpl -sympa/bin/etc/templates/review.us.tpl -sympa/bin/etc/templates/sendpasswd.cn.tpl -sympa/bin/etc/templates/sendpasswd.cz.tpl -sympa/bin/etc/templates/sendpasswd.de.tpl -sympa/bin/etc/templates/sendpasswd.es.tpl -sympa/bin/etc/templates/sendpasswd.et.tpl -sympa/bin/etc/templates/sendpasswd.fi.tpl -sympa/bin/etc/templates/sendpasswd.fr.tpl -sympa/bin/etc/templates/sendpasswd.hu.tpl -sympa/bin/etc/templates/sendpasswd.it.tpl -sympa/bin/etc/templates/sendpasswd.nl.tpl -sympa/bin/etc/templates/sendpasswd.ro.tpl -sympa/bin/etc/templates/sendpasswd.tpl -sympa/bin/etc/templates/sendpasswd.us.tpl -sympa/bin/etc/templates/stats_report.cz.tpl -sympa/bin/etc/templates/stats_report.de.tpl -sympa/bin/etc/templates/stats_report.es.tpl -sympa/bin/etc/templates/stats_report.et.tpl -sympa/bin/etc/templates/stats_report.fi.tpl -sympa/bin/etc/templates/stats_report.fr.tpl -sympa/bin/etc/templates/stats_report.hu.tpl -sympa/bin/etc/templates/stats_report.it.tpl -sympa/bin/etc/templates/stats_report.nl.tpl -sympa/bin/etc/templates/stats_report.pl.tpl -sympa/bin/etc/templates/stats_report.ro.tpl -sympa/bin/etc/templates/stats_report.tpl -sympa/bin/etc/templates/stats_report.us.tpl -sympa/bin/etc/templates/subscriber_notification.fr.tpl -sympa/bin/etc/templates/subscriber_notification.tpl -sympa/bin/etc/templates/subscriber_notification.us.tpl -sympa/bin/etc/templates/summary.et.tpl -sympa/bin/etc/templates/summary.fi.tpl -sympa/bin/etc/templates/summary.nl.tpl -sympa/bin/etc/templates/summary.ro.tpl -sympa/bin/etc/templates/summary.tpl -sympa/bin/etc/templates/summary.us.tpl -sympa/bin/etc/templates/urlized_part.fr.tpl -sympa/bin/etc/templates/urlized_part.tpl -sympa/bin/etc/templates/urlized_part.us.tpl -sympa/bin/etc/templates/welcome.cz.tpl -sympa/bin/etc/templates/welcome.de.tpl -sympa/bin/etc/templates/welcome.es.tpl -sympa/bin/etc/templates/welcome.et.tpl -sympa/bin/etc/templates/welcome.fi.tpl -sympa/bin/etc/templates/welcome.fr.tpl -sympa/bin/etc/templates/welcome.hu.tpl -sympa/bin/etc/templates/welcome.it.tpl -sympa/bin/etc/templates/welcome.nl.tpl -sympa/bin/etc/templates/welcome.pl.tpl -sympa/bin/etc/templates/welcome.pt.tpl -sympa/bin/etc/templates/welcome.ro.tpl -sympa/bin/etc/templates/welcome.tpl -sympa/bin/etc/templates/welcome.us.tpl -sympa/bin/etc/templates/x509-user-cert-missing.cz.tpl -sympa/bin/etc/templates/x509-user-cert-missing.de.tpl -sympa/bin/etc/templates/x509-user-cert-missing.et.tpl -sympa/bin/etc/templates/x509-user-cert-missing.fi.tpl -sympa/bin/etc/templates/x509-user-cert-missing.fr.tpl -sympa/bin/etc/templates/x509-user-cert-missing.hu.tpl -sympa/bin/etc/templates/x509-user-cert-missing.nl.tpl -sympa/bin/etc/templates/x509-user-cert-missing.ro.tpl -sympa/bin/etc/templates/x509-user-cert-missing.tpl -sympa/bin/etc/templates/x509-user-cert-missing.us.tpl -sympa/bin/etc/templates/your_infected_msg.de.tpl -sympa/bin/etc/templates/your_infected_msg.et.tpl -sympa/bin/etc/templates/your_infected_msg.fi.tpl -sympa/bin/etc/templates/your_infected_msg.fr.tpl -sympa/bin/etc/templates/your_infected_msg.it.tpl -sympa/bin/etc/templates/your_infected_msg.nl.tpl -sympa/bin/etc/templates/your_infected_msg.ro.tpl -sympa/bin/etc/templates/your_infected_msg.tpl -sympa/bin/etc/templates/your_infected_msg.us.tpl -sympa/bin/etc/topics.conf -sympa/bin/etc/wws_templates/add_request.cn.tpl -sympa/bin/etc/wws_templates/add_request.cz.tpl -sympa/bin/etc/wws_templates/add_request.de.tpl -sympa/bin/etc/wws_templates/add_request.es.tpl -sympa/bin/etc/wws_templates/add_request.et.tpl -sympa/bin/etc/wws_templates/add_request.fi.tpl -sympa/bin/etc/wws_templates/add_request.fr.tpl -sympa/bin/etc/wws_templates/add_request.hu.tpl -sympa/bin/etc/wws_templates/add_request.it.tpl -sympa/bin/etc/wws_templates/add_request.nl.tpl -sympa/bin/etc/wws_templates/add_request.ro.tpl -sympa/bin/etc/wws_templates/add_request.tpl -sympa/bin/etc/wws_templates/add_request.us.tpl -sympa/bin/etc/wws_templates/admin.cn.tpl -sympa/bin/etc/wws_templates/admin.cz.tpl -sympa/bin/etc/wws_templates/admin.de.tpl -sympa/bin/etc/wws_templates/admin.es.tpl -sympa/bin/etc/wws_templates/admin.et.tpl -sympa/bin/etc/wws_templates/admin.fi.tpl -sympa/bin/etc/wws_templates/admin.fr.tpl -sympa/bin/etc/wws_templates/admin.hu.tpl -sympa/bin/etc/wws_templates/admin.it.tpl -sympa/bin/etc/wws_templates/admin.ro.tpl -sympa/bin/etc/wws_templates/admin.tpl -sympa/bin/etc/wws_templates/admin.us.tpl -sympa/bin/etc/wws_templates/admin_menu.cn.tpl -sympa/bin/etc/wws_templates/admin_menu.cz.tpl -sympa/bin/etc/wws_templates/admin_menu.de.tpl -sympa/bin/etc/wws_templates/admin_menu.es.tpl -sympa/bin/etc/wws_templates/admin_menu.et.tpl -sympa/bin/etc/wws_templates/admin_menu.fi.tpl -sympa/bin/etc/wws_templates/admin_menu.fr.tpl -sympa/bin/etc/wws_templates/admin_menu.hu.tpl -sympa/bin/etc/wws_templates/admin_menu.it.tpl -sympa/bin/etc/wws_templates/admin_menu.nl.tpl -sympa/bin/etc/wws_templates/admin_menu.ro.tpl -sympa/bin/etc/wws_templates/admin_menu.tpl -sympa/bin/etc/wws_templates/admin_menu.us.tpl -sympa/bin/etc/wws_templates/arc.cn.tpl -sympa/bin/etc/wws_templates/arc.cz.tpl -sympa/bin/etc/wws_templates/arc.de.tpl -sympa/bin/etc/wws_templates/arc.es.tpl -sympa/bin/etc/wws_templates/arc.et.tpl -sympa/bin/etc/wws_templates/arc.fi.tpl -sympa/bin/etc/wws_templates/arc.fr.tpl -sympa/bin/etc/wws_templates/arc.hu.tpl -sympa/bin/etc/wws_templates/arc.it.tpl -sympa/bin/etc/wws_templates/arc.nl.tpl -sympa/bin/etc/wws_templates/arc.ro.tpl -sympa/bin/etc/wws_templates/arc.tpl -sympa/bin/etc/wws_templates/arc.us.tpl -sympa/bin/etc/wws_templates/arc_manage.fr.tpl -sympa/bin/etc/wws_templates/arc_manage.tpl -sympa/bin/etc/wws_templates/arc_manage.us.tpl -sympa/bin/etc/wws_templates/arc_protect.cn.tpl -sympa/bin/etc/wws_templates/arc_protect.cz.tpl -sympa/bin/etc/wws_templates/arc_protect.de.tpl -sympa/bin/etc/wws_templates/arc_protect.es.tpl -sympa/bin/etc/wws_templates/arc_protect.et.tpl -sympa/bin/etc/wws_templates/arc_protect.fi.tpl -sympa/bin/etc/wws_templates/arc_protect.fr.tpl -sympa/bin/etc/wws_templates/arc_protect.hu.tpl -sympa/bin/etc/wws_templates/arc_protect.it.tpl -sympa/bin/etc/wws_templates/arc_protect.nl.tpl -sympa/bin/etc/wws_templates/arc_protect.ro.tpl -sympa/bin/etc/wws_templates/arc_protect.tpl -sympa/bin/etc/wws_templates/arc_protect.us.tpl -sympa/bin/etc/wws_templates/arcsearch.cn.tpl -sympa/bin/etc/wws_templates/arcsearch.cz.tpl -sympa/bin/etc/wws_templates/arcsearch.de.tpl -sympa/bin/etc/wws_templates/arcsearch.es.tpl -sympa/bin/etc/wws_templates/arcsearch.et.tpl -sympa/bin/etc/wws_templates/arcsearch.fi.tpl -sympa/bin/etc/wws_templates/arcsearch.fr.tpl -sympa/bin/etc/wws_templates/arcsearch.hu.tpl -sympa/bin/etc/wws_templates/arcsearch.it.tpl -sympa/bin/etc/wws_templates/arcsearch.nl.tpl -sympa/bin/etc/wws_templates/arcsearch.ro.tpl -sympa/bin/etc/wws_templates/arcsearch.tpl -sympa/bin/etc/wws_templates/arcsearch.us.tpl -sympa/bin/etc/wws_templates/arcsearch_form.cn.tpl -sympa/bin/etc/wws_templates/arcsearch_form.cz.tpl -sympa/bin/etc/wws_templates/arcsearch_form.de.tpl -sympa/bin/etc/wws_templates/arcsearch_form.es.tpl -sympa/bin/etc/wws_templates/arcsearch_form.et.tpl -sympa/bin/etc/wws_templates/arcsearch_form.fi.tpl -sympa/bin/etc/wws_templates/arcsearch_form.fr.tpl -sympa/bin/etc/wws_templates/arcsearch_form.hu.tpl -sympa/bin/etc/wws_templates/arcsearch_form.it.tpl -sympa/bin/etc/wws_templates/arcsearch_form.nl.tpl -sympa/bin/etc/wws_templates/arcsearch_form.ro.tpl -sympa/bin/etc/wws_templates/arcsearch_form.tpl -sympa/bin/etc/wws_templates/arcsearch_form.us.tpl -sympa/bin/etc/wws_templates/button_footer.fi.tpl -sympa/bin/etc/wws_templates/button_footer.tpl -sympa/bin/etc/wws_templates/button_footer.us.tpl -sympa/bin/etc/wws_templates/button_header.fi.tpl -sympa/bin/etc/wws_templates/button_header.tpl -sympa/bin/etc/wws_templates/button_header.us.tpl -sympa/bin/etc/wws_templates/change_email.cn.tpl -sympa/bin/etc/wws_templates/change_email.cz.tpl -sympa/bin/etc/wws_templates/change_email.de.tpl -sympa/bin/etc/wws_templates/change_email.es.tpl -sympa/bin/etc/wws_templates/change_email.et.tpl -sympa/bin/etc/wws_templates/change_email.fi.tpl -sympa/bin/etc/wws_templates/change_email.fr.tpl -sympa/bin/etc/wws_templates/change_email.hu.tpl -sympa/bin/etc/wws_templates/change_email.it.tpl -sympa/bin/etc/wws_templates/change_email.nl.tpl -sympa/bin/etc/wws_templates/change_email.ro.tpl -sympa/bin/etc/wws_templates/change_email.tpl -sympa/bin/etc/wws_templates/change_email.us.tpl -sympa/bin/etc/wws_templates/choosepasswd.cn.tpl -sympa/bin/etc/wws_templates/choosepasswd.cz.tpl -sympa/bin/etc/wws_templates/choosepasswd.de.tpl -sympa/bin/etc/wws_templates/choosepasswd.es.tpl -sympa/bin/etc/wws_templates/choosepasswd.et.tpl -sympa/bin/etc/wws_templates/choosepasswd.fi.tpl -sympa/bin/etc/wws_templates/choosepasswd.fr.tpl -sympa/bin/etc/wws_templates/choosepasswd.hu.tpl -sympa/bin/etc/wws_templates/choosepasswd.it.tpl -sympa/bin/etc/wws_templates/choosepasswd.nl.tpl -sympa/bin/etc/wws_templates/choosepasswd.ro.tpl -sympa/bin/etc/wws_templates/choosepasswd.tpl -sympa/bin/etc/wws_templates/choosepasswd.us.tpl -sympa/bin/etc/wws_templates/close_list.cn.tpl -sympa/bin/etc/wws_templates/close_list.cz.tpl -sympa/bin/etc/wws_templates/close_list.de.tpl -sympa/bin/etc/wws_templates/close_list.es.tpl -sympa/bin/etc/wws_templates/close_list.et.tpl -sympa/bin/etc/wws_templates/close_list.fi.tpl -sympa/bin/etc/wws_templates/close_list.fr.tpl -sympa/bin/etc/wws_templates/close_list.hu.tpl -sympa/bin/etc/wws_templates/close_list.it.tpl -sympa/bin/etc/wws_templates/close_list.nl.tpl -sympa/bin/etc/wws_templates/close_list.ro.tpl -sympa/bin/etc/wws_templates/close_list.tpl -sympa/bin/etc/wws_templates/close_list.us.tpl -sympa/bin/etc/wws_templates/close_list_request.es.tpl -sympa/bin/etc/wws_templates/compose_mail.cn.tpl -sympa/bin/etc/wws_templates/compose_mail.cz.tpl -sympa/bin/etc/wws_templates/compose_mail.de.tpl -sympa/bin/etc/wws_templates/compose_mail.es.tpl -sympa/bin/etc/wws_templates/compose_mail.et.tpl -sympa/bin/etc/wws_templates/compose_mail.fi.tpl -sympa/bin/etc/wws_templates/compose_mail.fr.tpl -sympa/bin/etc/wws_templates/compose_mail.hu.tpl -sympa/bin/etc/wws_templates/compose_mail.nl.tpl -sympa/bin/etc/wws_templates/compose_mail.ro.tpl -sympa/bin/etc/wws_templates/compose_mail.tpl -sympa/bin/etc/wws_templates/compose_mail.us.tpl -sympa/bin/etc/wws_templates/create_list.cn.tpl -sympa/bin/etc/wws_templates/create_list.cz.tpl -sympa/bin/etc/wws_templates/create_list.de.tpl -sympa/bin/etc/wws_templates/create_list.es.tpl -sympa/bin/etc/wws_templates/create_list.et.tpl -sympa/bin/etc/wws_templates/create_list.fi.tpl -sympa/bin/etc/wws_templates/create_list.fr.tpl -sympa/bin/etc/wws_templates/create_list.hu.tpl -sympa/bin/etc/wws_templates/create_list.it.tpl -sympa/bin/etc/wws_templates/create_list.nl.tpl -sympa/bin/etc/wws_templates/create_list.ro.tpl -sympa/bin/etc/wws_templates/create_list.tpl -sympa/bin/etc/wws_templates/create_list.us.tpl -sympa/bin/etc/wws_templates/create_list_request.cn.tpl -sympa/bin/etc/wws_templates/create_list_request.cz.tpl -sympa/bin/etc/wws_templates/create_list_request.de.tpl -sympa/bin/etc/wws_templates/create_list_request.es.tpl -sympa/bin/etc/wws_templates/create_list_request.et.tpl -sympa/bin/etc/wws_templates/create_list_request.fi.tpl -sympa/bin/etc/wws_templates/create_list_request.fr.tpl -sympa/bin/etc/wws_templates/create_list_request.hu.tpl -sympa/bin/etc/wws_templates/create_list_request.it.tpl -sympa/bin/etc/wws_templates/create_list_request.nl.tpl -sympa/bin/etc/wws_templates/create_list_request.ro.tpl -sympa/bin/etc/wws_templates/create_list_request.tpl -sympa/bin/etc/wws_templates/create_list_request.us.tpl -sympa/bin/etc/wws_templates/d_control.cn.tpl -sympa/bin/etc/wws_templates/d_control.cz.tpl -sympa/bin/etc/wws_templates/d_control.de.tpl -sympa/bin/etc/wws_templates/d_control.es.tpl -sympa/bin/etc/wws_templates/d_control.et.tpl -sympa/bin/etc/wws_templates/d_control.fi.tpl -sympa/bin/etc/wws_templates/d_control.fr.tpl -sympa/bin/etc/wws_templates/d_control.hu.tpl -sympa/bin/etc/wws_templates/d_control.it.tpl -sympa/bin/etc/wws_templates/d_control.nl.tpl -sympa/bin/etc/wws_templates/d_control.ro.tpl -sympa/bin/etc/wws_templates/d_control.tpl -sympa/bin/etc/wws_templates/d_control.us.tpl -sympa/bin/etc/wws_templates/d_editfile.cn.tpl -sympa/bin/etc/wws_templates/d_editfile.cz.tpl -sympa/bin/etc/wws_templates/d_editfile.de.tpl -sympa/bin/etc/wws_templates/d_editfile.es.tpl -sympa/bin/etc/wws_templates/d_editfile.et.tpl -sympa/bin/etc/wws_templates/d_editfile.fi.tpl -sympa/bin/etc/wws_templates/d_editfile.fr.tpl -sympa/bin/etc/wws_templates/d_editfile.hu.tpl -sympa/bin/etc/wws_templates/d_editfile.it.tpl -sympa/bin/etc/wws_templates/d_editfile.nl.tpl -sympa/bin/etc/wws_templates/d_editfile.ro.tpl -sympa/bin/etc/wws_templates/d_editfile.tpl -sympa/bin/etc/wws_templates/d_editfile.us.tpl -sympa/bin/etc/wws_templates/d_read.cn.tpl -sympa/bin/etc/wws_templates/d_read.cz.tpl -sympa/bin/etc/wws_templates/d_read.de.tpl -sympa/bin/etc/wws_templates/d_read.es.tpl -sympa/bin/etc/wws_templates/d_read.et.tpl -sympa/bin/etc/wws_templates/d_read.fi.tpl -sympa/bin/etc/wws_templates/d_read.fr.tpl -sympa/bin/etc/wws_templates/d_read.hu.tpl -sympa/bin/etc/wws_templates/d_read.it.tpl -sympa/bin/etc/wws_templates/d_read.nl.tpl -sympa/bin/etc/wws_templates/d_read.ro.tpl -sympa/bin/etc/wws_templates/d_read.tpl -sympa/bin/etc/wws_templates/d_read.us.tpl -sympa/bin/etc/wws_templates/edit_list_request.cn.tpl -sympa/bin/etc/wws_templates/edit_list_request.cz.tpl -sympa/bin/etc/wws_templates/edit_list_request.de.tpl -sympa/bin/etc/wws_templates/edit_list_request.es.tpl -sympa/bin/etc/wws_templates/edit_list_request.et.tpl -sympa/bin/etc/wws_templates/edit_list_request.fi.tpl -sympa/bin/etc/wws_templates/edit_list_request.fr.tpl -sympa/bin/etc/wws_templates/edit_list_request.hu.tpl -sympa/bin/etc/wws_templates/edit_list_request.it.tpl -sympa/bin/etc/wws_templates/edit_list_request.nl.tpl -sympa/bin/etc/wws_templates/edit_list_request.ro.tpl -sympa/bin/etc/wws_templates/edit_list_request.tpl -sympa/bin/etc/wws_templates/edit_list_request.us.tpl -sympa/bin/etc/wws_templates/editfile.cn.tpl -sympa/bin/etc/wws_templates/editfile.cz.tpl -sympa/bin/etc/wws_templates/editfile.de.tpl -sympa/bin/etc/wws_templates/editfile.es.tpl -sympa/bin/etc/wws_templates/editfile.et.tpl -sympa/bin/etc/wws_templates/editfile.fi.tpl -sympa/bin/etc/wws_templates/editfile.fr.tpl -sympa/bin/etc/wws_templates/editfile.hu.tpl -sympa/bin/etc/wws_templates/editfile.it.tpl -sympa/bin/etc/wws_templates/editfile.nl.tpl -sympa/bin/etc/wws_templates/editfile.ro.tpl -sympa/bin/etc/wws_templates/editfile.tpl -sympa/bin/etc/wws_templates/editfile.us.tpl -sympa/bin/etc/wws_templates/editsubscriber.cn.tpl -sympa/bin/etc/wws_templates/editsubscriber.cz.tpl -sympa/bin/etc/wws_templates/editsubscriber.de.tpl -sympa/bin/etc/wws_templates/editsubscriber.es.tpl -sympa/bin/etc/wws_templates/editsubscriber.et.tpl -sympa/bin/etc/wws_templates/editsubscriber.fi.tpl -sympa/bin/etc/wws_templates/editsubscriber.fr.tpl -sympa/bin/etc/wws_templates/editsubscriber.hu.tpl -sympa/bin/etc/wws_templates/editsubscriber.it.tpl -sympa/bin/etc/wws_templates/editsubscriber.nl.tpl -sympa/bin/etc/wws_templates/editsubscriber.ro.tpl -sympa/bin/etc/wws_templates/editsubscriber.tpl -sympa/bin/etc/wws_templates/editsubscriber.us.tpl -sympa/bin/etc/wws_templates/error.cn.tpl -sympa/bin/etc/wws_templates/error.cz.tpl -sympa/bin/etc/wws_templates/error.de.tpl -sympa/bin/etc/wws_templates/error.es.tpl -sympa/bin/etc/wws_templates/error.et.tpl -sympa/bin/etc/wws_templates/error.fi.tpl -sympa/bin/etc/wws_templates/error.fr.tpl -sympa/bin/etc/wws_templates/error.hu.tpl -sympa/bin/etc/wws_templates/error.it.tpl -sympa/bin/etc/wws_templates/error.nl.tpl -sympa/bin/etc/wws_templates/error.ro.tpl -sympa/bin/etc/wws_templates/error.tpl -sympa/bin/etc/wws_templates/error.us.tpl -sympa/bin/etc/wws_templates/get_closed_lists.es.tpl -sympa/bin/etc/wws_templates/get_closed_lists.et.tpl -sympa/bin/etc/wws_templates/get_closed_lists.fi.tpl -sympa/bin/etc/wws_templates/get_closed_lists.fr.tpl -sympa/bin/etc/wws_templates/get_closed_lists.nl.tpl -sympa/bin/etc/wws_templates/get_closed_lists.ro.tpl -sympa/bin/etc/wws_templates/get_closed_lists.tpl -sympa/bin/etc/wws_templates/get_closed_lists.us.tpl -sympa/bin/etc/wws_templates/get_inactive_lists.tpl -sympa/bin/etc/wws_templates/get_inactive_lists.us.tpl -sympa/bin/etc/wws_templates/get_latest_lists.es.tpl -sympa/bin/etc/wws_templates/get_latest_lists.et.tpl -sympa/bin/etc/wws_templates/get_latest_lists.fi.tpl -sympa/bin/etc/wws_templates/get_latest_lists.fr.tpl -sympa/bin/etc/wws_templates/get_latest_lists.nl.tpl -sympa/bin/etc/wws_templates/get_latest_lists.ro.tpl -sympa/bin/etc/wws_templates/get_latest_lists.tpl -sympa/bin/etc/wws_templates/get_latest_lists.us.tpl -sympa/bin/etc/wws_templates/get_pending_lists.cn.tpl -sympa/bin/etc/wws_templates/get_pending_lists.cz.tpl -sympa/bin/etc/wws_templates/get_pending_lists.de.tpl -sympa/bin/etc/wws_templates/get_pending_lists.es.tpl -sympa/bin/etc/wws_templates/get_pending_lists.et.tpl -sympa/bin/etc/wws_templates/get_pending_lists.fi.tpl -sympa/bin/etc/wws_templates/get_pending_lists.fr.tpl -sympa/bin/etc/wws_templates/get_pending_lists.hu.tpl -sympa/bin/etc/wws_templates/get_pending_lists.it.tpl -sympa/bin/etc/wws_templates/get_pending_lists.nl.tpl -sympa/bin/etc/wws_templates/get_pending_lists.ro.tpl -sympa/bin/etc/wws_templates/get_pending_lists.tpl -sympa/bin/etc/wws_templates/get_pending_lists.us.tpl -sympa/bin/etc/wws_templates/help.cn.tpl -sympa/bin/etc/wws_templates/help.cz.tpl -sympa/bin/etc/wws_templates/help.de.tpl -sympa/bin/etc/wws_templates/help.es.tpl -sympa/bin/etc/wws_templates/help.et.tpl -sympa/bin/etc/wws_templates/help.fi.tpl -sympa/bin/etc/wws_templates/help.fr.tpl -sympa/bin/etc/wws_templates/help.hu.tpl -sympa/bin/etc/wws_templates/help.it.tpl -sympa/bin/etc/wws_templates/help.nl.tpl -sympa/bin/etc/wws_templates/help.ro.tpl -sympa/bin/etc/wws_templates/help.tpl -sympa/bin/etc/wws_templates/help.us.tpl -sympa/bin/etc/wws_templates/help_admin.cn.tpl -sympa/bin/etc/wws_templates/help_admin.cz.tpl -sympa/bin/etc/wws_templates/help_admin.de.tpl -sympa/bin/etc/wws_templates/help_admin.es.tpl -sympa/bin/etc/wws_templates/help_admin.et.tpl -sympa/bin/etc/wws_templates/help_admin.fi.tpl -sympa/bin/etc/wws_templates/help_admin.fr.tpl -sympa/bin/etc/wws_templates/help_admin.hu.tpl -sympa/bin/etc/wws_templates/help_admin.it.tpl -sympa/bin/etc/wws_templates/help_admin.nl.tpl -sympa/bin/etc/wws_templates/help_admin.ro.tpl -sympa/bin/etc/wws_templates/help_admin.tpl -sympa/bin/etc/wws_templates/help_admin.us.tpl -sympa/bin/etc/wws_templates/help_editfile.cn.tpl -sympa/bin/etc/wws_templates/help_editfile.cz.tpl -sympa/bin/etc/wws_templates/help_editfile.de.tpl -sympa/bin/etc/wws_templates/help_editfile.es.tpl -sympa/bin/etc/wws_templates/help_editfile.et.tpl -sympa/bin/etc/wws_templates/help_editfile.fi.tpl -sympa/bin/etc/wws_templates/help_editfile.fr.tpl -sympa/bin/etc/wws_templates/help_editfile.hu.tpl -sympa/bin/etc/wws_templates/help_editfile.it.tpl -sympa/bin/etc/wws_templates/help_editfile.nl.tpl -sympa/bin/etc/wws_templates/help_editfile.ro.tpl -sympa/bin/etc/wws_templates/help_editfile.tpl -sympa/bin/etc/wws_templates/help_editfile.us.tpl -sympa/bin/etc/wws_templates/help_editlist.cn.tpl -sympa/bin/etc/wws_templates/help_editlist.cz.tpl -sympa/bin/etc/wws_templates/help_editlist.de.tpl -sympa/bin/etc/wws_templates/help_editlist.es.tpl -sympa/bin/etc/wws_templates/help_editlist.et.tpl -sympa/bin/etc/wws_templates/help_editlist.fi.tpl -sympa/bin/etc/wws_templates/help_editlist.fr.tpl -sympa/bin/etc/wws_templates/help_editlist.hu.tpl -sympa/bin/etc/wws_templates/help_editlist.it.tpl -sympa/bin/etc/wws_templates/help_editlist.nl.tpl -sympa/bin/etc/wws_templates/help_editlist.ro.tpl -sympa/bin/etc/wws_templates/help_editlist.tpl -sympa/bin/etc/wws_templates/help_editlist.us.tpl -sympa/bin/etc/wws_templates/help_user_options.es.tpl -sympa/bin/etc/wws_templates/help_user_options.et.tpl -sympa/bin/etc/wws_templates/help_user_options.fi.tpl -sympa/bin/etc/wws_templates/help_user_options.fr.tpl -sympa/bin/etc/wws_templates/help_user_options.nl.tpl -sympa/bin/etc/wws_templates/help_user_options.ro.tpl -sympa/bin/etc/wws_templates/help_user_options.tpl -sympa/bin/etc/wws_templates/help_user_options.us.tpl -sympa/bin/etc/wws_templates/home.cn.tpl -sympa/bin/etc/wws_templates/home.cz.tpl -sympa/bin/etc/wws_templates/home.de.tpl -sympa/bin/etc/wws_templates/home.es.tpl -sympa/bin/etc/wws_templates/home.et.tpl -sympa/bin/etc/wws_templates/home.fi.tpl -sympa/bin/etc/wws_templates/home.fr.tpl -sympa/bin/etc/wws_templates/home.hu.tpl -sympa/bin/etc/wws_templates/home.it.tpl -sympa/bin/etc/wws_templates/home.nl.tpl -sympa/bin/etc/wws_templates/home.ro.tpl -sympa/bin/etc/wws_templates/home.tpl -sympa/bin/etc/wws_templates/home.us.tpl -sympa/bin/etc/wws_templates/info.de.tpl -sympa/bin/etc/wws_templates/info.fi.tpl -sympa/bin/etc/wws_templates/info.tpl -sympa/bin/etc/wws_templates/info.us.tpl -sympa/bin/etc/wws_templates/install_pending_list.cn.tpl -sympa/bin/etc/wws_templates/install_pending_list.cz.tpl -sympa/bin/etc/wws_templates/install_pending_list.de.tpl -sympa/bin/etc/wws_templates/install_pending_list.es.tpl -sympa/bin/etc/wws_templates/install_pending_list.et.tpl -sympa/bin/etc/wws_templates/install_pending_list.fi.tpl -sympa/bin/etc/wws_templates/install_pending_list.fr.tpl -sympa/bin/etc/wws_templates/install_pending_list.hu.tpl -sympa/bin/etc/wws_templates/install_pending_list.it.tpl -sympa/bin/etc/wws_templates/install_pending_list.nl.tpl -sympa/bin/etc/wws_templates/install_pending_list.ro.tpl -sympa/bin/etc/wws_templates/install_pending_list.tpl -sympa/bin/etc/wws_templates/install_pending_list.us.tpl -sympa/bin/etc/wws_templates/list_button_footer.fi.tpl -sympa/bin/etc/wws_templates/list_button_footer.tpl -sympa/bin/etc/wws_templates/list_button_footer.us.tpl -sympa/bin/etc/wws_templates/list_button_header.fi.tpl -sympa/bin/etc/wws_templates/list_button_header.tpl -sympa/bin/etc/wws_templates/list_button_header.us.tpl -sympa/bin/etc/wws_templates/list_menu.cn.tpl -sympa/bin/etc/wws_templates/list_menu.cz.tpl -sympa/bin/etc/wws_templates/list_menu.de.tpl -sympa/bin/etc/wws_templates/list_menu.es.tpl -sympa/bin/etc/wws_templates/list_menu.et.tpl -sympa/bin/etc/wws_templates/list_menu.fi.tpl -sympa/bin/etc/wws_templates/list_menu.fr.tpl -sympa/bin/etc/wws_templates/list_menu.hu.tpl -sympa/bin/etc/wws_templates/list_menu.it.tpl -sympa/bin/etc/wws_templates/list_menu.nl.tpl -sympa/bin/etc/wws_templates/list_menu.ro.tpl -sympa/bin/etc/wws_templates/list_menu.tpl -sympa/bin/etc/wws_templates/list_menu.us.tpl -sympa/bin/etc/wws_templates/lists.cn.tpl -sympa/bin/etc/wws_templates/lists.cz.tpl -sympa/bin/etc/wws_templates/lists.de.tpl -sympa/bin/etc/wws_templates/lists.es.tpl -sympa/bin/etc/wws_templates/lists.et.tpl -sympa/bin/etc/wws_templates/lists.fi.tpl -sympa/bin/etc/wws_templates/lists.fr.tpl -sympa/bin/etc/wws_templates/lists.hu.tpl -sympa/bin/etc/wws_templates/lists.it.tpl -sympa/bin/etc/wws_templates/lists.nl.tpl -sympa/bin/etc/wws_templates/lists.ro.tpl -sympa/bin/etc/wws_templates/lists.tpl -sympa/bin/etc/wws_templates/lists.us.tpl -sympa/bin/etc/wws_templates/login.cn.tpl -sympa/bin/etc/wws_templates/login.de.tpl -sympa/bin/etc/wws_templates/login.es.tpl -sympa/bin/etc/wws_templates/login.et.tpl -sympa/bin/etc/wws_templates/login.fi.tpl -sympa/bin/etc/wws_templates/login.fr.tpl -sympa/bin/etc/wws_templates/login.hu.tpl -sympa/bin/etc/wws_templates/login.nl.tpl -sympa/bin/etc/wws_templates/login.ro.tpl -sympa/bin/etc/wws_templates/login.tpl -sympa/bin/etc/wws_templates/login.us.tpl -sympa/bin/etc/wws_templates/loginbanner.cn.tpl -sympa/bin/etc/wws_templates/loginbanner.cz.tpl -sympa/bin/etc/wws_templates/loginbanner.de.tpl -sympa/bin/etc/wws_templates/loginbanner.es.tpl -sympa/bin/etc/wws_templates/loginbanner.et.tpl -sympa/bin/etc/wws_templates/loginbanner.fi.tpl -sympa/bin/etc/wws_templates/loginbanner.fr.tpl -sympa/bin/etc/wws_templates/loginbanner.hu.tpl -sympa/bin/etc/wws_templates/loginbanner.it.tpl -sympa/bin/etc/wws_templates/loginbanner.nl.tpl -sympa/bin/etc/wws_templates/loginbanner.ro.tpl -sympa/bin/etc/wws_templates/loginbanner.tpl -sympa/bin/etc/wws_templates/loginbanner.us.tpl -sympa/bin/etc/wws_templates/loginrequest.cn.tpl -sympa/bin/etc/wws_templates/loginrequest.cz.tpl -sympa/bin/etc/wws_templates/loginrequest.de.tpl -sympa/bin/etc/wws_templates/loginrequest.es.tpl -sympa/bin/etc/wws_templates/loginrequest.et.tpl -sympa/bin/etc/wws_templates/loginrequest.fi.tpl -sympa/bin/etc/wws_templates/loginrequest.fr.tpl -sympa/bin/etc/wws_templates/loginrequest.hu.tpl -sympa/bin/etc/wws_templates/loginrequest.it.tpl -sympa/bin/etc/wws_templates/loginrequest.ro.tpl -sympa/bin/etc/wws_templates/loginrequest.tpl -sympa/bin/etc/wws_templates/loginrequest.us.tpl -sympa/bin/etc/wws_templates/main.tpl -sympa/bin/etc/wws_templates/main.us.tpl -sympa/bin/etc/wws_templates/menu.cn.tpl -sympa/bin/etc/wws_templates/menu.cz.tpl -sympa/bin/etc/wws_templates/menu.de.tpl -sympa/bin/etc/wws_templates/menu.es.tpl -sympa/bin/etc/wws_templates/menu.et.tpl -sympa/bin/etc/wws_templates/menu.fi.tpl -sympa/bin/etc/wws_templates/menu.fr.tpl -sympa/bin/etc/wws_templates/menu.hu.tpl -sympa/bin/etc/wws_templates/menu.it.tpl -sympa/bin/etc/wws_templates/menu.nl.tpl -sympa/bin/etc/wws_templates/menu.ro.tpl -sympa/bin/etc/wws_templates/menu.tpl -sympa/bin/etc/wws_templates/menu.us.tpl -sympa/bin/etc/wws_templates/modindex.cn.tpl -sympa/bin/etc/wws_templates/modindex.cz.tpl -sympa/bin/etc/wws_templates/modindex.de.tpl -sympa/b
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
State Changed From-To: open->feedback There is a problem in plist: http://regis.goodking.ca:8000/tb/logs/8-araujo/sympa-6.0.5.log
araujo 2010-07-30 11:50:16 UTC FreeBSD ports repository Modified files: mail/sympa Makefile distinfo pkg-plist Added files: mail/sympa/files patch-doc-sample-Makefile.am patch-doc-sample-Makefile.in patch-src-etc-script-sympa.in Removed files: mail/sympa/files patch-Makefile.in patch-check_perl_modules.pl patch-config.sub patch-soap-sympa_soap_server.fcgi patch-src-bouncequeue.c patch-src-etc-script-Makefile patch-src-etc-script-orphan_killer.pl patch-src-etc-script-sympa patch-src-queue.c patch-src-sympa_wizard.pl patch-wwsympa-Makefile patch-wwsympa-wwsympa-wrapper.c patch-wwsympa-wwsympa.fcgi Log: - Update to 6.0.5. - Pass maintainership to submitter. PR: ports/148923 Submitted by: Chris Rees <utisoft@gmail.com> Revision Changes Path 1.22 +29 -18 ports/mail/sympa/Makefile 1.8 +3 -3 ports/mail/sympa/distinfo 1.3 +0 -29 ports/mail/sympa/files/patch-Makefile.in (dead) 1.3 +0 -19 ports/mail/sympa/files/patch-check_perl_modules.pl (dead) 1.2 +0 -11 ports/mail/sympa/files/patch-config.sub (dead) 1.1 +11 -0 ports/mail/sympa/files/patch-doc-sample-Makefile.am (new) 1.1 +90 -0 ports/mail/sympa/files/patch-doc-sample-Makefile.in (new) 1.3 +0 -11 ports/mail/sympa/files/patch-soap-sympa_soap_server.fcgi (dead) 1.2 +0 -35 ports/mail/sympa/files/patch-src-bouncequeue.c (dead) 1.2 +0 -11 ports/mail/sympa/files/patch-src-etc-script-Makefile (dead) 1.3 +0 -11 ports/mail/sympa/files/patch-src-etc-script-orphan_killer.pl (dead) 1.5 +0 -85 ports/mail/sympa/files/patch-src-etc-script-sympa (dead) 1.1 +74 -0 ports/mail/sympa/files/patch-src-etc-script-sympa.in (new) 1.2 +0 -42 ports/mail/sympa/files/patch-src-queue.c (dead) 1.2 +0 -19 ports/mail/sympa/files/patch-src-sympa_wizard.pl (dead) 1.2 +0 -24 ports/mail/sympa/files/patch-wwsympa-Makefile (dead) 1.2 +0 -11 ports/mail/sympa/files/patch-wwsympa-wwsympa-wrapper.c (dead) 1.3 +0 -42 ports/mail/sympa/files/patch-wwsympa-wwsympa.fcgi (dead) 1.9 +535 -1328 ports/mail/sympa/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!