NetBSD/pkgsrc HLsG15pdoc CHANGES-2026

   Updated databases/openldap, databases/lmdb
VersionDeltaFile
1.865+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 8BsAam6databases/lmdb distinfo Makefile, databases/openldap distinfo Makefile.version

   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
VersionDeltaFile
1.47+4-4databases/openldap-doc/distinfo
1.40+4-4databases/lmdb/distinfo
1.2+4-4databases/openldap-memberof/Makefile
1.144+4-4databases/openldap/distinfo
1.27+2-2databases/lmdb/Makefile
1.46+2-2databases/openldap/Makefile.version
+20-206 files not shown
+25-2712 files

NetBSD/pkgsrc moTqVuOdoc pkg-vulnerabilities

   pkg-vulnerabilities: add recent mediawiki CVEs

   + mediawiki
VersionDeltaFile
1.726+42-1doc/pkg-vulnerabilities
+42-11 files

NetBSD/pkgsrc Kfo8z03doc pkg-vulnerabilities

   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)
VersionDeltaFile
1.725+69-1doc/pkg-vulnerabilities
+69-11 files

NetBSD/pkgsrc 5g9IsQedoc CHANGES-2026

   Updated ham/hackrf, devel/blosc2
VersionDeltaFile
1.864+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc yP9kgu0devel/blosc2 distinfo PLIST

   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
VersionDeltaFile
1.34+4-4devel/blosc2/distinfo
1.11+2-2devel/blosc2/PLIST
1.35+2-2devel/blosc2/Makefile
+8-83 files

NetBSD/pkgsrc QXAd297ham/hackrf distinfo Makefile

   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.
VersionDeltaFile
1.13+4-4ham/hackrf/distinfo
1.22+2-2ham/hackrf/Makefile
1.10+2-2ham/hackrf/PLIST
+8-83 files

NetBSD/src CqFfaGKsys/arch/evbppc/nintendo/dev rtcsram.c exi.c

   wiiu: Add support for RTC clock.
VersionDeltaFile
1.2+46-11sys/arch/evbppc/nintendo/dev/rtcsram.c
1.2+13-9sys/arch/evbppc/nintendo/dev/exi.c
+59-202 files

NetBSD/src YDldi5psys/arch/evbppc/nintendo machdep.c

   wiiu: Explicitly enable PPC access to EXI bus.
VersionDeltaFile
1.4+5-5sys/arch/evbppc/nintendo/machdep.c
+5-51 files

NetBSD/pkgsrc 4G6ATwbdoc CHANGES-2026

   Updated devel/py-wrapt, devel/py-zope.component, devel/py-urwid, databases/py-alembic
VersionDeltaFile
1.863+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc gTi7XNTdatabases/py-alembic distinfo Makefile

   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.
VersionDeltaFile
1.38+4-4databases/py-alembic/distinfo
1.48+2-2databases/py-alembic/Makefile
+6-62 files

NetBSD/pkgsrc jhzDAusdevel/py-urwid Makefile distinfo

   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
VersionDeltaFile
1.60+5-6devel/py-urwid/Makefile
1.48+4-4devel/py-urwid/distinfo
+9-102 files

NetBSD/src wiRl2PJsys/arch/hppa/dev hyperfb.c

   add support for alpha fonts & glyph cache
VersionDeltaFile
1.29+122-47sys/arch/hppa/dev/hyperfb.c
+122-471 files

NetBSD/pkgsrc MgmMawodevel/py-zope.component distinfo Makefile

   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.
VersionDeltaFile
1.4+4-4devel/py-zope.component/distinfo
1.4+2-2devel/py-zope.component/Makefile
+6-62 files

NetBSD/pkgsrc FPL6I6adevel/py-wrapt distinfo Makefile

   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.
VersionDeltaFile
1.23+4-4devel/py-wrapt/distinfo
1.29+2-2devel/py-wrapt/Makefile
+6-62 files

NetBSD/pkgsrc 1QXGUNHdoc CHANGES-2026

   doc: Updated security/libgpg-error to 1.58nb2
VersionDeltaFile
1.862+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Ig8p3mdsecurity/libgpg-error Makefile distinfo, security/libgpg-error/patches patch-src_spawn-posix.c

   libgpg-error: add upstream patch fixing a bug on NetBSD

   Needed by gnupg 2.5

   Bump PKGREVISION.
VersionDeltaFile
1.4+39-24security/libgpg-error/patches/patch-src_spawn-posix.c
1.100+2-2security/libgpg-error/Makefile
1.73+2-1security/libgpg-error/distinfo
+43-273 files

NetBSD/pkgsrc 4I618Andoc CHANGES-2026

   Updated www/py-gunicorn, databases/py-tortoise-orm
VersionDeltaFile
1.861+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc ZW1Wlapdatabases/py-tortoise-orm distinfo Makefile, databases/py-tortoise-orm/patches patch-pyproject.toml

   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
VersionDeltaFile
1.32+4-5databases/py-tortoise-orm/distinfo
1.41+2-2databases/py-tortoise-orm/Makefile
1.2+1-1databases/py-tortoise-orm/patches/patch-pyproject.toml
+7-83 files

NetBSD/pkgsrc LwFYHwDwww/py-gunicorn PLIST Makefile

   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]
VersionDeltaFile
1.16+76-1www/py-gunicorn/PLIST
1.28+4-4www/py-gunicorn/Makefile
1.20+4-4www/py-gunicorn/distinfo
+84-93 files

NetBSD/pkgsrc TqEtWbzdoc CHANGES-2026 TODO

   Updated devel/git, net/haproxy
VersionDeltaFile
1.860+3-1doc/CHANGES-2026
1.26757+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc dLIAeaLnet/haproxy distinfo Makefile

   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]
VersionDeltaFile
1.141+4-4net/haproxy/distinfo
1.149+2-2net/haproxy/Makefile
+6-62 files

NetBSD/pkgsrc mDm1Bgvdevel/git Makefile.version, devel/git-base distinfo Makefile

   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]
VersionDeltaFile
1.162+4-4devel/git-base/distinfo
1.142+2-2devel/git/Makefile.version
1.27+2-1devel/git-docs/PLIST
1.132+1-2devel/git-base/Makefile
+9-94 files

NetBSD/pkgsrc Y6LKTkRdoc CHANGES-2026, textproc Makefile

   regxm: remove

   git snapshot from 2010, upstream is gone, no users in pkgsrc
VersionDeltaFile
1.1570+1-2textproc/Makefile
1.859+2-1doc/CHANGES-2026
1.6+1-1textproc/regxml/Makefile
1.2+1-1textproc/regxml/PLIST
1.5+1-1textproc/regxml/distinfo
1.2+0-0textproc/regxml/DESCR
+6-66 files

NetBSD/pkgsrc wNRAgb1devel/refinecvs Makefile

   refinecvs: switch to https
VersionDeltaFile
1.23+3-4devel/refinecvs/Makefile
+3-41 files

NetBSD/pkgsrc EusuYqpwww/redlib Makefile

   redlib: fix HOMEPAGE
VersionDeltaFile
1.4+2-2www/redlib/Makefile
+2-21 files

NetBSD/pkgsrc dcGk2z0games/redeclipse16 Makefile

   redeclipse16: switch to github, previous page is down.
VersionDeltaFile
1.8+2-2games/redeclipse16/Makefile
+2-21 files

NetBSD/pkgsrc bWh7qPegames/redeclipse Makefile

   redeclipse: switch to github, previous page is down.
VersionDeltaFile
1.21+2-2games/redeclipse/Makefile
+2-21 files

NetBSD/pkgsrc hv9bdxNnet/vncviewer Makefile

   vncviewer: follow redirect
VersionDeltaFile
1.38+2-2net/vncviewer/Makefile
+2-21 files

NetBSD/pkgsrc ObcPH8Llang/rcfunge Makefile

   rcfunge: comment out dead site
VersionDeltaFile
1.10+3-4lang/rcfunge/Makefile
+3-41 files