NetBSD/src RquMJ66sys/arch/hppa/include types.h

   Sort #define __HAVE_*
VersionDeltaFile
1.34+9-10sys/arch/hppa/include/types.h
+9-101 files

NetBSD/src GOcRXFntests/usr.bin/xlint/lint1 c11_generic_expression.c, usr.bin/xlint/lint1 tree.c

   lint: discard qualifiers when comparing types in _Generic

   Seen while experimenting with type-strict <ctype.h> macros.
VersionDeltaFile
1.21+1-5tests/usr.bin/xlint/lint1/c11_generic_expression.c
1.696+3-3usr.bin/xlint/lint1/tree.c
+4-82 files

NetBSD/src AEDdbH0tests/usr.bin/xlint/lint1 c11_generic_expression.c

   tests/lint: demonstrate type mismatch in _Generic expression
VersionDeltaFile
1.20+15-1tests/usr.bin/xlint/lint1/c11_generic_expression.c
+15-11 files

NetBSD/pkgsrc-wip 0a4cfaerumdl distinfo Makefile

rumdl: update to 0.0.212
DeltaFile
+3-3rumdl/distinfo
+1-1rumdl/Makefile
+4-42 files

NetBSD/src kplD8mBusr.bin/gzip gzip.c gzip.1

   gzip: finally support --ascii and --license for GNU compat.
VersionDeltaFile
1.129+34-10usr.bin/gzip/gzip.c
1.33+13-8usr.bin/gzip/gzip.1
+47-182 files

NetBSD/src Kaaulnfusr.bin/gzip gzip.c

   avoid small reads when there's a preferred IO size.

   a discussion on port-sparc here:
      https://mail-index.netbsd.org/port-sparc/2025/12/29/msg003063.html
   showed that the "file type" 4-byte read was failing on tape devices
   as they need a specific IO size to work.

   since we already pass this 4 bytes to the real decompressor, avoid this
   problem by checking if there's a st_blksize value from stat(2) and use
   a buffer of that size for the first read.

   rename handle_stdin() to handle_fd_decomp() and use the same backend
   for stdin as well as readable non-file files (device, fifo, socket).

   tested by Nobuyoshi SATO on port-sparc, atf, and a few other manual
   things.
VersionDeltaFile
1.128+57-33usr.bin/gzip/gzip.c
+57-331 files

NetBSD/pkgsrc hfOWAM7doc CHANGES-pkgsrc-2025Q4

   doc: update for ticket 7041
VersionDeltaFile
1.1.2.5+4-1doc/CHANGES-pkgsrc-2025Q4
+4-11 files

NetBSD/pkgsrc Cnd83Butextproc/libxslt Makefile distinfo, textproc/libxslt/patches patch-CVE-2025-11731 patch-CVE-2025-11731

   Pullup ticket #7041 - requested by nia
   textproc/libxslt: Security fix

   Revisions pulled up:
   - textproc/libxslt/Makefile                                     1.145
   - textproc/libxslt/distinfo                                     1.76
   - textproc/libxslt/patches/patch-CVE-2025-11731                 1.1

   ---
      Module Name:      pkgsrc
      Committed By:     nia
      Date:             Tue Jan  6 10:21:13 UTC 2026

      Modified Files:
        pkgsrc/textproc/libxslt: Makefile distinfo
      Added Files:
        pkgsrc/textproc/libxslt/patches: patch-CVE-2025-11731

      Log Message:

    [3 lines not shown]
VersionDeltaFile
1.1.2.2+27-0textproc/libxslt/patches/patch-CVE-2025-11731
1.1.2.1+0-27textproc/libxslt/patches/patch-CVE-2025-11731
1.144.6.1+2-2textproc/libxslt/Makefile
1.75.6.1+2-1textproc/libxslt/distinfo
+31-304 files

NetBSD/src iQbu3gOsys/compat/netbsd32 netbsd32_ioctl.c

   revert previous -- was fixed by removing __packed entirely.
VersionDeltaFile
1.124+5-4sys/compat/netbsd32/netbsd32_ioctl.c
+5-41 files

NetBSD/src qJQOVIAsys/compat/netbsd32 netbsd32_ioctl.h

   remove __packed from a bunch of ioctl structures.

   i noticed a warning unrelated to an evbarm llvm build failure here, and
   it turns out that we have a few things using __packed that should be
   using the right types instead, or don't need __packed at all.

   struct netbsd32_if_data and struct netbsd32_ksyms_gvalue use
   netbsd32_uint64 now, to avoid forcing the whole-struct alignment to 8.

   struct netbsd32_ifdatareq, struct netbsd32_dkwedge_list, and
   struct netbsd32_disk_strategy don't need __packed at all.

   structure sizes confirmed to remain the same on amd64.
VersionDeltaFile
1.81+20-20sys/compat/netbsd32/netbsd32_ioctl.h
+20-201 files

NetBSD/src nZ2hd3wsys/arch/arm/broadcom bcm283x_platform.c

   fix previous (use a static variable and initialize it)
VersionDeltaFile
1.54+6-5sys/arch/arm/broadcom/bcm283x_platform.c
+6-51 files

NetBSD/src AR453Z6sys/compat/netbsd32 netbsd32_ioctl.c

   Avoid taking address of packed member.
VersionDeltaFile
1.123+4-5sys/compat/netbsd32/netbsd32_ioctl.c
+4-51 files

NetBSD/src HLQlb5rsys/arch/arm/broadcom bcm283x_platform.c

   Avoid taking address of packed member.
VersionDeltaFile
1.53+4-2sys/arch/arm/broadcom/bcm283x_platform.c
+4-21 files

NetBSD/src 2W041rqsys/arch/arm/ti omap3_platform.c

   Don't increment cpuindex twice (clang complained).
VersionDeltaFile
1.11+2-4sys/arch/arm/ti/omap3_platform.c
+2-41 files

NetBSD/pkgsrc Fvo4NXGdevel/ada-liblal-tools-25 Makefile, devel/gnatcoverage Makefile

   *: more Python 3.11 masking for sphinx
VersionDeltaFile
1.5+3-1devel/ada-liblal-tools-25/Makefile
1.2+3-1devel/gnatcoverage/Makefile
1.3+3-1devel/libadalang-tools/Makefile
1.3+3-1textproc/ada-libgnatdoc-25/Makefile
1.3+3-1textproc/ada-libgnatformat-25/Makefile
1.3+3-1textproc/ada-liblal-refactor-25/Makefile
+18-63 files not shown
+27-99 files

NetBSD/pkgsrc agToMGfdevel/ada-libadalang-25 Makefile, devel/py-liblktlang Makefile

   *: more Python 3.11 masking for sphinx
VersionDeltaFile
1.8+3-1devel/ada-libadalang-25/Makefile
1.6+3-1devel/py-liblktlang/Makefile
+6-22 files

NetBSD/pkgsrc dC6F8mndevel/py-langkit Makefile

   py-langkit: not for Python 3.11 any longer, due to sphinx
VersionDeltaFile
1.5+3-1devel/py-langkit/Makefile
+3-11 files

NetBSD/src D4E8B6clib/libc Makefile.inc, lib/libc/time localtime.c

   Revert previous: Don't compile with -std=gnu2x. static_assert in pre 2023
   environments is defined in assert.h. In 2013 assert.h was added to localtime.c
   because a _DIAGASSERT was added which is no longer there. Remove assert.h since
   it is no longer needed and the clang error goes away since static_assert is
   no longer defined in pre-2023 environments. Thanks Paul Eggert.
VersionDeltaFile
1.150+2-3lib/libc/time/localtime.c
1.25+1-3lib/libc/Makefile.inc
+3-62 files

NetBSD/pkgsrc ftJUN9Idoc pkg-vulnerabilities

   pkg-vulnerabilities: add today CVEs

   + chromium
VersionDeltaFile
1.708+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/pkgsrc l8RnLT8doc CHANGES-2026

   doc: Updated www/miniflux to 2.2.16
VersionDeltaFile
1.167+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ud6xnJDwww/miniflux distinfo Makefile

   miniflux: update to 2.2.16.

   Security

       Disallow the media proxy from fetching resources on private networks to mitigate potential SSRF issues. This behavior is configurable at the instance level.
       Disallow fetching feed icons from private networks to reduce the SSRF attack surface. This is also configurable at the instance level.
       Add the TRUSTED_REVERSE_PROXY_NETWORKS configuration option to prevent spoofing of HTTP headers such as X-Forwarded-For, X-Forwarded-Proto, and X-Real-Ip. This option must be configured when AUTH_PROXY_HEADER is enabled.
       Stop logging generated Google Reader API tokens, even when debug mode is enabled.
       Remove the CORS handler from the Google Reader API, as it is not intended to be used by web clients, reducing the overall attack surface.

   Performance and Storage

       Avoid indexing the content of removed entries, significantly reducing database index size after cleanup.
       Minor storage and database refactoring to simplify code paths and reduce unnecessary formatting overhead.

   API and Integrations

       Add a new API endpoint to import entries into an existing feed.
       Execute the content sanitizer when updating or importing entries through the API to ensure consistent sanitization.

    [17 lines not shown]
VersionDeltaFile
1.4+4-4www/miniflux/distinfo
1.8+2-2www/miniflux/Makefile
+6-62 files

NetBSD/pkgsrc KxsKULMdoc eol-packages pkg-vulnerabilities

   doc: php 8.1's extended security support ended end of last year
VersionDeltaFile
1.25+7-1doc/eol-packages
1.707+2-1doc/pkg-vulnerabilities
+9-22 files

NetBSD/pkgsrc X74kztedoc CHANGES-2026

   Updated ham/hackrf, security/pcsc-lite
VersionDeltaFile
1.166+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc uLSdZxQsecurity/pcsc-lite distinfo Makefile, security/pcsc-lite/patches patch-meson.build

   pcsc-lite: updated to 2.4.1

   2.4.1

   - Add backward version support on the client side
   - Add backward version support on the server side
   - hotplug libudev: rescan the USB bus with "pcscd --hotplug"
   - fix a value in pcscd.service systemd file
   - meson: install systemd files even if libsystemd is not used
   - Some other minor improvements
VersionDeltaFile
1.4+22-4security/pcsc-lite/patches/patch-meson.build
1.44+5-5security/pcsc-lite/distinfo
1.56+2-3security/pcsc-lite/Makefile
+29-123 files

NetBSD/pkgsrc fgsZ97eham/hackrf PLIST distinfo

   hackrf: updated to 2026.01.1

   2026.01.1

   To upgrade to this release, you must update libhackrf and hackrf-tools on your host computer. You must also update firmware on your HackRF.

   Major changes in this release include:

   HackRF Pro, a new hardware platform, is now supported. Initially HackRF Pro supports a legacy radio configuration mode that makes it compatible with software designed for use with HackRF One. Future releases will enable extended precision and other modes.
   Improved build system and documentation, especially on Windows. Thank you, Demetri and Martin!
   Added support for newer PortaPacks with AGM Microelectronics CPLDs. Thank you, Bernd!
   Improved USB performance on Windows when libusb is compiled with RAW_IO support. Thank you, Martin and Jamie!
   Updated libhackrf version to be more consistent with Semantic Versioning.
   There have been many enhancements and bug fixes. For a full list of changes, see the git log.
VersionDeltaFile
1.8+123-69ham/hackrf/PLIST
1.11+4-4ham/hackrf/distinfo
1.20+3-4ham/hackrf/Makefile
+130-773 files

NetBSD/pkgsrc 4AVWtcpdoc CHANGES-2026

   doc: Updated security/nuclei to 3.6.2
VersionDeltaFile
1.165+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc LYWAqdisecurity/nuclei distinfo go-modules.mk

   nuclei: Update to 3.6.2

   Changes:
   v3.6.2
   * Enabled TLS session caching in the client pool to improve connection
     reuse and reduce handshake overhead (internal)
   * Added support for providing a custom Jira server URL (`site-url`)
     when using OAuth authentication
   * Bug fixes
   * Performance improvements

   v3.6.1
   * Bug fixes
VersionDeltaFile
1.13+169-166security/nuclei/distinfo
1.13+55-54security/nuclei/go-modules.mk
1.39+2-2security/nuclei/Makefile
+226-2223 files

NetBSD/pkgsrc uN7kEKndoc CHANGES-2026

   doc: Updated net/gh to 2.83.2
VersionDeltaFile
1.164+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wl4Kci7net/gh go-modules.mk distinfo

   gh: Update to 2.83.2

   Changes:
   GitHub CLI 2.83.2
   * Isolate user-provided search query from contextual qualifiers
   * Refactor cfg out of CAPI Client
   * Remove extra flag default from help usage
   * Add PGP key rotation PoC
   * Add Debian/Ubuntu to unofficial packages
   * Error if go-licenses is not on the PATH
   * refactor: drop multierror in favor of std

   GitHub CLI 2.83.1
   * `gh pr edit`: Ensure empty arrays for reviewers in PR API calls
   * Integrate license checks back into lint workflow
   * Update third-party licenses and dependencies
VersionDeltaFile
1.43+302-309net/gh/go-modules.mk
1.49+208-229net/gh/distinfo
1.101+3-4net/gh/Makefile
+513-5423 files

NetBSD/pkgsrc CO6HgGldoc CHANGES-2026

   Updated converters/opencc, inputmethod/librime
VersionDeltaFile
1.163+3-1doc/CHANGES-2026
+3-11 files