FreeBSD/src 8a13adfshare/man/man7 d.7

d.7: Correct a few typos in the manual page

- s/occurance/occurrence/
- s/Univeristy/University/

MFC after:      5 days
DeltaFile
+3-3share/man/man7/d.7
+3-31 files

FreeBSD/src 89234ffshare/man/man4 umass.4

umass.4: Correct a typo in the manual page

- s/Sotrage/Storage/

MFC after:      5 days
DeltaFile
+1-1share/man/man4/umass.4
+1-11 files

NetBSD/pkgsrc-wip c991273knot PLIST Makefile, knot/files knot.sh

knot: remove, imported to pkgsrc (without buildlink)
DeltaFile
+0-105knot/PLIST
+0-74knot/Makefile
+0-41knot/files/knot.sh
+0-41knot/COMMIT_MSG
+0-27knot/patches/patch-samples_Makefile.in
+0-20knot/buildlink3.mk
+0-3083 files not shown
+0-3189 files

FreeBSD/ports 737662bdevel/py-ty distinfo Makefile

devel/py-ty: Update to 0.0.49

Changelog: https://github.com/astral-sh/ty/blob/0.0.49/CHANGELOG.md

Reported by:    Repology
DeltaFile
+3-3devel/py-ty/distinfo
+1-1devel/py-ty/Makefile
+4-42 files

NetBSD/pkgsrc CVUWTDRnet/knot Makefile distinfo

   net/knot: Update to 3.5.5

   Knot DNS 3.5.5 (2026-06-12)
   Features:

   knotd: support for binding wildcard addresses to a specific network interface
   mod-alias: ALIAS record synthesis from locally served targets (Thanks to Bron Gondwana) !1867 (merged)

   Improvements:

   knotd: zone XFR freeze state is persistent across restarts by storing it in timers
   knotd: optimized rescheduled DNSSEC validation
   knotd: hardened manually triggered DNSSEC validation
   utils: configuration detection fails if the database is empty or inaccessible
   utils: LMDB reader lock table is purged even for read-only access
   utils: errors when writing to stdout are reported
   libs: upgraded embedded libngtcp2 to 1.23.0
   doc: various improvements


    [22 lines not shown]
VersionDeltaFile
1.99+8-11net/knot/Makefile
1.53+4-4net/knot/distinfo
+12-152 files

NetBSD/pkgsrc 1VcjEgFdoc CHANGES-2026

   doc: Updated net/knot to 3.5.5
VersionDeltaFile
1.3801+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc-wip 193d5f6. Makefile, py-zensical PLIST distinfo

py-zensical: remove, imported to pkgsrc
DeltaFile
+0-16,609py-zensical/PLIST
+0-530py-zensical/distinfo
+0-177py-zensical/cargo-depends.mk
+0-28py-zensical/Makefile
+1-2Makefile
+0-2py-zensical/DESCR
+1-17,3486 files

NetBSD/pkgsrc-wip 46273a6mtr Makefile options.mk

mtr: remove, imported to pkgsrc
DeltaFile
+0-27mtr/Makefile
+0-19mtr/options.mk
+0-11mtr/COMMIT_MSG
+0-7mtr/PLIST
+0-6mtr/DESCR
+0-5mtr/distinfo
+0-751 files not shown
+0-767 files

NetBSD/pkgsrc Tt7dPfrnet/mtr distinfo Makefile

   net/mtr: Update to 0.96

   WHAT'S NEW?
   V0.96

   Merge branch 'traviscross:master' into master
   Change UDP and ICMP sockets binding to accept a source IP from the -a CLI option
   Adjust MIN_PORT to match other implementations
   Handle EHOSTDOWN and refine error handling better granularity
   [...]
   More in NEWS
VersionDeltaFile
1.56+4-4net/mtr/distinfo
1.133+3-4net/mtr/Makefile
+7-82 files

FreeBSD/src f257497sys/dev/acpica acpi_timer.c

acpi(4): Fix a typo in a source code comment

- s/freqency/frequency/

MFC after:      3 days
DeltaFile
+1-1sys/dev/acpica/acpi_timer.c
+1-11 files

NetBSD/pkgsrc dlJAI3sdoc CHANGES-2026 TODO

   doc: Updated net/mtr to 0.96
VersionDeltaFile
1.3800+2-1doc/CHANGES-2026
1.27406+1-2doc/TODO
+3-32 files

FreeBSD/src 58cf810sys/dev/clk clknode_if.m

clk: Fix a typo in a source code comment

- s/freqency/frequency/

MFC after:      3 days
DeltaFile
+1-1sys/dev/clk/clknode_if.m
+1-11 files

FreeBSD/src 0ea84e9sys/dev/et if_et.c

et(4): Fix a typo in a source code comment

- s/Diable/Disable/

MFC after:      3 days
DeltaFile
+1-1sys/dev/et/if_et.c
+1-11 files

FreeBSD/src 6280a06sys/dev/qcom_clk qcom_clk_rcg2.c

qcom_clk: Fix a typo in a source code comment

- s/freqency/frequency/

MFC after:      3 days
DeltaFile
+1-1sys/dev/qcom_clk/qcom_clk_rcg2.c
+1-11 files

FreeBSD/src 54e4b9csys/dev/ufshci ufshci_ctrlr.c

ufshci(4): Fix a typo in a source code comment

- s/Diable/Disable/

MFC after:      3 days
DeltaFile
+1-1sys/dev/ufshci/ufshci_ctrlr.c
+1-11 files

OpenBSD/src c1DcgJ2usr.sbin/relayd config.c

   relayd: read imsg payloads via the new imsg/ibuf getters

   Convert the config_get* handlers from IMSG_SIZE_CHECK() + memcpy() to
   the new imsg API. Fixed-size payloads use imsg_get_data(). Functions
   with a fixed header followed by variable-length data use imsg_get_ibuf()
   + ibuf_get() and read the remainder from the same ibuf cursor, since
   imsg_get_data() requires the payload to match the requested size
   exactly.

   Feedback and OK claudio
VersionDeltaFile
1.52+117-73usr.sbin/relayd/config.c
+117-731 files

OpenBSD/src 8WA2KFZusr.bin/tmux layout-custom.c

   Return early if connect construct cell, reported by Jere Viikari.
VersionDeltaFile
1.34+3-1usr.bin/tmux/layout-custom.c
+3-11 files

FreeBSD/src dd8ba1fsys/dev/sdhci fsl_sdhci.c

sdhci(4): Fix a typo in a source code comment

- s/freqency/frequency/

MFC after:      3 days
DeltaFile
+1-1sys/dev/sdhci/fsl_sdhci.c
+1-11 files

FreeBSD/src 49ced8dsys/dev/aic7xxx aic79xx.c aic7xxx.seq

aic7xxx: Fix two typos in source code comments

- s/Diable/Disable/
- s/connonical/canonical/

MFC after:      3 days
DeltaFile
+1-1sys/dev/aic7xxx/aic79xx.c
+1-1sys/dev/aic7xxx/aic7xxx.seq
+2-22 files

OpenBSD/src dlbfYuiusr.sbin/relayd control.c pfe.c

   relayd: convert control imsg forwarding to imsg_forward()

   Rework control_imsg_forward() to forward the message unaltered via
   imsg_forward() instead of rebuilding it with imsg_compose_event().

   read the type via imsg_get_type(), dropping the manual header-length
   Switch to use read the payload with imsg_get_data() and checks and the
   memcpy() that wrote the data back into the imsg before forwarding.

   OK claudio
VersionDeltaFile
1.67+47-49usr.sbin/relayd/control.c
1.94+5-5usr.sbin/relayd/pfe.c
1.282+2-2usr.sbin/relayd/relayd.h
+54-563 files

OpenBSD/src kNIAQ4Ausr.sbin/relayd pfe.c relay.c

   relayd: use imsg_get_data() and imsg_get_type()

   Replace IMSG_SIZE_CHECK() + memcpy()/bcopy() with imsg_get_data(),
   which does the length check and copy in one call, and read the message
   type via imsg_get_type() instead of imsg->hdr.type.

   OK claudio
VersionDeltaFile
1.93+18-18usr.sbin/relayd/pfe.c
1.264+13-13usr.sbin/relayd/relay.c
1.84+6-6usr.sbin/relayd/hce.c
1.51+6-6usr.sbin/relayd/ca.c
+43-434 files

OpenBSD/src Cq2wbxvusr.sbin/relayd proc.c control.c

   relayd: convert proc.c to new imsg API

   Replace IMSG_SIZE_CHECK() + memcpy() with imsg_get_data(), which does
   the length check and copy in one call. Use the imsg accessors
   (imsg_get_*) instead of touching imsg.hdr directly and
   imsgbuf_get()/imsgbuf_read() instead of imsg_get().

   Rewrite proc_forward_imsg() to use imsg_forward() per target imsgbuf
   instead of re-composing via proc_compose_imsg(); arm the write event
   with imsg_event_add() after each forward.

   proc_forward_imsg() never forwarded an fd, and imsg_forward() rewinds
   the buffer internally, so multiple forwards per message keep working.

   Drop the now-unused n parameter (all callers passed -1).

   ok claudio@
VersionDeltaFile
1.54+32-19usr.sbin/relayd/proc.c
1.66+5-5usr.sbin/relayd/control.c
1.281+2-2usr.sbin/relayd/relayd.h
+39-263 files

NetBSD/pkgsrc-wip 7c572cd. Makefile, shellcheck PLIST COMMIT_MSG

shellcheck: remove, imported to pkgsrc
DeltaFile
+0-153shellcheck/PLIST
+0-28shellcheck/COMMIT_MSG
+0-26shellcheck/Makefile
+0-16shellcheck/DESCR
+0-5shellcheck/distinfo
+0-1Makefile
+0-2296 files

NetBSD/pkgsrc XmDnPnTshells/shellcheck distinfo Makefile

   shells/shellcheck: Update to v0.11.0

   v0.11.0 - 2025-08-03
   Added
   SC2327/SC2328: Warn about capturing the output of redirected commands.
   SC2329: Warn when (non-escaping) functions are never invoked.
   SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox.
   SC2331: Suggest using standard -e instead of unary -a in tests.
   SC2332: Warn about [ ! -o opt ] being unconditionally true in Bash.
   SC3062: Warn about bashism [ -o opt ].
   Optional avoid-negated-conditions: suggest replacing [ ! a -eq b ]
   with [ a -ne b ], and similar for -ge/-lt/=/!=/etc (SC2335).
   Precompiled binaries for Linux riscv64 (linux.riscv64)
   Changed
   SC2002 about Useless Use Of Cat is now disabled by default. It can be
   re-enabled with --enable=useless-use-of-cat or equivalent directive.
   SC2236/SC2237 about replacing [ ! -n .. ] with [ -z ] and vice versa
   is now optional under avoid-negated-conditions.
   SC2015 about A && B || C no longer triggers when B is a test command.

    [9 lines not shown]
VersionDeltaFile
1.8+4-4shells/shellcheck/distinfo
1.22+3-4shells/shellcheck/Makefile
+7-82 files

NetBSD/pkgsrc K4RqHs7doc CHANGES-2026 TODO

   doc: Updated shells/shellcheck to 0.11.0
VersionDeltaFile
1.3799+2-1doc/CHANGES-2026
1.27405+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc-wip 55a7e91. Makefile, 6tunnel Makefile COMMIT_MSG

6tunnel: remove, imported to pkgsrc
DeltaFile
+0-196tunnel/Makefile
+0-126tunnel/COMMIT_MSG
+0-56tunnel/distinfo
+0-36tunnel/DESCR
+0-36tunnel/PLIST
+0-1Makefile
+0-436 files

NetBSD/pkgsrc HK2BN6Dnet/6tunnel Makefile distinfo

   net/6tunnel: Update to 0.14

   6tunnel-0.14 Latest
   @wojtekka wojtekka released this Sep 3, 2025

   Changes by Wojtek Kaniewski:
   Modify test script to use Python 3.
   Remove unused variables.
   Stop using sockaddr for generic storage.
   Add -V parameter to print version.
   Changes by pgajdos:
   Fix compilation with GCC 15.
VersionDeltaFile
1.20+4-9net/6tunnel/Makefile
1.12+4-4net/6tunnel/distinfo
+8-132 files

NetBSD/pkgsrc twATcC9doc CHANGES-2026

   doc: Updated net/6tunnel to 0.14
VersionDeltaFile
1.3798+2-1doc/CHANGES-2026
+2-11 files

OpenBSD/ports FWiH9Fldevel/libgit2/py-git2 distinfo Makefile

   Update to py3-git2-1.19.3.
VersionDeltaFile
1.58+2-2devel/libgit2/py-git2/distinfo
1.85+1-1devel/libgit2/py-git2/Makefile
+3-32 files

NetBSD/pkgsrc-wip 2650ab8. Makefile, bftpd Makefile COMMIT_MSG

bftpd: remove, imported to pkgsrc
DeltaFile
+0-47bftpd/Makefile
+0-33bftpd/COMMIT_MSG
+0-11bftpd/DESCR
+0-5bftpd/distinfo
+0-4bftpd/PLIST
+0-1Makefile
+0-1016 files