HardenedBSD/ports 21c7b6ewww/forgejo7 Makefile

HBSD: Resolve merge conflict

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+0-6www/forgejo7/Makefile
+0-61 files

HardenedBSD/ports 471add2devel/py-bsd/files patch-bsd__extattr.pyx, misc/amazon-qldb-shell distinfo Makefile

Merge remote-tracking branch 'internal/freebsd/main' into hardenedbsd/main

Conflicts:
        www/forgejo7/Makefile (unresolved)
DeltaFile
+150-419net/ecal/pkg-plist
+0-535misc/amazon-qldb-shell/distinfo
+0-295misc/amazon-qldb-shell/Makefile
+0-84devel/py-bsd/files/patch-bsd__extattr.pyx
+23-23multimedia/ab-av1/distinfo
+44-0security/vuxml/vuln/2025.xml
+217-1,35676 files not shown
+708-1,63682 files

HardenedBSD/src 1a480d1release/scripts pkg-stage.sh

HBSD: Resolve merge conflict

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+0-3release/scripts/pkg-stage.sh
+0-31 files

HardenedBSD/src b4496c2release/scripts pkg-stage.sh, sys/dev/ice ice_lib.c

Merge remote-tracking branch 'internal/freebsd/current/main' into hardened/current/master

Conflicts:
        release/scripts/pkg-stage.sh (unresolved)
DeltaFile
+7-9sys/dev/nvme/nvme_ns.c
+11-0tests/sys/net/if_bridge_test.sh
+4-3sys/dev/ice/ice_lib.c
+2-2sys/dev/nvme/nvme.h
+2-2usr.sbin/freebsd-update/freebsd-update.sh
+4-0release/scripts/pkg-stage.sh
+30-165 files not shown
+34-1911 files

HardenedBSD/src ced7461usr.sbin/freebsd-update freebsd-update.sh

freebsd-update: Mention upgrading packages, not just ports

These days most end users are likely using pre-built packages, not
locally-built ports. Thus be sure to mention this as an important case,
and put it ahead of ports.

Reviewed by:    emaste
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D42968
DeltaFile
+2-2usr.sbin/freebsd-update/freebsd-update.sh
+2-21 files

HardenedBSD/src 90eda62release/scripts pkg-stage.sh

release: Include comms/usbmuxd to DVD to ensure ipheth(4) works

PR:             291370
Reviewed by:    emaste, aokblast, dch
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54074
DeltaFile
+1-0release/scripts/pkg-stage.sh
+1-01 files

HardenedBSD/ports af0fd30security/opkssh Makefile

security/opkssh: unpin the Go version number

Reported by:        go (adamw)
DeltaFile
+1-4security/opkssh/Makefile
+1-41 files

HardenedBSD/ports 930f4cdmultimedia/ab-av1 distinfo Makefile.crates

multimedia/ab-av1: update to 0.10.3

Changes:        https://github.com/alexheretic/ab-av1/releases/tag/v0.10.3
Reported by:    GitHub (watch releases)
DeltaFile
+23-23multimedia/ab-av1/distinfo
+10-10multimedia/ab-av1/Makefile.crates
+1-1multimedia/ab-av1/Makefile
+34-343 files

HardenedBSD/ports e93c398multimedia/dav1d distinfo Makefile

multimedia/dav1d: update to 1.5.2

Changes:        https://code.videolan.org/videolan/dav1d/-/tags/1.5.2
Reported by:    Repology
DeltaFile
+5-5multimedia/dav1d/distinfo
+1-2multimedia/dav1d/Makefile
+6-72 files

HardenedBSD/ports 3b3191dx11/xdg-desktop-portal-wlr distinfo Makefile

x11/xdg-desktop-portal-wlr: update to 0.8.1

Changes:        https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.8.1
Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/xdg-desktop-portal-wlr/distinfo
+1-1x11/xdg-desktop-portal-wlr/Makefile
+4-42 files

HardenedBSD/src f5b8123sys/dev/nvme nvme_ns.c

nvme: Improve error message for invalid format value

Improve the wording of the invalid namespace value. Reword the comment
and move a line of code to the block it logically belongs to.

No functional changes intended.

Sponsored by:           Netflix
Differential Revision:  https://reviews.freebsd.org/D51393
DeltaFile
+5-7sys/dev/nvme/nvme_ns.c
+5-71 files

HardenedBSD/src 10efa7csys/dev/nvd nvd.c, sys/dev/nvme nvme.h nvme_ctrlr.c

nvme: Rename NVME_NS_ADDED to NVME_NS_ALIVE and _CHANGED to _DELTA

NVME_NS_ADDED will conflict with a later change, so change it here.
Likewise NVME_NS_CHANGED.

Sponsored by:           Netflix
DeltaFile
+2-2sys/dev/nvme/nvme.h
+2-2sys/dev/nvme/nvme_ctrlr.c
+2-2sys/dev/nvme/nvme_ns.c
+1-1sys/dev/nvd/nvd.c
+7-74 files

HardenedBSD/ports 9450501emulators/wine-mono-devel distinfo Makefile

emulators/wine-mono-devel: Update to version 10.4.0
DeltaFile
+3-3emulators/wine-mono-devel/distinfo
+1-1emulators/wine-mono-devel/Makefile
+4-42 files

HardenedBSD/src c6212b7sys/dev/ice ice_lib.c ice_adminq_cmd.h

ice(4): Add support for 40G maximal PMD speed

E823 backplane devices may support 40G as maximal PMD speed.
Extend port topology reading logic to handle this case.
While at that fix indentation according to FreeBSD style(9).

Signed-off-by: Krzysztof Galazka <krzysztof.galazka at intel.com>

Tested by:      gowtham.kumar.ks_intel.com
Approved by:    kbowling (mentor), erj (mentor)
Sponsored by:   Intel Corporation
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D53587
DeltaFile
+4-3sys/dev/ice/ice_lib.c
+1-0sys/dev/ice/ice_adminq_cmd.h
+5-32 files

HardenedBSD/ports f6fd48adevel/aws-crt-cpp distinfo Makefile

devel/aws-crt-cpp: Update to 0.35.4

ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.35.4
DeltaFile
+3-3devel/aws-crt-cpp/distinfo
+1-1devel/aws-crt-cpp/Makefile
+4-42 files

HardenedBSD/ports 3bff3d4devel/aws-c-s3 distinfo Makefile

devel/aws-c-s3: Update to 0.11.3

ChangeLog: https://github.com/awslabs/aws-c-s3/releases/tag/v0.11.3
DeltaFile
+3-3devel/aws-c-s3/distinfo
+1-1devel/aws-c-s3/Makefile
+4-42 files

HardenedBSD/ports cc01602security/s2n-tls distinfo Makefile

security/s2n-tls: Update to 1.6.2

ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.6.2
DeltaFile
+3-3security/s2n-tls/distinfo
+1-1security/s2n-tls/Makefile
+4-42 files

HardenedBSD/ports b7c0bacsecurity/aws-c-auth distinfo Makefile

security/aws-c-auth: Update to 0.9.3

ChangeLog: https://github.com/awslabs/aws-c-auth/releases/tag/v0.9.3
DeltaFile
+3-3security/aws-c-auth/distinfo
+1-1security/aws-c-auth/Makefile
+4-42 files

HardenedBSD/ports 7be83a9graphics/openmvs Makefile distinfo, graphics/openmvs/files patch-libs_MVS_Mesh.cpp patch-build_Utils.cmake

graphics/openmvs: update 2.2.0 → 2.3.0
DeltaFile
+25-0graphics/openmvs/files/patch-libs_MVS_Mesh.cpp
+13-5graphics/openmvs/files/patch-build_Utils.cmake
+8-10graphics/openmvs/Makefile
+3-3graphics/openmvs/distinfo
+1-0graphics/openmvs/pkg-plist
+50-185 files

HardenedBSD/ports 1f3f727databases/movine Makefile, databases/movine/files patch-cargo-crates_openssl-sys-0.9.61_build_expando.c patch-cargo-crates_openssl-sys-0.9.61_src_ssl.rs

databases/movine: Unbreak by adding patches

... for OpenSSL incompatibilities.
DeltaFile
+26-0databases/movine/files/patch-cargo-crates_openssl-sys-0.9.61_build_expando.c
+15-0databases/movine/files/patch-cargo-crates_openssl-sys-0.9.61_src_ssl.rs
+14-0databases/movine/files/patch-cargo-crates_openssl-sys-0.9.61_build_main.rs
+12-0databases/movine/files/patch-cargo-crates_openssl-sys-0.9.61_build_cfgs.rs
+0-6databases/movine/Makefile
+67-65 files

HardenedBSD/ports 586f665ftp/sftpgo Makefile, security/sshesame Makefile

ftp/sftpgo,security/sshesame: Remove go version pin from my ports

The ports dont require a go version pin, so remove it. Because theres
no more pin - remove DEPRECATED
DeltaFile
+1-4ftp/sftpgo/Makefile
+1-4security/sshesame/Makefile
+2-82 files

HardenedBSD/ports 70f48e4www/firefox distinfo Makefile

www/firefox: update to 146.0 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/146.0/releasenotes/
DeltaFile
+3-3www/firefox/distinfo
+2-1www/firefox/Makefile
+5-42 files

HardenedBSD/ports 10a2c1fsecurity/nss distinfo Makefile

security/nss: update to 3.119

Announcement:
  https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/o3YEIPhb-s4
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

HardenedBSD/ports b043508. MOVED, devel Makefile

devel/py-bsd: Remove expired port

2025-12-04 devel/py-bsd: Unmaintained upstream
DeltaFile
+0-84devel/py-bsd/files/patch-bsd__extattr.pyx
+0-27devel/py-bsd/Makefile
+0-11devel/py-bsd/files/patch-defs.pxd
+0-3devel/py-bsd/distinfo
+0-1devel/Makefile
+1-0MOVED
+1-1261 files not shown
+1-1277 files

HardenedBSD/ports 57a7729. MOVED, devel Makefile

devel/libmill: Remove expired port

2025-12-04 devel/libmill: Abandonware, not use in the ports tree
DeltaFile
+0-22devel/libmill/Makefile
+0-6devel/libmill/pkg-plist
+0-4devel/libmill/pkg-descr
+0-3devel/libmill/distinfo
+0-1devel/Makefile
+1-0MOVED
+1-366 files

HardenedBSD/ports d29023anet/ooni-probe-cli Makefile

net/ooni-probe-cli: unpin the Go version number.

Reported by:    go (adamw)
DeltaFile
+1-1net/ooni-probe-cli/Makefile
+1-11 files

HardenedBSD/ports 6e3b70cnet/ecal pkg-plist Makefile, net/ecal/files patch-app_mma_src_linux_mma__linux.cpp patch-contrib_mma_src_linux_mma__linux.cpp

net/ecal: update 5.13.3 → 6.0.1
DeltaFile
+150-419net/ecal/pkg-plist
+35-0net/ecal/files/patch-app_mma_src_linux_mma__linux.cpp
+0-35net/ecal/files/patch-contrib_mma_src_linux_mma__linux.cpp
+28-3net/ecal/files/patch-CMakeLists.txt
+23-0net/ecal/files/patch-thirdparty_ecaludp_ecaludp_ecaludp_src_protocol_portable__endian.h
+9-11net/ecal/Makefile
+245-4685 files not shown
+309-47511 files

HardenedBSD/ports ea64a05x11-toolkits/pangolin pkg-plist

x11-toolkits/pangolin: Fix plist
DeltaFile
+14-14x11-toolkits/pangolin/pkg-plist
+14-141 files

HardenedBSD/ports c820081games/emptyepsilon Makefile distinfo, games/emptyepsilon/files patch-sproton_libs_basis__universal_CMakeLists.txt patch-sproton_CMakeLists.txt

games/emptyepsilon: Fix build

... by using glm submodule.

Reported by:    fallout
DeltaFile
+31-5games/emptyepsilon/files/patch-sproton_libs_basis__universal_CMakeLists.txt
+18-0games/emptyepsilon/files/patch-sproton_CMakeLists.txt
+9-3games/emptyepsilon/Makefile
+3-1games/emptyepsilon/distinfo
+61-94 files

HardenedBSD/ports 896bdc8. MOVED, misc Makefile

misc/amazon-qldb-shell: Remove: discontinued upstream
DeltaFile
+0-535misc/amazon-qldb-shell/distinfo
+0-295misc/amazon-qldb-shell/Makefile
+0-9misc/amazon-qldb-shell/pkg-descr
+1-0MOVED
+0-1misc/Makefile
+1-8405 files