Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id B32AD63B86B for ; Mon, 21 May 2012 15:51:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 32E3814A1D4; Mon, 21 May 2012 15:51:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D9F114A1CF for ; Mon, 21 May 2012 15:51:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id d-DwGmyzb_O5 for ; Mon, 21 May 2012 15:51:19 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 45C6D14A1B4 for ; Mon, 21 May 2012 15:51:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CBFCE175DD; Mon, 21 May 2012 15:51:48 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 21 May 2012 15:51:48 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2012Q1] pkgsrc/mail/sympa To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20120521155148.CBFCE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Mon May 21 15:51:48 UTC 2012 Modified Files: pkgsrc/mail/sympa [pkgsrc-2012Q1]: MESSAGE Makefile PLIST distinfo pkgsrc/mail/sympa/patches [pkgsrc-2012Q1]: patch-aa patch-ab patch-ac patch-af Added Files: pkgsrc/mail/sympa/files [pkgsrc-2012Q1]: bulk.sh Removed Files: pkgsrc/mail/sympa/patches [pkgsrc-2012Q1]: patch-ag patch-ah patch-ai patch-aj Log Message: Pullup ticket #3796 - requested by bouyer mail/sympa: security update Revisions pulled up: - mail/sympa/MESSAGE 1.4 - mail/sympa/Makefile 1.47 - mail/sympa/PLIST 1.10 - mail/sympa/distinfo 1.13 - mail/sympa/files/bulk.sh 1.1 - mail/sympa/patches/patch-aa 1.6 - mail/sympa/patches/patch-ab 1.5 - mail/sympa/patches/patch-ac 1.3 - mail/sympa/patches/patch-af 1.3 - mail/sympa/patches/patch-ag deleted - mail/sympa/patches/patch-ah deleted - mail/sympa/patches/patch-ai deleted - mail/sympa/patches/patch-aj deleted --- Module Name: pkgsrc Committed By: bouyer Date: Wed May 16 16:16:46 UTC 2012 Modified Files: pkgsrc/mail/sympa: MESSAGE Makefile PLIST distinfo pkgsrc/mail/sympa/patches: patch-aa patch-ab patch-ac patch-af Added Files: pkgsrc/mail/sympa/files: bulk.sh Removed Files: pkgsrc/mail/sympa/patches: patch-ag patch-ah patch-ai patch-aj Log Message: Update sympa to latest stable release 6.1.11. Lots of changes since the 5.4 series, users are encouraged to read /usr/pkg/share/doc/sympa/NEWS for details. Summary of new features: *** New bulk.pl daemon installed with Sympa. This daemon is dedicated to mail distribution and allows to parallelize this process on a single server as well as on multiple servers. *** [Olivier Lumineau, CRU] Fresh new web CSS for the web interface. *** Replace storage of password with encryption by md5 fingerprint. This make remind password impossible. So now a one time ticket table is created ticket are sent by email as an authentication token. Ticket can be used for lost password, create account, moderation request . It should be generalized to all operation that need a email chalenge. *** New propertie in object message : spam_status . This feature is used in modindex (listing of message waiting for moderation) to show message tagued as spam. 4 new parameters : - antispam_feature default off - antispam_tag_header_name default X-Spam-Status - antispam_tag_header_spam_regexp default ^\s*Yes - antispam_tag_header_ham_regexp default ^\s*No *** DKIM : Sympa now supports DKIM for message diffusion and control. *** web_tt2/Makefile.am, web_tt2/ca.tt2, web_tt2/lca.tt2, wwsympa/wwsympa.fcgi.in: It is now possible to create Custom actions at the list or robot level. These custom actions allow you to create new pages in the Sympa web interface. for now, you can only display informations using this method. any post treatment (such as form submission) must be handled outside of Sympa. See https://www.sympa.org/manual_6.1/customizing#custom_actions for more details. *** [Submitted by J. jourdan] "suspension of membership." The user can suspend his subscription to the lists that he subscribes. For a finite length or not. Added a calendar in javascript to select a date. Also, lots of translastion updates, and bug fixes (including security ones) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.36.1 pkgsrc/mail/sympa/MESSAGE cvs rdiff -u -r1.46 -r1.46.4.1 pkgsrc/mail/sympa/Makefile cvs rdiff -u -r1.9 -r1.9.12.1 pkgsrc/mail/sympa/PLIST cvs rdiff -u -r1.12 -r1.12.8.1 pkgsrc/mail/sympa/distinfo cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/mail/sympa/files/bulk.sh cvs rdiff -u -r1.5 -r1.5.36.1 pkgsrc/mail/sympa/patches/patch-aa cvs rdiff -u -r1.4 -r1.4.36.1 pkgsrc/mail/sympa/patches/patch-ab cvs rdiff -u -r1.2 -r1.2.64.1 pkgsrc/mail/sympa/patches/patch-ac cvs rdiff -u -r1.2 -r1.2.36.1 pkgsrc/mail/sympa/patches/patch-af cvs rdiff -u -r1.1 -r0 pkgsrc/mail/sympa/patches/patch-ag \ pkgsrc/mail/sympa/patches/patch-ah pkgsrc/mail/sympa/patches/patch-aj cvs rdiff -u -r1.2 -r0 pkgsrc/mail/sympa/patches/patch-ai Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.