OpenBSD/ports NaFsPJHdatabases/openldap Makefile, databases/openldap/patches patch-servers_slapd_slapd_ldif patch-doc_man_man5_slapd_conf_5

   fix path for args/pid in slapd.ldif, from Chaz Kettleson
   fix paths in manual as well
VersionDeltaFile
1.210+56-55databases/openldap/Makefile
1.1+14-0databases/openldap/patches/patch-servers_slapd_slapd_ldif
1.1+12-0databases/openldap/patches/patch-doc_man_man5_slapd_conf_5
1.1+12-0databases/openldap/patches/patch-doc_man_man5_slapd-config_5
+94-554 files

OpenBSD/ports YO3E0b1sysutils/u-boot/arm Makefile, sysutils/u-boot/arm/patches patch-scripts_dtc_pylibfdt_libfdt_i_shipped

   Build with SWIG < 4.40 and SWIG >= 4.40.


   ok sthen@
VersionDeltaFile
1.1+33-0sysutils/u-boot/sunxi/patches/patch-scripts_dtc_pylibfdt_libfdt_i_shipped
1.1+33-0sysutils/u-boot/arm/patches/patch-scripts_dtc_pylibfdt_libfdt_i_shipped
1.1+33-0sysutils/u-boot/sun50i/patches/patch-scripts_dtc_pylibfdt_libfdt_i_shipped
1.1+32-0sysutils/u-boot/riscv64/patches/patch-scripts_dtc_pylibfdt_libfdt_i_shipped
1.7+1-1sysutils/u-boot/arm/Makefile
1.6+1-1sysutils/u-boot/riscv64/Makefile
+133-22 files not shown
+135-28 files

OpenBSD/ports zQxQS6Kdevel/qt-creator distinfo Makefile, devel/qt-creator/pkg PLIST

   Update qt-creator to 18.0.2
VersionDeltaFile
1.56+2-2devel/qt-creator/distinfo
1.120+1-2devel/qt-creator/Makefile
1.47+2-1devel/qt-creator/pkg/PLIST
+5-53 files

OpenBSD/ports XdT511Wx11/tellico distinfo Makefile, x11/tellico/pkg PLIST

   Update tellico to 4.1.5
VersionDeltaFile
1.38+0-11x11/tellico/pkg/PLIST
1.39+2-2x11/tellico/distinfo
1.105+1-2x11/tellico/Makefile
+3-153 files

OpenBSD/ports Y1jwQqEdevel/py-wrapt Makefile distinfo, devel/py-wrapt/pkg PLIST

   update to py3-wrapt-2.0.1
VersionDeltaFile
1.11+6-0devel/py-wrapt/pkg/PLIST
1.27+2-2devel/py-wrapt/Makefile
1.10+2-2devel/py-wrapt/distinfo
+10-43 files

OpenBSD/ports uXMp5l8devel/py-deprecated Makefile distinfo, devel/py-deprecated/pkg PLIST

   update to py3-deprecated-1.3.1
VersionDeltaFile
1.5+4-6devel/py-deprecated/Makefile
1.2+2-2devel/py-deprecated/distinfo
1.5+3-0devel/py-deprecated/pkg/PLIST
+9-83 files

OpenBSD/ports 4kRlZEcdevel/py-cachetools distinfo Makefile

   update to py3-cachetools-6.2.5
VersionDeltaFile
1.20+2-2devel/py-cachetools/distinfo
1.31+1-1devel/py-cachetools/Makefile
+3-32 files

OpenBSD/ports GtAxADGdevel/py-pathspec distinfo Makefile

   update to py3-pathspec-1.0.4
VersionDeltaFile
1.15+2-2devel/py-pathspec/distinfo
1.27+1-1devel/py-pathspec/Makefile
+3-32 files

OpenBSD/ports CeKORVldevel/py-test-doctestplus distinfo Makefile

   update to py3-test-doctestplus-1.7.1
VersionDeltaFile
1.6+2-2devel/py-test-doctestplus/distinfo
1.11+1-1devel/py-test-doctestplus/Makefile
+3-32 files

OpenBSD/ports OONontxdevel/py-test-run-parallel distinfo Makefile

   update to py3-test-run-parallel-0.8.2
VersionDeltaFile
1.8+2-2devel/py-test-run-parallel/distinfo
1.9+1-1devel/py-test-run-parallel/Makefile
+3-32 files

OpenBSD/ports 9JmYO5Jaudio/mpd distinfo Makefile

   audio/mpd: update to 0.24.8
VersionDeltaFile
1.74+2-2audio/mpd/distinfo
1.160+1-1audio/mpd/Makefile
+3-32 files

OpenBSD/src pdT7iWqusr.sbin/rpki-client parser.c

   rpki-client: update comment. cert_parse_pre() left the building a while ago
VersionDeltaFile
1.178+2-2usr.sbin/rpki-client/parser.c
+2-21 files

OpenBSD/src koSbezeusr.sbin/rpki-client cert.c parser.c

   rpki-client: add cert_parse_ta()

   This merges the cert_parse() + ta_parse() dance into a single specialized
   function responsible for parsing a TA cert. Removes another tricky use of
   cert_parse() and makes things simpler for the callers.

   ok claudio job
VersionDeltaFile
1.218+22-1usr.sbin/rpki-client/cert.c
1.177+3-5usr.sbin/rpki-client/parser.c
1.79+2-3usr.sbin/rpki-client/filemode.c
1.275+3-1usr.sbin/rpki-client/extern.h
+30-104 files

OpenBSD/src 3l6Xhovusr.sbin/rpki-client cert.c parser.c

   rpki-client: add cert_parse_ca_or_brk()

   This is a specialized cert parser intended for a .cer in a manifest's
   fileList which therefore only accepts CA and BGPsec certificates. This
   pulls a check from the parser code into the cert code where it fits a
   bit better.

   ok claudio job
VersionDeltaFile
1.217+32-1usr.sbin/rpki-client/cert.c
1.176+2-9usr.sbin/rpki-client/parser.c
1.274+3-1usr.sbin/rpki-client/extern.h
+37-113 files

OpenBSD/src phdSJiZusr.sbin/rpki-client cert.c

   rpki-client: factor cert_deserialize_and_parse() helper out of cert_parse()

   cert_parse() is currently a bit too general: it handles TA certs, CA certs
   and BGPsec router certs to accommodate the needs of file mode. The need to
   perform additional checks after a call to cert_parse() makes things fragile
   and led to one of the issues addressed in recent errata.

   cert_deserialize_and_parse() will become a wrapper for more specialized
   functions in subsequent commits. While this is not pretty either, it does
   simplify things on the caller side.

   ok claudio job
VersionDeltaFile
1.216+32-12usr.sbin/rpki-client/cert.c
+32-121 files

OpenBSD/src JzqHQPzusr.sbin/rpki-client cert.c

   rpki-client: split ta_check_validity() out of ta_parse()

   The check that a TA is currently valid is only done here right now. It
   should probably be done in cert_check_validity_period() instead. This is
   left for a later diff.

   ok claudio job
VersionDeltaFile
1.215+19-11usr.sbin/rpki-client/cert.c
+19-111 files

OpenBSD/ports XMyPRk8devel/kf6/kguiaddons distinfo Makefile

   Update kf6-kguiaddons to 6.22.1
VersionDeltaFile
1.22+2-2devel/kf6/kguiaddons/distinfo
1.9+1-0devel/kf6/kguiaddons/Makefile
+3-22 files

OpenBSD/ports 4nrwxr5devel/jenkins/devel distinfo Makefile

   Update jenkins to 2.547
VersionDeltaFile
1.186+2-2devel/jenkins/devel/distinfo
1.213+1-1devel/jenkins/devel/Makefile
+3-32 files

OpenBSD/ports q8FPcQddevel/kf6/kio distinfo Makefile

   Update kf6-kio to 6.22.1
VersionDeltaFile
1.24+2-2devel/kf6/kio/distinfo
1.13+1-1devel/kf6/kio/Makefile
+3-32 files

OpenBSD/ports faTsUfCsysutils/terragrunt distinfo modules.inc

   Update to terragrunt-0.99.0.
VersionDeltaFile
1.381+6-6sysutils/terragrunt/distinfo
1.104+1-1sysutils/terragrunt/modules.inc
1.388+1-1sysutils/terragrunt/Makefile
+8-83 files

OpenBSD/ports aH63eqtx11/gnome/control-center distinfo Makefile

   Update to gnome-control-center-49.4.
VersionDeltaFile
1.78+2-2x11/gnome/control-center/distinfo
1.141+1-1x11/gnome/control-center/Makefile
+3-32 files

OpenBSD/ports Ckcd0YTx11/gnome/mahjongg distinfo Makefile, x11/gnome/mahjongg/pkg PLIST

   Update to gnome-mahjongg-49.1.1.
VersionDeltaFile
1.9+2-2x11/gnome/mahjongg/distinfo
1.19+1-1x11/gnome/mahjongg/Makefile
1.8+1-0x11/gnome/mahjongg/pkg/PLIST
+4-33 files

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

   update to tomcat-11.0.18
VersionDeltaFile
1.15+4-4www/tomcat/v11/distinfo
1.15+1-1www/tomcat/v11/Makefile
1.9+1-1www/tomcat/v11/pkg/PLIST-main
1.13+1-0www/tomcat/v11/pkg/PLIST-examples
+7-64 files

OpenBSD/ports u6l1gWiprint/py-pypdf distinfo Makefile

   Update to py3-pypdf-6.6.2.
VersionDeltaFile
1.51+2-2print/py-pypdf/distinfo
1.56+1-1print/py-pypdf/Makefile
+3-32 files

OpenBSD/src PL61y20usr.bin/ssh ssh-agent.c authfd.h

   Implement "query" extension from draft-ietf-sshm-ssh-agent

   feedback jsg@, tb@; ok tb@
VersionDeltaFile
1.317+24-2usr.bin/ssh/ssh-agent.c
1.54+3-1usr.bin/ssh/authfd.h
+27-32 files

OpenBSD/ports mprzOl0sysutils/ntfs-3g Makefile

   MAINTAINER = Helg Bredow <helg at openbsd.org>
VersionDeltaFile
1.23+2-2sysutils/ntfs-3g/Makefile
+2-21 files

OpenBSD/ports fcgZO7ddevel/doxygen Makefile, devel/doxygen-gui Makefile

   Disable interprocedural optimization

   "ports-gcc is modern enough to support -flto but our binutils and ld in base
   are not. So compiles break whenever lto is enabled on archs like sparc64."
   -- claudio

   OK tb@ claudio@
VersionDeltaFile
1.1+14-0devel/doxygen-gui/patches/patch-CMakeLists_txt
1.1+13-0devel/doxygen/patches/patch-CMakeLists_txt
1.74+1-0devel/doxygen/Makefile
1.39+1-0devel/doxygen-gui/Makefile
+29-04 files

OpenBSD/ports rtXGQIllang/scala Makefile distinfo, lang/scala/pkg PLIST

   lang/scala: update to 3.8.1
VersionDeltaFile
1.16+23-7lang/scala/pkg/PLIST
1.32+1-3lang/scala/Makefile
1.18+2-2lang/scala/distinfo
+26-123 files

OpenBSD/ports qQs6l1gaudio Makefile

   +yt-audio-cli
VersionDeltaFile
1.523+1-0audio/Makefile
+1-01 files

OpenBSD/ports dvznjTFaudio/yt-audio-cli Makefile distinfo, audio/yt-audio-cli/pkg PLIST DESCR

   Initial revision
VersionDeltaFile
1.1+76-0audio/yt-audio-cli/pkg/PLIST
1.1+26-0audio/yt-audio-cli/Makefile
1.1+11-0audio/yt-audio-cli/pkg/DESCR
1.1+2-0audio/yt-audio-cli/distinfo
1.1.1.1+0-0audio/yt-audio-cli/pkg/DESCR
1.1.1.1+0-0audio/yt-audio-cli/Makefile
+115-02 files not shown
+115-08 files