- 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
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
* 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
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
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
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
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
* 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)
- 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
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
PR: ports/175966
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
While here, convert the make.conf knobs to OPTIONSng.
The DB_TYPE compatibility shim will remain for a few versions, but it should
be changed to OPTIONS_SET=[db-type as described in the OPTION] now.