head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.28 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.26 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.24 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.22 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.20 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.18 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.16 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.14 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.12 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.10 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.8 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.6 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.4 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.2 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.3.0.16 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.14 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.12 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.10 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.8 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.6 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.1.1.0.10 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.8 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.6 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.4 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.2 netbsd-1-6-1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2007.03.28.20.51.10; author bouyer; state dead; branches; next 1.3; 1.3 date 2005.02.15.22.45.54; author seb; state Exp; branches; next 1.2; 1.2 date 2004.09.26.20.13.34; author seb; state dead; branches 1.2.2.1; next 1.1; 1.1 date 2003.01.22.15.56.33; author manu; state Exp; branches 1.1.1.1; next ; 1.2.2.1 date 2005.02.15.23.05.53; author snj; state Exp; branches; next ; 1.1.1.1 date 2003.01.22.15.56.33; author manu; state Exp; branches; next ; desc @@ 1.4 log @Update sympa to 5.2.4. Should fix pkg/36007 as a side effect. Main changes since 4.1.2: Full virtual robot support ; you can now create 2 lists with the same name in different virtual robots Message topics : list messages can be tagged with topics. List owner defines a set of topics for the list. List members can select topics and only receive related messages. Sympa is now VERP enabled new return_path_suffix parameter in sympa.conf new 'digest_max_size' list parameter. If a digest exceeds this limit, then multiple messages are sent. New set of web templates, CSS and XHTML compatible. RSS channels are providing the following features : * latest messages in list archives * latest documents in web repository * latest created mailing lists * most active mailing lists Also, lots of other small features, translations and bug fixes. @ text @$NetBSD: patch-ad,v 1.3 2005/02/15 22:45:54 seb Exp $ --- src/bouncequeue.c.orig 2003-10-07 12:04:47.000000000 +0000 +++ src/bouncequeue.c @@@@ -30,6 +30,11 @@@@ 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 @@@@ -97,7 +102,7 @@@@ main(int argn, char **argv) 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); @ 1.3 log @Apply security fixes for CAN-2005-0073. Patches obtained from Sympa's CVS repository via Sympa's homepage. Bump PKGREVISION to 2. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to version 4.1.2 Too many changes and bugfixes to list here, see installed file ${PREFIX}/share/doc/sympa/NEWS. Highlights of package changes: use regular PREFIX, pervasive use of bsd.pkg.install.mk framework, add dependencies on mhonarc package and openssl, use bsd.options.mk framework to select MySQL or PostgreSQL support, introduce SYMPA_VARBASE to select "/var" directory (defaults to ${VARBASE}/sympa). Take stewardship with previous maintainer blessing. XXX Better startup script(s) than the ones I use should be provided, so I'm not including them in this package. @ text @d1 25 a25 16 $NetBSD: patch-ad,v 1.1 2003/01/22 15:56:33 manu Exp $ --- src/etc/script/create_db.Pg.orig Wed Jan 22 16:09:38 2003 +++ src/etc/script/create_db.Pg Wed Jan 22 16:17:33 2003 @@@@ -18,10 +18,10 @@@@ DROP TABLE subscriber_table; CREATE TABLE subscriber_table ( list_subscriber varchar (50) NOT NULL, user_subscriber varchar (100) NOT NULL, - date_subscriber datetime NOT NULL, - update_subscriber datetime, + date_subscriber timestamp with time zone NOT NULL, + update_subscriber timestamp with time zone, visibility_subscriber varchar (20), reception_subscriber varchar (20), bounce_subscriber varchar (35), comment_subscriber varchar (150), @ 1.2.2.1 log @Pullup ticket 291 - requested by Stoned Elipot security fix for sympa Revisions pulled up: - pkgsrc/mail/sympa/Makefile 1.12 - pkgsrc/mail/sympa/distinfo 1.5 - pkgsrc/mail/sympa/patches/patch-ad 1.3 - pkgsrc/mail/sympa/patches/patch-ae 1.3 Module Name: pkgsrc Committed By: seb Date: Tue Feb 15 22:45:54 UTC 2005 Modified Files: pkgsrc/mail/sympa: Makefile distinfo Added Files: pkgsrc/mail/sympa/patches: patch-ad patch-ae Log Message: Apply security fixes for CAN-2005-0073. Patches obtained from Sympa's CVS repository via Sympa's homepage. Bump PKGREVISION to 2. @ text @d1 16 a16 25 $NetBSD: patch-ad,v 1.3 2005/02/15 22:45:54 seb Exp $ --- src/bouncequeue.c.orig 2003-10-07 12:04:47.000000000 +0000 +++ src/bouncequeue.c @@@@ -30,6 +30,11 @@@@ 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 @@@@ -97,7 +102,7 @@@@ main(int argn, char **argv) 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); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Sympa is a mailing list manager with a web interface for users and admins @ text @@