NetBSD/pkgsrc PxfjVh5doc CHANGES-2026

   Updated print/p5-LaTeX-Driver to 1.3.1
VersionDeltaFile
1.4830+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UlDRNgqprint/p5-LaTeX-Driver Makefile distinfo, print/p5-LaTeX-Driver/patches patch-Makefile.PL

   Update to 1.3.1

   Upstream changes:
   1.3.1   2026-01-07
      - Fix version numbers
   1.3.0   2026-01-07
      - Fix RT #152478: program_path() exists even without executable
VersionDeltaFile
1.12+4-5print/p5-LaTeX-Driver/distinfo
1.36+3-4print/p5-LaTeX-Driver/Makefile
1.3+1-1print/p5-LaTeX-Driver/patches/patch-Makefile.PL
+8-103 files

NetBSD/pkgsrc BMj4ehvdoc CHANGES-pkgsrc-2026Q2

   doc: update for 7198
VersionDeltaFile
1.1.2.10+4-1doc/CHANGES-pkgsrc-2026Q2
+4-11 files

NetBSD/pkgsrc XrBsxbXsecurity/vaultwarden options.mk Makefile, security/vaultwarden/patches patch-.env.template

   Pullup ticket #7198 - requested by hauke
   security/vaultwarden: Security fix

   Revisions pulled up:
   - security/vaultwarden/Makefile                                 1.27
   - security/vaultwarden/cargo-depends.mk                         1.16
   - security/vaultwarden/distinfo                                 1.19
   - security/vaultwarden/options.mk                               1.13
   - security/vaultwarden/patches/patch-.env.template              1.4

   ---
      Module Name:    pkgsrc
      Committed By:   hauke
      Date:           Mon Jul 27 13:32:05 UTC 2026

      Modified Files:
              pkgsrc/security/vaultwarden: Makefile cargo-depends.mk distinfo
                  options.mk
              pkgsrc/security/vaultwarden/patches: patch-.env.template

    [68 lines not shown]
VersionDeltaFile
1.18.2.1+575-647security/vaultwarden/distinfo
1.15.2.1+190-214security/vaultwarden/cargo-depends.mk
1.3.8.1+9-9security/vaultwarden/patches/patch-.env.template
1.12.2.1+2-2security/vaultwarden/options.mk
1.26.2.1+2-2security/vaultwarden/Makefile
+778-8745 files

NetBSD/src cpIqZMCcrypto/external/bsd/openssh/dist sshd-session.c

   sshd-session: For libwrap, only check "sshd"

   Previously, both "sshd" and "sshd-session" were checked, which
   does not work for some hosts.allow configurations, as described
   in PR bin/60512.

   Instead, only check "sshd" again as done before sshd-session was
   introduced; "sshd-session" is an internal implementation detail,
   and we should just use "sshd" consistently.

   OK christos
VersionDeltaFile
1.14+4-6crypto/external/bsd/openssh/dist/sshd-session.c
+4-61 files

NetBSD/pkgsrc-wip 11427a0zoneminder Makefile

zoneminder: Patrol comments and clean up

NFCI -- this is just aligning comments/explanations to reality and
somewhat simplifing the PKGNAME/DISTNAME/GITHUB_TAG situation.
DeltaFile
+18-18zoneminder/Makefile
+18-181 files

NetBSD/src l2iS5Fhdistrib/sets/lists/comp mi

   add openssl hpke.h header to set list

   untested, but should fix the build breakage - new header is now installed
VersionDeltaFile
1.2529+2-1distrib/sets/lists/comp/mi
+2-11 files

NetBSD/src saDy8pXsbin/efi main.c, sys/fs/nfs/common oldnfsproto.h nfsproto.h

   s/setable/settable in comments and a man page
VersionDeltaFile
1.2+143-13sys/fs/nfs/common/nfsproto.h
1.5+4-4sys/fs/nfs/server/nfs_nfsdport.c
1.2+4-4sys/fs/nfs/common/oldnfsproto.h
1.19+3-3sys/nfs/nfsproto.h
1.7+3-3sys/fs/nfs/server/nfs_nfsdserv.c
1.8+3-3sbin/efi/main.c
+160-305 files not shown
+171-4111 files

NetBSD/pkgsrc-wip 71d21eap0f TODO PLIST

p0f: initial installable state

Now it builds but still need to be double-checked for portability issues
due build.sh.
DeltaFile
+5-11p0f/Makefile
+2-5p0f/PLIST
+1-1p0f/TODO
+8-173 files

NetBSD/pkgsrc-wip fd9cbd0tuicr PLIST COMMIT_MSG

Add devel/tuicr v.0.1.19, TUI for GitHub or GitLab reviews
DeltaFile
+1,148-0tuicr/distinfo
+383-0tuicr/cargo-depends.mk
+20-0tuicr/Makefile
+16-0tuicr/DESCR
+3-0tuicr/COMMIT_MSG
+2-0tuicr/PLIST
+1,572-06 files

NetBSD/pkgsrc-wip 62a7ef1neo PLIST COMMIT_MSG

Add dele/neo - a terminal-based AI coding agent written in go, v.0.4.1
DeltaFile
+194-0neo/distinfo
+65-0neo/go-modules.mk
+18-0neo/Makefile
+14-0neo/DESCR
+3-0neo/COMMIT_MSG
+2-0neo/PLIST
+296-06 files

NetBSD/pkgsrc-wip 37d264dharper COMMIT_MSG DESCR

Add misc/harper v.2.6.0. This is an English language grammar checker
DeltaFile
+3,224-0harper/distinfo
+1,075-0harper/cargo-depends.mk
+37-0harper/Makefile
+3-0harper/PLIST
+1-0harper/COMMIT_MSG
+1-0harper/DESCR
+4,341-06 files

NetBSD/src Nxty5mwcrypto/external/apache2/openssl/lib/libcrypto Makefile, distrib/sets/lists/comp mi

   openssl: Install byteorder.h, hpke.h, and ml_kem.h.

   Sort INCS and format it to make detecting changes a little easier by
   diff from:

   ls ../../dist/include/openssl | sed -E -e 's,(\.in)?$, \\,'

   Nix separate sections for IDEA/MDC2/RC5; the patents on these have
   long since expired so it's not worth mentioning them separately.
   (The algorithms are also all obsolete, but if OpenSSL ships the
   header files, we should do so too.)

   PR lib/60511: openssl set lists differences to pkgsrc
VersionDeltaFile
1.4+10-12crypto/external/apache2/openssl/lib/libcrypto/Makefile
1.2528+4-1distrib/sets/lists/comp/mi
+14-132 files

NetBSD/pkgsrc-wip 26c2e7bp0f TODO

p0f: Add TODO
DeltaFile
+1-0p0f/TODO
+1-01 files

NetBSD/pkgsrc-wip 56dc952p0f Makefile, p0f/patches patch-p0f-query.c patch-build.sh

p0f: Update to 3.09b

Update to the latest release 3.09b.

Still not building, there is a bit of work to do because the build
system is completely changed!
DeltaFile
+0-31p0f/patches/patch-aa
+0-22p0f/patches/patch-ae
+0-21p0f/patches/patch-ad
+15-0p0f/patches/patch-build.sh
+0-14p0f/patches/patch-p0f-query.c
+5-7p0f/Makefile
+20-951 files not shown
+24-1027 files

NetBSD/pkgsrc-wip 5672fd5java-netty TODO

java-netty: Add recent CVEs
DeltaFile
+2-1java-netty/TODO
+2-11 files

NetBSD/pkgsrc-wip b43ef1adnscontrol5 PLIST TODO

dnscontrol5: dnscontrol-5.0.0-rc2 - test package
DeltaFile
+1,865-0dnscontrol5/distinfo
+622-0dnscontrol5/go-modules.mk
+28-0dnscontrol5/Makefile
+8-0dnscontrol5/DESCR
+2-0dnscontrol5/PLIST
+2-0dnscontrol5/TODO
+2,527-01 files not shown
+2,528-07 files

NetBSD/src zOEY3YBsys/dev fss.c

   Bracket I/O from or to the backing store with fstrans_start_lazy()
   so the fss device doesn't block before the file system is suspended.

   Should fix some deadlocks with revokation of ttys.

   PR kern/59663 (ffs_snapshot_read -> uvm_fault (or pool page empty)
VersionDeltaFile
1.116+8-2sys/dev/fss.c
+8-21 files

NetBSD/pkgsrc MqpVT9rnet/samba4 distinfo, net/samba4/patches patch-buildtools_wafsamba_wscript patch-source4_torture_local_nss__tests.c

   samba4: Additional SunOS build fixes.
VersionDeltaFile
1.3+19-31net/samba4/patches/patch-source4_torture_local_nss__tests.c
1.4+5-3net/samba4/patches/patch-buildtools_wafsamba_wscript
1.128+3-2net/samba4/distinfo
+27-363 files

NetBSD/pkgsrc-wip d190927. Makefile

wip: Add p0f
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 5b9e957p0f DESCR Makefile, p0f/patches patch-p0f-query.c patch-ad

p0f: Import p0f-2.0.8nb1

P0f v2 is a versatile passive OS fingerprinting tool. P0f can identify the
operating system on:

- machines that connect to your box (SYN mode),
- machines you connect to (SYN+ACK mode),
- machine you cannot connect to (RST+ mode),
- machines whose communications you can observe.

P0f can also do many other tricks, and can detect or measure the following:

- firewall presence or masquerading (useful for policy enforcement),
- presence of a load balancer setup,
- the distance to the remote system and its uptime,
- other guy's network hookup (DSL, OC3, avian carriers) and his ISP.

Imported from security/p0f.
DeltaFile
+46-0p0f/Makefile
+31-0p0f/patches/patch-aa
+22-0p0f/patches/patch-ae
+21-0p0f/patches/patch-ad
+14-0p0f/DESCR
+14-0p0f/patches/patch-p0f-query.c
+148-02 files not shown
+165-08 files

NetBSD/pkgsrc-wip f10d620llama.cpp TODO

llama.cpp: Add reference to CVE-2026-17500
DeltaFile
+2-0llama.cpp/TODO
+2-01 files

NetBSD/pkgsrc-wip b0250e2whisper.cpp TODO

whisper.cpp: Add references to recent CVEs
DeltaFile
+1-1whisper.cpp/TODO
+1-11 files

NetBSD/src Qk7Wqi3sys/uvm/pmap pmap.c

   Don't use pmap_update in pmap_{page_protect,clear_attribute} as the
   PMAP_DEFERRED_ACTIVATE logic doesn't apply. Instead create a new
   pmap_shootdown which performs the necessary shootdowns for
   PMAP_TLB_NEED_SHOOTDOWN architectures.
VersionDeltaFile
1.107+19-9sys/uvm/pmap/pmap.c
+19-91 files

NetBSD/src VaqKmWjsys/arch/arm/ti ti_motgphy.c

   Fix some whitespace issues noted by Brook
VersionDeltaFile
1.2+28-28sys/arch/arm/ti/ti_motgphy.c
+28-281 files

NetBSD/pkgsrc S7EGakIdoc CHANGES-2026

   doc: Updated net/tailscale to 1.98.10
VersionDeltaFile
1.4829+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HuFGn1fnet/tailscale Makefile go-modules.mk

   tailscale: update to 1.98.10

   - Tailscale SSH Unix socket forwarding respects symlink permissions
   - Tailscale SSH preforms additional checks to disallow UIDs and
     numeric-only usernames
VersionDeltaFile
1.9+64-64net/tailscale/distinfo
1.5+21-21net/tailscale/go-modules.mk
1.26+3-3net/tailscale/Makefile
+88-883 files

NetBSD/pkgsrc nVQUus0doc CHANGES-2026

   doc: Updated graphics/shaderc to 2026.3
VersionDeltaFile
1.4828+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc N4Vqksggraphics/shaderc Makefile distinfo

   shaderc: update to 2026.3

   v2026.3 2026-07-15
    - Deprecate HLSL compilation.
        - Add build option SHADERC_ENABLE_HLSL to build Shaderc without
          HLSL support.
VersionDeltaFile
1.2+7-7graphics/shaderc/distinfo
1.2+2-3graphics/shaderc/Makefile
+9-102 files

NetBSD/pkgsrc ohreXjcdoc CHANGES-2026

   doc: Updated www/firefox-l10n to 153.0.1
VersionDeltaFile
1.4827+2-1doc/CHANGES-2026
+2-11 files