OpenBSD/ports X2vkL8icomms Makefile

   hook up cubicsdr
VersionDeltaFile
1.96+1-0comms/Makefile
+1-01 files

OpenBSD/ports gXx5O4ecomms/cubicsdr Makefile distinfo, comms/cubicsdr/patches patch-external_rtaudio_RtAudio_cpp patch-CMakeLists_txt

   Initial revision
VersionDeltaFile
1.1+35-0comms/cubicsdr/Makefile
1.1+28-0comms/cubicsdr/pkg/PLIST
1.1+13-0comms/cubicsdr/patches/patch-external_rtaudio_RtAudio_cpp
1.1+12-0comms/cubicsdr/patches/patch-CMakeLists_txt
1.1+9-0comms/cubicsdr/pkg/DESCR
1.1+2-0comms/cubicsdr/distinfo
+99-06 files not shown
+99-012 files

OpenBSD/src L0r4KE8sys/dev/pci if_mwx.c

   Rmeove extra spaces
VersionDeltaFile
1.11+5-6sys/dev/pci/if_mwx.c
+5-61 files

OpenBSD/src XHBz6Lxusr.bin/tmux format.c cmd-list-panes.c

   Add pane_x, y, z format variables and show in list-panes.
VersionDeltaFile
1.369+48-0usr.bin/tmux/format.c
1.40+11-5usr.bin/tmux/cmd-list-panes.c
1.1060+5-2usr.bin/tmux/tmux.1
+64-73 files

OpenBSD/src BhoElbFusr.bin/tmux input.c

   Add some more DECRQM responses, from Ayman Bagabas in GitHub issue 5118.
VersionDeltaFile
1.259+66-18usr.bin/tmux/input.c
+66-181 files

OpenBSD/src TfL1UGZlib/libc/hash sha1.c, lib/libc/hidden sha1.h

   Replace the existing SHA-1 implementation in libc.

   This leverages some of the recent code in libcrypto while retaining the
   existing API and reusing SHA1_CTX definitions. The implementation uses
   static inline functions instead of macros and spells out the full variable
   rotations to follow the specification, rather than trying to outsmart the
   compiler. A performance gain is seen across most architectures.

   This also gives us a basis to provide per-architecture accelerated assembly
   implementations, based on those in libcrypto.

   With input from naddy@

   ok naddy@ tb@
VersionDeltaFile
1.29+417-137lib/libc/hash/sha1.c
1.2+7-2lib/libc/hidden/sha1.h
+424-1392 files

OpenBSD/src ySx82Fyusr.sbin/ntpd constraint.c

   ntpd: use the usual error check for timegm(3).

   Straightforward change. The code could use some refactoring to avoid two
   consecutive timegm(3) calls on tm_tls. The layering is a bit strange here.

   ok deraadt henning job
VersionDeltaFile
1.61+9-3usr.sbin/ntpd/constraint.c
+9-31 files

OpenBSD/ports lAz0TfNmail/extsmail distinfo Makefile

   Update to exsmail 2.9 from maintainer/upstream Laurence Tratt
VersionDeltaFile
1.17+2-2mail/extsmail/distinfo
1.24+1-1mail/extsmail/Makefile
+3-32 files

OpenBSD/src 8e07e1busr.bin/tmux screen-write.c

   Do not try to use pane if there isn't one when redrawing wide characters,
   GitHub issues 5145 and 5139.
VersionDeltaFile
1.262+2-2usr.bin/tmux/screen-write.c
+2-21 files

OpenBSD/ports j7ejHSGgraphics Makefile

   +plutosvg
VersionDeltaFile
1.656+1-0graphics/Makefile
+1-01 files

OpenBSD/ports acV8Xswgraphics/plutosvg Makefile distinfo, graphics/plutosvg/pkg PLIST DESCR

   Initial revision
VersionDeltaFile
1.1+22-0graphics/plutosvg/Makefile
1.1+10-0graphics/plutosvg/pkg/PLIST
1.1+5-0graphics/plutosvg/pkg/DESCR
1.1+2-0graphics/plutosvg/distinfo
1.1.1.1+0-0graphics/plutosvg/distinfo
1.1.1.1+0-0graphics/plutosvg/pkg/DESCR
+39-02 files not shown
+39-08 files

OpenBSD/ports G8YBf4vmisc/llama.cpp distinfo Makefile

   misc/llama.cpp: update to b9409
VersionDeltaFile
1.17+10-10misc/llama.cpp/distinfo
1.24+4-4misc/llama.cpp/Makefile
+14-142 files

OpenBSD/ports 8Mm9QG6devel/libggml Makefile distinfo

   devel/libggml: update to 0.13.1
VersionDeltaFile
1.17+3-3devel/libggml/Makefile
1.14+2-2devel/libggml/distinfo
+5-52 files

OpenBSD/src ElMdbjsusr.sbin/httpd server_http.c httpd.conf.5

   Fix uploads using chunked transfer-encoding

   The current code is broken so rework server_read_httpchunks() to properly
   implement chunked transfer-encoding. Chunked uploads only matter for
   fastcgi handlers, so adjust them to operate with chunked uploads.

   The problem is that the CGI spec mandates that CONTENT_LENGTH is set
   but for chunked transfers the content-length header is actually not
   allowed. Both fastcgi and cgi don't really need CONTENT_LENGTH since the
   data is passed via FCGI_STDIN messages or a pipe and in both cases EOF
   can be signaled just fine. Still some cgi/fastcgi handlers depend on the
   presence of CONTENT_LENGTH and so those fail to process such chunked
   uploads. For this reason add a config option to opt-in for chunked
   uploads but by default any upload with transfer-encoding chunked will
   result in a HTTP 400 error.

   OK kirill@ rsadowski@
VersionDeltaFile
1.163+35-40usr.sbin/httpd/server_http.c
1.131+11-2usr.sbin/httpd/httpd.conf.5
1.135+11-1usr.sbin/httpd/parse.y
1.101+6-6usr.sbin/httpd/server_fcgi.c
1.173+5-3usr.sbin/httpd/httpd.h
+68-525 files

OpenBSD/ports nIkG4mGgeo/qgis/patches patch-src_core_CMakeLists_txt

   geo/qgis: fix build with llvm 22

   - use -O0 on textrenderer/qgsfontmanager.cpp otherwise c++ spins forever
   - set SKIP_PRECOMPILE_HEADERS ON on qgsexpression_texts.cpp otherwise llvm
   errors with "OptimizationLevel differs in precompiled file vs. current file"

   joint work with tb@, thanks!
VersionDeltaFile
1.29+17-1geo/qgis/patches/patch-src_core_CMakeLists_txt
+17-11 files

OpenBSD/ports aeSGCesnet/dnsdist distinfo Makefile, net/dnsdist/patches patch-dnsdist-lua_cc

   Update to dnsdist 2.0.6
VersionDeltaFile
1.35+2-2net/dnsdist/distinfo
1.66+1-1net/dnsdist/Makefile
1.4+0-0net/dnsdist/patches/patch-dnsdist-lua_cc
+3-33 files

OpenBSD/ports PSRsTuznet/powerdns distinfo Makefile

   Update to PowerDNS Authoritative Server 5.0.5
VersionDeltaFile
1.60+2-2net/powerdns/distinfo
1.115+1-1net/powerdns/Makefile
+3-32 files

OpenBSD/ports ETigNJRwww/nextcloud/32 distinfo Makefile, www/nextcloud/32/pkg PLIST

   Update for Nextcloud to 32.0.10

   https://nextcloud.com/changelog/#latest32

   OK sthen@
VersionDeltaFile
1.10+563-637www/nextcloud/32/pkg/PLIST
1.9+2-2www/nextcloud/32/distinfo
1.13+1-1www/nextcloud/32/Makefile
+566-6403 files

OpenBSD/ports q29ri69www/tomcat/v11 distinfo Makefile, www/tomcat/v11/pkg PLIST-examples

   update to tomcat-11.0.22
VersionDeltaFile
1.17.2.1+4-4www/tomcat/v11/distinfo
1.17.2.1+1-1www/tomcat/v11/Makefile
1.14.2.1+1-1www/tomcat/v11/pkg/PLIST-examples
+6-63 files

OpenBSD/ports IwpkD20www/tomcat/v10 distinfo Makefile, www/tomcat/v10/pkg PLIST-examples

   update to tomcat-10.1.55
VersionDeltaFile
1.41.2.1+4-4www/tomcat/v10/distinfo
1.35.2.1+1-1www/tomcat/v10/pkg/PLIST-examples
1.48.2.1+1-1www/tomcat/v10/Makefile
+6-63 files

OpenBSD/ports aNKRk6jwww/tomcat/v9 distinfo Makefile, www/tomcat/v9/pkg PLIST-examples

   update to tomcat-9.0.118
VersionDeltaFile
1.53.2.1+4-4www/tomcat/v9/distinfo
1.46.2.1+1-1www/tomcat/v9/pkg/PLIST-examples
1.61.2.1+1-1www/tomcat/v9/Makefile
+6-63 files

OpenBSD/ports IVKZ27Iwww/tomcat/v10 distinfo Makefile, www/tomcat/v10/pkg PLIST-examples

   update to tomcat-10.1.55
VersionDeltaFile
1.42+4-4www/tomcat/v10/distinfo
1.49+1-1www/tomcat/v10/Makefile
1.36+1-1www/tomcat/v10/pkg/PLIST-examples
+6-63 files

OpenBSD/ports QXX3ZTctextproc/trdsql distinfo Makefile

   textproc/trdsql: update to 1.2.3
VersionDeltaFile
1.4+2-2textproc/trdsql/distinfo
1.4+1-1textproc/trdsql/Makefile
+3-32 files

OpenBSD/src 86rRUSlusr.bin/tmux cmd-run-shell.c tmux.1

   Allow run-shell arguments after a shell command to be expanded as #1, #2
   and so on. From Rasmus Thystrup Karstensen in GitHub issue 5121.
VersionDeltaFile
1.91+15-6usr.bin/tmux/cmd-run-shell.c
1.1059+17-3usr.bin/tmux/tmux.1
1.368+9-2usr.bin/tmux/format.c
+41-113 files

OpenBSD/src 7MAH8Mmusr.bin/ssh session.c

   differentiate between execution failures and subsystem not found when
   logging why a subsystem failed to start; GHPR#637 from cuiweixie
VersionDeltaFile
1.349+27-24usr.bin/ssh/session.c
+27-241 files

OpenBSD/ports bI1sqUXemulators/sameboy Makefile distinfo, emulators/sameboy/patches patch-Makefile

   Update to sameboy-1.0.3.
VersionDeltaFile
1.18+3-3emulators/sameboy/Makefile
1.13+2-2emulators/sameboy/distinfo
1.13+2-2emulators/sameboy/patches/patch-Makefile
+7-73 files

OpenBSD/ports qbG8gSndevel/rgbds distinfo Makefile, devel/rgbds/patches patch-src_asm_main_cpp patch-src_fix_main_cpp

   Update to rgbds-1.0.1.
VersionDeltaFile
1.13+2-2devel/rgbds/distinfo
1.19+1-1devel/rgbds/Makefile
1.4+1-1devel/rgbds/patches/patch-src_asm_main_cpp
1.4+1-1devel/rgbds/patches/patch-src_fix_main_cpp
1.5+1-1devel/rgbds/patches/patch-src_gfx_main_cpp
1.4+1-1devel/rgbds/patches/patch-src_link_main_cpp
+7-76 files

OpenBSD/ports OewijHDsecurity/cyberchef Makefile distinfo, security/cyberchef/pkg PLIST

   Update to cyberchef-11.0.0.
VersionDeltaFile
1.4+4-6security/cyberchef/Makefile
1.4+2-2security/cyberchef/distinfo
1.3+1-1security/cyberchef/pkg/PLIST
+7-93 files

OpenBSD/ports UUpxE1Xwww/vnu Makefile distinfo

   Update to vnu-26.5.29.
VersionDeltaFile
1.22+3-3www/vnu/Makefile
1.13+2-2www/vnu/distinfo
+5-52 files

OpenBSD/ports Mu3xivIaudio/gmpc-plugins/patches patch-gmpc-shout_src_plugin_c

   audio/gmpc-plugins: add some GTK_MACRO casts to fix build with llvm 22
VersionDeltaFile
1.4+28-2audio/gmpc-plugins/patches/patch-gmpc-shout_src_plugin_c
+28-21 files