OpenBSD/src 2NqVnfn — lib/libc/time ctime.3
timegm(3) is in C23 from Christian Schulte
| Version | Delta | File | |
|---|---|---|---|
| 1.55 | +8 | -5 | lib/libc/time/ctime.3 |
| +8 | -5 | 1 files | |
timegm(3) is in C23 from Christian Schulte
| Version | Delta | File | |
|---|---|---|---|
| 1.55 | +8 | -5 | lib/libc/time/ctime.3 |
| +8 | -5 | 1 files | |
update to py3-mitogen-0.3.50
| Version | Delta | File | |
|---|---|---|---|
| 1.28 | +2 | -2 | sysutils/py-mitogen/distinfo |
| 1.32 | +1 | -1 | sysutils/py-mitogen/Makefile |
| +3 | -3 | 2 files | |
update to whisper.cpp-1.9.1
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +2 | -2 | audio/whisper.cpp/distinfo |
| 1.2 | +1 | -1 | audio/whisper.cpp/patches/patch-CMakeLists_txt |
| 1.10 | +1 | -1 | audio/whisper.cpp/Makefile |
| +4 | -4 | 3 files | |
update py-debugpy to 1.8.21
| Version | Delta | File | |
|---|---|---|---|
| 1.13 | +2 | -2 | devel/py-debugpy/distinfo |
| 1.19 | +1 | -2 | devel/py-debugpy/Makefile |
| +3 | -4 | 2 files | |
editors/neovim: update to v0.12.3. Diff from Laurent Cheylus, thanks!
| Version | Delta | File | |
|---|---|---|---|
| 1.42 | +2 | -2 | editors/neovim/distinfo |
| 1.68 | +1 | -1 | editors/neovim/Makefile |
| 1.33 | +1 | -1 | editors/neovim/pkg/PLIST |
| +4 | -4 | 3 files | |
lang/go: disable experimental simd/archsimd tests on openbsd/amd64 The experimental simd/archsimd code generates jump tables, even when they are explicitly disabled in the compiler. This is not compatible with CFI. Makes regress pass again.
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +9 | -9 | lang/go/patches/patch-src_cmd_dist_test_go |
| 1.180 | +1 | -0 | lang/go/Makefile |
| +10 | -9 | 2 files | |
www/librewolf: update to 152.0.1-2, from MAINTAINER Leah Rowe
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +2 | -2 | www/librewolf/Makefile |
| 1.3 | +2 | -2 | www/librewolf/distinfo |
| 1.3 | +2 | -2 | www/librewolf/patches/patch-lw_policies_json |
| 1.3 | +1 | -0 | www/librewolf/pkg/PLIST |
| 1.2 | +0 | -0 | www/librewolf/patches/patch-gfx_wr_webrender_src_texture_cache_rs |
| +7 | -6 | 5 files | |
Replace all printf with DPRINTF so that kernel messages are only printed if the FUSE_DEBUG option is set at compile time. Each debug message on the console is prefexed with "fusefs: " Remove the useless fuse_dump_buff() function while we are at it. ok mlarkin
| Version | Delta | File | |
|---|---|---|---|
| 1.51 | +5 | -56 | sys/miscfs/fuse/fuse_device.c |
| 1.78 | +5 | -8 | sys/miscfs/fuse/fuse_vnops.c |
| 1.17 | +7 | -1 | sys/miscfs/fuse/fusefs.h |
| 1.51 | +3 | -3 | sys/miscfs/fuse/fuse_vfsops.c |
| 1.26 | +2 | -2 | sys/miscfs/fuse/fuse_lookup.c |
| 1.12 | +2 | -2 | sys/miscfs/fuse/fuse_file.c |
| +24 | -72 | 6 files | |
setup the radeondrm wscons burner task, lost in 6.18 drm changes avoids a NULL deref when wscons screen burner is enabled reported by al and Philippe on bugs@
| Version | Delta | File | |
|---|---|---|---|
| 1.23 | +35 | -0 | sys/dev/pci/drm/radeon/radeon_drv.c |
| 1.6 | +0 | -33 | sys/dev/pci/drm/radeon/radeon_fbdev.c |
| +35 | -33 | 2 files | |
incorrect path checking in ypbindproc_domain_2x found by Christian Schwabl ok millert
| Version | Delta | File | |
|---|---|---|---|
| 1.81 | +2 | -2 | usr.sbin/ypbind/ypbind.c |
| +2 | -2 | 1 files | |
sys/octeon: add em to GENERIC and RAMDISK kernels OK: visa@
| Version | Delta | File | |
|---|---|---|---|
| 1.63 | +4 | -1 | sys/arch/octeon/conf/GENERIC |
| 1.48 | +4 | -1 | sys/arch/octeon/conf/RAMDISK |
| +8 | -2 | 2 files | |
+pyradio
| Version | Delta | File | |
|---|---|---|---|
| 1.527 | +1 | -0 | audio/Makefile |
| +1 | -0 | 1 files | |
Initial revision
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +170 | -0 | audio/pyradio/pkg/PLIST |
| 1.1 | +31 | -0 | audio/pyradio/Makefile |
| 1.1 | +2 | -0 | audio/pyradio/pkg/DESCR |
| 1.1 | +2 | -0 | audio/pyradio/distinfo |
| 1.1.1.1 | +0 | -0 | audio/pyradio/pkg/PLIST |
| 1.1.1.1 | +0 | -0 | audio/pyradio/pkg/DESCR |
| +205 | -0 | 2 files not shown | |
| +205 | -0 | 8 files | |
poison DBP_PROPERTIES
| Version | Delta | File | |
|---|---|---|---|
| 1.42 | +2 | -1 | infrastructure/templates/mk.conf.template |
| +2 | -1 | 1 files | |
spell DPB_PROPERTIES correctly, and use += not ?= (as tb noticed, DPB_PROPERTIES is already set by scons.port.mk).
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +1 | -1 | games/godot/Makefile.inc |
| +1 | -1 | 1 files | |
Error if key is unknown rather than just carry on, GitHub issue 5248.
| Version | Delta | File | |
|---|---|---|---|
| 1.77 | +7 | -2 | usr.bin/tmux/cmd-list-keys.c |
| +7 | -2 | 1 files | |
check that make rejects empty variable names, from espie
| Version | Delta | File | |
|---|---|---|---|
| 1.52 | +7 | -2 | regress/usr.bin/make/Makefile |
| 1.1 | +7 | -0 | regress/usr.bin/make/mk44 |
| +14 | -2 | 2 files | |
Fix {} keys in tmux.1, pointed out by tb.
| Version | Delta | File | |
|---|---|---|---|
| 1.1096 | +8 | -4 | usr.bin/tmux/tmux.1 |
| +8 | -4 | 1 files | |
refuse empty variable names, from espie has been through multiple mkr and at least one ports bulk
| Version | Delta | File | |
|---|---|---|---|
| 1.19 | +3 | -1 | usr.bin/make/parsevar.c |
| +3 | -1 | 1 files | |
Update to meld-3.24.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.46 | +2 | -2 | textproc/meld/distinfo |
| 1.94 | +1 | -1 | textproc/meld/Makefile |
| 1.39 | +1 | -0 | textproc/meld/pkg/PLIST |
| +4 | -3 | 3 files | |
Update to appstream-1.1.3.
| Version | Delta | File | |
|---|---|---|---|
| 1.23 | +7 | -2 | devel/appstream/Makefile |
| 1.13 | +2 | -2 | devel/appstream/distinfo |
| 1.12 | +2 | -2 | devel/appstream/pkg/PLIST-main |
| +11 | -6 | 3 files | |
Update to awscli-1.45.34.
| Version | Delta | File | |
|---|---|---|---|
| 1.37 | +2 | -2 | sysutils/awscli/v1/Makefile |
| 1.35 | +2 | -2 | sysutils/awscli/v1/distinfo |
| 1.14 | +2 | -0 | sysutils/awscli/v1/pkg/PLIST |
| +6 | -4 | 3 files | |
Update to py3-boto3-1.43.34.
| Version | Delta | File | |
|---|---|---|---|
| 1.653 | +2 | -2 | net/py-boto3/distinfo |
| 1.665 | +2 | -2 | net/py-boto3/Makefile |
| +4 | -4 | 2 files | |
Update to py3-s3transfer-0.19.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.51 | +2 | -2 | net/py-s3transfer/distinfo |
| 1.64 | +1 | -1 | net/py-s3transfer/Makefile |
| +3 | -3 | 2 files | |
Update to py3-botocore-1.43.34.
| Version | Delta | File | |
|---|---|---|---|
| 1.870 | +2 | -2 | net/py-botocore/distinfo |
| 1.880 | +1 | -1 | net/py-botocore/Makefile |
| 1.328 | +1 | -0 | net/py-botocore/pkg/PLIST |
| +4 | -3 | 3 files | |
SECURITY update to OpenEXR-3.4.13.
| Version | Delta | File | |
|---|---|---|---|
| 1.51 | +2 | -2 | graphics/openexr/distinfo |
| 1.90 | +1 | -1 | graphics/openexr/Makefile |
| +3 | -3 | 2 files | |
dhcpd: use error check per timegm(3) manpage ok florian
| Version | Delta | File | |
|---|---|---|---|
| 1.30 | +3 | -2 | usr.sbin/dhcpd/parse.c |
| +3 | -2 | 1 files | |
httpd: error check timegm(3) per the manual ok job rsadowski
| Version | Delta | File | |
|---|---|---|---|
| 1.81 | +8 | -3 | usr.sbin/httpd/server_file.c |
| +8 | -3 | 1 files | |
Calculate the msg_copyin() `xfer' as min(available space, ...) not min(total space, ...). Otherwise we read outside of userland buffer. Also, I like to use sizeof(variable) instead of sizeof(type). ok cludwig
| Version | Delta | File | |
|---|---|---|---|
| 1.43 | +7 | -6 | sys/kern/sysv_msg.c |
| +7 | -6 | 1 files | |
security/john-jumbo: fix regress tests on CET/IBT capable CPUs
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +15 | -0 | security/john-jumbo/patches/patch-src_x86-64_S |
| 1.33 | +1 | -1 | security/john-jumbo/Makefile |
| +16 | -1 | 2 files | |