| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream Changes:
Full list here: https://github.com/sympa-community/sympa/blob/6.2.76/NEWS.md
Many bugs fixed, including
* Bulk moderation of messages is broken
* Broken "distribute" confirmation
* LISTNAME-request@DOMAIN aliases are not supported
* Bug in custom_subject rendering
* [CVE-2024-55919] Improper input validation on generic SSO login
* DKIM signing and ARC sealing order is reversed
* WWSynmpa: do_distribute: Confirmation was not always performed
* WWSympa: Fixes for Sympa Accessibility Issues
* Display name in From: header field should be quoted / unquoted appropriately
* Meaningful error message should be shown for unauthenticated user if privileges are required
* DKIM: i= tag may not match in some auto-generated messages
* The length of boundary lines in multipart messages could exceed 70 octets
* Setting invite sender as From: field should be avoided
* WWSympa: Uploaded file names in UTF-8 were garbled
* [moderation] Show message content when clicking on its object
* PostgreSQL/SQLite: Sympa tries creating temporary views in databases unnecessarily
* From: header sanitation fails with brackets and Umlauts: Bug in MIME-EncWords
* Stop "do_distribute" actions from Web interface from generating backscatter emails to sympa-request alias
* Fix cross-robot list inclusion
* DKIM signatures in outgoing messages are no longer removed
Enhancements
* WWSympa: Invitations via the Sympa website
* WWSympa: Detect web crawlers
* Support for LDAP paged queries and dereferenced responses
* Overall statistics panel
* Add .eml extension to archives files
* Improve diagnostic messages in the DSNs generated by Sympa
* Allow "custom_subject" to be at the beginning of the subject
While here fix various port bugs [1]
PR: 283921, 275715 [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
thread on the amavis-users mailing list has a very good summary [2] from
the author of DBD:MariaDB.
This includes ideas and suggestions from vvd and mat. Thanks!
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17
[2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html
PR: 275100, 277889
Reviewed by: vvd, mat
Fixes: cd16748194e2
Differential Revision: https://reviews.freebsd.org/D44662
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- change maintainer email to maintainer's new address
many fixes and improvements, including:
- ARC fixes
- WWSympa: New "cgi" authentication simply using credentials provided by HTTP server
- Use DSN for the message to notify moderation
- RFC 8058 One-Click Unsubscribe
- Delete user account completely
Changelog: https://www.sympa.community/2023/06/01/sympa-6272-released.html
PR: 274767
|
|
|
|
|
|
|
|
|
| |
* Many bugfixes
* Deprecate sympa_wizard.pl
Changelog: https://github.com/sympa-community/sympa/releases/tag/6.2.70
PR: 270061
|
|
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <info@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Wittig <alexander@wittig.name>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexey V. Degtyarev
* Alexey V. Degtyarev <alexey@renatasystems.org>
* Ali Mashtizadeh <ali@mashtizadeh.org>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrea Venturoli <freebsd@netfence.it>
* Andrew J. Caines <A.J.Caines@halplant.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Stevenson <andrew@ugh.net.au>
* Andrey Slusar <anray@FreeBSD.org>
* Andrey V. Pevnev <andrey@mgul.ac.ru>
* Andrey Zakhvatov
* Andy Gilligan
* Anthony Kim
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Lysenok <bart@tapolsky.net.ua>
* Anton Yuzhaninov <citrin@rambler-co.ru>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Autrijus Tang <autrijus@autrijus.org>
* Axel Steiner <ast@treibsand.com>
* Ben Smithurst <ben@FreeBSD.org>
* Bernard Spil <brnrd@FreeBSD.org>
* Bernard Spil <brnrd@freebsd.org>
* Bill Brinzer <bill.brinzer@gmail.com>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chifeng QU <chifeng@gmail.com>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Piazza <cpiazza@FreeBSD.org>
* Christer Edwards <christer.edwards@gmail.com>
* Christian Laursen <xi@borderworlds.dk>
* Christopher Elkins <chrise@scardini.com>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Craig Leres <leres@FreeBSD.org>
* Cyril Guibourg
* CyrilM <cyrilm@tower.pp.ru>
* Dan Langille <dvl@FreeBSD.org>
* Daniel Roethlisberger <daniel@roe.ch>
* Dario Freni <saturnero@gufi.org>
* Darren Pilgrim <ports.maintainer@evilphi.com>
* DarwinSurvivor <darwinsurvivor@gmail.com>
* David Bushong <david+ports@bushong.net>
* David O'Brien (obrien@NUXI.com)
* David Siebörger <drs@rucus.ru.ac.za>
* Dean Hollister <dean@odyssey.apana.org.au>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dominic Marks <dom@wirespeed.org.uk>
* Eivind Eklund <eivind@FreeBSD.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Vadot <manu@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene M. Kim <ab@astralblue.net>
* Fukang Chen <loader@FreeBSD.org>
* Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
* Gea-Suan Lin <gslin@gslin.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerhard Gonter <g.gonter@ieee.org>
* Gerrit Beine <gerrit.beine@gmx.de>
* Giel van Schijndel <me@mortis.eu>
* Glen Barber <gjb@FreeBSD.org>
* Glenn Johnson <gljohns@bellsouth.net>
* Gregory Sutter <gsutter@zer0.org>
* Gustau Perez <gustau.perez@gmail.com>
* Guy Antony Halse <guy@rucus.ru.za.za>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Harry Newton
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Hsin-Han You <hhyou@cs.nctu.edu.tw>
* Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
* Issei Suzuki <issei@jp.FreeBSD.org>
* J.R. Oldroyd <fbsd@opal.com>
* Jaap Akkerhuis <jaap@NLnetLabs.nl>
* James FitzGibbon <jfitz@FreeBSD.org>
* James Raftery <james@now.ie>
* Jan-Peter Koopmann <j.koopmann@seceidos.de>
* Janne Snabb <snabb@epipe.com>
* Jean Milanez Melo <jmelo@FreeBSD.org>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeremy Norris <ishmael27@home.com>
* Jim Mock <jim@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Oxley <john@yoafrica.com>
* John Prather
* Josh Gilliam <josh@quick.net>
* Jun-ichiro Hagino <itojun@itojun.org>
* Justin Stanford <jus@security.za.net>
* KIMURA Yasuhiro <yasu@utahime.org>
* Kay Abendroth <kay.abendroth@raxion.net>
* Keith Gaughan <k@stereochro.me>
* Kelly Yancey <kbyanc@FreeBSD.org>
* Kevin Golding <ports@caomhin.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
* Konstantinos Konstantinidis <kkonstan@daemon.gr>
* Koop Mast <kwm@FreeBSD.org>
* Krzysztof Stryjek <ports@bsdserwis.com>
* Larry Rosenman <ler@FreeBSD.org>
* Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lasse L. Johnsen (lasse@freebsdcluster.org)
* Lefteris Chatzibarbas <lefcha@hellug.gr>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* Marcelo Araujo <araujobsd@gmail.com>
* Marco Broeder <marco.broeder@posteo.eu>
* Marcus Alves Grando <mnag@FreeBSD.org>
* Marijn Meijles <marijn@stack.nl>
* Mario S F Ferreira <lioux@FreeBSD.org>
* Mario S F Ferreira <lioux@linf.unb.br>
* Mario S F Ferreira <lioux@linf.unb.br> # Created by Matthias Andree
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Starovoytov <mark_sf@kikg.ifmo.ru>
* Martin Blapp
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org>
* Martti Kuparinen <martti.kuparinen@ericsson.com>
* Masafumi NAKANE <max@FreeBSD.org>
* Masafumi Otsune <info@otsune.com>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Matt Emmerton <matt@gsicomp.on.ca>
* Matthew Luckie <mjl@luckie.org.nz>
* Matthew N. Dodd <mdodd@FreeBSD.org>
* Matthew Seaman
* Matthew Seaman <matthew@FreeBSD.org>
* Matthias Andree <mandree@FreeBSD.org>
* Matthias Andree <matthias.andree@gmx.de>
* Matthias Fechner <mfechner@FreeBSD.org>
* Max Laier <max@love2party.net>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Maxim Tulyuk <mt@primats.org.ua>
* Meno Abels <meno.abels@adviser.com>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael Ranner <michael@ranner.eu>
* Miguel Mendez <flynn@energyhq.es.eu.org>
* Mij <mij@bitchx.it>
* Mikhail T. (m.tsatsenko@gmail.com)
* Mikhail Teterin
* Miroslav Lachman
* Mohammad S. Babaei <info@babaei.net>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Nagy, Attila <bra@fsn.hu>
* Nate Underwood <natey@natey.com>
* Neil Blakey-Milner
* Neil Blakey-Milner <nbm@FreeBSD.org>
* Neil Blakey-Milner <nbm@rucus.ru.ac.za>
* Neil Darlow <neil@darlow.co.uk>
* Nemo Liu <nemoliu@FreeBSD.org>
* Netherby <netherby@dancingfortune.com>
* Nick Hilliard <nick@foobar.org>
* Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* Oliver Braun
* Oliver Braun <obraun@FreeBSD.org>
* Oliver Eikemeier
* Oliver Eikemeier <eik@FreeBSD.org>
* Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Girard <Olivier.Girard@univ-angers.fr>
* Omer Faruk Sen <ofsen@enderunix.org>
* Ozkan KIRIK <ozkan@enderunix.org>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <c0rn@o2.pl>
* Pawel Pekala <pawel@FreeBSD.org>
* Pawel Pekala <pawel@freebsd.org>
* Pete Fritchman <petef@databits.net >
* Peter Hollaubek <fifteen@inext.hu>
* Peter Kieser <peter@kieser.ca>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Wemm <peter@FreeBSD.org>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* R.I.Pienaar <rip@devco.net>
* Radim Kolar
* RicardoSSP <ricardo.katz@gmail.com>
* Rob Evers <rob@debank.tv>
* Robert Felber <robtone@ek-muc.de>
* Robert Nelson <robertn@the-nelsons.org>
* Romain Tartiere <romain@blogreen.org>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sahil Tandon <sahil@tandon.net>
* Satoru Suzuki <xsuzu@yokohama.riken.jp>
* Scott Blachowicz <scott+ports@sabami.seaslug.org>
* Scott Lambert <lambert@lambertfam.org>
* Sean Chittenden <seanc@FreeBSD.org>
* Sergei Kolobov <sergei@FreeBSD.org>
* Sergei Kolobov <sergei@kolobov.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Samoyloff <gonza@techline.ru>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shaun Amott <shaun@FreeBSD.org>
* Sheldon Hearn <sheldonh@FreeBSD.org>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Barner <barner@in.tum.de>
* Simon Dick <simond@irrelevant.org>
* Stefan A. Deutscher (sad@mailaps.org)
* Stefan Bethke <stb@lassitu.de>
* Stephen Roznowski <sjr1@flash.net>
* Stephon Chen <stephon@pixnet.tw>
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@f2o.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sylvio Cesar <sylvio@FreeBSD.org>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* Talal Al-Dik <tad@vif.com>
* Ted Faber <faber@isi.edu>
* Terry Sposato
* The Anarcat <anarcat@anarcat.ath.cx>
* Thierry Thomas (<thierry@pompo.net>)
* Thomas Abthorpe <thomas@goodking.ca>
* Thomas Gellekum <tg@FreeBSD.org>
* Thomas Lotterer <thomas.lotterer@cw.com>
* Thomas Seck <tmseck@netcologne.de>
* Tim Bishop <tim@bishnet.net>
* Tom Hukins <tom@eborcom.com>
* Tom Judge <tj@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomasz Paszkowski <ns88@k.pl>
* Torsten Blum <torstenb@FreeBSD.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Trish Lynch <trish@bsdunix.net>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Tuc <freebsd-ports@t-b-o-h.net>
* Udo Schweigert
* Udo Schweigert <ust@cert.siemens.de>
* Uffe Jakobsen <uffe@uffe.org>
* Victor Balada Diaz <victor@bsdes.net>
* Vidar Karlsen <vidar@karlsen.tech>
* Ville Eerola <ve@sci.fi>
* Vivek Khera <vivek@khera.org>
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* Vsevolod Lobko <seva@sevasoft.kiev.ua>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Wei-chun Chao
* Wen Heping <wen@FreeBSD.org>
* Will Andrews <will@FreeBSD.org>
* Xavier Beaudouin <kiwi@oav.net>
* Yarema <yds@CoolRat.org>
* Yasuhiro KIMURA <yasu@utahime.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Yen-Ming Lee <leeym@leeym.com>
* Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
* Yoshisato YANAGISAWA
* Zak Johnson <zakj@nox.cx>
* Zane C. Bowers
* Zeus Panchenko <zeus@gnu.org.ua>
* Zhen REN <bg1tpt@gmail.com>
* ache
* ache@FreeBSD.org
* arensb@ooblick.com
* bremner@unb.ca
* brett@peloton.physics.montana.edu
* bsam
* chinsan
* chris
* chris@shagged.org
* clive
* clsung
* clsung@dragon2.net
* dchapes@zeus.leitch.com
* delphij@FreeBSD.org
* delphij@FreeBSD.org.cn
* dhagan@cs.vt.edu
* dliakh
* dlowe
* dm
* eivind
* fluffy
* gahr
* gmarco@scotty.masternet.it
* gmc@sonologic.nl
* ijliao
* ismail@enderunix.org
* itojun@itojun.org
* janos.mohacsi@bsd.hu
* johnpupu <johnpupu@gmail.com>
* kaz
* krion
* liamfoy@sepulcrum.org
* markm@FreeBSD.org
* matusita@FreeBSD.org
* mich@freebsdcluster.org
* mwest@uct.ac.za
* n_hibma@qubesoft.com
* nbm
* nork@FreeBSD.org
* ofsen@enderunix.org
* pat
* petef
* petef@FreeBSD.org
* pst
* punkt.de Hosting Team <mops@punkt.de>
* rea@FreeBSD.org
* roam@FreeBSD.org
* sheldonh@FreeBSD.org
* shigeri <shigeri@m10.alpha-net.ne.jp>
* snowchyld
* tobez@tobez.org
* torstenb
* trevor
* v.velox@vvelox.net
* vanilla
* will
* wolpert
With hat: portmgr
|
|
|
|
|
|
|
|
| |
- Cosmetics changes: pet portclippy and portfmt
ChangeLog: https://github.com/sympa-community/sympa/blob/6.2.68/NEWS.md
PR: 262276
|
|
|
|
|
|
|
|
|
| |
Changes: https://sympa-community.github.io/security/2021-001.html
PR: 255455
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2021Q2 (security blanket)
Security: 31a7ffb1-a80a-11eb-b159-f8b156c2bfe9
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix SOAP interface vulnerability
https://github.com/sympa-community/sympa/issues/1041
PR: 252464
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2021Q1
Relnotes: https://github.com/sympa-community/sympa/releases/tag/6.2.60
Security: CVE-2020-29668
Notes:
svn path=/head/; revision=560539
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While creating a package of sympa the configure script searches for the path of postmap and if it is not found, it falls back to standard path /usr/sbin/postmap
As the correct path is required, that postfix integration will not work like it is described here:
https://sympa-community.github.io/manual/install/configure-mail-server-postfix.html
adding postfix as a build dependency ensures that the correct path for postmap is detected and the file /usr/local/libexec/sympa/sympa_newaliases.pl will have the correct path.
PR: 251143
Approved by: dgeo@centrale-marseille.fr (maintainer)
Notes:
svn path=/head/; revision=556321
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- No owner defined in a list is no longer treated as error_config
- little bugfixes
Changelog: https://github.com/sympa-community/sympa/blob/6.2.58/NEWS.md
PR: 250973
Submitted by: dgeo@centrale-marseille.fr (maintainer)
Reviewed by: fernape@
Approved by: dgeo@centrale-marseille.fr (maintainer)
Notes:
svn path=/head/; revision=555113
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy
Notes:
svn path=/head/; revision=540492
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- A vulnerability has been discovered in Sympa web interface by
which attacker can execute arbitrary code with root privileges.
PR: 246701
Submitted by: William F. Dudley Jr. <wfdudley@gmail.com>
Approved by: dgeo@centrale-marseille.fr (maintainer)
MFH: 2020Q2
Relnotes: https://github.com/sympa-community/sympa/releases/tag/6.2.56
Security: CVE-2020-10936
https://sympa-community.github.io/security/2020-002.html
https://github.com/sympa-community/sympa/issues/943
Notes:
svn path=/head/; revision=536696
|
|
|
|
| |
Notes:
svn path=/head/; revision=536694
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 245672
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2020Q2
Relnotes: https://github.com/sympa-community/sympa/blob/6.2.54/NEWS.md
Security: CVE-2020-9369
Notes:
svn path=/head/; revision=531958
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Some scenarios and list creation templates for "intranet" use
cases were made optional: They have been moved into samples/
- See also "upgrading notes" for details:
https://sympa-community.github.io/manual/upgrade/notes.html
There are special instructions when upgrading from 6.2.50 but
this version did not hit the ports tree.
PR: 243050
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Relnotes: https://github.com/sympa-community/sympa/releases/tag/6.2.52
Notes:
svn path=/head/; revision=523732
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog since 6.2.42:
* Indentation of web templates are corrected. Though this change will not
affect functionality, administrators might have to apply their
customization to the new templates again.
* WWSympa: TLS client authentication: Now it gets rfc822Name in X.509v3
subjectAltName, otherwise emailAddress attribute in subject DN. Note
that earlier efforts getting attribute such as MAIL, Email in subject DN
are no longer supported.
* ARC: Now Mail-DKIM 0.55 or better is required for ARC support.
* WWSympa: Admin function to bulk unsubscribe which has been provided by
6.1.x was restored
Fixed bugs:
* "Use of uninitialized value $salt" on --import
* Improve handling of missing sympa/web_tt2 during upgrade
Merged pull requests:
* Support Test::Compile 2.0.0
* Remove all unneeded files from foundation-icons directory
PR: 238784
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Reported by: Daniel <d.stoye@cms.hu-berlin.de>
MFH: 2019Q3
Notes:
svn path=/head/; revision=507352
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Introduce new option for SQLite support
* Modernize the options regarding the database types
* Define MYSQL and FASTCGI as new default options
While I'm here:
* Fix the license and add the location to the license file
* Convert the usage to GH_TUPLE to USE_GITHUB/GH_ACCOUNT as GH_TUPLE is not
meant for the default distribution file
* Remove no longer required CONFLICTS because mail/sympa5 has been removed
from the Ports tree in 2012
* Remove SUB_LIST because the variables are no longer referenced in one of
the files defined in SUB_FILES
* Sort variables a bit to place them to their intended locations
Changelog since 6.2.36:
* Built-in authentication: RC4 reversible encryption of password storage in
database was dropped.
* Format of session cookie was changed. Session cookies generated with
earlier releases will be invalidated.
* Authorization scenarios: The "default" scenario files named *.default
(regular file or symbolic link) are no longer available.
* Files for message footer and header were renamed to message_footer and
message_header.
* WWSympa: LDAP authentication will no longer perform search operation
twice. Now it retrieves entry for the user by a search operation at once,
then checks if account is available by a bind operation.
* WWSympa: Feature of sympa_altemails cookie was removed.
alternative_email_attribute parameter in auth.conf was deprecated.
* Primary auth.conf, crawlers_detection.conf and trusted_applications.conf
will be used by non-primary domains by default. Previously primary ones
were omitted.
* Tasks: Task files will be put in tasks subdirectory. Previously they were
put in global_task_models or list_task_models subdirectory. Older task
files will be automatically copied to new places during upgrading process.
* Oracle Database: There is a change on usage of db_host parameter.
* WWSympa: Login form was refactored. Some templates including
web_tt2/login.tt2 and web_tt2/login_menu.tt2 were changed.
* Now the lists with bounce addresses can not be created. Addresses with
local part "bounce" or prefix "bounce+" are used for bounce management and
should not be used as list addresses.
Implemented enhancements:
* Refactoring on mail templates
* Feature request: add a "global" mail signature
* Adding ARC support
Fixed bugs:
* SSO session refresh won't reset WWSympa's session
* Long email addresses in system messages might be folded
* Moderation process on the lists with obsoleted parameter host fails
* File extension may contain spaces by using gettext_strftime()
* WWSympa: Loading home page takes long time
* WWSympa: Older CSS files would be cleared
Closed issues:
* Bug in logic. Password is in md5 format, not rehashing
Merged pull requests:
* Allow to use Gitlab CI
https://github.com/sympa-community/sympa/blob/6.2.42/NEWS.md
PR: 237108
Submitted by: Geoffroy Desvernay (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19929
Notes:
svn path=/head/; revision=499282
|
|
|
|
|
|
|
|
| |
PR: 232334
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes:
svn path=/head/; revision=482395
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479407
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
| |
PR: 230662
Sponsored by: iXsystems Inc.
Notes:
svn path=/head/; revision=477348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
Notes:
svn path=/head/; revision=474242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
A vulnerability has been discovered in Sympa web interface that
allows write access to files on the server filesystem.
This flaw allows to create or modify any file writable by the Sympa
user, located on the server filesystem, using the function of Sympa
web interface template file saving.
PR: 227642
Submitted by: maintainer
Notes:
svn path=/head/; revision=470654
|
|
|
|
|
|
|
|
| |
PR: 227258
Submitted by: dgeo@centrale-marseille.fr(maintainer)
Notes:
svn path=/head/; revision=466641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix more shebangs
Changelog: https://github.com/sympa-community/sympa/blob/6.2.24/NEWS.md
PR: 224502
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13575
Notes:
svn path=/head/; revision=457128
|
|
|
|
|
|
|
|
|
|
| |
...because it fails to build without NLS
PR: 223963
Approved by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes:
svn path=/head/; revision=455525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Please note:
- Web's static dirs have moved to a single dedicated directory.
- Users should review webserver's /static configuration (examples in
share/examples/sympa).
PR: 223793
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Relnotes: https://github.com/sympa-community/sympa/blob/6.2.22/NEWS.md
Notes:
svn path=/head/; revision=454918
|
|
|
|
|
|
|
|
|
|
| |
PR: 220833
Submitted by: mat and maintainer
MFH: 2017Q3
Sponsored by: Absolight
Notes:
svn path=/head/; revision=446152
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
With hat: perl
Notes:
svn path=/head/; revision=444343
|
|
|
|
| |
Notes:
svn path=/head/; revision=435644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.
The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424560
|
|
|
|
|
|
|
|
| |
PR: 211155
Submitted by: maintainer
Notes:
svn path=/head/; revision=418650
|
|
|
|
|
|
|
|
|
|
|
| |
- Bugfix release
PR: 209667
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2016Q2
Notes:
svn path=/head/; revision=415714
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
| |
PR: 207539
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes:
svn path=/head/; revision=409695
|
|
|
|
|
|
|
|
| |
PR: 204526
Submitted by: maintainer
Notes:
svn path=/head/; revision=401691
|
|
|
|
|
|
|
|
|
| |
PR: 203209
Submitted by: maintainer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=399354
|
|
|
|
|
|
|
|
|
| |
PR: 203209
Submitted by: maintainer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=399341
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=388687
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Current sympa.rc not show the correct status, always active. grep
with pid string also process.
* The output of ps depends on the windows size. Sometime truncated
/usr/local/libexec/sympa/task_manager.pl -w for avoid it.
* Change ps options to BSD-sytle.
PR: 199145
Submitted by: Igor Zabelin <igorz@yandex.ru>
Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes:
svn path=/head/; revision=385235
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=384698
|
|
|
|
|
|
|
|
|
|
| |
PR: 198508
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by: bdrewery (mentor)
MFH: yes
Notes:
svn path=/head/; revision=381161
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add Net::DNS as stated in changelog for 6.1.21
Also changed in plist:
- @dirrm(try) to @dir to make portlint happy.
- removed @owner for libexec/sympa/*: sympa doesn't need write privileges here (do it ?)
- changed broken ${CHOWN} from Makefile to "@owner" in plist for %%DATADIR%%/{list_data,bounce,arc} (owned by sympa:sympa for real)
Pass maintainership to submitter (thanks a lot!)
PR: ports/193522
Submitted by: Geoffroy Desvernay
Notes:
svn path=/head/; revision=374954
|