mairix: update to 0.24
NEW IN VERSION 0.24
===================
* Support fancy Content-Disposition
* RFC5987-compliant headers
* Support for remote IMAP folders
* Fix string overrun bugs in nvp.c
* Option to follow symlinks to mboxes in rc file
* Minor parsing improvements, documentation fixes, and small bug repairs.
NEW IN VERSION 0.23
===================
* Allow '=' in message-id search for RFC2822 conformance
* Add the option -H to force hardlinks
* Skip .gitignore files
* Do not interpret special characters [~,/=^] in Message-ID queries
* Fix faultly mbox message separators
* Improve reporting of unparsed MIME headers & remove code duplication
[38 lines not shown]
nss: the previous commit was an unintended update to 3.124
Changes:
Bug 2032562 - Add test for PKCS7 digest array alignment.
Bug 2030093 - Add test for rejection of excessively large ASN.1 SEQUENCE OF in quickder.
Bug 2030994 - Add test for CMS content size validation.
Bug 2030995 - Add regression tests for DSAU signature decoding.
Bug 2031030 - Add test for S/MIME profile lookup on temp certs.
Bug 2031343 - Test case for post-handshake auth and many certificate requests.
Bug 2019233 - Add test for intra-arena ASan redzones.
Bug 2033058 - update nss_status flags one at a time.
Bug 2029803 - add defensive info->len check in PK11_HPKE_SetupS and PK11_HPKE_SetupR.
Bug 2029403 - avoid PORT_Strdup in ssl_DecodeResumptionToken.
Bug 2020596 - add runtime check on decoded resumption token session id.
Bug 2035882 - improve mach try error handling.
Bug 2030798 - clang format.
Bug 2030798 - add comprehensive SECItem and SECItemArray tests.
Bug 2033058 - add bugzilla_cf_status_nss.py script.
Bug 2033057 - regenerate some recent release notes.
[22 lines not shown]
*: switch to glib2-introspection
The gobject-introspection package installed _some_ of the introspection
files needed for glib2, but not all - some of them are built from the glib2
sources. glib2-introspection now contains all glib2-related introspection
files.
Add a tool dependency on the new package where needed.
Remove gobject-introspection from buildlink3.mk files - this is usually
a tool and should not be forwarded via buildlink3.
Some cleanups/fixes for -current while here.
filesystems/fuse-unionfs: update to 3.7
# changes (since 2.0)
3.7
- fix chmod on symlink itself
3.6
- fix long standing bug with directory renames in cow mode (see #91)
3.5
- fix compilation on 32bit systems
3.4
- default to fuse2 api on macos when compiling
3.3
- fixed fortified compilation
- disabled logging to file since it had some unresolved locking issues
[21 lines not shown]