OpenBSD/ports p7KzCIY — sysutils/broot distinfo Makefile
Update broot to 1.56.3.
| Version | Delta | File | |
|---|---|---|---|
| 1.40 | +2 | -2 | sysutils/broot/distinfo |
| 1.46 | +1 | -1 | sysutils/broot/Makefile |
| +3 | -3 | 2 files | |
Update broot to 1.56.3.
| Version | Delta | File | |
|---|---|---|---|
| 1.40 | +2 | -2 | sysutils/broot/distinfo |
| 1.46 | +1 | -1 | sysutils/broot/Makefile |
| +3 | -3 | 2 files | |
Update
| Version | Delta | File | |
|---|---|---|---|
| 1.465 | +9 | -9 | 3RDPARTY |
| 1.559 | +2 | -2 | MODULES |
| +11 | -11 | 2 files | |
sync
| Version | Delta | File | |
|---|---|---|---|
| 1.162 | +1 | -2 | distrib/sets/lists/xbase/mi |
| +1 | -2 | 1 files | |
Update to libxkbfile 1.2.0. Switch to local build system since autotools was replaced by meson.
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +60 | -72 | lib/libxkbfile/src/xkbtext.c |
| 1.5 | +77 | -18 | lib/libxkbfile/include/X11/extensions/XKBrules.h |
| 1.8 | +60 | -35 | lib/libxkbfile/src/maprules.c |
| 1.1 | +88 | -0 | lib/libxkbfile/.gitlab-ci.yml |
| 1.1 | +78 | -0 | lib/libxkbfile/.gitignore |
| 1.6 | +28 | -36 | lib/libxkbfile/src/xkbmisc.c |
| +391 | -161 | 35 files not shown | |
| +590 | -234 | 41 files | |
Update to xorgproto 2025.1
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +190 | -22 | proto/xorgproto/include/X11/XF86keysym.h |
| 1.2 | +35 | -35 | proto/xorgproto/renderproto.txt |
| 1.3 | +44 | -26 | proto/xorgproto/scripts/keysym-generator.py |
| 1.5 | +22 | -20 | proto/xorgproto/presentproto.txt |
| 1.4 | +29 | -13 | proto/xorgproto/compile |
| 1.2 | +13 | -13 | proto/xorgproto/COPYING-xextproto |
| +333 | -129 | 51 files not shown | |
| +489 | -260 | 57 files | |
Merge fixes from X.Org repository to build with llvm 22.
| Version | Delta | File | |
|---|---|---|---|
| 1.11 | +18 | -3 | driver/xf86-video-intel/src/sna/sna_accel.c |
| 1.4 | +4 | -0 | driver/xf86-video-intel/src/sna/sna_video.h |
| +22 | -3 | 2 files | |
Move xcb-util-xrm later in the build. Enabling tests makes it depend on libX11
| Version | Delta | File | |
|---|---|---|---|
| 1.49 | +3 | -4 | lib/Makefile |
| +3 | -4 | 1 files | |
Update to pokerth 2.0.7 from maintainer Add patch to disable TCP_KEEPALIVE
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +16 | -14 | games/pokerth/patches/patch-src_net_serveraccepthelper_h |
| 1.14 | +2 | -2 | games/pokerth/distinfo |
| 1.61 | +1 | -1 | games/pokerth/Makefile |
| 1.2 | +1 | -1 | games/pokerth/patches/patch-src_gui_qt6-qml_CMakeLists_txt |
| +20 | -18 | 4 files | |
Transplant the EL2 virtual timer interrupt into the ACPI device tree if it is provided in the GTDT table. Based on a diff from Marc Zyngier. ok jsg@
| Version | Delta | File | |
|---|---|---|---|
| 1.20 | +25 | -9 | sys/arch/arm64/stand/efiboot/efiacpi.c |
| 1.54 | +2 | -2 | sys/arch/arm64/stand/efiboot/conf.c |
| +27 | -11 | 2 files | |
If either tcp_md5_set() or pfkey_establish() fail then also fail the ongoing connect. The old graceful failure mode was added for strange cases like kernels without TCP MD5 support but there is honestly no good reason to limp along. The correct way to handle this on such broken systems is to edit the config and remove the auth settings. After that a bgpctl reload will fix the problem by skipping the TCP MD5 or IPSec setup. Reported by Frank Denis OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.290 | +9 | -4 | usr.sbin/bgpd/bgpd.c |
| 1.537 | +5 | -2 | usr.sbin/bgpd/session.c |
| +14 | -6 | 2 files | |
regen
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +857 | -265 | sys/arch/arm64/stand/efiboot/dt_blob.S |
| +857 | -265 | 1 files | |
Add "interrupt-names" property to the timer node. ok jsg@
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +1 | -0 | sys/arch/arm64/stand/efiboot/acpi.dts |
| +1 | -0 | 1 files | |
misc/llama.cpp: update to b9097
| Version | Delta | File | |
|---|---|---|---|
| 1.21 | +2 | -2 | misc/llama.cpp/Makefile |
| 1.14 | +2 | -2 | misc/llama.cpp/distinfo |
| +4 | -4 | 2 files | |
devel/libggml: update to 0.11.1
| Version | Delta | File | |
|---|---|---|---|
| 1.11 | +2 | -2 | devel/libggml/distinfo |
| 1.14 | +1 | -1 | devel/libggml/Makefile |
| +3 | -3 | 2 files | |
In log_evpnaddr() the labellen for EVPN_ROUTE_TYPE_2 can either be 3 or 6. Currently only the first label is printed so only take the first 3 bytes of addr->labelstack to build the VNI. Do this by hand with a few shifts and or opertations instead of the memcpy and htonl() fumbling. EVPN is still experimental and disabled by default. Found by myself and also reported by Frank Denis OK denis@ tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.102 | +5 | -4 | usr.sbin/bgpd/util.c |
| +5 | -4 | 1 files | |
Sync cert.pem with mozilla roots; quite a few CA certificates were
either removed or distrusted for web so are removed here. ok tb@
Common policies (moz, google, ca/b) are now to distrust roots with key
material created before a certain time (currently 2008, this rolls
forwards by 2 years each April until 2029 when it moves to '15 years
from creation'), and also roots used for TLS are not permitted to be
shared with other purposes (Secure Email, Code Signing, or others).
This removes all root certificates from the following CA operators:
-AffirmTrust
- /C=US/O=AffirmTrust/CN=AffirmTrust Commercial
- /C=US/O=AffirmTrust/CN=AffirmTrust Networking
- /C=US/O=AffirmTrust/CN=AffirmTrust Premium
- /C=US/O=AffirmTrust/CN=AffirmTrust Premium ECC
-Firmaprofesional SA
- /C=ES/O=Firmaprofesional SA/2.5.4.97=VATES-A62634068/CN=FIRMAPROFESIONAL CA ROOT-A WEB
[67 lines not shown]| Version | Delta | File | |
|---|---|---|---|
| 1.35 | +1 | -1,146 | lib/libcrypto/cert.pem |
| +1 | -1,146 | 1 files | |
update to hiawatha-12.2
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +10 | -8 | www/hiawatha/patches/patch-config_cgi-wrapper_conf |
| 1.9 | +6 | -9 | www/hiawatha/patches/patch-config_hiawatha_conf_in |
| 1.15 | +5 | -5 | www/hiawatha/patches/patch-man_hiawatha_1_in |
| 1.81 | +3 | -1 | www/hiawatha/Makefile |
| 1.58 | +2 | -2 | www/hiawatha/distinfo |
| 1.10 | +1 | -1 | www/hiawatha/patches/patch-CMakeLists_txt |
| +27 | -26 | 2 files not shown | |
| +29 | -28 | 8 files | |
use DIST_TUPLE for testdata
| Version | Delta | File | |
|---|---|---|---|
| 1.20 | +2 | -5 | graphics/libjxl/Makefile |
| 1.10 | +2 | -2 | graphics/libjxl/distinfo |
| +4 | -7 | 2 files | |
remove WRKDIR/bin/python symlinks that aren't needed any more (link now included in lang/python/3 -main).
| Version | Delta | File | |
|---|---|---|---|
| 1.14 | +14 | -15 | devel/py-multiprocess/Makefile |
| 1.154 | +3 | -6 | x11/gnome/keyring/Makefile |
| 1.4 | +0 | -7 | devel/shrinkray/Makefile |
| 1.50 | +0 | -5 | devel/py-pexpect/Makefile |
| 1.31 | +0 | -4 | x11/qt6/qtdeclarative/Makefile |
| 1.159 | +1 | -3 | devel/meson/Makefile |
| +18 | -40 | 33 files not shown | |
| +18 | -110 | 39 files | |
lang/node: Unbreak on i386 by cherrypicking a fix from upstream V8 ok sthen@
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +66 | -0 | lang/node/patches/patch-deps_v8_src_compiler_turboshaft_int64-lowering-reducer_h |
| 1.166 | +1 | -0 | lang/node/Makefile |
| +67 | -0 | 2 files | |
net/haproxy: Update to 3.2.19 From Mark Patruck, thanks discussed with tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.95 | +2 | -2 | net/haproxy/distinfo |
| 1.136 | +1 | -1 | net/haproxy/Makefile |
| +3 | -3 | 2 files | |
Update to libepoxy 1.5.10
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +6 | -0 | dist/libepoxy/src/meson.build |
| 1.4 | +4 | -1 | dist/libepoxy/meson.build |
| 1.7 | +4 | -0 | dist/libepoxy/src/dispatch_common.c |
| +14 | -1 | 3 files | |
Update to manuals-50.1.
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +16 | -6 | x11/gnome/manuals/pkg/PLIST |
| 1.3 | +2 | -2 | x11/gnome/manuals/distinfo |
| 1.5 | +1 | -2 | x11/gnome/manuals/Makefile |
| 1.2 | +1 | -1 | x11/gnome/manuals/patches/patch-src_manuals-window_ui |
| +20 | -11 | 4 files | |
Update to gnome-builder-50.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.60 | +360 | -360 | x11/gnome/builder/pkg/PLIST |
| 1.52 | +2 | -2 | x11/gnome/builder/distinfo |
| 1.159 | +1 | -1 | x11/gnome/builder/Makefile |
| +363 | -363 | 3 files | |
Update to foundry-1.1.1.
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +111 | -9 | x11/gnome/foundry/pkg/PLIST |
| 1.4 | +11 | -8 | x11/gnome/foundry/Makefile |
| 1.1 | +14 | -0 | x11/gnome/foundry/patches/patch-testsuite_tools_meson_build |
| 1.2 | +2 | -2 | x11/gnome/foundry/distinfo |
| 1.2 | +1 | -1 | x11/gnome/foundry/patches/patch-meson_build |
| +139 | -20 | 5 files | |
Update to libdex-1.1.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +10 | -0 | x11/gnome/libdex/pkg/PLIST |
| 1.2 | +5 | -5 | x11/gnome/libdex/patches/patch-src_meson_build |
| 1.12 | +4 | -3 | x11/gnome/libdex/Makefile |
| 1.7 | +2 | -2 | x11/gnome/libdex/distinfo |
| 1.7 | +1 | -1 | x11/gnome/libdex/patches/patch-meson_build |
| +22 | -11 | 5 files | |
Update to showtime-50.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +2 | -2 | x11/gnome/showtime/distinfo |
| 1.5 | +4 | -0 | x11/gnome/showtime/pkg/PLIST |
| 1.6 | +1 | -1 | x11/gnome/showtime/Makefile |
| +7 | -3 | 3 files | |
Update to papers-50.1.
| Version | Delta | File | |
|---|---|---|---|
| 1.7 | +322 | -284 | x11/gnome/papers/distinfo |
| 1.2 | +160 | -141 | x11/gnome/papers/crates.inc |
| 1.4 | +69 | -0 | x11/gnome/papers/pkg/PLIST-main |
| 1.7 | +1 | -1 | x11/gnome/papers/Makefile |
| +552 | -426 | 4 files | |
Update to xcb-util-xrm 1.3.0
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +4,905 | -4,088 | lib/xcb-util-xrm/configure |
| 1.2 | +1,471 | -1,293 | lib/xcb-util-xrm/config.sub |
| 1.2 | +1,028 | -753 | lib/xcb-util-xrm/config.guess |
| 1.2 | +633 | -73 | lib/xcb-util-xrm/Makefile.in |
| 1.2 | +383 | -241 | lib/xcb-util-xrm/aclocal.m4 |
| 1.2 | +216 | -202 | lib/xcb-util-xrm/install-sh |
| +8,636 | -6,650 | 19 files not shown | |
| +10,081 | -7,117 | 25 files | |
Update to gnome-maps-50.1.
| Version | Delta | File | |
|---|---|---|---|
| 1.39 | +3 | -1 | x11/gnome/maps/pkg/PLIST |
| 1.91 | +2 | -2 | x11/gnome/maps/distinfo |
| 1.124 | +1 | -1 | x11/gnome/maps/Makefile |
| 1.4 | +1 | -1 | x11/gnome/maps/patches/patch-lib_maps-shield_c |
| +7 | -5 | 4 files | |