468,890 commits found in 55 milliseconds
Refine amavis plugin autoconf to also check for the presence of amavisd binary
OK sthen@
Make deprecation of ASN1_STRING_data(3) more prominent
The function has been deprecated for a long time: OpenSSL did so when
adding ASN1_STRING_get0_data in 1.1.0. beck removed it from OpenSSL 4.
The reason is that it returns a modifiable "string" and you should not
be modifying an ASN1_STRING this way. You should be using one of the
clumsy, inconvenient accessors.
schwarze merged the deprecation when adding documentation for
ASN1_STRING_get0_data() in 2018. Make this a bit more obvious: move
function to the end of the documented functions in this page, and mark
it deprecated in the SYNOPSIS, too.
I'm aware that deprecation does not work. I was hopeful to be able to
remove the function in the last cycle, but that did not happen and it
might not happen in this cycle either. It will happen at some point,
though.
Prompted by a question by brad
grammar; an program -> a program
Update to cyberchef-11.4.0.
OpenBSD /ports qKC6tDB — devel/rgbds distinfo Makefile, devel/rgbds/patches patch-CMakeLists_txt patch-src_gfx_main_cpp Update to rgbds-1.0.3.
OpenBSD /ports E0CiNUD — textproc/html-xml-utils distinfo Makefile, textproc/html-xml-utils/patches patch-Makefile_in Update to html-xml-utils-8.8.
Update to vaultwarden-1.37.2
Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.37.2
This update is required for support with clients with version 2026.8.0+
Update to vaultwarden-web-2026.7.0
Changes:
https://github.com/dani-garcia/bw_web_builds/compare/v2026.6.4...v2026.7.0
Update to vaultwarden-1.37.2
Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.37.2
This update is required for support with clients with version 2026.8.0+
Update to vaultwarden-web-2026.7.0
Changes:
https://github.com/dani-garcia/bw_web_builds/compare/v2026.6.4...v2026.7.0
OpenBSD /ports aekkAuc — games/godot/pack3 Makefile distinfo, games/godot/pack3/patches patch-platform_linuxbsd_wayland_display_server_wayland_cpp update to maintenance release Godot 4.7.2
OpenBSD /ports bnxZe2K — www/tor-browser/browser/patches patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavcodec_bsf_h patch-dom_media_platforms_ffmpeg_ffmpeg63_include_libavutil_channel_layout_h www/tor-browser: backport support of ffmpeg-9.0
Based on https://hg-edge.mozilla.org/releases/mozilla-esr153/rev/bdb74c45c2e1
OK caspar@ (maintainer)
update 1.4.1 -> 1.6.0
update 0.16.0 -> 0.18.0
update 4.0.0 -> 4.1.0
update 20260602->20260819
update 0.1.11 -> 0.1.12
update 3.0.2 -> 3.0.3
OpenBSD /ports 4wQ0cP7 — archivers/ruby-rubyzip Makefile distinfo, archivers/ruby-rubyzip/pkg PLIST update 3.5.1 -> 3.5.0
Add Gorno-Altaysk
I flew in and out a few weeks ago to hike in the Altai mountains.
OpenBSD /src EUIuA0p — distrib/sets/lists/base md.sparc64, distrib/sets/lists/comp md.sparc64 clang.sparc64 sync
+openfpgaloader
OpenBSD /ports Yp9AyTU — comms/openfpgaloader Makefile distinfo, comms/openfpgaloader/pkg DESCR README Initial revision
+nextpnr
OpenBSD /ports 5Hpxckc — cad/nextpnr Makefile distinfo, cad/nextpnr/patches patch-CMakeLists_txt Initial revision
+prjpeppercorn
OpenBSD /ports z0Lr3k4 — cad/prjpeppercorn Makefile distinfo, cad/prjpeppercorn/patches patch-libgm_CMakeLists_txt Initial revision
OpenBSD /ports YqwiALa — print/libcupsfilters Makefile, print/libcupsfilters/patches patch-cupsfilters_pdf_c Unbreak printing in some situations (from upstream).
airport: marked ISL, SXF, TXL and YKZ closed, add VDE
OK: ian@
Bump size of key comment buffers. Prevents warnings on some platforms.
ok djm@