FreeBSD/src 6904270usr.sbin/syslogd syslogd.c, usr.sbin/syslogd/tests syslogd_test.sh

syslogd: Fix ereregex property filters and add test

This change fixes Bug 293879, where ereregex filters in syslogd
did not handle alternation correctly.

The issue appears to come from mixing up two different kinds of
flags: syslogd's internal serialized filter flags in
usr.sbin/syslogd/syslogd.h, and the regex compilation flags from
include/regex.h. ereregex was storing REG_EXTENDED in cmp_flags,
even though cmp_flags is meant to carry syslogd's own FILT_FLAG_*
values for configuration serialization and reconstruction.

REG_EXTENDED has the same bit value as FILT_FLAG_EXCLUDE, so the
filter could be reconstructed with the wrong semantics.

The fix stores FILT_FLAG_EXTENDED instead, allowing syslogd to
correctly REG_EXTENDED when compiling the regex.

A test was also added for both ereregex and !ereregex filters.

    [7 lines not shown]
DeltaFile
+22-0usr.sbin/syslogd/tests/syslogd_test.sh
+1-1usr.sbin/syslogd/syslogd.c
+23-12 files

FreeBSD/ports 70c8688security/nmap/files patch-libdnet-stripped_configure patch-nping_Crypto.cc

security/nmap: Update to 7.99
DeltaFile
+0-29security/nmap/files/patch-libdnet-stripped_configure
+0-13security/nmap/files/patch-nping_Crypto.cc
+0-13security/nmap/files/patch-nse__openssl.cc
+0-13security/nmap/files/patch-nse__ssl__cert.cc
+0-11security/nmap/files/patch-libdnet-stripped_src_intf.c
+3-3security/nmap/files/patch-liblua_Makefile
+3-822 files not shown
+7-878 files

FreeBSD/ports 79b10aesecurity/nmap-devel Makefile distinfo

security/nmap-devel: Update to the latest GH commit
DeltaFile
+3-4security/nmap-devel/Makefile
+3-3security/nmap-devel/distinfo
+6-72 files

FreeBSD/src e7de7fesys/dev/usb usbdevs

usbdevs: Add USB device IDs for Nuand bladeRF SDR

Add vendor and product IDs for bladeRF family of USB software defined radios manufactured by Nuand LLC.

Reviewed by:    imp, adrian
Differential Revision:  https://reviews.freebsd.org/D54733
DeltaFile
+7-0sys/dev/usb/usbdevs
+7-01 files

FreeBSD/ports eba9e07accessibility/py-atspi distinfo Makefile

accessibility/py-atspi: update to 2.58.2

Update to 2.58.2

NO_ARCH= yes (truckman)

PR:             293976
DeltaFile
+3-3accessibility/py-atspi/distinfo
+2-3accessibility/py-atspi/Makefile
+5-62 files

FreeBSD/ports 8a410b3x11-toolkits/libadwaita distinfo Makefile

x11-toolkits/libadwaita: update to 1.8.5.1

Update to 1.8.5.1

  ===============
  Version 1.8.5.1
  ===============

  - Translation updates
    - Czech

Pet portclippy (truckman)

PR:             293982
DeltaFile
+3-3x11-toolkits/libadwaita/distinfo
+1-1x11-toolkits/libadwaita/Makefile
+4-42 files

FreeBSD/ports 9b61aedx11/zenity4 Makefile distinfo

x11/zenity4: update to 4.2.2

Update to 4.2.2

  Zenity 4.2.2
    Bugfix release for Zenity 4.2.x.

    Changes and fixes since 4.2.1:
    - colview: Actually hide header via --hide-header when possible (Logan
      Rathbone) (!58)

PR:             293975
DeltaFile
+4-4x11/zenity4/Makefile
+3-3x11/zenity4/distinfo
+7-72 files

FreeBSD/ports 79b49besecurity/py-argon2-cffi Makefile distinfo

security/py-argon2-cffi: Update to 25.1.0

PR:             293712
Reported by:    wen@
Approved by:    maintainer(timeout, > 14 days)
DeltaFile
+5-3security/py-argon2-cffi/Makefile
+3-3security/py-argon2-cffi/distinfo
+8-62 files

FreeBSD/ports 32b965ascience/orthanc Makefile

science/orthanc: Use unversioned dcmtk DATADIR

The dcmtk port's DATADIR includes PKGVERSION in the directory
name, e.g. PREFIX/share/dcmtk-3.7.0.  Starting with dcmtk-3.7.0_1,
a symlink to PREFIX/share/dcmtk is also installed, so that consumers
like orthanc, which need to access the dcmtk dictionary files, won't
break every time dcmtk is upgraded.

This commit removes the dcmtk version from the orthanc config to
use the symlink and avoid future breakage.
DeltaFile
+4-4science/orthanc/Makefile
+4-41 files

FreeBSD/ports a0b10ffaudio/noson distinfo Makefile

audio/noson: Update to 2.12.27
DeltaFile
+3-3audio/noson/distinfo
+1-1audio/noson/Makefile
+1-1audio/noson/pkg-plist
+5-53 files

FreeBSD/ports e28222faudio/noson-app distinfo Makefile

audio/noson-app: Update to 5.6.19
DeltaFile
+3-3audio/noson-app/distinfo
+1-1audio/noson-app/Makefile
+4-42 files

FreeBSD/ports 84e3ba6net-im/gotosocial distinfo Makefile

net-im/gotosocial: update to 0.21.2

PR: 293987
DeltaFile
+5-5net-im/gotosocial/distinfo
+1-1net-im/gotosocial/Makefile
+6-62 files

FreeBSD/ports f94407feditors/neovim distinfo Makefile

editors/neovim: Update to 0.11.7
DeltaFile
+9-9editors/neovim/distinfo
+4-4editors/neovim/Makefile
+13-132 files

FreeBSD/ports f6eba67audio/cantata distinfo Makefile, audio/cantata/files patch-models_streamsmodel.cpp

audio/cantata: Update to 3.4.0
DeltaFile
+14-0audio/cantata/files/patch-models_streamsmodel.cpp
+3-7audio/cantata/distinfo
+3-5audio/cantata/Makefile
+20-123 files

FreeBSD/src b65e7b4sys/fs/nfsserver nfs_nfsdsocket.c

nfs_nfsdsocket.c: All Copy and Clone across file systems

For some server file system types, such as ZFS, a Copy/Clone
operation can be done across file systems of the same file
system type.

As such, this patch allows the Copy/Clone to be attempted
when the file handles are for files on different file systems.

This fixes a problem for exported ZFS file systems when a
copy_files on file_range(2) between file systems in the same
NFSv4 mount is attempted.

PR:     294010
MFC after:      2 weeks
DeltaFile
+2-1sys/fs/nfsserver/nfs_nfsdsocket.c
+2-11 files

FreeBSD/doc 5fdc4d0website/content/en/cgi man.cgi

minor updates for Debian 13.x and macOS manpages
DeltaFile
+6-6website/content/en/cgi/man.cgi
+6-61 files

FreeBSD/doc 2c2fd8dwebsite/content/en/cgi man.cgi

add manual pages for OpenIndiana 2025.10
DeltaFile
+7-1website/content/en/cgi/man.cgi
+7-11 files

FreeBSD/ports eafbc24www/nginx-acme distinfo Makefile.cargo, www/nginx-acme/files extra-patch-src_conf_order.rs-devel

www/nginx-acme: Update to 0.3.1

Changelog: https://github.com/nginx/nginx-acme/releases

Sponsored by:   Netzkommune GmbH
DeltaFile
+91-173www/nginx-acme/distinfo
+44-85www/nginx-acme/Makefile.cargo
+0-11www/nginx-acme/files/extra-patch-src_conf_order.rs-devel
+2-3www/nginx-acme/Makefile
+137-2724 files

FreeBSD/ports 26e473dmisc/ollama pkg-message

misc/ollama: Add to pkg-message
DeltaFile
+20-0misc/ollama/pkg-message
+20-01 files

FreeBSD/ports b3698bbmath/lean4 Makefile

math/lean4: Add comment
DeltaFile
+1-1math/lean4/Makefile
+1-11 files

FreeBSD/ports b582db6x11 Makefile, x11/wl-find-cursor Makefile distinfo

x11/wl-find-cursor: New port: Highlight and print out mouse position on Wayland

wl-find-cursor is a tool to highlight and print out global mouse position
on Wayland, especially for compositors based on wlroots, such as Sway.
WWW: https://github.com/cjacker/wl-find-cursor

PR:             293818
Reported by:    agathos5 at gmail.com, linimon (WantedPorts)
Approved by:    vvd (mentor)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+44-0x11/wl-find-cursor/files/patch-Makefile
+25-0x11/wl-find-cursor/Makefile
+3-0x11/wl-find-cursor/distinfo
+2-0x11/wl-find-cursor/pkg-descr
+1-0x11/Makefile
+75-05 files

FreeBSD/ports 6dd5910science/py-tensorflow pkg-plist Makefile.MASTER_SITES, science/py-tensorflow/files/bazel riegeli-xopen-source.patch fix-pybind11_protobuf.patch

science/py-tensorflow: update 2.13.1 → 2.21.0

PR:             294036
DeltaFile
+0-1,105science/py-tensorflow/pkg-plist
+146-84science/py-tensorflow/Makefile.MASTER_SITES
+131-55science/py-tensorflow/Makefile
+115-57science/py-tensorflow/distinfo
+160-0science/py-tensorflow/files/bazel/riegeli-xopen-source.patch
+57-94science/py-tensorflow/files/bazel/fix-pybind11_protobuf.patch
+609-1,39573 files not shown
+1,556-1,98579 files

FreeBSD/ports bd2c33fmisc/gemini-cli pkg-plist distinfo, misc/gemini-cli/files package-lock.json

misc/gemini-cli: update 0.34.0 → 0.35.3
DeltaFile
+3,465-74misc/gemini-cli/pkg-plist
+702-100misc/gemini-cli/files/package-lock.json
+3-3misc/gemini-cli/distinfo
+1-1misc/gemini-cli/Makefile
+4,171-1784 files

FreeBSD/ports c8d688cdevel/crc32c Makefile, devel/google-cloud-cpp Makefile

*/*: Reset maintainer amzo1337 at gmail.com to ports at FreeBSD.org

The maintainer's last activity was a Bugzilla submission in September 2022 about updating py-keras.
No activity of any kind afterwards.

Account of failures to respond spanning for 3+ years (the FreeBSD policy is 3 months) is below.

maintainer timeouts in science/py-tensorflow:
* Jul 1 06:23:34 2025
* Feb 23 05:18:05 2026

unanswered bug reports for science/py-tensorflow:
┌─────────────────────────────────────────────────────────────────────┬─────────────────────────┬───────────────────────┬────────────┬────────────┐
│ Bug                                                                 │ Port                    │ Summary               │ Filed      │ Timed Out  │
├─────────────────────────────────────────────────────────────────────┼─────────────────────────┼───────────────────────┼────────────┼────────────┤
│ #278571 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278571)  │ science/py-tensorflow   │ Update 2.9.1 → 2.16.1 │ 2024-04-24 │ 2025-01-28 │
└─────────────────────────────────────────────────────────────────────┴─────────────────────────┴───────────────────────┴────────────┴────────────┘

maintainer timeout on devel/google-cloud-cpp:

    [25 lines not shown]
DeltaFile
+1-1devel/google-cloud-cpp/Makefile
+1-1devel/nsync/Makefile
+1-1devel/py-absl/Makefile
+1-1science/py-tensorflow/Makefile
+1-1devel/py-google-pasta/Makefile
+1-1devel/crc32c/Makefile
+6-66 files

FreeBSD/ports 3495e54science/py-tensorflow Makefile

science/py-tensorflow: Take maintainership
DeltaFile
+1-1science/py-tensorflow/Makefile
+1-11 files

FreeBSD/ports 886e2a2devel/bazel7 Makefile, devel/bazel7/files patch-src_tools_singlejar_port.h patch-scripts_bootstrap_BUILD.bootstrap

devel/bazel7: New port: Fast and correct build system

PR:             294033
DeltaFile
+83-0devel/bazel7/Makefile
+14-0devel/bazel7/files/patch-src_tools_singlejar_port.h
+13-0devel/bazel7/files/patch-scripts_bootstrap_BUILD.bootstrap
+11-0devel/bazel7/files/patch-scripts_bootstrap_bootstrap.sh
+11-0devel/bazel7/files/patch-scripts_bootstrap_buildenv.sh
+11-0devel/bazel7/files/patch-src_main_cpp_blaze_util_bsd.cc
+143-05 files not shown
+165-011 files

FreeBSD/ports e9470a9misc/codex distinfo, misc/codex/files patch-cargo-crates_v8-146.4.0_build_config_compiler_BUILD.gn patch-cargo-crates_v8-146.4.0_build_toolchain_freebsd_BUILD.gn

misc/codex: Update to 0.117.0

Patches for v8 crate have been obtained from www/deno port. [1]

Changelog: https://github.com/openai/codex/releases/tag/rust-v0.117.0

Reported by:    GitHub (watch releases)
Obtained from:  https://cgit.freebsd.org/ports/tree/www/deno [1]
DeltaFile
+166-0misc/codex/files/patch-cargo-crates_v8-146.4.0_build_config_compiler_BUILD.gn
+57-21misc/codex/distinfo
+69-0misc/codex/files/patch-cargo-crates_v8-146.4.0_build_toolchain_freebsd_BUILD.gn
+62-0misc/codex/files/patch-cargo-crates_v8-146.4.0_v8_src_base_platform_platform-posix.cc
+52-0misc/codex/files/patch-cargo-crates_v8-146.4.0_third__party_abseil-cpp_absl_base_internal_sysinfo.cc
+44-0misc/codex/files/patch-cargo-crates_v8-146.4.0_build_config_BUILDCONFIG.gn
+450-2126 files not shown
+979-3932 files

FreeBSD/ports cb283c5textproc/diff-so-fancy Makefile distinfo

textproc/diff-so-fancy: Update 1.4.6 => 1.4.8

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+5-2textproc/diff-so-fancy/Makefile
+3-3textproc/diff-so-fancy/distinfo
+1-5textproc/diff-so-fancy/pkg-plist
+9-103 files

FreeBSD/ports 7a8d030www/zine-ssg distinfo Makefile.zig

www/zine-ssg: Unbreak build

IIUC, the Zig community is actively abandoning github, so dependencies
are likely to keep disappearing as they move to different services.

Differential Revision:  https://reviews.freebsd.org/D56124
DeltaFile
+1-3www/zine-ssg/distinfo
+0-1www/zine-ssg/Makefile.zig
+1-42 files

FreeBSD/ports 4ccb612misc/gemini-cli Makefile

misc/gemini-cli: fix gyp error during build

PR:             294070
DeltaFile
+1-1misc/gemini-cli/Makefile
+1-11 files