* Minimum required PHP version is now 5.4
* Removed support for magic_quotes_gpc, as get_magic_quotes_gpc()
was deprecated in PHP 7.4 and the functionality itself was disabled
since PHP 5.4 (https://github.com/pear/HTML_QuickForm2/issues/3)
* HTML_QuickForm2_Element_Date::setValue() will now accept an instance of
DateTimeInterface, not only DateTime
Approved by: miwi (maintainer - implicit)
Sponsored by: Netzkommune GmbH
Changes since 8.2.33:
-- Noteworthy changes in version 8.2.34 (2020-11-01)
* Re-implement backwards compatibility mode for old ircd-hybrid 8.2.23 and below.
Final removal is scheduled for early 2021.
* For consistency, the `general::network_desc` configuration directive has been
renamed to `general::network_description`
* Server notices that previously have been sent to user modes +f and +u are now
sent to user mode +j (reject notices) instead. Due to this change, `unauth` and
`full` have been removed from eneral::oper_only_umodes`, `general::oper_umodes`,
and `operator::umodes`.
* User mode +b has been replaced with +f (flood). Spam/flood notices are now sent
to this user mode. For this, `bots` has been removed from
`general::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`.
`flood` has been added instead to these configuration directives.
* Stricten server/user ID validation. IDs have to be all uppercase everywhere now.
* For a full list of all changes in this release, see <https://git.io/JT7UH>
It throws warnings because its syntax is dated, and there are several
alternatives. Most other distributions no longer include openwebmail.
Try mail/roundcube instead for a modern and high-quality experience.
PR: ports/242729
The update from 1.5.9 to 1.5.14 brings many bug fixes, enhancements and some new features[1].
[1] https://github.com/fabiolb/fabio/releases/
PR: 249219
Submitted by: Gian-Simon Purkert <gspurki@gmail.com>
Approved by: tcberner (mentor), Scott Larson (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D27105
Update mail/fetchmail{,conf} to 6.4.13 and fix rc script to work correctly
when root's shell does not include /usr/local/bin in $PATH.
mail/fetchmail passes 'poudriere testport' on both i386 and amd64 under
11.4 and 12.1 for the following configurations:
- Default settings
- Default settings, build as non-root
- ssl=base, GSSAPI_MIT
- ssl=base, GSSAPI_NONE
- ssl=openssl
- ssl=openssl with SSL2 and SSL3 disabled
- ssl=openssl, GSSAPI_NONE
- ssl=libressl
- ssl=libressl, GSSAPI_NONE
mail/fetchmailconf passes 'poudriere testport' on both i386 and amd64 under
11.4 and 12.1 with default settings
Additionally, passes bulk -tC on 12.1-arm64.
PR: 250925 [1]
Submitted by: Corey Halpin (maintainer)
PR: 250691 [2, comments #14, #15]
Reported by: Brian Biskeborn [2], Andrey Kiryanov [2]
This only brings one fix for arm builtins (and two testsuite backports).
Also remove SSP_UNSAFE which was added by r327697 in 2013 to the
pre-pre-...-predecessor of this port and does not appear necessary
any longer.
- Merge changes made to unrar up to version 5.5.6.
- Support PHP 7.2, PHP 7.3 and PHP 7.4.
- Update to unrar 5.9.4
- Fix bug #76592: streaming unpacking of uncompressed files incomplete
Sponsored by: Netzkommune GmbH