salt salt-docs: updated to 3007.9
3007.9
FIXED
Render post/pre up/down and hwaddr options for debian-ip. See
Fix event flood by ensuring we do not retry sending the event indefinitely to the Master of Masters.
Prevent _pygit2.GitError: error loading known_hosts with certain pygit2/libgit2 versions.
salt-ssh now supports state.sls_exists
Allows file.symlink to pass a string to cmd_check
Simplied and sped up utils.json.find_json function
Improved runtime performance of chocolatey.installed
[58 lines not shown]
Pull up following revision(s) (requested by thorpej in ticket #95):
sys/arch/amiga/conf/files.amiga: revision 1.187
sys/arch/mvme68k/conf/files.mvme68k: revision 1.71
sys/arch/atari/conf/files.atari: revision 1.126
sys/arch/x68k/conf/files.x68k: revision 1.87
sys/arch/m68k/m68k/vectors.c: revision 1.4
sys/arch/mvme68k/mvme68k/machdep.c: revision 1.171
sys/arch/m68k/conf/files.m68k: revision 1.58
sys/arch/virt68k/virt68k/machdep.c: revision 1.18
sys/arch/virt68k/conf/files.virt68k: revision 1.6
Defflag the M060SP option in one place, and make sure to include opt_m060sp.h
(and opt_fpsp.h) in the right places.
PR port-m68k/59776
Pull up following revision(s) (requested by nia in ticket #94):
crypto/external/bsd/openssl/dist/crypto/info.c: revision 1.2
openssl(1): "openssl version" should have useful CPUID info on sparc64.
This will also be sent upstream.
haproxy: updated to 3.2.9
3.2.9
- MINOR: ssl/sample: expose ssl_*c_curve for AWS-LC
- Revert "BUG/MEDIUM: connections: permit to permanently remove an idle conn"
- BUG/MEDIUM: connection: do not reinsert a purgeable conn in idle list
- BUG/MEDIUM: connection/ssl: also fix the ssl_sock_io_cb() regarding idle list
- BUG/MINOR: config: Limit "tune.maxpollevents" parameter to 1000000
- BUG/MEDIUM: stick-tables: Make sure updates are seen as local
- BUG/MINOR: quic: close connection on CID alloc failure
- BUG/MINOR: acme: more explicit error when BIO_new_file()
- BUG/MEDIUM: acme: move from mt_list to a rwlock + ebmbtree
- BUG/MINOR: acme: can't override the default resolver
- BUG/MINOR: check: fix reuse-pool if MUX inherited from server
- DOC: configuration: add missing ssllib_name_startswith()
- DOC: configuration: add missing openssl_version predicates
- BUG/MEDIUM: stick-tables: Always return the good stksess from stktable_set_entry
- BUG/MINOR: stick-tables: Fix return value for __stksess_kill()
- MINOR: h1: h1_release() should return if it destroyed the connection
[21 lines not shown]
py-redis: updated to 7.1.0
7.1.0
New Features
Adding MSETEX command support.
Adding CLAIM option to XREADGROUP command + unit tests
Apply routing and response aggregation policies in OSS Cluster mode
Experimental Features
Adding support for CAS/CAD commands.
Adding support for HYBRID search.
Breaking changes (in experimental features)
Replace default health check and failure detector with custom
[4 lines not shown]
corsix-th: Fix installation on macOS 26.1
But I think I understand by looking at bulk reports that part of the package's
content of macOS application bundle (at least for CorsixTH) depends on
libraries installed by the macOS Framework. The PLIST.bundle file will
therefore be inconsistent for other versions of macOS.
auto-admin: Update to 0.8.3.32
auto-select-sound-device: Display choices and prompt for default device
auto-sound-driver-setup: Call auto-select-sound-device
gnutls: update to 3.8.11.
* Version 3.8.11 (released 2025-11-18)
** libgnutls: Fix stack overwrite in gnutls_pkcs11_token_init
Reported by Luigino Camastra from Aisle Research. [GNUTLS-SA-2025-11-18,
CVSS: low] [CVE-2025-9820]
** libgnutls: MAC algorithms for PSK binders is now configurable
The previous implementation assumed HMAC-SHA256 to calculate the
PSK binders. With the new gnutls_psk_allocate_client_credentials2()
and gnutls_psk_allocate_server_credentials2() functions, the
application can use other MAC algorithms such as HMAC-SHA384.
** libgnutls: Expose a new function to provide the maximum record send size
A new function gnutls_record_get_max_send_size() has been added to
determine the maximum size of a TLS record to be sent to the peer.
** libgnutls: Expose a new function to update keys without sending a KeyUpdate
[25 lines not shown]
Pull up following revision(s) (requested by jmcneill in ticket #1193):
sys/arch/evbppc/wii/dev/rtcsram.c: revision 1.2
sys/arch/evbppc/wii/dev/exi.c: revision 1.2
sys/arch/evbppc/wii/dev/exi.h: revision 1.2
wii: Explicitly set EXI frequency when selecting a device.