OpenBSD/src VIVScm4distrib/sets/lists/base mi md.powerpc64, distrib/sets/lists/man mi

   Sync -- perl-5.42.0
VersionDeltaFile
1.1177+71-3distrib/sets/lists/base/mi
1.1758+12-2distrib/sets/lists/man/mi
1.26+5-1distrib/sets/lists/base/md.powerpc64
1.1056+5-1distrib/sets/lists/base/md.macppc
1.697+5-1distrib/sets/lists/base/md.luna88k
1.487+5-1distrib/sets/lists/base/md.loongson
+103-910 files not shown
+153-1916 files

OpenBSD/src wVZul7ngnu/usr.bin/perl/lib/unicore TestProp.pl UCD.pl, gnu/usr.bin/perl/lib/unicore/To NFKCSCF.pl kEHCat.pl

   Apply pre-built unicore patch - perl-5.42.0

   ok bluhm@
   Whenever you are ready deraadt@
VersionDeltaFile
1.12+115,029-99,862gnu/usr.bin/perl/lib/unicore/TestProp.pl
1.1+10,551-0gnu/usr.bin/perl/lib/unicore/To/NFKCSCF.pl
1.10+3,886-2,799gnu/usr.bin/perl/lib/unicore/UCD.pl
1.1+5,087-0gnu/usr.bin/perl/lib/unicore/To/kEHCat.pl
1.1+5,087-0gnu/usr.bin/perl/lib/unicore/To/kEHUniK.pl
1.1+4,362-0gnu/usr.bin/perl/lib/unicore/To/kEHDesc.pl
+144,002-102,661603 files not shown
+180,381-106,540609 files

OpenBSD/src O77mawFgnu/usr.bin/perl installperl Makefile.SH, gnu/usr.bin/perl/cpan/Digest-MD5 MD5.xs

   Apply local patches - perl-5.42.0

   ok bluhm@
   Whenever you are ready deraadt@
VersionDeltaFile
1.29+18-351gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs
1.20+66-94gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm
1.60+51-17gnu/usr.bin/perl/installperl
1.82+46-6gnu/usr.bin/perl/hints/openbsd.sh
1.70+15-16gnu/usr.bin/perl/Makefile.SH
1.33+23-5gnu/usr.bin/perl/lib/perl5db.pl
+219-48948 files not shown
+415-57754 files

OpenBSD/src vWRQvAlgnu/usr.bin/perl/cpan/Math-BigInt/lib/Math BigInt.pm, gnu/usr.bin/perl/lib/unicore NamesList.txt LineBreak.txt

   Fix merge issues, remove excess files - match perl-5.42.0 dist

   ok bluhm@
   Whenever you are ready deraadt@
VersionDeltaFile
1.7+16,576-7,562gnu/usr.bin/perl/lib/unicore/auxiliary/LBTest.txt
1.8+11,029-226gnu/usr.bin/perl/lib/unicore/NamesList.txt
1.8+3,628-3,555gnu/usr.bin/perl/lib/unicore/LineBreak.txt
1.8+6,303-16gnu/usr.bin/perl/lib/unicore/DNormalizationProps.txt
1.10+3,602-2,554gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt.pm
1.8+2,652-2,585gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt
+43,790-16,4981,050 files not shown
+92,942-44,3101,056 files

OpenBSD/src RSnTeBkgnu/usr.bin/perl charclass_invlists.inc uni_keywords.h, gnu/usr.bin/perl/lib/unicore Unikemet.txt NamesList.txt

   Import perl-5.42.0

   ok bluhm@
   Whenever you are ready deraadt@
VersionDeltaFile
1.1+456,720-0gnu/usr.bin/perl/charclass_invlists.inc
1.1+37,962-0gnu/usr.bin/perl/lib/unicore/Unikemet.txt
1.1.1.7+16,576-7,562gnu/usr.bin/perl/lib/unicore/auxiliary/LBTest.txt
1.1.1.7+7,973-7,682gnu/usr.bin/perl/uni_keywords.h
1.1.1.16+11,029-226gnu/usr.bin/perl/lib/unicore/NamesList.txt
1.1.1.17+3,628-3,555gnu/usr.bin/perl/lib/unicore/LineBreak.txt
+533,888-19,0251,782 files not shown
+657,034-58,3231,788 files

OpenBSD/src kZImGkhregress/lib/libcrypto/des destest.c

   "SCREW_THE_PARITY is not ment to be defined."

   alright. go home.
VersionDeltaFile
1.5+1-13regress/lib/libcrypto/des/destest.c
+1-131 files

OpenBSD/src 7HxHTpxlib/libcrypto/ec ec_lib.c

   Use group method on point_{set_to,is_at}_infinity()

   All other public APIs call group->meth->... not point->meth->...
VersionDeltaFile
1.131+3-3lib/libcrypto/ec/ec_lib.c
+3-31 files

OpenBSD/src Oj1tN8Alib/libcrypto/ec ec_lib.c

   Add compatibility check to EC_POINT_mul()

   This is the only public API that doesn't check for compatibility between
   group and point. Add the missing check.

   ok jsing kenjiro
VersionDeltaFile
1.130+7-1lib/libcrypto/ec/ec_lib.c
+7-11 files

OpenBSD/src 2K9nUKAlib/libcrypto/ec ec_lib.c ec_mult.c

   Replace group->meth != point->meth checks

   The method will currently always be identical since all groups use the
   EC_GFp_mont_method(). Use the ec_group_and_point_compatible() check to
   ensure this and if both group and point have a nid set, check that they
   are identical.

   ok jsing kenjiro
VersionDeltaFile
1.129+14-11lib/libcrypto/ec/ec_lib.c
1.61+4-3lib/libcrypto/ec/ec_mult.c
1.16+3-3lib/libcrypto/ec/ec_convert.c
+21-173 files

OpenBSD/src Vfz2LRolib/libcrypto/ec ec_lib.c ec_local.h

   Add ec_group_and_point_compatible() helper

   Check that a given group and point are reasonably compatible. First see
   if they use the same method. Compare nids if both have nid != NID_undef.

   ok jsing kenjiro
VersionDeltaFile
1.128+11-1lib/libcrypto/ec/ec_lib.c
1.73+2-1lib/libcrypto/ec/ec_local.h
+13-22 files

OpenBSD/src 1KSs4YYlib/libcrypto/ec ec_lib.c ec_local.h

   Add nid to EC_POINT for compat checking

   It is annoying that an EC_POINT does not really know on what EC_GROUP it
   lives. Adding a refcount to EC_GROUP is slightly tricky, so instead use
   a nid which we will know unless the group was constructed by hand.

   ok jsing kenjiro
VersionDeltaFile
1.127+4-1lib/libcrypto/ec/ec_lib.c
1.72+2-1lib/libcrypto/ec/ec_local.h
+6-22 files

OpenBSD/src EsdrUjMusr.sbin/fw_update fw_update.sh fw_update.8

   Scan both dmesg.boot and dmesg(8) output for devices

   This allows us to detect newly plugged in devices that need firmware
   added while still making sure to detect devices available at boot
   even if dmesg rolls over with noisy messages.

   fixes and ok kn@
   I think this is good deraadt@
VersionDeltaFile
1.66+17-5usr.sbin/fw_update/fw_update.sh
1.9+5-5usr.sbin/fw_update/fw_update.8
+22-102 files

OpenBSD/ports KWF24ERgraphics/vigra Makefile distinfo

   update to vigra-1.12.3
VersionDeltaFile
1.26+2-3graphics/vigra/Makefile
1.7+2-2graphics/vigra/distinfo
+4-52 files

OpenBSD/ports ryS0uJxmultimedia/gstreamer1/core Makefile distinfo, multimedia/gstreamer1/devtools Makefile

   Update Gstreamer to version 1.26.10.
VersionDeltaFile
1.139+19-19multimedia/gstreamer1/plugins-bad/Makefile
1.131+12-12multimedia/gstreamer1/plugins-base/Makefile
1.109+5-5multimedia/gstreamer1/core/Makefile
1.13+2-2multimedia/gstreamer1/rtsp-server/distinfo
1.94+2-2multimedia/gstreamer1/core/distinfo
1.14+2-2multimedia/gstreamer1/devtools/Makefile
+42-4214 files not shown
+66-6620 files

OpenBSD/ports fR4QuvOwww/tor-browser/browser Makefile

   Tor Browser: add default meek bridges under new name

   broke after upstream renamed the bridge type from meek-azure
   to meek in pt_config.json.
VersionDeltaFile
1.184+2-1www/tor-browser/browser/Makefile
+2-11 files

OpenBSD/ports wpxE2QVsysutils/riemann Makefile

   Use jdk 11+ to run. ok pvk@
VersionDeltaFile
1.29+2-1sysutils/riemann/Makefile
+2-11 files

OpenBSD/src rBFtt9Vusr.bin/tmux server-client.c tmux.1

   Add focus-follows-mouse option, from Barry Wasdell in GitHub issue 4771.
VersionDeltaFile
1.439+15-4usr.bin/tmux/server-client.c
1.1026+8-2usr.bin/tmux/tmux.1
1.203+8-1usr.bin/tmux/options-table.c
+31-73 files

OpenBSD/src iFDDO8Dusr.bin/tmux window-copy.c tmux.1

   Add selection_mode format variable for copy mode, from Mike Jonkmans in
   GitHub issue 4773.
VersionDeltaFile
1.380+13-1usr.bin/tmux/window-copy.c
1.1025+2-1usr.bin/tmux/tmux.1
+15-22 files

OpenBSD/ports iPTZQtwgames/indierunner Makefile

   bump after libgdx PKGSPEC commit
VersionDeltaFile
1.4+1-1games/indierunner/Makefile
+1-11 files

OpenBSD/ports yr59cP3games/libgdx/1.9.11 Makefile, games/libgdx/1.9.9 Makefile

   Add PKGSPEC to each libgdx version, as they are mutually incompatible and
   1.9.9 should not be updated to 1.9.11. Hints from sthen@, thanks!
VersionDeltaFile
1.7+1-0games/libgdx/1.9.11/Makefile
1.6+1-0games/libgdx/1.9.9/Makefile
+2-02 files

OpenBSD/ports mqrhQbewww/nginx Makefile distinfo, www/nginx/patches patch-src_mail_ngx_mail_handler_c

   www/nginx: update to 1.28.1.

   see http://nginx.org/en/CHANGES-1.28
   drops smtp patch for CVE-2025-53859, is upstream.

   ok robert@ (MAINTAINER)
VersionDeltaFile
1.198+1-4www/nginx/Makefile
1.94+2-2www/nginx/distinfo
1.2+0-0www/nginx/patches/patch-src_mail_ngx_mail_handler_c
+3-63 files

OpenBSD/ports nVs7Xnzwayland/wayland-protocols distinfo Makefile, wayland/wayland-protocols/pkg PLIST

   wayland/wayland-protocols: update to 1.47, from yaydn at protonmail

   went into a bulk without fallout, thanks tb@!
VersionDeltaFile
1.11+2-2wayland/wayland-protocols/distinfo
1.14+1-1wayland/wayland-protocols/Makefile
1.12+2-0wayland/wayland-protocols/pkg/PLIST
+5-33 files

OpenBSD/ports e3EMig5net/net-snmp Makefile distinfo, net/net-snmp/patches patch-Makefile_top patch-agent_mibgroup_mibII_ipAddr_c

   update to net-snmp-5.9.5.2
VersionDeltaFile
1.131+4-5net/net-snmp/Makefile
1.25+3-3net/net-snmp/patches/patch-Makefile_top
1.9+2-2net/net-snmp/patches/patch-agent_mibgroup_mibII_ipAddr_c
1.30+2-2net/net-snmp/distinfo
1.9+0-0net/net-snmp/patches/patch-Makefile_in
+11-125 files

OpenBSD/ports OTRCgC3astro/celestia Makefile distinfo

   Update to celestia-1.7.0pre20251225v0.
VersionDeltaFile
1.62+2-2astro/celestia/Makefile
1.12+2-2astro/celestia/distinfo
+4-42 files

OpenBSD/ports 6oePy4Sastro/celestia-data distinfo Makefile, astro/celestia-data/pkg PLIST

   Update to celestia-data-0.20251225.
VersionDeltaFile
1.2+23-2astro/celestia-data/pkg/PLIST
1.2+2-3astro/celestia-data/distinfo
1.2+2-2astro/celestia-data/Makefile
+27-73 files

OpenBSD/src 6mUR9Aousr.sbin/pcidump pcidump.c

   Print ASPM stuff.

   ok dlg@, deraadt@, mlarkin@
VersionDeltaFile
1.73+33-1usr.sbin/pcidump/pcidump.c
+33-11 files

OpenBSD/ports 1MmlHJrtextproc/enchant Makefile, textproc/enchant/patches patch-configure_ac

   Add voikko support.
   Based on an initial submission by Timo Myyra.
VersionDeltaFile
1.49+5-5textproc/enchant/Makefile
1.4+5-4textproc/enchant/patches/patch-configure_ac
1.9+5-4textproc/enchant/pkg/PLIST
1.55+4-3textproc/enchant2/Makefile
1.7+1-0textproc/enchant2/pkg/PLIST
+20-165 files

OpenBSD/ports tyFXDTulang/lucee/v6 distinfo Makefile

   update to lucee-6.2.4.24
VersionDeltaFile
1.9.2.2+2-2lang/lucee/v6/distinfo
1.12.2.2+1-1lang/lucee/v6/Makefile
+3-32 files

OpenBSD/ports WH04mK7lang/lucee/v6 distinfo Makefile

   update to lucee-6.2.4.24
VersionDeltaFile
1.11+2-2lang/lucee/v6/distinfo
1.14+1-1lang/lucee/v6/Makefile
+3-32 files

OpenBSD/ports vHS1runsysutils/awscli/v1 Makefile distinfo, sysutils/awscli/v1/pkg PLIST

   Update to awscli-1.44.6.
VersionDeltaFile
1.6+4-0sysutils/awscli/v1/pkg/PLIST
1.14+2-2sysutils/awscli/v1/Makefile
1.12+2-2sysutils/awscli/v1/distinfo
+8-43 files