mail/thunderbird: Update to 156.0.1 really
* Fix mistake when I sync mozilla-common.mk with www/firefox.
* Previous update is for 155.0.1. This is really for 156.0.1.
www/seamonkey: Update to 2.53.24
* Build with recent devel/nss.
Changelog:
2.53.24:
What's New in SeaMonkey 2.53.24
SeaMonkey 2.53.24 contains (among other changes) the following changes relative to SeaMonkey 2.53.23:
* Remove unused method readRDFString bug 1430721.
* Cancel Filter edit dialog closes the whole Message Filter dialog too bug 1741049.
* Put home button in the SeaMonkey main toolbar bug 2005739.
* Calendar "Edit Recurrence"/Weekly doesn't show days bug 2011571.
* Fix typo in addon-sdk util.js bug 2014701.
* Create README template to use in releases bug 2050435.
* Remove use of globalOverlay.xul in DOM Inspector bug 2054602.
SeaMonkey 2.53.24 uses backend code from Mozilla Firefox and contains relevant Firefox 60.8 security fixes.
[4 lines not shown]
Handle two causes of the panic "lfs_ifile: looping". Repurpose the lfs_iflock
to be locked with RW_WRITER while the segment lock is held, preventing
updates to the Ifile while its blocks are being gathered; and allow more
iterations than 10 before panicking, since we might need to rewrite the
entire segment table one block per iteration. Issue uncovered in the course
of PR kern/60746.
chat/matrix-synapse: Align dependencies to upstream harder
Bump a few versions, and add a dependency on pyparsing, which
shouldn't be present, but upstream has it in pyproject.toml because
synapse depends on packaging and packaging used to need pyparsing, but
apparently packaging needed a newer version than it said it needed.
Reported upstream.
Tested on NetBSD 10 amd64.
Don't use malloc to store the cond and condattr clocks because we can't use
those methods during malloc initialization then; store it directly instead.
Fix so that the default value is set to the system clock as per TOG and update
the documentation to reflect that.
texinfo: patch configure to get correct RETSIGTYPE on GCC 15 (C23)
Currently harmless because RETSIGTYPE is referred only under dist/info/
and info/ is excluded in external/gpl2/texinfo/dist/Makefile.in.