openldap: updated to 2.6.12
OpenLDAP 2.6.12 Release (2026/01/29)
Fixed libldap to reject empty types in LDIF
Fixed libldap to not scroll past nul bytes
Fixed libldap to enforce stop when encountering nul-leading line
OpenLDAP 2.6.11 Release (2026/01/28)
Fixed slapd to use fresh timestamp for lastbind
Fixed slapd delta-syncrepl to always use logDB rootdn
Fixed slapd reverse lookup of proxied IPv6 addresses
Fixed slapd logging buffer overflow
Fixed slapd-ldap response when invalid secprops is configured
Fixed slapd-mdb error when deleting last child of a branch
Fixed slapd-mdb check for pool pause in search
Fixed slapo-memberof clash with refint on subtree rename
Fixed slapo-syncprov use correct rootDN for accesslog replay
Minor Cleanup
pkg-vulnerabilities: add (part of) last week CVEs
+ alsa-lib cacti, chromium,
codeblocks (no further information / links to upstream, assume not fixed),
expat, furnace, glib2,
gnome-font-viewer (no further information / links to upstream, assume not fixed),
gnupg2, go, grafana,
icingaweb2 (no further information / links to upstream, assume not fixed),
libsoup (fixed upstream, no stable releases with the fix),
libxml2 (fixed upstream, no stable releases with the fix),
mongo-c-driver,
monit (no further information / links to upstream, assume not fixed),
openssl, png, py-octoprint, py-pdf, py-pip, py-torch, rawtherapee,
ruby-activestorage*, salt, tcpflow,
xenkernel (patches available, all stable versions affected)
blosc2: updated to 2.23.0
Changes from 2.22.0 to 2.23.0
* Changes to allow use of miniexpr. This breaks the ABI as a public struct has an additional field.
* Changes to enable blosc2-openzl plugin
hackrf: updated to 2026.01.3
HackRF 2026.01.3
Changes in this release include:
- Fix mixer frequency lock failures.
- Add access to larger SPI flash on HackRF Pro.
py-alembic: updated to 1.18.3
1.18.3
bug
[bug] [autogenerate]
Fixed regression in version 1.18.0 due to 1771 where autogenerate would raise NoReferencedTableError when a foreign key constraint referenced a table that was not part of the initial table load, including tables filtered out by the EnvironmentContext.configure.include_name callable or tables in remote schemas that were not included in the initial reflection run.
The change in 1771 was a performance optimization that eliminated additional reflection queries for tables that were only referenced by foreign keys but not explicitly included in the main reflection run. However, this optimization inadvertently removed the creation of Table objects for these referenced tables, causing autogenerate to fail when processing foreign key constraints that pointed to them.
The fix creates placeholder Table objects for foreign key targets that are not reflected, allowing the autogenerate comparison to proceed without error while maintaining the performance improvement from 1771. When multiple foreign keys reference different columns in the same filtered table, the placeholder table accumulates all necessary columns. These placeholder tables may be visible when using the EnvironmentContext.configure.include_object callable to inspect ForeignKeyConstraint objects; they will have the name, schema and basic column information for the relevant columns present.
[bug] [general]
Fixed regression caused by 1669 which requires SQLAlchemy objects to support generic type subscripting; for the older SQLAlchemy 1.4 series, this requires version 1.4.23. Changed the minimum requirements to require version 1.4.23 rather than 1.4.0.
py-urwid: updated to 3.0.5
3.0.5
Deprecations
Un-deprecate user_arg for signals
Bug fixes
Fix terminal scroll TypeError
Bugfix: some kinds of emojis with grapheme boundry support
Fix: Text.pack line splitting not match Text.render
py-zope.component: updated to 7.1
7.1 (2026-02-03)
- Move package metadata from setup.py to pyproject.toml.
- Add support for Python 3.14.
- Drop support for Python 3.9.
- Remove run-time dependency on ``setuptools``.
- Make ``.testlayer.ZCMLFileLayer`` compatible with PEP-420 namespace packages.
py-wrapt: updated to 2.1.1
2.1.1
Bugs Fixed
Search field for documentation hosted on Read the Docs wasn’t working correctly due to JavaScript error.
Missing tox.ini from source distribution package has been added.
py-tortoise-orm: updated to 0.25.4
0.25.4
Fix AttributeError when using tortoise-orm with Nuitka-compiled Python code
Fix 'Self' in python standard library typing.py, but tortoise/model.py required it in 'typing_extensions'
Fix examples should not be installed
py-gunicorn: updated to 25.0.1
25.0.1 - 2026-02-02
Bug Fixes
- Fix ASGI streaming responses (SSE) hanging: add chunked transfer encoding for
HTTP/1.1 responses without Content-Length header. Without chunked encoding,
clients wait for connection close to determine end-of-response.
Changes
- Update celery_alternative example to use FastAPI with native ASGI worker and
uvloop for async task execution
Testing
- Add ASGI compliance test suite with Docker-based integration tests covering HTTP,
WebSocket, streaming, lifespan, framework integration (Starlette, FastAPI),
[72 lines not shown]
haproxy: updated to 3.3.2
3.3.2
- MINOR: mux-h2: add missing glitch count for non-decodable H2 headers
- MINOR: mux-h2: perform a graceful close at 75% glitches threshold
- BUG/MINOR: backend: fix the conn_retries check for TFO
- BUG/MINOR: backend: inspect request not response buffer to check for TFO
- DOC: config: fix the length attribute name for stick tables of type binary / string
- BUG/MINOR: mworker/cli: fix show proc pagination using reload counter
- BUG/MEDIUM: peers: Properly handle shutdown when trying to get a line
- BUG/MEDIUM: mux-h1: Take care to update <kop> value during zero-copy forwarding
- BUG/MEDIUM: mworker: can't use signals after a failed reload
- BUG/MEDIUM: stconn: Move data from <kip> to <kop> during zero-copy forwarding
- BUG/MINOR: quic: fix deprecated warning for window size keyword
- BUILD: ssl: strchr definition changed in C23
- BUILD: tools: memchr definition changed in C23
- BUG/MINOR: cfgparse: wrong section name upon error
- BUILD: sockpair: fix build issue on macOS related to variable-length arrays
- BUG/MINOR: cli/stick-tables: argument to "show table" is optional
[36 lines not shown]
git: updated to 2.53.0
Git v2.53 Release Notes
UI, Workflows & Features
"git maintenance" command learned "is-needed" subcommand to tell if
it is necessary to perform various maintenance tasks.
"git replay" (experimental) learned to perform ref updates itself
in a transaction by default, instead of emitting where each refs
should point at and leaving the actual update to another command.
[376 lines not shown]