NetBSD/pkgsrc ngRH6Mywww/p5-Alien-LibGumbo distinfo Makefile

   Update to 0.06

   Upstream changes:
   0.06 2026-05-22
     - Update to libgumbo 0.13.2
     - Migrate to the new libgumbo repo on codeberg
     - Add Best Practical as co-maintainer and document RT bug tracker
     - Move module repo to https://github.com/bestpractical/alien-libgumbo
VersionDeltaFile
1.2+4-4www/p5-Alien-LibGumbo/distinfo
1.9+3-4www/p5-Alien-LibGumbo/Makefile
+7-82 files

NetBSD/pkgsrc ydOWLKmdoc CHANGES-2026

   doc: Updated textproc/scdoc to 1.11.5
VersionDeltaFile
1.4716+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3ZbojfStextproc/scdoc distinfo Makefile

   textproc/scdoc: Update to 1.11.5

   Upstream lacks NEWS.

   Reading commits: bugfixes.
VersionDeltaFile
1.10+4-4textproc/scdoc/distinfo
1.5+2-2textproc/scdoc/Makefile
+6-62 files

NetBSD/pkgsrc 1VXJ81qdoc CHANGES-2026

   CHANGES-2026: Back out commit wrongly on stable branch
VersionDeltaFile
1.3852.2.2+1-2doc/CHANGES-2026
+1-21 files

NetBSD/pkgsrc AaQprRetextproc/scdoc distinfo Makefile

   textproc/scdoc: Back out commit wrongly on stable branch
VersionDeltaFile
1.9.4.2+3-3textproc/scdoc/distinfo
1.4.4.2+1-1textproc/scdoc/Makefile
+4-42 files

NetBSD/pkgsrc ZbLD3Fodoc CHANGES-2026

   doc: Updated textproc/scdoc to 1.11.5
VersionDeltaFile
1.3852.2.1+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Reqm0Qltextproc/scdoc distinfo Makefile

   textproc/scdoc: Update to 1.11.5

   Upstream lacks NEWS.

   Reading commits: bugfixes.
VersionDeltaFile
1.9.4.1+4-4textproc/scdoc/distinfo
1.4.4.1+2-2textproc/scdoc/Makefile
+6-62 files

NetBSD/pkgsrc dJdArB8doc CHANGES-2026

   Updated www/p5-HTTP-Tinyish to 0.20
VersionDeltaFile
1.4715+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc W1kB8d0www/p5-HTTP-Tinyish distinfo Makefile

   Update to 0.20

   Upstream changes:
   0.20  2026-05-04 09:50:45 PDT
           - Fix mirror() in Curl and Wget backends to not create a local file on
             failed HTTP requests, matching HTTP::Tiny's behavior. Fixes #27
           - Fix Wget mirror() to properly return HTTP error status codes (e.g. 404)
             instead of converting them to 599 internal errors
VersionDeltaFile
1.8+4-4www/p5-HTTP-Tinyish/distinfo
1.16+3-4www/p5-HTTP-Tinyish/Makefile
+7-82 files

NetBSD/pkgsrc K9tEQXPdoc CHANGES-2026

   doc: Updated www/py-postorius to 1.3.13nb3
VersionDeltaFile
1.4714+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc oce8l5uwww/py-postorius Makefile

   py-postorius: update to 1.3.13nb3.

   Depend on py-readme_renderer with markdown support.
   Remove obsolete dependency (used by py-readme_renderer
   before cormak).

   Bump PKGREVISION.
VersionDeltaFile
1.8+3-6www/py-postorius/Makefile
+3-61 files

NetBSD/pkgsrc jxJqpBUdoc CHANGES-2026

   doc: Updated textproc/py-readme_renderer to 45.0nb1
VersionDeltaFile
1.4713+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 69Dp0z4textproc/py-readme_renderer Makefile

   py-readme_renderer: depend on py-comrak

   Needed for markdown.

   Bump PKGREVISION.
VersionDeltaFile
1.21+3-1textproc/py-readme_renderer/Makefile
+3-11 files

NetBSD/src bfz3tKxsys/dev/hdaudio hdaudio.c

   hdaudio(4): Apply access checks to ioctl routines.

   This way the permissions on /dev/hdaudioN actually do something.

   Sort includes while here.

   PR kern/60492: hdaudio(4): setconfig is allowed unprivileged
VersionDeltaFile
1.19+24-6sys/dev/hdaudio/hdaudio.c
+24-61 files

NetBSD/src YxXK9fzsys/netinet if_arp.c

   arp: Validate op on input, before creating any state.

   PR kern/60491: arp creates state for invalid messages
VersionDeltaFile
1.321+13-4sys/netinet/if_arp.c
+13-41 files

NetBSD/pkgsrc SBjaNhrwww/py-postorius Makefile

   py-postorius: add dependency on py-comrak.
   Required with py-readme_renderer>=45.0
VersionDeltaFile
1.7+3-2www/py-postorius/Makefile
+3-21 files

NetBSD/pkgsrc 3rlg9Rhdoc CHANGES-2026

   add py-comrak
VersionDeltaFile
1.4712+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5VD9sCstextproc Makefile, textproc/py-comrak distinfo cargo-depends.mk

   py-comrak: add version 0.0.12

   Python bindings for the Comrak Rust library, a fast CommonMark/GFM parser
VersionDeltaFile
1.1+353-0textproc/py-comrak/distinfo
1.1+118-0textproc/py-comrak/cargo-depends.mk
1.1+18-0textproc/py-comrak/Makefile
1.1+9-0textproc/py-comrak/PLIST
1.1594+2-1textproc/Makefile
1.1+1-0textproc/py-comrak/DESCR
+501-16 files

NetBSD/src RuqkW73sys/netinet6 nd6_nbr.c

   nd6: Redo previous avoidance of buffer overread.

   Previous change invalidated two checks of the length:

       285      if (lladdr && ((ifp->if_addrlen + 2 + 7) & ~7) != lladdrlen) {
       286              nd6log(LOG_INFO, "lladdrlen mismatch for %s "
       287                  "(if %d, NS packet %d)\n",
       288                  IN6_PRINT(ip6buf, &taddr6),
       289                  ifp->if_addrlen, lladdrlen - 2);
       290              goto bad;
       291      }

   https://nxr.netbsd.org/xref/src/sys/netinet6/nd6_nbr.c?r=1.186#285

       685              if (lladdr && ((ifp->if_addrlen + 2 + 7) & ~7) != lladdrlen) {
       686                      nd6log(LOG_INFO, "lladdrlen mismatch for %s "
       687                          "(if %d, NA packet %d)\n",
       688                          IN6_PRINT(ip6buf, &taddr6),
       689                          ifp->if_addrlen, lladdrlen - 2);

    [18 lines not shown]
VersionDeltaFile
1.188+19-17sys/netinet6/nd6_nbr.c
+19-171 files

NetBSD/pkgsrc FfTWPHEdevel/gettext-lib Makefile

   gettext-lib: pass --with-included-libintl to configure

   Seems to be the correct thing here and fixes missing libintl
   from PLIST on Linux.
VersionDeltaFile
1.63+2-1devel/gettext-lib/Makefile
+2-11 files

NetBSD/src 9Yi7BQMsys/netinet6 nd6_nbr.c

   nd6: Avoid buffer overread of link-layer address options.

   PR kern/60488: nd6: two-byte buffer overread in source/target
   linkaddr options
VersionDeltaFile
1.187+6-4sys/netinet6/nd6_nbr.c
+6-41 files

NetBSD/src KLvJL0isys/netinet6 frag6.c

   netinet6: Plug leak and avoid arith overflow in fragment accounting.

   kern/60487: netinet6: fragment accounting leak
VersionDeltaFile
1.79+10-6sys/netinet6/frag6.c
+10-61 files

NetBSD/pkgsrc 5TFpu60ham/7plus distinfo Makefile, ham/7plus/patches patch-aa patch-ac

   ham/7plus: Extend patches to catch up with modern Linux

   From Chris Maness via email.
VersionDeltaFile
1.11+6-6ham/7plus/distinfo
1.3+10-1ham/7plus/patches/patch-aa
1.2+7-1ham/7plus/patches/patch-ac
1.19+2-2ham/7plus/Makefile
+25-104 files

NetBSD/pkgsrc vkxWa6nlang/gambc options.mk Makefile, lang/gambc/patches patch-include_gambit.h.in

   gambc: fixed building on Darwn; added js backend
VersionDeltaFile
1.1+28-0lang/gambc/patches/patch-include_gambit.h.in
1.1+21-0lang/gambc/options.mk
1.26+2-1lang/gambc/Makefile
1.10+2-1lang/gambc/PLIST
+53-24 files

NetBSD/src HXmPu60sys/netinet tcp_syncache.c

   tcp syncache: Don't leak kernel stack data through timestamps.

   kern/60486: tcp syncache leaks 4-byte kernel stack content
VersionDeltaFile
1.8+9-2sys/netinet/tcp_syncache.c
+9-21 files

NetBSD/src xV2PDmOsys/arch/sparc64/dev vdsk.c

   sun4v vdsk: catch up with recent updates to cd(4)

   Add support for missing SCSI_MODE_SELECT_10 and  SCSI_MODE_SENSE_10.
   Verified to work in a sun4v ldom with acccess to a virtual cd.
VersionDeltaFile
1.22+20-17sys/arch/sparc64/dev/vdsk.c
+20-171 files

NetBSD/pkgsrc SHBXtIudoc CHANGES-2026

   doc: Updated audio/aeneas to 1.7.3nb23
VersionDeltaFile
1.4711+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc F0oMWBRaudio/aeneas Makefile distinfo, audio/aeneas/patches patch-setup.py

   aeneas: fix build after numpy deprecated its distutils

   From upstream bug tracker comment that's gone already.

   Remove BROKEN.

   Fix PLIST while here.

   Bump PKGREVISION.
VersionDeltaFile
1.3+24-3audio/aeneas/patches/patch-setup.py
1.34+5-8audio/aeneas/Makefile
1.5+2-2audio/aeneas/distinfo
1.3+1-1audio/aeneas/PLIST
+32-144 files

NetBSD/src wnAf7fzsys/dist/pf/net pf.c

   pf(4): Avoid UAF of pf mbuf tag in fragment reassembly.

   PR kern/60485: pf(4): uaf in fragment reassembly
VersionDeltaFile
1.88+20-2sys/dist/pf/net/pf.c
+20-21 files

NetBSD/src 10KzUM9sys/external/bsd/ipf/netinet fil.c, tests/ipf t_filter_exec.sh

   ipfilter: Don't choke on an ICMP6 error quoting an ICMP6 error.

   PR kern/60484: ipfilter: null pointer deref in icmp6 parsing
VersionDeltaFile
1.38+4-3sys/external/bsd/ipf/netinet/fil.c
1.10+2-2tests/ipf/t_filter_exec.sh
+6-52 files