Changelog at <https://poi.apache.org/changes.html#5.2.5>.
Remark: POI 5.2.3 was the last version where they produced a set of
poi-bin*.zip and poi-bin*.tgz files. Now jars are published as
separate files to Maven Central.
I tried to build them from source, but failed.
Desktop utility to manage metadata and artwork for Kodi and Jellyfin.
PR: 275962
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D43477
ChangeLog: https://www.keycloak.org/2024/01/keycloak-2305-released.html
New features
* Update Route53 HA guide to be compatible with ROSA and Openshift 4.14.x
* Remove conditional statements about Windows / Linux from the docs docs
Enhancements
* Role mapping tab no longer visible when using fine grained permissions after
upgrade from 20.0.3 to 21.0.2 admin/ui
* Clarification needed of use of containers
* Change RHDG references to Infinispan
* Don't differentiate Windows for getting started docs
* Update to Quarkus 3.2.10
Bugs
* Multiple failures in OfflineServletsAdapterTest (testServlet,
testServletWithConsent, testServletWithRevoke) testsuite
* admin-fine-grained-authz + client authorization settings requires view-client
role admin/ui
* Read Only Access of a realm clients' Authz is broken for Admin Console
admin/ui
* User details tab does not display or update attibutes with dot admin/ui
* Read Only Access of the realm users' "Role mapping" tab is broken for Admin
Console admin/ui
* Log Injection during WebAuthn authentication/registration authentication
* Admin Console: Realm Dropdown should only show the realms the user has access
to admin/ui
* Account v3 theme - theme.properties Custom theme scripts not loading
account/ui
* Removing all group attributes no longer works with keycloak-admin-client
(java) admin/client-java
* `/admin/realms/{realm-name}/ui-ext/realms` endpoint leaks realms the user
doesn't have access to see admin/ui
* Flaky test:
org.keycloak.testsuite.adapter.servlet.OfflineServletsAdapterTest#testServlet
ci
* Since 23, start-dev command line arguments parsing is buggy dist/quarkus
* admin ui uses hyphen instead of dot as realm attribute separator admin/ui
* Keycloak HA Guide uses token for cross-site setup that expires
* GitHub Status check is green if the build fails ci
* Workflow failure: FIPS IT -
KcSamlEncryptedIdTest#testEncryptedElementIsReadableInDeprecatedMode ci
PR: 276706
Reported by: freebsd@rheinwolf.de (maintainer)
Update devel/leiningen to latest 2.11.1 and update MAINTAINER, taking ownership.
This update introduces a patch, as the main script for leiningen (bin/lein-pkg,
installed as $PREFIX/bin/lein) has changed significantly, adding more
bash-specific constructs. Handling them in a succession of sed commands was
getting more delicate than necessary; a patch seemed the better option here.
New maintainer already maintaining some ports.
PR: 276751
Reported by: beastieboy@beastieboy.net
Highlights for FreeBSD
Support for 13.3
Added syscalls 578, 580
Improved aio sycall handling
Changes
* Cannot connect to Oracle using valgrind
* unhandled amd64-darwin syscall: unix:464 (openat_nocancel)
* False positive "Source and destination overlap in strncat"
* Signals inside io_uring_enter not handled
* valgrind reports "Conditional jump or move depends on uninitialised
* value" in memchr of macOS 10.12-10.15
* disInstr(arm64): unhandled instruction 0x4E819402 (dotprod/ASIMDDP)
* Missing writev uninit padding suppression for _XSend
* Add reallocarray wrapper
* Build failure with GCC
* Difference in allocation size for massif/tests/overloaded-new between
* clang++/libc++ and g++/libstdc++
* valgrind 3.22.0 fails on assertion when loading debuginfo file produced by
mold
* valgrind-monitor.py regular expressions should use raw strings
* Extend strlcat and strlcpy wrappers to GNU libc
* Build of Valgrind 3.21.0 fails when SOLARIS_PT_SUNDWTRACE_THRP is
* defined
* WARNING: unhandled amd64-freebsd syscall: 578
* Add fchmodat2 syscall on linux
* Add mremap support for Solaris
* Include ucontext.h rather than sys/ucontext.h in Solaris sources
* vgdb incorrectly replies to qRcmd packet
* Redundant code for vgdb.c and Valgrind core tools
* Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns
* (unhandled instruction bytes: 0x2E 0x8D 0xB4 0x26
* valgrind fails to read debug info for rust binaries
* Executables without RW sections do not trigger debuginfo reading
* WARNING: unhandled amd64-freebsd syscall: 580
* Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8
* valgrind 3.22.0 "m_debuginfo/image.c:586 (set_CEnt):
* Assertion '!sr_isError(sr)' failed."
* Add support for FreeBSD 13.3
* Add redirect for memccpy
PR: 276769
Reported by: pjfloyd@wanadoo.fr (maintainer)
ChangeLog: https://github.com/latchset/jose/releases/tag/v12
* Clean up some FreeBSD conditions
* Add ES256K support
* Meson changes
* lib/openssl/rsaes.c: Fix issue where jose_hook_alg_find failed to find the …
…existance of RSA_OAEP algorithm
* Increase test program/scripts timeout values
* Fix test compilation warnings
* Adapt alg_comp test to different zlib
* lib/openssl/hmac.c: rename hmac function to jhmac
* jose: build library only as shared
* meson: add option to disable building manpages
* Add a more descriptive error when jwk gen fails
* Use "command -v" instead of "which"
* Test for jq existing
* Correct jose_jws.3 man page example
* lib/hsh.c: rename hsh local variable
* Avoid master word when possible
* Fix format of jose-jwe-enc man page
* Meson Fixes
PR: 276790
Reported by: hdholm@alumni.iastate.edu (maintainer)