CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/04 09:40:13 Modified files: sys/conf : newvers.sh Log message: base is unlocked, move to 7.4-current OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/04 12:07:13 Modified files: sys/conf : GENERIC Log message: re-enable POOL_DEBUG OK deraadt@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/04 14:37:48 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: release rpki-client 8.6 CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2023/10/04 17:40:05 Modified files: inputmethods/anthy: Makefile inputmethods/anthy/patches: patch-src-util_anthy_el Log message: Fix emacs-anthy again. Replace functions which are deleted at emacs 29.1. ok naddy CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/05 01:59:41 Modified files: regress/lib/libcrypto/asn1: asn1time.c Log message: Add regress coverage for ASN1_UTCTIME_cmp_time_t() CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/05 02:51:30 Modified files: mail/smtp-vilter: Makefile mail/smtp-vilter/patches: patch-bin_smtp-vilter_Makefile patch-bin_smtp-vilter_smtp-vilter_c mail/smtp-vilter/pkg: PLIST Log message: smtp-vilter: unbreak on clang archs, ok sthen Link by passing -rdynamic to cc rather than -export-dynamic so that spamd and clamd can dlopen, from niklas. Some housekeeping from me on top: revision bump, regen plist, time_t format fix and fix extract permissions. CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2023/10/05 03:55:48 Modified files: www/nginx : Makefile Added files: www/nginx/patches: patch-lua-nginx-module_config Log message: nginx itself now uses pcre2, but the lua module still uses pcre, so now it needs to be explicitly linked against libpcre. ok sthen@ naddy@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/05 04:29:41 Modified files: . : groups.html build : groups.dat Log message: add Echigo BSD Users Group (Niigata, Japan) and BSD Pizza Night (Portland, Oregon, U.S.) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/05 05:08:56 Modified files: sys/net : ifq.c ifq.h Log message: Protect interface queues with read once and mutex. Reading atomic values need at least read once and writing values should have a mutex. This is what mbuf queues already do. Add READ_ONCE() to ifq and ifiq macros for len and empty. Convert ifq_set_maxlen() to a function that grabs ifq_mtx. OK mvs@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/05 05:30:41 Modified files: . : groups.html build : groups.dat Log message: improve the P and T lines for the two Japanese groups CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/05 05:58:35 Modified files: distrib/notes : m4.common distrib/notes/alpha: features distrib/notes/amd64: features distrib/notes/arm64: features distrib/notes/armv7: features distrib/notes/hppa: features distrib/notes/i386: features distrib/notes/landisk: features distrib/notes/loongson: features distrib/notes/luna88k: features distrib/notes/macppc: features distrib/notes/octeon: features distrib/notes/powerpc64: features distrib/notes/riscv64: features distrib/notes/sparc64: features Log message: Mention the option to encrypt the root disk on supported architectures with miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 06:10:41 Modified files: editors/vis : Makefile editors/vis/patches: patch-configure Log message: fix editors/vis (broken in current packages): patch the configure script to only look for the specific lua version listed in dependencies. reported by James Cook, ok kn sdk CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/05 06:48:46 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 117.0.5938.149; ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 08:18:07 Modified files: www/nextcloud/25: Makefile distinfo www/nextcloud/26: Makefile www/nextcloud/27: Makefile www/nextcloud/pkg: README Added files: www/nextcloud/25/pkg: MESSAGE www/nextcloud/26/pkg: MESSAGE Log message: add info to nextcloud's pkg-readme about switching between upstream branches (basically: one ver at a time, pkg_delete then pkg_add the new one). add MESSAGE files to all but the latest branch telling users to upgrade to the highest version before updating to a new OpenBSD release. (unfortunately nextcloud release timing is far more frequent than openbsd release timing, so we can't update and have users move automatically from x to x+1 for each openbsd release otherwise we'll keep stacking up eol versions). discussed with landry@ gonzalo@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 08:18:44 Modified files: www/nextcloud/23: Tag: OPENBSD_7_3 Makefile www/nextcloud/23/pkg: Tag: OPENBSD_7_3 MESSAGE www/nextcloud/24: Tag: OPENBSD_7_3 Makefile www/nextcloud/25: Tag: OPENBSD_7_3 Makefile www/nextcloud/pkg: Tag: OPENBSD_7_3 README Added files: www/nextcloud/24/pkg: Tag: OPENBSD_7_3 MESSAGE Log message: add info to nextcloud's pkg-readme about switching between upstream branches (basically: one ver at a time, pkg_delete then pkg_add the new one). add MESSAGE files to all but the latest branch telling users to upgrade to the highest version before updating to a new OpenBSD release. (unfortunately nextcloud release timing is far more frequent than openbsd release timing, so we can't update and have users move automatically from x to x+1 for each openbsd release otherwise we'll keep stacking up eol versions). discussed with landry@ gonzalo@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/05 08:22:03 Modified files: faq : current.html Log message: warning for 7.3 users about updating to newest nextcloud branch before updating to 7.4 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/05 12:46:14 Modified files: usr.sbin/dhcpd : dhcpd.8 dhcpd.c Log message: Do log output to stderr while running dhcpd(8) in foreground to make behaviour in accordance with man page. Introduce '-v' option to make output more verbose. Do a little refactoring to make code more consistent with other daemons like ospfd(8), httpd(8), relayd(8), etc. Feedback from bluhm benno ok bluhm CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2023/10/05 16:18:32 Modified files: openssh/txt : release-9.5 openssh : releasenotes.html Log message: typo; from Alexander H CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2023/10/05 20:32:17 Modified files: . : 74.html Log message: Fix typo in SQLite version number CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/05 21:25:14 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh Log message: Perform the softhsm2 setup as discrete steps rather than as a long shell pipeline. Makes it easier to figure out what has happened when it breaks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/05 21:32:15 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh Log message: typo in error message CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/05 23:31:54 Modified files: usr.sbin/dhcpd : dhcpd.c Log message: add -v to usage(); CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/06 00:00:18 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: prepare for adding a value for REGRESSION_TESTING, so that I can test more funky situations eventually CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/06 02:58:13 Modified files: sys/kern : kern_sig.c Log message: In sys___thrsigdivert() switch tsleep_nsec() to use the nowake ident channel instead of inventing an own one. OK kettenis@ mvs@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/06 03:34:20 Modified files: sys/arch/sparc64/stand/ofwboot: elf64_exec.c vers.c Log message: clean up old 6.7 softraid migration code ofwboot still passes an old/small .openbsd.bootdata size from before 6.7 when boothowto was added. Report the exact size from now on such that a future diff can rectify the corresponding check in autoconf.c:bootstrap(). All this was done to keep old/new bootloaders working with new/old kernels, but 6.7 is long gone and we should all be running current code. OK stsp CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/06 03:55:02 Modified files: sbin/bioctl : bioctl.c Log message: rename pass{word -> file} variable It contains the path to the file containing a passphrase; password reads misleading and was also the only usage of "word" in contrast to consistent "phrase" usage. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/06 05:54:48 Modified files: . : groups.html build : groups.dat Log message: list the people running bsd.pizza in Portland, OR; ok afresh1@ and Kevin Williams CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/06 06:45:45 Modified files: share/man/man1 : register-plist.1 Log message: be more explicit about the usage pattern of register-plist and the variables in bsd.port.mk that govern its behavior. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/06 08:31:01 Modified files: . : security.html Log message: one link missed CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/06 09:15:29 Modified files: sys/dev/pci : if_iwx.c Log message: Ignore thermal dual-chain requests from iwx(4) firmware. Linux only acts on these requests in 11ax mode on 160MHz channels so we can simply ignore this request for now. Prevents a warning from being printed when we receive such a request: iwx0: unhandled firmware response 0x5f6/0x20000008 rx ring 64[3] Observed on AX210 hardware by bluhm@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/06 09:15:41 Modified files: sys/dev/pci : if_iwxreg.h Log message: Ignore thermal dual-chain requests from iwx(4) firmware. Linux only acts on these requests in 11ax mode on 160MHz channels so we can simply ignore this request for now. Prevents a warning from being printed when we receive such a request: iwx0: unhandled firmware response 0x5f6/0x20000008 rx ring 64[3] Observed on AX210 hardware by bluhm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/10/06 10:06:11 Modified files: sys/dev/usb : ucom.c usb_subr.c Log message: Rename 'ifaceidx' variables and parameters to 'ifaceno'. More consistent with existing code and thus less cnance for confusion. requested by kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 10:41:02 Modified files: lib/libc/stdio : fvwrite.c putc.c vfprintf.c vfwprintf.c wbuf.c wsetup.c Log message: __swsetup: set error flag and errno on error. Previously, we set errno to EBADF if the cantwrite() macro (which calls __swsetup()) returns true for POSIX compliance. However, we neglected to also set the error flag, __SERR. Rather than set the error flag in all callers of cantwrite(), set both errno and the error flag in __swsetup(). This matches what FreeBSD does and makes it possible to choose a proper errno value for the second error condition in __swsetup(). OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 16:29:24 Modified files: usr.bin/awk : FIXES b.c lib.c main.c run.c Log message: Update awk to Sep 24, 2023 version. fnematch and getrune have been overhauled to solve issues around unicode FS and RS. also fixed gsub null match issue with unicode. big thanks to Arnold Robbins. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 16:31:21 Modified files: usr.bin/awk : b.c Log message: Correctly reset the goto table for a state. We cannot use set_gototab() to reset all the entries for a state, it will leave existing entries as-is. Add a new reset_gototab() function that zeroes the table entries for the specified state. There is no need to reset the goto table immediately after resize_state(), it is already initialized via calloc(). Fixes https://github.com/onetrueawk/awk/issues/199 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/07 01:02:51 Modified files: multimedia/libvpx: Tag: OPENBSD_7_3 Makefile Added files: multimedia/libvpx/patches: Tag: OPENBSD_7_3 patch-test_encode_api_test_cc patch-vp8_encoder_onyx_if_c Log message: multimedia/libvpx: backport fixes for CVE-2023-44488 pointed out by someone on the fediverse via brynet@ (the project have mailing lists for that purpose...) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:09:07 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: use more specific regression testing knob CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:10:03 Modified files: usr.sbin/pkg_add/OpenBSD: Update.pm Tracker.pm Log message: track firmware separately, since those will appear as uptodate for us CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:11:26 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: with firmware known, recognize that we couldn't find any update at all and just say that instead of a dauntingly long list of packages CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 05:51:08 Modified files: bin/ls : ls.c ls.h print.c Log message: Improve horizontal alignment in long format when printing minor device numbers greater than 999 by measuring the two widths needed for device numbers just like it is already done for other numbers. In the output, this only changes whitespace, but not the text. Ugly formatting reported by Crystal Kolipe . OK millert. Also tested by Crystal Kolipe. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/07 06:20:10 Modified files: sbin/bioctl : bioctl.c Log message: Retry on empty passphrase They must not be empty, or else creation/unlock fails (and boot loaders would not be able to abort and drop back to the boot> prompt). [-p passfile] handles this with "invalid passphrase length", so align the interactive prompt and retry there. -s remains a one-shot whilst getting a better error message. This is user friendlier and fixes the last installer "bug" on my list wrt. disk encryption where hitting Enter twice at the passphrase prompt would abort bioctl(8) and thus the installation. OK deraadt CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2023/10/07 06:55:08 Modified files: . : 74.html Log message: chromium verion update CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 07:29:08 Modified files: bin/ls : ls.c Log message: Simplify the display() function by getting rid of a useless buffer on the stack. No functional change, +8 -15 LOC. Suggested by and OK millert@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 15:26:29 Modified files: share/man/man7 : man.7 Log message: Include .EX/.EE in the MACRO OVERVIEW and improve its description. It is supported by all major man(7) implementations that G. Branden Robinson and myself are aware of, so calling it "non-portable" can no longer be justified. Using it becomes increasingly more common, so calling it "non-standard" is now misleading. It is certainly useful and not deprecated. While here, also remove the word "non-standard" from the descriptions of several other macros because it is slightly confusing. A formal standard for the man(7) language does not exist. Arguably, Version 7 AT&T UNIX used to be a de-facto standard, but its influence has been waning for 40 years, and various features that Version 7 did not support are now widely used. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 00:55:02 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: plain forgot to save the values for regression testing CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/08 01:44:52 Modified files: sys/net : ifq.c ifq.h Log message: Revert commitid: KtmyJEoS0WWxmlZ5 --- Protect interface queues with read once and mutex. Reading atomic values need at least read once and writing values should have a mutex. This is what mbuf queues already do. Add READ_ONCE() to ifq and ifiq macros for len and empty. Convert ifq_set_maxlen() to a function that grabs ifq_mtx. OK mvs@ --- ifq_set_maxlen() is called before the ifq_mtx is initalized and this at least crashes WITNESS kernels on boot. Reported-by: syzbot+7b218ef53432b5d56d7d@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 03:16:40 Modified files: usr.sbin/pkg_add/OpenBSD: Tracker.pm Log message: wrong prototype, it's called as an OO method CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 03:17:27 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: add another two regression testing parts. Use a simple framework that allows me to redefine methods to not do a thing (maybe this will migrate to its own file if it grows enough) CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2023/10/08 04:40:23 Modified files: sys/arch/luna88k/conf: files.luna88k Log message: Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb". Actually these devices are not supported on luna88k, but we need them in order to create attribute header files (e.g. "ucom.h") required in MI part recently. Suggested by miod@, tested by me. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 06:44:58 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: oops, those eval need to be STRINGS, otherwise the whole definition stuff happens regardless. Add a third one to only disregard base libraries CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 06:45:31 Modified files: usr.sbin/pkg_add/OpenBSD: LibSpec.pm Log message: subclass system libraries so we can give better diagnostic eventually CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/08 08:05:10 Modified files: etc/root : root.mail Log message: move release a earlier. when we wait for security fixes from one piece of software, another one will announce that we should wait for a security fix. the only winning move is not to play. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/08 13:35:55 Modified files: faq : upgrade73.html Log message: add missing command to install puppet server CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/08 15:08:00 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.c intrclock_rearm() and intrclock_trigger() are not part of the public API, so there's no reason to implement them in sys/clockintr.h. Move them to kern_clockintr.c. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:15:40 Modified files: sys/dev/pci/drm/include/linux: sizes.h Log message: use shifts for size defines CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:19:26 Modified files: sys/dev/pci/drm/include/linux: sizes.h Log message: add SZ_4G for 6.1.56 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:23:51 Modified files: sys/dev/pci/drm/i915/gt: intel_engine_cs.c intel_execlists_submission.c Log message: i915/pmu: Move execlist stats initialization to execlist specific setup From Umesh Nerlige Ramappa 987a7f5311ba1fd4ccf3637c09e6424741aacd01 in linux-6.1.y/6.1.56 c524cd40e8a2a1a36f4898eaf2024beefeb815f3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:25:37 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 From Philip Yang 9becfff9f91e350fd4d6f16e9f117f9227258fb0 in linux-6.1.y/6.1.56 75dda67c7213c3e0d17244a8c42547c27ee746f8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:27:27 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Insert missing TLB flush on GFX10 and later From Harish Kasiviswanathan cdfcaa4e80430003dbba1bdb86f9fde5480ddbe5 in linux-6.1.y/6.1.56 edcfe22985d09ee8e2346c9217f5a52ab150099f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:29:10 Modified files: sys/dev/pci/drm/amd/display/dc/dce110: dce110_hw_sequencer.c Log message: drm/amd/display: Don't check registers, if using AUX BL control From Swapnil Patel b9971393d4c9be5eec3c6b30d9e312ba88c865ac in linux-6.1.y/6.1.56 f5b2c10b57615828b531bb0ae56bd6325a41167e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:30:32 Modified files: sys/dev/pci/drm/amd/amdgpu: soc21.c Log message: drm/amdgpu/soc21: don't remap HDP registers for SR-IOV From Alex Deucher cca15a82790772c0303ae295f7153c4af0536ad1 in linux-6.1.y/6.1.56 1832403cd41ca6b19b24e9d64f79cb08d920ca44 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:32:10 Modified files: sys/dev/pci/drm/amd/amdgpu: nbio_v4_3.c Log message: drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV From Alex Deucher ad3c37f90bae3675bc686562f7e63511d1033cc0 in linux-6.1.y/6.1.56 ab43213e7afd08ac68d4282060bacf309e70fd14 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:33:44 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c Log message: drm/amdgpu: Handle null atom context in VBIOS info ioctl From David Francis 91b6845ef387ab9ae2c6f3f8d43655be955e444b in linux-6.1.y/6.1.56 5e7e82254270c8cf8b107451c5de01cee2f135ae in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:35:47 Modified files: sys/dev/pci/drm/i915/gt: intel_ggtt.c Log message: drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top From Javier Pello 69dd84470b4deed45658f2717aef533ec4ceb43d in linux-6.1.y/6.1.56 b7599d241778d0b10cdf7a5c755aa7db9b83250c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:37:14 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_device_queue_manager.c Log message: drm/amdkfd: Use gpu_offset for user queue's wptr From YuBiao Wang b60028c81e463b0930191a4fa2ba770ff6d40e3a in linux-6.1.y/6.1.56 cc39f9ccb82426e576734b493e1777ea01b144a8 in mainline linux CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/09 01:03:49 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: simplify: all 3 mock-ups are strings that get eval'd, so do this properly. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/09 01:11:20 Modified files: usr.sbin/bgpd : session.c Log message: Fix return value confusion of sa_cmp() by renaming the function sa_equal(). The code in get_alternate_addr() checked for sa_cmp() == 0 but actually sa_cmp() returned 1 for equal addrs. So rename the function to sa_equal() to make it clear that a true return value means equality. Found by Asa Yeamans (enigma2e at rivin net) OK tb@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/09 01:12:22 Modified files: usr.sbin/pkg_add/OpenBSD: PkgDelete.pm Log message: placeholder for later feature CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/09 08:25:00 Modified files: sys/dev/fdt : if_dwqe_fdt.c sys/dev/ic : dwqe.c dwqevar.h Log message: allow dwqe.c to build on architectures that do not have machine/fdt.h Move struct if_device to a new fdt-specific softc struct, along with the gmac_id field which is only used by if_dwqe_fdt.c at present. This avoids the need to include any fdt header files in dwqe.c. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/09 09:32:14 Modified files: sbin/ipsecctl : ipsecctl.c ipsecctl.h pfkey.c Log message: Add pledge("stdio") before parsing pfkey messages. This applies to ipsecctl -m and ipsecctl -s. Refactor ipsecctl_show_*() to setup all sysctls first before dropping privileges and finally parsing and printing IPsec SAs and flows. feedback and ok mbuhl@ ok deraadt@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/09 09:48:28 Modified files: . : groups.html build : groups.dat Log message: Remove the line "P Echigo" as suggested by WATANABE Takeo. The reason is that the designated city of Niigata is actually located in the the prefecture of Niigata (Niigata-ken), whereas the historical province of Echigo is not an administrative unit. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:03:57 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Clarify documentation of X509_ALGOR_{set0,set_md}() The X509_ALGOR_set0() and X509_ALGOR_set_md() documentation comes from upstream, which means it is as sloppy as the code and as vague as your average upstream manpage. Be precise on what X509_ALGOR_set0() does on different inputs and document return values and failure modes. X509_ALGOR_set_md() is a void function that calls X509_ALGOR_set0() in a way that can fail, leaving alg in a corrupted state. Document when that can occur and how to avoid or detect that, but do not go too far, because EVP_MD_meth_new(), one potential source of failures, is a whole another can of worms. joint work with schwarze CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:06:01 Modified files: lib/libcrypto/man: ASN1_TYPE_get.3 Log message: Clarify that 'undefined type' means V_ASN1_UNDEF CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:59:55 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Use the usual text for X509_ALGOR_free() CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/09 13:28:42 Modified files: usr.bin/uname : uname.1 Log message: Document the OpenBSD-specific output format. Feedback and OK millert, "more reasonable" deraadt@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/09 13:32:51 Modified files: lib/libc/gen : uname.3 Log message: Mention that the strings are OS-specific. In part based on input from deraadt@, OK millert@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/09 14:55:33 Modified files: usr.sbin/smtpd : smtp_session.c Log message: Add Message-Id as needed for messages received on the submission port. Since listener->port is in network byte order we need to compare against htons(587). The fix for this got dropped in the rewrite in revision 1.335. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/09 15:49:34 Modified files: sys/dev/ic : bwfm.c Log message: Handle an arbitrary number of D11 cores and only disable them instead of doing a full reset. Based on a diff from Hector Martin for Asahi Linux. ok patrick@, tobhe@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/10/09 16:05:27 Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c Log message: Recognize GICv4 in the MADT and configure it as arm,gic-v3. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/09 21:57:45 Modified files: usr.bin/ssh : ssh2.h Log message: Reserve a range of "local extension" message numbers that OpenSSH promises not to use (comment change only) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 00:49:54 Modified files: usr.bin/ssh : cipher.c cipher.h Log message: Garbage collect cipher_get_keyiv_len() This is a compat20 leftover, unused since 2017. ok djm CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/10 01:11:50 Modified files: sys/dev/fdt : if_dwqe_fdt.c sys/dev/ic : dwqe.c dwqevar.h Log message: Fiv the value written to dwqe(4) MAC_1US_TIC_CTR register. The calculation of this value is supposed to involve a clock frequency but we were using a clock ID in the range 0-7 instead. ok kettenis, patrick CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 02:22:19 Modified files: games/boggle/boggle: mach.c Log message: Print non-literal string with "%s" Caught by printf format attribute for printw(3) in newer curses. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:27:04 Modified files: usr.bin/systat : netstat.c Log message: Fix a format warning about a non-literal string ok claudio sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:30:06 Modified files: usr.bin/systat : engine.c Log message: Drop GCC_PRINTFLIKE() at function definition This makes gcc throw a fit and having the attributes for the prototypes in engine.h is enough. ok claudio sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:42:56 Modified files: games/mille : misc.c print.c Log message: Use vw_printw() and fix a format print warning. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:43:52 Modified files: games/phantasia: misc.c Log message: Print a long with %ld instead of %d CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:48:06 Modified files: games/robots : score.c Log message: Fix format string warning in robots/score.c CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/10 05:25:31 Modified files: sys/net : pf.c pf_norm.c pf_osfp.c pfvar.h Log message: Remove dead code in pf_pull_hdr(). pf_pull_hdr() allows to pass an action pointer parameter as output value. This is never used, all callers pass a NULL argument. Remove ACTION_SET() entirely. The logic (fragoff >= len) in pf_pull_hdr() does not work since revision 1.4. Before it was used to drop short TCP or UDP fragments that contained only part of the header. Current code in pf_pull_hdr() drops the packets anyway, so always set reason PFRES_FRAG. OK kn@ sashan@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 07:59:47 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Improve X509_ALGOR_new(3) documentation The previous wording was misleading since the result of X509_ALGOR_new() is not actually an empty X509_ALGOR object. Rather, it contains the undefined ASN1_OBJECT returned by OBJ_nid2obj(NID_undef). Therefore using X509_ALGOR_get0(3) for error checking X509_ALGOR_set_md() is not trivial. So: change the initial paragraph into a general intro referring to the OpenSSL API needed to interface with X509_ALGOR and write a new paragraph documenting X509_ALGOR_new(3) and drop the incorrect suggestion of an error check. Notably there's now a reference to the OBJ_nid2obj() family without which one cannot really use X509_ALGOR_* for anything at all. With and ok schwarze CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/10 08:36:28 Modified files: usr.sbin/bgpd : rde_community.c Log message: When rewriting community_writebuf() the handling of non-transitive ext-communities was put into the wrong place in the loop finding start, end and number of communities to dump. As a result the end pointer for regular communities can point at an ext-community and with that the COMMUNITY attribute written includes unexpected extra bytes. This in turn causes the peer to send a NOTIFICATION error and to terminate the session. Fix for -portable issue #64 reported by Pier Carlo Chiodi (pierky) OK tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/10/10 10:09:53 Modified files: sbin/dhcpleased: dhcpleased.c Log message: Do not copy stack garbage, that's not going to be used. Pointed out by gcc via tb. rdns_count is validated by all callers of propose_rdns(), so we can trust it here to be sensible. While here fix a pasto in an error message. OK tb CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/10 10:16:16 Modified files: sbin/ipsecctl : pfkdump.c Log message: Print at most pkgsize - hdrsize bytes for pfkey tag and identity to prevent out-of-bounds read in strlen(). ok tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/10 10:26:06 Modified files: sys/net : pf.c Log message: pf(4) must not pass packet if state cannot be created. The behavior of the PFRULE_SRCTRACK and max_states check was unintentionally changed by commit revision 1.964. If the state was not created due to some limit had been reached, pf still passed the packet. Restore the old logic by setting action to pass later, after the checks. In pf_test_rule() action is initialized to drop. OK sashan@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/10 12:17:26 Modified files: regress/sys/fileops: Makefile.inc regress/sys/fileops/ext2: Makefile regress/sys/fileops/ffs: Makefile regress/sys/fileops/msdos16: Makefile regress/sys/fileops/msdos32: Makefile Log message: Make it possible to run fileops tests in parallel by making use of a unique mount point and vnd device. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/10 12:18:05 Modified files: regress/sys/kern/pipe: test-kqueue.c Log message: Fix timing issue in which one thread could be left hanging in pipe_read(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/10/10 12:40:35 Modified files: sys/arch/armv7/vexpress: pciecam.c Log message: Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them; this prevents a DIAGNOSTIC panic when running in qemu without option "-M virt,highmem=off". Reported by and ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/10 13:06:42 Modified files: sys/dev/ic : dwqereg.h Log message: Correctly define GMAC_VERSION. Found by stsp@ ok stsp@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/10 15:33:54 Modified files: . : 74.html Log message: First chunk of 7.4 changes. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 15:40:23 Modified files: . : 74.html Log message: Add OpenSSH 9.5 changes. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 16:11:09 Modified files: . : 74.html Log message: Add OpenSSH 9.4. Remove mux timeout bugfix from list since it was added then deleted between OpenBSD releases and wasn't in any OpenBSD release. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 16:14:54 Modified files: . : 74.html Log message: Remove errant
  • . CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/10 16:35:56 Modified files: . : 74.html Log message: next chunk of changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 17:19:35 Modified files: . : 74.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 17:24:13 Modified files: . : 74.html Log message: fix repeated word CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/10 18:02:25 Modified files: sys/kern : kern_clockintr.c Log message: clockintr_stagger: rename parameters: "n" -> "numer", "count" -> "denom" Rename these parameters to align the code with the forthcoming manpage. No functional change. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 18:03:09 Modified files: . : 74.html Log message: add drm changes as requested by benno@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/10 22:46:30 Modified files: usr.bin/ssh : kex.c Log message: s/%.100s/%s/ in SSH- banner construction as there's no reason to limit its size: the version string bring included is a compile time constant going into an allocated banner string. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/10 23:42:08 Modified files: usr.bin/ssh : scp.c Log message: in olde rcp/scp protocol mode, when rejecting a path from the server as not matching the glob that the client sent, log (at debug level) the received pathname as well as the list of possible expected paths expanded from the glob. bz2966 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 00:08:57 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Be more precise about X509_ALGOR_get0() CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/11 00:30:10 Modified files: usr.sbin/bgpd : version.h Log message: Bump version for -portable release CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 00:40:54 Modified files: usr.bin/ssh : ssh_config.5 Log message: mention "none" is a valid argument to IdentityFile; bz3080 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/11 01:05:11 Modified files: regress/usr.sbin/bgpd/unittests: rde_community_test.c rde_community_test.h Log message: Extend rde_community_test to check various aspects of non-transitive extended communities. Mainly that the non-transitive communities are properly stripped. Test fails without rev 1.14 of rde_community.c CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/11 04:18:20 Modified files: . : 74.html Log message: Fix a typo: s/neigbor/neighbor. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 05:39:25 Modified files: www/squid : Tag: OPENBSD_7_3 Makefile distinfo www/squid/pkg : Tag: OPENBSD_7_3 PLIST-main Log message: MFC the update to squid (5.9->6.3) committed to -current about a month ago, including the port change which disabled the ESI (edge side include) option. some of these changes address some (but not all) of the problems from https://www.openwall.com/lists/oss-security/2023/10/11/3 https://megamansec.github.io/Squid-Security-Audit/ (updates in 7.3-stable are in general a bit problematic at the moment until -current and 7.4-stable are opened up again; users updating from 7.3 to 7.4 can't go "backwards" in package version. however as this particular change was committed to -current before the lock, that's not an issue here) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:06:11 Modified files: lib/libcrypto/man: ASRange_new.3 Log message: I forgot that we now have ASN1_INTEGER_set_uint64() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:32:46 Modified files: sys/dev/ic : dwqereg.h Log message: fix bitmask of GMAC4 hwfeatures1 RX FIFO size ok kettenis CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:49:00 Modified files: regress/lib/libcrypto/asn1: Makefile Added files: regress/lib/libcrypto/asn1: x509_algor.c Log message: Add regress coverage for X509_ALGOR_* This covers the setters and getters. Serialization and deserialization as well as comparison is already well covered by the pieces of regress using certs. There is currently one printf indicating failure. This will be fixed shortly. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:51:07 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Clean up X509_ALGOR_cmp() This is currently written in what is likely the most stupid way possible. Rewrite this function in a more straightforward way. ok jsing CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:52:01 Modified files: sys/arch/amd64/conf: GENERIC sys/dev/ic : dwqe.c dwqevar.h sys/dev/pci : files.pci Added files: sys/dev/pci : if_dwqe_pci.c Log message: Add initial support for Elkhart Lake ethernet to dwqe(4). For now, only attach to PSE0/RGMII (device ID 0x4ba0) which is the only device I have access to for testing. There is a known problem where Tx throughput is lower than expected. This is being looked into. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:57:53 Modified files: share/man/man4 : dwqe.4 pci.4 Log message: dwqe(4) may now attach via pci(4) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:00:16 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: Add preallocation dance for X509_ALGOR_set_md() as documented CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:05:18 Modified files: lib/libcrypto/asn1: x_algor.c lib/libcrypto/x509: x509_local.h Log message: Add internal version of X509_ALGOR_set_md() X509_ALGOR_set_md() is a void function that cannot easily be error checked. The caller has to jump through hoops to make sure this function doesn't fail. Prepare replacing this internally with X509_ALGOR_set_evp_md(), which allows error checking. There is one slight change of behavior: if the EVP_MD object passed in does not have an OID known to the library, then this new API fails. It is unclear what the library should do with such an object and people who use EVP_MD_meth_new() need to know what they are doing anyway and they are better off teaching the lib about the OID if they're going to be messing with certs. Oh, and the prototype is in x509_local.h because the rest of this API is in x509.h despite being implemented in asn1/. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:10:13 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Rewrite X509_ALGOR_get0() Make the logic slightly less convoluted. Preserve the behavior that *ppval remains unset if pptype == NULL for now. However, ensure that *ppval is set to NULL if pptype is V_ASN1_UNDER. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:12:46 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Ensure that out_value is initialized even if out_type is NULL This fixes the printf in the x509_algor regress. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:13:25 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: Turn expected failure into actual failure now that the API is fixed. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:20:18 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Rewrite X509_ALGOR_set0() The current implementation is a complete mess. There are three cases: 1) ptype == V_ASN1_UNDEF: parameter must be freed and set to NULL. 2) ptype == 0: existing non-NULL parameters are left untouched, NULL parameters are replaced with ASN1_TYPE_new()'s wacky defaults. 3) otherwise allocate new parameters if needed and set them to ptype/pval. In all three cases free the algorithm and set it to aobj. The challenge now is to implement this using nine if statements and one else clause... We can do better. This preserves existing behavior. There would be cleaner implementations possible, but they would change behavior. There are many callers in the ecosystem that do not error check X509_ALGOR_set0() since OpenSSL failed to do so. So this was carefully rewritten to leave alg in a consisten state so that unchecking callers don't encounter corrupted algs. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:22:11 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Some housekeeping in x_algor Fix includes and zap an empty line. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:27:55 Modified files: databases/py-psycopg2: Makefile distinfo Log message: update to py3-psycopg2-2.9.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:27:58 Modified files: textproc/py-unidecode: Makefile distinfo Log message: update to py3-unidecode-1.3.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:01 Modified files: textproc/py-xmlschema: Makefile distinfo textproc/py-xmlschema/pkg: PLIST Log message: update to py3-xmlschema-2.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:05 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-6.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:08 Modified files: databases/mongodb/44: Makefile distinfo databases/mongodb/44/patches: patch-SConstruct Log message: update to mongodb-4.4.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:11 Modified files: www/newsraft : Makefile distinfo Log message: update to newsraft-0.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:14 Modified files: databases/barman: Makefile distinfo databases/barman/patches: patch-setup_py databases/barman/pkg: PLIST Added files: databases/barman/patches: patch-barman_fs_py Log message: update to barman-3.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:17 Modified files: net/irssi : Makefile distinfo Log message: update to irssi-1.4.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:23 Modified files: net/scamper : Makefile distinfo net/scamper/patches: patch-internal_h Log message: update to scamper-20230614d CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:26 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-capture_capture-pcap-util_c Log message: update to wireshark-4.0.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:29 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-10.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:33 Modified files: math/calc : Makefile distinfo math/calc/pkg : PLIST Log message: update to calc-2.15.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:36 Modified files: net/bird/2 : Makefile distinfo Log message: update to bird-2.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:39 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.8.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:42 Modified files: textproc/py-ruamel.yaml: Makefile distinfo textproc/py-ruamel.yaml/pkg: PLIST Log message: update to py3-ruamel.yaml-0.17.35 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:45 Modified files: textproc/py-ruamel.yaml.clib: Makefile distinfo textproc/py-ruamel.yaml.clib/pkg: PLIST Log message: update to py3-ruamel.yaml.clib-0.2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:48 Modified files: security/pcsc-tools: Makefile distinfo security/pcsc-tools/pkg: DESCR PLIST Added files: security/pcsc-tools/patches: patch-ATR_analysis_in Removed files: security/pcsc-tools/patches: patch-ATR_analysis Log message: update to pcsc-tools-1.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:54 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_rspamadm_CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-3.7.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:57 Modified files: net/eduvpn/vpn-portal-artwork-eduvpn: Makefile distinfo Log message: update to vpn-portal-artwork-eduvpn-3.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:00 Modified files: net/eduvpn/vpn-portal-artwork-lc: Makefile distinfo Log message: update to vpn-portal-artwork-lc-3.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:03 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo net/eduvpn/vpn-user-portal/patches: patch-bin_account_php patch-bin_status_php patch-libexec_daemon-sync_php patch-libexec_db_php patch-libexec_fetch-server-list_php patch-libexec_generate-secrets_php patch-libexec_housekeeping_php patch-libexec_stats_php patch-src_Cfg_DbConfig_php net/eduvpn/vpn-user-portal/pkg: PLIST Log message: update to vpn-user-portal-3.4.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:06 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.94 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:09 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.81 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:14 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:17 Modified files: www/nghttp2 : Makefile distinfo Log message: update to nghttp2-1.57.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:20 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-setup_py patch-src_connection_cpp patch-src_pyodbc_h patch-src_pyodbcmodule_cpp Log message: update to py3-odbc-5.0.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:29:25 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: bugfix update to 118.0.2 see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:28 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST unifi.rc Log message: update to unifi-7.5.187 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:29:53 Modified files: audio/libcue : Makefile Added files: audio/libcue/patches: patch-cd_c Log message: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:30:20 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_3 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 118.0.2. see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ last update on 7.3-stable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:32:38 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: Makefile distinfo security/letsencrypt/client/pkg: PLIST security/letsencrypt/py-acme: distinfo Log message: update to certbot/py3-acme-2.7.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:33:18 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC bugfix update to 118.0.2. see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:33:25 Modified files: print/py-pikepdf: Makefile distinfo print/py-pikepdf/patches: patch-tests_test_io_py print/py-pikepdf/pkg: PLIST Log message: update to py3-pikepdf-8.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:33:43 Modified files: textproc/py-pdfminer: Makefile distinfo textproc/py-pdfminer/pkg: PLIST Log message: update to py3-pdfminer-20221105, ok feinerer@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:34:16 Modified files: audio/libcue : Tag: OPENBSD_7_4 Makefile Added files: audio/libcue/patches: Tag: OPENBSD_7_4 patch-cd_c Log message: MFC: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:34:22 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.3.2. see https://www.thunderbird.net/en-US/thunderbird/115.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:34:52 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm print/py-reportlab: Makefile distinfo print/py-reportlab/patches: patch-setup_py print/py-reportlab/pkg: PLIST Removed files: print/py-reportlab/patches: patch-docs_genAll_py patch-docs_userguide_genuserguide_py Log message: update to py3-reportlab-3.6.8 and remove py2 flavour CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:35:05 Modified files: print/ocrmypdf : Makefile distinfo Log message: update to ocrmypdf-15.2.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:35:27 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.3.2. see https://www.thunderbird.net/en-US/thunderbird/115.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:36:20 Modified files: audio/libcue : Tag: OPENBSD_7_3 Makefile Added files: audio/libcue/patches: Tag: OPENBSD_7_3 patch-cd_c Log message: MFC: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:38:13 Modified files: audio/libcue : Makefile distinfo Removed files: audio/libcue/patches: patch-cd_c Log message: audio/libcue: update to 2.3.0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/11 07:39:03 Modified files: . : 74.html Log message: mention , hw.battery, and hw.ucomnames; drop empty mandoc(1) section CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:40:00 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/patches: patch-src_google_protobuf_port_def_inc devel/protobuf/pkg: PLIST Added files: devel/protobuf/patches: patch-cmake_abseil-cpp_cmake patch-third_party_utf8_range_CMakeLists_txt Log message: Update to protobuf 4.24.4 With help and 'broadly ok' from sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:41:07 Modified files: devel/py-protobuf: Makefile distinfo devel/py-protobuf/pkg: PLIST Log message: Update py-protobuf to 4.24.4 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:43:09 Modified files: audio/clementine: Makefile Log message: audio/clementine: mark broken. Doesn't build with newer protobuf. This issue may or may not be of help: https://github.com/clementine-player/Clementine/issues/7272 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:43:40 Modified files: games/pokerth : Makefile Log message: games/pokerth: mark broken. Doesn't build with newer protobuf. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:44:01 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.23.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:44:06 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: bump; static linked mupdf CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:45:59 Modified files: audio/mumble : Makefile devel/protobuf-c: Makefile net/mosh : Makefile net/tdesktop : Makefile productivity/glabels: Makefile x11/qt6/qtgrpc : Makefile x11/vlc : Makefile Log message: Regen wantlibs after protobuf update. The many screens full of abseil variants is really gross, but what can we do... Thanks Google. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:52:28 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231011 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/11 07:52:29 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: missing state in locator call, surprised nobody else ran into that CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/11 07:54:43 Modified files: regress/usr.sbin/pkg_add: Makefile usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm PkgCreate.pm Log message: put "stub" within grasp of -DREGRESSION_TESTING. Extend it slightly: do not stub quirks, so that caching mechanisms work as usual even when using stubs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:54:46 Log message: import ports/devel/py-pydantic-compat, from Renaud Allard, ok landry tweaks: py-pydantic should be an RDEP not a BDEP, and tweak DESCR to start by describing what py-pydantic-compat does rather than starting with saying that Pydantic 1 and 2 are incompatible. Status: Vendor Tag: sthen Release Tags: sthen_20231011 N ports/devel/py-pydantic-compat/Makefile N ports/devel/py-pydantic-compat/distinfo N ports/devel/py-pydantic-compat/pkg/DESCR N ports/devel/py-pydantic-compat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:55:12 Modified files: devel : Makefile Log message: +py-pydantic-compat CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 08:23:19 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.94, from MAINTAINER Renaud Allard CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/11 08:27:56 Modified files: net/powerdns : Makefile distinfo Log message: Update to PowerDNS Authoritative Server 4.8.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:34:41 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/patches: patch-configure_ac mail/grommunio/gromox/pkg: PLIST-main Added files: mail/grommunio/gromox/patches: patch-exch_ews_enums_hpp patch-exch_ews_hash_hpp Log message: update to 2.14 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:35:01 Modified files: mail/grommunio/web: Makefile distinfo Log message: update to 3.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:35:22 Modified files: mail/grommunio/sync: Makefile distinfo Log message: update to upstream's git HEAD to pull in required API changes CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/11 09:00:50 Modified files: . : 74.html Log message: Add many missing hyperlinks to manual pages. Also combine a few minor entries with more important entries they are closely related to. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/11 09:07:04 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr: move clockintr_schedule() into public API Prototype clockintr_schedule() in . CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:07:31 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_session_src_options_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs lang/rust/pkg : PLIST-main PLIST-src Log message: update lang/rust to 1.73.0 Announce: https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.73.0 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:09:09 Modified files: lang/sbcl : Makefile distinfo Log message: update lang/sbcl to 2.3.9 ChangeLog: https://www.sbcl.org/news.html#2.3.9 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 09:16:39 Log message: Import graphics/oxipng. Oxipng is a multithreaded lossless PNG compression optimizer. It can be used via a command-line interface or as a library in other Rust programs. OK sthen@, benoit@ Status: Vendor Tag: fcambus Release Tags: fcambus_20231011 N ports/graphics/oxipng/Makefile N ports/graphics/oxipng/crates.inc N ports/graphics/oxipng/distinfo N ports/graphics/oxipng/pkg/PLIST N ports/graphics/oxipng/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 09:17:31 Modified files: graphics : Makefile Log message: Add oxipng. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/11 09:32:29 Modified files: . : 74.html Log message: bgpd bits based on 8.0 - 8.2 release notes CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/11 09:42:44 Modified files: sys/sys : resourcevar.h sched.h systm.h sys/kern : kern_clock.c sched_bsd.c subr_prof.c Log message: kernel: expand fixed clock interrupt periods to 64-bit values Technically, all the current fixed clock interrupt periods fit within an unsigned 32-bit value. But 32-bit multiplication is an accident waiting to happen. So, expand the fixed periods for hardclock, statclock, profclock, and roundrobin to 64-bit values. One exception: statclock_mask remains 32-bit because random(9) yields 32-bit values. Update the initclocks() comment to make it clear that this is not an accident. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:49:02 Modified files: www/seamonkey : Makefile Log message: mark www/seamonkey as BROKEN with lang/rust update to 1.73.0, seamonkey fails to build third_party/rust/packed_simd_2 discussed with landry@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:18:43 Modified files: devel/kf5/kcoreaddons: Makefile devel/kf5/kcoreaddons/patches: patch-src_lib_util_kosrelease_cpp Log message: Set distributor-logo-openbsd and add icon dependency CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/11 10:19:33 Modified files: . : 74.html Log message: First go at rpki-client changes. Based on relnotes for 8.4, 8,5 and 8.6. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:20:04 Removed files: x11/kde-plasma/kwin/patches: patch-src_backends_libinput_connection_cpp patch-src_backends_libinput_context_cpp patch-src_backends_libinput_events_cpp Log message: Remove unnecessary patches CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:20:47 Modified files: x11/kde-plasma/kwin: Makefile Log message: Regen WANTLIB and add tests notes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:21:43 Modified files: x11/kde-plasma/kinfocenter: Makefile Added files: x11/kde-plasma/kinfocenter/patches: patch-Modules_about-distro_src_MemoryEntry_cpp Log message: Fix memory calculation CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:24:03 Modified files: x11/kde-plasma/libksysguard: Makefile x11/kde-plasma/libksysguard/patches: patch-processcore_processes_openbsd_p_cpp Log message: Fix processes_openbsd_p Based on the freebsd one with improvements like memory calculation CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:25:44 Modified files: x11/kde-plasma/ksysguard: Makefile Added files: x11/kde-plasma/ksysguard/patches: patch-CMakeLists_txt patch-ksysguardd_CMakeLists_txt Log message: Improve OpenBSD handling in cmake CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:26:25 Modified files: devel/cmake : Makefile distinfo Log message: Update CMake to 3.27.6 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 10:50:08 Modified files: graphics/dcmtk : Makefile Added files: graphics/dcmtk/patches: patch-CMake_dcmtk_pc_in Log message: graphics/dcmtk: fix .pc file to work with base pkg-config Strips leading whitespace as was done by upstream to appease other pkg-config implementations as well. Fixes a pandoc build failure diagnosed with the help of gnezdo and phessler CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:14:18 Modified files: archivers/libdeflate: Makefile distinfo Log message: Update to libdeflate-1.19 Changes: https://github.com/ebiggers/libdeflate/blob/v1.19/NEWS.md Bumped minor because of added symbols. While here switch to DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:15 Modified files: mail/notmuch : Makefile.inc mail/notmuch/notmuch: distinfo mail/notmuch/notmuch/patches: patch-lib_Makefile_local patch-test_T360-symbol-hiding_sh patch-test_test-lib_sh mail/notmuch/py-notmuch: distinfo Log message: Update to notmuch-0.38 Changes: https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=00f4fe47d94bce570edf1332f2c83d1163d837ae;hb=60b5ea319a45900b1e610715481faaa339ea3a4c CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:40 Modified files: news/py-sabctools: Makefile distinfo Log message: Update to py-sabctools-7.1.2 Changes: https://github.com/sabnzbd/sabctools/releases/tag/v7.1.2 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:59 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-4.1.0 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/4.1.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:20:42 Modified files: sysutils/unionfs-fuse: Makefile distinfo Log message: Update to unionfs-fuse-3.4 Changelog [0] mentions nothing relevant for OpenBSD. Quick comparison shows some minor cleanups. While here switch to DIST_TUPLE. [0] https://github.com/rpodgorny/unionfs-fuse/blob/v3.4/NEWS CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/11 11:29:19 Modified files: net/samba : Tag: OPENBSD_7_3 Makefile distinfo net/samba/pkg : Tag: OPENBSD_7_3 PLIST-main Log message: SECURITY update to samba-4.17.12 Release notes: https://www.samba.org/samba/history/samba-4.17.12.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:39:05 Modified files: net/scamper : Tag: OPENBSD_7_4 Makefile distinfo net/scamper/patches: Tag: OPENBSD_7_4 patch-internal_h Log message: update to scamper-20230614d fix buffer overflow when parsing TCP packets where the sender includes a fTCP ast open cookie larger than 16 bytes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:40:01 Modified files: www/tomcat/v8 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v8/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-8.5.94 CVE-2023-42794: FileUpload: DoS due to accumulation of temporary files on Windows CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:40:46 Modified files: www/tomcat/v9 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v9/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-9.0.81 CVE-2023-42794: FileUpload: DoS due to accumulation of temporary files on Windows CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVE-2023-42795: Failure during request clean-up leads to sensitive data leaking to subsequent requests CVE-2023-45648: Trailer header parsing too lenient CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:41:05 Modified files: www/tomcat/v10 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v10/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-10.1.14 CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVE-2023-42795: Failure during request clean-up leads to sensitive data leaking to subsequent requests CVE-2023-45648: Trailer header parsing too lenient CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:44:10 Modified files: net/wireshark : Tag: OPENBSD_7_4 Makefile distinfo net/wireshark/patches: Tag: OPENBSD_7_4 patch-capture_capture-pcap-util_c Log message: update to wireshark-4.0.10 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/11 11:53:52 Modified files: distrib/amd64/common: install.md distrib/arm64/ramdisk: install.md distrib/riscv64/ramdisk: install.md Log message: Remove dead CRYPTOCHUNK usage install.sub r1.1245 "Ask for disk crypto after root disk question" got rid of global CRYPTO* variables; no functional change. CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2023/10/11 12:07:04 Modified files: . : 74.html Log message: Explain what fine-grained chunk sizes means, add malloc leak detection feature CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/11 12:07:15 Modified files: regress/sys/net/vxlan: Makefile regress/sys/netinet/carp: Makefile Log message: Infer rdomains from environment variables N1 and N2 like many others in regress/sys/net already does. No functional change as the defaults remains the same. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/11 12:07:56 Modified files: regress/sys/net/gif: Makefile regress/sys/net/loop: Makefile regress/sys/net/pair: Makefile regress/sys/net/pf_opts: Makefile regress/sys/net/pflog: Makefile Log message: Check if loopback interfaces used are skipped by pf as opposed of bailing out if any loopback interface is skipped other than lo0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/11 12:07:58 Modified files: textproc/qpdfview: Makefile Added files: textproc/qpdfview/patches: patch-qpdfview_pri Log message: Use C++17; required for a poppler update. ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:08:35 Modified files: archivers/py-zopfli: Makefile distinfo Log message: update to py-zopfli 0.2.3 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/11 12:09:12 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-CMakeLists_txt patch-glib_CMakeLists_txt patch-poppler_Form_cc patch-poppler_XRef_cc patch-qt5_src_CMakeLists_txt patch-qt6_src_CMakeLists_txt Log message: Update to poppler-23.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:21:07 Modified files: devel/desktop-file-utils: Makefile distinfo devel/desktop-file-utils/patches: patch-src_update-desktop-database_c Removed files: devel/desktop-file-utils/patches: patch-src_install_c patch-src_validator_c Log message: Update to desktop-file-utils-0.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:23:12 Modified files: misc/shared-mime-info: Makefile x11/gtk+3 : Makefile x11/gtk+4 : Makefile Log message: uses pledge() and unveil() CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:40:14 Modified files: x11/libquotient: Makefile distinfo x11/libquotient/pkg: PLIST Log message: update to libquotient 0.8.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 12:43:19 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.4.3.15 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:50:27 Modified files: devel/libgusb : Makefile distinfo devel/libgusb/pkg: PLIST Log message: Update to libgusb-0.4.7. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:51:15 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update github-cli to 2.36.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:53:52 Modified files: devel/libnotify: Makefile distinfo Log message: Update to libnotify-0.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:57:49 Modified files: devel/libsigc++-2: Makefile distinfo Log message: Update to libsigc++-2.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:02:02 Modified files: devel/libsigc++30: Makefile distinfo devel/libsigc++30/pkg: PLIST Log message: Update to libsigc++30-3.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:05:33 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py Log message: Update to meson-1.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:09:30 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.375. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:10:46 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:19:38 Modified files: net/netatalk3 : Makefile distinfo net/netatalk3/patches: patch-etc_netatalk_Makefile_in Log message: SECURITY update to netatalk-3.1.18. CVE-2022-22995 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:19:55 Modified files: net/netatalk3 : Tag: OPENBSD_7_4 Makefile distinfo net/netatalk3/patches: Tag: OPENBSD_7_4 patch-etc_netatalk_Makefile_in Log message: SECURITY update to netatalk-3.1.18. CVE-2022-22995 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:21:06 Modified files: net/netatalk3 : Tag: OPENBSD_7_3 Makefile Added files: net/netatalk3/patches: Tag: OPENBSD_7_3 patch-etc_afpd_desktop_c Log message: Merge fix for CVE-2022-22995. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:22:01 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.16.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:25:43 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:15 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build patch-src_storage_storage_util_c sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-9.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:34 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-9.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:58 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-450.0.0. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 13:45:44 Log message: Import kde-applications/tokodon-23.08.0 Tokodon is a Mastodon client. It allows you to interact with the Fediverse community. tweak and ok kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/kde-applications/tokodon/Makefile N ports/x11/kde-applications/tokodon/distinfo N ports/x11/kde-applications/tokodon/pkg/DESCR N ports/x11/kde-applications/tokodon/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 13:47:22 Modified files: x11/kde-applications: Makefile Log message: +tokodon CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:50:11 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:54:44 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:55:36 Modified files: x11/gnome/accerciser: Makefile distinfo x11/gnome/accerciser/pkg: PLIST Log message: Update to accerciser-3.42.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:58:58 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-44.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:59:13 Modified files: x11/gnome/ghex : Makefile distinfo Log message: Update to ghex-44.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:14:49 Modified files: graphics/cairo : Makefile distinfo graphics/cairo/patches: patch-meson_build patch-src_meson_build graphics/cairo/pkg: PLIST Log message: Update to cairo-1.18.0. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:20:25 Log message: Import qtwebengine-6.5.2 The Qt WebEngine module provides a web browser engine that makes it easy to embed content from the World Wide Web into your Qt application on platforms that do not have a native web engine. Qt WebEngine provides C++ classes and QML types for rendering HTML, XHTML, and SVG documents, styled using Cascading Style Sheets (CSS) and scripted with JavaScript. HTML documents can be made fully editable by the user through the use of the contenteditable attribute on HTML elements. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebengine/Makefile N ports/x11/qt6/qtwebengine/distinfo N ports/x11/qt6/qtwebengine/configure N ports/x11/qt6/qtwebengine/pkg/DESCR N ports/x11/qt6/qtwebengine/pkg/PLIST N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_zlib_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_address_space_randomization_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_page_h N ports/x11/qt6/qtwebengine/patches/patch-src_core_CMakeLists_txt N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_internals_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_address_space_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_internal_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_atomicops_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_forward_h N ports/x11/qt6/qtwebengine/patches/patch-configure_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_paths_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_root_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_spinning_mutex_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_starscan_stack_stack_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_cpu_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_elf_reader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_debugger_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_proc_maps_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_stack_trace_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_dir_reader_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_dir_reader_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_bsd_cc N ports/x11/qt6/qtwebengine/patches/patch-cmake_Functions_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_kqueue_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_util_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_important_file_writer_cleaner_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_scoped_file_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_i18n_icu_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_linux_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_logging_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_discardable_memory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_discardable_memory_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_madv_free_discardable_memory_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_h N ports/x11/qt6/qtwebengine/patches/patch-src_pdf_CMakeLists_txt N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_message_loop_message_pump_glib_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_native_library_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_native_library_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_can_lower_nice_to_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_unix_domain_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_kill_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_unix_domain_socket_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_kill_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_launch_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_launch_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_memory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_build_gen_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_cc_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_iterator_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_iterator_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_rand_util_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_module_cache_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_rand_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_sampling_profiler_thread_token_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_sampling_profiler_thread_token_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_base_address_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_sampling_profiler_test_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_sampling_profiler_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_thread_delegate_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_strings_safe_sprintf_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_synchronization_lock_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_syslog_logging_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_task_thread_pool_environment_config_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_test_test_file_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_test_test_file_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_tracing_trace_time_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_malloc_dump_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_memory_dump_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_process_memory_dump_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_tracing_trace_time_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_BUILDCONFIG_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_linux_pkg-config_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_ozone_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_rust_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_v8_target_cpu_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_detect_host_arch_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_chrome_map N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_strip_binary_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_libevent_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_libusb_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_replace_gn_files_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_freebsd_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_gcc_solink_wrapper_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_gcc_toolchain_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_openbsd_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_chromium_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_app_management_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_generated_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_google_chrome_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_profiles_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_settings_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_theme_chrome_unscaled_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_gn_version_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_theme_theme_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_custom_handlers_chrome_protocol_handler_registry_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_dev_ui_browser_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_devtools_devtools_eye_dropper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_router_discovery_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_settings_private_prefs_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_core_api_configure_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_messaging_native_process_launcher_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_webrtc_logging_private_webrtc_logging_private_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_prefs_browser_prefs_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_event_log_uploader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_log_uploader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_net_system_network_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_prefs_pref_service_incognito_allowlist_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_printing_print_backend_service_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_printing_print_job_worker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_sandbox_internals_sandbox_internals_ts N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_signin_signin_shared_css N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_about_ui_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_ntp_app_launcher_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_appearance_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_channel_info_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_channel_info_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_extensions_permissions_chrome_permission_message_rules_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_media_cdm_host_file_path_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_pref_names_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_pref_names_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_url_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_url_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_webui_url_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_webui_url_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_renderer_chrome_render_frame_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_test_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_payments_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_browser_personal_data_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_common_autofill_payments_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_common_autofill_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_assistant_browser_autofill_assistant_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_assistant_browser_client_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_components_chromium_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_components_google_chrome_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_content_settings_core_browser_website_settings_registry_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_cookie_config_cookie_store_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_app_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_common_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_app_chrome_crashpad_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_browser_crash_upload_list_crashpad_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_event_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_common_signals_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_common_signals_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_system_signals_platform_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_discardable_memory_service_discardable_shared_memory_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_embedder_support_user_agent_utils_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_event_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_configurations_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_proto_v2_wire_version_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_feed_network_impl_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_proto_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_proto_util_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_flags_ui_flags_state_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_gwp_asan_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_gwp_asan_crash_handler_crash_analyzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_live_caption_caption_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_media_router_common_providers_cast_channel_cast_message_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_drive_metrics_provider_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_metrics_log_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_motherboard_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_neterror_resources_neterror_js N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_new_or_sad_tab_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_optimization_guide_core_optimization_guide_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_keyring_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_libsecret_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_os_crypt_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_browser_paint_preview_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_performance_manager_public_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_browser_paint_preview_client_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_common_proto_paint_preview_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_player_player_compositor_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_login_database_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_login_database_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_sync_password_sync_bridge_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_common_password_manager_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_common_password_manager_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_permissions_prediction_service_prediction_common_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_tools_generate_policy_source_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_browser_policy_pref_mapping_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud_policy_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud_policy_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_content_common_file_type_policies_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_content_resources_gen_file_type_proto_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_core_browser_realtime_url_lookup_service_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_security_interstitials_content_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_startup_metric_utils_browser_startup_metric_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_app_content_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_removable_device_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_removable_device_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_sync_device_info_local_device_info_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_sync_device_info_local_device_info_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_update_client_update_query_params_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_url_formatter_spoof_checks_idn_spoof_checker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_variations_service_variations_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_common_gpu_dawn_context_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_host_display_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_host_display_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_app_content_main_runner_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_renderer_settings_creation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_skia_renderer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_skia_output_surface_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_browser_child_process_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_browser_main_loop_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_child_child_process_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_child_process_launcher_helper_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_compositor_viz_process_transport_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_devtools_protocol_system_info_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_download_download_manager_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_font_access_font_enumeration_data_source_cc N ports/x11/qt6/qtwebengine/patches/patch-src_core_api_qt_cmdline_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_gpu_compositor_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_gpu_gpu_process_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_frameless_media_interface_proxy_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_sandbox_host_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_frameless_media_interface_proxy_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_media_interface_proxy_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_media_keys_listener_manager_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_ppapi_plugin_process_host_receiver_bindings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_delegated_frame_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_input_input_device_change_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_pepper_pepper_file_io_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_view_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_event_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_jank_monitor_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_utility_process_host_receiver_bindings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_utility_sandbox_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_v8_snapshot_files_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_web_contents_web_contents_view_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_gpu_gpu_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_webui_web_ui_main_frame_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_webui_web_ui_main_frame_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_zygote_host_zygote_host_impl_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_zygote_host_zygote_host_impl_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_font_list_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_user_agent_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_mojo_core_library_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_gpu_gpu_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_blink_platform_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_blink_platform_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_plugin_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_browser_render_process_host_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_browser_zygote_host_zygote_host_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_common_param_traits_macros_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_zygote_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_media_render_media_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_render_process_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_render_thread_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_main_platform_delegate_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_app_shell_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_utility_shell_content_utility_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_test_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_services_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_speech_speech_recognition_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_speech_speech_recognition_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_blink_platform_with_sandbox_support_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_blink_platform_with_sandbox_support_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_zygote_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_zygote_main_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_bluetooth_bluetooth_adapter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_bluetooth_cast_bluetooth_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_gamepad_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_hid_writer_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_api_messaging_message_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_api_networking_private_networking_private_delegate_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_browser_context_keyed_service_factories_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_extension_prefs_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_pref_names_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_pref_names_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_api__permission_features_json N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_api_runtime_json N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_command_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_features_feature_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_x_util_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_renderer_bindings_api_binding_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_renderer_bindings_argument_spec_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_app_shell_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_api_runtime_shell_runtime_api_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_browser_main_parts_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_image_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_extensions_api_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_extensions_api_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_google_apis_gcm_engine_heartbeat_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_common_gpu_memory_buffer_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_external_vk_image_backing_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_gl_texture_image_backing_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_gl_texture_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_control_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_webgpu_decoder_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_finch_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_test_config_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_gpu_memory_buffer_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_generate_bindings_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_device_queue_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_device_queue_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_function_pointers_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_function_pointers_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_image_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_content_browser_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_request_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_web_contents_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_tools_run_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_headless_content_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_common_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_mojo_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_message_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_message_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_alsa_audio_manager_alsa_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_audio_input_device_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_audio_output_proxy_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_audio_manager_sndio_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_audio_manager_sndio_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_input_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_input_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_audio_latency_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_output_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_output_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_media_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_media_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_scopedfd_helper_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_supported_types_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_user_input_monitor_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_video_frame_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_video_frame_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_create_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_fake_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_file_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_cdm_cdm_paths_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_video_capture_device_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_buffer_validation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_media_options_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_chromeos_video_decoder_pipeline_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_gpu_video_encode_accelerator_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_vaapi_vaapi_video_decoder_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_channel_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_video_frame_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_fake_gpu_memory_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_gpu_memory_buffer_video_frame_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_video_encode_accelerator_adapter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_video_encode_accelerator_adapter_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_audio_processor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_helpers_unittests_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_webrtc_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_embedder_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_reloader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_public_c_system_thunks_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_public_tools_bindings_mojom_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_change_notifier_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_change_notifier_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_interfaces_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_sockaddr_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verifier_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_sockaddr_util_posix_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_test_root_certs_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_disk_cache_blockfile_disk_format_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_address_sorter_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_disk_cache_simple_simple_file_tracker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_config_service_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_reloader_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_host_resolver_proc_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_host_resolver_system_task_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_resolv_reader_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_scoped_res_state_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_auth_gssapi_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_auth_gssapi_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_network_session_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_socks5_client_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_tcp_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_udp_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_udp_socket_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_third_party_quiche_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_tools_cert_verify_tool_cert_verify_comparision_tool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_pdf_pdfium_pdfium_engine_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_tools_cert_verify_tool_cert_verify_tool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_traffic_annotation_network_traffic_annotation_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_builder_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_mojom_printing_context_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_mojom_printing_context_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_conversion_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_printing_context_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_sandbox_print_backend_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_sandbox_print_backend_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_services_init_process_reaper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_color_id_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_services_libc_interceptor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_mojom_sandbox_mojom N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_freebsd_sandbox_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_freebsd_sandbox_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox_openbsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_type_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_audio_audio_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_audio_audio_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_cert_verifier_cert_verifier_creation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_compute_pressure_cpu_probe_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_geolocation_location_arbitrator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_fido_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_fido_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_fido_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_fido_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_public_mojom_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_serial_device_enumerator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_serial_io_handler_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_time_zone_monitor_time_zone_monitor_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_fake_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_fake_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_service_manager_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_bsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_service_manager_public_cpp_service_executable_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_video_capture_public_mojom_video_capture_service_mojom N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_skia_ext_SkMemory_new_handler_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_internal_sysinfo_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_debugging_internal_elf_mem_image_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_util_exe_path_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_common_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_common_vulkan_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_libpci_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_linux_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_x11_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_Display_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_formatutils_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_driver_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_util_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_vulkan_DisplayVk_api_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_third_party_volk_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_common_privacy_budget_active_sampling_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_common_renderer_preferences_renderer_preferences_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_common_renderer_preferences_renderer_preferences_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_platform_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_common_renderer_preferences_renderer_preferences_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_platform_web_vector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_build_scripts_run_with_pythonpath_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_bindings_scripts_bind_gen_style_format_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_frame_web_frame_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_blink_initializer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_memory_usage_monitor_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_memory_usage_monitor_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_editing_editing_behavior_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_execution_context_navigator_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_exported_web_view_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_inspector_inspector_memory_agent_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_layout_layout_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_paint_paint_layer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_media_audio_audio_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webaudio_audio_worklet_thread_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_description_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_platform_data_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_begin_frame_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_brotli_common_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_video_frame_submitter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_runtime_enabled_features_json5 N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_scheduler_common_thread_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_BUILD_generated_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_container_annotations_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_stack_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_cpu_aarch64_openbsd_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_rand_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_rand_extra_arc4random_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_refcount_c11_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_base_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_thread_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_build_crashpad_buildconfig_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_display_screen_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_crashpad_client_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_address_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_capture_context_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_uuid_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_close_multiple_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_drop_privileges_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_signals_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_aura_screen_ozone_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_symbolic_constants_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crc32c_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_include_dawn_native_VulkanBackend_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_src_dawn_common_Platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavcodec_x86_cabac_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_cpu_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_mem_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_random_seed_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_fontconfig_include_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_fontconfig_src_src_fccompat_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ipcz_src_reference_drivers_random_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ipcz_src_standalone_base_logging_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_leveldatabase_env_chromium_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libevent_event_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libsync_src_include_sync_sync_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libsync_src_sync_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libusb_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libusb_src_libusb_core_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libxml_linux_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_lzma_sdk_C_CpuArch_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_gpu_init_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_src_maldoca_base_get_runfiles_dir_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_src_maldoca_service_common_process_doc_wrapper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_nasm_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_nasm_config_config-linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_node_node_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_opus_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_core_fxge_cfx_fontmapper_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_core_fxge_linux_fx_linux_impl_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_fxjs_fx_date_helpers_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_xfa_fxfa_parser_cxfa_timezoneprovider_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_time_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_build_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_thread_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_ext_base_event_fd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_ext_base_thread_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_protos_perfetto_trace_ftrace_v4l2_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_event_fd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_periodic_task_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_string_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ruy_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_subprocess_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_thread_task_runner_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_unix_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_core_tracing_service_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_protobuf_src_google_protobuf_arenastring_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_aura_screen_ozone_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_protobuf_src_google_protobuf_stubs_platform_macros_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_skia_src_core_SkCpu_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_sqlite_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_skia_src_ports_SkOSFile_posix_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_sqlite_src_amalgamation_sqlite3_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_Reactor_Debug_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_System_Configurator_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_tflite_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_WSI_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_WSI_libXCB_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_test_fonts_fontconfig_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_test_fonts_fontconfig_fontconfig_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-loader_src_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_wayland_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_mem_alloc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_modules_audio_device_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_modules_desktop_capture_linux_x11_x_server_pixel_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_byte_order_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_ip_address_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_network_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_platform_thread_types_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_third_party_sigslot_sigslot_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ui_base_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_system_wrappers_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_generate_stubs_rules_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_json_schema_compiler_cpp_bundle_generator_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_json_schema_compiler_feature_compiler_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_memory_partition_allocator_inspect_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_perf_chrome_telemetry_build_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_protoc_wrapper_protoc_wrapper_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_variations_fieldtrial_to_struct_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_clipboard_clipboard_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_clipboard_clipboard_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_cursor_cursor_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_cursor_cursor_factory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ui_base_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_dragdrop_os_exchange_data_provider_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_dragdrop_os_exchange_data_provider_non_backed_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_dummy_text_input_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_dummy_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_fake_text_input_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_fake_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_linux_linux_input_method_context_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_resource_resource_bundle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_factory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_loader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_shm_image_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_color_provider_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_system_theme_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_display_screen_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_devices_x11_device_data_manager_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode_converter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode_converter_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_canvas_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_codec_png_codec_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_fallback_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_render_params_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_render_params_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_linux_client_native_pixmap_dmabuf_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_buffer_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_widget_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_platform_font_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_render_text_api_fuzzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_render_text_fuzzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_generated_protos_dri3_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_generated_protos_shm_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_xlib_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_generate_bindings_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_api_autogen_glx_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_autogen_glx_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_autogen_glx_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_image_glx_native_pixmap_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_implementation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_sync_control_vsync_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_sync_control_vsync_provider_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gtk_gtk_compat_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gtk_printing_print_dialog_gtk_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_message_center_views_message_popup_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_native_theme_native_theme_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_native_theme_native_theme_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_common_egl_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_headless_surface_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_ozone_platform_headless_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_vulkan_implementation_headless_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_x11_ozone_platform_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_wayland_gpu_vulkan_implementation_wayland_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_x11_vulkan_implementation_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_public_ozone_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_test_mock_platform_window_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_init_properties_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_app_locale_settings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_bn_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ja_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ko_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_prefix_selector_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ml_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_th_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_zh-CN_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_zh-TW_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_prefix_selector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_corewm_tooltip_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_examples_widget_example_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_focus_focus_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_style_platform_style_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_views_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_views_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_screen_ozone_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_impl_interactive_uitest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_widget_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_widget_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_custom_frame_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_dialog_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_frame_background_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_include_v8-internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_include_v8config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_api_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_atomicops_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_memory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_small-vector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_sys-info_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_compiler_backend_ia32_instruction-selector-ia32_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_sandbox_sandbox_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_licenses_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_trap-handler_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_browser_main_parts_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_system_network_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_common_weblayer_paths_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_compiler_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_linux_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_remoting_host_it2me_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_google_zip_internal_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_math_extras_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_chrome_cleaner_executables_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libxml_src_dict_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_native_client_sdk_src_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_scripts_build_ffmpeg_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan_memory_allocator_include_vk_mem_alloc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_contrib_minizip_ioapi_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_webui_web_ui_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_build_build_linux_ninja_template N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_base_files_file_posix_cc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:21:53 Log message: Import qtwebchannel-6.5.2 Qt WebChannel bridges the gap between Qt applications and HTML/JavaScript. Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine (experimental). It works on all browsers that support Qt WebSockets, enabling Qt WebChannel applications to run in any JavaScript runtime. Additionally, a custom transport mechanism can also be implemented using Qt WebSockets to support Qt WebChannel-based communication. The module provides a JavaScript library for seamless integration of C++ and QML applications with HTML/JavaScript clients. The client must use the JavaScript library to access the serialized QObjects published by the host applications. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebchannel/Makefile N ports/x11/qt6/qtwebchannel/distinfo N ports/x11/qt6/qtwebchannel/pkg/DESCR N ports/x11/qt6/qtwebchannel/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:23:00 Log message: Import qtwebview-6.5.2 Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebview/Makefile N ports/x11/qt6/qtwebview/distinfo N ports/x11/qt6/qtwebview/pkg/DESCR N ports/x11/qt6/qtwebview/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:24:03 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-runtime_intl_Makefile_in patch-gettext-runtime_intl_configure patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in Log message: devel/gettext: maintenance update to 0.22.3, no significant changes CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:24:49 Modified files: misc/vttest : Makefile distinfo Log message: misc/vttest: maintenance update to 20230924 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:25:31 Modified files: multimedia/libmediainfo: Makefile distinfo multimedia/mediainfo: Makefile distinfo Log message: mediainfo: maintenance update to 23.10 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:26:29 Modified files: audio/mpg123 : Makefile distinfo audio/mpg123/patches: patch-src_libmpg123_dct36_avx_S patch-src_libmpg123_dct36_neon64_S patch-src_libmpg123_dct36_x86_64_S Log message: audio/mpg123: update to 1.32.3 libmpg123: added explicit 64-bit API with "64" suffix CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:26:29 Modified files: textproc/codespell: Makefile distinfo textproc/codespell/pkg: PLIST Log message: Update codespell to 2.2.6. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:26:48 Modified files: x11/qt6 : Makefile Log message: + qtwebchannel,qtwebengine,qtwebview CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:32:03 Modified files: audio/ymuse : Makefile distinfo audio/ymuse/pkg: PLIST Removed files: audio/ymuse/patches: patch-internal_config_config_go patch-internal_player_libpath_go patch-internal_player_main-window_go patch-resources_metainfo_com_yktoo_ymuse_metainfo_xml Log message: Update to ymuse-0.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:32:48 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/patches: patch-data_freedesktop_org_xml_in misc/shared-mime-info/pkg: PLIST Added files: misc/shared-mime-info/patches: patch-src_update-mime-database_cpp Removed files: misc/shared-mime-info/patches: patch-src_update-mime-database_c Log message: Update to shared-mime-info-2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:37:57 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.23. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:40:20 Modified files: benchmarks/hyperfine: Makefile crates.inc distinfo Log message: Update hyperfine to 1.18.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:47:36 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/patches: patch-gthumb_gth-browser_c graphics/gthumb/pkg: PLIST Log message: Update to gthumb-3.12.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:48:01 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-11.6.2. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:50:18 Modified files: benchmarks/vegeta: Makefile distinfo modules.inc Log message: Update vegeta to 12.11.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:53:50 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: Update to consul-template-0.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 15:01:30 Modified files: x11/gnome/libshumate: Makefile distinfo x11/gnome/libshumate/pkg: PLIST Log message: Update to libshumate-1.1.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 15:21:12 Modified files: sysutils/xxhash/patches: patch-cli_xsum_os_specific_c Removed files: sysutils/xxhash/patches: patch-tests_sanity_test_c Log message: link to upstream merged PR for pledge, drop test bits CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 15:22:00 Modified files: archivers/snappy: Makefile distinfo archivers/snappy/patches: patch-snappy-stubs-internal_h Log message: update to snappy 1.1.10 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 15:24:25 Modified files: x11/gnome/librsvg: Makefile crates.inc distinfo distinfo.old Log message: Update to librsvg-2.57.0. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/11 15:26:45 Modified files: . : 74.html Log message: some 7.4 package counts CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 15:48:39 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Removed files: net/curl/patches: patch-tests_data_test1474 Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes a fix for * CVE-2023-38545: SOCKS5 heap buffer overflow CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/11 15:53:22 Modified files: . : 74.html Log message: typofix, add installer changes wrt. arm64 and disk crypto CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/11 16:13:16 Modified files: sys/net : pfkeyv2.c pfkeyv2_convert.c sys/netinet : ip_ipsp.c ip_ipsp.h Log message: Prevent deref-after-free when tdb_timeout() fires on invalid new tdb. When receiving a pfkeyv2 SADB_ADD message, a newly created tdb can fail in tdb_init(), which causes the tdb to not get added to the global tdb list and an immediate dereference. If a lifetime timeout triggers on this tdb, it will unconditionally try to remove it from the list and in the process deref once more than allowed, causing a one bit corruption in the already freed up slot in the tdb pool. We resolve this issue by moving timeout_add() after tdb_init() just before puttdb(). This means tdbs failing initialization get discarded immediately as they only hold a single reference. Valid tdbs get their timeouts activated just before we add them to the tdb list, meaning the timeout can safely assume they are linked. Feedback from mvs@ and millert@ ok mvs@ mbuhl@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 16:41:05 Modified files: usr.bin/ssh : sshkey.c Log message: add support for reading ED25519 private keys in PEM PKCS8 format; ok markus@ tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 16:42:26 Modified files: usr.bin/ssh : clientloop.c misc.c misc.h readconf.c readconf.h servconf.c ssh.c ssh_config.5 Log message: add ChannelTimeout support to the client, mirroring the same option in the server. ok markus@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 16:49:26 Modified files: net/curl : Tag: OPENBSD_7_4 Makefile distinfo net/curl/pkg : Tag: OPENBSD_7_4 PLIST Removed files: net/curl/patches: Tag: OPENBSD_7_4 patch-tests_data_test1474 Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes fixes for * CVE-2023-38545: SOCKS5 heap buffer overflow * CVE-2023-38546: cookie injection with none file CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2023/10/11 16:52:41 Modified files: . : 74.html Log message: fill in the wireless section; cross-checked by benno CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/11 16:57:05 Modified files: . : 74.html Log message: another round of changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/11 16:59:34 Modified files: . : 74.html Log message: commuinites -> communities CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 17:14:33 Modified files: usr.bin/ssh : ssh.1 Log message: ssh -Q does not make sense with other command-line options, so give it its own line in the manpage CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 17:23:58 Modified files: usr.bin/ssh : ssh.c Log message: sync usage() with ssh.1; spotted by kn@ CVSROOT: /cvs Module name: www Changes by: dv@cvs.openbsd.org 2023/10/11 17:59:57 Modified files: . : 74.html Log message: Add in most, if not all, vmm/vmd changes for 7.4. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:12:53 Modified files: usr.bin/ssh : clientloop.c Log message: mask SIGINT/TERM/QUIT/HUP before checking quit_pending and use ppoll() to unmask them in the mainloop. Avoids race condition between signaling ssh to exit and polling. bz3531; ok dtucker CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:15:53 Modified files: usr.bin/ssh : sshconnect2.c Log message: release GSS OIDs only at end of authentication; bz2982, ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:18:18 Modified files: usr.bin/ssh : readconf.c readconf.h ssh.c ssh_config.5 sshconnect.h Log message: add %j token that expands to the configured ProxyJump hostname (or the empty string if this option is not being used). bz3610, ok dtucker CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:48:44 Modified files: usr.bin/ssh : ssh.c Log message: don't dereference NULL pointer when hashing jumphost CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:36:32 Modified files: usr.bin/ssh : misc.c Log message: 64 %-expansion keys ought to be enough for anybody; ok dtucker (we just hit the previous limit in some cases) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:48:54 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: ensure logs are owned by correct user; feedback/ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:51:08 Modified files: regress/usr.bin/ssh: sshsig.sh Log message: typos and extra debug trace calls CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 22:53:45 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: add a few missing includes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 23:16:20 Modified files: x11/xkbcommon : Makefile Log message: Fix test suite ok ajacoutot@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 23:41:28 Modified files: infrastructure/bin: portcheck Log message: Unified error messages for all missing RUN_DEPENDS ok op@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/12 00:12:33 Modified files: www/h2o : Makefile distinfo Log message: Switch to PowerDNS fork of h2o, it has the rapid reset fixes. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/12 00:13:38 Modified files: net/dnsdist : Makefile distinfo Log message: Update to dnsdist 1.8.2, using the h2o version with rapid reset fixes. ok and help sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:22:19 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.4.3.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:24:53 Modified files: devel/py-wcwidth: Makefile distinfo Log message: update to py3-wcwidth-0.2.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:25:49 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to get_iplayer-3.32 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/12 00:46:17 Modified files: www/p5-Dancer2 : Makefile distinfo Log message: Update to p5-Dancer2-1.0.0 from wen heping. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/12 01:28:23 Modified files: net/samba : Makefile distinfo net/samba/pkg : PLIST-main Log message: SECURITY update to samba-4.19.1 Release notes: https://www.samba.org/samba/history/samba-4.19.1.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 01:28:43 Modified files: editors/vim : Makefile distinfo editors/vim/pkg: PLIST-main Log message: update to vim-9.0.2018, including various fixes for use-after-free and null deref CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/12 01:29:22 Modified files: net/samba : Tag: OPENBSD_7_4 Makefile distinfo net/samba/pkg : Tag: OPENBSD_7_4 PLIST-main Log message: SECURITY update to samba-4.19.1 Release notes: https://www.samba.org/samba/history/samba-4.19.1.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 01:29:30 Modified files: editors/vim : Tag: OPENBSD_7_4 Makefile distinfo editors/vim/pkg: Tag: OPENBSD_7_4 PLIST-main Log message: update to vim-9.0.2018 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/12 02:30:01 Modified files: graphics/oxipng: Makefile crates.inc distinfo Log message: Update oxipng to 9.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 02:32:13 Modified files: databases/pecl-redis: Makefile distinfo Log message: update to pecl-redis-6.0.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 02:35:53 Modified files: databases/pgbackrest: Makefile distinfo Log message: Update pgbackrest 2.47 -> 2.48 Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.48 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 02:38:17 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.20.4 - > 1.20.5 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.20.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 03:12:06 Modified files: x11/xfce4/xfce4-pulseaudio: Makefile distinfo Log message: x11/xfce4/xfce4-pulseaudio: update to 0.4.8 see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001330.html CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 03:18:56 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.ixp.rdomain1.conf bgpd.ixp.rdomain2_1.conf bgpd.ixp.rdomain2_2.conf bgpd.ixp.rdomain2_3.conf bgpd.ixp.rdomain2_4.conf ixp.rdomain1.ok ixp.rdomain2.ok ixp.sh Log message: Add a fairly minimal ixp setup generated by arouteserver This does a lot of community manipulation and also tests a few other bits of code (prepends, roa, prefix-set). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 03:29:09 Modified files: x11/xfce4/xfce4-taskmanager: Makefile distinfo x11/xfce4/xfce4-taskmanager/pkg: PLIST Log message: x11/xfce4/xfce4-taskmanager: update to 1.5.6. see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001331.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 03:51:07 ports/editors/neovim-qt/patches Update of /cvs/ports/editors/neovim-qt/patches In directory cvs.openbsd.org:/tmp/cvs-serv68254/patches Log Message: Directory /cvs/ports/editors/neovim-qt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 03:55:39 Modified files: editors/neovim-qt: Makefile distinfo editors/neovim-qt/pkg: PLIST Added files: editors/neovim-qt/patches: patch-src_gui_input_cpp patch-src_gui_runtime_plugin_nvim_gui_shim_vim patch-test_tst_input_common_cpp Log message: update to neovim-qt-0.2.17, and add a backported patch to apply a runtime key remap fix (issues with remapping shift-space and shift-backspace). From Laurie Tratt (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:10:33 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-color_ansi_c patch-color_command_c patch-conn_sasl_c patch-conn_sasl_h patch-main_c patch-pager_display_c Log message: update to neomutt-20231006 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:23:33 Modified files: textproc/pugixml: Makefile distinfo Log message: update to pugixml-1.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:28:06 Modified files: textproc/py-black: Makefile distinfo Log message: update to py3-black-23.9.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/12 04:40:59 Modified files: security/pizauth: Makefile crates.inc distinfo Log message: Update security/pizauth to 1.0.2 From maintainer/upstream Laurie Tratt CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 05:38:28 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_partition_root_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_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_signals_device_info_fetcher_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_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_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h 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_policy_value_and_status_aggregator_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_profiles_profile_menu_view_base_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_tab_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_management_management_ui_handler_h patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_shortcut_sub_manager_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_test_BUILD_gn patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_payments_strings_grdp patch-components_device_signals_core_browser_user_permission_service_impl_cc patch-components_embedder_support_user_agent_utils_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_feed_core_v2_feed_network_impl_unittest_cc patch-components_management_strings_grdp patch-components_metrics_metrics_log_cc patch-components_optimization_guide_core_tflite_model_executor_h patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_BUILD_gn 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-content_test_BUILD_gn patch-content_utility_utility_main_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_common_command_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-headless_lib_browser_headless_browser_main_parts_posix_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_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-printing_printing_context_linux_cc patch-sandbox_policy_features_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_public_mojom_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_video_capture_service_impl_cc patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp 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_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_layout_ng_grid_ng_grid_layout_algorithm_cc patch-third_party_blink_renderer_core_paint_object_paint_properties_sparse_h patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-third_party_blink_renderer_platform_BUILD_gn 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_video_capture_video_capture_impl_cc patch-third_party_boringssl_src_util_generate_build_files_py patch-third_party_cpuinfo_cpuinfo_gni patch-third_party_libsync_src_sync_c patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_color_color_id_h patch-ui_gfx_BUILD_gn patch-ui_gfx_codec_png_codec_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_cc patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_execution_isolate_cc Added files: www/chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_threading_hang_watcher_cc patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_commerce_strings_grdp patch-components_policy_core_common_policy_paths_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_webid_idp_network_request_manager_cc patch-device_fido_get_assertion_request_handler_cc patch-gpu_vulkan_semaphore_handle_cc patch-media_cdm_library_cdm_cdm_paths_gni patch-net_cert_pki_general_names_h patch-net_filter_zstd_source_stream_cc patch-net_http_http_auth_handler_negotiate_cc patch-net_http_http_auth_preferences_cc patch-net_http_http_auth_preferences_h patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-third_party_widevine_cdm_widevine_gni patch-ui_base_ui_base_switches_cc patch-ui_base_ui_base_switches_h patch-ui_gfx_linux_dmabuf_uapi_h Removed files: www/chromium/patches: patch-chrome_browser_enterprise_connectors_analysis_content_analysis_delegate_cc patch-chrome_browser_enterprise_connectors_connectors_manager_cc patch-chrome_browser_enterprise_connectors_connectors_manager_h patch-chrome_browser_ui_autofill_chrome_autofill_client_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_test_chromedriver_chrome_client_hints_h patch-content_public_common_common_param_traits_macros_h patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_stateless_sl_instance_device_cpp patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_utils_vk_layer_utils_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vulkan_generated_vk_extension_helper_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc Log message: update to 118.0.5993.70 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 06:00:41 Modified files: databases/iodbc: Makefile distinfo databases/iodbc/patches: patch-iodbc_connect_c patch-samples_Makefile_in databases/iodbc/pkg: PLIST-admin PLIST-main Added files: databases/iodbc/patches: patch-iodbcinst_dlf_h Log message: update to iodbc-3.52.16 (belated; upstream moved to github, so portroach didn't find it) CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 06:30:23 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.15.4 -> 2.15.5 Changelog: https://github.com/ansible/ansible/blob/stable-2.15/changelogs/CHANGELOG-v2.15.rst#v2-15-5 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/12 06:31:15 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Remove default sets answer The autoinstall(8) response file contains only non-defaults, except for Set name(s)? (or 'abort' or 'done') [done] done which is the hardcoded default since 2009. Added in 2019 r1.23 "Let sysupgrade(8) create auto_upgrade.conf file [...]" with all others, remove the exception. OK florian CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 06:31:57 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 8.4.0 -> 8.5.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst#v8-5-0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 06:49:01 Modified files: . : 74.html Log message: Delete entry regarding new libevent manuals, they are not installed yet. Add a few more manual page hyperlinks. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/12 06:56:26 Modified files: lib/libc/sys : sysctl.2 Log message: for a few sysctl nodes, mention standard or at least more widely available libc API functions and utility programs that produce equivalent output on OpenBSD; OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 06:56:55 Modified files: x11/mate/system-monitor: Makefile distinfo x11/mate/system-monitor/pkg: PLIST Log message: update to 1.26.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 06:58:46 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-web Log message: update to 6.4.7 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 07:09:10 Modified files: net/zeromq : Makefile distinfo Removed files: net/zeromq/patches: patch-tests_testutil_hpp Log message: update to 4.3.5 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 07:25:08 Modified files: . : 74.html Log message: fix the grammar and hyperlink in the entry for vmd/parse.y rev. 1.64; broken link reported by Wallin CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 08:06:08 Modified files: . : 74.html Log message: three more entries after going through /usr/src/bin/ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 08:16:28 Modified files: usr.sbin/bgpd : rde_update.c Log message: In up_generate_addpath_all() ensure that the new prefix is valid. This should fix a fatal error reported by Arend Brouwer (arend at eritap com) when "announce add-path send all" is used. As a workaround "announce add-path send best plus 500" can used. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 08:22:08 Modified files: usr.sbin/bgpd : rde_decide.c Log message: Before calling rde_generate_updates() with EVAL_ALL ensure that the new path is actually eligible. If this is not the case pass NULL instead. This is an optimisation to bypass extra work if both old and new path were ineligible. OK tb@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/12 09:16:44 Modified files: usr.sbin/btrace: bt_parse.y bt_parser.h btrace.c Log message: bt(5), btrace(8): add support for binary modulo operator ('%') Link: https://marc.info/?l=openbsd-tech&m=169695435209410&w=2 ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/12 09:32:38 Modified files: share/man/man9 : timeout.9 sys/sys : timeout.h sys/kern : kern_timeout.c Log message: timeout: add TIMEOUT_MPSAFE flag Add a TIMEOUT_MPSAFE flag to signal that a timeout is safe to run without the kernel lock. Currently, TIMEOUT_MPSAFE requires TIMEOUT_PROC. When the softclock() is unlocked in the future this dependency will be removed. On MULTIPROCESSOR kernels, softclock() now shunts TIMEOUT_MPSAFE timeouts to a dedicated "timeout_proc_mp" bucket for processing by the dedicated softclock_thread_mp() kthread. Unlike softclock_thread(), softclock_thread_mp() is not pinned to any CPU and runs run at IPL_NONE. Prompted by bluhm@. Lots of input from bluhm@. Joint work with mvs@. Prompt: https://marc.info/?l=openbsd-tech&m=169646019109736&w=2 Thread: https://marc.info/?l=openbsd-tech&m=169652212131109&w=2 ok mvs@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/12 10:37:05 Modified files: lib/libc/dlfcn : init.c Log message: Static binaries which do not call execve() were not calling pinsyscall(SYS_execve, ...). Upon review, this is a fairly small set of programs which either pledge() aggressively or don't usually operate in a risky operating environment. We now point at a location which is definately not a "syscall" instruction. ok kettenis CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/12 10:59:24 Modified files: regress/sbin/disklabel: Makefile regress/sbin/newfs: checknewfs regress/sys/dev/vnd: Makefile regress/sys/kern/mount: Makefile regress/sys/kern/realpath-unmount: Makefile regress/sys/kern/unveil-unmount: Makefile regress/usr.sbin/syslogd: Makefile Log message: Let vnconfig select an unused device as opposed of unconditionally assume vnd0 is available. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/12 11:07:58 Log message: This package provides two Hatch plugins: * version source plugin that reads/writes the package version from the version field of the Node.js package.json file. * metadata hook plugin that reads PEP 621 metadata from the Node.js package.json file. Needed for an update of lang/pcbasic ok sthen@ Status: Vendor Tag: paco Release Tags: paco_20231012 N ports/devel/py-hatch-nodejs-version/Makefile N ports/devel/py-hatch-nodejs-version/distinfo N ports/devel/py-hatch-nodejs-version/pkg/DESCR N ports/devel/py-hatch-nodejs-version/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 11:14:17 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: fix error message CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/12 11:26:56 Modified files: lang/pcbasic : Makefile distinfo lang/pcbasic/pkg: PLIST Log message: update lang/pcbasic to 2.0.7 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/12 12:15:08 Modified files: net/curl : Tag: OPENBSD_7_3 Makefile distinfo net/curl/patches: Tag: OPENBSD_7_3 patch-configure_ac patch-lib_vquic_curl_ngtcp2_c net/curl/pkg : Tag: OPENBSD_7_3 PLIST Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes fixes for * CVE-2023-38545: SOCKS5 heap buffer overflow * CVE-2023-38546: cookie injection with none file CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/12 12:21:31 Modified files: misc/remind : Makefile distinfo Log message: update to remind-4.2.7 From Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/12 12:51:52 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231012 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 13:15:21 Modified files: sys/net : if_pflog.c Log message: pflog(4) logs packet dropped by default rule with block. If a packet is malformed, it is dropped by pf(4). The rule referenced in pflog(4) is the default rule. As the default rule is a pass rule, tcpdump printed "pass" although the packet was actually dropped. To avoid confusion, change the action to drop. Then tcpdump prints "block". OK sashan@ kn@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2023/10/12 13:29:49 Modified files: . : 74.html Log message: Misc fdisk(8), disklabel(8), installboot(8), ucom(4), cu(1) entries and tweaks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/12 13:30:50 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/12 14:43:38 Modified files: devel/p5-String-Tagged: Makefile distinfo Log message: update p5-String-Tagged to 0.22 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/12 14:55:29 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo devel/p5-Devel-NYTProf/pkg: PLIST Log message: update p5-Devel-NYTProf to 6.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:32:59 Modified files: x11/xkbcommon : Makefile distinfo x11/xkbcommon/pkg: PLIST Log message: Update to libxkbcommon-1.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:33:40 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.1705.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:39:30 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/patches: patch-lib_epson-escpr-api_c print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.8.1. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/12 15:58:41 Modified files: . : 74.html Log message: a few more entries CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 16:36:54 Modified files: usr.sbin/syslogd: privsep.c syslogd.c syslogd.h Log message: Retry DNS lookup for remote loghost. If DNS lookup for a remote loghost configured in syslog.conf did not work at startup, the entry was ignored. Better retry the lookup in intervals until it succeeds. Improve debug output to print IP address after resolution. Unify retry code that resolves DNS for UDP and connects to TCP server. testing and feedback from Paul de Weerd; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 16:41:30 Modified files: regress/usr.sbin/syslogd: args-proto-udp4-host6.pl args-proto-udp6-host4.pl Added files: regress/usr.sbin/syslogd: args-dns-tcp-retry.pl args-dns-tls-retry.pl args-dns-udp-retry.pl Log message: Test retry after DNS lookup failure. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 18:00:52 Removed files: gnu/usr.bin/cvs/zlib: .cvsignore ChangeLog FAQ INDEX Make_vms.com Makefile.b32 Makefile.bor Makefile.dj2 Makefile.in Makefile.msc Makefile.riscos Makefile.sas Makefile.tc Makefile.wat README adler32.c algorithm.txt compress.c configure crc32.c deflate.c deflate.h descrip.mms example.c gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h maketree.c minigzip.c trees.c trees.h uncompr.c zconf.h zlib.3 zlib.h zutil.c zutil.h gnu/usr.bin/cvs/zlib/amiga: Makefile.pup Makefile.sas gnu/usr.bin/cvs/zlib/contrib: README.contrib visual-basic.txt gnu/usr.bin/cvs/zlib/contrib/asm386: gvmat32.asm gvmat32c.c mkgvmt32.bat zlibvc.def zlibvc.dsp zlibvc.dsw gnu/usr.bin/cvs/zlib/contrib/asm586: README.586 match.S gnu/usr.bin/cvs/zlib/contrib/asm686: README.686 match.S gnu/usr.bin/cvs/zlib/contrib/delphi: zlib.mak zlibdef.pas gnu/usr.bin/cvs/zlib/contrib/delphi2: d_zlib.bpr d_zlib.cpp readme.txt zlib.bpg zlib.bpr zlib.cpp zlib.pas zlib32.bpr zlib32.cpp gnu/usr.bin/cvs/zlib/contrib/iostream: test.cpp zfstream.cpp zfstream.h gnu/usr.bin/cvs/zlib/contrib/iostream2: zstream.h zstream_test.cpp gnu/usr.bin/cvs/zlib/contrib/minizip: ChangeLogUnzip Makefile miniunz.c minizip.c readme.txt unzip.c unzip.def unzip.h zip.c zip.def zip.h zlibvc.def zlibvc.dsp zlibvc.dsw gnu/usr.bin/cvs/zlib/contrib/untgz: Makefile makefile.w32 untgz.c gnu/usr.bin/cvs/zlib/msdos: Makefile.b32 Makefile.bor Makefile.dj2 Makefile.emx Makefile.msc Makefile.tc Makefile.w32 Makefile.wat zlib.def zlib.rc gnu/usr.bin/cvs/zlib/nt: Makefile.emx Makefile.gcc Makefile.nt zlib.dnt gnu/usr.bin/cvs/zlib/os2: Makefile.os2 zlib.def Log message: Remove ancient version of zlib bundled with GNU cvs. Avoid false positive in security scan. Removal of embedded zlib ensures that cvs is linked dynamically with /usr/lib/libz.so. We do not want any zlib 1.1.3 from 2001 in our source tree. no binary diff; OK millert@ deraadt@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 18:10:17 Modified files: . : 74.html Log message: remove incomplete sentence CVSROOT: /cvs Module name: www Changes by: kevlo@cvs.openbsd.org 2023/10/12 19:48:44 Modified files: . : 74.html Log message: mention rtl8153d CVSROOT: /cvs Module name: www Changes by: dv@cvs.openbsd.org 2023/10/12 20:26:29 Modified files: . : 74.html Log message: another vmm mention for the list CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 20:46:32 Modified files: . : 74.html Log message: Supressed -> Suppressed CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 23:15:01 Modified files: devel/geany : Makefile distinfo devel/geany/pkg: PLIST Log message: devel/geany: update to 1.38 from Rob Schmersel, ok MAINTAINER CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 23:29:09 Modified files: . : 74.html Log message: move entry on enabling phys for xhci at fdt out of network section CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 23:47:35 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Improve the description of X509_ALGOR_dup(3) The old description was vague, but strictly speaking a lie, so make it more precise and turn the lie into a truth. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 23:49:34 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Tweak previous by using the argument name, not its type CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:27:30 Modified files: net/haproxy : Makefile Log message: haproxy: enable QUIC support A substantial amount of effort was spent over a year ago to make QUIC work in libssl. haproxy upstream has gone to quite some length to make this work with LibreSSL and they run their CI with it. To make use it, users still have to opt in using the quic{4,6}@: keywords and the h3 alpn: https://www.haproxy.com/blog/how-to-enable-quic-load-balancing-on-haproxy ok danj jsing CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:31:50 Added files: devel/llvm/16/patches: patch-clang_tools_clang-shlib_CMakeLists_txt patch-llvm_tools_llvm-shlib_CMakeLists_txt Log message: devel/llvm/16: fix build on sparc64, ok robert This ports the OPENBSD_LD_IS_LLD hack from llvm-13 to llvm-16. This commit unbreaks the build, but not the packaging of llvm-16 on sparc64. No package change on architectures where llvm/16 already builds. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:34:11 Modified files: devel/llvm : Makefile.inc Log message: devel/llvm: unbreak packaging on sparc64, ok robert The packaging on sparc64 was broken since gcc has /usr/include/unwind.h and the post-install hook removed it from the fake directory. So skip its removal. No package change on architectures where llvm/16 builds. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/13 00:41:06 Modified files: . : 74.html Log message: add smtpd entries CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/13 01:14:58 Modified files: devel/llvm/13 : Makefile devel/llvm/16 : Makefile devel/llvm/files: README-main Log message: Hint how to use ports clang for base builds; from/OK robert CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 01:21:00 Modified files: . : 74.html Log message: remove openssl(1) line from hardware section ok tb@ CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/13 01:22:51 Modified files: build : Makefile build/mirrors : openbgpd-ftp.html.head Log message: OpenBGPD-portable 8.3 release CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/13 01:23:16 Modified files: openbgpd : ftp.html Log message: Regen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/13 01:37:35 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Add missing Ns in argument list of announce (IPv4|IPv6) ... CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/13 01:55:57 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.ixp.rdomain2_1.conf bgpd.ixp.rdomain2_2.conf bgpd.ixp.rdomain2_3.conf bgpd.ixp.rdomain2_4.conf ixp.rdomain1.ok Log message: Force the router-id on all bgpd instances to make the expected output predictable. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/13 02:14:54 Modified files: security/pdfcrack: Makefile distinfo Log message: Update to pdfcrack-0.20. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/13 02:22:34 Modified files: databases/py-pygresql: Makefile distinfo databases/py-pygresql/pkg: PLIST Log message: Update to py-pygresql-6.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/13 02:57:13 Modified files: infrastructure/lib/DPB: Config.pm Log message: allows for an exception property to have a value, e.g., pin:host for some port. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:23:58 Modified files: devel/leiningen: Makefile distinfo devel/leiningen/patches: patch-bin_lein-pkg Log message: update devel/leiningen to 2.10.0; ok kn@ do one more attempt at running the script under ksh instead of bash. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:24:27 Modified files: archivers/zpaqfranz: Makefile distinfo Log message: update archivers/zpaqfranz to 58.10; diff from MAINTAINER CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:25:01 Modified files: devel/poedit : Makefile distinfo devel/poedit/pkg: PLIST Log message: update devel/poedit to 3.4 changelog: https://github.com/vslavik/poedit/releases/tag/v3.4-oss CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:27:20 Modified files: graphics/nsxiv : Makefile distinfo Log message: update graphics/nsxiv to v32; ok MAINTAINER Thim Cederlund - drop the legacy loaders (that are actually already unused since we have an up-to-date imlib2) - correct the pre-build comment: git doesn't break the build, but it's still useless. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:28:49 Modified files: plan9/plan9port: Makefile distinfo Log message: update plan9/plan9port to a newest commit (20230913); ok gsoares@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 04:01:31 Modified files: . : 74.html Log message: move rkusbphy(4) line out of network hardware section CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/13 04:14:01 Modified files: sysutils/py-schedule: Makefile distinfo Log message: Update py-schedule to 1.2.1. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 04:45:58 Modified files: devel : Makefile Log message: +py-hatch-nodejs-version,python3 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 05:29:01 Modified files: . : 74.html Log message: four more manual page hyperlinks CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/10/13 06:06:49 Modified files: usr.sbin/rpki-client: Makefile as.c aspa.c cert.c extern.h filemode.c gbr.c geofeed.c ip.c main.c mft.c parser.c roa.c rpki-client.8 rsc.c tak.c Added files: usr.sbin/rpki-client: constraints.c rfc3779.c Log message: Allow imposing constraints on RPKI trust anchors The ability to constrain a RPKI Trust Anchor's effective signing authority to a limited set of Internet Number Resources allows Relying Parties to enjoy the potential benefits of assuming trust, within a bounded scope. Some examples: ARIN does not support inter-RIR IPv6 transfers, so it wouldn't make any sense to see a ROA subordinate to ARIN's trust anchor covering RIPE-managed IPv6 space. Conversely, it wouldn't make sense to observe a ROA covering ARIN-managed IPv6 space under APNIC's, LACNIC's, or RIPE's trust anchor - even if a derived trust arc (a cryptographically valid certificate path) existed. Along these same lines, AFRINIC doesn't support inter-RIR transfers of any kind, and none of the RIRs have authority over private resources like 10.0.0.0/8 and 2001:db8::/32. For more background see: https://datatracker.ietf.org/doc/draft-snijders-constraining-rpki-trust-anchors/ https://mailman.nanog.org/pipermail/nanog/2023-September/223354.html With and OK tb@, OK claudio@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/13 06:12:05 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: constraints-dummy.c Log message: Adjust regress to cope with constraints CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/13 06:51:38 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_partition_root_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_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_signals_device_info_fetcher_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_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_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h 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_policy_value_and_status_aggregator_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_profiles_profile_menu_view_base_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_tab_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_management_management_ui_handler_h patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_shortcut_sub_manager_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_linux_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_test_BUILD_gn patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_payments_strings_grdp patch-components_device_signals_core_browser_user_permission_service_impl_cc patch-components_embedder_support_user_agent_utils_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_feed_core_v2_feed_network_impl_unittest_cc patch-components_management_strings_grdp patch-components_metrics_metrics_log_cc patch-components_optimization_guide_core_tflite_model_executor_h patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_BUILD_gn 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-content_test_BUILD_gn patch-content_utility_utility_main_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_common_command_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-headless_lib_browser_headless_browser_main_parts_posix_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_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-printing_printing_context_linux_cc patch-sandbox_policy_features_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_public_mojom_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_video_capture_service_impl_cc patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp 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_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_layout_ng_grid_ng_grid_layout_algorithm_cc patch-third_party_blink_renderer_core_paint_object_paint_properties_sparse_h patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-third_party_blink_renderer_platform_BUILD_gn 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_video_capture_video_capture_impl_cc patch-third_party_boringssl_src_util_generate_build_files_py patch-third_party_cpuinfo_cpuinfo_gni patch-third_party_libsync_src_sync_c patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_color_color_id_h patch-ui_gfx_BUILD_gn patch-ui_gfx_codec_png_codec_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_cc patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_execution_isolate_cc Added files: www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_threading_hang_watcher_cc patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_commerce_strings_grdp patch-components_policy_core_common_policy_paths_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_webid_idp_network_request_manager_cc patch-device_fido_get_assertion_request_handler_cc patch-gpu_vulkan_semaphore_handle_cc patch-media_cdm_library_cdm_cdm_paths_gni patch-net_cert_pki_general_names_h patch-net_filter_zstd_source_stream_cc patch-net_http_http_auth_handler_negotiate_cc patch-net_http_http_auth_preferences_cc patch-net_http_http_auth_preferences_h patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-third_party_widevine_cdm_widevine_gni patch-ui_base_ui_base_switches_cc patch-ui_base_ui_base_switches_h patch-ui_gfx_linux_dmabuf_uapi_h Removed files: www/ungoogled-chromium/patches: patch-chrome_browser_enterprise_connectors_analysis_content_analysis_delegate_cc patch-chrome_browser_enterprise_connectors_connectors_manager_cc patch-chrome_browser_enterprise_connectors_connectors_manager_h patch-chrome_browser_ui_autofill_chrome_autofill_client_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_test_chromedriver_chrome_client_hints_h patch-content_public_common_common_param_traits_macros_h patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_stateless_sl_instance_device_cpp patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_utils_vk_layer_utils_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vulkan_generated_vk_extension_helper_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc Log message: update to 118.0.5993.70 CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/13 07:09:01 Modified files: . : 74.html Log message: Fix sentence in the "Installer, upgrade and bootloader" section. CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/13 07:28:02 Modified files: sys/dev/wsfont : wsfont.c Removed files: sys/dev/wsfont : bold8x16-iso1.h Log message: Remove bold8x16-iso1 font. This font has been unlinked from the build in January 2019 when it was replaced by Spleen 8x16. OK mpi@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 07:40:34 Modified files: . : 74.html Log message: several new entries after looking through /usr/src/usr.bin/ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/13 07:52:09 Modified files: sys/arch/amd64/conf: RAMDISK_CD Log message: enable dwqe(4) in RAMDISK_CD reminded by jsg@, snapshot test build done by me CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 08:50:39 Modified files: . : 74.html Log message: new entries for ktrace1(2), imsg, modf(3), oBER and pcap after looking through /usr/src/lib/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/13 09:41:25 Modified files: sys/dev/fdt : sxipio.c sxipio_pins.h sxipiovar.h Log message: Add Allwinner D1 support. ok mbuhl@, patrick@, dlg@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 10:24:49 Log message: Import print/luametatex. Minimal TeX engine for use with ConTeXt. OK tb@, thanks. Status: Vendor Tag: edd Release Tags: edd_20231013 N ports/print/luametatex/Makefile N ports/print/luametatex/distinfo N ports/print/luametatex/pkg/DESCR N ports/print/luametatex/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 10:25:57 Modified files: print : Makefile Log message: Link print/luametatex. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 10:33:31 Modified files: . : 74.html Log message: mention zlib 1.3; OK tb@ benno@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 10:36:52 Modified files: . : 74.html Log message: oops, fix previous, i forgot the "(+ patches)" on the zlib line CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:08 ports/sysutils/u-boot/rk356x Update of /cvs/ports/sysutils/u-boot/rk356x In directory cvs.openbsd.org:/tmp/cvs-serv50775/rk356x Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:53 ports/sysutils/u-boot/rk356x/files Update of /cvs/ports/sysutils/u-boot/rk356x/files In directory cvs.openbsd.org:/tmp/cvs-serv55017/files Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x/files added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:53 ports/sysutils/u-boot/rk356x/pkg Update of /cvs/ports/sysutils/u-boot/rk356x/pkg In directory cvs.openbsd.org:/tmp/cvs-serv55017/pkg Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/13 10:49:37 Modified files: www/nghttp2 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to nghttp2-1.57.0 (mitigates CVE-2023-44487, HTTP/2 rapid reset attack, for servers using nghttp2) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:53:42 Modified files: devel/gopls : Makefile distinfo modules.inc Log message: Update to gopls-0.13.2 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:54:00 Modified files: security/gosec : Makefile distinfo modules.inc security/gosec/pkg: DESCR Log message: Update to gosec-2.18.0 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:54:24 Modified files: devel/goreleaser: Makefile distinfo modules.inc Log message: Update to goreleaser-1.21.2 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:15:18 Modified files: print/texlive : Makefile.inc print/texlive/base: Makefile distinfo print/texlive/base/patches: patch-texk_dvisvgm_dvisvgm-src_src_Makefile_in patch-texk_web2c_luatexdir_lua_luatex-core_c print/texlive/base/pkg: PLIST-main PLIST-mktexlsr PLIST-synctex README-main print/texlive/texmf: Makefile adj.mk distinfo symlinks.mk print/texlive/texmf/files: mk_adj.py update_plist_hints.py write_plists.py print/texlive/texmf/patches: patch-texmf-dist_doc_man_man1_bib2gls_1 patch-texmf-dist_doc_man_man1_convertgls2bib_1 patch-texmf-dist_web2c_texmf_cnf patch-texmf-dist_web2c_texmfcnf_lua print/texlive/texmf/pkg: PLIST-buildset PLIST-context PLIST-docs PLIST-full PLIST-main Added files: print/texlive/texmf/patches: patch-texmf-dist_doc_info_latex2e-es_info patch-texmf-dist_scripts_context_lua_mtxrun_lua patch-texmf-dist_tex_context_base_mkiv_data-res_lua print/texlive/texmf/pkg: MESSAGE-context Removed files: print/texlive/base/patches: patch-texk_dvisvgm_dvisvgm-src_src_Ghostscript_cpp print/texlive/texmf/patches: patch-texmf-dist_scripts_context_stubs_unix_mtxrun Log message: print/texlive: Update to 2023. Unfortunately I was unable to get ConTeXt working with the new luametatex engine, so ConTeXt is broken for now. I will attempt to fix it at some point, but in the meantime, we can't let it block the TeX Live update. OK, tb@, thanks! CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:16:16 ports/books/tex-by-topic/patches Update of /cvs/ports/books/tex-by-topic/patches In directory cvs.openbsd.org:/tmp/cvs-serv28566/patches Log Message: Directory /cvs/ports/books/tex-by-topic/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/13 13:18:54 Modified files: www/tomcat/v10 : Makefile Log message: fix JDK version, tomcat 10.1 requires 11+ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:24:39 Modified files: books/tex-by-topic: Makefile distinfo Added files: books/tex-by-topic/patches: patch-Makefile Log message: books/tex-by-topic: update to version 20230810. Needed to build with TeX Live 2023. I contacted the author asking if he will be making any more formal releases, and he said he won't be. Hence using a git snapshot. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/13 13:28:59 Modified files: regress/sys/fileops: Makefile.inc Log message: Use the idiom in cleanup target like many others in regress already does. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:30:15 Modified files: editors/neovim : Makefile distinfo editors/neovim/patches: patch-static-deps_luajit_src_host_buildvm_asm_c patch-static-deps_luajit_src_lj_arch_h editors/neovim/pkg: PLIST Log message: editors/neovim: update to version 0.9.4. Diff from Laurent Cheylus. OK kn@. Thanks both. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/13 13:30:18 Modified files: regress/sys/mfs_noperm: Makefile Log message: Use a unique mount point rooted in /mnt in order to not conflict with other tests. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/13 14:33:51 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/13 15:21:30 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/13 15:38:41 Modified files: . : 74.html Log message: Fix a typo: s/artifical/artificial. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:36:29 Modified files: games/fheroes2 : Makefile distinfo Log message: update to fheroes2 1.0.9 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:38:11 Modified files: devel/sdl2 : Makefile distinfo Log message: bugfix update to sdl2 2.28.4 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:41:57 Modified files: audio/faudio : Makefile distinfo games/fna : Makefile distinfo games/fna/patches: patch-src_Content_ContentManager_cs graphics/fna3d : Makefile distinfo graphics/fna3d/patches: patch-CMakeLists_txt Log message: update FNA ports (including fna3d and faudio) to 23.10 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 17:10:10 Modified files: . : 74.html Log message: clould -> could CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:12:43 Modified files: lang/ruby : Makefile Log message: Unhook Ruby 3.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:13:19 Removed files: lang/ruby/3.0 : Makefile distinfo lang/ruby/3.0/patches: patch-common_mk patch-compile_c patch-configure patch-ext_etc_etc_c patch-ext_extmk_rb patch-ext_openssl_extconf_rb patch-ext_openssl_ossl_ocsp_c patch-ext_openssl_ossl_pkey_ec_c patch-ext_ripper_depend patch-lib_cgi_cookie_rb patch-lib_fileutils_rb patch-lib_mkmf_rb patch-lib_rubygems_commands_install_command_rb patch-lib_rubygems_dependency_installer_rb patch-lib_rubygems_ext_ext_conf_builder_rb patch-template_builtin_binary_inc_tmpl patch-thread_pthread_h lang/ruby/3.0/pkg: DESCR-gdbm DESCR-main DESCR-ri_docs MESSAGE-main PLIST-gdbm PLIST-main PLIST-ri_docs UNMESSAGE-main Log message: Send Ruby 3.0 to the Attic CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:14:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update quirk for ruby30-* ports CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:15:40 Modified files: lang/ruby : ruby.port.mk Log message: Remove support for building ruby30-* packages for Ruby ports CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:16:58 Modified files: share/man/man5 : ruby-module.5 Log message: Update lang/ruby module documentation for the removal of Ruby 3.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/13 17:53:08 Modified files: books/tex-by-topic: Makefile Log message: books/tex-by-topic: do not override SITE_GITHUB with obsolete SITES CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/13 18:34:17 Modified files: . : 74.html Log message: delete chunk that needs nothing CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/13 20:09:49 Modified files: security/osv-scanner: Makefile distinfo modules.inc Log message: security/osv-scanner: update to 1.4.1 ok danj@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/13 20:45:31 Modified files: geo/py-xyzservices: Makefile distinfo Log message: geo/py-xyzservices: update to 2023.10.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/13 23:07:05 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/14 00:29:11 Modified files: share/man/man4 : iwm.4 iwn.4 iwx.4 pci.4 Log message: align the intel wifi entries with the other pci wifi entries; ok stsp CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/14 00:37:55 Modified files: emulators/libretro-genesis-plus-gx: Makefile Log message: Enable debug packages. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/14 02:04:15 Modified files: infrastructure/db: dist-tuple.pattern Log message: add codeberg support for DIST_TUPLES; ok kn espie thfr CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 02:25:36 Modified files: faq : current.html Log message: Roll current.html CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/14 02:48:05 Modified files: . : 74.html Log message: 8469 sparc64 packages CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 03:37:55 Added files: faq : upgrade74.html Log message: Initial 7.4 Upgrade notes CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/14 03:46:14 Modified files: usr.sbin/bgpd : logmsg.c Log message: Rewrite log_peer_info() and log_peer_warn[x]() Passing the peer description as part of the format string was a bad idea since the peer description may include some % signs (e.g. for link local IPv6 addresses). So instead of asprintf a new fmt string use vasprintf to get the message and then use logit("%s: %s", peer_info, msg). OK tb@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 03:53:35 Modified files: . : 74.html Log message: fix merge conflicts CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/14 04:50:11 Modified files: . : 74.html Log message: mention that pkg_add -u can now use the cache from the quirks package (used to reduce mirror load and speed updates) when -stable packages are available - it didn't handle multiple package repos before. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 05:46:50 Modified files: . : 74.html Log message: a few more lines CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/14 05:56:09 Modified files: www/chromium/patches: patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-v8_BUILD_gn www/ungoogled-chromium/patches: patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-v8_BUILD_gn Log message: unbreak build on i386 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 06:54:13 Modified files: . : 74.html Log message: several new entries after looking through /usr/src/sbin/, and make some entries more precise: one entry for iked(8), three for isakmpd(8), and two for ifconfig(8) CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/14 07:05:43 Modified files: regress/sys/kern/pipe: test-kqueue.c Log message: Suppress harmless EPIPE errors during test shutdown. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:21 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.31.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:30 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:50 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:28:11 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.52.3. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/14 07:32:55 Modified files: . : 74.html Log message: wrong section for pkg_add, pointed out sobrado@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 07:40:34 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 08:04:22 Modified files: games/taisei : Makefile Log message: mark BROKEN-i386, SSE issues during build CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 08:12:48 Modified files: . : 74.html Log message: many more manual page hyperlinks CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 08:43:17 Modified files: . : 74.html Log message: more changes and merge with manpage link update CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 09:23:40 Modified files: . : 74.html Log message: discuss hw.battery management sysctl(2) at one place, not at four different places CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:24:44 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_common_darktable_h patch-src_external_rawspeed_cmake_compiler-flags_cmake graphics/darktable/pkg: PLIST Log message: update to darktable-4.4.2 add BDEP on devel/py-jsonschema,python3 - it's used during build if found at configure time - as found by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:26:50 Modified files: graphics/darktable: Makefile Log message: also picks up portmidi if present during configure CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/14 09:28:17 Modified files: devel/nuget : Makefile distinfo Log message: update nuget to 6.6.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:35:46 Modified files: www/chromium : Makefile www/ungoogled-chromium: Makefile Log message: use DPB_PROPERTIES=lonesome on i386 in an attempt to put some kind of cap on the swapping during build (I set parallel2 to lower than parallel in dpb), for the larger C++ files it's not uncommon to see 800+MB per compiler process already present in iridium CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/14 09:35:58 Modified files: x11/qt6/qtwebengine: Makefile Log message: x11/qt6/qtwebengine: copy arch restrictions and dpb properties from qt5 ok tb@ CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/14 09:39:55 Modified files: . : 74.html Log message: Fix a couple of typos. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/14 09:53:00 Modified files: audio/mpd : Makefile distinfo Log message: audio/mpd: update to 0.23.14 ok landry@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 10:02:49 Modified files: . : 74.html Log message: resolve duplication of the pfsync(4) entry and move it to the "SMP Improvements" section because that appears to be the main goal of the rewrite CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 10:54:39 Modified files: faq : upgrade74.html Log message: Add the change of shutdown(8) to using the _shutdown group to the upgrade configuration changes. Pointed out by benno@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 11:21:15 Modified files: . : 74.html Log message: Collect all pf(4) entries in one place rather than scattering them in five different places. Rewrite the DIOCXEND entry such that it becomes intelligible. CVSROOT: /cvs Module name: www Changes by: cheloha@cvs.openbsd.org 2023/10/14 11:55:54 Modified files: . : 74.html Log message: 74.html: SMP Improvements: drop mention of clockintr_queue mutex Change not significant enough to warrant mention. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/10/14 12:10:47 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Verify but don't overwrite SHA256.sig in fw_update(8) Signify is happy to overwite the file with the signature stripped off. However, if we do that, when downloading firmware we lose the ability to check the signature before verifying checksums on the downloaded files. Noticed by Thomas Right deraadt@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:16:54 Modified files: . : 74.html Log message: Collect all entries related to TSO and LRO in one place rather than scattering them in three different places. In particular, move ix(1) out of the wireless section to avoid offending optical fibers. Also choose a more logical order for these entries and reword parts of them such that they become easier to understand. Remove one entry describing the modification of a feature that did not exist yet when 7.3 was released. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:24:33 Modified files: . : 74.html Log message: delete one duplicate entry related to ksh(1) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:30:35 Modified files: . : 74.html Log message: delete one duplicate entry related to shutdown(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:43:22 Modified files: . : 74.html Log message: resolve duplication of the entry for malloc(3) leak detection and add some manual page hyperlinks to it CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:50:52 Modified files: . : 74.html Log message: resolve duplication of an entry related to pax(1) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/14 13:02:17 Modified files: lib/libc/sys : sysctl.2 Log message: Document the hw.battery sysctls. ok benno@, jmc@, schwarze@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:08:51 Modified files: . : 74.html Log message: add manual page links for bge(4), rkpciephy(4), and sncodec(4) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:12:30 Modified files: . : 74.html Log message: delete two duplicate entries for iked(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:15:51 Modified files: . : 74.html Log message: one more manual page link for relayd(8) CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:30:41 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:47:37 Modified files: . : 74.html Log message: a few more new things CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 13:50:15 Added files: x11/qt5/qtbase/patches: patch-src_platformsupport_input_xkbcommon_qxkbcommon_cpp x11/qt6/qtbase/patches: patch-src_gui_platform_unix_qxkbcommon_cpp Log message: xkb: fix build with libxkbcommon 1.6.0 and later (from upstream) CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:53:05 Modified files: . : 74.html Log message: Improve the Security section, with help from kettenis@, Thanks! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/14 14:56:07 Modified files: cad/solvespace : Makefile geo/lib2geom : Makefile graphics/libvips: Makefile mail/msmtp : Makefile math/datamash : Makefile Log message: explicitly specify gettext subpackage in *_DEPENDS Specify "devel/gettext,-runtime" rather than depending on "devel/gettext" expanding to this. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/14 15:13:43 Modified files: . : 74.html Log message: try to avoid using "we" CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:32:04 Modified files: . : 74.html Log message: last entries, still some formatting and reordering to do CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:35:53 Modified files: . : 74.html Log message: remove duplicate and commented out entry and reorder SMP section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:42:44 Modified files: . : 74.html Log message: clean and reoorder network stack/userland section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:44:28 Modified files: . : 74.html Log message: comment out the New/Extended Architectures. No new arch this time, and the single entry is a duplicate of content in the security section. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:47:31 Modified files: . : 74.html Log message: more cleanup, remove dup. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 17:00:49 Modified files: . : 74.html Log message: reorder and fix the drivers section CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2023/10/14 17:43:40 Modified files: faq : upgrade73.html Log message: uncomment links to upgrade74.html CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/14 18:30:41 Modified files: . : 74.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2023/10/14 22:19:25 Modified files: . : 74.html Log message: Fix typo in Chromium version CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/15 01:31:06 Modified files: archivers/snappy: Makefile Log message: Switch homepage to https. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/15 02:42:05 Modified files: security/openssl/libretls: Makefile distinfo security/openssl/libretls/pkg: DESCR PLIST Log message: update libretls to 3.8.1 and switch to libressl 3.1 ok tb@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/15 03:49:57 Modified files: bin/pax : pax.c Log message: Pledge once with or without "proc exec", not twice Spotted while comparing ktraces between 'tar -z' and 'gzcat | tar -f-'. Only the former runs, e.g. gzip(1), but the latter also pledges theses promises just to pledge again immediately afterwards without them. Make the calls mutually exclusive so 'tar -f-' et al. skip the first pledge and thus never have "proc exec" to begin wth. "looks good to me" mbuhl OK millert CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 03:54:10 Modified files: security/argon2: Makefile Log message: fix pkg-config version, from JR Aquino Consumers may fail on version constraints, pass the release version. OK sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 04:07:43 Modified files: net/psi : Makefile Log message: avoid ports minizip to unbreak build (port still BROKEN) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 04:10:34 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/psi : Makefile distinfo net/psi/pkg : DESCR PLIST Log message: Remove net/psi BROKEN since 2020, fails to connect to the server/login into accounts, upstream had commits in may, but still no fix/update after three years. OK rsadowski CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/15 04:45:56 Modified files: . : 74.html Log message: Improve the layout of the security section with

    and
    . While there, make the unveil change to patch easier to read. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 05:13:48 Modified files: . : 74.html Log message: Resolve dupli- and triplication of information about IBT/BTI and PAC. Tighten the wording and tweak HTML markup while there. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/15 05:22:01 Modified files: infrastructure/templates: Makefile.template Log message: zap double empty line CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 05:40:11 Modified files: . : 74.html Log message: Switch a few past tenses to present tense in sections that generally use present tense. Consistent spelling for IPsec and VPN. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 06:02:10 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-CMakeLists_txt Log message: Update to libical-3.0.17. CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/15 06:09:12 Modified files: . : 74.html Log message: Add manual page links for dwiic(4) and axppmic(4). CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:31:25 Modified files: devel/cmake : Makefile distinfo Log message: Update cmake to 3.27.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:38:46 Modified files: devel/jenkins/devel: Makefile distinfo devel/jenkins/stable: Makefile distinfo Log message: Update Jenkins -stable and -devel CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 06:39:37 Modified files: . : 74.html Log message: more manpage links for utrace(2), tzset(3), and dmesg(8), fix one broken element, and some punctuation fixes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:47:37 Modified files: net/weechat : Makefile distinfo Log message: weechat to 4.0.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:52:06 Modified files: devel/kdiff3 : Makefile distinfo devel/kdiff3/pkg: PLIST Log message: kdiff3 to 1.10.6 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 06:53:31 Modified files: . : 74.html Log message: resolve duplication of the imsg/ibuf entry CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:10:57 Modified files: . : 74.html Log message: Discuss "bioctl -s" in one place rather than in two different places. Delete the misleading entry "implement a non-interactive mode (-s)" because -s has been documented since OpenBSD 4.9. Add the word "non-interactive" to the other "bioctl -s" entry instead. CVSROOT: /cvs Module name: www Changes by: brynet@cvs.openbsd.org 2023/10/15 07:29:06 Modified files: . : 74.html Log message: aq(4) is not a wireless driver CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:36:06 Modified files: . : 74.html Log message: For pax(1), one entry appeared twice and another entry appeared three times. Collect all the information into the two entries that were already close to each other and delete the other three entries. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/15 07:42:14 Modified files: math/netcdf : Makefile math/netcdf/patches: patch-ncdap_test_tst_remote3_sh patch-ncdump_test_scope_sh Added files: math/netcdf/patches: patch-nc_test4_findplugin_in patch-nc_test4_tst_bloscfail_sh patch-nc_test4_tst_filter_sh patch-nc_test4_tst_specific_filters_sh patch-ncdump_test_rcmerge_sh patch-ncdump_testpathcvt_sh Log message: Enable blosc filter support and fix some more tests while there. OK tb@ landry@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:50:25 Modified files: . : 74.html Log message: Delete the entries for aucat(1) and find(1) and two of the sub-entries for mg(1) because those changes were trivial and lack notability. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/15 08:07:39 Modified files: . : 74.html Log message: link mg no-tab-mode and set-default-mode commands CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/15 08:09:32 Modified files: math/py-h5py : Makefile distinfo Log message: Update h5py to 3.10.0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 08:11:12 Modified files: . : 74.html Log message: some more hyperlinks in the mg(1) section CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/15 08:13:56 Modified files: sysutils/colorls: Makefile distinfo Log message: sysutils/colorls: sync with OpenBSD 7.4 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 08:15:22 Modified files: . : 74.html Log message: put both ld.so(1) entries next to each other, no text change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 08:20:10 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-configure patch-wx-config_in Log message: Update to wxWidgets-gtk3-3.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 08:20:27 Modified files: net/filezilla : Makefile x11/wxSVG : Makefile devel/codeblocks: Makefile geo/spatialite/gui: Makefile Log message: Regen WANTLIB after x11/wxWidgets update. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:02:36 Modified files: . : 74.html Log message: manual page link for seq(1), and one more for cron(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:18:45 Modified files: . : 74.html Log message: resolve duplication of the entry for RFC9131 neighbor caching CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:32:37 Modified files: . : 74.html Log message: resolve some duplication in the TSO/LRO section CVSROOT: /cvs Module name: src Changes by: chrisz@cvs.openbsd.org 2023/10/15 09:49:47 Modified files: share/man/man9 : audio.9 Log message: audio(9): deprecate start_{output,input} ok ratchov@, kn@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:49:48 Modified files: . : 74.html Log message: Since we now have a dedicated subsection for pf(4), no need to repeat "in pf(4)" all over the place. Add hyperlinks for divert-packet and nat-to. Consistently use all caps for ICMP. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 10:04:01 Modified files: . : 74.html Log message: delete a sec(4) entry that strayed into the tmux(1) section, and consistently spell "route-based" with a hyphen