pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/sympa



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.4 pkgsrc/mail/sympa/MESSAGE
cvs rdiff -u -r1.46 -r1.47 pkgsrc/mail/sympa/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/sympa/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/sympa/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/sympa/files/bulk.sh
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/sympa/patches/patch-aa
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/sympa/patches/patch-ab
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/sympa/patches/patch-ac \
    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.




Home | Main Index | Thread Index | Old Index