HardenedBSD/src ee81c7fbin/sh sh.1, libexec/rc debug.sh

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+4-0bin/sh/sh.1
+2-1libexec/rc/rc.d/virtual_oss
+1-1libexec/rc/debug.sh
+1-1sys/sys/_offsetof.h
+8-34 files

HardenedBSD/src 1585388bin/sh sh.1, libexec/rc debug.sh

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+4-0bin/sh/sh.1
+2-1libexec/rc/rc.d/virtual_oss
+1-1libexec/rc/debug.sh
+1-1sys/sys/_offsetof.h
+8-34 files

HardenedBSD/ports 99ef9ecdeskutils/skim distinfo Makefile, finance/electrs distinfo Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+205-203finance/electrs/distinfo
+104-103finance/electrs/Makefile
+107-63deskutils/skim/distinfo
+53-31deskutils/skim/Makefile
+25-25net/openpgm/pkg-plist
+22-22www/dojo/Makefile
+516-44793 files not shown
+892-74499 files

HardenedBSD/src 06b4665libexec/rc/rc.d virtual_oss

virtual_oss: use hw.snd.default_unit by default

Reviewed by:    christos
MFC after:      1 week
Signed-off-by:  Quentin Thébault <quentin.thebault at defenso.fr>
Sponsored by:   Defenso
PR:             293130
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2043
DeltaFile
+2-1libexec/rc/rc.d/virtual_oss
+2-11 files

HardenedBSD/ports f286c2edatabases/fastdb Makefile, databases/fastdb/files patch-inc_stdtp.h patch-makefile

databases/fastdb: fix build

This port does some strange stuff, like undefining BYTE_ORDER macro,
because of which it fails to build:
In file included from src/unisock.cpp:28:
/usr/include/netinet/tcp.h: In function 'uint16_t __tcp_get_flags(const tcphdr*)':
/usr/include/netinet/tcp.h:85:32: error: 'const struct tcphdr' has no member named 'th_x2'
   85 |         return (((uint16_t)th->th_x2 << 8) | th->th_flags);
      |                                ^~~~~
/usr/include/netinet/tcp.h: In function 'void __tcp_set_flags(tcphdr*, uint16_t)':
/usr/include/netinet/tcp.h:91:13: error: 'struct tcphdr' has no member named 'th_x2'
   91 |         th->th_x2 = (flags >> 8) & 0x0f;
      |             ^~~~~
DeltaFile
+24-0databases/fastdb/files/patch-inc_stdtp.h
+8-8databases/fastdb/files/patch-makefile
+10-0databases/fastdb/files/patch-src_unisock.cpp
+3-1databases/fastdb/Makefile
+45-94 files

HardenedBSD/ports b86a75fgraphics/opencv Makefile, graphics/opencv/files patch-modules_core_include_opencv2_core_vsx__utils.hpp

graphics/opencv: fix error in header

Detected while building graphics/zeno:
/usr/local/include/opencv4/opencv2/core/vsx_utils.hpp:261:29: error: missing ')' in expression
  261 | #if defined(__POWER10__) || (defined(__powerpc64__) && defined(__ARCH_PWR10__)
DeltaFile
+14-5graphics/opencv/files/patch-modules_core_include_opencv2_core_vsx__utils.hpp
+1-0graphics/opencv/Makefile
+15-52 files

HardenedBSD/ports 139da2fdatabases/jrrd Makefile

databases/jrrd: belatedly bump portrevision for deprecation

Extend the expiration_date with a month to give (unexpected) users
some more time to give feedback.

Approved-by:    no maintainer
DeltaFile
+3-3databases/jrrd/Makefile
+3-31 files

HardenedBSD/ports 0882ac8sysutils/podman Makefile, sysutils/podman/files podman.in

sysutils/podman: Revert "Allow setting ownership on auto-created socket"

This works functionally, but is being managed by the incorrect daemon.
Podman alone simply ensures auto-start of containers; podman_service
provides the API. This will be corrected in an upcoming commit.

This reverts commit 2c53428ae117108d41eb4e19935ed98b478f4f7f.
DeltaFile
+0-32sysutils/podman/files/podman.in
+1-1sysutils/podman/Makefile
+1-332 files

HardenedBSD/ports 71e5953textproc/jo Makefile distinfo

textproc/jo: Update version 1.6=>1.7

Changelog: https://github.com/jpmens/jo/releases/tag/1.7
DeltaFile
+2-4textproc/jo/Makefile
+3-3textproc/jo/distinfo
+5-72 files

HardenedBSD/ports 3510f75net-mgmt/bgpq4 distinfo Makefile

net-mgmt/bgpq4: Update version 1.13=>1.14

Changelog: https://github.com/bgp/bgpq4/releases/tag/1.14
DeltaFile
+3-3net-mgmt/bgpq4/distinfo
+1-1net-mgmt/bgpq4/Makefile
+4-42 files

HardenedBSD/ports c81448ftextproc/cg3 distinfo Makefile

textproc/cg3: Update version 1.3.6=>1.3.7

Changelog: https://github.com/GrammarSoft/cg3/releases/tag/v1.3.7
DeltaFile
+3-3textproc/cg3/distinfo
+1-2textproc/cg3/Makefile
+4-52 files

HardenedBSD/ports 3df9112sysutils/httm distinfo Makefile

sysutils/httm: Update version 0.48.3=>0.48.4

Changelog: https://github.com/kimono-koans/httm/releases/tag/0.48.4
DeltaFile
+5-5sysutils/httm/distinfo
+1-1sysutils/httm/Makefile
+1-1sysutils/httm/Makefile.crates
+7-73 files

HardenedBSD/ports 63f5807textproc/groonga distinfo Makefile

textproc/groonga: Update version 15.1.8=>15.1.9

Changelog: https://groonga.org/docs/news/15.html#release-15-1-9
DeltaFile
+3-3textproc/groonga/distinfo
+1-1textproc/groonga/Makefile
+4-42 files

HardenedBSD/ports 928e589www/dojo Makefile distinfo

www/dojo: Update version 1.12.3=>1.12.11

Changelog: https://github.com/dojo/dojo/releases/tag/1.12.11
DeltaFile
+22-22www/dojo/Makefile
+3-3www/dojo/distinfo
+25-252 files

HardenedBSD/ports e827cacsysutils/tmate Makefile

sysutils/tmate: Mark DEPRECATED

- Upstreaam unmaintained
- WWW unavailable
- Set EXPIRATION_DATE 2026-03-31

If someone needs this port feel free to undeprecate and takeover
maintainership.
DeltaFile
+4-2sysutils/tmate/Makefile
+4-21 files

HardenedBSD/ports e5deb9fx11/mrxvt Makefile

x11/mrxvt: Mark DEPRECATED

- Upstream unmaintained
- Known vulnerabilities [1]
- Set EXPIRATION_DATE 2026-03-31

1. https://nvd.nist.gov/vuln/detail/CVE-2021-33477

If someone needs this port feel free to undeprecate and takeover
maintainership.
DeltaFile
+4-0x11/mrxvt/Makefile
+4-01 files

HardenedBSD/ports d7018fcdevel/radare2 pkg-plist distinfo

devel/radare2: Update version 5.9.6=>5.9.8

Changelog: https://github.com/radareorg/radare2/releases/tag/5.9.8
DeltaFile
+22-0devel/radare2/pkg-plist
+3-3devel/radare2/distinfo
+1-1devel/radare2/Makefile
+26-43 files

HardenedBSD/ports 7366d12net/usbredir Makefile distinfo

net/usbredir: Update version 0.8.0=>0.9.0

- Update MASTER_SITE
- Update WWW

Changelog: https://gitlab.freedesktop.org/spice/usbredir/-/tags/usbredir-0.9.0
DeltaFile
+9-7net/usbredir/Makefile
+3-3net/usbredir/distinfo
+2-2net/usbredir/pkg-plist
+14-123 files

HardenedBSD/ports 17cd356sysutils/tmate-ssh-server Makefile

sysutils/tmate-ssh-server: Mark DEPRECATED

- Upstreaam unmaintained
- WWW unavailable
- Set EXPIRATION_DATE 2026-03-30

If someone needs this port feel free to undeprecate and takeover
maintainership.
DeltaFile
+8-4sysutils/tmate-ssh-server/Makefile
+8-41 files

HardenedBSD/ports 908c169net/libzmq3 Makefile

net/libzmq3: Mark DEPRECATED

- Upstream unmaintained version. Use net/libzmq4
- Multiple vulnerabilities which are unfixed for this version
- Set EXPIRATION_DATE to 2026-03-31
DeltaFile
+4-2net/libzmq3/Makefile
+4-21 files

HardenedBSD/ports 9dc625dsecurity/cosign distinfo Makefile

security/cosign: Update version 3.0.0=>3.0.1

Changelog: https://github.com/sigstore/cosign/releases/tag/v3.0.1
DeltaFile
+5-5security/cosign/distinfo
+1-1security/cosign/Makefile
+6-62 files

HardenedBSD/ports 91e9115devel/cirrus-cli distinfo Makefile

devel/cirrus-cli: Update version 0.162.0=>0.163.0

Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.163.0
DeltaFile
+5-5devel/cirrus-cli/distinfo
+1-1devel/cirrus-cli/Makefile
+6-62 files

HardenedBSD/ports e7d9c63net/openpgm pkg-plist Makefile, net/openpgm/files patch-version__generator.py

net/openpgm: Update version 5-2-122=>5-3-128

- Pet portclippy
- Adopt port

Changelog: https://github.com/steve-o/openpgm/releases/tag/release-5-3-128
DeltaFile
+25-25net/openpgm/pkg-plist
+12-10net/openpgm/Makefile
+0-19net/openpgm/files/patch-version__generator.py
+3-5net/openpgm/distinfo
+40-594 files

HardenedBSD/ports 683c2aasecurity/sops distinfo Makefile

security/sops: Update version 3.12.0=>3.12.1

Changelog: https://github.com/getsops/sops/releases/tag/v3.12.1
DeltaFile
+5-5security/sops/distinfo
+1-1security/sops/Makefile
+6-62 files

HardenedBSD/ports 0f93e8edatabases/redis84 Makefile

databases/redis84: Add PORTSCOUT

- Pet portclippy
DeltaFile
+4-5databases/redis84/Makefile
+4-51 files

HardenedBSD/ports 12266e0devel/api-linter distinfo Makefile

devel/api-linter: Update version 2.0.0=>2.1.0

Changelog: https://github.com/googleapis/api-linter/releases/tag/v2.1.0
DeltaFile
+5-5devel/api-linter/distinfo
+1-1devel/api-linter/Makefile
+6-62 files

HardenedBSD/ports 7171629databases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.251=>1.5.254
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

HardenedBSD/ports 9fadd21databases/freetds distinfo Makefile

databases/freetds: Update version 1.5.12=>1.5.13
DeltaFile
+3-3databases/freetds/distinfo
+1-1databases/freetds/Makefile
+4-42 files

HardenedBSD/ports c9ba518japanese/cmigemo distinfo, japanese/cmigemo-dict Makefile

japanese/cmigemo: Update to the latest snapshot
DeltaFile
+14-14japanese/cmigemo/files/patch-dict_dict.mak
+9-5japanese/cmigemo/files/patch-compile_unix.mak
+0-11japanese/cmigemo/files/patch-compile_Make_gcc.mak
+11-0japanese/cmigemo/files/patch-compile_Make__gcc.mak
+5-4japanese/cmigemo/distinfo
+3-3japanese/cmigemo-dict/Makefile
+42-371 files not shown
+44-397 files

HardenedBSD/ports b7a7981japanese/font-udev-gothic distinfo Makefile, japanese/font-udev-gothic-hs distinfo Makefile

japanese/font-udev-gothic{,-nf}: update to 2.2.0
DeltaFile
+3-3japanese/font-udev-gothic/distinfo
+3-3japanese/font-udev-gothic-hs/distinfo
+3-3japanese/font-udev-gothic-nf/distinfo
+1-1japanese/font-udev-gothic-hs/Makefile
+1-1japanese/font-udev-gothic/Makefile
+1-1japanese/font-udev-gothic-nf/Makefile
+12-126 files