* 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
- Update to the latest version.
Changelog: http://www.dhondt.de/new_calc.htm
- Attempt to make the build reproducible concerning the date in the executable.
- Drop temporarily) the taucs dependency. It brings a secondary dependency
on metis4 which we are not packaging. We will bring taucs back when it
depends on metis5
- Pet portlint.
PR: 234146
Approved by: thierry (mentor)
* CVE-2019-10691: Trying to login with 8bit username containing
invalid UTF8 input causes auth process to crash if auth policy is
enabled. This could be used rather easily to cause a DoS. Similar
crash also happens during mail delivery when using invalid UTF8 in
From or Subject header when OX push notification driver is used.
MFH: 2019Q2
Security: CVE-2019-10691
This plugin provides tools to create and access a Swagger specification file
for a Dancer REST web service.
Overview of Dancer::Plugin::Swagger's features:
* Can create a /swagger.json REST specification file.
* Can auto-discover routes and add them to the swagger file.
* Can provide a Swagger UI version of the swagger documentation.
WWW: https://metacpan.org/pod/Dancer::Plugin::Swagger
PR: 237109
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19919
Lizard (formerly LZ5) is an efficient compressor with very fast
decompression. It achieves compression ratio that is comparable to
zip/zlib and zstd/brotli (at low and medium compression levels) at
decompression speed of 1000 MB/s and faster.
WWW: https://github.com/inikep/lizard
PR: 237310
Submitted by: Hiroki Tagato <tagattie@yandex.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19933
Openbox includes a Python script (openbox-xdg-autostart)
which implements the XDG autostart spec
(https://www.freedesktop.org/wiki/Specifications/autostart-spec/).
The switch of the default Python to 3.6 in ports r498529 broke the script.
The added patch makes the script work again with both Python 2 and 3.
Luckily the only problem was "print" being changed from a keyword
to a regular function.
PR: 237319
Submitted by: Sebastian Schwarz
It otherwise looks like an options helper that appears after
bsd.port.options.mk which will be flagged as a DEV_ERROR after
D19553. Rename LMDB_INCLUDES too for consistency.
The stop command fails because it cannot connect to activemq, so
the rc script currently always kills activemq which might lead to
lost data, database corruption, left-over lock files, etc. Run the
stop command under the activemq user too like the jps command in
activemq_check_pidfile() so that it can actually shutdown activemq.
- While here fix log files location
PR: 207881
Reported by: bwilliamson@bex.net