FreeBSD/ports 99862c4security/hidden-lake distinfo Makefile

security/hidden-lake: Update 1.10.4 => 1.10.5

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+5-5security/hidden-lake/distinfo
+2-2security/hidden-lake/Makefile
+1-0security/hidden-lake/pkg-plist
+8-73 files

FreeBSD/src 96eaa68sys/net80211 ieee80211_node.c _ieee80211.h

net80211: define a type for rssi values

Due to net80211 keeping values in 0.5dBm relative to the noise floor
an int8_t is not good enough to prevent a double wrap around, which
means the reported rssi values can be wrong (see D50928 or likely
a commit in the future for more information).

In order to address the problem and not break the userspace API,
start by defining a type within the kernel and use that.  In a
next step we will then update the int8_t to int16_t to avoid the
problem up to the ioctl code.  This will then allow us to work
on the the user space API indepedently (see PR 293016 for possible
impact outside the base system).

No functional changes intended.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    adrian
Differential Revision: https://reviews.freebsd.org/D57021
DeltaFile
+9-9sys/net80211/ieee80211_node.c
+10-5sys/net80211/_ieee80211.h
+4-3sys/net80211/ieee80211_wds.c
+3-3sys/net80211/ieee80211_var.h
+3-1sys/net80211/ieee80211_ioctl.c
+2-2sys/net80211/ieee80211_mesh.c
+31-239 files not shown
+47-3915 files

FreeBSD/src d201e4esys/dev/wtap if_wtap.c

wtap: use typed rssi and noise floor values

Adjust the rssi and nf arguments to typed int8_t and adjust the maths
for rssi to be consistant with what net80211 expects.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    lwhsu, adrian
Differential Revision: https://reviews.freebsd.org/D57020
DeltaFile
+12-2sys/dev/wtap/if_wtap.c
+12-21 files

FreeBSD/ports 57a371bemulators/qemu-devel distinfo Makefile

emulators/qemu-devel: Update version 10.2.20260228=>11.0.20260331
DeltaFile
+15-15emulators/qemu-devel/distinfo
+3-3emulators/qemu-devel/Makefile
+0-1emulators/qemu-devel/pkg-plist
+18-193 files

FreeBSD/ports b7b071asysutils/opentofu distinfo Makefile

sysutils/opentofu: Update version 1.11.7=>1.11.8

Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.11.8
DeltaFile
+5-5sysutils/opentofu/distinfo
+1-1sysutils/opentofu/Makefile
+6-62 files

FreeBSD/ports fc7f196java/visualvm pkg-plist distinfo

java/visualvm: Update version 2.1.9=>2.1.10

Changelog: https://github.com/oracle/visualvm/releases/tag/2.1.10
DeltaFile
+8-6java/visualvm/pkg-plist
+3-3java/visualvm/distinfo
+1-2java/visualvm/Makefile
+12-113 files

FreeBSD/ports 1edcfacdevel/protoc-gen-go-grpc distinfo Makefile

devel/protoc-gen-go-grpc: Update snapshot 830c909=>3d0dd1e
DeltaFile
+13-15devel/protoc-gen-go-grpc/distinfo
+9-8devel/protoc-gen-go-grpc/Makefile
+22-232 files

FreeBSD/ports 2083f85net/libwebsockets distinfo Makefile

net/libwebsockets: Update version 4.4.4=>4.4.5

Changelog: https://github.com/warmcat/libwebsockets/releases/tag/v4.4.5
DeltaFile
+3-3net/libwebsockets/distinfo
+1-1net/libwebsockets/Makefile
+4-42 files

FreeBSD/ports f8a3ec8devel/py-ariadne distinfo Makefile

devel/py-ariadne: Update version 0.25.2=>0.26.0

Changelog: https://github.com/mirumee/ariadne/releases/tag/0.26.0
DeltaFile
+3-3devel/py-ariadne/distinfo
+1-1devel/py-ariadne/Makefile
+4-42 files

FreeBSD/ports 10df4f6net/google-cloud-sdk distinfo Makefile

net/google-cloud-sdk: Update version 567.0.0=>568.0.0
DeltaFile
+3-3net/google-cloud-sdk/distinfo
+1-1net/google-cloud-sdk/Makefile
+4-42 files

FreeBSD/ports 20107c8devel/py-lizard distinfo Makefile

devel/py-lizard: Update version 1.17.21=>1.17.22

Changelog: https://github.com/terryyin/lizard/releases/tag/1.17.22
DeltaFile
+3-3devel/py-lizard/distinfo
+1-1devel/py-lizard/Makefile
+4-42 files

FreeBSD/ports f9f46fddevel/p5-BZ-Client distinfo Makefile

devel/p5-BZ-Client: Update version 4.4=>4.4001

Changelog: https://metacpan.org/dist/BZ-Client/changes
DeltaFile
+3-3devel/p5-BZ-Client/distinfo
+1-1devel/p5-BZ-Client/Makefile
+4-42 files

FreeBSD/ports 900984edatabases/redis-devel distinfo Makefile

databases/redis-devel: Update version 8.4.0.20251129=>8.4.0.20251226
DeltaFile
+3-3databases/redis-devel/distinfo
+2-2databases/redis-devel/Makefile
+5-52 files

FreeBSD/ports 7d6a28cdevel/pickle Makefile, devel/pickle/files patch-src_pic14.c patch-src_pic16n.c

devel/pickle: Switch to llvm15
DeltaFile
+142-0devel/pickle/files/patch-src_pic14.c
+92-0devel/pickle/files/patch-src_pic16n.c
+83-0devel/pickle/files/patch-src_pic14n.c
+27-0devel/pickle/files/patch-src_io.c
+15-0devel/pickle/files/patch-src_io.h
+6-3devel/pickle/Makefile
+365-36 files

FreeBSD/ports acb6378devel/magic_enum distinfo Makefile

devel/magic_enum: Update version 0.9.7=>0.9.8

Changelog: https://github.com/Neargye/magic_enum/releases/tag/v0.9.8
DeltaFile
+3-3devel/magic_enum/distinfo
+1-1devel/magic_enum/Makefile
+4-42 files

FreeBSD/ports 281cecddatabases/clickhouse distinfo Makefile

databases/clickhouse: Update version 25.11.2.24=>25.11.3.54

Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v25.11.3.54-stable
DeltaFile
+5-5databases/clickhouse/distinfo
+1-1databases/clickhouse/Makefile
+1-1databases/clickhouse/Makefile.submodules
+7-73 files

FreeBSD/ports 36b3cf7devel/libjitterentropy distinfo Makefile

devel/libjitterentropy: Update version 3.6.3=>3.7.0

Changelog: https://github.com/smuellerDD/jitterentropy-library/releases/tag/v3.7.0
DeltaFile
+3-3devel/libjitterentropy/distinfo
+1-2devel/libjitterentropy/Makefile
+4-52 files

FreeBSD/ports a03d88adatabases/freetds-devel distinfo Makefile

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

FreeBSD/ports 427ab69math/R-cran-dplyr distinfo Makefile

math/R-cran-dplyr: Update to 1.2.1 (Unbreak with R 4.6.0)

ChangeLog:      https://github.com/tidyverse/dplyr/releases/tag/v1.2.1
PR:             295051
Approved by:    portmgr (build fix blanket)
DeltaFile
+3-3math/R-cran-dplyr/distinfo
+2-2math/R-cran-dplyr/Makefile
+5-52 files

FreeBSD/src 355989bsbin/route route.8

route.8: Describe weight modifier

Describe `-weight` argument in the route manual.

Reviewed by: glebius, ziaee
Differential Revision: https://reviews.freebsd.org/D56246
DeltaFile
+12-1sbin/route/route.8
+12-11 files

FreeBSD/ports 3f34547. UPDATING, net/rsync Makefile distinfo

net/rsync: update 3.4.1 -> 3.4.2

Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.2

Major changes:
    - Fixed a signed integer overflow in the PROXY protocol v2 header parser
    - Fixed an invalid access to the files array
    - Reject negative token values in the compressed-stream token decoder
    - Fixed the element count passed to the xattr qsort()
    - Fixed a buffer underflow in clean_fname()
    - Fixed an uninitialized mul_one in the AVX2 get_checksum1 path (undefined behaviour)
    - Fixed an uninitialized buf1 on the first call to get_checksum2() in the MD4 path
    - Zero all new memory from internal allocations
    - Removed support for the unmaintained rsync-patches archive

Port changes:
    - Remove File system flags support (--fileflags)

PR:             295044
Reported by:    Sven Siegmund <sven.siegmund at gmail.com>
DeltaFile
+13-29net/rsync/files/patch-lib_sysxattrs.c
+8-30net/rsync/Makefile
+3-5net/rsync/distinfo
+8-0UPDATING
+2-2net/rsync/files/patch-testsuite_xattrs.test
+34-665 files

FreeBSD/doc f73e67fwebsite/themes/beastie/assets/styles main.css, website/themes/beastie/layouts/_partials site-header.html

Website: Draw the menu bars with CSS instead the font-awesome icons
DeltaFile
+16-1website/themes/beastie/assets/styles/main.css
+1-1website/themes/beastie/layouts/_partials/site-header.html
+17-22 files

FreeBSD/ports 7086525mail/thunderbird/files patch-libwebrtc-generated patch-languageid-de-constexpr-ify

mail/thunderbird: update to 151.0 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/151.0/releasenotes/

(cherry picked from commit 6f30752564b9e3ee44e8a1a1eeb5b0dfd2dd66ee)
DeltaFile
+76,245-75,897mail/thunderbird/files/patch-libwebrtc-generated
+138-0mail/thunderbird/files/patch-languageid-de-constexpr-ify
+0-92mail/thunderbird/files/patch-bug1626236
+0-56mail/thunderbird/files/patch-bug1716707
+40-0mail/thunderbird/files/patch-toolkit_crashreporter_google-breakpad_src_common_linux_memory__mapped__file.cc
+0-36mail/thunderbird/files/patch-bug1504834_comment10
+76,423-76,0818 files not shown
+76,482-76,14714 files

FreeBSD/ports d1e0884www/firefox-esr distinfo Makefile

www/firefox-esr: update to 140.11.0 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/

(cherry picked from commit 4dbe9f081b61c8a8e64abf5e64962faa4d4cc8b7)
DeltaFile
+3-3www/firefox-esr/distinfo
+2-1www/firefox-esr/Makefile
+5-42 files

FreeBSD/ports 3f02df6www/firefox/files patch-libwebrtc-generated patch-languageid-de-constexpr-ify

www/firefox: update to 151.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/151.0/releasenotes/

(cherry picked from commit 843ae19777a1bea8cf875904dcda418685c77e76)
DeltaFile
+76,245-75,897www/firefox/files/patch-libwebrtc-generated
+138-0www/firefox/files/patch-languageid-de-constexpr-ify
+0-92www/firefox/files/patch-bug1626236
+0-56www/firefox/files/patch-bug1716707
+40-0www/firefox/files/patch-toolkit_crashreporter_google-breakpad_src_common_linux_memory__mapped__file.cc
+0-36www/firefox/files/patch-bug1504834_comment10
+76,423-76,0817 files not shown
+76,476-76,14613 files

FreeBSD/ports 6f30752mail/thunderbird/files patch-libwebrtc-generated patch-languageid-de-constexpr-ify

mail/thunderbird: update to 151.0 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/151.0/releasenotes/
DeltaFile
+76,245-75,897mail/thunderbird/files/patch-libwebrtc-generated
+138-0mail/thunderbird/files/patch-languageid-de-constexpr-ify
+0-92mail/thunderbird/files/patch-bug1626236
+0-56mail/thunderbird/files/patch-bug1716707
+40-0mail/thunderbird/files/patch-toolkit_crashreporter_google-breakpad_src_common_linux_memory__mapped__file.cc
+0-36mail/thunderbird/files/patch-bug1504834_comment10
+76,423-76,0819 files not shown
+76,482-76,17515 files

FreeBSD/ports 843ae19www/firefox/files patch-libwebrtc-generated patch-languageid-de-constexpr-ify

www/firefox: update to 151.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/151.0/releasenotes/
DeltaFile
+76,245-75,897www/firefox/files/patch-libwebrtc-generated
+138-0www/firefox/files/patch-languageid-de-constexpr-ify
+0-92www/firefox/files/patch-bug1626236
+0-56www/firefox/files/patch-bug1716707
+40-0www/firefox/files/patch-toolkit_crashreporter_google-breakpad_src_common_linux_memory__mapped__file.cc
+0-36www/firefox/files/patch-bug1504834_comment10
+76,423-76,0818 files not shown
+76,476-76,16114 files

FreeBSD/ports 4dbe9f0www/firefox-esr distinfo Makefile

www/firefox-esr: update to 140.11.0 (rc2)

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

FreeBSD/ports 6e81407devel/gumbo Makefile

devel/gumbo: Pass maintainership to Matt Kempe.

Bump PORTREVISION as the package metadata is affected.

PR:             294862
DeltaFile
+2-1devel/gumbo/Makefile
+2-11 files

FreeBSD/src 0a2f768share/man/man4 iwlwifi.4 iwlwififw.4

man: iwlwifi/rtw88/rtw89: update man pages for Linux v7.0 based updates

For all:
- harmonize Copyright/license section according to style.9 and used
  SPDX only.
- mention that the current generation of the driver is based on
  Linux version 7.0.
- make linuxkpi.4 and linuxkpi_wlan.4 .Xr as the man pages do exist
  these days.

iwlwifi: update the card/chipset names supported (while we still can)
iwlwififw: leave a comment only that we can no longer update the
  man page and it will be removed in the future.
rtw88: update supported chipsets and add note to BUGS sections
rtw89: update supported chipsets and add note to BUGS sections

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    ziaee
Differential Revision: https://reviews.freebsd.org/D57019
DeltaFile
+91-99share/man/man4/iwlwifi.4
+6-22share/man/man4/iwlwififw.4
+18-9share/man/man4/rtw88.4
+19-7share/man/man4/rtw89.4
+134-1374 files