OpenBSD/ports 50fMkMG — devel/py-cachetools Makefile
py-cachetools: fix previous: needs setuptools_scm now
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +1 | -1 | devel/py-cachetools/Makefile |
| +1 | -1 | 1 files | |
py-cachetools: fix previous: needs setuptools_scm now
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +1 | -1 | devel/py-cachetools/Makefile |
| +1 | -1 | 1 files | |
Use ENTRY_NB() for sig{set,long}jmp
Like on arm, the END_WEAK() trigger "changed binding to STB_WEAK"
warnings on sparc64 when compiled with clang.
ok kettenis
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +3 | -3 | lib/libc/arch/sparc64/gen/sigsetjmp.S |
| +3 | -3 | 1 files | |
Convert libc/arch/sparc64/gen to ANSI-style function definitions ok jsg kettenis, lgtm jca
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +2 | -3 | lib/libc/arch/sparc64/gen/fpsetsticky.c |
| 1.2 | +2 | -3 | lib/libc/arch/sparc64/gen/fpsetmask.c |
| 1.2 | +2 | -3 | lib/libc/arch/sparc64/gen/fpsetround.c |
| +6 | -9 | 3 files | |
Convert libc/arch/sparc64/fpu to ANSI-style function definitions ok jsg kettenis, lgtm jca
| Version | Delta | File | |
|---|---|---|---|
| 1.13 | +9 | -26 | lib/libc/arch/sparc64/fpu/fpu_explode.c |
| 1.9 | +7 | -24 | lib/libc/arch/sparc64/fpu/fpu_implode.c |
| 1.8 | +2 | -3 | lib/libc/arch/sparc64/fpu/fpu_sqrt.c |
| 1.6 | +2 | -3 | lib/libc/arch/sparc64/fpu/fpu_add.c |
| 1.6 | +2 | -3 | lib/libc/arch/sparc64/fpu/fpu_div.c |
| 1.5 | +2 | -3 | lib/libc/arch/sparc64/fpu/fpu_mul.c |
| +24 | -62 | 6 files | |
Update to git-2.55.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.219 | +4 | -4 | devel/git/distinfo |
| 1.125 | +4 | -0 | devel/git/pkg/PLIST-main |
| 1.298 | +1 | -2 | devel/git/Makefile |
| 1.2 | +0 | -0 | devel/git/patches/patch-connect_c |
| 1.2 | +0 | -0 | devel/git/patches/patch-transport-helper_c |
| +9 | -6 | 5 files | |
Encrypt swap pages "inline" instead of going through a bounce buffer. This means we no longer need to reserve bounce pages for the pagdaemon. Instead we can use the complete set of psegs to swap out pages. Note that there is another important consequence of this diff. Before the old page remaines unencrypted and on the inactive queue, where it will sit until the pagedaemon runs again and kills it. With this diff, pages will be freed as soon as the I/O completes. This is probably an improvement in itself. This is simplified version of a diff posted by mpi@ earlier this year. These simplifications were possible because we no longer bounce pages to meet DMA constraints in the swap code. ok deraadt@
| Version | Delta | File | |
|---|---|---|---|
| 1.183 | +95 | -210 | sys/uvm/uvm_swap.c |
| 1.99 | +55 | -36 | sys/uvm/uvm_pager.c |
| 1.160 | +12 | -9 | sys/uvm/uvm_pdaemon.c |
| 1.23 | +8 | -2 | sys/uvm/uvm_swap.h |
| 1.190 | +2 | -2 | sys/uvm/uvm_page.c |
| 1.74 | +2 | -2 | sys/uvm/uvm_page.h |
| +174 | -261 | 6 files | |
wayland/river: explicitly set CPU lang/zig default behaviour is to compile for the specific CPU on which it runs. This specifies a more generic baseline CPU for amd64 and arm64. While here, add --verbose build flag, disable coloured output and observe $MAKE_JOBS. tests and feedback from yaydn (at) protonmail, thanks
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +10 | -2 | wayland/river/Makefile |
| +10 | -2 | 1 files | |
Update p5-Sereal-Encoder to 5.008.
| Version | Delta | File | |
|---|---|---|---|
| 1.14 | +2 | -2 | converters/p5-Sereal-Encoder/distinfo |
| 1.19 | +1 | -1 | converters/p5-Sereal-Encoder/Makefile |
| +3 | -3 | 2 files | |
Update p5-Sereal-Decoder to 5.008.
| Version | Delta | File | |
|---|---|---|---|
| 1.14 | +2 | -2 | converters/p5-Sereal-Decoder/distinfo |
| 1.19 | +1 | -1 | converters/p5-Sereal-Decoder/Makefile |
| +3 | -3 | 2 files | |
Update broot to 1.58.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.43 | +350 | -322 | sysutils/broot/distinfo |
| 1.34 | +174 | -160 | sysutils/broot/crates.inc |
| 1.49 | +1 | -1 | sysutils/broot/Makefile |
| +525 | -483 | 3 files | |
in sshd config dump mode, write all directives in mixed case for consistency ok djm@
| Version | Delta | File | |
|---|---|---|---|
| 1.452 | +16 | -16 | usr.bin/ssh/servconf.c |
| +16 | -16 | 1 files | |
read ~/.ssh/id_mldsa44_ed25519 private key files by default ok djm@
| Version | Delta | File | |
|---|---|---|---|
| 1.452 | +11 | -4 | usr.bin/ssh/ssh.1 |
| 1.90 | +8 | -5 | usr.bin/ssh/ssh-add.1 |
| 1.239 | +5 | -5 | usr.bin/ssh/ssh-keygen.1 |
| 1.428 | +5 | -4 | usr.bin/ssh/ssh_config.5 |
| 1.330 | +3 | -2 | usr.bin/ssh/sshd.8 |
| 1.414 | +3 | -1 | usr.bin/ssh/readconf.c |
| +35 | -21 | 1 files not shown | |
| +37 | -22 | 7 files | |
+ zls
| Version | Delta | File | |
|---|---|---|---|
| 1.2593 | +1 | -0 | devel/Makefile |
| +1 | -0 | 1 files | |
Initial revision
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +66 | -0 | devel/zls/Makefile |
| 1.1 | +14 | -0 | devel/zls/pkg/DESCR |
| 1.1 | +8 | -0 | devel/zls/distinfo |
| 1.1 | +1 | -0 | devel/zls/pkg/PLIST |
| 1.1.1.1 | +0 | -0 | devel/zls/distinfo |
| 1.1.1.1 | +0 | -0 | devel/zls/Makefile |
| +89 | -0 | 2 files not shown | |
| +89 | -0 | 8 files | |
net/lagrange: Update to 1.20.9 From Maintainer Florian Viehweger, thanks
| Version | Delta | File | |
|---|---|---|---|
| 1.71 | +2 | -2 | net/lagrange/distinfo |
| 1.86 | +1 | -1 | net/lagrange/Makefile |
| +3 | -3 | 2 files | |
Restructure the SSHFP test in preparation for adding other key types:
- change the DNS names to be rsa.* for the existing RSA fingerprints.
- verify that all required SSHFP records exist in DNS.
- only run the RSA tests if the build supports RSA.
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +55 | -31 | regress/usr.bin/ssh/sshfp-connect.sh |
| +55 | -31 | 1 files | |
Update to meson-1.11.2.
| Version | Delta | File | |
|---|---|---|---|
| 1.66 | +2 | -2 | devel/meson/patches/patch-mesonbuild_build_py |
| 1.109 | +2 | -2 | devel/meson/distinfo |
| 1.123 | +1 | -1 | devel/meson/meson.port.mk |
| 1.161 | +1 | -1 | devel/meson/Makefile |
| +6 | -6 | 4 files | |
Update to awscli-1.45.46.
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +37 | -0 | sysutils/awscli/v1/pkg/PLIST |
| 1.38 | +2 | -2 | sysutils/awscli/v1/distinfo |
| 1.40 | +1 | -1 | sysutils/awscli/v1/Makefile |
| +40 | -3 | 3 files | |
Update to py3-boto3-1.43.46.
| Version | Delta | File | |
|---|---|---|---|
| 1.656 | +2 | -2 | net/py-boto3/distinfo |
| 1.668 | +1 | -1 | net/py-boto3/Makefile |
| +3 | -3 | 2 files | |
Update to py3-s3transfer-0.19.1.
| Version | Delta | File | |
|---|---|---|---|
| 1.52 | +2 | -2 | net/py-s3transfer/distinfo |
| 1.65 | +1 | -1 | net/py-s3transfer/Makefile |
| +3 | -3 | 2 files | |
Update to py3-botocore-1.43.46.
| Version | Delta | File | |
|---|---|---|---|
| 1.331 | +8 | -0 | net/py-botocore/pkg/PLIST |
| 1.873 | +2 | -2 | net/py-botocore/distinfo |
| 1.883 | +1 | -1 | net/py-botocore/Makefile |
| +11 | -3 | 3 files | |
Update to coredns-1.14.6.
| Version | Delta | File | |
|---|---|---|---|
| 1.35 | +10 | -10 | net/coredns/distinfo |
| 1.26 | +3 | -3 | net/coredns/modules.inc |
| 1.40 | +1 | -1 | net/coredns/Makefile |
| +14 | -14 | 3 files | |
audio/mpd: update to 0.24.13. see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.13/NEWS
| Version | Delta | File | |
|---|---|---|---|
| 1.78 | +2 | -2 | audio/mpd/distinfo |
| 1.164 | +1 | -1 | audio/mpd/Makefile |
| +3 | -3 | 2 files | |
geo/mapserver: MFC security update to 8.6.5. see https://mapserver.org/development/changelog/changelog-8-6.html#changes-from-8-6-4-to-8-6-5 and https://github.com/MapServer/MapServer/releases/tag/rel-8-6-5 for the list of GHSA
| Version | Delta | File | |
|---|---|---|---|
| 1.44.2.3 | +2 | -2 | geo/mapserver/distinfo |
| 1.111.2.3 | +1 | -1 | geo/mapserver/Makefile |
| +3 | -3 | 2 files | |
geo/mapserver: security update to 8.6.5. see https://mapserver.org/development/changelog/changelog-8-6.html#changes-from-8-6-4-to-8-6-5 and https://github.com/MapServer/MapServer/releases/tag/rel-8-6-5 for the list of GHSA
| Version | Delta | File | |
|---|---|---|---|
| 1.47 | +2 | -2 | geo/mapserver/distinfo |
| 1.114 | +1 | -1 | geo/mapserver/Makefile |
| +3 | -3 | 2 files | |
misc/llama.cpp: update to b9956
| Version | Delta | File | |
|---|---|---|---|
| 1.22 | +4 | -4 | misc/llama.cpp/distinfo |
| 1.29 | +3 | -3 | misc/llama.cpp/Makefile |
| 1.12 | +0 | -1 | misc/llama.cpp/pkg/PLIST |
| +7 | -8 | 3 files | |
devel/libggml: update to 0.16.0
| Version | Delta | File | |
|---|---|---|---|
| 1.22 | +2 | -2 | devel/libggml/Makefile |
| 1.19 | +2 | -2 | devel/libggml/distinfo |
| +4 | -4 | 2 files | |
document mldsa44-ed25519 host key and public key algorithm
| Version | Delta | File | |
|---|---|---|---|
| 1.400 | +15 | -7 | usr.bin/ssh/sshd_config.5 |
| 1.427 | +13 | -6 | usr.bin/ssh/ssh_config.5 |
| 1.329 | +8 | -3 | usr.bin/ssh/sshd.8 |
| 1.19 | +4 | -2 | usr.bin/ssh/ssh-keysign.8 |
| 1.451 | +3 | -2 | usr.bin/ssh/ssh.1 |
| 1.106 | +2 | -1 | usr.bin/ssh/sshd_config |
| +45 | -21 | 6 files | |
Update to GStreamer 1.28.5.
| Version | Delta | File | |
|---|---|---|---|
| 1.146 | +19 | -19 | multimedia/gstreamer1/plugins-bad/Makefile |
| 1.137 | +12 | -12 | multimedia/gstreamer1/plugins-base/Makefile |
| 1.115 | +5 | -5 | multimedia/gstreamer1/core/Makefile |
| 1.100 | +2 | -2 | multimedia/gstreamer1/core/distinfo |
| 1.19 | +2 | -2 | multimedia/gstreamer1/rtsp-server/distinfo |
| 1.20 | +2 | -2 | multimedia/gstreamer1/devtools/Makefile |
| +42 | -42 | 14 files not shown | |
| +65 | -65 | 20 files | |
Update to pipewire-1.6.8.
| Version | Delta | File | |
|---|---|---|---|
| 1.57 | +2 | -2 | multimedia/pipewire/pipewire/Makefile |
| 1.33 | +2 | -2 | multimedia/pipewire/pipewire/distinfo |
| +4 | -4 | 2 files | |