* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports.
- Make verify_server_fingerprint() static and fix compiler warning
- While here, re-generate other patches with `make makepatch`
Sponsored by: Rubicon Communications, LLC ("Netgate")
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine
Mailnag is a daemon program that checks POP3 and IMAP servers for new
mail. On mail arrival it performs various actions provided by
plugins. Mailnag comes with a set of desktop-independent default
plugins for visual/sound notifications, script execution etc. and can
be extended with additional plugins easily.
WWW: https://github.com/pulb/mailnag
- Replace deprecated NO_WERROR by MK_WERROR=no
- Tweak pkg-message to mention that dma is also in base [1]
PR: 252045 [1]
Submitted by: Dan Mahoney <freebsd@gushi.org>
Sponsored by: Rubicon Communications, LLC ("Netgate")
2021-01-31 deskutils/orage: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 sysutils/rubygem-chef-config12
2021-01-31 mail/openwebmail: Does not use modern Perl syntax and no development activity since 2006
2021-01-31 sysutils/rubygem-ohai8
2021-01-31 deskutils/xfce4-volumed: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 sysutils/rubygem-chef12: Please use sysutils/rubygem-chef instead
2021-01-31 x11/xfce4-embed-plugin: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 net-p2p/py-transmissionrpc: Unmaintained and dead upstream, use net-p2p/py-transmission-rpc instead
2021-01-31 science/xfce4-equake-plugin: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 sysutils/xfce4-kbdleds-plugin: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 textproc/py-gfm: No longer maintained by upstream, please use textproc/py-cmarkgfm instead
- Update MASTER_SITES to working download location
- Reformat Makefile according to portclippy/portfmt
- For now, ale@ will remain the MAINTAINER
PR: 251953
Reported by: Charles Lecklider <freebsd@charles.lecklider.org>
Reviewed by: osa (mentor)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D28138
The 'when' argument of `make-obsolete' and related functions was recently
made mandatory. [1] Update to pull in an upstream fix to
`define-obsolete-function-alias'. [2]
[1] 32c6732d16
[2] c311dc4d36
Reported by: tcberner
Approved by: portmgr (blanket, build fix)
========
20210116
Feature: when a Postfix program makes a DNS query that
requests DNSSEC validation (usually for Postfix DANE support)
but the DNS response is not DNSSEC validated, Postfix will
send a DNS query configured with the "dnssec_probe" parameter
to determine if DNSSEC support is available, and logs a
warning if it is not. By default, the probe has type "ns"
and domain name ".". The probe is sent once per process
lifetime. Files: dns/dns.h, dns/dns_lookup.c, dns/dns_sec.c,
test_dns_lookup.c, global/mail_params.[hc], mantools/postlink.
The makedefs script no longer disables DNSSEC when Postfix
is built with libc-musl. Instead Postfix will rely on the
new dnssec_probe feature, and will log a warning when Postfix
requests DNSSEC validation, but the infrastructure does not
validate DNSSEC signatures. File: makedefs.
The default "smtp_tls_dane_insecure_mx_policy = dane" was
causing unnecessary dnssec_probe activity. The default is now
"dane" when smtp_tls_security_level is "dane", otherwise it is
"may". File: global/mail_params.h.