NetBSD/pkgsrc 3e5LoRPdatabases/postgresql-postgis2 Makefile

   postgis: Drop MAINTAINERship

   Upstream has suddenly become very LLM.  I'll probably still do
   updates, but I don't want to be viewed as having any responsibility
   for this.
VersionDeltaFile
1.196+2-2databases/postgresql-postgis2/Makefile
+2-21 files

NetBSD/pkgsrc-wip 5d55c7bllama.cpp Makefile distinfo

llama.cpp: include the (pre-built) web ui
DeltaFile
+5-0llama.cpp/Makefile
+3-0llama.cpp/distinfo
+8-02 files

NetBSD/pkgsrc-wip a101e5c. TODO

TODO: + tor-browser-15.0.16.
DeltaFile
+1-1TODO
+1-11 files

NetBSD/pkgsrc LY9WDLFdoc TODO

   doc/TODO: + p5-Crypt-OpenPGP-1.21 [wiz], py-ruff-0.15.18, rumdl-0.2.19.
VersionDeltaFile
1.27422+4-2doc/TODO
+4-21 files

NetBSD/pkgsrc-wip c4f028cbind920 distinfo Makefile

bind920: update to BIND version 9.20.24.

Pkgsrc changes:
 * Version bump, checksums.

Upstream changes:

Removed Features
~~~~~~~~~~~~~~~~

- Remove ineffective TCP fallback after repeated UDP timeouts.

  When an authoritative server failed to respond to two consecutive UDP
  queries, :iscman:`named` marked the next retry as TCP but still sent
  it over UDP, producing misleading dnstap records. The ineffective
  retry path has been removed; a corrected TCP fallback will be restored
  in future BIND 9 versions. :gl:`#5529`

Feature Changes

    [87 lines not shown]
DeltaFile
+3-3bind920/distinfo
+1-1bind920/Makefile
+4-42 files

NetBSD/src wmgQrJfexternal/bsd/tmux prepare-import.sh

   tmux/prepare-import.sh - script cleanups

   A bunch of minor changes that really affect nothing, but
   be sure to never use "test ... -a ...", and avoid using
        local "var=$(cmdsub)"
   or the status from the cmdsub is ignored, do it in 2 commands
        local var
        var=$(cmdsub)
   [And yes, the quotes are needed in the former version, not in the new.]

   Also, after setting a trap to cleanup in case of a signal, remove it
   again after the cleanup has been done.
VersionDeltaFile
1.8+39-22external/bsd/tmux/prepare-import.sh
+39-221 files

NetBSD/pkgsrc-wip a846798chromium options.mk Makefile

chromium: make wayland support optional

Fix build on NetBSD-10: disable wayland support with native X11_TYPE

../../ui/ozone/platform/wayland/host/drm_syncobj_ioctl_wrapper.cc:50:10: error: use of undeclared identifier 'drmSyncobjEventfd'
   50 |   return drmSyncobjEventfd(fd_.get(), handle, point, ev_fd, flags);
      |          ^~~~~~~~~~~~~~~~~
DeltaFile
+19-1chromium/options.mk
+0-4chromium/Makefile
+19-52 files

NetBSD/src GNXBkBqsys/arch/evbppc/sam460ex sam460ex_locore.S

   Properly enable FPU on Sam460ex.
VersionDeltaFile
1.2+8-1sys/arch/evbppc/sam460ex/sam460ex_locore.S
+8-11 files

NetBSD/src TxAbu2wsys/arch/evbppc/conf SAM460EX

   Enable voyagerfb mode setting on Sam460ex.
VersionDeltaFile
1.4+3-3sys/arch/evbppc/conf/SAM460EX
+3-31 files

NetBSD/src lk1gJhBsys/dev/ic sm502reg.h, sys/dev/pci/voyager voyagerfb.c files.voyager

   Implement DDC and mode setting on SM502.

   Enabled via kernel VOYAGERFB_MODE_SETTING option, disabled by default,
   since I can't test on Gdium.
VersionDeltaFile
1.36+423-5sys/dev/pci/voyager/voyagerfb.c
1.9+73-5sys/dev/ic/sm502reg.h
1.9+1-0sys/dev/pci/voyager/files.voyager
+497-103 files

NetBSD/pkgsrc UPH3vaHtextproc Makefile

   textproc: Enable gemtext2html
VersionDeltaFile
1.1593+2-1textproc/Makefile
+2-11 files

NetBSD/pkgsrc P1J8xkldoc CHANGES-2026

   doc: Added textproc/gemtext2html version 0.1
VersionDeltaFile
1.3838+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 5hFvcvntextproc/gemtext2html Makefile buildlink3.mk

   Add textproc/gemtext2html

   Gemtext2HTML is a simple ObjC library with a C interface and a command line
   utility that translates Gemtext to HTML.

   The command line utitlity acts as a filter, meaning it reads Gemtext from stdin
   and outputs HTML to stdout. This can be used to render Gemtext in Forgejo,
   including a "README.gmi" file.
VersionDeltaFile
1.1+27-0textproc/gemtext2html/Makefile
1.1+13-0textproc/gemtext2html/buildlink3.mk
1.1+7-0textproc/gemtext2html/PLIST
1.1+6-0textproc/gemtext2html/DESCR
1.1+5-0textproc/gemtext2html/distinfo
+58-05 files

NetBSD/pkgsrc Xp6YHE3net/dnscontrol distinfo go-modules.mk

   net/dnscontrol: Update to v4.42.0

   Changelog
   Major features:
   931cb38: NEW PROVIDER: WebSupport (websupport.sk) DNS provider (#4380) (@mtmn)
   Provider-specific changes:
   182888e: AZURE_DNS: Retry pending-operation conflicts (#4369) (@vatsalyagoel)
   2902072: DNSIMPLE: Update to new NS1 & NS3 nameservers (#4350) (@onlyhavecans)
   f073df4: DNSIMPLE: support init command (#4282) (@TomOnTime)
   855a01e: DOH: Fix duplicate nameservers appearing in list. (#4366) (@jfexyz)
   8bacbb3: HEDNS: Further improve authentication performance (#4359) (@rblenkinsopp)
   0e94816: HEDNS: Performance improvements (#4348) (@rblenkinsopp)
   5de73de: INWX: support init command (#4293) (@TomOnTime)
   50ca16e: PORKBUN: Fix duplicate nameservers in list. (#4367) (@jfexyz)
   e37f0d0: RWTH: Add Support for Domains with DNSSEC Disabled and Migrate to diff2 (#4180) (@psuet)
   Documentation:
   e525b91: DOCS: Homebrew install requires brew trust since Homebrew 5.1.15 (#4365) (@cafferata)
   CI/CD:
   9390084: Build(deps): Bump joi from 17.13.3 to 17.13.4 (#4377) (@dependabot[bot])

    [7 lines not shown]
VersionDeltaFile
1.3+268-268net/dnscontrol/distinfo
1.3+88-88net/dnscontrol/go-modules.mk
1.34+2-2net/dnscontrol/Makefile
+358-3583 files

NetBSD/pkgsrc JfEDWKIdoc CHANGES-2026

   doc: Updated net/dnscontrol to 4.42.0
VersionDeltaFile
1.3837+2-1doc/CHANGES-2026
+2-11 files

NetBSD/src itP152Isys/arch/evbppc/sam460ex machdep.c, sys/arch/powerpc/include/ibm4xx dcr4xx.h

   Fix up EHCI handoff from firmware on Sam460ex.

   Sam460ex uses an external ULPI PHY. EHCI HCRESET resets only the on-chip
   core, never the external PHY, so it inherited the bad state. Workaround
   that.
VersionDeltaFile
1.4+57-2sys/arch/evbppc/sam460ex/machdep.c
1.7+2-1sys/arch/powerpc/include/ibm4xx/dcr4xx.h
+59-32 files

NetBSD/src lILSnrasys/kern kern_exec.c

   Prevent a DoS attack by crafted binaries that trigger KASSERTS. Change the
   KASSERTS into errors instead. Reported by Andrew Griffiths.
VersionDeltaFile
1.533+23-14sys/kern/kern_exec.c
+23-141 files

NetBSD/src OQoj0zisys/nfs nfs_srvsocket.c nfs.h

   Prevent a DoS attack by stuffing the server with too many fragments that
   can lead to resource exhaustion and memory corruption. Reported by Andrew
   Griffiths
VersionDeltaFile
1.7+23-3sys/nfs/nfs_srvsocket.c
1.83+3-1sys/nfs/nfs.h
+26-42 files

NetBSD/src PkHkGDhsys/nfs nfs_serv.c

   Validate the rpc readdir and readdirplus cnt, siz to prevent integer overflows
   that will corrupt memory. Reported by Andrew Griffiths
VersionDeltaFile
1.185+11-5sys/nfs/nfs_serv.c
+11-51 files

NetBSD/src HlKc4Dgsys/nfs nfs_syscalls.c

   Fix memory leak. ns_frag holds the unprocessed fragments that needs to be freed.
   Reported by Andrew Griffiths
VersionDeltaFile
1.165+3-3sys/nfs/nfs_syscalls.c
+3-31 files

NetBSD/pkgsrc 9hi1yjEtime/wmclockmon distinfo, time/wmclockmon/patches patch-src_main.c patch-wmclockmon-cal_mainwindow.c

   wmclockmon: Include the correct header for bzero(3).

   Should help the SunOS build.
VersionDeltaFile
1.1+14-0time/wmclockmon/patches/patch-src_main.c
1.1+14-0time/wmclockmon/patches/patch-wmclockmon-cal_mainwindow.c
1.6+3-1time/wmclockmon/distinfo
+31-13 files

NetBSD/src Yy7y4HMsys/net if_ethersubr.c

   eliminate stray space between tabs
VersionDeltaFile
1.335+3-3sys/net/if_ethersubr.c
+3-31 files

NetBSD/src ao3lsuGsys/net if_ethersubr.c

   Fix spelling of VLAN and make comment match code more clearly.
VersionDeltaFile
1.334+3-3sys/net/if_ethersubr.c
+3-31 files

NetBSD/pkgsrc qoKW0mGwm/wmii distinfo, wm/wmii/patches patch-cmd_wmii___util.c

   wmii: Fix implicit declaration of kill(2).
VersionDeltaFile
1.1+16-0wm/wmii/patches/patch-cmd_wmii___util.c
1.19+2-1wm/wmii/distinfo
+18-12 files

NetBSD/pkgsrc vc8Rxhudevel/xdelta3 distinfo, devel/xdelta3/patches patch-xdelta3.h

   xdelta3: Build fix for GCC 14 / 15

   Fix the spelling of _POSIX_C_SOURCE so that gettimeofday gets
   properly declared.

   Verified to build on FreeBSD, NetBSD, macOS, Linux.
VersionDeltaFile
1.1+16-0devel/xdelta3/patches/patch-xdelta3.h
1.12+2-1devel/xdelta3/distinfo
+18-12 files

NetBSD/pkgsrc QOURHxywm/vtwm Makefile distinfo, wm/vtwm/patches patch-add__window.c

   vtwm: Various build fixes for GCC 14 & GCC 15.
VersionDeltaFile
1.1+19-0wm/vtwm/patches/patch-add__window.c
1.18+7-0wm/vtwm/Makefile
1.8+2-1wm/vtwm/distinfo
+28-13 files

NetBSD/pkgsrc-wip 3d5f797. Makefile, ipv6-toolkit COMMIT_MSG PLIST

ipv6-toolkit: remove, imported to pkgsrc
DeltaFile
+0-123ipv6-toolkit/COMMIT_MSG
+0-49ipv6-toolkit/PLIST
+0-31ipv6-toolkit/Makefile
+0-5ipv6-toolkit/distinfo
+0-3ipv6-toolkit/DESCR
+0-1Makefile
+0-2126 files

NetBSD/pkgsrc MNXJS5hsecurity/ipv6-toolkit PLIST Makefile, security/ipv6-toolkit/patches patch-Makefile patch-aa

   security/ipv6-toolkit: Update to v2.2

   SI6 Networks IPv6 Toolkit 2.2
      * All: Ensure consistency in version numbers across tools and documentation.
      * path6: Fix bug that prevented setting TCP flags
      * blackhole6: Fixed bug that lead to errors for paths >= 10 hops
      * blackhole6: Polished the code
        Removed unnecessary comments, and prevented some internal errors to make it
        to the tool output.
      * blackhole6: Set different default destination port numbers for TCP and UDP
        The default UDP destination port has been changed to port 53.

   SI6 Networks IPv6 Toolkit v2.1 (Jan)
      * addr6: Add support for accepting only one address per prefix
        Option '--block-dup-preflen' was added
      * scan6: Fix bug in smart scan
        There was a bug in the generation of low-byte and pattern-byte addresses.
      * scan6: Improve VMWare scans
        We have now added vSphere and ESX server entries

    [104 lines not shown]
VersionDeltaFile
1.4+36-13security/ipv6-toolkit/PLIST
1.10+20-22security/ipv6-toolkit/Makefile
1.2+0-17security/ipv6-toolkit/DESCR
1.13+4-6security/ipv6-toolkit/distinfo
1.4+1-1security/ipv6-toolkit/patches/patch-Makefile
1.5+1-1security/ipv6-toolkit/patches/patch-aa
+62-606 files

NetBSD/pkgsrc aFCaNbqdoc CHANGES-2026

   doc: Updated security/ipv6-toolkit to 2.2
VersionDeltaFile
1.3836+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GXnOCSVx11/xgrk distinfo, x11/xgrk/patches patch-xgrk.c

   xgrk: Fix build with GCC 14.

   Include <string.h> for strcmp(3) and memcmp(3).

   Fix an implicit int so that this compiles with GCC 14.
VersionDeltaFile
1.1+24-0x11/xgrk/patches/patch-xgrk.c
1.7+2-1x11/xgrk/distinfo
+26-12 files