Patch release with miscellaneous bug/doc/build fixes.
Excerpt from release tag:
[#269] fix memory leak in V3fArrayFromBuffer
[#268] Add <cstdint> for int64_t
[#263] Initialize x in testRoots.cpp:solve() to suppress compiler warning
[#262] Fix gcc compiler warning in testFun.cpp
[#261] Test return value of extractSHRT to avoid uninitialized reference
[#260] Fix example code so it compiles as is
[#259] Cuda safety in several headers
[#256] Fix markdown and typos in README.md
[#255] Do not warn if half.h has already being included
[#248] Update sphinx version
ChangeLog: https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.1.6
MFH: 2022Q4
nqptp is a daemon that monitors timing data from any PTP clocks - up to
64 - it sees on ports 319 and 320. It maintains records for each clock,
identified by Clock ID and IP.
It is a companion application to Shairport Sync and provides timing
information for AirPlay 2 operation.
ChangeLog: https://github.com/42wim/matterircd/releases/tag/v0.26.0
New features
general: Add support for IRCv3 Client Capability Negotiation
mattermost: Support mattermost 7
mattermost: Add new thread context to show both Mattermost
thread/parent/root and post IDs see ThreadContext in
matterircd.toml.example
Enhancement
general: Add systemd service unit example
general: Fix small typo on docker parameter
mattermost: Do not split message on newlines
see ShowContextMulti in matterircd.toml.example to enable context on
every line if needed.
Bugfix
general: Update dependencies
mattermost: Fix multiline replies to threads
mattermost: Fix replaying to match addUserToChannelWorker
PR: 267605
Reported by: chalpin@cs.wisc.edu
Approved by: norrland@nullbyte.se (maintainer)
* fix build with -fno-common
* simplify Makefile
* remove outdated WWW
* fix plist and install Polish man page
* fix bug when char is unsigned
* mirror distfile on my own site for redundancy
* take maintainership over this unmaintained port
PR: 267595
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (build fix)
ChangeLog: https://github.com/emikulic/darkhttpd/releases/tag/v1.14
* Add support for logging with syslog.
* Fix hung connection from consecutive keep-alive requests.
* Fix high CPU usage when timeout is disabled.
* Add --forward-https.
* Make header parsing case insensitive, to work behind an HTTP2 reverse proxy.
* Add trailing slash to links for directories.
* Fix crash when a file has a large (year 10,000+) mtime.
A flaw was found in darkhttpd. Invalid error handling allows remote attackers
to cause denial-of-service by accessing a file with a large modification date.
The highest threat from this vulnerability is to system availability.
PR: 267507
Reported by: henrichhartzer@tuta.io
MFH: 2022Q4 (security update)
Security: CVE-2020-25691
The port requires GCC to build on i386 architectures. As GCC default
version will soon be updated to version 12, but the port breaks with GCC
12, we explicitly ask for GCC 11.
PR: 266195
Reported by: exp-run (antoine)
Approved by: maintainer timeout (x11, 1 month)