Path to this page:
./
mail/sympa,
Mailing list manager
Branch: pkgsrc-2014Q4,
Version: 6.1.24,
Package name: sympa-6.1.24,
Maintainer: bouyerSympa 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:[
archivers/p5-Archive-Zip] [
net/p5-SOAP-Lite] [
net/p5-Net] [
misc/p5-Locale-libintl] [
security/p5-Digest-MD5] [
security/p5-IO-Socket-SSL] [
security/p5-Net-SSLeay] [
security/p5-AuthCAS] [
security/p5-Crypt-CipherSaber] [
converters/p5-MIME-Base64] [
databases/p5-DBD-Sybase] [
databases/p5-perl-ldap] [
databases/p5-DBI] [
devel/p5-Term-ProgressBar] [
devel/p5-Net-Netmask] [
devel/p5-IO-stringy] [
lang/perl5] [
mail/p5-MailTools] [
mail/p5-MIME-tools] [
mail/mhonarc] [
mail/p5-Email-Date-Format] [
mail/p5-MIME-Lite-HTML] [
mail/p5-MIME-EncWords] [
sysutils/p5-File-Copy-Recursive] [
textproc/p5-Regexp-Common] [
textproc/p5-Unicode-LineBreak] [
textproc/p5-XML-LibXML] [
time/p5-Time-HiRes] [
www/p5-Template-Toolkit] [
www/p5-HTML-Tree] [
www/p5-HTML-StripScripts-Parser] [
www/p5-FCGI] [
www/p5-libwww] [
www/p5-CGI] [
www/p5-HTML-Format]
Master sites: (Expand)
SHA1: 852327e0d7374e387f087afd336b2751b1dc3d43
RMD160: 6adc850b2c1ac07c80cb0e3beca94878a74e7a4e
Filesize: 7944.548 KB
Version history: (Expand)
- (2015-01-23) Updated to version: sympa-6.1.24
- (2014-12-30) Package added to pkgsrc.se, version sympa-6.1.22 (created)
CVS history: (Expand)
2015-01-22 20:37:20 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4592 - requested by bouyer
mail/sympa: security update
Revisions pulled up:
- mail/sympa/Makefile 1.57
- mail/sympa/PLIST 1.13
- mail/sympa/distinfo 1.16
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Jan 22 12:04:36 UTC 2015
Modified Files:
pkgsrc/mail/sympa: Makefile PLIST distinfo
Log message:
Update to 6.1.24. Changes since 6.1.22:
- wwsympa/wwsympa.fcgi.in: Preventing faulty newsletter sending (security fix)
- src/sympa.pl.in: [Submitted by B. Marchal, univ. Lorraine] the
loop_prevention_regex parameter was never taken into account.
- New scenarios to check DKIM signature
- When the user requests change of password via WWSympa or SympaSOAP, new
password may be checked its strength.
- src/lib/Scenario.pm: Now CustomCondition can set the action to
take (do_it, reject ...) by setting $_, this allows for complex,
single-module CustomConditions.
and various bug fixes
|