HardenedBSD/ports f09716blang/gcc48 Makefile, lang/gcc48/files patch-stackprotector-gcc_testsuite patch-stackprotector-gcc

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

Conflicts:
        lang/gcc48/Makefile (deleted)
DeltaFile
+188-6math/R/pkg-plist
+0-177lang/gcc48/files/patch-stackprotector-gcc_testsuite
+1-174sysutils/slurm-wlm/pkg-plist
+0-158lang/gcc48/files/patch-stackprotector-gcc
+0-125lang/gcc48/Makefile
+98-0multimedia/wireplumber/files/patch-glib
+287-640170 files not shown
+1,169-1,469176 files

HardenedBSD/src d2434f9sys/netinet in_pcb.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+4-0sys/netinet/in_pcb.c
+4-01 files

HardenedBSD/src 756c14csys/netinet in_pcb.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+4-0sys/netinet/in_pcb.c
+4-01 files

HardenedBSD/src 0568667lib/libulog ulog_login.c, libexec/tftpd tftpd.c

Merge branch 'freebsd/14-stable/main' into hardened/14-stable/master
DeltaFile
+212-140libexec/tftpd/tests/functional.c
+18-12libexec/tftpd/tftpd.c
+15-3sys/arm64/include/vmparam.h
+2-7sys/arm64/arm64/efirt_machdep.c
+4-3sys/arm64/arm64/minidump_machdep.c
+3-3lib/libulog/ulog_login.c
+254-1684 files not shown
+259-17310 files

HardenedBSD/src 10a88e8lib/libulog ulog_login.c

Merge branch 'freebsd/13-stable/main' into hardened/13-stable/master
DeltaFile
+3-3lib/libulog/ulog_login.c
+3-31 files

HardenedBSD/ports 5c2ab17x11-themes/papirus-icon-theme distinfo Makefile

x11-themes/papirus-icon-theme: update to 20240501

Changelog: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20240501

Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11-themes/papirus-icon-theme/distinfo
+1-1x11-themes/papirus-icon-theme/Makefile
+4-42 files

HardenedBSD/ports 0780a6edns/libidn distinfo Makefile, dns/libidn/files patch-doc__libidn.texi

dns/libidn: Update to 1.42

ChangeLog: https://git.savannah.gnu.org/cgit/libidn.git/tree/NEWS?h=v1.42

PR:             278689
DeltaFile
+3-3dns/libidn/files/patch-doc__libidn.texi
+3-3dns/libidn/distinfo
+2-3dns/libidn/Makefile
+3-1dns/libidn/pkg-plist
+11-104 files

HardenedBSD/ports b15f034www/chromium distinfo, www/chromium/files patch-chrome_app_chrome__main__delegate.cc patch-third__party_blink_renderer_platform_runtime__enabled__features.json5

www/chromium: update to 124.0.6367.118

Security:       https://vuxml.freebsd.org/freebsd/f69415aa-086e-11ef-9f97-a8a1599412c6.html
DeltaFile
+31-13www/chromium/files/patch-chrome_app_chrome__main__delegate.cc
+7-7www/chromium/distinfo
+7-7www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+4-4www/chromium/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc
+3-3www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc
+3-3www/chromium/files/patch-ui_base_ui__base__features.cc
+55-371 files not shown
+56-387 files

HardenedBSD/ports 2417fd8security/vuxml/vuln 2024.xml

security/vuxml: add www/*chromium < 124.0.6367.118

Obtained from:  https://chromereleases.googleblog.com/2024/04/stable-channel-update-for-desktop_30.html
DeltaFile
+36-0security/vuxml/vuln/2024.xml
+36-01 files

HardenedBSD/ports af1123edevel/py-pytest distinfo Makefile

Revert "devel/py-pytest: update to 8.2.0"

This reverts commit 377d2cfde7beb8176d20355e53691f145df15e49.

Reported by:    Rainer Hurling
DeltaFile
+3-3devel/py-pytest/distinfo
+1-1devel/py-pytest/Makefile
+4-42 files

HardenedBSD/ports afa68fcaudio/amsynth distinfo Makefile

audio/amsynth: Stop using namespace std

Apply upstream patch that unbreaks 15 builds.
Using patch globally since there is plans to merge to next release.

See also: https://github.com/amsynth/amsynth/issues/233
DeltaFile
+3-1audio/amsynth/distinfo
+4-0audio/amsynth/Makefile
+7-12 files

HardenedBSD/src 3f59eb3lib/libulog ulog_login.c

libulog: Make sure ut_line, ut_user, ut_host are terminated.

MFC after:      3 days
Reviewed by:    bapt
Differential Revision:  https://reviews.freebsd.org/D45004

(cherry picked from commit c28253ecde333c9908b7160664805acc3a92e2b0)
DeltaFile
+3-3lib/libulog/ulog_login.c
+3-31 files

HardenedBSD/src 2bdfc29lib/libulog ulog_login.c

libulog: Make sure ut_line, ut_user, ut_host are terminated.

MFC after:      3 days
Reviewed by:    bapt
Differential Revision:  https://reviews.freebsd.org/D45004

(cherry picked from commit c28253ecde333c9908b7160664805acc3a92e2b0)
DeltaFile
+3-3lib/libulog/ulog_login.c
+3-31 files

HardenedBSD/src 986ccedlibexec/tftpd tftpd.c tftp-utils.c, libexec/tftpd/tests functional.c

tftpd: Use `size_t` where appropriate.

* Limit the use of `ssize_t` to only where it's needed.
* Correct one case of `int` being used for a length.

MFC after:      1 week
Sponsored by:   Klara, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D44954

(cherry picked from commit 1ed44fcc44b2c04db330663589541608135402f4)

tftpd: Clean up the tests.

MFC after:      1 week
Sponsored by:   Klara, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D44955


    [38 lines not shown]
DeltaFile
+212-140libexec/tftpd/tests/functional.c
+18-12libexec/tftpd/tftpd.c
+2-2libexec/tftpd/tftp-utils.c
+1-1libexec/tftpd/tftp-utils.h
+233-1554 files

HardenedBSD/ports cac0cb6games/iqpuzzle pkg-plist distinfo

games/iqpuzzle: update 1.2.9 → 1.3.1

Reported by:    portscout
DeltaFile
+9-9games/iqpuzzle/pkg-plist
+3-3games/iqpuzzle/distinfo
+1-2games/iqpuzzle/Makefile
+13-143 files

HardenedBSD/ports f87395cdevel/seer-gdb distinfo Makefile

devel/seer-gdb: update 2.1 → 2.4
DeltaFile
+3-3devel/seer-gdb/distinfo
+1-1devel/seer-gdb/Makefile
+4-42 files

HardenedBSD/ports b66c12dscience/phonopy distinfo Makefile, science/py-phonopy distinfo Makefile

science/{,py-}phonopy: update 2.22.1 → 2.23.0

Reported by:    portscout
DeltaFile
+3-3science/phonopy/distinfo
+3-3science/py-phonopy/distinfo
+1-1science/phonopy/Makefile
+1-1science/py-phonopy/Makefile
+8-84 files

HardenedBSD/ports 181b8a3audio/qmidictl distinfo Makefile

audio/qmidictl: update 0.9.90 → 0.9.91
DeltaFile
+3-3audio/qmidictl/distinfo
+1-1audio/qmidictl/Makefile
+4-42 files

HardenedBSD/ports 5fffe6dx11-toolkits/pythonqt distinfo Makefile

x11-toolkits/pythonqt: update 3.5.1 → 3.5.2

Reported by:    portscout
DeltaFile
+3-3x11-toolkits/pythonqt/distinfo
+1-1x11-toolkits/pythonqt/Makefile
+4-42 files

HardenedBSD/ports 4de9a3fgraphics/bgfx distinfo Makefile, graphics/bgfx/files patch-bx_tests_math__test.cpp

graphics/bgfx: update 1.126.8700-463 → 1.127.8725-465

Reported by:    portscout
DeltaFile
+9-9graphics/bgfx/distinfo
+11-0graphics/bgfx/files/patch-bx_tests_math__test.cpp
+4-4graphics/bgfx/Makefile
+24-133 files

HardenedBSD/ports 5cfd755sysutils/mise distinfo Makefile

sysutils/mise: update 2024.4.10 → 2024.5.2

Reported by:    portscout
DeltaFile
+25-63sysutils/mise/distinfo
+12-31sysutils/mise/Makefile
+37-942 files

HardenedBSD/ports c697e4bscience/abinit distinfo Makefile

science/abinit: update 10.0.3 → 10.0.5

Reported by:    portscout
DeltaFile
+3-3science/abinit/distinfo
+1-1science/abinit/Makefile
+4-42 files

HardenedBSD/ports 0960e07misc/llama-cpp distinfo Makefile

misc/llama-cpp: update 2775 → 2780

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

HardenedBSD/ports 8123d7daudio/qmidinet distinfo Makefile

audio/qmidinet: update 0.9.90 → 0.9.91
DeltaFile
+3-3audio/qmidinet/distinfo
+1-1audio/qmidinet/Makefile
+4-42 files

HardenedBSD/ports b9c0dccaudio/qsynth distinfo Makefile

audio/qsynth: update 0.9.90 → 0.9.91
DeltaFile
+3-3audio/qsynth/distinfo
+1-1audio/qsynth/Makefile
+4-42 files

HardenedBSD/ports 5de9702audio/qxgedit distinfo Makefile

audio/qxgedit: update 0.9.90 → 0.9.91
DeltaFile
+3-3audio/qxgedit/distinfo
+1-1audio/qxgedit/Makefile
+4-42 files

HardenedBSD/ports bbe559fmisc/llama-cpp distinfo Makefile

misc/llama-cpp: update 2769 → 2775

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

HardenedBSD/ports 377d2cfdevel/py-pytest distinfo Makefile

devel/py-pytest: update to 8.2.0

Changelog: https://docs.pytest.org/en/latest/changelog.html
Sponsored by:   OVHCloud
DeltaFile
+3-3devel/py-pytest/distinfo
+1-1devel/py-pytest/Makefile
+4-42 files

HardenedBSD/ports 8580a08emulators/hatari pkg-plist Makefile, emulators/hatari/files patch-cmake_FindReadline.cmake patch-share_CMakeLists.txt

emulators/hatari: Update to 2.5.0

- Submitter becomes maintainer
- Update options
- Bypass broken readline detection by cmake
- Add test target

ChangeLog:      https://www.hatari.tuxfamily.org/news.html
PR:             278590
DeltaFile
+43-31emulators/hatari/pkg-plist
+34-21emulators/hatari/Makefile
+17-0emulators/hatari/files/patch-cmake_FindReadline.cmake
+7-9emulators/hatari/files/patch-share_CMakeLists.txt
+0-16emulators/hatari/files/patch-CMakeLists.txt
+7-7emulators/hatari/files/patch-tools_atari-hd-image.sh
+108-841 files not shown
+111-877 files

HardenedBSD/ports 92bab7cwww/tt-rss distinfo Makefile

www/tt-rss: Update to g20240421 d83290712

PR:     278619
DeltaFile
+3-3www/tt-rss/distinfo
+2-3www/tt-rss/Makefile
+5-62 files