OpenBSD/ports GGWxgW4 — emulators/atari800 distinfo Makefile
Update atari800 to 6.1.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +2 | -2 | emulators/atari800/distinfo |
| 1.14 | +1 | -1 | emulators/atari800/Makefile |
| +3 | -3 | 2 files | |
Update atari800 to 6.1.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +2 | -2 | emulators/atari800/distinfo |
| 1.14 | +1 | -1 | emulators/atari800/Makefile |
| +3 | -3 | 2 files | |
Hook up awk tests
| Version | Delta | File | |
|---|---|---|---|
| 1.53 | +2 | -2 | regress/usr.bin/Makefile |
| +2 | -2 | 1 files | |
Add first batch of awk tests, adapted from upstream OK millert@
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +2,388 | -0 | regress/usr.bin/awk/t/t.sub0.ok |
| 1.1 | +1,978 | -0 | regress/usr.bin/awk/t/t.intest2.ok |
| 1.1 | +1,393 | -0 | regress/usr.bin/awk/t/t.set0.ok |
| 1.1 | +1,290 | -0 | regress/usr.bin/awk/t/t.for3.ok |
| 1.1 | +995 | -0 | regress/usr.bin/awk/t/t.coerce2.ok |
| 1.1 | +995 | -0 | regress/usr.bin/awk/t/t.NF.ok |
| +9,039 | -0 | 520 files not shown | |
| +45,466 | -0 | 526 files | |
Update to pokerth-2.0.8. From Josh Grosse (MAINTAINER)
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +17 | -0 | games/pokerth/pkg/README |
| 1.62 | +8 | -7 | games/pokerth/Makefile |
| 1.15 | +2 | -2 | games/pokerth/distinfo |
| 1.17 | +2 | -0 | games/pokerth/pkg/PLIST |
| 1.3 | +1 | -1 | games/pokerth/patches/patch-src_gui_qt6-qml_CMakeLists_txt |
| 1.5 | +0 | -0 | games/pokerth/patches/patch-src_net_serveraccepthelper_h |
| +30 | -10 | 1 files not shown | |
| +30 | -10 | 7 files | |
devel/pycharm: update to 2026.1.3
| Version | Delta | File | |
|---|---|---|---|
| 1.59 | +2 | -2 | devel/pycharm/distinfo |
| 1.72 | +2 | -2 | devel/pycharm/Makefile |
| +4 | -4 | 2 files | |
create_priority_list: add bounds check for priority_len Overflow should not be possible since we deduplicate the options but an explicit check won't hurt. Also move the dedup check for options 121 and 245 right before they are stored to match the other checks. OK deraadt@ florian@
| Version | Delta | File | |
|---|---|---|---|
| 1.37 | +8 | -5 | usr.sbin/dhcpd/options.c |
| +8 | -5 | 1 files | |
Move fira-fonts to the font module, and package web fonts.
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +107 | -0 | fonts/fira-fonts/pkg/PLIST-main |
| 1.1 | +37 | -0 | fonts/fira-fonts/pkg/PLIST-web |
| 1.13 | +15 | -16 | fonts/fira-fonts/Makefile |
| 1.8 | +2 | -2 | fonts/fira-fonts/distinfo |
| 1.1 | +2 | -0 | fonts/fira-fonts/pkg/DESCR-main |
| 1.1 | +2 | -0 | fonts/fira-fonts/pkg/DESCR-web |
| +165 | -18 | 2 files not shown | |
| +165 | -18 | 8 files | |
sndiod: Add the server.thru control to midithru/N ports It defines if programs connected to the midithru/N port can see each other. It defaults to 1, which is the current behavior.
| Version | Delta | File | |
|---|---|---|---|
| 1.40 | +33 | -2 | usr.bin/sndiod/midi.c |
| 1.140 | +11 | -1 | usr.bin/sndiod/dev.c |
| 1.58 | +7 | -1 | usr.bin/sndiod/sndiod.c |
| 1.23 | +3 | -1 | usr.bin/sndiod/midi.h |
| 1.59 | +2 | -1 | usr.bin/sndiod/dev.h |
| +56 | -6 | 5 files | |
sndiod: Swap port and midithru fields of the ctl structure No behavior change
| Version | Delta | File | |
|---|---|---|---|
| 1.139 | +3 | -8 | usr.bin/sndiod/dev.c |
| 1.39 | +5 | -5 | usr.bin/sndiod/midi.c |
| 1.58 | +2 | -2 | usr.bin/sndiod/dev.h |
| +10 | -15 | 3 files | |
sndiod: Use pointers to midithru structures instead of indices This makes handling of the midithru structure more similar to others, making the code more readable. No behavior change.
| Version | Delta | File | |
|---|---|---|---|
| 1.38 | +23 | -37 | usr.bin/sndiod/midi.c |
| 1.62 | +15 | -15 | usr.bin/sndiod/sock.c |
| 1.22 | +20 | -7 | usr.bin/sndiod/midi.h |
| 1.138 | +13 | -13 | usr.bin/sndiod/dev.c |
| 1.57 | +4 | -4 | usr.bin/sndiod/dev.h |
| 1.19 | +2 | -2 | usr.bin/sndiod/opt.c |
| +77 | -78 | 1 files not shown | |
| +79 | -80 | 7 files | |
sndiod: Implement control of midithru ports with sndioctl For now there's a single new server.port control that specifies which hardware MIDI ports programs will see. It's the equivalent of what's the server.device control is for audio.
| Version | Delta | File | |
|---|---|---|---|
| 1.37 | +163 | -150 | usr.bin/sndiod/midi.c |
| 1.57 | +3 | -55 | usr.bin/sndiod/sndiod.c |
| 1.61 | +25 | -8 | usr.bin/sndiod/sock.c |
| 1.137 | +25 | -2 | usr.bin/sndiod/dev.c |
| 1.21 | +11 | -4 | usr.bin/sndiod/midi.h |
| 1.22 | +2 | -12 | usr.bin/sndiod/sndiod.8 |
| +229 | -231 | 5 files not shown | |
| +246 | -241 | 11 files | |
SSL_alert_desc_string: update manpage after change to return "!!" always Also change some totally unreadable roff macros to slightly less unreadable mdoc markup.
| Version | Delta | File | |
|---|---|---|---|
| 1.9 | +36 | -39 | lib/libssl/man/SSL_alert_type_string.3 |
| +36 | -39 | 1 files | |
iked: Use timingsafe_memcmp(3) in ikev2_msg_decrypt() from markus@
| Version | Delta | File | |
|---|---|---|---|
| 1.105 | +2 | -2 | sbin/iked/ikev2_msg.c |
| +2 | -2 | 1 files | |
Fix scrollbar pad to work even if not set in style.
| Version | Delta | File | |
|---|---|---|---|
| 1.43 | +19 | -15 | usr.bin/tmux/style.c |
| 1.76 | +2 | -2 | usr.bin/tmux/layout.c |
| +21 | -17 | 2 files | |
update to rspamd-4.1.1
| Version | Delta | File | |
|---|---|---|---|
| 1.88.2.2 | +2 | -2 | mail/rspamd/distinfo |
| 1.160.2.2 | +1 | -1 | mail/rspamd/Makefile |
| +3 | -3 | 2 files | |
update to rspamd-4.1.1
| Version | Delta | File | |
|---|---|---|---|
| 1.90 | +2 | -2 | mail/rspamd/distinfo |
| 1.162 | +1 | -1 | mail/rspamd/Makefile |
| +3 | -3 | 2 files | |
update to mariadb-client to 12.3.2 from the new LTS branch from Brad (maintainer)
| Version | Delta | File | |
|---|---|---|---|
| 1.74 | +887 | -53 | databases/mariadb/pkg/PLIST-tests |
| 1.61 | +38 | -2 | databases/mariadb/pkg/PLIST-server |
| 1.8 | +3 | -3 | databases/mariadb/patches/patch-scripts_wsrep_sst_common_sh |
| 1.166 | +3 | -3 | databases/mariadb/Makefile |
| 1.68 | +2 | -2 | databases/mariadb/distinfo |
| 1.15 | +2 | -2 | databases/mariadb/patches/patch-client_CMakeLists_txt |
| +935 | -65 | 3 files not shown | |
| +940 | -70 | 9 files | |
Do not overflow the priority_list. Each option goes in only once, even if they always have priority.
| Version | Delta | File | |
|---|---|---|---|
| 1.36 | +3 | -1 | usr.sbin/dhcpd/options.c |
| +3 | -1 | 1 files | |
iked: Use timingsafe_memcmp(3) in dsa_verify_final() from markus@
| Version | Delta | File | |
|---|---|---|---|
| 1.48 | +2 | -2 | sbin/iked/crypto.c |
| +2 | -2 | 1 files | |
dnscontrol: add a comment indicating that dnscontrol init is broken pointed out by sthen
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +2 | -0 | net/dnscontrol/Makefile |
| +2 | -0 | 1 files | |
update to vim-9.2.699
| Version | Delta | File | |
|---|---|---|---|
| 1.159.2.2 | +2 | -2 | editors/vim/distinfo |
| 1.306.2.2 | +2 | -2 | editors/vim/Makefile |
| 1.15.2.2 | +1 | -1 | editors/vim/patches/patch-runtime_autoload_tar_vim |
| +5 | -5 | 3 files | |
update to vim-9.2.699
| Version | Delta | File | |
|---|---|---|---|
| 1.164 | +2 | -2 | editors/vim/distinfo |
| 1.312 | +1 | -1 | editors/vim/Makefile |
| 1.18 | +1 | -1 | editors/vim/patches/patch-runtime_autoload_tar_vim |
| +4 | -4 | 3 files | |
keep REVISION in -current above 7.9-stable
| Version | Delta | File | |
|---|---|---|---|
| 1.229 | +3 | -0 | net/librenms/Makefile |
| +3 | -0 | 1 files | |
update to librenms-26.6.1
| Version | Delta | File | |
|---|---|---|---|
| 1.2.4.2 | +186 | -13 | net/librenms/pkg/PLIST-main |
| 1.152.2.2 | +4 | -4 | net/librenms/distinfo |
| 1.2.4.1 | +3 | -0 | net/librenms/pkg/PLIST-doc |
| 1.223.2.2 | +1 | -1 | net/librenms/Makefile |
| +194 | -18 | 4 files | |
The mwx_delete_key() callback from net80211 can't use a task. While adding a key must be done via task to be able to sleep, the delete key operation must operate in fire and forget mode because defering the work results in a use-after-free (or at least bzero). Because of this split the functions to update and remove a key and use the no wait msg sending function in the delete case. This fixes a panic on interface down.
| Version | Delta | File | |
|---|---|---|---|
| 1.38 | +41 | -24 | sys/dev/pci/if_mwx.c |
| +41 | -24 | 1 files | |
iked: Reject all-zero curve25519 shared secrets from markus@
| Version | Delta | File | |
|---|---|---|---|
| 1.36 | +8 | -1 | sbin/iked/dh.c |
| +8 | -1 | 1 files | |
dnscontrol: update to 4.42.0, lightly tested by kirill
| Version | Delta | File | |
|---|---|---|---|
| 1.30 | +1,156 | -786 | net/dnscontrol/distinfo |
| 1.22 | +364 | -263 | net/dnscontrol/modules.inc |
| 1.16 | +12 | -5 | net/dnscontrol/pkg/PLIST |
| 1.40 | +2 | -3 | net/dnscontrol/Makefile |
| +1,534 | -1,057 | 4 files | |
clock_gettime.2: use proper idiom for timegm(3) check ok deraadt
| Version | Delta | File | |
|---|---|---|---|
| 1.33 | +4 | -3 | lib/libc/sys/clock_gettime.2 |
| +4 | -3 | 1 files | |
update to kitty-0.47.4, from Daniil Ryvkin, who takes maintainer.
| Version | Delta | File | |
|---|---|---|---|
| 1.10 | +241 | -342 | x11/kitty/pkg/PLIST |
| 1.10 | +228 | -2 | x11/kitty/distinfo |
| 1.11 | +52 | -24 | x11/kitty/patches/patch-setup_py |
| 1.1 | +68 | -0 | x11/kitty/modules.inc |
| 1.31 | +39 | -19 | x11/kitty/Makefile |
| 1.1 | +21 | -0 | x11/kitty/patches/patch-glfw_wl_platform_h |
| +649 | -387 | 4 files not shown | |
| +706 | -398 | 10 files | |
iked: Limit sa_eapmsk length from markus@
| Version | Delta | File | |
|---|---|---|---|
| 1.402 | +13 | -5 | sbin/iked/ikev2.c |
| +13 | -5 | 1 files | |