HardenedBSD/src 7fbe240sys/rpc clnt_vc.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+8-2sys/rpc/clnt_vc.c
+8-21 files

HardenedBSD/src 2f6e5e0lib/libpmc/pmu-events/arch/x86/amdzen4 data-fabric.json cache.json

Merge branch 'freebsd/14-stable/main' into hardened/14-stable/master
DeltaFile
+1,090-0lib/libpmc/pmu-events/arch/x86/amdzen4/data-fabric.json
+828-0lib/libpmc/pmu-events/arch/x86/amdzen4/cache.json
+818-0lib/libpmc/pmu-events/arch/x86/amdzen4/floating-point.json
+418-0lib/libpmc/pmu-events/arch/x86/amdzen4/recommended.json
+174-0lib/libpmc/pmu-events/arch/x86/amdzen4/memory.json
+138-0lib/libpmc/pmu-events/arch/x86/amdzen4/other.json
+3,466-07 files not shown
+3,873-313 files

HardenedBSD/src 61c1fb1lib/libpmc/pmu-events/arch/x86/amdzen4 data-fabric.json cache.json

Merge branch 'freebsd/13-stable/main' into hardened/13-stable/master
DeltaFile
+1,090-0lib/libpmc/pmu-events/arch/x86/amdzen4/data-fabric.json
+828-0lib/libpmc/pmu-events/arch/x86/amdzen4/cache.json
+818-0lib/libpmc/pmu-events/arch/x86/amdzen4/floating-point.json
+418-0lib/libpmc/pmu-events/arch/x86/amdzen4/recommended.json
+174-0lib/libpmc/pmu-events/arch/x86/amdzen4/memory.json
+138-0lib/libpmc/pmu-events/arch/x86/amdzen4/other.json
+3,466-07 files not shown
+3,873-313 files

HardenedBSD/ports cc0a94fdatabases/pgbackrest Makefile, databases/pgbackrest/files patch-meson.build patch-src_meson.build

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+19-13databases/pgbackrest/Makefile
+31-0misc/py-accelerate/Makefile
+28-0databases/pgbackrest/files/patch-meson.build
+19-0devel/py-pynvml/Makefile
+11-0textproc/yq/files/patch-setup.py
+10-0databases/pgbackrest/files/patch-src_meson.build
+118-1331 files not shown
+206-6837 files

HardenedBSD/ports e39ea70biology/prodigy-lig Makefile distinfo

biology/prodigy-lig: update 1.1.0 → 1.1.1

Reported by:    portscout
DeltaFile
+4-3biology/prodigy-lig/Makefile
+3-3biology/prodigy-lig/distinfo
+7-62 files

HardenedBSD/ports a77bf6ctextproc/yq Makefile distinfo, textproc/yq/files patch-setup.py

textproc/yq: update 3.4.1 → 3.4.2

Reported by:    portscout
DeltaFile
+11-0textproc/yq/files/patch-setup.py
+5-3textproc/yq/Makefile
+3-3textproc/yq/distinfo
+19-63 files

HardenedBSD/ports db8cd5bwww/trunk distinfo Makefile

www/trunk: update 0.19.2 → 0.19.3

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

HardenedBSD/ports 5eddffdmultimedia/obs-studio Makefile, www/libdatachannel pkg-plist distinfo

www/libdatachannel: update 0.20.3 → 0.21.0

Reported by:    portscout
DeltaFile
+7-2www/libdatachannel/pkg-plist
+3-3www/libdatachannel/distinfo
+1-1www/libdatachannel/Makefile
+1-0multimedia/obs-studio/Makefile
+12-64 files

HardenedBSD/ports bdd9298databases/rqlite distinfo Makefile

databases/rqlite: update 8.23.3 → 8.23.4

Reported by:    portscout
DeltaFile
+5-5databases/rqlite/distinfo
+1-1databases/rqlite/Makefile
+6-62 files

HardenedBSD/ports 67e2ffbmisc/llama-cpp distinfo Makefile

misc/llama-cpp: update 2717 → 2749

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

HardenedBSD/ports 9d174b3textproc/uctodata distinfo Makefile

textproc/uctodata: update 0.10.1 → 0.11

Reported by:    portscout
DeltaFile
+3-3textproc/uctodata/distinfo
+1-1textproc/uctodata/Makefile
+4-42 files

HardenedBSD/ports af88188devel/hyprwayland-scanner Makefile

devel/hyprwayland-scanner: unbreak build with libc++ 16

src/main.cpp:218:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format("enum {} : uint32_t {{\n", en.name);
                  ~~~~~^
src/main.cpp:220:28: error: no member named 'format' in namespace 'std'
            HEADER += std::format("    {} = {},\n", k, v);
                      ~~~~~^
src/main.cpp:228:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format("\nclass {};", IFACE_CLASS_NAME_CAMEL);
                  ~~~~~^
src/main.cpp:237:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format("extern const wl_interface {};\n", IFACE_WL_NAME, IFACE_WL_NAME_CAMEL, IFACE_WL_NAME);
                  ~~~~~^
src/main.cpp:247:24: error: no member named 'format' in namespace 'std'
        HEADER += std::format(R"#(
                  ~~~~~^
src/main.cpp:289:28: error: no member named 'format' in namespace 'std'
            HEADER += std::format("    void {}(F<void({}*{})> handler);\n", camelize("set_" + rq.name), IFACE_CLASS_NAME_CAMEL, args);

    [43 lines not shown]
DeltaFile
+6-0devel/hyprwayland-scanner/Makefile
+6-01 files

HardenedBSD/src 5da0bdbsys/dev/iicbus ds1307.c

ds1307(4): Fix a typo in a source code comment

- s/slighly/slightly/

(cherry picked from commit fa3b320668ba6068014337bbbb05dbd39ac8dfb6)
DeltaFile
+1-1sys/dev/iicbus/ds1307.c
+1-11 files

HardenedBSD/src 3f82081sys/i386/include atomic.h

i386: Fix a typo in a source code comment

- s/slighly/slightly/

(cherry picked from commit e6c45f377d5b3bc28fc51a67c40dfa45c2087895)
DeltaFile
+1-1sys/i386/include/atomic.h
+1-11 files

HardenedBSD/src 4f8ee76sys/dev/iicbus/rtc ds1307.c

ds1307(4): Fix a typo in a source code comment

- s/slighly/slightly/

(cherry picked from commit fa3b320668ba6068014337bbbb05dbd39ac8dfb6)
DeltaFile
+1-1sys/dev/iicbus/rtc/ds1307.c
+1-11 files

HardenedBSD/src 8ca6066sys/i386/include atomic.h

i386: Fix a typo in a source code comment

- s/slighly/slightly/

(cherry picked from commit e6c45f377d5b3bc28fc51a67c40dfa45c2087895)
DeltaFile
+1-1sys/i386/include/atomic.h
+1-11 files

HardenedBSD/ports 43ecb93databases/pgbackrest Makefile distinfo, databases/pgbackrest/files patch-meson.build patch-src_meson.build

databases/pgbackrest: update to 2.51

Switch to meson build system.
Rename option SSH to SFTP.

The origin of patch is
https://github.com/pgbackrest/pgbackrest/commit/7b95fd3bd29346e7325aa161bfee45efd71e22eb
It is upstreamed and can remove it at update to 2.52.

Changelog: https://pgbackrest.org/release.html#2.51

PR:             276559
Approved by:    diizzy (mentor)
Differential Revision:  https://reviews.freebsd.org/D44791
DeltaFile
+19-13databases/pgbackrest/Makefile
+28-0databases/pgbackrest/files/patch-meson.build
+10-0databases/pgbackrest/files/patch-src_meson.build
+8-0databases/pgbackrest/files/patch-meson__options.txt
+3-3databases/pgbackrest/distinfo
+68-165 files

HardenedBSD/src a36b9f2lib/libpmc/pmu-events/arch/x86/amdzen4 data-fabric.json cache.json

libpmc: Import AMD Zen 4 PMU events

MFC after:      1 week

(cherry picked from commit 278d6950943a9fec2bddb037b547c04a847c54ba)
DeltaFile
+1,090-0lib/libpmc/pmu-events/arch/x86/amdzen4/data-fabric.json
+828-0lib/libpmc/pmu-events/arch/x86/amdzen4/cache.json
+818-0lib/libpmc/pmu-events/arch/x86/amdzen4/floating-point.json
+418-0lib/libpmc/pmu-events/arch/x86/amdzen4/recommended.json
+174-0lib/libpmc/pmu-events/arch/x86/amdzen4/memory.json
+138-0lib/libpmc/pmu-events/arch/x86/amdzen4/other.json
+3,466-05 files not shown
+3,871-111 files

HardenedBSD/src 75f1323lib/libpmc/pmu-events/arch/x86/amdzen4 data-fabric.json cache.json

libpmc: Import AMD Zen 4 PMU events

MFC after:      1 week

(cherry picked from commit 278d6950943a9fec2bddb037b547c04a847c54ba)
DeltaFile
+1,090-0lib/libpmc/pmu-events/arch/x86/amdzen4/data-fabric.json
+828-0lib/libpmc/pmu-events/arch/x86/amdzen4/cache.json
+818-0lib/libpmc/pmu-events/arch/x86/amdzen4/floating-point.json
+418-0lib/libpmc/pmu-events/arch/x86/amdzen4/recommended.json
+174-0lib/libpmc/pmu-events/arch/x86/amdzen4/memory.json
+138-0lib/libpmc/pmu-events/arch/x86/amdzen4/other.json
+3,466-05 files not shown
+3,871-111 files

HardenedBSD/ports 47ca3cex11-toolkits/wlroots distinfo Makefile

x11-toolkits/wlroots: update to 0.17.3

Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.3
Reported by:    GitLab (notify releases)
DeltaFile
+3-3x11-toolkits/wlroots/distinfo
+1-2x11-toolkits/wlroots/Makefile
+4-52 files

HardenedBSD/ports e0de9b5devel/hyprwayland-scanner distinfo Makefile

devel/hyprwayland-scanner: update to 0.3.2

Changes:        https://github.com/hyprwm/hyprwayland-scanner/releases/tag/v0.3.2
Reported by:    GitHub (watch releases)
DeltaFile
+3-3devel/hyprwayland-scanner/distinfo
+1-1devel/hyprwayland-scanner/Makefile
+4-42 files

HardenedBSD/ports 771377edevel Makefile, devel/py-pynvml Makefile distinfo

devel/py-pynvml: New port: Python Bindings for the NVIDIA Management Library
DeltaFile
+19-0devel/py-pynvml/Makefile
+3-0devel/py-pynvml/distinfo
+1-0devel/Makefile
+1-0devel/py-pynvml/pkg-descr
+24-04 files

HardenedBSD/ports dc61470misc Makefile, misc/py-accelerate Makefile pkg-descr

misc/py-accelerate: New port: PyTorch: simple way to launch, train, use PyTorch models on any device
DeltaFile
+31-0misc/py-accelerate/Makefile
+3-0misc/py-accelerate/pkg-descr
+3-0misc/py-accelerate/distinfo
+1-0misc/Makefile
+38-04 files

HardenedBSD/ports e9f2c79mail/mew-devel distinfo Makefile

mail/mew-devel: Update to latest snapshot

Changes:        https://github.com/kazu-yamamoto/Mew/compare/47886a3...ff2ce7c
DeltaFile
+3-3mail/mew-devel/distinfo
+2-3mail/mew-devel/Makefile
+5-62 files

HardenedBSD/src 4ba444dsys/rpc clnt_vc.c

krpc: Ref cnt the client structures for TLS upcalls

A crash occurred during testing, where the client structures had
already been free'd when the upcall thread tried to lock them.

This patch acquires a reference count on both of the structures
and these are released when the upcall is done, so that the
structures cannot be free'd prematurely.  This happened because
the testing is done over a very slow vpn.

Found during a IETF bakeathon testing event this week.

MFC after:      5 days
DeltaFile
+8-2sys/rpc/clnt_vc.c
+8-21 files

HardenedBSD/ports 9476d3edevel/got Makefile

devel/got: requires pkgconfig

Reported by:    Tomoaki AOKI
DeltaFile
+1-1devel/got/Makefile
+1-11 files

HardenedBSD/src 877bd4elib/libgcc_s Symbol.map Versions.def

Merge branch 'freebsd/14-stable/main' into hardened/14-stable/master
DeltaFile
+6-0lib/libgcc_s/Symbol.map
+3-0lib/libgcc_s/Versions.def
+9-02 files

HardenedBSD/ports fb7091baudio/audacity distinfo Makefile, devel/aws-c-mqtt distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+20-9devel/llvm-devel/pkg-plist
+3-5audio/audacity/distinfo
+3-3shells/xonsh/distinfo
+1-5audio/audacity/Makefile
+3-3devel/aws-c-mqtt/distinfo
+3-3devel/llvm-devel/distinfo
+33-288 files not shown
+48-4314 files

HardenedBSD/ports 05a4bb9security/aws-c-cal distinfo Makefile

security/aws-c-cal: Update to 0.6.12

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

HardenedBSD/ports 0b919e2. MOVED

MOVED: restore kiwix-lib -> libkiwix entry

Found this issue while taking care of PR271937 and didn't found MOVED
entry about rename.

PR:             271937
Approved by:    portmgr (blanket)
Fixes:          74535ecc1: "devel/{kiwix-lib,libkiwix}: Update version ..."
DeltaFile
+1-0MOVED
+1-01 files