./mail/sympa, Mailing list manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 6.1.11, Package name: sympa-6.1.11, Maintainer: bouyer

Sympa is a mailing-list manager. As such, its goal is to automate all
mailing-list operation such as subscription with automatic authentication,
unsubscription, but also archiving message, sending digests on a regular
basis, expiration of addresses, and so on.

Sympa is developped by the CRU (French Universities Network Committee) ;
it is distributed under the terms of the GNU General Public License
Version 2.

Sympa is designed to be highly customizable, easy to manage and efficient.
Sympa is therefore a nice solution for managing small intranet mailing
lists as well as very large ISP mailing list services.


Required to run:
[security/p5-IO-Socket-SSL] [security/p5-Crypt-CipherSaber] [security/p5-Digest-MD5] [security/p5-Net-SSLeay] [time/p5-Time-HiRes] [lang/perl5] [mail/p5-MIME-EncWords] [mail/p5-Email-Date-Format] [mail/mhonarc] [mail/p5-MIME-Lite-HTML] [mail/p5-MIME-tools] [mail/p5-MailTools] [www/p5-HTML-Tree] [www/p5-CGI] [www/p5-HTML-StripScripts-Parser] [www/p5-HTML-Format] [www/p5-Template-Toolkit] [www/p5-libwww] [www/p5-FCGI] [converters/p5-MIME-Base64] [archivers/p5-Archive-Zip] [databases/p5-DBD-Sybase] [databases/p5-DBI] [databases/p5-perl-ldap] [devel/p5-IO-stringy] [devel/p5-Net-Netmask] [devel/p5-Term-ProgressBar] [net/p5-SOAP-Lite] [net/p5-Net] [sysutils/p5-File-Copy-Recursive] [textproc/p5-Regexp-Common] [textproc/p5-XML-LibXML] [misc/p5-Locale-libintl]

Required to build:
[devel/gmake]

Master sites: (Expand)

SHA1: c4a175ad4af894262d83d39cfc148e0037d883e9
RMD160: 4398d67353b2c6460b86892afa0bd417498eff9c
Filesize: 7370.376 KB

Version history: (Expand)


CVS history: (Expand)


   2012-05-21 17:51:48 by Matthias Scheler | Files touched by this commit (13) | Package updated
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)