CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2025/04/11 20:13:14

Modified files:
	sys/conf       : newvers.sh 

Log message:
now working on 7.7-current


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2025/04/11 23:48:19

Modified files:
	.              : 77.html 

Log message:
Update base and xenocata 3rd party versions


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2025/04/12 00:37:08

Modified files:
	.              : 77.html 

Log message:
Updated ports/packages versions


CVSROOT:	/cvs
Module name:	www
Changes by:	job@cvs.openbsd.org	2025/04/12 04:55:36

Modified files:
	.              : 77.html 

Log message:
Name the 7.7 release artist


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/13 01:12:19

Modified files:
	regress/lib/libc/arc4random-fork: arc4random-fork.c 

Log message:
Avoid compiler warning on some OS

Some OS declare arc4random() with __attribute__((warn_unused_result))
causing this test to whine. So explicitly ignore the return value.

Reported by scheiba in libressl/portable
Fixes #1151


CVSROOT:	/cvs
Module name:	www
Changes by:	kmos@cvs.openbsd.org	2025/04/13 02:10:40

Modified files:
	.              : plus.html 

Log message:
Plus covering commits through end of October 2024

Most work done by pamela@, markup and some work done by myself


CVSROOT:	/cvs
Module name:	www
Changes by:	bentley@cvs.openbsd.org	2025/04/13 02:32:14

Modified files:
	.              : plus.html 

Log message:
Escape some <


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/13 03:14:56

Modified files:
	regress/lib/libcrypto/mlkem: parse_test_file.c 

Log message:
parse_test_file()

gcc 14 needs a hint that ld != NULL beyond the use of ld->data in the
previous line. I guess aggressive inlining is becoming too aggressive.
What a pile of junk.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/13 03:52:43

Modified files:
	sys/sys        : buf.h 

Log message:
remove unused b_active define; ok mpi@ miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	kmos@cvs.openbsd.org	2025/04/13 05:56:38

Modified files:
	.              : plus.html 

Log message:
Changes through end of November 2024


CVSROOT:	/cvs
Module name:	www
Changes by:	kmos@cvs.openbsd.org	2025/04/13 06:45:37

Modified files:
	.              : plus.html 

Log message:
Changes through beginning of March 2025

Entries by pamela@, http links by me


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2025/04/13 07:02:48

Modified files:
	gnu/usr.bin/perl: op.c 

Log message:
In Perl, non-ASCII bytes in the left-hand-side of the `tr` operator
can overflow an insufficiently sized buffer.  CVE-2024-56406

from upstream via afresh1@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2025/04/13 07:04:26

Modified files:
	gnu/usr.bin/perl: Tag: OPENBSD_7_5 op.c 

Log message:
In Perl, non-ASCII bytes in the left-hand-side of the `tr` operator
can overflow an insufficiently sized buffer.  CVE-2024-56406

from upstream via afresh1@

this is errata/7.5/025_perl.patch.sig


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2025/04/13 07:05:06

Modified files:
	gnu/usr.bin/perl: Tag: OPENBSD_7_6 op.c 

Log message:
In Perl, non-ASCII bytes in the left-hand-side of the `tr` operator
can overflow an insufficiently sized buffer.  CVE-2024-56406

from upstream via afresh1@

this is errata/7.6/015_perl.patch.sig


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2025/04/13 07:17:31

Modified files:
	share/man/man4 : softraid.4 

Log message:
- shorten the platform support text
- Xr boot(8)
- change a caveat to be less ambiguous
- mark up the RAID 5 discipline, in line with others

from h. hartzer
ok kn


CVSROOT:	/cvs
Module name:	www
Changes by:	bluhm@cvs.openbsd.org	2025/04/13 07:32:04

Modified files:
	.              : errata75.html errata76.html 

Log message:
Release perl errata.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2025/04/13 09:42:59

Modified files:
	usr.sbin/zdump : zdump.c 

Log message:
Remove useless function indirect, it just returns a const string.

While here, remove an outdated comment.

From Jan Stary.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	kn@cvs.openbsd.org	2025/04/13 14:04:02

Modified files:
	etc            : changelist 

Log message:
track upgrade.site(5)

If present, this is probably the first user-specified code that runs on new
systems, right in the installer even before reboot, so watch for changes.

OK job


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/13 19:39:33

Modified files:
	sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c 

Log message:
drm/amd/display: Don't write DP_MSTM_CTRL after LT

From Wayne Lin
2c1674fb52b2e1a1d7be78888f1a747e70c05474 in linux-6.12.y/6.12.22
bc068194f548ef1f230d96c4398046bf59165992 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/13 19:41:34

Modified files:
	sys/conf       : GENERIC 

Log message:
re-enable POOL_DEBUG


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2025/04/13 23:37:58

Modified files:
	share/man/man4 : pci.4 rge.4 
	sys/dev/pci    : if_rge.c if_rgereg.h 

Log message:
Add support for the Realtek RTL8125D chip to the rge(4) driver and
update microcode for RTL8125B.

The RTL8125D chip can be found on motherboards like MSI PRO B840-P WIFI.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2025/04/13 23:41:42

Modified files:
	usr.bin/ssh    : scp.1 

Log message:
rework the text for -3 to make it clearer what default behaviour is,
and adjust the text for -R to make them more consistent;

issue raised by mikhail mp39590;
behaviour explained by naddy

ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2025/04/14 02:28:24

Modified files:
	include        : siphash.h 

Log message:
siphash.h needs to include stddef.h for size_t and stdint.h for uint64_t
and friends.
OK tb@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/14 02:39:27

Modified files:
	usr.bin/openssl: ca.c 

Log message:
Remove openssl ca -msie_hack

The nineties called and wanted their garbage back.

ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/14 02:40:10

Modified files:
	usr.bin/openssl: openssl.1 

Log message:
Update openssl.1 for msie_hack removal

ok jmc jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 02:54:47

Modified files:
	sys/dev/pci/drm/display: drm_dp_mst_topology.c 
	sys/dev/pci/drm/include/drm/display: drm_dp_mst_helper.h 

Log message:
drm/dp_mst: Fix drm RAD print

From Wayne Lin
69e90c1e33918877d3916a26b82febc13808d0da in linux-6.12.y/6.12.23
6bbce873a9c97cb12f5455c497be279ac58e707f in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 02:56:32

Modified files:
	sys/dev/pci/drm/amd/pm/swsmu: smu_cmn.c 

Log message:
drm/amdgpu: refine smu send msg debug log format

From Yang Wang
2dbf9e3efcc0abacddd1f945717158242444d460 in linux-6.12.y/6.12.23
8c6631234557515a7567c6251505a98e9793c8a6 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 02:58:13

Modified files:
	sys/dev/pci/drm/amd/amdgpu: amdgpu_umsch_mm.c 

Log message:
drm/amdgpu/umsch: fix ucode check

From Alex Deucher
f2b099e945ee9961bf84120ccd770a982d68046a in linux-6.12.y/6.12.23
c917e39cbdcd9fff421184db6cc461cc58d52c17 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 02:59:49

Modified files:
	sys/dev/pci/drm/amd/display/dc/dml2/dml21/src/dml2_core: 
	                                                         dml2_core_dcn4.c 

Log message:
drm/amd/display: fix an indent issue in DML21

From Aurabindo Pillai
a99219bbd69a2e9421e626f6b908d919a37b30e1 in linux-6.12.y/6.12.23
a1addcf8499a566496847f1e36e1cf0b4ad72a26 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 03:02:01

Modified files:
	sys/dev/pci/drm/amd/amdkfd: kfd_device_queue_manager.c 
	                            kfd_process_queue_manager.c 

Log message:
drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables'

From Srinivasan Shanmugam
c0ef1c8ef70bfa3487ea84f794d7a1f0fea0735d in linux-6.12.y/6.12.23
fddc45026311c05a5355fd34b9dc0a1d7eaef4a2 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 03:04:39

Modified files:
	sys/dev/pci/drm/amd/display/dc/dml/dcn30: display_mode_vba_30.c 

Log message:
drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters()

From Vitaliy Shevtsov
f42a78df889406efa7721db65a3c289d6afd0f15 in linux-6.12.y/6.12.23
c3c584c18c90a024a54716229809ba36424f9660 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 03:07:09

Modified files:
	sys/dev/pci/drm/amd/display/dc/dce: dmub_hw_lock_mgr.c 

Log message:
drm/amd/display: avoid NPD when ASIC does not support DMUB

From Thadeu Lima de Souza Cascardo
3453bcaf2ca92659346bf8504c2b52b3993fbd79 in linux-6.12.y/6.12.23
42d9d7bed270247f134190ba0cb05bbd072f58c2 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 03:09:07

Modified files:
	sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c 
	sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c 

Log message:
drm/amd: Keep display off while going into S4

From Mario Limonciello
cf1b90486748fc7251794074aeacb779ac9befb2 in linux-6.12.y/6.12.23
4afacc9948e1f8fdbca401d259ae65ad93d298c0 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 03:10:22

Modified files:
	sys/dev/pci/drm/amd/amdgpu: gfx_v11_0.c 

Log message:
drm/amdgpu/gfx11: fix num_mec

From Alex Deucher
2ac69453e9e5c24ebb55abe15e075d59b6ca01da in linux-6.12.y/6.12.23
4161050d47e1b083a7e1b0b875c9907e1a6f1f1f in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 03:11:59

Modified files:
	sys/dev/pci/drm/amd/amdgpu: gfx_v12_0.c 

Log message:
drm/amdgpu/gfx12: fix num_mec

From Alex Deucher
d3f0a68b2914061e20b004b488034010d83d0be1 in linux-6.12.y/6.12.23
dce8bd9137b88735dd0efc4e2693213d98c15913 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 03:14:13

Modified files:
	sys/dev/pci/drm/amd/amdgpu: gfx_v9_0.c 

Log message:
Remove unnecessary firmware version check for gc v9_4_2

From Candice Li
0c121f2065e44ae055e2661f05b4cfe6f6d6c500 in linux-6.12.y/6.12.23
5b3c08ae9ed324743f5f7286940d45caeb656e6e in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	visa@cvs.openbsd.org	2025/04/14 03:14:51

Modified files:
	sys/kern       : subr_witness.c 
	sys/sys        : _lock.h witness.h 

Log message:
witness: Improve handling of lock nesting

Add an option to specify a parent/child lock relation for a lock object.
This lets witness(4) handle the nesting of locks that have the same type
without using LO_DUPOK or LOP_DUPOK.

An example: The states of objects o1 and o2 are protected by locks
o1->o_mtx and o2->o_mtx, respectively. The objects are hierarchical
and there is an operation that requires keeping them both locked at the
same time. Assume the hierarchy mandates that o1 is locked first.
The duplicate locking error can now be avoided by using

WITNESS_SETCHILD(&o1->o_mtx.lock_object, &o2->o_mtx.lock_object)

or

WITNESS_SETPARENT(&o2->o_mtx.lock_object, &o1->o_mtx.lock_object)

after the lock initializer.

The choice between WITNESS_SETCHILD() and WITNESS_SETPARENT() depends
on whether the object access pattern is many-to-one or one-to-many from
locking perspective; the implementation allows only one predefined
parent/child relation per lock.

OK mpi@, claudio@ (earlier version)


CVSROOT:	/cvs
Module name:	src
Changes by:	visa@cvs.openbsd.org	2025/04/14 03:15:24

Modified files:
	sys/kern       : kern_exit.c kern_fork.c 

Log message:
Set ps_mtx child lock for witness(4)

This avoids duplicate lock error with ps_mtx when
process_suspend_signal() calls prsignal().

OK mpi@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2025/04/14 05:46:52

Modified files:
	usr.sbin/bgpd  : rde_attr.c 

Log message:
In attr_diff() return early when oa->len == 0 since memcmp(a, NULL, 0) is UB.

Defining memcmp(a, NULL, 0) as undefined behaviour is one of those
absurdities of the C standard.
Right now this does not happen since BGP has no 0 size attributes.
OK tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2025/04/14 05:49:39

Modified files:
	usr.sbin/bgpd  : rde_attr.c 

Log message:
In attr_optadd() avoid allocating the attribute before checking if the
rde_aspath already contains that attribute.

The check does not depend on the allocation so switching the code
simplifies the error handling since a possible allocation does not need
to be rolled back anymore.
OK tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/14 06:09:51

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Align attr_optadd() return value check with all the others

ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	visa@cvs.openbsd.org	2025/04/14 06:53:54

Modified files:
	sys/sys        : _lock.h 

Log message:
Remove unused flags.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2025/04/14 08:50:29

Modified files:
	usr.sbin/bgpd  : rtr.c rtr_proto.c 

Log message:
The timeout API uses abolute timestamps internally so it makes sense
to compare these times directly and only convert to a relative timeout
right before calling poll().
OK tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2025/04/14 08:52:34

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
The timeout API uses abolute timestamps internally so it makes sense
to compare these times directly and only convert to a relative timeout
right before calling poll().
Also convert pauseaccept to a deadline so that all comparisons are done
the same way. Now using a proper timer for pauseaccept would be even
better but that is a rainy day project.
OK tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/14 11:32:06

Log message:
    Add some regress coverage for the hashes in libc
    
    Prompted by a pending diff by claudio
    
    Status:
    
    Vendor Tag:	tb
    Release Tags:	tb_20250414
    
    N src/regress/lib/libc/hash/hash_test.c
    N src/regress/lib/libc/hash/Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/14 11:33:48

Modified files:
	regress/lib/libc: Makefile 

Log message:
Link hash regress to build


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/14 11:48:17

Modified files:
	www/varnish    : Makefile distinfo 
	www/varnish/patches: patch-bin_varnishd_cache_cache_main_c 
	                     patch-configure_ac 
Added files:
	www/varnish/patches: 
	                     patch-bin_varnishd_acceptor_cache_acceptor_h 
Removed files:
	www/varnish/patches: patch-lib_libvarnish_vsha256_c 

Log message:
www/varnish: update to 7.7.0

OK: gonzalo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	caspar@cvs.openbsd.org	2025/04/14 11:48:20

Modified files:
	sysutils/monit : Makefile distinfo 

Log message:
sysutils/monit: update to 5.35.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	caspar@cvs.openbsd.org	2025/04/14 11:49:28

Modified files:
	net/snowflake_proxy: Makefile distinfo modules.inc 

Log message:
net/snowflake_proxy: update to 2.11.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/14 11:50:53

Modified files:
	net/ejabberd   : Makefile distinfo modules.inc 
	net/ejabberd/pkg: PLIST 

Log message:
net/ejabberd: update to 25.03

Changes: https://www.process-one.net/blog/ejabberd-25-03/

OK: volker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	caspar@cvs.openbsd.org	2025/04/14 11:52:55

Modified files:
	www/tor-browser/browser: Makefile 
	www/tor-browser/browser/files: unveil.main 

Log message:
Tor Browser: unbreak "Request bridges" functionality which needs obfs4proxy

Reported and fix suggested by cloudsurfer777 via gman999


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/14 11:58:59

Modified files:
	textproc/der-ascii: Makefile distinfo 

Log message:
Update to der-ascii 0.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/14 11:59:52

Modified files:
	devel/jujutsu  : Makefile crates.inc distinfo 
	devel/jujutsu/pkg: PLIST 
Removed files:
	devel/jujutsu/patches: patch-Cargo_lock patch-Cargo_toml 

Log message:
Update to jujutsu 0.28.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/14 12:01:44

Modified files:
	www/chromium   : Makefile distinfo 

Log message:
update to 135.0.7049.84


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/14 12:02:57

Modified files:
	devel/protobuf : Makefile distinfo 
	devel/protobuf/patches: patch-src_google_protobuf_port_def_inc 
	                        patch-src_google_protobuf_port_undef_inc 
	devel/protobuf/pkg: PLIST 

Log message:
Update to protobuf 6.30.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/14 12:03:19

Modified files:
	devel/py-protobuf: Makefile distinfo 
	devel/py-protobuf/pkg: PLIST 

Log message:
Update to py-protobuf 6.30.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/14 12:03:47

Modified files:
	devel/protobuf-c: Makefile distinfo 

Log message:
Update to protobuf-c 1.5.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:04:27

Modified files:
	x11/kde        : kde.port.mk 
	x11/kde-plasma/breeze: distinfo 
	x11/kde-plasma/breeze-gtk: distinfo 
	x11/kde-plasma/kactivitymanagerd: Makefile distinfo 
	x11/kde-plasma/kde-cli-tools: Makefile distinfo 
	x11/kde-plasma/kde-gtk-config: distinfo 
	x11/kde-plasma/kdecoration: distinfo 
	x11/kde-plasma/kdeplasma-addons: Makefile distinfo 
	x11/kde-plasma/kgamma5: distinfo 
	x11/kde-plasma/kglobalacceld: distinfo 
	x11/kde-plasma/kinfocenter: distinfo 
	x11/kde-plasma/kmenuedit: Makefile distinfo 
	x11/kde-plasma/kpipewire: distinfo 
	x11/kde-plasma/kscreen: Makefile distinfo 
	x11/kde-plasma/kscreen/pkg: PLIST 
	x11/kde-plasma/kscreenlocker: Makefile distinfo 
	x11/kde-plasma/ksshaskpass: distinfo 
	x11/kde-plasma/ksystemstats: distinfo 
	x11/kde-plasma/kwayland: distinfo 
	x11/kde-plasma/kwin: Makefile distinfo 
	x11/kde-plasma/kwin/pkg: PLIST 
	x11/kde-plasma/kwrited: distinfo 
	x11/kde-plasma/layer-shell-qt: distinfo 
	x11/kde-plasma/libkscreen: distinfo 
	x11/kde-plasma/libkscreen/pkg: PLIST 
	x11/kde-plasma/libksysguard: distinfo 
	x11/kde-plasma/libplasma: distinfo 
	x11/kde-plasma/milou: distinfo 
	x11/kde-plasma/ocean-sound-theme: distinfo 
	x11/kde-plasma/oxygen: distinfo 
	x11/kde-plasma/oxygen-sounds: distinfo 
	x11/kde-plasma/plasma-activities: distinfo 
	x11/kde-plasma/plasma-activities-stats: distinfo 
	x11/kde-plasma/plasma-browser-integration: distinfo 
	x11/kde-plasma/plasma-desktop: Makefile distinfo 
	x11/kde-plasma/plasma-integration: distinfo 
	x11/kde-plasma/plasma-nano: distinfo 
	x11/kde-plasma/plasma-pa: distinfo 
	x11/kde-plasma/plasma-sdk: Makefile distinfo 
	x11/kde-plasma/plasma-workspace: Makefile distinfo 
	x11/kde-plasma/plasma-workspace/pkg: PLIST 
	x11/kde-plasma/plasma-workspace-wallpapers: distinfo 
	x11/kde-plasma/plasma5support: distinfo 
	x11/kde-plasma/polkit-kde-agent-1: distinfo 
	x11/kde-plasma/powerdevil: Makefile distinfo 
	x11/kde-plasma/print-manager: distinfo 
	x11/kde-plasma/qqc2-breeze-style: distinfo 
	x11/kde-plasma/systemsettings: distinfo 
	x11/kde-plasma/xdg-desktop-portal-kde: distinfo 
	x11/kde-plasma/xdg-desktop-portal-kde/pkg: PLIST 

Log message:
Update KDE Plasma to 6.3.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:06:53

Modified files:
	x11/kde-applications/akonadi: Makefile 
	x11/kde-applications/akonadi-calendar: Makefile 
	x11/kde-applications/akonadi-import-wizard: Makefile 
	x11/kde-applications/akonadi-mime: Makefile 
	x11/kde-applications/akonadiconsole: Makefile 
	x11/kde-applications/akregator: Makefile 
	x11/kde-applications/ark: Makefile 
	x11/kde-applications/bomber: Makefile 
	x11/kde-applications/bovo: Makefile 
	x11/kde-applications/dolphin-plugins: Makefile 
	x11/kde-applications/dragon: Makefile 
	x11/kde-applications/elisa: Makefile 
	x11/kde-applications/granatier: Makefile 
	x11/kde-applications/grantlee-editor: Makefile 
	x11/kde-applications/juk: Makefile 
	x11/kde-applications/kaddressbook: Makefile 
	x11/kde-applications/kalgebra: Makefile 
	x11/kde-applications/kalzium: Makefile 
	x11/kde-applications/kamera: Makefile 
	x11/kde-applications/kanagram: Makefile 
	x11/kde-applications/kapman: Makefile 
	x11/kde-applications/katomic: Makefile 
	x11/kde-applications/kblackbox: Makefile 
	x11/kde-applications/kblocks: Makefile 
	x11/kde-applications/kbounce: Makefile 
	x11/kde-applications/kbreakout: Makefile 
	x11/kde-applications/kbruch: Makefile 
	x11/kde-applications/kcachegrind: Makefile 
	x11/kde-applications/kcharselect: Makefile 
	x11/kde-applications/kcolorchooser: Makefile 
	x11/kde-applications/kde-dev-utils: Makefile 
	x11/kde-applications/kdebugsettings: Makefile 
	x11/kde-applications/kdepim-runtime: Makefile 
	x11/kde-applications/kdf: Makefile 
	x11/kde-applications/kdiamond: Makefile 
	x11/kde-applications/keditbookmarks: Makefile 
	x11/kde-applications/kfind: Makefile 
	x11/kde-applications/kfourinline: Makefile 
	x11/kde-applications/kgeography: Makefile 
	x11/kde-applications/kget: Makefile 
	x11/kde-applications/kgoldrunner: Makefile 
	x11/kde-applications/kgpg: Makefile 
	x11/kde-applications/khelpcenter: Makefile 
	x11/kde-applications/kidentitymanagement: Makefile 
	x11/kde-applications/kigo: Makefile 
	x11/kde-applications/killbots: Makefile 
	x11/kde-applications/kimagemapeditor: Makefile 
	x11/kde-applications/kiriki: Makefile 
	x11/kde-applications/kiten: Makefile 
	x11/kde-applications/kjumpingcube: Makefile 
	x11/kde-applications/klettres: Makefile 
	x11/kde-applications/klickety: Makefile 
	x11/kde-applications/klines: Makefile 
	x11/kde-applications/kmag: Makefile 
	x11/kde-applications/kmahjongg: Makefile 
	x11/kde-applications/kmines: Makefile 
	x11/kde-applications/kmix: Makefile 
	x11/kde-applications/kmousetool: Makefile 
	x11/kde-applications/kmouth: Makefile 
	x11/kde-applications/kmplot: Makefile 
	x11/kde-applications/knavalbattle: Makefile 
	x11/kde-applications/knetwalk: Makefile 
	x11/kde-applications/kolf: Makefile 
	x11/kde-applications/kollision: Makefile 
	x11/kde-applications/kompare: Makefile 
	x11/kde-applications/kontactinterface: Makefile 
	x11/kde-applications/korganizer: Makefile 
	x11/kde-applications/kpimtextedit: Makefile 
	x11/kde-applications/krdc: Makefile 
	x11/kde-applications/kreversi: Makefile 
	x11/kde-applications/kruler: Makefile 
	x11/kde-applications/kshisen: Makefile 
	x11/kde-applications/ksirk: Makefile 
	x11/kde-applications/kspaceduel: Makefile 
	x11/kde-applications/ksquares: Makefile 
	x11/kde-applications/ksystemlog: Makefile 
	x11/kde-applications/ktuberling: Makefile 
	x11/kde-applications/kturtle: Makefile 
	x11/kde-applications/kubrick: Makefile 
	x11/kde-applications/kwalletmanager: Makefile 
	x11/kde-applications/libkomparediff2: Makefile 
	x11/kde-applications/lokalize: Makefile 
	x11/kde-applications/marble: Makefile 
	x11/kde-applications/markdownpart: Makefile 
	x11/kde-applications/merkuro: Makefile 
	x11/kde-applications/okteta: Makefile distinfo 
	x11/kde-applications/okular: Makefile 
	x11/kde-applications/palapeli: Makefile 
	x11/kde-applications/picmi: Makefile 
	x11/kde-applications/pim-data-exporter: Makefile 
	x11/kde-applications/pim-sieve-editor: Makefile 
	x11/kde-applications/pimcommon: Makefile 
	x11/kde-applications/step: Makefile 
	x11/kde-applications/svgpart: Makefile 
	x11/kde-applications/sweeper: Makefile 

Log message:
Regen dependency list after devel/kf6 change

devel/kf6/kguiaddons is recognized as a new depenency after the last
KF6 update


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:10:18

Modified files:
	x11/qt6        : Makefile.version 
	x11/qt6/pyside6: Makefile.inc 
	x11/qt6/pyside6/pyside: Makefile distinfo 
	x11/qt6/pyside6/pyside/pkg: PLIST 
	x11/qt6/pyside6/shiboken: Makefile distinfo 
	x11/qt6/pyside6/tools: Makefile distinfo 
	x11/qt6/qt3d   : distinfo 
	x11/qt6/qt5compat: distinfo 
	x11/qt6/qtbase : Makefile distinfo 
	x11/qt6/qtbase/patches: patch-cmake_QtFeature_cmake 
	                        patch-src_gui_text_unix_qfontconfigdatabase_cpp 
	x11/qt6/qtbase/pkg: PLIST-global PLIST-main 
	x11/qt6/qtcharts: distinfo 
	x11/qt6/qtconnectivity: distinfo 
	x11/qt6/qtdatavis3d: distinfo 
	x11/qt6/qtdeclarative: Makefile distinfo 
	x11/qt6/qtgraphs: distinfo 
	x11/qt6/qtgrpc : Makefile distinfo 
	x11/qt6/qtgrpc/pkg: PLIST 
	x11/qt6/qthttpserver: distinfo 
	x11/qt6/qtimageformats: distinfo 
	x11/qt6/qtlanguageserver: distinfo 
	x11/qt6/qtlocation: distinfo 
	x11/qt6/qtlottie: distinfo 
	x11/qt6/qtmultimedia: Makefile distinfo 
	x11/qt6/qtmultimedia/patches: 
	                              patch-src_multimedia_CMakeLists_txt 
	x11/qt6/qtmultimedia/pkg: PLIST 
	x11/qt6/qtnetworkauth: distinfo 
	x11/qt6/qtpositioning: distinfo 
	x11/qt6/qtquick3d: distinfo 
	x11/qt6/qtquick3dphysics: distinfo 
	x11/qt6/qtquickeffectmaker: distinfo 
	x11/qt6/qtquicktimeline: distinfo 
	x11/qt6/qtremoteobjects: distinfo 
	x11/qt6/qtscxml: distinfo 
	x11/qt6/qtsensors: distinfo 
	x11/qt6/qtserialbus: distinfo 
	x11/qt6/qtserialport: distinfo 
	x11/qt6/qtshadertools: distinfo 
	x11/qt6/qtspeech: distinfo 
	x11/qt6/qtsvg  : distinfo 
	x11/qt6/qttools: Makefile distinfo 
	x11/qt6/qttranslations: distinfo 
	x11/qt6/qttranslations/pkg: PLIST 
	x11/qt6/qtvirtualkeyboard: distinfo 
	x11/qt6/qtwayland: distinfo 
	x11/qt6/qtwebchannel: distinfo 
	x11/qt6/qtwebengine: Makefile distinfo 
	x11/qt6/qtwebengine/patches: patch-cmake_Functions_cmake 
	                             patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc 
	                             patch-src_3rdparty_chromium_third_party_lzma_sdk_C_CpuArch_c 
	                             patch-src_core_CMakeLists_txt 
	                             patch-src_core_compositor_native_skia_output_device_opengl_cpp 
	                             patch-src_pdf_CMakeLists_txt 
	x11/qt6/qtwebsockets: distinfo 
	x11/qt6/qtwebview: distinfo 
Removed files:
	x11/qt6/qtbase/patches: 
	                        patch-src_corelib_global_qlibraryinfo_cpp 
	                        patch-src_corelib_text_qlocale_cpp 
	                        patch-src_corelib_text_qlocale_unix_cpp 
	                        patch-src_corelib_text_qlocale_win_cpp 

Log message:
Update Qt6 and PySide to 6.8.3

pyside OK jtt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/14 12:14:53

Modified files:
	lang/deno/patches: patch-Cargo_toml patch-cli_Cargo_toml 
	                   patch-cli_main_rs 
	                   patch-cli_standalone_binary_rs 
	                   patch-cli_task_runner_rs 
	                   patch-modcargo-crates_deno_core-0_314_1_Cargo_toml 
	                   patch-modcargo-crates_v8-0_106_0_build_config_clang_BUILD_gn 
	                   patch-modcargo-crates_v8-0_106_0_build_config_linux_pkg-config_py 
	                   patch-modcargo-crates_v8-0_106_0_build_config_v8_target_cpu_gni 
	                   patch-modcargo-crates_v8-0_106_0_build_toolchain_gcc_solink_wrapper_py 
	                   patch-modcargo-crates_v8-0_106_0_build_toolchain_openbsd_BUILD_gn 
	                   patch-modcargo-crates_v8-0_106_0_build_toolchain_toolchain_gni 
	                   patch-modcargo-crates_v8-0_68_0_build_config_BUILDCONFIG_gn 
	                   patch-modcargo-crates_v8-0_68_0_build_config_BUILD_gn 
	                   patch-modcargo-crates_v8-0_68_0_build_config_compiler_BUILD_gn 
	                   patch-modcargo-crates_v8-0_68_0_build_config_linux_BUILD_gn 
	                   patch-modcargo-crates_v8-0_68_0_build_config_sysroot_gni 
	                   patch-modcargo-crates_v8-0_68_0_build_detect_host_arch_py 
	                   patch-modcargo-crates_v8-0_68_0_build_rs 
	                   patch-modcargo-crates_v8-0_68_0_build_toolchain_gcc_toolchain_gni 
	                   patch-modcargo-crates_v8-0_68_0_v8_BUILD_gn 
	                   patch-modcargo-crates_v8-0_68_0_v8_include_v8-internal_h 
	                   patch-modcargo-crates_v8-0_68_0_v8_include_v8config_h 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_api_api_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_base_atomicops_h 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_base_platform_platform-openbsd_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_base_platform_platform-posix_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_base_sys-info_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_diagnostics_perf-jit_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_diagnostics_perf-jit_h 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_execution_isolate_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_sandbox_sandbox_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_snapshot_embedded_platform-embedded-file-writer-base_h 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_snapshot_embedded_platform-embedded-file-writer-generic_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_trap-handler_handler-inside-posix_cc 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_trap-handler_handler-inside-posix_h 
	                   patch-modcargo-crates_v8-0_68_0_v8_src_trap-handler_trap-handler_h 
	                   patch-modcargo-crates_v8-0_68_0_v8_tools_run_py 
	                   patch-modcargo-crates_v8-0_74_2_v8_src_flags_flags_cc 
	                   patch-modcargo-crates_v8-0_90_1_third_party_abseil-cpp_absl_base_config_h 
	                   patch-modcargo-crates_v8-0_90_1_third_party_abseil-cpp_absl_base_internal_sysinfo_cc 
	                   patch-modcargo-crates_v8-0_90_1_v8_gni_v8_gni 
	                   patch-tests_util_server_src_lib_rs 
Added files:
	lang/deno/patches: 
	                   patch-modcargo-crates_libffi-sys-3_2_0_build_not_msvc_rs 
Removed files:
	lang/deno/patches: 
	                   patch-modcargo-crates_libffi-sys-2_1_0_build_not_msvc_rs 

Log message:
lang/deno: Update to 2.2.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:15:39

Added files:
	x11/qt6/qtbase/patches: patch-cmake_QtPlugins_cmake_in 
	                        patch-cmake_QtPostProcessHelpers_cmake 

Log message:
Enable QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION
by default


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/14 12:16:12

Modified files:
	lang/deno      : Makefile crates.inc distinfo 

Log message:
lang/deno: Actually update deno to 2.2.9, not just the patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:16:47

Modified files:
	cad/kicad      : Makefile distinfo 
	cad/kicad/pkg  : PLIST 
	cad/kicad-share: Makefile.inc 
	cad/kicad-share/footprints: distinfo 
	cad/kicad-share/footprints/pkg: PLIST 
	cad/kicad-share/packages3D: distinfo 
	cad/kicad-share/packages3D/pkg: PLIST 
	cad/kicad-share/symbols: distinfo 
	cad/kicad-share/templates: distinfo 

Log message:
Update KiCAD tp 9.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:18:40

Modified files:
	meta/qt6       : Makefile 

Log message:
Fix dependency check


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/14 12:19:37

Modified files:
	net/libcares   : Makefile distinfo 
	net/libcares/pkg: PLIST 

Log message:
net/libcares: Update to 1.34.5
While here, disable building the static lib

Fixes CVE-2025-31498

ok tb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:20:22

Modified files:
	devel/cmake    : Makefile.inc distinfo 
	devel/cmake/core/pkg: PLIST-main 

Log message:
Update cmake to 3.31.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/14 12:20:46

Modified files:
	lang/erlang/27 : Makefile distinfo 

Log message:
lang/erlang/27: Update to 27.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/14 12:21:41

Modified files:
	sysutils/eza   : Makefile crates.inc distinfo 

Log message:
sysutils/eza: Update to 0.21.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:22:12

Modified files:
	graphics/inkscape: Makefile distinfo 
	graphics/inkscape/pkg: PLIST 
Removed files:
	graphics/inkscape/patches: 
	                           patch-src_extension_internal_pdfinput_pdf-parser_cpp 
	                           patch-src_extension_internal_pdfinput_pdf-parser_h 
	                           patch-src_extension_internal_pdfinput_poppler-cairo-font-engine_cpp 
	                           patch-src_extension_internal_pdfinput_poppler-transition-api_h 
	                           patch-src_util_gobjectptr_h 

Log message:
Update inkscape to 1.4.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2025/04/14 12:23:00

Modified files:
	multimedia/libmediainfo: Makefile distinfo 
	multimedia/mediainfo: Makefile distinfo 

Log message:
mediainfo: maintenance update to 25.03


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2025/04/14 12:23:43

Modified files:
	archivers/unrar: Makefile distinfo 

Log message:
archivers/unrar: update to 7.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:24:56

Modified files:
	net/weechat    : Makefile distinfo 
	net/weechat/patches: patch-CMakeLists_txt 

Log message:
Update weechat to 4.6.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:29:48

Modified files:
	astro/kstars   : Makefile distinfo 

Log message:
Update kstars to 3.7.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:30:53

Modified files:
	devel/qcoro    : Makefile distinfo 

Log message:
Update qcoro to 0.12.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:31:27

Modified files:
	devel/qt-creator: Makefile distinfo 
	devel/qt-creator/pkg: PLIST 

Log message:
Update t-creator ot 16.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:32:08

Modified files:
	devel/catch2   : Makefile distinfo 

Log message:
Update Catch2 to 3.8.1


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2025/04/14 12:32:24

Modified files:
	lib/libc/hash  : md5.c rmd160.c sha1.c 

Log message:
Do the same if (len == 0) check at start of every hash update function

This way it is sure that we don't trigger any UB monster hiding further
down in those functions when called with NULL data and 0 len.
OK tb@ ken@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:32:56

Modified files:
	devel/kdiff3   : Makefile 

Log message:
cleanup Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:33:38

Modified files:
	multimedia/mpvqt: Makefile distinfo 

Log message:
Update mpvqt to 1.1.0


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/14 12:33:56

Modified files:
	regress/lib/libc/hash: Makefile hash_test.c 

Log message:
Enable remaining tests with NULL, 0

Now that libc is fixed, we can do this also for md5, rmd160 and sha1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/14 12:35:06

Modified files:
	devel/esbuild  : Makefile distinfo 

Log message:
devel/esbuild: Update to 0.25.2

from Igor Zornik, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/14 12:36:51

Modified files:
	devel/kf6/kparts: Makefile 
	graphics/skanlite: Makefile 
	net/konversation: Makefile 
	net/ktorrent   : Makefile 
	x11/tellico    : Makefile 
	x11/yakuake    : Makefile 

Log message:
Regen WANTLIB with new devel/kf6/kguiaddons


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/14 12:46:49

Modified files:
	net/rabbitmq   : Makefile distinfo 
	net/rabbitmq/patches: patch-Makefile 
	net/rabbitmq/pkg: PLIST 

Log message:
net/rabbitmq: Update to 4.0.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:25

Modified files:
	astro/py-skyfield: Makefile distinfo 

Log message:
update to py3-skyfield-1.53


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:28

Modified files:
	databases/py-alembic: Makefile distinfo 

Log message:
update to py3-alembic-1.15.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:31

Modified files:
	devel/mercurial: Makefile distinfo 

Log message:
update to mercurial-7.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:34

Modified files:
	devel/py-bitarray: Makefile distinfo 

Log message:
update to py3-bitarray-3.3.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:37

Modified files:
	devel/py-bitstring: Makefile distinfo 
	devel/py-bitstring/pkg: PLIST 
Removed files:
	devel/py-bitstring/patches: patch-bitstring_egg-info_PKG-INFO 
	                            patch-pyproject_toml 

Log message:
update to py3-bitstring-4.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:40

Modified files:
	devel/py-flit  : Makefile distinfo 

Log message:
update to py3-flit-3.12.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:43

Modified files:
	devel/py-flit_core: Makefile distinfo 

Log message:
update to py3-flit_core-3.12.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:46

Modified files:
	devel/py-pdm-backend: Makefile distinfo 

Log message:
update to py3-pdm-backend-2.4.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:49

Modified files:
	devel/py-pebble: Makefile distinfo 
	devel/py-pebble/pkg: PLIST 

Log message:
update to py3-pebble-5.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:52

Modified files:
	devel/py-poetry-core: Makefile distinfo 

Log message:
update to py3-poetry-core-2.1.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:55:55

Modified files:
	devel/py-prance: Makefile distinfo 

Log message:
update to py3-prance-25.4.8.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:03

Modified files:
	devel/py-propcache: Makefile distinfo 

Log message:
update to py3-propcache-0.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:07

Modified files:
	devel/py-virtualenv: Makefile distinfo 
	devel/py-virtualenv/pkg: PLIST 

Log message:
update to py3-virtualenv-20.30.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:11

Modified files:
	lang/php/8.3   : Makefile distinfo 

Log message:
update to php-8.3.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:15

Modified files:
	lang/php/8.4   : Makefile distinfo 

Log message:
update to php-8.4.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:19

Modified files:
	lang/lucee/v5  : Makefile distinfo 

Log message:
update to lucee-5.4.7.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:22

Modified files:
	mail/neomutt   : Makefile distinfo 
	mail/neomutt/patches: patch-main_c 

Log message:
update to neomutt-20250404


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:25

Modified files:
	net/krill      : Makefile crates.inc distinfo 
	net/krill/pkg  : PLIST 

Log message:
update to krill-0.14.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:28

Modified files:
	net/p5-Net-RDAP: Makefile distinfo 

Log message:
update to p5-Net-RDAP-0.37


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:31

Modified files:
	sysutils/py-fsspec: Makefile distinfo 
	sysutils/py-fsspec/pkg: PLIST 

Log message:
update to py3-fsspec-2025.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:36

Modified files:
	sysutils/stripe-cli: Makefile distinfo modules.inc 

Log message:
update to stripe-cli-1.26.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:39

Modified files:
	textproc/mupdf : Makefile distinfo 

Log message:
update to mupdf-1.25.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:42

Modified files:
	www/anubis     : Makefile distinfo 

Log message:
update to anubis-1.15.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:45

Modified files:
	www/py-multidict: Makefile 

Log message:
update to py3-multidict-6.4.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:48

Modified files:
	www/tomcat/v9  : Makefile distinfo 
	www/tomcat/v9/pkg: PLIST-examples 

Log message:
update to tomcat-9.0.104


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:53

Modified files:
	www/tomcat/v10 : Makefile distinfo 
	www/tomcat/v10/pkg: PLIST-examples 

Log message:
update to tomcat-10.1.40


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:56

Modified files:
	www/tomcat/v11 : Makefile distinfo 
	www/tomcat/v11/pkg: PLIST-examples PLIST-main 

Log message:
update to tomcat-11.0.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:56:59

Modified files:
	x11/icewm      : Makefile distinfo 
	x11/icewm/patches: patch-src_icesh_cc patch-src_yapp_cc 

Log message:
update to icewm-3.7.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:57:03

Modified files:
	graphics/pecl-imagick: Makefile distinfo 

Log message:
update to pecl-imagick-3.8.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:57:16

Modified files:
	graphics/py-qrcode: Makefile distinfo 
	graphics/py-qrcode/pkg: PLIST 

Log message:
update to py3-qrcode-8.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:57:47

Modified files:
	lang/php/8.3   : Tag: OPENBSD_7_6 Makefile distinfo 

Log message:
update to php-8.3.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 12:59:25

Modified files:
	lang/lucee/v5  : Tag: OPENBSD_7_6 Makefile distinfo 
	lang/lucee/v5/pkg: Tag: OPENBSD_7_6 README 

Log message:
update to lucee-5.4.7.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 13:00:41

Modified files:
	security/py-josepy: Makefile distinfo 

Log message:
update to py3-josepy-2.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/14 13:01:23

Modified files:
	security/letsencrypt: Makefile.inc 
	security/letsencrypt/client: distinfo 
	security/letsencrypt/py-acme: Makefile distinfo 

Log message:
update to certbot/py-acme 4.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	kn@cvs.openbsd.org	2025/04/14 13:17:50

Modified files:
	www/ada        : Makefile distinfo 
Removed files:
	www/ada/patches: patch-singleheader_amalgamate_py 

Log message:
update to ada 3.2.2

disable useless amalgamate build step;  no package change from this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kn@cvs.openbsd.org	2025/04/14 13:18:06

Modified files:
	sysutils/twc   : Makefile distinfo 

Log message:
update to twc 2.12.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	kn@cvs.openbsd.org	2025/04/14 13:18:38

Modified files:
	textproc/goldendict-ng: Makefile distinfo 

Log message:
update to goldendict-ng 25.05.0


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2025/04/14 14:02:34

Modified files:
	sys/net        : pf.c pf_syncookies.c pfvar.h 

Log message:
pf: Count m_gethdr() failures in PFRES_MEMORY counter

This requires passing the reason pointer down into pf_build_tcp().

ok bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kn@cvs.openbsd.org	2025/04/14 14:05:29

Modified files:
	devel          : Makefile 
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 
Removed files:
	devel/xsd      : Makefile distinfo 
	devel/xsd/patches: 
	                   patch-libxsd-frontend_build_import_libxerces-c_stub_make 
	                   patch-xsd_build_import_libxerces-c_stub_make 
	devel/xsd/pkg  : DESCR MESSAGE PLIST 

Log message:
remove devel/xsd: outdated and/or no longer required by other ports

Imported for security/libdigidocpp which dropped it it some time ago.
There were no other consumers in our tree.

4.1.0 is outdated and newer 4.2.0 requires a port of the build2 system.

OK tb


CVSROOT:	/cvs
Module name:	ports
Changes by:	kn@cvs.openbsd.org	2025/04/14 14:09:48

Modified files:
	multimedia/minidlna: Makefile 
	multimedia/minidlna/pkg: minidlna.rc 

Log message:
allow rcctl reload, minidlnad handles SIGHUP


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2025/04/14 14:31:39

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/patches: patch-cpp_CMakeLists_txt 
	print/poppler/pkg: PLIST-main PLIST-qt6 

Log message:
Update to poppler-25.04.0.

No breakage of depending ports, to my surprise.

While here, move include/poppler/qt6/poppler-converter.h from -main
to -qt6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2025/04/14 15:24:35

Modified files:
	sysutils/docker-cli: Makefile 
	sysutils/docker-cli/pkg: DESCR 

Log message:
Mention limitation and workaround. Maintainer OK


CVSROOT:	/cvs
Module name:	ports
Changes by:	danj@cvs.openbsd.org	2025/04/14 16:08:11

Modified files:
	net/tailscale  : Makefile distinfo modules.inc 

Log message:
Update to tailscale-1.82.0

From Adriano Barbosa (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/14 16:59:57

Modified files:
	sysutils/fdupes: Makefile distinfo 

Log message:
sysutils/fdupes: update to 2.4.0

from Martin Ziemer (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	daniel@cvs.openbsd.org	2025/04/14 18:59:11

Modified files:
	devel/py-nbconvert: Makefile distinfo 

Log message:
update py-nbconvert to 7.16.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	daniel@cvs.openbsd.org	2025/04/14 19:02:26

Modified files:
	devel/py-pygithub: Makefile distinfo 
	devel/py-pygithub/pkg: PLIST 

Log message:
update pygithub to 2.6.1


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2025/04/14 22:00:42

Modified files:
	regress/usr.bin/ssh/unittests: Makefile.inc 
	regress/usr.bin/ssh/unittests/authopt: Makefile tests.c 
	regress/usr.bin/ssh/unittests/bitmap: Makefile tests.c 
	regress/usr.bin/ssh/unittests/conversion: Makefile tests.c 
	regress/usr.bin/ssh/unittests/hostkeys: Makefile tests.c 
	regress/usr.bin/ssh/unittests/kex: Makefile test_kex.c tests.c 
	regress/usr.bin/ssh/unittests/match: Makefile tests.c 
	regress/usr.bin/ssh/unittests/misc: Makefile tests.c 
	regress/usr.bin/ssh/unittests/sshbuf: tests.c 
	regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c tests.c 
	regress/usr.bin/ssh/unittests/sshsig: tests.c 
	regress/usr.bin/ssh/unittests/test_helper: test_helper.c 
	                                           test_helper.h 
	regress/usr.bin/ssh/unittests/utf8: Makefile tests.c 

Log message:
basic benchmarking support for the unit test framework
enable with "make UNITTEST_BENCHMARK=yes"

ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bket@cvs.openbsd.org	2025/04/14 22:11:25

Modified files:
	news/sabnzbd   : Makefile distinfo 
	news/sabnzbd/pkg: PLIST 

Log message:
Update to sabnzbd-4.5.1

Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/4.5.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/14 22:32:19

Modified files:
	security/rust-openssl-tests: Makefile crates.inc distinfo 
	security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20250415


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2025/04/14 23:00:13

Modified files:
	regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c 

Log message:
missing ifdef


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2025/04/14 23:31:24

Modified files:
	regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c 

Log message:
another missing ifdef


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/14 23:51:51

Modified files:
	sys/sys        : vnode.h 
	sys/kern       : vfs_default.c 

Log message:
remove unused vop_generic_kqfilter()
ok mlarkin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	otto@cvs.openbsd.org	2025/04/14 23:56:16

Modified files:
	net/powerdns_recursor: Makefile crates.inc distinfo 

Log message:
Update to PowerDNS Recursor 5.2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 00:11:14

Log message:
    Add openssl 3.5
    
    thanks to jca landry sthen for testing
    thanks to sashan for pulling the remaining asm patches into upstream
    
    Status:
    
    Vendor Tag:	tb
    Release Tags:	tb_20250415
    
    N ports/security/openssl/3.5/Makefile
    N ports/security/openssl/3.5/distinfo
    N ports/security/openssl/3.5/patches/patch-Configurations_10-main_conf
    N ports/security/openssl/3.5/patches/patch-Configurations_shared-info_pl
    N ports/security/openssl/3.5/patches/patch-exporters_pkg-config_libcrypto_pc_in
    N ports/security/openssl/3.5/patches/patch-exporters_pkg-config_libssl_pc_in
    N ports/security/openssl/3.5/patches/patch-exporters_pkg-config_openssl_pc_in
    N ports/security/openssl/3.5/patches/patch-Configurations_unix-Makefile_tmpl
    N ports/security/openssl/3.5/patches/patch-util_perl_OpenSSL_config_pm
    N ports/security/openssl/3.5/pkg/DESCR
    N ports/security/openssl/3.5/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 00:11:54

Modified files:
	security/openssl: Makefile 

Log message:
+3.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	lucas@cvs.openbsd.org	2025/04/15 00:15:39

Modified files:
	net/haproxy    : Makefile distinfo 

Log message:
net/haproxy: update to 3.0.9

Many small fixes, nothing critical. Changes:
https://www.haproxy.org/download/3.0/src/CHANGELOG

ok tb


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:24:32

Modified files:
	telephony/baresip: Makefile.inc 
	telephony/baresip/baresip: Makefile distinfo 
	telephony/baresip/re: Makefile distinfo 

Log message:
telephony/baresip: update to 3.21.0 (and /re to 3.21.1)

see:
- https://github.com/baresip/re/releases/tag/v3.20.0
- https://github.com/baresip/re/releases/tag/v3.21.0
- https://github.com/baresip/re/releases/tag/v3.21.1
- https://github.com/baresip/baresip/releases/tag/v3.20.0
- https://github.com/baresip/baresip/releases/tag/v3.21.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:26:13

Modified files:
	mail/stalwart  : Makefile crates.inc distinfo 

Log message:
mail/stalwart: update to 0.11.7

see for relevant changes:
- https://github.com/stalwartlabs/mail-server/releases/tag/v0.11.2
- https://github.com/stalwartlabs/mail-server/releases/tag/v0.11.4
- https://github.com/stalwartlabs/mail-server/releases/tag/v0.11.5
- https://github.com/stalwartlabs/mail-server/releases/tag/v0.11.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:28:39

Modified files:
	x11/xfce4/xfce4-pulseaudio: Makefile distinfo 
	x11/xfce4/xfce4-pulseaudio/pkg: PLIST 

Log message:
x11/xfce4/xfce4-pulseaudio: update to 0.5.0

build system moves from autotools to meson
see https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.5.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:30:07

Modified files:
	sysutils/upower: Makefile distinfo 
	sysutils/upower/pkg: PLIST 

Log message:
sysutils/upower: update to 1.90.9.

see https://gitlab.freedesktop.org/upower/upower/-/releases/v1.90.8
and https://gitlab.freedesktop.org/upower/upower/-/releases/v1.90.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:30:34

Modified files:
	print/weasyprint: Makefile distinfo 

Log message:
print/weasyprint: update to 65.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:31:45

Modified files:
	wayland/gtk-layer-shell: Makefile distinfo 

Log message:
wayland/gtk-layer-shell: update to 0.9.1.

see https://github.com/wmww/gtk-layer-shell/releases/tag/v0.9.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:33:02

Modified files:
	wayland/gtk4-layer-shell: Makefile distinfo 
	wayland/gtk4-layer-shell/pkg: PLIST 

Log message:
wayland/gtk4-layer-shell: update to 1.1.1.

see https://github.com/wmww/gtk4-layer-shell/releases/tag/v1.1.0
and https://github.com/wmww/gtk4-layer-shell/releases/tag/v1.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:36:33

Modified files:
	wayland/swaylock: Makefile distinfo 
	wayland/swaylock/patches: patch-main_c patch-meson_build 

Log message:
wayland/swaylock: update to 1.8.2

see https://github.com/swaywm/swaylock/releases/tag/v1.8.1
and https://github.com/swaywm/swaylock/releases/tag/v1.8.2

drop -D_POSIX_C_SOURCE=200809L from CFLAGS as it disables __BSD_VISIBLE
which hides explicit_bzero().

cf https://github.com/swaywm/swaylock/pull/402


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:37:17

Modified files:
	devel/proj     : Makefile 

Log message:
devel/proj: add textproc/nlohmann-json to BDEP

ensures the system version is used instead of the bundled one


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:37:36

Modified files:
	security/kpcli : Makefile distinfo 

Log message:
security/kpcli: update to 4.1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:38:16

Modified files:
	x11/elementary-xfce-icon-theme: Makefile distinfo 
	x11/elementary-xfce-icon-theme/pkg: PLIST 

Log message:
x11/elementary-xfce-icon-theme: update to 0.21.

see https://github.com/shimmerproject/elementary-xfce/releases/tag/v0.21


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/15 00:38:26

Modified files:
	www/ungoogled-chromium: Makefile distinfo 
	www/ungoogled-chromium/files: ungoogled-chromium 
	www/ungoogled-chromium/patches: patch-BUILD_gn 
	                                patch-apps_ui_views_app_window_frame_view_cc 
	                                patch-base_BUILD_gn 
	                                patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn 
	                                patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_internals_posix_h 
	                                patch-base_debug_stack_trace_cc 
	                                patch-base_files_file_util_posix_cc 
	                                patch-base_files_file_util_unittest_cc 
	                                patch-base_linux_util_cc 
	                                patch-base_logging_unittest_cc 
	                                patch-base_message_loop_message_pump_glib_cc 
	                                patch-base_process_internal_linux_h 
	                                patch-base_process_launch_posix_cc 
	                                patch-base_process_process_metrics_unittest_cc 
	                                patch-base_profiler_sampling_profiler_thread_token_cc 
	                                patch-base_profiler_sampling_profiler_thread_token_h 
	                                patch-base_profiler_stack_base_address_posix_cc 
	                                patch-base_profiler_stack_sampling_profiler_unittest_cc 
	                                patch-base_profiler_thread_delegate_posix_cc 
	                                patch-base_test_launcher_test_launcher_cc 
	                                patch-base_threading_platform_thread_h 
	                                patch-base_threading_platform_thread_posix_cc 
	                                patch-base_threading_platform_thread_unittest_cc 
	                                patch-build_config_clang_BUILD_gn 
	                                patch-build_config_compiler_BUILD_gn 
	                                patch-build_config_ozone_gni 
	                                patch-build_toolchain_gcc_toolchain_gni 
	                                patch-build_toolchain_toolchain_gni 
	                                patch-chrome_app_chrome_main_delegate_cc 
	                                patch-chrome_browser_BUILD_gn 
	                                patch-chrome_browser_about_flags_cc 
	                                patch-chrome_browser_after_startup_task_utils_cc 
	                                patch-chrome_browser_browser_features_cc 
	                                patch-chrome_browser_browser_process_impl_cc 
	                                patch-chrome_browser_browser_process_impl_h 
	                                patch-chrome_browser_chrome_browser_field_trials_cc 
	                                patch-chrome_browser_chrome_browser_interface_binders_cc 
	                                patch-chrome_browser_chrome_browser_main_cc 
	                                patch-chrome_browser_chrome_browser_main_extra_parts_ozone_cc 
	                                patch-chrome_browser_chrome_browser_main_linux_cc 
	                                patch-chrome_browser_chrome_browser_main_posix_cc 
	                                patch-chrome_browser_chrome_content_browser_client_cc 
	                                patch-chrome_browser_chrome_content_browser_client_h 
	                                patch-chrome_browser_component_updater_registration_cc 
	                                patch-chrome_browser_component_updater_wasm_tts_engine_component_installer_cc 
	                                patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc 
	                                patch-chrome_browser_defaults_cc 
	                                patch-chrome_browser_device_identity_device_oauth2_token_service_factory_cc 
	                                patch-chrome_browser_diagnostics_diagnostics_writer_h 
	                                patch-chrome_browser_download_chrome_download_manager_delegate_cc 
	                                patch-chrome_browser_download_download_file_picker_cc 
	                                patch-chrome_browser_download_download_item_model_cc 
	                                patch-chrome_browser_download_download_prefs_cc 
	                                patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc 
	                                patch-chrome_browser_enterprise_connectors_common_cc 
	                                patch-chrome_browser_enterprise_connectors_connectors_service_cc 
	                                patch-chrome_browser_enterprise_connectors_device_trust_device_trust_service_factory_cc 
	                                patch-chrome_browser_enterprise_connectors_device_trust_signals_signals_service_factory_cc 
	                                patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc 
	                                patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h 
	                                patch-chrome_browser_enterprise_signin_interstitials_managed_profile_required_page_cc 
	                                patch-chrome_browser_enterprise_util_managed_browser_utils_cc 
	                                patch-chrome_browser_extensions_BUILD_gn 
	                                patch-chrome_browser_extensions_api_management_chrome_management_api_delegate_cc 
	                                patch-chrome_browser_extensions_api_settings_private_prefs_util_cc 
	                                patch-chrome_browser_extensions_api_tabs_tabs_api_cc 
	                                patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc 
	                                patch-chrome_browser_extensions_external_provider_impl_cc 
	                                patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc 
	                                patch-chrome_browser_first_run_first_run_dialog_h 
	                                patch-chrome_browser_first_run_first_run_internal_h 
	                                patch-chrome_browser_flag_descriptions_cc 
	                                patch-chrome_browser_flag_descriptions_h 
	                                patch-chrome_browser_gcm_gcm_profile_service_factory_cc 
	                                patch-chrome_browser_global_features_cc 
	                                patch-chrome_browser_headless_headless_mode_util_cc 
	                                patch-chrome_browser_media_audio_service_util_cc 
	                                patch-chrome_browser_media_router_discovery_BUILD_gn 
	                                patch-chrome_browser_media_webrtc_chrome_screen_enumerator_cc 
	                                patch-chrome_browser_media_webrtc_chrome_screen_enumerator_h 
	                                patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc 
	                                patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc 
	                                patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc 
	                                patch-chrome_browser_metrics_chrome_metrics_service_client_cc 
	                                patch-chrome_browser_metrics_perf_cpu_identity_cc 
	                                patch-chrome_browser_net_system_network_context_manager_cc 
	                                patch-chrome_browser_notifications_notification_display_service_impl_cc 
	                                patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc 
	                                patch-chrome_browser_password_manager_chrome_password_manager_client_cc 
	                                patch-chrome_browser_password_manager_password_reuse_manager_factory_cc 
	                                patch-chrome_browser_platform_util_linux_cc 
	                                patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc 
	                                patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc 
	                                patch-chrome_browser_policy_device_management_service_configuration_cc 
	                                patch-chrome_browser_policy_policy_value_and_status_aggregator_cc 
	                                patch-chrome_browser_prefs_browser_prefs_cc 
	                                patch-chrome_browser_prefs_pref_service_incognito_allowlist_cc 
	                                patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc 
	                                patch-chrome_browser_screen_ai_screen_ai_install_state_cc 
	                                patch-chrome_browser_sessions_session_restore_cc 
	                                patch-chrome_browser_sharing_sharing_handler_registry_impl_cc 
	                                patch-chrome_browser_signin_accounts_policy_manager_cc 
	                                patch-chrome_browser_sync_chrome_sync_controller_builder_cc 
	                                patch-chrome_browser_sync_device_info_sync_client_impl_cc 
	                                patch-chrome_browser_sync_sync_service_factory_cc 
	                                patch-chrome_browser_themes_theme_helper_cc 
	                                patch-chrome_browser_themes_theme_service_factory_cc 
	                                patch-chrome_browser_ui_actions_chrome_action_id_h 
	                                patch-chrome_browser_ui_browser_command_controller_cc 
	                                patch-chrome_browser_ui_browser_commands_cc 
	                                patch-chrome_browser_ui_signin_signin_view_controller_cc 
	                                patch-chrome_browser_ui_signin_signin_view_controller_delegate_h 
	                                patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc 
	                                patch-chrome_browser_ui_tab_helpers_cc 
	                                patch-chrome_browser_ui_tabs_features_cc 
	                                patch-chrome_browser_ui_task_manager_task_manager_table_model_cc 
	                                patch-chrome_browser_ui_ui_features_cc 
	                                patch-chrome_browser_ui_ui_features_h 
	                                patch-chrome_browser_ui_views_frame_browser_frame_cc 
	                                patch-chrome_browser_ui_views_frame_browser_frame_view_layout_linux_native_cc 
	                                patch-chrome_browser_ui_views_frame_browser_view_cc 
	                                patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc 
	                                patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc 
	                                patch-chrome_browser_ui_views_frame_system_menu_model_delegate_cc 
	                                patch-chrome_browser_ui_views_omnibox_omnibox_view_views_cc 
	                                patch-chrome_browser_ui_views_passwords_password_bubble_view_base_cc 
	                                patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc 
	                                patch-chrome_browser_ui_views_profiles_profile_menu_view_cc 
	                                patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc 
	                                patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h 
	                                patch-chrome_browser_ui_views_tabs_dragging_tab_drag_controller_cc 
	                                patch-chrome_browser_ui_views_tabs_tab_cc 
	                                patch-chrome_browser_ui_views_tabs_tab_hover_card_bubble_view_cc 
	                                patch-chrome_browser_ui_views_tabs_tab_style_views_cc 
	                                patch-chrome_browser_ui_views_user_education_browser_user_education_service_cc 
	                                patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc 
	                                patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_h 
	                                patch-chrome_browser_ui_webui_chrome_web_ui_configs_cc 
	                                patch-chrome_browser_ui_webui_interstitials_interstitial_ui_cc 
	                                patch-chrome_browser_ui_webui_settings_appearance_handler_cc 
	                                patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc 
	                                patch-chrome_browser_web_applications_commands_launch_web_app_command_cc 
	                                patch-chrome_browser_web_applications_os_integration_os_integration_manager_cc 
	                                patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc 
	                                patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc 
	                                patch-chrome_browser_webauthn_enclave_manager_cc 
	                                patch-chrome_browser_webauthn_unexportable_key_utils_cc 
	                                patch-chrome_common_channel_info_h 
	                                patch-chrome_common_channel_info_posix_cc 
	                                patch-chrome_common_chrome_features_cc 
	                                patch-chrome_common_chrome_features_h 
	                                patch-chrome_common_chrome_paths_cc 
	                                patch-chrome_common_chrome_paths_h 
	                                patch-chrome_common_chrome_paths_linux_cc 
	                                patch-chrome_common_chrome_switches_cc 
	                                patch-chrome_common_chrome_switches_h 
	                                patch-chrome_common_crash_keys_cc 
	                                patch-chrome_common_extensions_extension_constants_cc 
	                                patch-chrome_common_extensions_extension_constants_h 
	                                patch-chrome_common_media_cdm_registration_cc 
	                                patch-chrome_common_media_cdm_registration_h 
	                                patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h 
	                                patch-chrome_common_pref_names_h 
	                                patch-chrome_common_url_constants_h 
	                                patch-chrome_common_webui_url_constants_h 
	                                patch-chrome_test_chromedriver_keycode_text_conversion_unittest_cc 
	                                patch-chrome_utility_services_cc 
	                                patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_cc 
	                                patch-components_autofill_core_browser_integrators_autofill_optimization_guide_cc 
	                                patch-components_autofill_core_common_autofill_payments_features_cc 
	                                patch-components_autofill_core_common_autofill_prefs_cc 
	                                patch-components_autofill_core_common_autofill_prefs_h 
	                                patch-components_commerce_core_commerce_feature_list_cc 
	                                patch-components_device_signals_core_browser_signals_aggregator_impl_h 
	                                patch-components_device_signals_core_common_signals_features_cc 
	                                patch-components_device_signals_core_common_signals_features_h 
	                                patch-components_device_signals_test_signals_contract_cc 
	                                patch-components_embedder_support_user_agent_utils_cc 
	                                patch-components_embedder_support_user_agent_utils_unittest_cc 
	                                patch-components_feature_engagement_public_feature_configurations_cc 
	                                patch-components_feature_engagement_public_feature_constants_cc 
	                                patch-components_feature_engagement_public_feature_constants_h 
	                                patch-components_feature_engagement_public_feature_list_cc 
	                                patch-components_feature_engagement_public_feature_list_h 
	                                patch-components_metrics_dwa_dwa_service_cc 
	                                patch-components_metrics_metrics_log_cc 
	                                patch-components_named_mojo_ipc_server_connection_info_h 
	                                patch-components_os_crypt_sync_os_crypt_h 
	                                patch-components_password_manager_core_browser_features_password_features_cc 
	                                patch-components_password_manager_core_browser_password_form_manager_cc 
	                                patch-components_password_manager_core_browser_password_manager_cc 
	                                patch-components_password_manager_core_browser_password_manager_client_h 
	                                patch-components_password_manager_core_browser_stub_password_manager_client_cc 
	                                patch-components_password_manager_core_common_password_manager_pref_names_h 
	                                patch-components_permissions_prediction_service_prediction_common_cc 
	                                patch-components_policy_core_browser_policy_pref_mapping_test_cc 
	                                patch-components_policy_core_common_cloud_cloud_policy_client_cc 
	                                patch-components_safe_browsing_core_browser_realtime_url_lookup_service_base_cc 
	                                patch-components_search_engines_template_url_service_cc 
	                                patch-components_supervised_user_core_common_features_cc 
	                                patch-components_supervised_user_core_common_features_h 
	                                patch-components_sync_preferences_common_syncable_prefs_database_cc 
	                                patch-components_user_education_views_help_bubble_view_cc 
	                                patch-components_viz_service_display_skia_renderer_cc 
	                                patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc 
	                                patch-content_app_content_main_cc 
	                                patch-content_app_content_main_runner_impl_cc 
	                                patch-content_browser_BUILD_gn 
	                                patch-content_browser_child_thread_type_switcher_linux_cc 
	                                patch-content_browser_gpu_compositor_util_cc 
	                                patch-content_browser_gpu_gpu_data_manager_impl_private_cc 
	                                patch-content_browser_gpu_gpu_process_host_cc 
	                                patch-content_browser_renderer_host_render_process_host_impl_cc 
	                                patch-content_browser_renderer_host_render_process_host_impl_h 
	                                patch-content_child_BUILD_gn 
	                                patch-content_child_child_process_cc 
	                                patch-content_common_user_agent_cc 
	                                patch-content_gpu_gpu_main_cc 
	                                patch-content_public_browser_content_browser_client_cc 
	                                patch-content_public_common_content_features_cc 
	                                patch-content_public_common_content_switches_cc 
	                                patch-content_public_common_content_switches_h 
	                                patch-content_renderer_render_thread_impl_cc 
	                                patch-content_renderer_renderer_blink_platform_impl_cc 
	                                patch-content_shell_BUILD_gn 
	                                patch-content_shell_browser_shell_browser_main_parts_cc 
	                                patch-device_gamepad_BUILD_gn 
	                                patch-extensions_browser_api_messaging_message_service_cc 
	                                patch-extensions_common_api__permission_features_json 
	                                patch-google_apis_gcm_engine_heartbeat_manager_cc 
	                                patch-gpu_command_buffer_service_shared_context_state_cc 
	                                patch-gpu_command_buffer_service_shared_context_state_h 
	                                patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc 
	                                patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc 
	                                patch-gpu_command_buffer_service_shared_image_shared_image_manager_cc 
	                                patch-gpu_config_gpu_finch_features_cc 
	                                patch-gpu_config_gpu_info_collector_cc 
	                                patch-gpu_config_gpu_test_config_cc 
	                                patch-gpu_ipc_service_gpu_init_cc 
	                                patch-gpu_vulkan_vulkan_util_cc 
	                                patch-headless_lib_browser_headless_browser_main_parts_posix_cc 
	                                patch-headless_lib_browser_headless_content_browser_client_cc 
	                                patch-headless_lib_browser_headless_content_browser_client_h 
	                                patch-headless_lib_browser_headless_web_contents_impl_cc 
	                                patch-media_audio_BUILD_gn 
	                                patch-media_base_audio_latency_cc 
	                                patch-media_base_media_switches_cc 
	                                patch-media_base_media_switches_h 
	                                patch-media_base_video_frame_cc 
	                                patch-media_base_video_frame_h 
	                                patch-media_capture_video_create_video_capture_device_factory_cc 
	                                patch-media_capture_video_video_capture_buffer_tracker_factory_impl_cc 
	                                patch-media_capture_video_video_capture_device_client_cc 
	                                patch-media_cdm_cdm_paths_unittest_cc 
	                                patch-media_cdm_library_cdm_cdm_paths_gni 
	                                patch-media_gpu_chromeos_platform_video_frame_utils_cc 
	                                patch-media_gpu_chromeos_video_decoder_pipeline_cc 
	                                patch-media_gpu_gpu_video_encode_accelerator_factory_cc 
	                                patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc 
	                                patch-media_gpu_test_video_frame_file_writer_cc 
	                                patch-media_gpu_test_video_frame_helpers_cc 
	                                patch-media_gpu_test_video_frame_validator_cc 
	                                patch-media_gpu_vaapi_vaapi_video_decoder_cc 
	                                patch-media_gpu_vaapi_vaapi_wrapper_cc 
	                                patch-media_media_options_gni 
	                                patch-media_mojo_mojom_video_frame_mojom_traits_cc 
	                                patch-media_video_fake_gpu_memory_buffer_cc 
	                                patch-media_webrtc_audio_processor_cc 
	                                patch-mojo_public_tools_bindings_mojom_gni 
	                                patch-net_BUILD_gn 
	                                patch-net_base_network_change_notifier_cc 
	                                patch-net_base_network_change_notifier_passive_cc 
	                                patch-net_http_http_auth_handler_negotiate_cc 
	                                patch-net_http_http_auth_preferences_cc 
	                                patch-net_http_http_auth_preferences_h 
	                                patch-net_socket_socks5_client_socket_cc 
	                                patch-net_socket_udp_socket_posix_cc 
	                                patch-net_socket_udp_socket_unittest_cc 
	                                patch-net_third_party_quiche_BUILD_gn 
	                                patch-net_tools_net_watcher_net_watcher_cc 
	                                patch-net_traffic_annotation_network_traffic_annotation_h 
	                                patch-net_url_request_url_request_context_builder_cc 
	                                patch-net_url_request_url_request_context_cc 
	                                patch-net_url_request_url_request_context_h 
	                                patch-pdf_pdfium_pdfium_engine_cc 
	                                patch-printing_backend_print_backend_cups_cc 
	                                patch-remoting_host_chromoting_host_context_cc 
	                                patch-remoting_host_client_session_cc 
	                                patch-remoting_host_it2me_it2me_native_messaging_host_main_cc 
	                                patch-remoting_host_me2me_desktop_environment_cc 
	                                patch-remoting_host_mojo_caller_security_checker_cc 
	                                patch-remoting_host_remoting_me2me_host_cc 
	                                patch-remoting_host_setup_start_host_main_cc 
	                                patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc 
	                                patch-sandbox_linux_BUILD_gn 
	                                patch-sandbox_policy_BUILD_gn 
	                                patch-sandbox_policy_features_cc 
	                                patch-sandbox_policy_sandbox_type_cc 
	                                patch-sandbox_policy_switches_cc 
	                                patch-services_device_BUILD_gn 
	                                patch-services_device_public_cpp_device_features_cc 
	                                patch-services_device_public_cpp_device_features_h 
	                                patch-services_device_public_mojom_BUILD_gn 
	                                patch-services_device_serial_BUILD_gn 
	                                patch-services_device_serial_serial_device_enumerator_cc 
	                                patch-services_network_BUILD_gn 
	                                patch-services_network_network_context_cc 
	                                patch-services_network_network_context_h 
	                                patch-services_network_network_service_cc 
	                                patch-services_network_network_service_h 
	                                patch-services_network_public_cpp_BUILD_gn 
	                                patch-services_network_public_mojom_BUILD_gn 
	                                patch-skia_ext_font_utils_cc 
	                                patch-third_party_abseil-cpp_absl_base_config_h 
	                                patch-third_party_angle_util_BUILD_gn 
	                                patch-third_party_blink_public_platform_platform_h 
	                                patch-third_party_blink_renderer_controller_blink_initializer_cc 
	                                patch-third_party_blink_renderer_core_exported_web_view_impl_cc 
	                                patch-third_party_blink_renderer_core_frame_web_frame_test_cc 
	                                patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc 
	                                patch-third_party_blink_renderer_core_origin_trials_origin_trial_context_cc 
	                                patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc 
	                                patch-third_party_blink_renderer_modules_media_audio_audio_device_factory_cc 
	                                patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc 
	                                patch-third_party_blink_renderer_platform_BUILD_gn 
	                                patch-third_party_blink_renderer_platform_fonts_font_description_cc 
	                                patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc 
	                                patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 
	                                patch-third_party_blink_renderer_platform_wtf_container_annotations_h 
	                                patch-third_party_crashpad_crashpad_client_BUILD_gn 
	                                patch-third_party_dawn_src_dawn_common_Platform_h 
	                                patch-third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp 
	                                patch-third_party_ffmpeg_configure 
	                                patch-third_party_ipcz_src_reference_drivers_random_cc 
	                                patch-third_party_node_node_py 
	                                patch-third_party_perfetto_include_perfetto_base_build_config_h 
	                                patch-third_party_perfetto_src_base_unix_socket_cc 
	                                patch-third_party_perfetto_src_base_utils_cc 
	                                patch-third_party_protobuf_src_google_protobuf_stubs_platform_macros_h 
	                                patch-third_party_speech-dispatcher_libspeechd_version_h 
	                                patch-third_party_webrtc_BUILD_gn 
	                                patch-tools_grit_grit_node_base_py 
	                                patch-tools_json_schema_compiler_cpp_bundle_generator_py 
	                                patch-tools_json_schema_compiler_feature_compiler_py 
	                                patch-tools_perf_chrome_telemetry_build_BUILD_gn 
	                                patch-ui_accessibility_accessibility_features_cc 
	                                patch-ui_accessibility_accessibility_features_h 
	                                patch-ui_base_accelerators_accelerator_cc 
	                                patch-ui_base_accelerators_command_cc 
	                                patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc 
	                                patch-ui_base_resource_resource_bundle_cc 
	                                patch-ui_base_ui_base_features_cc 
	                                patch-ui_base_x_x11_cursor_loader_cc 
	                                patch-ui_color_color_id_h 
	                                patch-ui_compositor_compositor_cc 
	                                patch-ui_compositor_compositor_h 
	                                patch-ui_gfx_BUILD_gn 
	                                patch-ui_gfx_canvas_skia_cc 
	                                patch-ui_gfx_x_atom_cache_cc 
	                                patch-ui_gtk_gtk_compat_cc 
	                                patch-ui_ozone_platform_wayland_common_wayland_util_cc 
	                                patch-ui_ozone_platform_x11_x11_window_cc 
	                                patch-ui_platform_window_platform_window_delegate_cc 
	                                patch-ui_platform_window_platform_window_delegate_h 
	                                patch-ui_views_controls_textfield_textfield_cc 
	                                patch-ui_views_controls_textfield_textfield_h 
	                                patch-ui_views_focus_focus_manager_cc 
	                                patch-ui_views_style_platform_style_cc 
	                                patch-ui_views_views_delegate_cc 
	                                patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc 
	                                patch-ui_views_widget_widget_cc 
	                                patch-v8_BUILD_gn 
	                                patch-v8_src_api_api_cc 
	                                patch-v8_src_base_platform_platform-posix_cc 
	                                patch-v8_src_execution_isolate_cc 
	                                patch-v8_src_libsampler_sampler_cc 
	                                patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h 
Added files:
	www/ungoogled-chromium/patches: 
	                                patch-chrome_browser_background_extensions_background_mode_manager_cc 
	                                patch-chrome_browser_background_extensions_background_mode_optimizer_cc 
	                                patch-chrome_browser_background_glic_glic_status_icon_cc 
	                                patch-chrome_browser_chrome_browser_interface_binders_webui_cc 
	                                patch-chrome_browser_component_updater_iwa_key_distribution_component_installer_cc 
	                                patch-chrome_browser_component_updater_iwa_key_distribution_component_installer_h 
	                                patch-chrome_browser_component_updater_wasm_tts_engine_component_installer_h 
	                                patch-chrome_browser_feedback_system_logs_about_system_logs_fetcher_cc 
	                                patch-chrome_browser_feedback_system_logs_chrome_system_logs_fetcher_cc 
	                                patch-chrome_browser_ui_views_profiles_avatar_toolbar_button_cc 
	                                patch-chrome_browser_ui_views_profiles_avatar_toolbar_button_h 
	                                patch-chrome_browser_ui_views_profiles_profile_menu_coordinator_cc 
	                                patch-chrome_browser_upgrade_detector_version_history_client_cc 
	                                patch-components_BUILD_gn 
	                                patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_h 
	                                patch-components_autofill_core_browser_payments_bnpl_manager_cc 
	                                patch-components_enterprise_connectors_core_realtime_reporting_client_base_cc 
	                                patch-components_gwp_asan_buildflags_buildflags_gni 
	                                patch-components_named_mojo_ipc_server_named_mojo_server_endpoint_connector_linux_cc 
	                                patch-components_named_system_lock_BUILD_gn 
	                                patch-components_named_system_lock_lock_unittest_cc 
	                                patch-components_webui_flags_flags_state_cc 
	                                patch-content_browser_accessibility_browser_accessibility_state_impl_auralinux_cc 
	                                patch-content_browser_accessibility_browser_accessibility_state_impl_cc 
	                                patch-content_browser_child_thread_type_switcher_linux_h 
	                                patch-content_browser_service_host_utility_process_host_cc 
	                                patch-content_browser_service_host_utility_process_host_receiver_bindings_cc 
	                                patch-content_browser_service_host_utility_sandbox_delegate_cc 
	                                patch-content_browser_web_contents_web_contents_view_aura_unittest_cc 
	                                patch-content_common_thread_type_switcher_mojom 
	                                patch-gpu_command_buffer_service_raster_decoder_unittest_context_lost_cc 
	                                patch-headless_BUILD_gn 
	                                patch-media_gpu_gpu_video_decode_accelerator_factory_cc 
	                                patch-media_mojo_mojom_stable_BUILD_gn 
	                                patch-media_video_fake_gpu_memory_buffer_h 
	                                patch-net_quic_quic_network_transaction_unittest_cc 
	                                patch-net_websockets_websocket_basic_stream_adapters_test_cc 
	                                patch-printing_mojom_printing_context_mojom_traits_unittest_cc 
	                                patch-services_viz_public_mojom_BUILD_gn 
	                                patch-third_party_ipcz_src_BUILD_gn 
	                                patch-third_party_webrtc_modules_video_capture_linux_pipewire_session_cc 
	                                patch-ui_ozone_public_ozone_ui_controls_test_helper_h 
	                                patch-ui_views_BUILD_gn 
	                                patch-ui_views_accessibility_view_accessibility_cc 
	                                patch-ui_views_style_platform_style_h 
Removed files:
	www/ungoogled-chromium/patches: 
	                                patch-chrome_browser_background_background_mode_manager_cc 
	                                patch-chrome_browser_background_background_mode_optimizer_cc 
	                                patch-chrome_browser_glic_launcher_glic_status_icon_cc 
	                                patch-chrome_browser_profiles_profile_manager_cc 
	                                patch-chrome_browser_tab_group_sync_tab_group_sync_service_factory_cc 
	                                patch-components_flags_ui_flags_state_cc 
	                                patch-content_browser_utility_process_host_cc 
	                                patch-content_browser_utility_process_host_receiver_bindings_cc 
	                                patch-content_browser_utility_sandbox_delegate_cc 
	                                patch-net_base_mock_network_change_notifier_cc 
	                                patch-net_base_mock_network_change_notifier_h 
	                                patch-remoting_host_basic_desktop_environment_cc 
	                                patch-remoting_host_desktop_and_cursor_conditional_composer_cc 
	                                patch-remoting_host_desktop_capturer_proxy_cc 
	                                patch-remoting_host_desktop_capturer_wrapper_cc 
	                                patch-remoting_host_it2me_it2me_host_cc 
	                                patch-remoting_host_legacy_interaction_strategy_cc 
	                                patch-remoting_host_mouse_cursor_monitor_proxy_cc 
	                                patch-third_party_webrtc_modules_video_coding_codecs_av1_libaom_av1_encoder_cc 

Log message:
update to 135.0.7049.84


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:43:28

Modified files:
	audio/mpd      : Makefile distinfo 
	audio/mpd/patches: patch-doc_meson_build 
	                   patch-doc_mpdconf_example 
	                   patch-src_net_meson_build 
Added files:
	audio/mpd/patches: patch-src_event_FineTimerEvent_hxx 
	                   patch-src_event_TimerList_cxx 
	                   patch-src_event_TimerList_hxx 
	                   patch-src_input_plugins_CdioParanoiaInputPlugin_cxx 
	                   patch-src_net_DscpParser_cxx 

Log message:
audio/mpd: update to 0.24.3.

see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.3/NEWS
for the changelog.

revert an upstream commit that uses apparently too modern c++ constructs
we dont have in our libcxx 16. thus, keep the boost dependency..

take maintainership while here, after all i've been using it for nearly
20 years.


CVSROOT:	/cvs
Module name:	src
Changes by:	kirill@cvs.openbsd.org	2025/04/15 00:44:37

Modified files:
	sys/dev        : video.c 

Log message:
sys/video: avoid call video_stop multiple times

OK: mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:45:35

Modified files:
	audio/ncmpc    : Makefile distinfo 
	audio/ncmpc/pkg: PLIST 
Added files:
	audio/ncmpc/patches: patch-src_event_FineTimerEvent_hxx 
	                     patch-src_event_TimerList_cxx 
	                     patch-src_event_TimerList_hxx 
Removed files:
	audio/ncmpc/patches: patch-src_screen_cxx 
	                     patch-src_screen_utils_cxx 

Log message:
audio/ncmpc: update to 0.52.

see https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.52/NEWS
revert the same upstream commit requiring too modern c++20 features


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:47:09

Modified files:
	geo/gdal       : Makefile distinfo 

Log message:
geo/gdal: update to 3.10.3.

see https://github.com/OSGeo/gdal/blob/v3.10.3/NEWS.md
enable support for geo/sfcgal


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:48:02

Modified files:
	geo/py-owslib  : Makefile distinfo 

Log message:
geo/py-owslib: update to 0.33.0.

see https://github.com/geopython/OWSLib/releases/tag/0.33.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:49:39

Modified files:
	geo/pygeoapi   : Makefile distinfo 
	geo/pygeoapi/patches: patch-pygeoapi_models_config_py 
	                      patch-pygeoapi_models_openapi_py 
	                      patch-requirements_txt 
	geo/pygeoapi/pkg: PLIST 
Added files:
	geo/pygeoapi/patches: patch-pygeoapi_provider_mvt_tippecanoe_py 
	                      patch-tests_test_models_py 
Removed files:
	geo/pygeoapi/patches: patch-pygeoapi_models_cql_py 
	                      patch-pygeoapi_provider_elasticsearch__py 
	                      patch-tests_test_elasticsearch__provider_py 

Log message:
geo/pygeoapi: update to 0.20.

see https://github.com/geopython/pygeoapi/releases/tag/0.20.0

update the pydantic v2 patches with the upstream commit in master:
https://github.com/geopython/pygeoapi/commit/04b8f3f7889d04fe68e11756dd820f701733dec7


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:55:45

Modified files:
	geo/libosmium  : Makefile distinfo 
	geo/libosmium/pkg: PLIST 

Log message:
geo/libosmium: update to 0.22.0.

see https://github.com/osmcode/libosmium/releases/tag/v2.21.0
and https://github.com/osmcode/libosmium/releases/tag/v2.22.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:56:18

Modified files:
	geo/py-osmium  : Makefile distinfo 

Log message:
geo/py-osmium: update to 4.0.2.

see https://github.com/osmcode/pyosmium/releases/tag/v4.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 00:59:35

Modified files:
	geo/gpxsee     : Makefile distinfo 

Log message:
geo/gpxsee: update to 13.38


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:00:19

Modified files:
	geo/mapproxy   : Makefile distinfo 
	geo/mapproxy/pkg: PLIST 

Log message:
geo/mapproxy: security update to 4.0.2.

see https://github.com/mapproxy/mapproxy/releases/tag/4.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:02:37

Modified files:
	devel/py-pydantic: Makefile 
Added files:
	devel/py-pydantic/patches: patch-pyproject_toml 

Log message:
devel/py-pydantic: relax the hard version requirement on pydantic-core 2.23.4

spotted with a py-rio-cogeo update.

we ship pydantic 2.9.2 and pydantic-core-2.27.0 - both ports should be
updated to versions corresponding to the strict requirements enforced
upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:03:45

Log message:
    Import geo/py-morecantile 6.1.0.
    
    Morecantile is like geo/mercantile (the best tool to work with Web
    Mercator tile indexes), but with support for other TileMatrixSet grids.
    
    Morecantile follows the OGC Two Dimensional Tile Matrix Set
    specification 2.0 found in https://docs.ogc.org/is/17-083r4/17-083r4.html
    
    ok tb@ martin@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20250309
    
    N ports/geo/py-morecantile/Makefile
    N ports/geo/py-morecantile/distinfo
    N ports/geo/py-morecantile/pkg/DESCR
    N ports/geo/py-morecantile/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:04:30

Modified files:
	geo            : Makefile 

Log message:
geo/Makefile: +py-morecantile


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:07:37

Modified files:
	geo/py-rasterio: Makefile distinfo 
	geo/py-rasterio/pkg: PLIST 
Added files:
	geo/py-rasterio/patches: patch-pyproject_toml 
Removed files:
	geo/py-rasterio/patches: patch-tests_test_rio_main_py 

Log message:
geo/py-rasterio: update to 1.4.3.

see:
- https://github.com/rasterio/rasterio/releases/tag/1.4.0
- https://github.com/rasterio/rasterio/releases/tag/1.4.1
- https://github.com/rasterio/rasterio/releases/tag/1.4.2
- https://github.com/rasterio/rasterio/releases/tag/1.4.3

drop NO_TEST and add a pre-test target explaining where to fetch the
testdata.

relax the requirement on numpy>=2, it's not strictly required.

drop martin@ from MAINTAINER per his request


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:10:30

Modified files:
	geo/py-rio-cogeo: Makefile distinfo 
	geo/py-rio-cogeo/pkg: PLIST 

Log message:
geo/py-rio-cogeo: long overdue update to 5.4.1

see https://github.com/cogeotiff/rio-cogeo/blob/5.4.1/CHANGES.md

- migrates from mercantile/supermercado to morecantile
- uses flit_core instead of setuptools
- now depends on click and pydantic


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:11:28

Modified files:
	geo/osm2pgsql  : Makefile distinfo 
	geo/osm2pgsql/patches: patch-man_CMakeLists_txt 
Removed files:
	geo/osm2pgsql/patches: patch-src_gen_params_cpp 

Log message:
geo/osm2pgsql: update to 2.1.1.

see https://osm2pgsql.org/news/2025/04/07/release-2.1.0.html
and https://osm2pgsql.org/news/2025/04/14/release-2.1.1.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:14:04

Added files:
	devel/proj/patches: patch-CMakeLists_txt 

Log message:
devel/proj: add patch from upstream PR to detect C23's #embed only on recent compilers

should fix the build on sparc64, cf https://github.com/OSGeo/PROJ/pull/4462


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 01:22:16

Modified files:
	print/scribus  : Makefile distinfo 
	print/scribus/patches: 
	                       patch-scribus_plugins_import_pdf_importpdf_cpp 
	                       patch-scribus_plugins_import_pdf_importpdfconfig_h 
	                       patch-scribus_plugins_import_pdf_slaoutput_cpp 
	                       patch-scribus_util_cpp 
	print/scribus/pkg: PLIST 
Added files:
	print/scribus/patches: patch-CMakeLists_Dependencies_cmake 
	                       patch-scribus_CMakeLists_txt 
	                       patch-scribus_third_party_CMakeLists_txt 
Removed files:
	print/scribus/patches: patch-CMakeLists_txt 

Log message:
print/scribus: update to 1.7.0, migrates from Qt5 to Qt6

see https://wiki.scribus.net/canvas/1.7.0_Release
massage the patches for recent poppler support from a newer upstream
commit.

patch cmake files to build against the system x11/qtadvanceddocking
instead of the bundled one.

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 02:38:12

Modified files:
	cad/kicad/patches: patch-eeschema_eeschema_jobs_handler_cpp 
	                   patch-kicad_kicad_cli_cpp 
	                   patch-kicad_kicad_manager_frame_cpp 

Log message:
kicad: regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 02:43:17

Added files:
	x11/qt6/qtgrpc/patches: 
	                        patch-src_tools_qtprotobufgen_messagedefinitionprinter_cpp 
	                        patch-src_tools_qtprotobufgen_qprotobufgenerator_cpp 
	                        patch-src_tools_qtprotoccommon_generatorbase_cpp 
	                        patch-src_tools_qtprotoccommon_generatorcommon_cpp 
	                        patch-src_tools_qtprotoccommon_utils_cpp 

Log message:
qtgrpc: fix build with protobuf 6.30


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 02:43:56

Added files:
	x11/qt6/qtgrpc/patches: 
	                        patch-src_tools_qtprotoccommon_generatorcommon_h 
	                        patch-src_tools_qtprotoccommon_utils_h 

Log message:
qtgrpc: two more files needed...


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2025/04/15 03:22:25

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
Cast signalled_keydrop to int when logging to prevent warning on
platforms where sig_atomic_t is not the same as int.  bz#3811, patch
from jlduran at gmail com.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jtt@cvs.openbsd.org	2025/04/15 04:23:35

Modified files:
	graphics/py-pivy: Makefile distinfo 

Log message:
graphics/py-pivy: update to 0.6.10

ok tb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jtt@cvs.openbsd.org	2025/04/15 04:24:28

Modified files:
	devel/py-test-check: Makefile distinfo 

Log message:
devel/py-test-check: update to 2.5.3

ok tb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 04:56:34

Modified files:
	net/icinga/icingadb: Makefile distinfo modules.inc 
	net/icinga/icingadb/pkg: README 

Log message:
update to icingadb-1.3.0, from Alvar Penning (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 04:57:12

Modified files:
	geo            : Makefile 

Log message:
typo: py-morcantile -> py-morecantile


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 05:05:55

Modified files:
	www/py-multidict: distinfo 

Log message:
unbreak multidict - no idea why, but cvs didn't commit distinfo


CVSROOT:	/cvs
Module name:	ports
Changes by:	jtt@cvs.openbsd.org	2025/04/15 05:25:41

Modified files:
	graphics/py-pivy: Makefile 
	devel/py-test-check: Makefile 

Log message:
py-{pivy,test-check}: Avoid running tests against older versions

suggested by sthen@ and ok tb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 05:45:07

Removed files:
	devel/cmake/patches: patch-Source_cmCurl_cxx 

Log message:
devel/cmake: unbreak by removing no longer needed patch


CVSROOT:	/cvs
Module name:	src
Changes by:	mvs@cvs.openbsd.org	2025/04/15 06:14:06

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
Release `sb_mtx' mutex(9) while doing sleeping m_copym(..., M_WAIT) in
soreceive() and somove(). It is possible in both places. We copy only
`len' bytes from the single mbuf(9) pointed by `m'. The `len' is always
less than m->m_len. The m->m_len could only grow while `sb_mtx' is
unlocked, but concurrent thread will not override our chunk of
m->m_data. There is no difference with the lockless uiomove(mtod(m)).

Reported-by: syzbot+6cac839a17bc8be499d7@syzkaller.appspotmail.com

ok bluhm


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 06:18:02

Modified files:
	astro/py-astropy-iers-data: Makefile distinfo 

Log message:
update to py3-astropy-iers-data-0.2025.4.14.0.37.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 06:18:38

Modified files:
	net/scamper    : Makefile distinfo 

Log message:
update to scamper-20250401


CVSROOT:	/cvs
Module name:	ports
Changes by:	jtt@cvs.openbsd.org	2025/04/15 06:25:31

Modified files:
	net/senpai     : Makefile distinfo 

Log message:
net/senpai: update to 0.4.1

ok tb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 06:53:44

Modified files:
	net/miniupnp/miniupnpc: Makefile distinfo 

Log message:
update to miniupnpc-2.2.7
(newer versions have some API changes that need chasing)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:05:33

Modified files:
	net/miniupnp/miniupnpd: Makefile distinfo 
	net/miniupnp/miniupnpd/patches: patch-Makefile_bsd 
	net/miniupnp/miniupnpd/pkg: PLIST 

Log message:
update to miniupnpd-2.3.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:09:20

Modified files:
	www/py-aiohttp : Makefile distinfo 

Log message:
update to py3-aiohttp-3.11.16


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:15:43

ports/devel/py-calver/patches

Update of /cvs/ports/devel/py-calver/patches
In directory cvs.openbsd.org:/tmp/cvs-serv75652/patches

Log Message:
Directory /cvs/ports/devel/py-calver/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 07:19:12

Modified files:
	www/mozilla-firefox: Makefile distinfo 
	www/firefox-i18n: Makefile.inc distinfo 

Log message:
www/mozilla-firefox: update to 137.0.2

see https://www.mozilla.org/en-US/firefox/137.0.2/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-25/


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 07:20:39

Modified files:
	www/mozilla-firefox: Tag: OPENBSD_7_6 Makefile distinfo 

Log message:
www/mozilla-firefox: update to 137.0.2.

see https://www.mozilla.org/en-US/firefox/137.0.2/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-25/


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:30:36

Modified files:
	devel/py-calver: Makefile distinfo 
Added files:
	devel/py-calver/patches: patch-pyproject_toml 

Log message:
update to py3-calver-2025.4.2

some messing about with 'license' in pyproject.toml; setuptools 77.0 added
handling of 'license = "some-spdx-string"' (not previously supported) and
added a warning if the old syntax 'license = {text = "some-spdx-string"}'
is used. calver started using the new syntax and requiring a newer version
of setuptools.

imho this is rather unhelpful of setuptools.

re https://github.com/di/calver/pull/19, https://github.com/di/calver/pull/21


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:31:27

Modified files:
	net/bird/3     : Makefile distinfo 
	net/bird/3/patches: patch-sysdep_bsd_sysio_h 

Log message:
update to bird-3.1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:31:29

Modified files:
	net/bird/2     : Makefile distinfo 
	net/bird/2/patches: patch-sysdep_bsd_sysio_h 

Log message:
update to bird-2.17


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:32:51

Modified files:
	www/hiawatha   : Makefile distinfo 
	www/hiawatha/patches: patch-CMakeLists_txt 

Log message:
update to hiawatha-11.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:42:26

Modified files:
	devel/py-bitarray: Makefile distinfo 

Log message:
update to py3-bitarray-3.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:47:29

ports/net/tg/patches

Update of /cvs/ports/net/tg/patches
In directory cvs.openbsd.org:/tmp/cvs-serv59954/patches

Log Message:
Directory /cvs/ports/net/tg/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2025/04/15 07:55:32

Modified files:
	www/goaccess   : Makefile distinfo 
	www/goaccess/patches: patch-config_goaccess_conf 
	                      patch-src_browsers_c 

Log message:
update to goaccess-1.9.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 07:56:00

Modified files:
	net/tg         : Makefile distinfo 
Added files:
	net/tg/patches : patch-pyproject_toml patch-tg_config_py 
	                 patch-tg_utils_py 

Log message:
update to tg-0.22.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 08:12:19

Modified files:
	www/qutebrowser: Makefile distinfo 

Log message:
update to qutebrowser-3.5.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 08:15:25

Modified files:
	devel/acpica   : Makefile distinfo 

Log message:
update to acpica-20250404


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 08:17:48

Modified files:
	comms/zigbee2mqtt: Makefile distinfo 
	comms/zigbee2mqtt/pkg: PLIST 

Log message:
update to zigbee2mqtt-2.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 08:21:17

Modified files:
	net/librenms   : Makefile distinfo 
	net/librenms/patches: 
	                      patch-LibreNMS_Exceptions_UnserializableRouteCache_php 
	                      patch-LibreNMS_Validations_Php_php 
	                      patch-LibreNMS_Validations_System_php 
	                      patch-app_ConfigRepository_php 
	                      patch-misc_config_definitions_json 
	net/librenms/pkg: PLIST 

Log message:
update to librenms-25.4.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 08:22:35

Modified files:
	net/py-cares   : Makefile distinfo 
	net/py-cares/pkg: PLIST 

Log message:
update to py3-cares-4.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/15 08:31:44

Modified files:
	sysutils/docker-compose: Makefile distinfo modules.inc 

Log message:
sysutils/docker-compose: update to 2.35.0

Changes:
- https://github.com/docker/compose/releases/tag/v2.35.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 10:10:50

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 
	mail/thunderbird-i18n: Makefile.inc distinfo 

Log message:
mail/mozilla-thunderbird: update to 128.9.2

see https://www.thunderbird.net/en-US/thunderbird/128.9.2esr/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-27/


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 10:12:01

Modified files:
	mail/mozilla-thunderbird: Tag: OPENBSD_7_6 Makefile distinfo 

Log message:
mail/mozilla-thunderbird: MFC update to 128.9.2.

see https://www.thunderbird.net/en-US/thunderbird/128.9.2esr/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-27/


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/15 11:29:05

Modified files:
	x11/qt6/qtbase : Makefile 
Added files:
	x11/qt6/qtbase/patches: patch-cmake_QtPublicPluginHelpers_cmake 
Removed files:
	x11/qt6/qtbase/patches: patch-cmake_QtPostProcessHelpers_cmake 

Log message:
x11/qt6/qtbase: drop patch that doesn't apply and patch the right file

patch failure reported by tb@
the cmake goo was probably moved around between 6.8.2 & 6.8.3.

bump REVISION-main to be on the safe side


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/15 12:03:55

Modified files:
	cad/kicad-share/packages3D: distinfo 
	cad/kicad-share/packages3D/pkg: PLIST 

Log message:
Fix pacakge by regen distfile and update plist

GitLab has generated an incomplete archive although the tag has not changed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2025/04/15 12:45:51

Modified files:
	textproc/tree-sitter: Makefile distinfo 
	textproc/tree-sitter/patches: patch-Makefile 

Log message:
textproc/tree-sitter: upgrade to version 0.25.3.

Required for neovim-0.11.0.

Diff from Laurent Cheylus, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2025/04/15 12:53:25

Modified files:
	editors/neovim : Makefile distinfo 
	editors/neovim/pkg: PLIST 

Log message:
editors/neovim: upgrade to version 0.11.0.

Diff from Laurent Cheylus, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/15 13:09:23

Modified files:
	lang/gleam     : Makefile crates.inc distinfo 

Log message:
lang/gleam: Update to 1.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/15 13:25:57

Modified files:
	sysutils/fzf   : Makefile distinfo modules.inc 

Log message:
sysutils/fzf: Update to 0.61.1

From Laurent Cheylus (Maintainer), thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 13:28:05

Modified files:
	x11/dunst      : Makefile distinfo 
	x11/dunst/patches: patch-config_mk patch-docs_dunst_1_pod 
	                   patch-docs_dunst_5_pod patch-dunstrc 
	x11/dunst/pkg  : PLIST 
Added files:
	x11/dunst/patches: patch-src_utils_c 
Removed files:
	x11/dunst/patches: patch-dunstify_c patch-src_dunst_c 
	                   patch-src_input_c patch-src_notification_c 
	                   patch-src_settings_h patch-src_x11_x_c 

Log message:
update to dunst-1.12.2, from Alvar Penning
maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/15 13:32:06

Modified files:
	graphics/py-Pillow: Makefile distinfo 
	graphics/py-Pillow/patches: patch-setup_py 
	graphics/py-Pillow/pkg: PLIST 
Added files:
	graphics/py-Pillow/patches: patch-pyproject_toml 

Log message:
update to py3-Pillow-11.2.1
patch for setuptools license messup


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2025/04/15 13:34:02

Modified files:
	archivers/xz   : Makefile distinfo 
Removed files:
	archivers/xz/patches: 
	                      patch-src_liblzma_common_stream_decoder_mt_c 

Log message:
archivers/xz: update to 5.8.1

liblzma:
- Add low-level APIs for RISC-V, ARM64, and x86 BCJ filters

xz:
- Synchronize the output file and its directory using fsync() before
deleting the input file.
- Add --no-sync to disable the sync-before-delete behavior.
- Make --single-stream imply --keep.


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/15 13:35:50

Modified files:
	www/pipe-viewer: Makefile distinfo 

Log message:
www/pipe-viewer: Update to 0.5.5

From Stefan Moran (Maintainer), thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	kmos@cvs.openbsd.org	2025/04/15 14:36:43

Modified files:
	lang/python/3  : Makefile distinfo 
	lang/python/3/patches: patch-Modules__hashopenssl_c 
	                       patch-Modules__ssl_c 
	lang/python/3/pkg: PLIST-main PLIST-tests 

Log message:
https://docs.python.org/release/3.12.10/whatsnew/changelog.html#python-3-12-10

A couple of security fixes.

ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2025/04/15 19:45:46

Modified files:
	games/xmoto    : Makefile distinfo 
	games/xmoto/patches: patch-doc_CMakeLists_txt patch-doc_xmoto_6 
	                     patch-src_CMakeLists_txt 
	                     patch-src_helpers_System_cpp 

Log message:
update to xmoto-0.6.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 22:22:33

Log message:
    import jjui, a terminal user interface for Jujutsu, ok volker
    
    jjui is a terminal user interface for working with the Jujutsu
    version control system. It has support for changing the revset
    with autocomplete, rebase, showing revision details, bookmarks,
    op log and other features in a self-explanatory interface.
    
    https://github.com/idursun/jjui
    
    Status:
    
    Vendor Tag:	tb
    Release Tags:	tb_20250416
    
    N ports/devel/jjui/modules.inc
    N ports/devel/jjui/Makefile
    N ports/devel/jjui/distinfo
    N ports/devel/jjui/pkg/DESCR
    N ports/devel/jjui/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 22:23:12

Modified files:
	devel          : Makefile 

Log message:
+jjui


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/15 22:47:30

Modified files:
	security/wycheproof-testvectors: Makefile distinfo 
	security/wycheproof-testvectors/pkg: PLIST 

Log message:
Update wycheproof testvectors to 20250405


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/16 00:24:20

Modified files:
	security/openssl-ruby-tests: Makefile distinfo 

Log message:
Update to openssl-ruby-tests 20250409


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/16 00:58:21

Modified files:
	geo/py-morecantile: Makefile distinfo 

Log message:
geo/py-morecantile: update to 6.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/16 01:02:48

Modified files:
	geo/py-proj    : Makefile distinfo 
	geo/py-proj/pkg: PLIST 

Log message:
geo/py-proj: update to 3.7.1.

see https://github.com/pyproj4/pyproj/releases/tag/3.7.1
fix tests and HOMEPAGE while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/16 01:09:17

Modified files:
	print/weasyprint: Makefile distinfo 

Log message:
print/weasyprint: update to 65.1.

see https://github.com/Kozea/WeasyPrint/releases/tag/v65.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 01:19:54

Modified files:
	graphics/py-opengl: Makefile distinfo 
	graphics/py-opengl/pkg: PLIST 

Log message:
update to py3-opengl-3.1.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 01:20:07

Modified files:
	sysutils/borgmatic: Makefile distinfo 
	sysutils/borgmatic/pkg: PLIST 

Log message:
update to borgmatic-2.0.3

there were various config changes, you may want to review release
notes, especially if you use hooks


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/16 01:26:42

Modified files:
	devel/bear     : Makefile 
	devel/bear/pkg : README 

Log message:
Build kernel JSON Compilation Database doc fix

We have to set "--force-wrapper" to create a compile_commands.json for the
OpenBSD kernel.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/16 01:52:46

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: patch-build_config_clang_BUILD_gn 
	                      patch-media_base_video_frame_cc 
	                      patch-media_base_video_frame_h 
	                      patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc 
Added files:
	www/chromium/patches: patch-ui_views_style_platform_style_h 

Log message:
update to 135.0.7049.95


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/16 02:04:09

Log message:
    import devel/py-wapiti_swagger
    
    The Wapiti Swagger Parser is a Python library designed to parse Swagger
    (OpenAPI) specifications and extract the necessary information to
    generate valid HTTP requests. It focuses on providing a clean,
    programmatic interface for analyzing Swagger files and creating request
    templates without relying on external tools for OpenAPI processing.
    
    OK sthen@
    
    Status:
    
    Vendor Tag:	kirill
    Release Tags:	kirill_20250416
    
    N ports/devel/py-wapiti_swagger/Makefile
    N ports/devel/py-wapiti_swagger/distinfo
    N ports/devel/py-wapiti_swagger/pkg/DESCR
    N ports/devel/py-wapiti_swagger/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/16 02:05:33

Modified files:
	devel          : Makefile 

Log message:
+devel/py-wapiti_swagger

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/16 02:08:23

Modified files:
	security/wapiti: Makefile distinfo 

Log message:
security/wapiti: update to 3.2.4

Changes:
- https://github.com/wapiti-scanner/wapiti/releases/tag/3.2.3
- https://github.com/wapiti-scanner/wapiti/releases/tag/3.2.4

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/16 02:12:29

Modified files:
	devel/py-dirty-equals: Makefile distinfo 

Log message:
devel/py-dirty-equals: update to 0.9.0

from MAINTAINER Renaud Allard


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 02:17:38

Modified files:
	www/py-multidict/pkg: PLIST 

Log message:
regen PLIST to unbreak. I already had this locally, and cvs diff / cvs up
didn't show anything uncommitted, but it seems that only the Makefile part
of the commit actually made it to CVS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/16 02:30:32

Modified files:
	mail/grommunio/gromox: Makefile distinfo 
Removed files:
	mail/grommunio/gromox/patches: patch-include_gromox_ab_tree_hpp 

Log message:
update to 2.45


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/16 02:32:10

Modified files:
	mail/grommunio/web: Makefile distinfo 
	mail/grommunio/web/patches: patch-Makefile patch-init_php 
	                            patch-plugins_files_config_php 

Log message:
update to 3.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/16 02:35:40

Modified files:
	mail/grommunio/admin-api: Makefile distinfo 

Log message:
update to upstream's git HEAD to get bugfixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/16 02:38:21

Modified files:
	mail/grommunio/dav: Makefile distinfo 

Log message:
update to 1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/16 02:40:31

Modified files:
	mail/grommunio/sync: Makefile distinfo 
	mail/grommunio/sync/patches: patch-lib_grommunio_grommunio_php 

Log message:
update to 2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/16 02:42:03

Modified files:
	mail/grommunio/mapi-header-php: Makefile distinfo 

Log message:
update to 1.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/16 03:16:01

Modified files:
	meta/mupen64plus: Makefile 
	emulators/mupen64plus: Makefile.inc 
	emulators/mupen64plus/audio-sdl: Makefile distinfo 
	emulators/mupen64plus/core: Makefile distinfo 
	emulators/mupen64plus/core/patches: patch-projects_unix_Makefile 
	emulators/mupen64plus/input-sdl: Makefile distinfo 
	emulators/mupen64plus/rsp-cxd4: Makefile distinfo 
	emulators/mupen64plus/rsp-hle: Makefile distinfo 
	emulators/mupen64plus/rsp-z64: Makefile distinfo 
	emulators/mupen64plus/rsp-z64/patches: patch-src_rsp_h 
	emulators/mupen64plus/ui-console: Makefile distinfo 
	emulators/mupen64plus/video-arachnoid: Makefile distinfo 
	emulators/mupen64plus/video-glide64: Makefile distinfo 
	emulators/mupen64plus/video-glide64mk2: Makefile distinfo 
	emulators/mupen64plus/video-rice: Makefile distinfo 
	emulators/mupen64plus/video-z64: Makefile distinfo 
	emulators/mupen64plus/video-z64/pkg: PLIST 
Added files:
	emulators/mupen64plus/core/patches: patch-src_device_cart_cart_c 
	                                    patch-src_device_cart_cart_rom_c 
	                                    patch-src_device_cart_flashram_c 
	                                    patch-src_device_cart_flashram_h 
	                                    patch-src_device_cart_is_viewer_c 
	                                    patch-src_device_cart_sram_c 
	                                    patch-src_device_cart_sram_h 
	                                    patch-src_device_r4300_new_dynarec_arm64_assem_arm64_c 
	                                    patch-src_device_r4300_new_dynarec_arm_assem_arm_c 
	                                    patch-src_device_r4300_new_dynarec_new_dynarec_c 
	                                    patch-src_device_r4300_new_dynarec_x64_assem_x64_c 
	                                    patch-src_device_rcp_ai_ai_controller_c 
	                                    patch-src_device_rcp_ai_ai_controller_h 
	                                    patch-src_device_rcp_mi_mi_controller_h 
	                                    patch-src_device_rcp_pi_pi_controller_c 
	                                    patch-src_device_rcp_pi_pi_controller_h 
	                                    patch-src_device_rcp_rdp_rdp_core_c 
	                                    patch-src_device_rcp_rdp_rdp_core_h 
	                                    patch-src_device_rcp_ri_ri_controller_h 
	                                    patch-src_device_rcp_rsp_rsp_core_c 
	                                    patch-src_device_rcp_rsp_rsp_core_h 
	                                    patch-src_device_rcp_si_si_controller_c 
	                                    patch-src_device_rcp_si_si_controller_h 
	                                    patch-src_device_rcp_vi_vi_controller_c 
	                                    patch-src_device_rcp_vi_vi_controller_h 
	                                    patch-src_device_rdram_rdram_c 
	emulators/mupen64plus/rsp-hle/patches: patch-src_jpeg_c 
	emulators/mupen64plus/ui-console/patches: patch-src_main_c 
Removed files:
	emulators/mupen64plus/core/patches: 
	                                    patch-src_device_r4300_idec_h 
	                                    patch-src_main_workqueue_h 
	emulators/mupen64plus/rsp-cxd4/patches: patch-su_c patch-su_h 
	emulators/mupen64plus/video-glide64/patches: 
	                                             patch-src_wrapper_filter_cpp 
	emulators/mupen64plus/video-glide64mk2/patches: 
	                                                patch-src_GlideHQ_TxCache_cpp 
	                                                patch-src_GlideHQ_TxHiResCache_cpp 
	                                                patch-src_GlideHQ_TxHiResCache_h 
	                                                patch-src_GlideHQ_TxTexCache_cpp 

Log message:
Update to mupen64plus-2.6.0.

Backport several security patches that have not yet been merged upstream:
https://github.com/mupen64plus/mupen64plus-core/pull/1080
https://github.com/mupen64plus/mupen64plus-core/pull/1119
https://github.com/mupen64plus/mupen64plus-core/pull/1122
https://github.com/mupen64plus/mupen64plus-core/pull/1123

Add pledge to the mupen64plus binary:
"stdio rpath wpath cpath inet flock unix dns sendfd recvfd prot_exec drm audio"


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2025/04/16 03:16:48

Modified files:
	sys/uvm        : uvm_anon.c uvm_anon.h uvm_init.c 

Log message:
Use pool caches for "struct vm_anon".

ok bluhm@, kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/16 03:28:05

Modified files:
	emulators/es-de: Makefile distinfo 
	emulators/es-de/patches: patch-CMakeLists_txt 
	emulators/es-de/pkg: PLIST 
Removed files:
	emulators/es-de/patches: patch-es-core_src_utils_StringUtil_cpp 

Log message:
Update to es-de-3.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/16 03:30:27

Modified files:
	net/megatools  : Makefile distinfo 

Log message:
Update to megatools-1.11.3.20250401.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/16 03:31:27

Modified files:
	fonts/noto/fonts: Makefile distinfo 

Log message:
Update to noto-fonts-2025.04.01.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/16 03:32:45

Modified files:
	emulators/sameboy: Makefile distinfo 
	emulators/sameboy/patches: patch-Makefile 

Log message:
Update to sameboy-1.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 03:50:31

Modified files:
	www/py-mako    : Makefile distinfo 

Log message:
update to py3-mako-1.3.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 03:50:58

Modified files:
	www/py-beautifulsoup4: Makefile distinfo 

Log message:
update to py3-beautifulsoup4-4.13.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 03:55:47

Modified files:
	devel/p5-DateTime-Tiny: Makefile distinfo 

Log message:
update to p5-DateTime-Tiny-1.08


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 03:56:38

Modified files:
	www/py-multidict: Makefile distinfo 

Log message:
update to py3-multidict-6.4.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 03:58:47

Modified files:
	devel/py-setuptools-rust: Makefile distinfo 

Log message:
update to py3-setuptools-rust-1.11.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 04:00:12

Modified files:
	devel/py-bitstring/pkg: PLIST 

Log message:
fix PLIST, which had a .rej file in, *sigh*


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2025/04/16 05:50:44

Modified files:
	.              : 77.html 

Log message:
mention 'Stability improvements in low-memory situations, especially for MP' for i386


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/16 06:10:05

Log message:
    Import devel/py-typing-inspection 0.4.0
    
    typing-inspection provides tools to inspect type annotations
    at runtime
    
    required by a py-pydantic update.
    
    from MAINTAINER Renaud Allard
    with tweaks & ok sthen@
    
    Status:
    
    Vendor Tag:	rallard
    Release Tags:	landry_20250416
    
    N ports/devel/py-typing-inspection/Makefile
    N ports/devel/py-typing-inspection/distinfo
    N ports/devel/py-typing-inspection/pkg/DESCR
    N ports/devel/py-typing-inspection/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/16 06:11:50

Modified files:
	devel          : Makefile 

Log message:
devel/Makefile: +py-typing-inspection


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2025/04/16 06:51:11

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
Take socket lock in TCP input.

In preparation to run tcp_input() in parallel, the socket has to
be locked while processing incoming TCP packets.  After inpcb lookup,
in addition take the socket lock and increase the socket reference
counter.  The function in_pcbsolock_ref() upgrades a from a locked
inpcb to a locked socket by using mutex and refcount.  syn_cache_get()
unlocks the listen socket and returns a locked socket, syn_cache_add()
relies on socket lock.

With this commit, exclusive net lock is still held.  TCP thoughput
gets slower by 6% due to the additional mutex and refcount.  But I
want to see if locking and refcount works, before switching tcp_input()
to shared net lock.  Running TCP in parallel will more than compensate
the cost of locking.

tested as part of parallel TCP input by Mark Patruck, Hrvoje Popovski
OK mvs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/16 07:18:36

Modified files:
	net/ngtcp2     : Makefile distinfo 

Log message:
Update to ngtcp2 1.12.0

https://github.com/ngtcp2/ngtcp2/releases/tag/v1.12.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/16 07:18:39

Modified files:
	www/nghttp3    : Makefile distinfo 

Log message:
Update to nghttp3 1.9.0

https://github.com/ngtcp2/nghttp3/releases/tag/v1.9.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 07:27:37

Modified files:
	net/isc-bind   : Makefile distinfo 
	net/isc-bind/patches: patch-bin_dig_dig_c 

Log message:
update to isc-bind-9.20.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2025/04/16 07:27:53

Modified files:
	net/isc-bind   : Tag: OPENBSD_7_6 Makefile distinfo 
	net/isc-bind/patches: Tag: OPENBSD_7_6 patch-bin_dig_dig_c 

Log message:
update to isc-bind-9.20.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/16 08:48:22

Modified files:
	devel/cargo-c  : Makefile crates.inc distinfo 
Removed files:
	devel/cargo-c/patches: 
	                       patch-modcargo-crates_libgit2-sys-0_17_0+1_8_1_build_rs 

Log message:
Update to cargo-c 0.10.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2025/04/16 09:46:39

Modified files:
	infrastructure/db: user.list 

Log message:
recyle UID 593 (former _nginx, removed in 2012) for _gotwebd
ok rsadowski, jca


CVSROOT:	/cvs
Module name:	src
Changes by:	jan@cvs.openbsd.org	2025/04/16 11:17:06

Modified files:
	sys/dev/pci    : if_ixl.c 
	sys/netinet    : tcp_input.c tcp_var.h 

Log message:
Add a software implementation of TCP Large Receive Offload.

This diff adds a SoftLRO implementation in tcp_input.c as its counter
part tcp_chopper() (which is a SoftTSO implementation) in tcp_output.c.

We just use SoftLRO in ixl(4) for now, but default off. Because of some
unclear bugs in ixl(4) and our network stack.  The mbuf chain length
produced by SoftLRO is limited to a maximum of 8.  This avoids
m_defrag() calls in which leads to races in ixl(4) tx/rx interrupts and
mbuf handling.

We also use the packet type field in the receive descriptors to
differentiate between TCP and other Packets.  So, we have two
mbuf lists and non-TCP traffic it not influenced by SoftLRO.
This it not necessary for all drivers, but helps to avoid a
decrease of UDP bulk traffic.

Thanks to all the testers: Mark Patruck, Yuichiro NAITO, Hrvoje Popovski
jj@, lucas@ and bluhm@.

With tweaks from dlg@ and bluhm@.

ok bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	op@cvs.openbsd.org	2025/04/16 11:19:45

Modified files:
	net/profanity  : Makefile distinfo 
	net/profanity/patches: patch-configure_ac 
	net/profanity/pkg: PLIST 
Removed files:
	net/profanity/patches: patch-src_pgp_gpg_c 

Log message:
update net/profanity to 0.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	op@cvs.openbsd.org	2025/04/16 11:26:53

Modified files:
	lang/clojure   : Makefile distinfo 

Log message:
update lang/clojure to 1.12.0.1530

updates default clojure version to 1.12.0;
full changelog: <https://clojure.org/releases/tools>


CVSROOT:	/cvs
Module name:	ports
Changes by:	bket@cvs.openbsd.org	2025/04/16 11:34:38

Modified files:
	net/libfilezilla: Makefile distinfo 
	net/libfilezilla/patches: patch-lib_impersonation_cpp 

Log message:
Update to libfilezilla-0.50.0

Changes: https://lib.filezilla-project.org/

Shared lib requires a major bump because of some removals.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bket@cvs.openbsd.org	2025/04/16 11:35:28

Modified files:
	net/filezilla  : Makefile distinfo 
	net/filezilla/patches: patch-configure_ac 
	                       patch-src_engine_Makefile_am 

Log message:
Update to filezilla-3.69.0

Changes: https://filezilla-project.org/versions.php

libfzclient-commonui-private requires a minor bump, libfzclient-private
a major.


CVSROOT:	/cvs
Module name:	ports
Changes by:	op@cvs.openbsd.org	2025/04/16 11:36:31

Modified files:
	lang/fennel    : Makefile distinfo 
	lang/fennel/patches: patch-test_cli_fnl patch-test_irc_lua 
Removed files:
	lang/fennel/patches: patch-test_parser_fnl 

Log message:
update lang/fennel to 1.5.3

changelog: <https://fennel-lang.org/v1.5.3/>


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/16 11:46:13

Modified files:
	www/iridium    : Makefile distinfo 
	www/iridium/patches: patch-BUILD_gn 
	                     patch-apps_ui_views_app_window_frame_view_cc 
	                     patch-base_BUILD_gn 
	                     patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn 
	                     patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_internals_posix_h 
	                     patch-base_debug_stack_trace_cc 
	                     patch-base_files_file_util_posix_cc 
	                     patch-base_files_file_util_unittest_cc 
	                     patch-base_linux_util_cc 
	                     patch-base_logging_unittest_cc 
	                     patch-base_message_loop_message_pump_glib_cc 
	                     patch-base_process_internal_linux_h 
	                     patch-base_process_launch_posix_cc 
	                     patch-base_process_process_metrics_unittest_cc 
	                     patch-base_profiler_sampling_profiler_thread_token_cc 
	                     patch-base_profiler_sampling_profiler_thread_token_h 
	                     patch-base_profiler_stack_base_address_posix_cc 
	                     patch-base_profiler_stack_sampling_profiler_unittest_cc 
	                     patch-base_profiler_thread_delegate_posix_cc 
	                     patch-base_test_launcher_test_launcher_cc 
	                     patch-base_threading_platform_thread_h 
	                     patch-base_threading_platform_thread_posix_cc 
	                     patch-base_threading_platform_thread_unittest_cc 
	                     patch-build_config_clang_BUILD_gn 
	                     patch-build_config_compiler_BUILD_gn 
	                     patch-build_config_ozone_gni 
	                     patch-build_toolchain_gcc_toolchain_gni 
	                     patch-build_toolchain_toolchain_gni 
	                     patch-chrome_app_chrome_main_delegate_cc 
	                     patch-chrome_browser_BUILD_gn 
	                     patch-chrome_browser_about_flags_cc 
	                     patch-chrome_browser_after_startup_task_utils_cc 
	                     patch-chrome_browser_browser_features_cc 
	                     patch-chrome_browser_browser_process_impl_cc 
	                     patch-chrome_browser_browser_process_impl_h 
	                     patch-chrome_browser_chrome_browser_field_trials_cc 
	                     patch-chrome_browser_chrome_browser_interface_binders_cc 
	                     patch-chrome_browser_chrome_browser_main_cc 
	                     patch-chrome_browser_chrome_browser_main_extra_parts_ozone_cc 
	                     patch-chrome_browser_chrome_browser_main_linux_cc 
	                     patch-chrome_browser_chrome_browser_main_posix_cc 
	                     patch-chrome_browser_chrome_content_browser_client_cc 
	                     patch-chrome_browser_chrome_content_browser_client_h 
	                     patch-chrome_browser_component_updater_registration_cc 
	                     patch-chrome_browser_component_updater_wasm_tts_engine_component_installer_cc 
	                     patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc 
	                     patch-chrome_browser_defaults_cc 
	                     patch-chrome_browser_device_identity_device_oauth2_token_service_factory_cc 
	                     patch-chrome_browser_diagnostics_diagnostics_writer_h 
	                     patch-chrome_browser_download_chrome_download_manager_delegate_cc 
	                     patch-chrome_browser_download_download_file_picker_cc 
	                     patch-chrome_browser_download_download_item_model_cc 
	                     patch-chrome_browser_download_download_prefs_cc 
	                     patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc 
	                     patch-chrome_browser_enterprise_connectors_common_cc 
	                     patch-chrome_browser_enterprise_connectors_connectors_service_cc 
	                     patch-chrome_browser_enterprise_connectors_device_trust_device_trust_service_factory_cc 
	                     patch-chrome_browser_enterprise_connectors_device_trust_signals_signals_service_factory_cc 
	                     patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc 
	                     patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h 
	                     patch-chrome_browser_enterprise_signin_interstitials_managed_profile_required_page_cc 
	                     patch-chrome_browser_enterprise_util_managed_browser_utils_cc 
	                     patch-chrome_browser_extensions_BUILD_gn 
	                     patch-chrome_browser_extensions_api_management_chrome_management_api_delegate_cc 
	                     patch-chrome_browser_extensions_api_settings_private_prefs_util_cc 
	                     patch-chrome_browser_extensions_api_tabs_tabs_api_cc 
	                     patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc 
	                     patch-chrome_browser_extensions_external_provider_impl_cc 
	                     patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc 
	                     patch-chrome_browser_first_run_first_run_dialog_h 
	                     patch-chrome_browser_first_run_first_run_internal_h 
	                     patch-chrome_browser_flag_descriptions_cc 
	                     patch-chrome_browser_flag_descriptions_h 
	                     patch-chrome_browser_gcm_gcm_profile_service_factory_cc 
	                     patch-chrome_browser_global_features_cc 
	                     patch-chrome_browser_headless_headless_mode_util_cc 
	                     patch-chrome_browser_media_audio_service_util_cc 
	                     patch-chrome_browser_media_router_discovery_BUILD_gn 
	                     patch-chrome_browser_media_webrtc_chrome_screen_enumerator_cc 
	                     patch-chrome_browser_media_webrtc_chrome_screen_enumerator_h 
	                     patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc 
	                     patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc 
	                     patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc 
	                     patch-chrome_browser_metrics_chrome_metrics_service_client_cc 
	                     patch-chrome_browser_metrics_perf_cpu_identity_cc 
	                     patch-chrome_browser_net_system_network_context_manager_cc 
	                     patch-chrome_browser_notifications_notification_display_service_impl_cc 
	                     patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc 
	                     patch-chrome_browser_password_manager_chrome_password_manager_client_cc 
	                     patch-chrome_browser_password_manager_password_reuse_manager_factory_cc 
	                     patch-chrome_browser_platform_util_linux_cc 
	                     patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc 
	                     patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc 
	                     patch-chrome_browser_policy_device_management_service_configuration_cc 
	                     patch-chrome_browser_policy_policy_value_and_status_aggregator_cc 
	                     patch-chrome_browser_prefs_browser_prefs_cc 
	                     patch-chrome_browser_prefs_pref_service_incognito_allowlist_cc 
	                     patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc 
	                     patch-chrome_browser_screen_ai_screen_ai_install_state_cc 
	                     patch-chrome_browser_sessions_session_restore_cc 
	                     patch-chrome_browser_sharing_sharing_handler_registry_impl_cc 
	                     patch-chrome_browser_signin_accounts_policy_manager_cc 
	                     patch-chrome_browser_signin_signin_util_cc 
	                     patch-chrome_browser_sync_chrome_sync_controller_builder_cc 
	                     patch-chrome_browser_sync_device_info_sync_client_impl_cc 
	                     patch-chrome_browser_sync_sync_service_factory_cc 
	                     patch-chrome_browser_themes_theme_helper_cc 
	                     patch-chrome_browser_themes_theme_service_factory_cc 
	                     patch-chrome_browser_ui_actions_chrome_action_id_h 
	                     patch-chrome_browser_ui_browser_command_controller_cc 
	                     patch-chrome_browser_ui_browser_commands_cc 
	                     patch-chrome_browser_ui_signin_signin_view_controller_cc 
	                     patch-chrome_browser_ui_signin_signin_view_controller_delegate_h 
	                     patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc 
	                     patch-chrome_browser_ui_tab_helpers_cc 
	                     patch-chrome_browser_ui_tabs_features_cc 
	                     patch-chrome_browser_ui_task_manager_task_manager_table_model_cc 
	                     patch-chrome_browser_ui_ui_features_cc 
	                     patch-chrome_browser_ui_ui_features_h 
	                     patch-chrome_browser_ui_views_frame_browser_frame_cc 
	                     patch-chrome_browser_ui_views_frame_browser_frame_view_layout_linux_native_cc 
	                     patch-chrome_browser_ui_views_frame_browser_view_cc 
	                     patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc 
	                     patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc 
	                     patch-chrome_browser_ui_views_frame_system_menu_model_delegate_cc 
	                     patch-chrome_browser_ui_views_frame_tab_strip_region_view_cc 
	                     patch-chrome_browser_ui_views_omnibox_omnibox_view_views_cc 
	                     patch-chrome_browser_ui_views_passwords_password_bubble_view_base_cc 
	                     patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc 
	                     patch-chrome_browser_ui_views_profiles_profile_menu_view_cc 
	                     patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc 
	                     patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h 
	                     patch-chrome_browser_ui_views_tabs_dragging_tab_drag_controller_cc 
	                     patch-chrome_browser_ui_views_tabs_tab_cc 
	                     patch-chrome_browser_ui_views_tabs_tab_hover_card_bubble_view_cc 
	                     patch-chrome_browser_ui_views_tabs_tab_style_views_cc 
	                     patch-chrome_browser_ui_views_user_education_browser_user_education_service_cc 
	                     patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc 
	                     patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_h 
	                     patch-chrome_browser_ui_webui_chrome_web_ui_configs_cc 
	                     patch-chrome_browser_ui_webui_interstitials_interstitial_ui_cc 
	                     patch-chrome_browser_ui_webui_settings_appearance_handler_cc 
	                     patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc 
	                     patch-chrome_browser_web_applications_commands_launch_web_app_command_cc 
	                     patch-chrome_browser_web_applications_os_integration_os_integration_manager_cc 
	                     patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc 
	                     patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc 
	                     patch-chrome_browser_webauthn_enclave_manager_cc 
	                     patch-chrome_browser_webauthn_unexportable_key_utils_cc 
	                     patch-chrome_common_channel_info_h 
	                     patch-chrome_common_channel_info_posix_cc 
	                     patch-chrome_common_chrome_features_cc 
	                     patch-chrome_common_chrome_features_h 
	                     patch-chrome_common_chrome_paths_cc 
	                     patch-chrome_common_chrome_paths_h 
	                     patch-chrome_common_chrome_switches_cc 
	                     patch-chrome_common_chrome_switches_h 
	                     patch-chrome_common_crash_keys_cc 
	                     patch-chrome_common_extensions_extension_constants_cc 
	                     patch-chrome_common_extensions_extension_constants_h 
	                     patch-chrome_common_media_cdm_registration_cc 
	                     patch-chrome_common_media_cdm_registration_h 
	                     patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h 
	                     patch-chrome_common_pref_names_h 
	                     patch-chrome_common_url_constants_h 
	                     patch-chrome_common_webui_url_constants_h 
	                     patch-chrome_test_chromedriver_keycode_text_conversion_unittest_cc 
	                     patch-chrome_utility_services_cc 
	                     patch-chromecast_browser_cast_content_browser_client_cc 
	                     patch-chromecast_cast_core_runtime_browser_runtime_application_service_impl_cc 
	                     patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_cc 
	                     patch-components_autofill_core_browser_integrators_autofill_optimization_guide_cc 
	                     patch-components_autofill_core_common_autofill_payments_features_cc 
	                     patch-components_autofill_core_common_autofill_prefs_cc 
	                     patch-components_autofill_core_common_autofill_prefs_h 
	                     patch-components_commerce_core_commerce_feature_list_cc 
	                     patch-components_device_signals_core_browser_signals_aggregator_impl_h 
	                     patch-components_device_signals_core_common_signals_features_cc 
	                     patch-components_device_signals_core_common_signals_features_h 
	                     patch-components_device_signals_test_signals_contract_cc 
	                     patch-components_embedder_support_user_agent_utils_cc 
	                     patch-components_embedder_support_user_agent_utils_unittest_cc 
	                     patch-components_feature_engagement_public_feature_configurations_cc 
	                     patch-components_feature_engagement_public_feature_constants_cc 
	                     patch-components_feature_engagement_public_feature_constants_h 
	                     patch-components_feature_engagement_public_feature_list_cc 
	                     patch-components_feature_engagement_public_feature_list_h 
	                     patch-components_metrics_dwa_dwa_service_cc 
	                     patch-components_metrics_metrics_log_cc 
	                     patch-components_named_mojo_ipc_server_connection_info_h 
	                     patch-components_os_crypt_sync_os_crypt_h 
	                     patch-components_password_manager_core_browser_features_password_features_cc 
	                     patch-components_password_manager_core_browser_password_form_manager_cc 
	                     patch-components_password_manager_core_browser_password_manager_cc 
	                     patch-components_password_manager_core_browser_password_manager_client_h 
	                     patch-components_password_manager_core_browser_stub_password_manager_client_cc 
	                     patch-components_password_manager_core_common_password_manager_pref_names_h 
	                     patch-components_permissions_prediction_service_prediction_common_cc 
	                     patch-components_policy_core_browser_policy_pref_mapping_test_cc 
	                     patch-components_policy_core_common_cloud_cloud_policy_client_cc 
	                     patch-components_safe_browsing_core_browser_realtime_url_lookup_service_base_cc 
	                     patch-components_search_engines_template_url_service_cc 
	                     patch-components_supervised_user_core_common_features_cc 
	                     patch-components_supervised_user_core_common_features_h 
	                     patch-components_sync_preferences_common_syncable_prefs_database_cc 
	                     patch-components_user_education_views_help_bubble_view_cc 
	                     patch-components_viz_service_display_skia_renderer_cc 
	                     patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc 
	                     patch-content_app_content_main_cc 
	                     patch-content_app_content_main_runner_impl_cc 
	                     patch-content_browser_BUILD_gn 
	                     patch-content_browser_child_thread_type_switcher_linux_cc 
	                     patch-content_browser_gpu_compositor_util_cc 
	                     patch-content_browser_gpu_gpu_data_manager_impl_private_cc 
	                     patch-content_browser_gpu_gpu_process_host_cc 
	                     patch-content_browser_renderer_host_render_process_host_impl_cc 
	                     patch-content_browser_renderer_host_render_process_host_impl_h 
	                     patch-content_child_BUILD_gn 
	                     patch-content_child_child_process_cc 
	                     patch-content_common_user_agent_cc 
	                     patch-content_gpu_gpu_main_cc 
	                     patch-content_public_browser_content_browser_client_cc 
	                     patch-content_public_common_content_features_cc 
	                     patch-content_public_common_content_switches_cc 
	                     patch-content_public_common_content_switches_h 
	                     patch-content_renderer_render_thread_impl_cc 
	                     patch-content_renderer_renderer_blink_platform_impl_cc 
	                     patch-content_shell_BUILD_gn 
	                     patch-content_shell_browser_shell_browser_main_parts_cc 
	                     patch-device_gamepad_BUILD_gn 
	                     patch-extensions_browser_api_messaging_message_service_cc 
	                     patch-extensions_common_api__permission_features_json 
	                     patch-google_apis_gcm_engine_heartbeat_manager_cc 
	                     patch-gpu_command_buffer_service_shared_context_state_cc 
	                     patch-gpu_command_buffer_service_shared_context_state_h 
	                     patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc 
	                     patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc 
	                     patch-gpu_command_buffer_service_shared_image_shared_image_manager_cc 
	                     patch-gpu_config_gpu_finch_features_cc 
	                     patch-gpu_config_gpu_info_collector_cc 
	                     patch-gpu_config_gpu_test_config_cc 
	                     patch-gpu_ipc_service_gpu_init_cc 
	                     patch-gpu_vulkan_vulkan_util_cc 
	                     patch-headless_lib_browser_headless_browser_main_parts_posix_cc 
	                     patch-headless_lib_browser_headless_content_browser_client_cc 
	                     patch-headless_lib_browser_headless_content_browser_client_h 
	                     patch-headless_lib_browser_headless_web_contents_impl_cc 
	                     patch-media_audio_BUILD_gn 
	                     patch-media_base_audio_latency_cc 
	                     patch-media_base_media_switches_cc 
	                     patch-media_base_media_switches_h 
	                     patch-media_base_video_frame_cc 
	                     patch-media_base_video_frame_h 
	                     patch-media_capture_video_create_video_capture_device_factory_cc 
	                     patch-media_capture_video_video_capture_buffer_tracker_factory_impl_cc 
	                     patch-media_capture_video_video_capture_device_client_cc 
	                     patch-media_cdm_cdm_paths_unittest_cc 
	                     patch-media_cdm_library_cdm_cdm_paths_gni 
	                     patch-media_gpu_chromeos_platform_video_frame_utils_cc 
	                     patch-media_gpu_chromeos_video_decoder_pipeline_cc 
	                     patch-media_gpu_gpu_video_encode_accelerator_factory_cc 
	                     patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc 
	                     patch-media_gpu_test_video_frame_file_writer_cc 
	                     patch-media_gpu_test_video_frame_helpers_cc 
	                     patch-media_gpu_test_video_frame_validator_cc 
	                     patch-media_gpu_vaapi_vaapi_video_decoder_cc 
	                     patch-media_gpu_vaapi_vaapi_wrapper_cc 
	                     patch-media_media_options_gni 
	                     patch-media_mojo_mojom_video_frame_mojom_traits_cc 
	                     patch-media_video_fake_gpu_memory_buffer_cc 
	                     patch-media_webrtc_audio_processor_cc 
	                     patch-mojo_public_tools_bindings_mojom_gni 
	                     patch-net_BUILD_gn 
	                     patch-net_base_network_change_notifier_cc 
	                     patch-net_base_network_change_notifier_passive_cc 
	                     patch-net_http_http_auth_handler_negotiate_cc 
	                     patch-net_http_http_auth_preferences_cc 
	                     patch-net_http_http_auth_preferences_h 
	                     patch-net_socket_socks5_client_socket_cc 
	                     patch-net_socket_udp_socket_posix_cc 
	                     patch-net_socket_udp_socket_unittest_cc 
	                     patch-net_third_party_quiche_BUILD_gn 
	                     patch-net_tools_net_watcher_net_watcher_cc 
	                     patch-net_traffic_annotation_network_traffic_annotation_h 
	                     patch-net_url_request_url_request_cc 
	                     patch-net_url_request_url_request_context_builder_cc 
	                     patch-net_url_request_url_request_context_cc 
	                     patch-net_url_request_url_request_context_h 
	                     patch-pdf_pdfium_pdfium_engine_cc 
	                     patch-printing_backend_print_backend_cups_cc 
	                     patch-remoting_host_chromoting_host_context_cc 
	                     patch-remoting_host_client_session_cc 
	                     patch-remoting_host_it2me_it2me_native_messaging_host_main_cc 
	                     patch-remoting_host_me2me_desktop_environment_cc 
	                     patch-remoting_host_mojo_caller_security_checker_cc 
	                     patch-remoting_host_remoting_me2me_host_cc 
	                     patch-remoting_host_setup_start_host_main_cc 
	                     patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc 
	                     patch-sandbox_linux_BUILD_gn 
	                     patch-sandbox_policy_BUILD_gn 
	                     patch-sandbox_policy_features_cc 
	                     patch-sandbox_policy_sandbox_type_cc 
	                     patch-sandbox_policy_switches_cc 
	                     patch-services_device_BUILD_gn 
	                     patch-services_device_public_cpp_device_features_cc 
	                     patch-services_device_public_cpp_device_features_h 
	                     patch-services_device_public_mojom_BUILD_gn 
	                     patch-services_device_serial_BUILD_gn 
	                     patch-services_device_serial_serial_device_enumerator_cc 
	                     patch-services_network_BUILD_gn 
	                     patch-services_network_network_context_cc 
	                     patch-services_network_network_context_h 
	                     patch-services_network_network_service_cc 
	                     patch-services_network_network_service_h 
	                     patch-services_network_public_cpp_BUILD_gn 
	                     patch-services_network_public_mojom_BUILD_gn 
	                     patch-skia_ext_font_utils_cc 
	                     patch-third_party_abseil-cpp_absl_base_config_h 
	                     patch-third_party_angle_util_BUILD_gn 
	                     patch-third_party_blink_public_platform_platform_h 
	                     patch-third_party_blink_renderer_controller_blink_initializer_cc 
	                     patch-third_party_blink_renderer_core_exported_web_view_impl_cc 
	                     patch-third_party_blink_renderer_core_frame_web_frame_test_cc 
	                     patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc 
	                     patch-third_party_blink_renderer_core_origin_trials_origin_trial_context_cc 
	                     patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc 
	                     patch-third_party_blink_renderer_modules_media_audio_audio_device_factory_cc 
	                     patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc 
	                     patch-third_party_blink_renderer_platform_BUILD_gn 
	                     patch-third_party_blink_renderer_platform_fonts_font_description_cc 
	                     patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc 
	                     patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 
	                     patch-third_party_blink_renderer_platform_wtf_container_annotations_h 
	                     patch-third_party_crashpad_crashpad_client_BUILD_gn 
	                     patch-third_party_dawn_src_dawn_common_Platform_h 
	                     patch-third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp 
	                     patch-third_party_ffmpeg_configure 
	                     patch-third_party_ipcz_src_reference_drivers_random_cc 
	                     patch-third_party_node_node_py 
	                     patch-third_party_perfetto_include_perfetto_base_build_config_h 
	                     patch-third_party_perfetto_src_base_unix_socket_cc 
	                     patch-third_party_perfetto_src_base_utils_cc 
	                     patch-third_party_protobuf_src_google_protobuf_stubs_platform_macros_h 
	                     patch-third_party_speech-dispatcher_libspeechd_version_h 
	                     patch-third_party_webrtc_BUILD_gn 
	                     patch-tools_grit_grit_node_base_py 
	                     patch-tools_json_schema_compiler_cpp_bundle_generator_py 
	                     patch-tools_json_schema_compiler_feature_compiler_py 
	                     patch-tools_perf_chrome_telemetry_build_BUILD_gn 
	                     patch-ui_accessibility_accessibility_features_cc 
	                     patch-ui_accessibility_accessibility_features_h 
	                     patch-ui_base_accelerators_accelerator_cc 
	                     patch-ui_base_accelerators_command_cc 
	                     patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc 
	                     patch-ui_base_resource_resource_bundle_cc 
	                     patch-ui_base_ui_base_features_cc 
	                     patch-ui_base_x_x11_cursor_loader_cc 
	                     patch-ui_color_color_id_h 
	                     patch-ui_compositor_compositor_cc 
	                     patch-ui_compositor_compositor_h 
	                     patch-ui_gfx_BUILD_gn 
	                     patch-ui_gfx_canvas_skia_cc 
	                     patch-ui_gfx_x_atom_cache_cc 
	                     patch-ui_gtk_gtk_compat_cc 
	                     patch-ui_ozone_platform_wayland_common_wayland_util_cc 
	                     patch-ui_ozone_platform_x11_x11_window_cc 
	                     patch-ui_platform_window_platform_window_delegate_cc 
	                     patch-ui_platform_window_platform_window_delegate_h 
	                     patch-ui_views_controls_textfield_textfield_cc 
	                     patch-ui_views_controls_textfield_textfield_h 
	                     patch-ui_views_focus_focus_manager_cc 
	                     patch-ui_views_style_platform_style_cc 
	                     patch-ui_views_views_delegate_cc 
	                     patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc 
	                     patch-ui_views_widget_widget_cc 
	                     patch-v8_BUILD_gn patch-v8_src_api_api_cc 
	                     patch-v8_src_base_platform_platform-posix_cc 
	                     patch-v8_src_execution_isolate_cc 
	                     patch-v8_src_libsampler_sampler_cc 
	                     patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h 
Added files:
	www/iridium/patches: 
	                     patch-chrome_browser_background_extensions_background_mode_manager_cc 
	                     patch-chrome_browser_background_extensions_background_mode_optimizer_cc 
	                     patch-chrome_browser_background_glic_glic_status_icon_cc 
	                     patch-chrome_browser_chrome_browser_interface_binders_webui_cc 
	                     patch-chrome_browser_component_updater_iwa_key_distribution_component_installer_cc 
	                     patch-chrome_browser_component_updater_iwa_key_distribution_component_installer_h 
	                     patch-chrome_browser_component_updater_wasm_tts_engine_component_installer_h 
	                     patch-chrome_browser_feedback_system_logs_about_system_logs_fetcher_cc 
	                     patch-chrome_browser_feedback_system_logs_chrome_system_logs_fetcher_cc 
	                     patch-chrome_browser_ui_views_profiles_avatar_toolbar_button_cc 
	                     patch-chrome_browser_ui_views_profiles_avatar_toolbar_button_h 
	                     patch-chrome_browser_ui_views_profiles_profile_menu_coordinator_cc 
	                     patch-chrome_browser_upgrade_detector_version_history_client_cc 
	                     patch-components_BUILD_gn 
	                     patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_h 
	                     patch-components_autofill_core_browser_payments_bnpl_manager_cc 
	                     patch-components_enterprise_connectors_core_realtime_reporting_client_base_cc 
	                     patch-components_gwp_asan_buildflags_buildflags_gni 
	                     patch-components_named_mojo_ipc_server_named_mojo_server_endpoint_connector_linux_cc 
	                     patch-components_named_system_lock_BUILD_gn 
	                     patch-components_named_system_lock_lock_unittest_cc 
	                     patch-components_webui_flags_flags_state_cc 
	                     patch-content_browser_accessibility_browser_accessibility_state_impl_auralinux_cc 
	                     patch-content_browser_accessibility_browser_accessibility_state_impl_cc 
	                     patch-content_browser_child_thread_type_switcher_linux_h 
	                     patch-content_browser_service_host_utility_process_host_cc 
	                     patch-content_browser_service_host_utility_process_host_receiver_bindings_cc 
	                     patch-content_browser_service_host_utility_sandbox_delegate_cc 
	                     patch-content_browser_web_contents_web_contents_view_aura_unittest_cc 
	                     patch-content_common_thread_type_switcher_mojom 
	                     patch-gpu_command_buffer_service_raster_decoder_unittest_context_lost_cc 
	                     patch-headless_BUILD_gn 
	                     patch-media_gpu_gpu_video_decode_accelerator_factory_cc 
	                     patch-media_mojo_mojom_stable_BUILD_gn 
	                     patch-media_video_fake_gpu_memory_buffer_h 
	                     patch-net_quic_quic_network_transaction_unittest_cc 
	                     patch-net_websockets_websocket_basic_stream_adapters_test_cc 
	                     patch-printing_mojom_printing_context_mojom_traits_unittest_cc 
	                     patch-services_viz_public_mojom_BUILD_gn 
	                     patch-third_party_ipcz_src_BUILD_gn 
	                     patch-third_party_webrtc_modules_video_capture_linux_pipewire_session_cc 
	                     patch-ui_ozone_public_ozone_ui_controls_test_helper_h 
	                     patch-ui_views_BUILD_gn 
	                     patch-ui_views_accessibility_view_accessibility_cc 
	                     patch-ui_views_style_platform_style_h 
Removed files:
	www/iridium/patches: 
	                     patch-chrome_browser_background_background_mode_manager_cc 
	                     patch-chrome_browser_background_background_mode_optimizer_cc 
	                     patch-chrome_browser_glic_launcher_glic_status_icon_cc 
	                     patch-chrome_browser_profiles_profile_manager_cc 
	                     patch-chrome_browser_tab_group_sync_tab_group_sync_service_factory_cc 
	                     patch-components_flags_ui_flags_state_cc 
	                     patch-content_browser_utility_process_host_cc 
	                     patch-content_browser_utility_process_host_receiver_bindings_cc 
	                     patch-content_browser_utility_sandbox_delegate_cc 
	                     patch-net_base_mock_network_change_notifier_cc 
	                     patch-net_base_mock_network_change_notifier_h 
	                     patch-remoting_host_basic_desktop_environment_cc 
	                     patch-remoting_host_desktop_and_cursor_conditional_composer_cc 
	                     patch-remoting_host_desktop_capturer_proxy_cc 
	                     patch-remoting_host_desktop_capturer_wrapper_cc 
	                     patch-remoting_host_it2me_it2me_host_cc 
	                     patch-remoting_host_legacy_interaction_strategy_cc 
	                     patch-remoting_host_mouse_cursor_monitor_proxy_cc 
	                     patch-third_party_webrtc_modules_video_coding_codecs_av1_libaom_av1_encoder_cc 

Log message:
update to 2025.04.135.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/16 11:53:31

Modified files:
	lang/erlang/25 : Makefile distinfo 

Log message:
lang/erlang/25: Update to 25.3.2.20

Fixes CVE-2025-32433


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/16 11:55:13

Modified files:
	lang/erlang/26 : Makefile distinfo 

Log message:
lang/erlang/26: Update to 26.2.5.11

Fixes CVE-2025-32433


CVSROOT:	/cvs
Module name:	ports
Changes by:	volker@cvs.openbsd.org	2025/04/16 11:56:44

Modified files:
	lang/erlang/27 : Makefile distinfo 

Log message:
lang/erlang/27: Update to 27.3.3

Fixes CVE-2025-32433


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/16 13:38:38

Modified files:
	net/ejabberd   : Makefile distinfo modules.inc 
	net/ejabberd/patches: patch-ejabberdctl_template 

Log message:
net/ejabberd: update to 25.04

Contains a security fix for mod_muc_occupantid which fix handling
multiple occupant-id.

Full changelog: https://www.process-one.net/blog/ejabberd-25-04/


CVSROOT:	/cvs
Module name:	ports
Changes by:	danj@cvs.openbsd.org	2025/04/16 15:39:37

Modified files:
	security/gosec : Makefile distinfo modules.inc 

Log message:
Update to gosec-2.22.3

From Laurent Cheylus (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	benno@cvs.openbsd.org	2025/04/16 17:17:30

Modified files:
	.              : 77.html 

Log message:
changes into Nov.


CVSROOT:	/cvs
Module name:	ports
Changes by:	danj@cvs.openbsd.org	2025/04/16 18:43:30

Modified files:
	devel/goreleaser: Makefile distinfo modules.inc 

Log message:
Update to goreleaser-2.8.2

From Laurent Cheylus (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/16 23:53:11

Modified files:
	multimedia/mpvqt: Makefile distinfo 

Log message:
Update mpvqt to 1.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/17 00:16:59

Removed files:
	x11/klavaro/patches: patch-configure 

Log message:
Remove empty file


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/17 01:56:03

Modified files:
	x11/fltk       : Makefile 

Log message:
Enable debug packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/17 01:59:02

Modified files:
	emulators/nestopia: Makefile distinfo 

Log message:
Update to nestopia-1.53.1. Enable debug packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2025/04/17 01:59:56

Modified files:
	audio/vorbis-tools: Makefile distinfo 
	audio/vorbis-tools/patches: patch-configure 
	                            patch-ogg123_Makefile_in 
	                            patch-ogg123_ogg123_c 
	audio/vorbis-tools/pkg: PLIST 
Added files:
	audio/vorbis-tools/patches: patch-tests_test-enc-dec 
Removed files:
	audio/vorbis-tools/patches: patch-oggenc_platform_c 
	                            patch-ogginfo_codec_skeleton_c 

Log message:
audio/vorbis-tools: maintenance update to 1.4.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/17 02:02:04

Modified files:
	www/apertium-apy: Makefile distinfo 
	www/apertium-apy/pkg: PLIST 

Log message:
Update to apertium-apy-0.13.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/17 02:03:15

Modified files:
	comms/sigrok/libserialport: Makefile distinfo 
	comms/sigrok/libserialport/pkg: PLIST 

Log message:
Update to libserialport-0.1.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/17 02:05:44

Modified files:
	net/megatools  : Makefile distinfo 

Log message:
Update to megatools-1.11.4.20250411. Enable debug packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/17 02:09:10

Modified files:
	devel/sdl2-net : Makefile 
Added files:
	devel/sdl2-net/patches: patch-sdl2_net-config_cmake_in 

Log message:
Specify full shared lib filename in cmake file.

Without this, CMake projects that link against 'SDL2_net::SDL2_net'
won't be able to find the library. Patch based on equivalent patches in
sdl, sdl2-image, sdl2-mixer, sdl2-ttf.

ok rsadowski@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/17 02:19:09

Modified files:
	net/libtorrent : Makefile distinfo 
	net/libtorrent/pkg: PLIST 
Added files:
	net/libtorrent/patches: patch-src_net_socket_fd_cc 
	                        patch-src_torrent_net_socket_address_key_h 
Removed files:
	net/libtorrent/patches: patch-src_data_memory_chunk_cc 
	                        patch-src_net_socket_set_h 
	                        patch-src_protocol_extensions_cc 
	                        patch-src_protocol_handshake_cc 
	                        patch-src_protocol_request_list_cc 
	                        patch-src_torrent_common_h 
	                        patch-src_torrent_data_block_failed_h 
	                        patch-src_torrent_data_file_cc 
	                        patch-src_torrent_data_transfer_list_cc 
	                        patch-src_torrent_download_cc 
	                        patch-src_torrent_object_stream_cc 
	                        patch-src_torrent_peer_connection_list_cc 
	                        patch-src_torrent_poll_kqueue_cc 
	                        patch-src_torrent_utils_extents_h 
	                        patch-src_torrent_utils_log_cc 
	                        patch-src_torrent_utils_net_h 
	                        patch-src_utils_diffie_hellman_cc 
	                        patch-src_utils_instrumentation_h 
	                        patch-src_utils_queue_buckets_h 
	                        patch-test_Makefile_in 

Log message:
Update to libtorrent-0.14.0.

with assistance from jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2025/04/17 02:19:47

Modified files:
	net/rtorrent   : Makefile distinfo 
Removed files:
	net/rtorrent/patches: patch-src_core_manager_cc 
	                      patch-src_core_poll_manager_cc 
	                      patch-src_display_window_file_list_cc 
	                      patch-src_rpc_exec_file_cc 
	                      patch-src_rpc_object_storage_cc 
	                      patch-src_signal_handler_cc 
	                      patch-test_Makefile_in 

Log message:
Update to rtorrent-0.10.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	kirill@cvs.openbsd.org	2025/04/17 03:51:55

Modified files:
	sys/dev/ic     : qwz.c 

Log message:
sys/qwz: fix build with enabled QWZ_DEBUG

OK: stsp@


CVSROOT:	/cvs
Module name:	www
Changes by:	benno@cvs.openbsd.org	2025/04/17 04:10:46

Modified files:
	.              : 77.html 

Log message:
some more changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/17 04:48:31

Added files:
	x11/qt6/qtmultimedia/patches: 
	                              patch-src_multimedia_pulseaudio_qpulseaudiosink_cpp 

Log message:
Fix 32-bit builds with PULSEAUDIO option

Spotted by sthen@, fix from FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	thfr@cvs.openbsd.org	2025/04/17 05:42:08

Modified files:
	lang/rsm       : Makefile 

Log message:
Fix HOMEPAGE, thanks fabien@ for pointing this out. Also remove me from
MAINTAINER.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2025/04/17 06:01:26

Modified files:
	sys/kern       : tty_tty.c 

Log message:
change some if statements to switch cases
ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/17 06:18:46

Modified files:
	sysutils/docker-buildx: Makefile distinfo 

Log message:
sysutils/docker-buildx: update to 0.23.0

Changes: https://github.com/docker/buildx/releases/tag/v0.23.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2025/04/17 06:22:26

Modified files:
	www/ungoogled-chromium: Makefile distinfo 
	www/ungoogled-chromium/patches: patch-media_base_video_frame_cc 
	                                patch-media_base_video_frame_h 
	                                patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc 

Log message:
update to 135.0.7049.95


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2025/04/17 06:31:33

Modified files:
	misc/p5-OPCUA-Open62541: Makefile distinfo 

Log message:
update p5-OPCUA-Open62541 to 2.06


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/17 06:42:50

Modified files:
	sys/net        : if_wg.c 

Log message:
typo: property -> properly

From Tim Kuijsten


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2025/04/17 08:13:52

Modified files:
	geo/routino    : Makefile distinfo 

Log message:
update to routino-3.4.2


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/17 08:58:09

Modified files:
	lib/libcrypto/man: CMS_sign.3 EVP_DigestInit.3 
	                   EVP_PKEY_CTX_ctrl.3 
	                   EVP_PKEY_CTX_set_tls1_prf_md.3 
	                   EVP_PKEY_sign.3 EVP_PKEY_verify.3 
	                   EVP_PKEY_verify_recover.3 OCSP_cert_to_id.3 
	                   RSA_sign.3 X509_NAME_hash.3 
	                   X509_get0_signature.3 
	                   X509_get_extension_flags.3 

Log message:
Use hyphenated spelling for the SHAs except for the API

The mix of SHA256 and SHA-256 is jarring, so use FIPS's spelling.
Leave HMAC-SHA256 as it is and fix a nearby RIPEMD-160.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2025/04/17 10:12:57

Added files:
	print/scribus/patches: patch-scribus_pdfwriter_cpp 
	                       patch-scribus_pdfwriter_h 
	                       patch-scribus_scxmlstreamwriter_h 

Log message:
print/scribus: fix build on i386 (missing variant for toPdf(size_t))

build failure reported by sthen@, thanks!
see https://github.com/scribusproject/scribus/issues/196


CVSROOT:	/cvs
Module name:	ports
Changes by:	thfr@cvs.openbsd.org	2025/04/17 10:46:16

Modified files:
	lang           : Makefile 

Log message:
hook haxe to the build; oversight when port was restored


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2025/04/17 11:23:17

Modified files:
	sys/net        : if.c 
	usr.bin/netstat: inet.c 

Log message:
Describe software LRO and TSO counters consistently.

The netstat -s -p tcp description was not quite right anymore.  We
have one counter each when we glue or chop TCP in software, and for
offloading.  The loopback pseudo device is special as it just passes
large packets.  Do not count such non-existing small packets.

OK jan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/17 11:35:31

Modified files:
	lang/gcc/8     : Makefile 

Log message:
Remove whitespaces


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2025/04/17 11:46:03

Modified files:
	lang/gcc/11    : Makefile 
	lang/gcc/11/pkg: PFRAG.X86-ada 

Log message:
Remove whitespaces and add @comment line in empty PFRAG file

OK Pascal Stumpf (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	thfr@cvs.openbsd.org	2025/04/17 12:24:32

Modified files:
	games/recoil-rts: Makefile distinfo 
	games/recoil-rts/patches: 
	                          patch-AI_Skirmish_BARb_src_circuit_module_EconomyManager_cpp 
	                          patch-rts_System_Matrix44f_h 
	                          patch-rts_System_Platform_CpuID_cpp 
	                          patch-rts_System_Platform_Misc_cpp 
	                          patch-rts_System_float3_h 
	                          patch-rts_System_float4_h 
	games/recoil-rts/pkg: PLIST 
Added files:
	games/recoil-rts/patches: 
	                          patch-rts_System_FileSystem_Archives_PoolArchive_cpp 
	                          patch-rts_System_Platform_Linux_CpuTopology_cpp 
	                          patch-rts_System_Platform_ThreadAffinityGuard_cpp 
	                          patch-rts_System_Platform_ThreadAffinityGuard_h 
	                          patch-rts_System_Platform_Threading_cpp 
Removed files:
	games/recoil-rts/patches: 
	                          patch-rts_lib_libcpuid_libcpuid_cpuid_main_c 
	                          patch-rts_lib_libcpuid_libcpuid_rdtsc_c 

Log message:
update to latest release of recoil engine 2025.03.9


CVSROOT:	/cvs
Module name:	www
Changes by:	rsadowski@cvs.openbsd.org	2025/04/17 14:56:24

Modified files:
	.              : 77.html 

Log message:
Fix KDE Frameworks version


CVSROOT:	/cvs
Module name:	www
Changes by:	jan@cvs.openbsd.org	2025/04/17 15:23:41

Modified files:
	.              : 77.html 

Log message:
7.7: AMD 600 series AHCI support


CVSROOT:	/cvs
Module name:	www
Changes by:	tb@cvs.openbsd.org	2025/04/17 23:59:07

Modified files:
	.              : 77.html 

Log message:
libressl 4.1.0


CVSROOT:	/cvs
Module name:	www
Changes by:	tb@cvs.openbsd.org	2025/04/18 00:01:37

Modified files:
	.              : 77.html 

Log message:
we're reworking the ta handling in rpki-client; no such warnings in 9.5


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2025/04/18 00:13:58

Modified files:
	.              : 77.html 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2025/04/18 01:19:48

Modified files:
	lib/libcrypto/sha: sha3.c 

Log message:
Use crypto_rol_u64() instead of a separate ROTL64 define.

ok tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2025/04/18 01:23:53

Modified files:
	lib/libcrypto/sha: sha3.c 

Log message:
Use two temporary variables in sha3_keccakf(), rather than reusing bc[0].

ok tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2025/04/18 01:27:42

Modified files:
	lib/libcrypto/sha: sha3.c 

Log message:
Pull casts from void * to uint8_t * up to variables, rather than inline.

ok tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/18 01:34:01

Modified files:
	lib/libssl     : ssl.h ssl3.h ssl_local.h tls1.h 

Log message:
Fix annoying whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2025/04/18 01:36:11

Modified files:
	lib/libcrypto/sha: sha3.c sha3_internal.h 

Log message:
Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.

ok tb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/18 01:54:15

Modified files:
	devel/intellij : Makefile distinfo 
	devel/intellij/pkg: PLIST 

Log message:
devel/intellij: update to 2024.3.5

OK lraab@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/18 01:54:35

Modified files:
	devel/pycharm  : Makefile distinfo 
	devel/pycharm/pkg: PLIST 

Log message:
devel/pycharm: update to 2024.3.5

OK lraab@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/18 02:07:36

Modified files:
	lib/libssl     : ssl_local.h 

Log message:
Remove two unused defines, update standard reference

ok jsing


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2025/04/18 02:09:45

Modified files:
	devel/kdiff3   : Makefile 

Log message:
missed bump after qtbase update


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2025/04/18 02:35:34

Modified files:
	lib/libssl/man : SSL_CTX_set_tlsext_servername_callback.3 

Log message:
SSL_set_tlsext_host_name: as a setter it cannot take a const ssl


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2025/04/18 02:45:58

Modified files:
	graphics/vigra : Makefile distinfo 
Removed files:
	graphics/vigra/patches: 
	                        patch-include_vigra_multi_iterator_coupled_hxx 
	                        patch-src_impex_imageinfo_cxx 

Log message:
update to vigra-1.12.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/18 04:05:17

Modified files:
	www/hugo       : Makefile distinfo modules.inc 

Log message:
www/hugo: update to 0.146.5

Changes:
- https://github.com/gohugoio/hugo/releases/tag/v0.146.0
- https://github.com/gohugoio/hugo/releases/tag/v0.146.1
- https://github.com/gohugoio/hugo/releases/tag/v0.146.2
- https://github.com/gohugoio/hugo/releases/tag/v0.146.3
- https://github.com/gohugoio/hugo/releases/tag/v0.146.4
- https://github.com/gohugoio/hugo/releases/tag/v0.146.5


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2025/04/18 07:19:39

Modified files:
	lib/libcrypto/arch/amd64: Makefile.inc 
	lib/libcrypto/arch/i386: Makefile.inc 
	lib/libcrypto/evp: e_aes.c 

Log message:
Remove BS-AES and VP-AES from EVP.

The bitsliced and vector permutation AES implementations were created
around 2009, in attempts to speed up AES on Intel hardware. Both require
SSSE3 which existed from around 2006. Intel introduced AES-NI in 2008 and
a large percentage of Intel/AMD CPUs made in the last 15 years include it.
AES-NI is significantly faster and requires less code.

Furthermore, the BS-AES and VP-AES implementations are wired directly into
EVP (as is AES-NI currently), which means that any consumers of the AES_*
API are not able to benefit from acceleration. Removing these greatly
simplifies the EVP AES code - if you just happen to have a CPU that
supports SSSE3 but not AES-NI, then you'll now use the regular AES assembly
implementations instead.

ok kettenis@ tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2025/04/18 07:25:03

Modified files:
	lib/libcrypto/evp: e_aes.c 

Log message:
Fix indentation and line wrapping.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirill@cvs.openbsd.org	2025/04/18 08:33:14

Modified files:
	security/osv-scanner: Makefile distinfo modules.inc 

Log message:
security/osv-scanner: update 2.0.1

from Laurent Cheylus