OpenBSD/ports vk3a4pz — devel/py-borghash Makefile
for consistency, add a BDEP on cython; it's used if present though with a fallback to a pregenerated file if not. ok bket@
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +4 | -0 | devel/py-borghash/Makefile |
| +4 | -0 | 1 files | |
for consistency, add a BDEP on cython; it's used if present though with a fallback to a pregenerated file if not. ok bket@
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +4 | -0 | devel/py-borghash/Makefile |
| +4 | -0 | 1 files | |
Update lxmf to 1.1.1
| Version | Delta | File | |
|---|---|---|---|
| 1.4.2.2 | +2 | -2 | net/py-lxmf/distinfo |
| 1.5.2.2 | +1 | -1 | net/py-lxmf/Makefile |
| +3 | -3 | 2 files | |
Update lxmf to 1.1.1
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +2 | -2 | net/py-lxmf/distinfo |
| 1.9 | +1 | -1 | net/py-lxmf/Makefile |
| +3 | -3 | 2 files | |
Only set conn->redir_uri once all validation steps are done. OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.109 | +3 | -2 | usr.sbin/rpki-client/http.c |
| +3 | -2 | 1 files | |
openssl/4.0: plug client-side memleak Free bs when the OCSP basic response contains no single responses. I have no idea why this utterly trivial change needed almost as many lines of explanatory comment as it took weeks to merge it, plus a CVE on top, but here we are. My time's already been wasted... Free BS indeed: https://www.openwall.com/lists/oss-security/2026/08/05/8
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +27 | -0 | security/openssl/4.0/patches/patch-crypto_x509_x509_vfy_c |
| 1.6 | +2 | -0 | security/openssl/4.0/Makefile |
| +29 | -0 | 2 files | |
sndiod: Allocate all midithru structures on the heap The midithru structures that are used only internally (for MIDI control of the logical audio sub-device) are allocated when needed only. Now the MIDITHRU_NMAX macro is simply the number of user-visible midithru ports. The midithru structures are identified by names, instead of the indices.
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +64 | -16 | usr.bin/sndiod/midi.c |
| 1.24 | +12 | -3 | usr.bin/sndiod/midi.h |
| 1.59 | +10 | -4 | usr.bin/sndiod/sndiod.c |
| 1.65 | +7 | -4 | usr.bin/sndiod/sock.c |
| 1.145 | +5 | -5 | usr.bin/sndiod/dev.c |
| 1.25 | +4 | -2 | usr.bin/sndiod/opt.c |
| +102 | -34 | 1 files not shown | |
| +104 | -35 | 7 files | |
update to libunbound-1.26.0
| Version | Delta | File | |
|---|---|---|---|
| 1.35.2.3 | +2 | -2 | net/libunbound/distinfo |
| 1.42.2.3 | +1 | -1 | net/libunbound/Makefile |
| +3 | -3 | 2 files | |
Update mame to 0.289.
| Version | Delta | File | |
|---|---|---|---|
| 1.82 | +2 | -2 | emulators/mame/distinfo |
| 1.34 | +1 | -1 | emulators/mame/patches/patch-makefile |
| 1.104 | +1 | -1 | emulators/mame/Makefile |
| +4 | -4 | 3 files | |
replace rtlsdr_read_async() with rtlsdr_read_sync() to accept frequency change request during receiving. OK sebastia@
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +75 | -0 | comms/soapy-rtlsdr/patches/patch-Streaming_cpp |
| 1.1 | +16 | -0 | comms/soapy-rtlsdr/patches/patch-SoapyRTLSDR_hpp |
| 1.2 | +1 | -0 | comms/soapy-rtlsdr/Makefile |
| +92 | -0 | 3 files | |
remove patch that is already included upstream
| Version | Delta | File | |
|---|---|---|---|
| 1.26 | +0 | -0 | editors/libreoffice/patches/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx |
| +0 | -0 | 1 files | |
update to 26.2.5.2
| Version | Delta | File | |
|---|---|---|---|
| 1.85 | +52 | -25 | editors/libreoffice/patches/patch-configure |
| 1.139 | +18 | -18 | editors/libreoffice/distinfo |
| 1.345 | +7 | -7 | editors/libreoffice/Makefile |
| 1.91 | +0 | -12 | editors/libreoffice/pkg/PLIST-main |
| 1.20 | +11 | -0 | editors/libreoffice/pkg/PLIST-i18n-fa |
| 1.28 | +3 | -4 | editors/libreoffice/pkg/PLIST-i18n-nl |
| +91 | -66 | 2 files not shown | |
| +93 | -67 | 8 files | |
update to py3-cssutils-2.15.0
| Version | Delta | File | |
|---|---|---|---|
| 1.18 | +2 | -202 | textproc/py-cssutils/pkg/PLIST |
| 1.39 | +6 | -5 | textproc/py-cssutils/Makefile |
| 1.15 | +2 | -2 | textproc/py-cssutils/distinfo |
| +10 | -209 | 3 files | |
+py-encutils
| Version | Delta | File | |
|---|---|---|---|
| 1.870 | +1 | -0 | textproc/Makefile |
| +1 | -0 | 1 files | |
import ports/textproc/py-encutils, ok tb A collection of helper functions to detect encodings of text files (like HTML, XHTML, XML, CSS, etc.) retrieved via HTTP, file or string. getEncodingInfo is probably the main function of interest which uses other supplied functions itself and gathers all information together and supplies an EncodingInfo object.
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +18 | -0 | textproc/py-encutils/Makefile |
| 1.1 | +12 | -0 | textproc/py-encutils/pkg/PLIST |
| 1.1 | +6 | -0 | textproc/py-encutils/pkg/DESCR |
| 1.1 | +2 | -0 | textproc/py-encutils/distinfo |
| 1.1.1.1 | +0 | -0 | textproc/py-encutils/pkg/PLIST |
| 1.1.1.1 | +0 | -0 | textproc/py-encutils/pkg/DESCR |
| +38 | -0 | 2 files not shown | |
| +38 | -0 | 8 files | |
update to py3-packaging-26.3
| Version | Delta | File | |
|---|---|---|---|
| 1.14 | +6 | -0 | sysutils/py-packaging/pkg/PLIST |
| 1.14 | +2 | -2 | sysutils/py-packaging/distinfo |
| 1.28 | +1 | -1 | sysutils/py-packaging/Makefile |
| +9 | -3 | 3 files | |
update to py3-pipx-1.16.6
| Version | Delta | File | |
|---|---|---|---|
| 1.27 | +2 | -2 | sysutils/py-pipx/distinfo |
| 1.34 | +1 | -1 | sysutils/py-pipx/Makefile |
| +3 | -3 | 2 files | |
update to py3-pip-26.2.1
| Version | Delta | File | |
|---|---|---|---|
| 1.51 | +2 | -2 | devel/py-pip/distinfo |
| 1.85 | +1 | -1 | devel/py-pip/Makefile |
| +3 | -3 | 2 files | |
update to py3-test-aiohttp-1.1.1
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +14 | -0 | devel/py-test-aiohttp/patches/patch-pyproject_toml |
| 1.3 | +2 | -2 | devel/py-test-aiohttp/distinfo |
| 1.5 | +1 | -1 | devel/py-test-aiohttp/Makefile |
| +17 | -3 | 3 files | |
relax version spec
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +10 | -0 | devel/py-testpath/patches/patch-pyproject_toml |
| 1.33 | +1 | -1 | devel/py-testpath/Makefile |
| +11 | -1 | 2 files | |
update to py3-prance-26.7.19.0
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +91 | -0 | devel/py-prance/pkg/PLIST |
| 1.3 | +2 | -2 | devel/py-prance/distinfo |
| 1.5 | +1 | -2 | devel/py-prance/Makefile |
| +94 | -4 | 3 files | |
update to py3-test-rerunfailures-16.4
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +2 | -2 | devel/py-test-rerunfailures/distinfo |
| 1.3 | +1 | -1 | devel/py-test-rerunfailures/Makefile |
| +3 | -3 | 2 files | |
update to mupdf-1.28.2
| Version | Delta | File | |
|---|---|---|---|
| 1.83 | +2 | -2 | textproc/mupdf/distinfo |
| 1.166 | +1 | -1 | textproc/mupdf/Makefile |
| +3 | -3 | 2 files | |
update to 151.0.7922.75
| Version | Delta | File | |
|---|---|---|---|
| 1.487 | +4 | -4 | www/chromium/distinfo |
| 1.923 | +1 | -1 | www/chromium/Makefile |
| +5 | -5 | 2 files | |
update to codespell-2.4.3
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +2 | -16 | textproc/codespell/pkg/PLIST |
| 1.13 | +2 | -2 | textproc/codespell/distinfo |
| 1.23 | +1 | -1 | textproc/codespell/Makefile |
| +5 | -19 | 3 files | |
update to py3-dateparser-1.4.2
| Version | Delta | File | |
|---|---|---|---|
| 1.12 | +2 | -2 | textproc/py-dateparser/distinfo |
| 1.8 | +3 | -0 | textproc/py-dateparser/pkg/PLIST |
| 1.15 | +1 | -1 | textproc/py-dateparser/Makefile |
| +6 | -3 | 3 files | |
update to py3-cssselect-1.5.0
| Version | Delta | File | |
|---|---|---|---|
| 1.7 | +2 | -2 | textproc/py-cssselect/distinfo |
| 1.28 | +1 | -2 | textproc/py-cssselect/Makefile |
| +3 | -4 | 2 files | |
Add a refresh-now command and change the r binding back to it in copy mode.
| Version | Delta | File | |
|---|---|---|---|
| 1.425 | +42 | -6 | usr.bin/tmux/window-copy.c |
| 1.1154 | +7 | -3 | usr.bin/tmux/tmux.1 |
| 1.191 | +3 | -3 | usr.bin/tmux/key-bindings.c |
| +52 | -12 | 3 files | |
update to latest git HEAD
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +5 | -2 | sysutils/cdist/Makefile |
| 1.2 | +2 | -2 | sysutils/cdist/distinfo |
| 1.2 | +0 | -0 | sysutils/cdist/patches/patch-setup_py |
| +7 | -4 | 3 files | |
update to libunbound-1.26.0
| Version | Delta | File | |
|---|---|---|---|
| 1.39 | +2 | -2 | net/libunbound/distinfo |
| 1.46 | +1 | -1 | net/libunbound/Makefile |
| +3 | -3 | 2 files | |
update to whisper.cpp-1.9.2
| Version | Delta | File | |
|---|---|---|---|
| 1.9 | +2 | -2 | audio/whisper.cpp/distinfo |
| 1.11 | +1 | -1 | audio/whisper.cpp/Makefile |
| +3 | -3 | 2 files | |