OpenBSD/src Rw7yGPp — usr.bin/tmux cmd-list-keys.c
tmux: move block assigning to prefix a bit down to avoid a small leak ok nicm
| Version | Delta | File | |
|---|---|---|---|
| 1.73 | +5 | -5 | usr.bin/tmux/cmd-list-keys.c |
| +5 | -5 | 1 files | |
tmux: move block assigning to prefix a bit down to avoid a small leak ok nicm
| Version | Delta | File | |
|---|---|---|---|
| 1.73 | +5 | -5 | usr.bin/tmux/cmd-list-keys.c |
| +5 | -5 | 1 files | |
Fix server crash when control client session is destroyed, from Renaud Allard in GitHub issue 4916.
| Version | Delta | File | |
|---|---|---|---|
| 1.52 | +4 | -1 | usr.bin/tmux/control.c |
| +4 | -1 | 1 files | |
Check for NULL value in tilde expansion before dereferencing, from Renaud Allard in GitHub issue 4916.
| Version | Delta | File | |
|---|---|---|---|
| 1.57 | +4 | -2 | usr.bin/tmux/cmd-parse.y |
| +4 | -2 | 1 files | |
Update to py3-gobject3-3.56.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.22 | +3 | -10 | devel/py-gobject3/pkg/PLIST |
| 1.56 | +2 | -2 | devel/py-gobject3/distinfo |
| 1.102 | +1 | -1 | devel/py-gobject3/Makefile |
| +6 | -13 | 3 files | |
Update to gtk+4-4.22.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.39 | +37 | -0 | x11/gtk+4/pkg/PLIST-main |
| 1.121 | +17 | -6 | x11/gtk+4/Makefile |
| 1.2 | +6 | -8 | x11/gtk+4/patches/patch-testsuite_gdk_colorstate_c |
| 1.5 | +5 | -0 | x11/gtk+4/pkg/PLIST-demos |
| 1.66 | +2 | -2 | x11/gtk+4/distinfo |
| 1.28 | +1 | -1 | x11/gtk+4/patches/patch-gtk_gtkfilechooserwidget_c |
| +68 | -17 | 6 files | |
Update to avahi-0.9rc3.
| Version | Delta | File | |
|---|---|---|---|
| 1.166 | +21 | -29 | net/avahi/Makefile |
| 1.5 | +15 | -0 | net/avahi/pkg/PLIST-libs |
| 1.8 | +2 | -2 | net/avahi/patches/patch-avahi-core_socket_c |
| 1.12 | +2 | -2 | net/avahi/distinfo |
| 1.4 | +1 | -1 | net/avahi/patches/patch-avahi-core_browse-service_c |
| 1.13 | +1 | -1 | net/avahi/patches/patch-avahi-daemon_main_c |
| +42 | -35 | 3 files not shown | |
| +43 | -35 | 9 files | |
Remove dependency on devel/glib2,bootstrap. It already had devel/glib2 and adding bootstrap will create an infinite loop while trying to build.
| Version | Delta | File | |
|---|---|---|---|
| 1.32 | +3 | -1 | x11/kde-plasma/plasma-desktop/Makefile |
| +3 | -1 | 1 files | |
Backport security fixes from freetype 2.14.2. Prevent an integer overflow leading to out-of-bounds read. CVE-2026-23865 from matthieu@ this is errata/7.7/026_freetype.patch.sig
| Version | Delta | File | |
|---|---|---|---|
| 1.31.2.1 | +2 | -4 | lib/freetype/src/truetype/ttgxvar.c |
| +2 | -4 | 1 files | |
Backport security fixes from freetype 2.14.2. Prevent an integer overflow leading to out-of-bounds read. CVE-2026-23865 from matthieu@ this is errata/7.8/020_freetype.patch.sig
| Version | Delta | File | |
|---|---|---|---|
| 1.31.4.1 | +2 | -4 | lib/freetype/src/truetype/ttgxvar.c |
| +2 | -4 | 1 files | |
remove BROKEN-i386, no longer uses ERANGE bytes to compile
| Version | Delta | File | |
|---|---|---|---|
| 1.11 | +0 | -2 | devel/kf6/breeze-icons/Makefile |
| +0 | -2 | 1 files | |
We've never seen this panic where *_fast_ipi() fails because a cpu isn't responding. I don't think we can see the panic -- I think we are so low that panic code will misbehave and more likely we see a hang. It is easier to accept this impossible failure, decrement the counter, and carry on.
| Version | Delta | File | |
|---|---|---|---|
| 1.234 | +14 | -5 | sys/arch/i386/i386/pmap.c |
| 1.189 | +14 | -5 | sys/arch/amd64/amd64/pmap.c |
| +28 | -10 | 2 files | |
Update to mawk-1.3.4.20260302
| Version | Delta | File | |
|---|---|---|---|
| 1.27 | +2 | -2 | lang/mawk/distinfo |
| 1.57 | +1 | -1 | lang/mawk/Makefile |
| +3 | -3 | 2 files | |
Inside libc, getpwent.c does not use dbopen() and instead uses unexported db functions. The copy of the code outside libc, must use dbopen(). -DFORCE_DBOPEN was used with #ifdef, but now that the file is an edited copy that is no longer neccessary.
| Version | Delta | File | |
|---|---|---|---|
| 1.70 | +5 | -14 | lib/libc/gen/getpwent.c |
| 1.3 | +3 | -13 | usr.bin/chpass/getpwent.c |
| 1.44 | +2 | -2 | usr.bin/passwd/Makefile |
| 1.18 | +1 | -2 | usr.bin/chpass/Makefile |
| +11 | -31 | 4 files | |
Update to seatd-0.9.3 Mostly error handling fixes. Tests/ok landry@
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +2 | -2 | sysutils/seatd/distinfo |
| 1.14 | +1 | -1 | sysutils/seatd/Makefile |
| 1.3 | +1 | -1 | sysutils/seatd/patches/patch-seatd_client_c |
| 1.2 | +1 | -1 | sysutils/seatd/patches/patch-seatd_seat_c |
| +5 | -5 | 4 files | |
add support for PNVM data embedded in newer iwx(4) firmware files ok phessler@ kettenis@
| Version | Delta | File | |
|---|---|---|---|
| 1.205 | +40 | -13 | sys/dev/pci/if_iwx.c |
| 1.45 | +8 | -1 | sys/dev/pci/if_iwxvar.h |
| 1.63 | +2 | -1 | sys/dev/pci/if_iwxreg.h |
| +50 | -15 | 3 files | |
Add an additional "int fd" argument to the low-level db __{hash,rec,bt}_open()
functions to provide for the caller allocating the fd itself.
ok guenther
| Version | Delta | File | |
|---|---|---|---|
| 1.20 | +14 | -2 | lib/libc/db/btree/bt_open.c |
| 1.15 | +10 | -6 | lib/libc/db/recno/rec_open.c |
| 1.14 | +4 | -4 | lib/libc/db/db/db.c |
| 1.30 | +6 | -2 | lib/libc/db/hash/hash.c |
| 1.5 | +4 | -4 | lib/libc/hidden/db.h |
| 1.69 | +3 | -3 | lib/libc/gen/getpwent.c |
| +41 | -21 | 6 files not shown | |
| +54 | -34 | 12 files | |
drop sysutils/usmb in favour of susmb (with 'obsolete suggestion' quirk) no usmb commits since 2013
| Version | Delta | File | |
|---|---|---|---|
| 1.1794 | +3 | -1 | devel/quirks/files/Quirks.pm |
| 1.1782 | +1 | -1 | devel/quirks/Makefile |
| 1.779 | +0 | -1 | sysutils/Makefile |
| 1.16 | +0 | -0 | sysutils/usmb/Makefile |
| 1.2 | +0 | -0 | sysutils/usmb/distinfo |
| 1.4 | +0 | -0 | sysutils/usmb/patches/patch-Makefile_in |
| +4 | -3 | 7 files not shown | |
| +4 | -3 | 13 files | |
update to tinyproxy-1.11.3 no longer needs asciidoc to build
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +13 | -17 | www/tinyproxy/Makefile |
| 1.16 | +2 | -2 | www/tinyproxy/distinfo |
| 1.4 | +1 | -1 | www/tinyproxy/patches/patch-configure_ac |
| +16 | -20 | 3 files | |
update to py3-brotlicffi-1.2.0.1
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +2 | -2 | archivers/py-brotlicffi/distinfo |
| 1.5 | +1 | -1 | archivers/py-brotlicffi/Makefile |
| +3 | -3 | 2 files | |
update to algol68g-3.10.13
| Version | Delta | File | |
|---|---|---|---|
| 1.19 | +2 | -2 | lang/algol68g/distinfo |
| 1.26 | +1 | -1 | lang/algol68g/Makefile |
| +3 | -3 | 2 files | |
update to cjson-1.7.19
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +2 | -2 | devel/cjson/distinfo |
| 1.10 | +1 | -2 | devel/cjson/Makefile |
| 1.2 | +0 | -0 | devel/cjson/patches/patch-tests_misc_tests_c |
| +3 | -4 | 3 files | |
Add O_CLEXEC to open() ok guenther
| Version | Delta | File | |
|---|---|---|---|
| 1.76 | +2 | -2 | lib/libc/time/localtime.c |
| +2 | -2 | 1 files | |
update to ccache-4.13 fetch doctest as an extra distfile and reenable testing
| Version | Delta | File | |
|---|---|---|---|
| 1.107 | +27 | -10 | devel/ccache/Makefile |
| 1.6 | +4 | -4 | devel/ccache/pkg/PLIST |
| 1.77 | +4 | -2 | devel/ccache/distinfo |
| +35 | -16 | 3 files | |
Zap obsolete patches
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +0 | -0 | net/powerdns_recursor/patches/patch-configure_ac |
| 1.4 | +0 | -0 | net/powerdns_recursor/patches/patch-Makefile_am |
| +0 | -0 | 2 files | |
Update to PowerDNS Recursor 5.4.0
| Version | Delta | File | |
|---|---|---|---|
| 1.61 | +128 | -120 | net/powerdns_recursor/distinfo |
| 1.7 | +63 | -59 | net/powerdns_recursor/crates.inc |
| 1.71 | +1 | -1 | net/powerdns_recursor/Makefile |
| +192 | -180 | 3 files | |
update to py3-platformdirs-4.9.4
| Version | Delta | File | |
|---|---|---|---|
| 1.26 | +2 | -2 | sysutils/py-platformdirs/distinfo |
| 1.34 | +1 | -1 | sysutils/py-platformdirs/Makefile |
| +3 | -3 | 2 files | |
update to py3-cachetools-7.0.4
| Version | Delta | File | |
|---|---|---|---|
| 1.25 | +2 | -2 | devel/py-cachetools/distinfo |
| 1.36 | +1 | -1 | devel/py-cachetools/Makefile |
| +3 | -3 | 2 files | |
update to py3-binaryornot-0.6.0
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +2 | -2 | devel/py-binaryornot/distinfo |
| 1.11 | +2 | -1 | devel/py-binaryornot/Makefile |
| 1.8 | +1 | -0 | devel/py-binaryornot/pkg/PLIST |
| +5 | -3 | 3 files | |
Update to remind-6.2.5 from Martin Ziemer (maintainer)
| Version | Delta | File | |
|---|---|---|---|
| 1.71 | +2 | -2 | misc/remind/distinfo |
| 1.102 | +2 | -2 | misc/remind/Makefile |
| +4 | -4 | 2 files | |
Update to jjui v0.10.0 Breaking changes in config: [keys], [custom_commands], [leader] https://github.com/idursun/jjui/releases/tag/v0.10.0
| Version | Delta | File | |
|---|---|---|---|
| 1.20 | +88 | -126 | devel/jjui/distinfo |
| 1.10 | +30 | -43 | devel/jjui/modules.inc |
| 1.21 | +1 | -1 | devel/jjui/Makefile |
| +119 | -170 | 3 files | |