chrono-date: update to 3.0.5
* What's Changed
Don't fail on nearly blank lines by @HazardyKnusperkeks in #882
Port ptz.h to C++20 by @HowardHinnant in 0a1b72b
compatible for c++11 but GCC < by @aengusjiang in 229c687
Fix parse of sys_time with supplied offset, but no offset parse by @HowardHinnant in e32a0d8
fix: OPERATOR_LITERAL Wdeprecated-literal-operator by @botanegg in #890
Bring leap_second up to spec by @HowardHinnant in b2e917c
get_version - Allow for NVRO by @greateggsgreg in #905
Prevent overflow when using 32 bit minutes by @HowardHinnant in 1a70f8c
fix: add quotes to all std::system invocations in tz by @L0PiTaL in #909
Update iso_week to use closest Thursday algorithm by @HowardHinnant in 7875f43
Update remote_version to new website by @HowardHinnant in 179a6b9
zoneminder: Multiple minor but crucial fixes
- Upstream provides some default files that were not previously
installed. Install them.
- Work around zm searching for rm and finding it in tools wrappers.
- Work around zm having the cgibin path coded as a PATH, which it
really isn't, by adding a leading /.
- Patch php database access to use php-pdo_mysql when ZM_DB_TYPE is
MariaDB. (PHP has one wrapper for mysql/MariaDB, and perl has
separate ones.)
chat/element-web: Update to 1.12.24
Note that upstream does not publish NEWS in a file in the sources,
making it unreasonably awkward to extract. Thus, this commit message
includes items that appeared particularly notable during a quick scan.
Upstream NEWS content since 1.12.12
- Call Tile spiffage
- Deprecation, to some extent, of classic calls
suitesparse: update to 7.12.3
* CHOLMOD 5.3.5: typo in user guide; minor revision to API in
cholmod.h
* ParU 1.1.1: MATLAB mexFunction does not #include mkl.h on Intel
systems
* GraphBLAS 10.3.2: minor update for recent clang compilers
* LAGraph 1.2.2: minor update for MSVC compiler (with no stdalign.h)
* SuiteSparse_config 7.12.3: version update to match SuiteSparse.
* CSparse 4.4.2: minor fix to build system; sync version with
CXSparse
* UMFPACK 6.3.8: sync definition and declaration of umf_row_search.
www/anubis: Update to 1.26.2
Changelog:
1.26.2:
Automatically verify correct parsing of everything in (data). While
doing post-release checks on v1.26.1, I discovered that I incorrectly
merged (data)/services/updown.yaml in such a way that it became
syntactically invalid. This has been mended and multiple layers of
CI have been put into place to make sure that (data) entries are
syntactically and semantically valid.
What's Changed
* chore(data): fix updown stdlib entry, add CI to catch future
things by @Xe in #1771
1.62.1:
Fix support for semicolon-delimited query parameters that was
dropped when moving from net/http/httputil#ReverseProxy.Director
[272 lines not shown]
lang/konoha: Disable OpenGL/GLUT. It is not buildable.
* Use devel/cmake/build.mk instead of USE_CMAKE.
* Minimum CMake is 3.10 to suppress warnings.
* Bump PKGREVISION.
www/gitea: update to 1.26.1
This release requires Go 1.26.
I had to generate the updated frontend assets on macOS/amd64; it is not
possible to do so on NetBSD at the moment.
Changes in 1.26.1:
* BUGFIXES
- Add event.schedule context for schedule actions task
- Fix an issue where changing an organization's visibility caused problems when users had forked its repositories.
- Use modern "git update-index --cacheinfo" syntax to support more file names
- Fix URL related escaping for oauth2
- When the requested arch rpm is missing fall back to noarch
- Fix actions concurrency groups cross-branch leak
- Fix bug when accessing user badges
- Fix AppFullLink
- Fix container auth for public instance
- Enhance GetActionWorkflow to support fallback references
[408 lines not shown]
Pull up the following revisions(s) (requested by riastradh in ticket #1319):
sys/netinet/tcp_syncache.c: revision 1.8
tcp: Plug a 4-byte leak of kernel stack data through timestamps.
Addresses PR kern/60486
Pull up the following revisions(s) (requested by riastradh in ticket #1318):
sys/dist/pf/net/pf.c: revision 1.88
pf: Fix use-after-free in fragment reassembly.
PR kern/60485: pf(4): uaf in fragment reassembly
Pull up the following revisions(s) (requested by riastradh in ticket #1317):
sys/external/bsd/ipf/netinet/fil.c: revision 1.38
tests/ipf/t_filter_exec.sh: revision 1.9
tests/ipf/expected/ipv6.3: revision 1.2
tests/ipf/input/ipv6.3: revision 1.3
tests/ipf/t_filter_exec.sh: revision 1.10
ipfilter: Fix remotely triggerable null pointer dereference and
add an automatic test for it.
PR kern/60484: ipfilter: null pointer deref in icmp6 parsing