HardenedBSD/src cc7957dlib/libc/gen posix_spawn.c, share/man/man5 src.conf.5

HBSD: Resolve merge conflicts

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+1-13share/man/man5/src.conf.5
+0-9sys/kern/imgact_elf.c
+1-5lib/libc/gen/posix_spawn.c
+0-5share/mk/src.libnames.mk
+0-5share/mk/src.opts.mk
+0-3sys/kern/kern_fork.c
+2-406 files

HardenedBSD/ports a8cc4bfhardenedbsd/portzap pkg-plist Makefile, hardenedbsd/sourcezap pkg-plist Makefile

Merge branch 'hardenedbsd/zapupdate' into 'hardenedbsd/main'

HBSD: {source,port}zap v2.1.1

See merge request hardenedbsd/ports!235
DeltaFile
+8-10hardenedbsd/sourcezap/pkg-plist
+8-10hardenedbsd/portzap/pkg-plist
+5-5hardenedbsd/portzap/Makefile
+5-5hardenedbsd/sourcezap/Makefile
+3-3hardenedbsd/sourcezap/distinfo
+3-3hardenedbsd/portzap/distinfo
+32-366 files

HardenedBSD/ports 8e47b7bhardenedbsd/portzap pkg-plist Makefile

HBSD: portzap v2.1.1

- Drops doas(1) in favor of mdo(1)
- Introduces rsync(1) for faster and more reliable installs
DeltaFile
+8-10hardenedbsd/portzap/pkg-plist
+5-5hardenedbsd/portzap/Makefile
+3-3hardenedbsd/portzap/distinfo
+16-183 files

HardenedBSD/ports 2df1892hardenedbsd/sourcezap pkg-plist Makefile

HBSD: sourcezap v2.1.1

- Drops doas(1) in favor of mdo(1)
- Introduces rsync(1) for faster and more reliable installs
DeltaFile
+8-10hardenedbsd/sourcezap/pkg-plist
+5-5hardenedbsd/sourcezap/Makefile
+3-3hardenedbsd/sourcezap/distinfo
+16-183 files

HardenedBSD/src 54473b9sys/dev/e1000 if_em.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+1-1sys/dev/e1000/if_em.c
+1-11 files

HardenedBSD/ports f12c5acaudio/musicpd distinfo, devel/radicle Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+11-11editors/cudatext/distinfo
+5-5editors/cudatext/Makefile
+3-4devel/radicle/Makefile
+3-3security/libp11/distinfo
+3-3audio/musicpd/distinfo
+3-3textproc/py-grep-ast/distinfo
+28-298 files not shown
+43-4214 files

HardenedBSD/src e63ee5fsys/dev/e1000 if_em.c

e1000: Fix setting the promiscuous mode

The variable reg_rctl stores the value read from reg E1000_RCTL. It
may contain bits E1000_RCTL_VFE and E1000_RCTL_CFIEN which control
VLAN hardware filter feature. The promiscuous mode implies all tagged
or untagged packets should be accepted, so the VLAN hardware filter
feature should be disabled when enabling the promiscuous mode.
Calling em_if_vlan_filter_disable() did the task, but later writing
the value of reg_rctl back to the reg E1000_RCTL may restore the
feature.

Move the calling of em_if_vlan_filter_disable() after writing the reg
to fix that.

PR:             292759
Reviewed by:    kbowling
Tested by:      vova at zote.me
Fixes:          2796f7cab107 e1000: Fix up HW vlan ops
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D54973
DeltaFile
+1-1sys/dev/e1000/if_em.c
+1-11 files

HardenedBSD/ports 474404cscience/py-scipy Makefile

science/py-scipy: switch back to cython0 to unbreak the package

PR:             292844
Reported by:    russo
DeltaFile
+2-2science/py-scipy/Makefile
+2-21 files

HardenedBSD/ports 74c9669textproc/py-grep-ast distinfo Makefile

textproc/py-grep-ast: update to 0.9.0
DeltaFile
+3-3textproc/py-grep-ast/distinfo
+1-1textproc/py-grep-ast/Makefile
+4-42 files

HardenedBSD/ports b29c3a4databases/pg_textsearch pkg-plist

databases/pg_textsearch: fix pkg-plist

Fixes:  7064bf03ddba269dc3dc136f438663df3558c470

Approved by:    blanket (fix trivial build failures)
DeltaFile
+1-1databases/pg_textsearch/pkg-plist
+1-11 files

HardenedBSD/ports e6a0a2fdevel/radicle Makefile distinfo

devel/radicle: Update to 1.6.1
DeltaFile
+3-4devel/radicle/Makefile
+3-3devel/radicle/distinfo
+6-72 files

HardenedBSD/ports 10c95f9audio/musicpd distinfo Makefile

audio/musicpd: Update to upstream release 0.24.8

Details:
* Minor relase with various fixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.8/NEWS

MFH:            2026Q1
DeltaFile
+3-3audio/musicpd/distinfo
+1-2audio/musicpd/Makefile
+4-52 files

HardenedBSD/ports e04e674security/libp11 distinfo pkg-plist

security/libp11: update to 0.4.17 release
DeltaFile
+3-3security/libp11/distinfo
+3-1security/libp11/pkg-plist
+1-3security/libp11/Makefile
+7-73 files

HardenedBSD/ports 3a15c5feditors/cudatext distinfo Makefile

editors/cudatext: Update to 1.232.0.1

ChangeLog:      https://github.com/Alexey-T/CudaText/blob/master/app/readme/history.txt
DeltaFile
+11-11editors/cudatext/distinfo
+5-5editors/cudatext/Makefile
+3-0editors/cudatext/pkg-plist
+19-163 files

HardenedBSD/src 5501ebblib/libc/string bcmp.3, release/scripts pkgbase-stage.lua

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+107-75sys/dev/hwpmc/hwpmc_amd.c
+29-30sys/dev/hwpmc/hwpmc_amd.h
+9-1lib/libc/string/bcmp.3
+8-0sys/dev/ichiic/ig4_pci.c
+3-0release/scripts/pkgbase-stage.lua
+156-1065 files

HardenedBSD/ports b46fb71cad/veryl distinfo Makefile.crates, net/wstunnel distinfo Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+209-205net/wstunnel/distinfo
+159-145cad/veryl/distinfo
+224-0www/tgpt/files/modules.txt
+105-104net/wstunnel/Makefile
+0-209www/tgpt/files/patch-Revert-broken-Xclipboard-support
+78-71cad/veryl/Makefile.crates
+775-73462 files not shown
+1,523-1,23768 files

HardenedBSD/src 6d37c3dlib/libc/string bcmp.3

bcmp(3): update manpage to following the Posix Standard

Reviewed by: glebius
Approved by: glebius (mentor)
Differential Revision: https://reviews.freebsd.org/D52980
DeltaFile
+9-1lib/libc/string/bcmp.3
+9-11 files

HardenedBSD/ports a3f58d4databases/heidisql pkg-plist, databases/heidisql/files patch-source_dbconnection.pas patch-source_preferences.pas

databases/heidisql: Update to 12.15.1.1

ChangeLog at:   https://github.com/HeidiSQL/HeidiSQL/releases/tag/v12.15.1.1
DeltaFile
+0-127databases/heidisql/files/patch-source_dbconnection.pas
+78-0databases/heidisql/files/patch-source_preferences.pas
+0-63databases/heidisql/files/patch-source_apphelpers.pas
+62-0databases/heidisql/pkg-plist
+53-0databases/heidisql/files/patch-source_main.pas
+39-0databases/heidisql/files/patch-source_generic__types.pas
+232-1904 files not shown
+278-20210 files

HardenedBSD/ports c07be20www/cpp-httplib distinfo Makefile

www/cpp-httplib: update 0.30.0 → 0.30.2

Reported by:    portscout
DeltaFile
+3-3www/cpp-httplib/distinfo
+1-1www/cpp-httplib/Makefile
+4-42 files

HardenedBSD/ports fa8e0c4deskutils/skim distinfo Makefile

deskutils/skim: update 1.11.2 → 2.0.1

Reported by:    portscout
DeltaFile
+33-17deskutils/skim/distinfo
+16-8deskutils/skim/Makefile
+49-252 files

HardenedBSD/ports 47cc551net/wstunnel distinfo Makefile

net/wstunnel: update 10.5.1 → 10.5.2

Reported by:    portscout
DeltaFile
+209-205net/wstunnel/distinfo
+105-104net/wstunnel/Makefile
+314-3092 files

HardenedBSD/ports a585ff3devel/cargo-mutants distinfo Makefile

devel/cargo-mutants: update 26.1.2 → 26.2.0

Reported by:    portscout
DeltaFile
+3-3devel/cargo-mutants/distinfo
+2-3devel/cargo-mutants/Makefile
+5-62 files

HardenedBSD/ports a2448f2sysutils/mise distinfo Makefile

sysutils/mise: update 2026.1.11 → 2026.2.0

Reported by:    portscout
DeltaFile
+59-59sysutils/mise/distinfo
+29-29sysutils/mise/Makefile
+88-882 files

HardenedBSD/ports 7c13f1acad/veryl distinfo Makefile.crates

cad/veryl: update 0.17.2 → 0.18.0

Reported by:    portscout
DeltaFile
+159-145cad/veryl/distinfo
+78-71cad/veryl/Makefile.crates
+1-2cad/veryl/Makefile
+238-2183 files

HardenedBSD/ports dd6ed80net/freeipa-client pkg-plist Makefile

net/freeipa-client: fix stage-qa failing

PR:     292853
Reported by:    diizy
Sponsored by:   Klara, Inc.
DeltaFile
+21-0net/freeipa-client/pkg-plist
+16-1net/freeipa-client/Makefile
+37-12 files

HardenedBSD/ports 7064bf0databases/pg_textsearch distinfo pkg-plist

databases/pg_textsearch: Update to 0.4.2
DeltaFile
+3-3databases/pg_textsearch/distinfo
+2-1databases/pg_textsearch/pkg-plist
+1-1databases/pg_textsearch/Makefile
+6-53 files

HardenedBSD/ports c45723ddatabases/timescaledb distinfo Makefile

databases/timescaledb: Update to 2.25.0
DeltaFile
+3-3databases/timescaledb/distinfo
+1-1databases/timescaledb/Makefile
+1-1databases/timescaledb/pkg-plist
+5-53 files

HardenedBSD/ports 0792d2deditors/vim pkg-plist Makefile

editors/vim: Update to 9.1.2125
DeltaFile
+36-0editors/vim/pkg-plist
+4-5editors/vim/Makefile
+3-3editors/vim/distinfo
+43-83 files

HardenedBSD/ports 70e38b7www/tgpt pkg-descr distinfo, www/tgpt/files modules.txt patch-Revert-broken-Xclipboard-support

www/tgpt: Update to 2.11.1

Changelog: https://github.com/aandrew-me/tgpt/releases/tag/v2.11.1

PR:             292870
Approved by:    submitter is maintainer
DeltaFile
+224-0www/tgpt/files/modules.txt
+0-209www/tgpt/files/patch-Revert-broken-Xclipboard-support
+25-0www/tgpt/files/patch-src_helper_helper.go
+2-20www/tgpt/pkg-descr
+10-0www/tgpt/files/patch-go.mod
+5-5www/tgpt/distinfo
+266-2341 files not shown
+270-2367 files

HardenedBSD/ports ca14e5dwww/elinks Makefile distinfo, www/elinks/files patch-meson.build patch-src_terminal_sixel.c

www/elinks: Update to 0.19.0

Use gettext-runtime and localbase:ldflags.
Add TEST_TARGET and remove unneeded TEST_USES.
Add LD_FLAGS.
Pet portlint/portfmt.

Changelog: https://github.com/rkd77/elinks/releases/tag/v0.19.0

PR:             291966
Approved by:    submitter is maintainer
DeltaFile
+5-23www/elinks/files/patch-meson.build
+13-12www/elinks/Makefile
+5-13www/elinks/files/patch-src_terminal_sixel.c
+3-3www/elinks/distinfo
+3-2www/elinks/files/patch-src_document_renderer.c
+3-2www/elinks/files/patch-src_protocol_header.c
+32-553 files not shown
+38-619 files