CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/07 18:06:32 Modified files: sys/net : if_rport.c Log message: implement "checksum offload" between rport pairs. this allows the kernel to skip ip/tcp/udp checksum calculation for packets between rdomains. rport interfaces advertise checksum offload capabilities to the stack, so the stack will set CSUM_OUT mbuf flags rather than do the checksum calculation for packets being transmitted on an port interface. when these packets are sent back into the stack by the partner rport interface, the CSUM_OUT flags get mapped to equivalent CSUM_IN_OK flags. this is modelled on how lo(4) does the same thing. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/07 18:28:27 Modified files: sys/net : if_rport.c Log message: use multiple txqs to spread traffic handling over softnet threads. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/07 18:32:52 Modified files: usr.bin/ssh : version.h Log message: openssh-10.2 The only change since 10.1 is the channels.c fix CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/07 19:05:47 Modified files: . : 70.html mail.html openbgpd : mail.html faq/ports : guide.html build/mirrors : openssh-portable.html.head openssh : portable.html Log message: correctly capitalise GitHub mentioned by charles19132 on misc ok tb@ op@ schwarze@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/07 19:21:59 Modified files: build/mirrors : openssh-portable.html.head openssh : portable.html Log message: correct html; spotted by schwarze@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2025/10/08 07:15:33 Modified files: sys/net80211 : ieee80211_node.c Log message: Fix association to access points which have all 802.11b rates disabled. When I replaced ieee80211_iserp_sta() with a check for the extended rates information element I wrongly assumed that this information element would always be present if 11g is supported. However, the xrates IE only appears in 11b/g mixed mode. APs which have 802.11b rates completely disabled can announce all rates via the regular rates IE and never send the xrates IE. Ensure that we recognize such APs as 11g-capable regardless of the missing xrates IE. Otherwise assocation can fail due to a mismatch of basic rates. Problem reported by landry@ ok phessler@ sthen@ CVSROOT: /cvs Module name: www Changes by: kirill@cvs.openbsd.org 2025/10/08 13:52:58 Modified files: . : 78.html Log message: 78.html: sync version of jdks OK: tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/08 15:02:16 Modified files: usr.bin/ssh : ssh-pkcs11.c Log message: fix crash at exit (visible via ssh-keygen -D) when multiple keys loaded. ok markus deraadt dtucker CVSROOT: /cvs Module name: www Changes by: kirill@cvs.openbsd.org 2025/10/08 15:37:51 Modified files: . : 78.html Log message: 78.html: sync version of ports CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/08 15:48:40 Modified files: usr.bin/ssh : sftp.c Log message: When tab-completing a filename, ensure that the completed string does not end up mid-way through a multibyte character, as this will cause a fatal() later on. based on GHPR#587 from @TaoistBrickscarrier; feedback tb@ kevlo@ ok dtucker@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/08 15:55:19 Modified files: sys/conf : newvers.sh Log message: 7.8-current ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/08 15:57:15 Modified files: sys/conf : GENERIC Log message: re-enable POOL_DEBUG ok deraadt@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/08 17:28:31 Modified files: . : 78.html Log message: update versions of base and xenocara components CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/08 21:23:33 Modified files: usr.bin/ssh : monitor_wrap.c Log message: silence "mm_log_handler: write: Broken pipe" logspam CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2025/10/09 05:18:29 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable ice(4) on arm64. Works out of the box. OK kettenis@ deraadt@ jca@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2025/10/09 05:22:06 Modified files: sys/dev/pci : if_ice.c Log message: Implement SIOCGIFRXR in ice(4) so that systat mbuf shows the queues. OK stsp@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2025/10/09 07:29:40 Modified files: . : 78.html Log message: Add some fdisk and disklabel items. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2025/10/09 08:43:51 Modified files: faq : current.html Log message: add a heads-up about a freetds update that came along earlier in 7.7-current which just showed up an interesting problem after updating a test machine. if you have set "tds version = 8.0" you might want to review and change to "= auto" or a specific version before updating, to avoid connection failure, and your dba getting scary looking emails from mssql ;) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2025/10/09 12:43:26 Modified files: sys/arch/sparc64/dev: viommu.c Log message: Avoid segments greater than maxsegsz during map merging Apply the same fix as done in iommu.c rev 1.83 OK jan@ kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2025/10/09 13:25:37 Modified files: sys/dev/fdt : rkrng.c Log message: Add RK3588 support. ok dlg@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2025/10/09 13:27:04 Modified files: usr.sbin/rpki-client: ccr.c rpki-asn1.h Log message: Clarify CCR file format: the payload is encapsulated inside an OCTET STRING Brought up by William McCall This is a mechanical change. discussed with / OK tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2025/10/09 14:08:49 Modified files: sys/arch/riscv64/dev: stfclock.c Log message: Improve JH7110 support: - Round to the nearest achievable clock rate instead of rounding down. - Make sure we don't set a divider to zero. - Fully initialize PLL0 when setting its rate. - Bump PLL0 rate regardless of what the firmware configures it to. This avoids issues with firmware based on upstream U-Boot. ok jca@ CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2025/10/09 15:39:26 Modified files: . : 78.html Log message: add two missing closing tags to hyperlinks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/09 17:25:23 Modified files: usr.bin/ssh : ssh-pkcs11.c Log message: downgrade a useless error() -> debug() CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/09 17:26:47 Modified files: usr.bin/ssh : ssh-keygen.c Log message: don't abuse SSHKEY_FLAG_EXT to signal that a key is in the agent, as that triggers special handling on sshkey_free() CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/09 17:57:26 Modified files: . : 78.html Log message: mention kernel drm version CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/09 17:58:27 Modified files: regress/usr.bin/ssh: sftp-cmds.sh Log message: simplify CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/09 18:31:53 Modified files: regress/usr.bin/ssh: sftp-cmds.sh Log message: clean up more thoroughly between tests CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2025/10/10 02:31:36 Added files: openssh/txt : release-10.2 Log message: openssh-10.2 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/10 02:31:55 Modified files: . : 78.html Log message: add new drivers CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2025/10/10 02:32:35 Modified files: . : 78.html build : Makefile build/mirrors : openssh-ftp.html.head openssh : ftp.html index.html openbsd.html releasenotes.html openssh/txt : release-10.2 Log message: openssh-10.2 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2025/10/10 02:33:48 Modified files: openssh/txt : release-10.2 Log message: typo CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2025/10/10 02:34:05 Modified files: openssh : releasenotes.html Log message: typo CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2025/10/10 05:10:15 Modified files: . : plus.html Log message: plus covering April to May. A few tricky entries are missing and will be added once I understand them. Most work by pamela@. man page markup by me. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2025/10/10 05:31:13 Modified files: lib/libcrypto/x509: x509_local.h x509cset.c Log message: Remove unused sequence member from x509_revoked_st To allow binary search for looking up if a cert was revoked in a CRL, the list of revoked serial numbers is sorted in crl_lookup(). On the other hand, to be able to output the DER that was actually signed by the issuer, the original order needs to be remembered. Before the encoding was cached, there was a mechanism that would restore the original order on serialization using the .sequence member. This was done without a lock and was thus racy (hilarity would ensue if one thread performed a CRL lookup while another thread serialized the same CRL). When the racy mechanism was removed in 2004, the only reader of .sequence, X509_REVOKED_seq_cmp(), was also removed, and this piece of dead code was left behind. Garbage collect it. ok kenjiro CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2025/10/10 05:56:48 Modified files: sys/dev/pci : if_ice.c Log message: Fix various errors on big-endian systems. With this ice(4) works on sparc64. In ice_copy_rxq_ctx_to_hw() the buffer passed in is already in little endian and so one needs to call bus_space_write_raw_4(). Wrap that into ICE_WRITE_RAW() to be consistent. In ice_txeof() the calculation of dtype was all messed up. The 64bit descriptor word cmd_type_offset_bsz needs to be converted to host byte order and then all the masking and shifting can happen. Also there is no need to byte swap ICE_TX_DESC_DTYPE_DESC_DONE since dtype is already in host byte order. On code inspection another unneeded byte swap was found in ice_tx_setup_offload(). The vlan tag needs to be shifted into position unswapped and the full word is swapped at the end. OK stsp@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2025/10/10 05:58:24 Modified files: sys/dev/pci : if_ice.c Log message: Disable ICE_DBG_TRACE in the default ice_debug value. It is way to noisy and adds little real value. OK stsp@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2025/10/10 10:12:58 Modified files: sys/dev/acpi : amdpmc.c Log message: Add SMU support to amdpmc(4). The SMU is a microcontroller buried deep in the bowels of AMD SoCs and needs to be tickled in order to reach the lowest power states in suspend. It also provides some information on whether we actually reached those lower states. On most machines we will need to tell the USB4 controllers to go to sleep to reach these states. So it is likely that we won't reach S0i3 yet on those machines. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: www Changes by: hshoexer@cvs.openbsd.org 2025/10/10 15:23:54 Modified files: . : events.html Added files: papers : eurobsdcon2025-hshoexer-confidential-computing.pdf Log message: I gave a presentation at EuroBSDCon 2025 CVSROOT: /cvs Module name: www Changes by: hshoexer@cvs.openbsd.org 2025/10/10 15:41:24 Modified files: . : events.html Added files: papers : bsdcan2025-hshoexer-confidential-computing.pdf Log message: I gave a presentation at BSDCan 2025 CVSROOT: /cvs Module name: www Changes by: hshoexer@cvs.openbsd.org 2025/10/10 15:56:42 Modified files: . : events.html Log message: Adjust BSDCan 2025 entry to follow style guide for dates. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2025/10/10 17:07:40 Modified files: lib/libcrypto/x509: x509_vpm.c regress/lib/libssl/unit: ssl_verify_param.c Log message: const correct X509_VERIFY_PARAM_get_hostflags() This is currently an internal helper only used by a regress test. We'll have to expose in the public API for Python 3.14: https://github.com/libressl/portable/issues/1202 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/10 18:54:56 Modified files: share/man/man4 : dt.4 Log message: mdoc fixes. FA -> Fa, remove extra El. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/11 09:46:06 Modified files: usr.bin/nc : netcat.c Log message: use strtonum() instead of atoi(), and error out for bad numbers This generates a host-order number, so the ntohs() for getservbyport() was wrong, that should always have been htons(). The transform is the same, but misleading. ok tb CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2025/10/11 12:34:24 Modified files: sys/dev/pci : if_ixl.c Log message: Revert rev 1.109: | ixl/ice(4): use 128 segments for DMA maps of TSO packets | | This avoids unnecessary m_defrag() calls and gain some performance. | | with tweaks for kettenis and bluhm | | ok kettenis, bluhm This seems to cause oactive stalls and ixl is too common to have it broken like this. I prefer unnecessary m_defrag() calls over hanging interfaces. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2025/10/11 17:39:14 Modified files: usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 etc : moduli Log message: Import regenerate moduli. CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2025/10/12 09:48:32 Modified files: etc/mtree : special Log message: etc/mtree/special: drop resolv.conf.tail line i think we lost support for this file when we moved to dhcpleased. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2025/10/12 16:09:48 Modified files: . : 78.html Log message: add more changes CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/12 18:53:51 Modified files: usr.bin/ssh : scp.c Log message: when using the SFTP protocol for transfers, fix implicit destination path selection when source path ends with ".."; ok deraadt@ bz3871 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/12 18:54:29 Modified files: usr.bin/ssh : sftp.c Log message: similar to scp, fix implicit destination path selection when source path ends with ".."; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/12 18:55:09 Modified files: regress/usr.bin/ssh: scp.sh Log message: test implicit destination path selection when source path ends with ".." CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/12 18:55:45 Modified files: regress/usr.bin/ssh: sftp-cmds.sh Log message: test recursive transfers, including cases where the source path ends in ".." CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/12 18:56:15 Modified files: regress/usr.bin/ssh: scp3.sh Log message: test remote/remote recursive transfers where the source path ends in ".." CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/12 21:15:19 Modified files: sys/dev/pci/drm/amd/include: mes_v11_api_def.h mes_v12_api_def.h Log message: drm/amd : Update MES API header file for v11 & v12 From Shaoyun Liu bfd0bec4cb2c0b9e30decc84ffc269ba91ee6906 in linux-6.12.y/6.12.52 ce4971388c79d36b3f50f607c3278dbfae6c789b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/12 21:17:03 Modified files: sys/dev/pci/drm/amd/include: mes_v11_api_def.h mes_v12_api_def.h Log message: drm/amd/include : MES v11 and v12 API header update From Shaoyun Liu ff2b82286fc8e6fc6caf9072009d78f7c05db32e in linux-6.12.y/6.12.52 1c687c0da9efb7c627793483a8927554764e7a55 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/12 21:18:53 Modified files: sys/dev/pci/drm/amd/include: mes_v12_api_def.h Log message: drm/amd/include : Update MES v12 API for fence update From Shaoyun Liu 2dedc6b77bf82dae6cf6a9d4d5ac44526be9a605 in linux-6.12.y/6.12.52 15d8c92f107c17c2e585cb4888c67873538f9722 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/12 21:21:29 Modified files: sys/dev/pci/drm/amd/amdgpu: mes_v11_0.c mes_v12_0.c sys/dev/pci/drm/amd/include: mes_v11_api_def.h mes_v12_api_def.h Log message: drm/amdgpu: Enable MES lr_compute_wa by default From Mario Limonciello 5980a35c9d138804251e50788c1e8137028a47ac in linux-6.12.y/6.12.52 1fb710793ce2619223adffaf981b1ff13cd48f17 in mainline linux CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2025/10/13 01:19:08 Modified files: usr.bin/tmux : input.c tty.c Log message: Check allow-set-title for APC as well. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2025/10/13 01:29:53 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add buffer_full format variable, from Mohammad AlSaleh in GitHub issue 4630. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2025/10/13 01:44:22 Modified files: . : 78.html Log message: list more wireless driver changes so benno can stop worrying about them CVSROOT: /cvs Module name: www Changes by: brynet@cvs.openbsd.org 2025/10/13 02:25:16 Modified files: . : 78.html Log message: aplpmc -> amdpmc CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2025/10/13 03:32:11 Modified files: usr.sbin/rpki-client: ccr.c rpki-asn1.h Log message: Rename ManifestRef to ManifestInstance This is preparation step for an upcoming change to the CCR format in which the structure containing manifest metadata will gain an extra field (and thus not align with the ManifestRef structure from draft-spaghetti-sidrops-rpki-erik-protocol) OK tb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2025/10/13 03:45:27 Modified files: usr.sbin/unbound/doc: unbound.conf.5.in unbound.conf.rst usr.sbin/unbound/util: config_file.c Log message: reduce default so-sndbuf in unbound to avoid a warning. in 1.24.0, upstream started to override the OS default and warn at startup if not possible, but they picked a value (4MB) which is above the 2MB maximum that we permit. found by landry@, ok landry bluhm from bluhm: "Our UDP stack has no UDP socket buffer for sending. Each packet is directly passed to ip_output(). So basically this value is a per packet size limit." CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2025/10/13 04:18:42 Modified files: . : 78.html Log message: add 7.8 package counts so far aarch64: 12506 amd64: 12651 i386: 10457 powerpc64: 9698 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2025/10/13 04:44:27 Modified files: sys/dev/pci : if_bnxt.c Log message: free completion ring on failure in bnxt_queue_up() ok jmatthew@ bluhm@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2025/10/13 04:45:08 Modified files: sys/dev/pci : if_bnxt.c Log message: do not forget to free completion ring in hardware if bnxt_attach() fails Leak spotted by bluhm@ ok jmatthew@ bluhm@ CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2025/10/13 06:10:15 Modified files: . : 78.html Log message: LibreSSL portable notes CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2025/10/13 13:15:49 Modified files: sys/dev/fdt : dwmmc.c Log message: Set "assigned-clocks". ok jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/13 15:15:33 Modified files: security/sudo : Tag: OPENBSD_7_7 Makefile Log message: bump sudo revision in 7.7-stable to force rebuild due to build issue on amd64 (fortunately this remains below the version number in 7.8 so can still be done) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/13 18:39:21 Modified files: sys/dev/usb : usbdevs Log message: Quectel EC200A product id someone didn't listen when i told them to buy Quectel EC25s. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/13 18:40:25 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/13 19:41:50 Modified files: sys/dev/usb : if_umb.c Log message: expose some service information as kstats this makes the uplink and downlink speeds visible as kstats. this is in addition to the signal strength metrics that are already exposed as kstats. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/13 23:14:38 Modified files: sys/dev/usb : if_umb.h Log message: oops, forgot the commit the .h change for the softc tweak. found by deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/14 00:30:16 Modified files: lib/libc/gen : signal.3 lib/libc/yp : yp_bind.3 lib/libm/man : fdim.3 fmax.3 usr.sbin/authpf: authpf.8 Log message: correct articles including 'an NaN' -> 'a NaN', matching use in c99 and ieee 754 ok millert@ deraadt@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/14 04:26:09 Modified files: . : lyrics.html books.html Log message: correct article use CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/14 04:33:07 Modified files: . : lyrics.html Log message: Postgresql -> PostgreSQL CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/14 04:48:43 Modified files: . : lyrics.html plus40.html Log message: use https for wikipedia links CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2025/10/14 07:39:22 Modified files: libressl : index.html releases.html Log message: LibreSSL 4.2.0 CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2025/10/14 11:35:41 Modified files: libressl : index.html Log message: libressl: latest stable release is 4.2.0 now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/14 18:24:40 Modified files: etc : MAKEDEV.common MAKEDEV.mi Log message: Collect sysctl kern.maxpartitions into MAXPARTITIONS variable early on Then use this in MAKEDEV.common and MAKEDEV.mi for various places to create the right number of partitions (a-p or a-zA-Z) as required. reviewed mostly by krw and sthen There could still be some glitches. This is being done step by step, because I hope to cross some architectures at different times because some of them have "emulated disklabels" which could be tricky. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/14 18:26:51 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.octeon : MAKEDEV etc/etc.powerpc64: MAKEDEV etc/etc.riscv64: MAKEDEV etc/etc.sparc64: MAKEDEV Log message: sync to 52-partition support in MAKEDEV.mi / MAKEDEV.common CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/14 19:38:42 Modified files: sys/net : if_rport.c Log message: implement IFCAP_TSO support. this allows the stack to pass large tcp frames between rdomains. note that rport doesn't advertise LRO support, which mostly means that LRO is not something that can be disabled on rport interfaces. as an l3 tunnel interface, there's no topology that an rport interface can be set up in where disabling LRO is needed, unlike l2 Ethernet interfaces. coordinating disabling LRO on an rport and then clearing the TSO flags on the partner rport interface is not worth the effort to actually implement the capability isn't worth it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/14 21:30:14 Modified files: sys/dev/usb : umsm.c Log message: update the match code for quectel devices. this is based on information in the Quectel UMTS LTE 5G Linux USB Driver User Guide V3.3 documentation, which is the latest version i can find. it works on EC200A devices, which benefit from this change, and on EC25s, which were working before this change and still work after. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2025/10/14 21:30:53 Modified files: sys/dev/usb : umsm.c Log message: add support for Quectel EC200A modems. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2025/10/15 00:52:50 Modified files: sys/tmpfs : tmpfs.h tmpfs_mem.c tmpfs_vfsops.c Log message: Replace the TMPFS_PAGES_RESERVED logic with the limit 1/2 of RAM. The sum of all tmpfs filesystems memory consumption can't exceed this limit even the filesystem has it's own. This prevents the case while user consumed all available memory and made system unusable. Note, the tmpfs still remains disabled. Tested with dpb(1) by kirill, ok deraadt. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2025/10/15 05:25:13 Modified files: sbin/dhcp6leased: dhcp6leased.c Log message: dhcp6leased(8) does not (yet?) track if routes it added are deleted behind its back. When a lease gets renewed dhcpleased simply adds routes and lets the kernel sort duplicates out. This however leads to "failed to send route message: File exists" messages in /var/log/daemon which are confusing. Since this is expected, do not log it as an error. dhcpleased(8) has been doing this for a long time. Reminded by Brian Conway. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2025/10/15 05:25:45 Modified files: sbin/slaacd : slaacd.c Log message: slaacd(8) does not (yet?) track if routes it added are deleted behind its back. It simply adds routes and lets the kernel sort duplicates out. This however leads to "failed to send route message: File exists" messages in /var/log/daemon which are confusing. Since this is expected, do not log it as an error. dhcpleased(8) has been doing this for a long time. CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2025/10/15 08:31:04 Modified files: . : 78.html Log message: mips64 package count CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/15 11:53:23 Modified files: etc : MAKEDEV.mi Log message: Oops, in the maxpartitions=52 case, the correct multiplier is 64 Noticed by krw and myself at the same time CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/15 11:53:36 Modified files: etc : MAKEDEV.common Log message: Oops, in the maxpartitions=52 case, the correct multiplier is 64 Noticed by krw and myself at the same time CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/15 11:53:56 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.octeon : MAKEDEV etc/etc.powerpc64: MAKEDEV etc/etc.riscv64: MAKEDEV etc/etc.sparc64: MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2025/10/15 12:40:17 Modified files: gnu/gcc/gcc/config/m88k: m88k.c Log message: Add an extra tab in the assembly output for better layout. NFC CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2025/10/15 12:41:36 Modified files: gnu/gcc/gcc/config/m88k: m88k.h m88k.md Log message: Add ctzsi2 and clzzi2 insn, enabling better __builtin_clz and __builtin_ctz code generation on 32-bit width integers. CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2025/10/15 13:58:19 Modified files: . : 78.html Log message: Mention watch(1) CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/15 17:22:32 Modified files: . : 78.html Log message: mention lldpd(8), lldp(8), bpflogd(8) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/15 17:54:20 Modified files: usr.bin/ssh : ssh-pkcs11.h Log message: mention this is for both ssh-pkcs11.c and ssh-pkcs11-client.c CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/15 17:55:02 Modified files: usr.bin/ssh : clientloop.c Log message: don't try to pledge() the client if a PKCS11Provider is in use CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/15 18:00:36 Modified files: usr.bin/ssh : clientloop.c Log message: missed a case in previous CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2025/10/15 18:01:54 Modified files: regress/usr.bin/ssh: Makefile test-exec.sh Added files: regress/usr.bin/ssh: ssh-pkcs11.sh Log message: regress test for PKCS#11 directly in ssh (not via ssh-agent) would have caught bz3879 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 20:58:40 Modified files: sys/dev/pci/drm/radeon: r600_cs.c Log message: drm/radeon/r600_cs: clean up of dead code in r600_cs From Brahmajit Das ebed78bfd6df2552158f4dd4d0f812ca8acd5603 in linux-6.12.y/6.12.53 260dcf5b06d519bcf27a5dfdb5c626821a55c170 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:00:20 Modified files: sys/dev/pci/drm/amd/display/dc/dml/dcn32: display_rq_dlg_calc_32.c Log message: drm/amd/display: Remove redundant semicolons From Liao Yuanhong 3c3ee1026e8813eedb9a47365d95fd4d806e69b4 in linux-6.12.y/6.12.53 90b810dd859c0df9db2290da1ac5842e5f031267 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:02:42 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_uvd_v3_1.c Log message: drm/amdgpu: Power up UVD 3 for FW validation (v2) From Timur Kristof 3f185e616fcf83d9ad01e0e80c7e2152eb07d263 in linux-6.12.y/6.12.53 c661219cd7be75bb5599b525f16a455a058eb516 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:04:42 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_si_dpm.c Log message: drm/amd/pm: Disable ULV even if unsupported (v3) From Timur Kristof 32710128d3fc8f9363124483600c38eac7da05e0 in linux-6.12.y/6.12.53 3a0c3a4035f995e1f993dfaf4d63dc19e9b4bc1c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:06:39 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_si_dpm.c Log message: drm/amd/pm: Fix si_upload_smc_data (v3) From Timur Kristof edfa71149429f9710a52bc30a9ea8ed03cdb4547 in linux-6.12.y/6.12.53 a43b2cec04b02743338aa78f837ee0bdf066a6d5 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:08:28 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_si_dpm.c Log message: drm/amd/pm: Adjust si_upload_smc_data register programming (v3) From Timur Kristof 568f8545f88a83088b57cd3e4f843806218c8f04 in linux-6.12.y/6.12.53 ce025130127437dc884c84c254170e27b2ce9309 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:10:55 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_si_dpm.c Log message: drm/amd/pm: Treat zero vblank time as too short in si_dpm (v3) From Timur Kristof 863cd8f56c8e891d819c20f112681cdce058a86c in linux-6.12.y/6.12.53 9003a0746864f39a0ef72bd45f8e1ad85d930d67 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:13:14 Modified files: sys/dev/pci/drm/amd/pm: amdgpu_dpm_internal.c Log message: drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2) From Timur Kristof 08de17b6483097712a239f4a0c7c1871548b5907 in linux-6.12.y/6.12.53 ed3803533c7bf7df88bc3fc9f70bd317e1228ea8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:15:09 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_si_dpm.c Log message: drm/amd/pm: Disable SCLK switching on Oland with high pixel clocks (v3) From Timur Kristof 0bb91bed82d414447f2e56030d918def6383c026 in linux-6.12.y/6.12.53 7009e3af0474aca5f64262b3c72fb6e23b232f9b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2025/10/15 21:17:10 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl() From Qianfeng Rong a3bc86d5cf7064f059d710e94f70c8880fc7f097 in linux-6.12.y/6.12.53 cbda64f3f58027f68211dda8ea94d52d7e493995 in mainline linux CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/16 00:18:02 Modified files: . : 78.html Log message: correct links for listen(2), security(8) CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2025/10/16 00:46:31 Modified files: usr.sbin/rpki-client: ccr.c cert.c extern.h main.c parser.c print.c rpki-asn1.h x509.c Log message: Expose subordinate CA relationships in the CCR output This implements the interchange format in draft-spaghetti-sidrops-rpki-ccr-04 with & OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2025/10/16 01:49:36 Modified files: usr.sbin/rpki-client: ccr.c rpki-asn1.h Log message: Field name change: location -> locations While at this point in time every RPKI object has only one specific location (the 'Signed Object' acces description), it is conceivable some form of multi-homing arises in the future. Align names to help our future selves. This is a cosmetic change, the field already was a sequence. OK tb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2025/10/16 03:50:02 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Fix wording around CONFIGURE_STYLE autoconf/autoreconf, they are normally alternatives to gnu (implying CONFIGURE_STYLE=gnu behaviour as well), rather than modifiers to be added (like dest/old). Pointed out by/ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2025/10/16 08:42:21 Modified files: lib/libssl : ssl_tlsext.c tls13_server.c Log message: Ensure that we specify the correct group when creating a HelloRetryRequest. When processing the client supported groups and key shares extensions, the group selection is currently based on client preference. However, when building a HRR the preferred group is identified by calling tls1_get_supported_group(). If SSL_OP_CIPHER_SERVER_PREFERENCE is enabled, group selection will be based on server instead of client preference. This in turn can result in the server sending a HRR for a group that the client has already provided a key share for, violating the RFC. Avoid this issue by storing the client preferred group when processing the key share extension, then using this group when creating the HRR. Thanks to dzwdz for identifying and reporting the issue. ok beck@ tb@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2025/10/16 09:02:28 Modified files: build : mirrors.dat Log message: mirror.raiolanetworks.com stopped updating in March, comment-out for now CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2025/10/16 09:02:56 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2025/10/16 11:43:25 Modified files: . : security.html Log message: errata78 will happen soon after release CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2025/10/16 18:33:18 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/pkg : PLIST Log message: www/yt-dlp: update to 2025.10.14 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 18:55:05 Log message: import asn1c, an ASN.1 to C compiler, tweak/ok sthen The ASN.1 to C compiler takes the ASN.1 module files and generates C++ compatible C source code. That code can be used to serialize the native C structures into compact and unambiguous BER/OER/PER/XER-based data files, and deserialize the files back. Status: Vendor Tag: tb Release Tags: tb_20251017 N ports/devel/asn1c/Makefile N ports/devel/asn1c/distinfo N ports/devel/asn1c/pkg/PLIST N ports/devel/asn1c/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 18:55:46 Modified files: devel : Makefile Log message: +asn1c CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 18:56:40 Modified files: security/py-cryptography: Makefile crates.inc distinfo Log message: update py-cryptography to 46.0.3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 18:57:14 Modified files: security/py-cryptography_vectors: Makefile distinfo Log message: Update py-cryptography_vectors to 46.0.3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 18:57:58 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches: patch-openssl-sys_src_handwritten_evp_rs security/rust-openssl-tests/pkg: PLIST Removed files: security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs Log message: Update to rust-openssl-tests 20251015 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 18:58:44 Modified files: textproc/py-regress: Makefile crates.inc distinfo Log message: Update to py-regress 2025.10.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 18:59:10 Modified files: textproc/check-jsonschema: Makefile distinfo Log message: update to check-jsonschema 0.34.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 18:59:58 Modified files: devel/jjui : Makefile distinfo modules.inc Log message: update to jjui 0.9.4 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 19:11:54 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/pkg: PLIST Added files: games/mnemosyne/patches: patch-mnemosyne_libmnemosyne___init___py Log message: Update to mnemosyne 2.11, switch to qt6 requested by/ok rsadowski, ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 19:22:08 Modified files: security/wycheproof-testvectors: Makefile distinfo Log message: Update to wycheproof-testvectors 20251007 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/16 19:25:00 Modified files: security/openssl-ruby-tests: Makefile distinfo Log message: Update to openssl-ruby-tests 20251008 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2025/10/16 20:21:43 Modified files: net/miniflux : Makefile distinfo modules.inc Log message: Update to miniflux-2.2.13 From Igor Zornik (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/16 22:57:33 Modified files: x11/nagstamon : Makefile Log message: x11/nagstamon: add missing RDEP on py3-arrow from alf schlichting, thanks ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/16 23:00:01 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.117, required for gecko 145. see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_117.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/16 23:00:29 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.20.6 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/16 23:01:57 Modified files: x11/xfce4/tumbler: Makefile distinfo Log message: x11/xfce4/tumbler: update to 4.20.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/16 23:02:53 Modified files: geo/mdal : Makefile distinfo geo/mdal/patches: patch-mdal_CMakeLists_txt Log message: geo/mdal: update to 1.3.2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2025/10/16 23:47:55 Modified files: devel/git : Makefile distinfo devel/git/pkg : PLIST-main Log message: Update to git-2.51.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2025/10/17 00:25:04 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h Log message: update to 141.0.7390.107 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2025/10/17 00:25:46 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_alloc_features_cc patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_root_h patch-base_debug_stack_trace_cc patch-base_files_file_util_unittest_cc patch-base_memory_discardable_memory_cc patch-base_memory_madv_free_discardable_memory_posix_cc patch-base_memory_platform_shared_memory_region_h patch-base_memory_platform_shared_memory_region_posix_cc patch-base_message_loop_message_pump_epoll_cc patch-base_process_process_metrics_freebsd_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_openbsd_cc patch-base_process_process_metrics_unittest_cc patch-base_profiler_stack_base_address_posix_cc patch-base_rand_util_posix_cc patch-base_strings_safe_sprintf_unittest_cc patch-base_system_sys_info_cc patch-base_system_sys_info_freebsd_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_system_sys_info_posix_cc patch-base_system_sys_info_unittest_cc patch-base_threading_platform_thread_h patch-base_threading_platform_thread_internal_posix_cc patch-base_threading_platform_thread_metrics_cc patch-base_threading_platform_thread_metrics_h patch-base_threading_platform_thread_posix_cc patch-build_config_BUILDCONFIG_gn patch-build_config_clang_BUILD_gn patch-build_config_compiler_BUILD_gn patch-build_config_rust_gni patch-build_rust_allocator_lib_rs patch-build_toolchain_gcc_toolchain_gni patch-cc_base_features_cc patch-chrome_app_chrome_main_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_background_glic_glic_status_icon_cc patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_features_h patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_field_trials_cc patch-chrome_browser_chrome_browser_interface_binders_webui_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_browser_main_linux_cc patch-chrome_browser_chrome_browser_main_posix_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_commands_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_browser_management_browser_management_service_cc patch-chrome_browser_enterprise_connectors_common_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_signals_signals_aggregator_factory_cc patch-chrome_browser_enterprise_util_managed_browser_utils_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_runtime_chrome_runtime_api_delegate_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_non_android_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_extensions_external_provider_impl_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_first_run_first_run_internal_h patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_glic_widget_glic_widget_cc patch-chrome_browser_global_features_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_profile_network_context_service_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_new_tab_page_new_tab_page_util_cc patch-chrome_browser_password_manager_chrome_password_manager_client_cc patch-chrome_browser_password_manager_factories_password_reuse_manager_factory_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_sessions_session_restore_cc patch-chrome_browser_signin_chrome_signin_client_cc patch-chrome_browser_supervised_user_supervised_user_extensions_delegate_impl_cc patch-chrome_browser_supervised_user_supervised_user_extensions_manager_cc patch-chrome_browser_supervised_user_supervised_user_extensions_manager_h patch-chrome_browser_supervised_user_supervised_user_navigation_observer_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_task_manager_sampling_task_group_cc patch-chrome_browser_task_manager_sampling_task_group_h patch-chrome_browser_task_manager_sampling_task_group_sampler_h patch-chrome_browser_task_manager_sampling_task_manager_impl_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_commands_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_browser_ui_prefs_cc patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_passwords_manage_passwords_ui_controller_cc patch-chrome_browser_ui_prefs_prefs_tab_helper_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_startup_startup_tab_provider_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_tabs_features_cc patch-chrome_browser_ui_tabs_tab_features_cc patch-chrome_browser_ui_task_manager_task_manager_table_model_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_frame_tab_strip_region_view_cc patch-chrome_browser_ui_views_omnibox_omnibox_view_views_cc patch-chrome_browser_ui_views_profiles_profile_menu_coordinator_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_tabs_dragging_tab_drag_controller_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_hover_card_bubble_view_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_views_user_education_browser_user_education_service_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_web_applications_web_app_dialogs_h patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_cc patch-chrome_browser_ui_webui_browser_webui_browser_window_cc patch-chrome_browser_ui_webui_certificate_manager_certificate_manager_handler_cc patch-chrome_browser_ui_webui_chrome_web_ui_configs_cc patch-chrome_browser_ui_webui_connectors_internals_connectors_internals_page_handler_cc patch-chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_searchbox_searchbox_handler_cc patch-chrome_browser_ui_webui_settings_appearance_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_ui_webui_side_panel_customize_chrome_customize_chrome_page_handler_cc patch-chrome_browser_ui_webui_side_panel_customize_chrome_customize_chrome_page_handler_h patch-chrome_browser_ui_webui_signin_profile_picker_handler_cc patch-chrome_browser_ui_webui_user_education_internals_user_education_internals_page_handler_impl_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc patch-chrome_browser_webauthn_enclave_manager_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_updater_configurator_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_BUILD_gn patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_cc patch-components_autofill_core_browser_data_manager_payments_payments_data_manager_h patch-components_autofill_core_browser_foundations_browser_autofill_manager_cc patch-components_autofill_core_browser_payments_amount_extraction_manager_cc patch-components_autofill_core_browser_payments_bnpl_manager_cc patch-components_autofill_core_browser_webdata_payments_payments_sync_bridge_util_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_prefs_cc patch-components_autofill_core_common_autofill_prefs_h patch-components_device_signals_core_common_linux_platform_utils_linux_cc patch-components_device_signals_core_common_platform_utils_h patch-components_error_page_common_localized_error_cc patch-components_eye_dropper_eye_dropper_view_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_proto_util_cc patch-components_feed_core_v2_test_proto_printer_cc patch-components_metrics_metrics_log_cc patch-components_optimization_guide_core_optimization_guide_features_cc patch-components_os_crypt_sync_libsecret_util_linux_cc patch-components_paint_preview_browser_paint_preview_client_cc patch-components_paint_preview_browser_paint_preview_client_unittest_cc patch-components_paint_preview_player_player_compositor_delegate_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_password_manager_core_browser_features_password_features_h patch-components_password_manager_core_browser_password_autofill_manager_cc patch-components_password_manager_core_browser_password_autofill_manager_h patch-components_password_manager_core_browser_password_form_manager_cc patch-components_password_manager_core_browser_password_manager_cc patch-components_password_manager_core_browser_password_manager_client_h patch-components_password_manager_core_browser_password_manual_fallback_flow_cc patch-components_password_manager_core_browser_password_store_login_database_unittest_cc patch-components_password_manager_core_browser_stub_password_manager_client_cc patch-components_password_manager_core_browser_stub_password_manager_client_h patch-components_password_manager_core_common_password_manager_pref_names_h patch-components_performance_manager_decorators_process_metrics_decorator_cc patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_regional_capabilities_regional_capabilities_switches_cc patch-components_regional_capabilities_regional_capabilities_switches_h patch-components_search_engines_template_url_service_cc patch-components_signin_public_base_signin_switches_cc patch-components_signin_public_base_signin_switches_h patch-components_supervised_user_core_browser_supervised_user_preferences_cc patch-components_sync_preferences_common_syncable_prefs_database_cc patch-components_translate_core_common_translate_util_cc patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-components_variations_service_variations_service_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_viz_service_gl_gpu_service_impl_cc patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_network_service_instance_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_service_host_utility_process_host_cc patch-content_browser_zygote_host_zygote_host_impl_linux_cc patch-content_child_child_process_cc patch-content_gpu_gpu_main_cc patch-content_public_browser_content_browser_client_cc patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_utility_shell_content_utility_client_cc patch-content_utility_on_device_model_on_device_model_sandbox_init_cc patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-content_zygote_zygote_linux_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_common_api__permission_features_json patch-extensions_common_api_runtime_json patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_config_gpu_info_collector_cc patch-gpu_vulkan_vulkan_util_cc patch-headless_BUILD_gn patch-headless_lib_browser_headless_browser_main_parts_posix_cc patch-headless_lib_browser_headless_web_contents_impl_cc patch-ipc_ipc_message_utils_cc patch-ipc_ipc_message_utils_h patch-media_audio_BUILD_gn 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_fake_v4l2_impl_cc patch-media_gpu_chromeos_platform_video_frame_utils_cc patch-media_gpu_test_raw_video_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-media_video_video_encode_accelerator_adapter_cc patch-media_video_video_encode_accelerator_adapter_test_cc patch-net_BUILD_gn patch-net_base_features_cc patch-net_base_network_change_notifier_passive_cc patch-net_base_sockaddr_util_posix_cc patch-net_base_sockaddr_util_posix_unittest_cc patch-net_dns_BUILD_gn patch-net_socket_tcp_socket_posix_cc patch-net_socket_udp_socket_posix_cc patch-net_socket_udp_socket_unittest_cc patch-net_tools_net_watcher_net_watcher_cc patch-net_websockets_websocket_basic_stream_adapters_test_cc patch-pdf_pdfium_pdfium_engine_cc patch-remoting_host_host_attributes_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_remoting_me2me_host_cc patch-sandbox_linux_services_init_process_reaper_cc patch-services_device_serial_serial_io_handler_posix_cc patch-services_device_usb_usb_device_handle_usbfs_cc patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-services_shape_detection_shape_detection_service_cc patch-services_tracing_public_cpp_perfetto_track_name_recorder_cc patch-services_tracing_public_cpp_stack_sampling_tracing_sampler_profiler_cc patch-services_viz_public_mojom_BUILD_gn patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_angle_src_common_system_utils_linux_cpp patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_common_features_cc patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_editing_editing_behavior_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_frame_web_frame_test_cc patch-third_party_blink_renderer_core_page_context_menu_controller_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_cc patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_fonts_font_metrics_cc patch-third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_ffmpeg_configure patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_perfetto_src_base_utils_cc patch-third_party_perfetto_src_tracing_track_cc patch-third_party_skia_experimental_rust_png_ffi_FFI_rs patch-third_party_speech-dispatcher_libspeechd_version_h patch-third_party_sqlite_src_amalgamation_dev_sqlite3_c patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-ui_accessibility_accessibility_features_cc patch-ui_accessibility_accessibility_features_h patch-ui_accessibility_ax_tree_cc patch-ui_aura_screen_ozone_h patch-ui_base_resource_resource_bundle_cc patch-ui_base_test_skia_gold_pixel_diff_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_switches_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_display_screen_cc patch-ui_events_keycodes_dom_keycode_converter_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_linux_gbm_wrapper_cc patch-ui_gfx_native_widget_types_h patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_features_native_theme_features_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_wayland_host_wayland_frame_manager_cc patch-ui_ozone_platform_x11_x11_window_cc patch-ui_platform_window_platform_window_delegate_cc patch-ui_platform_window_platform_window_delegate_h patch-ui_views_BUILD_gn patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_execution_isolate_cc Added files: www/iridium/patches: patch-build_config_clang_clang_gni patch-chrome_browser_accessibility_page_colors_controller_cc patch-chrome_browser_ntp_tiles_chrome_most_visited_sites_factory_cc patch-chrome_browser_ui_accelerator_table_cc patch-chrome_browser_ui_startup_infobar_utils_cc patch-chrome_browser_web_applications_icons_icon_masker_cc patch-chrome_browser_webauthn_password_credential_ui_controller_cc patch-components_autofill_core_browser_integrators_optimization_guide_autofill_optimization_guide_decider_cc patch-components_autofill_core_common_autofill_features_cc patch-components_ntp_tiles_pref_names_h patch-components_optimization_guide_core_feature_registry_feature_registration_cc patch-components_sync_service_sync_prefs_cc patch-components_sync_service_sync_service_impl_cc patch-content_browser_shape_detection_shape_detection_service_host_cc patch-content_browser_theme_helper_cc patch-media_video_renderable_gpu_memory_buffer_video_frame_pool_cc patch-services_on_device_model_ml_BUILD_gn patch-third_party_blink_renderer_core_dom_tree_scope_h Removed files: www/iridium/patches: patch-base_native_library_posix_cc patch-base_native_library_unittest_cc patch-chrome_browser_accessibility_page_colors_cc patch-chrome_browser_headless_headless_mode_util_cc patch-chrome_browser_signin_accounts_policy_manager_cc patch-chrome_browser_signin_accounts_policy_manager_h patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_webauthn_password_credential_controller_cc patch-components_autofill_core_browser_integrators_optimization_guide_autofill_optimization_guide_cc patch-content_browser_browser_interface_binders_cc patch-ui_base_ui_base_switches_cc Log message: update to 2025.10.141.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2025/10/17 00:26:15 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-configure Removed files: editors/libreoffice/patches: patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx Log message: update to 25.8.2.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:26:33 Modified files: misc/shared-mime-info: Makefile Log message: Unbreak on non-clang arches. spotted by sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:26:45 Modified files: textproc/gi-docgen: Makefile distinfo textproc/gi-docgen/pkg: PLIST Log message: Update to gi-docgen-2025.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:26:58 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: Update to gtk-doc-1.35.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:27:10 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.400. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:27:26 Modified files: print/brlaser : Makefile distinfo Log message: Update to brlaser-6.2.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:27:40 Modified files: devel/appstream: Makefile distinfo devel/appstream/pkg: PLIST-main Log message: Update to appstream-1.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:27:52 Modified files: graphics/babl : Makefile distinfo Log message: Update to babl-0.1.116. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:28:05 Modified files: math/imath : Makefile distinfo Log message: Update to Imath-3.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:28:17 Modified files: graphics/openjph: Makefile distinfo Log message: Update to openjph-0.24.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:28:29 Modified files: graphics/openexr: Makefile distinfo Log message: Update to OpenEXR-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:28:45 Modified files: graphics/gegl04: Makefile distinfo graphics/gegl04/pkg: PLIST Log message: Update to gegl04-0.4.64. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:29:00 Modified files: graphics/gimp/snapshot: Makefile distinfo graphics/gimp/snapshot/patches: patch-app_core_gimp-utils_c patch-app_main_c patch-meson_build patch-tools_in-build-gimp_py graphics/gimp/snapshot/pkg: PLIST Added files: graphics/gimp/snapshot/patches: patch-plug-ins_common_meson_build Log message: Update to gimp-3.0.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:29:19 Modified files: multimedia/pipewire/pipewire: Makefile distinfo Log message: Update to pipewire-1.4.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:29:32 Modified files: multimedia/pipewire/wireplumber: Makefile distinfo multimedia/pipewire/wireplumber/pkg: PLIST Log message: Update to wireplumber-0.5.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:29:46 Modified files: net/coredns : Makefile distinfo modules.inc net/coredns/pkg: PLIST Log message: Update to coredns-1.13.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:29:59 Modified files: security/libgpg-error: Makefile distinfo Removed files: security/libgpg-error/patches: patch-src_spawn-posix_c Log message: Update to libgpg-error-1.56. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:30:12 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-11.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:30:28 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Update to at-spi2-core-2.56.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:30:42 Modified files: x11/gnome/libadwaita: Makefile distinfo x11/gnome/libadwaita/pkg: PLIST Log message: Update to libadwaita-1.8.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:30:57 Modified files: x11/gnome/libshumate: Makefile distinfo x11/gnome/libshumate/pkg: PLIST Log message: Update to libshumate-1.5.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:31:11 Modified files: x11/gnome/music: Makefile distinfo Log message: Update to gnome-music-48.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:31:26 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Update to nautilus-48.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:31:38 Modified files: x11/gnome/online-accounts: Makefile distinfo Log message: Update to gnome-online-accounts-3.56.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:31:52 Modified files: x11/gnome/tinysparql: Makefile distinfo x11/gnome/tinysparql/pkg: PLIST Log message: Update to tinysparql-3.10.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:32:04 Modified files: x11/gnome/localsearch: Makefile distinfo x11/gnome/localsearch/patches: patch-meson_build patch-src_indexer_tracker-indexing-tree_c x11/gnome/localsearch/pkg: PLIST Log message: Update to localsearch-3.10.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:32:20 Modified files: x11/yaru : Makefile distinfo Log message: Update to yaru-25.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:33:00 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/devtools: Makefile distinfo multimedia/gstreamer1/docs: distinfo multimedia/gstreamer1/editing-services: Makefile distinfo multimedia/gstreamer1/libav: distinfo multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo multimedia/gstreamer1/rtsp-server: Makefile distinfo Log message: Update to Gstreamer 1.26.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:34:55 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_JavaScriptCore_assembler_ARM64Assembler_h patch-Source_JavaScriptCore_assembler_ARMv7Assembler_h patch-Source_JavaScriptCore_assembler_MacroAssemblerRISCV64_h patch-Source_JavaScriptCore_assembler_RISCV64Assembler_h patch-Source_JavaScriptCore_heap_BlockDirectory_cpp patch-Source_JavaScriptCore_llint_LowLevelInterpreter_asm patch-Source_JavaScriptCore_runtime_JSCBytecodeCacheVersion_cpp patch-Source_JavaScriptCore_runtime_MachineContext_h patch-Source_JavaScriptCore_runtime_MathCommon_cpp patch-Source_JavaScriptCore_runtime_Options_cpp patch-Source_ThirdParty_ANGLE_src_common_platform_h patch-Source_ThirdParty_ANGLE_src_libANGLE_renderer_gl_egl_DisplayEGL_cpp patch-Source_WTF_wtf_Compiler_h patch-Source_WTF_wtf_PlatformEnable_h patch-Source_WTF_wtf_posix_FileSystemPOSIX_cpp patch-Source_WebCore_CMakeLists_txt patch-Source_WebCore_platform_graphics_FontSelectionAlgorithm_h patch-Source_WebCore_platform_network_DNS_h patch-Source_bmalloc_bmalloc_BPlatform_h patch-Source_cmake_WebKitCommon_cmake patch-Source_cmake_WebKitCompilerFlags_cmake patch-Source_cmake_WebKitFeatures_cmake www/webkitgtk4/pkg: PFRAG.no-webkitgtk60 PFRAG.webkitgtk60 Added files: www/webkitgtk4/patches: patch-Source_WebCore_platform_graphics_gbm_MemoryMappedGPUBuffer_cpp patch-Source_WebKit_UIProcess_gtk_AcceleratedBackingStore_cpp patch-Source_bmalloc_bmalloc_bmalloc_h patch-Source_bmalloc_libpas_src_libpas_pas_committed_pages_vector_c patch-Source_bmalloc_libpas_src_libpas_pas_committed_pages_vector_h patch-Source_bmalloc_libpas_src_libpas_pas_monotonic_time_c patch-Source_bmalloc_libpas_src_libpas_pas_page_malloc_c patch-Source_bmalloc_libpas_src_libpas_pas_platform_h patch-Source_bmalloc_libpas_src_libpas_pas_probabilistic_guard_malloc_allocator_c patch-Source_bmalloc_libpas_src_libpas_pas_random_h patch-Source_bmalloc_libpas_src_libpas_pas_thread_local_cache_c Removed files: www/webkitgtk4/patches: patch-Source_WebKit_UIProcess_gtk_AcceleratedBackingStoreDMABuf_cpp Log message: Update to webkitgtk{40,41,60}-2.50.1. Does not build on i386 anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:42:08 Modified files: x11/gnome/mutter: Makefile distinfo Log message: Update to mutter-48.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:47:45 Modified files: x11/gnome/shell: Makefile distinfo Log message: Update to gnome-shell-48.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:51:10 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.3.3270.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:51:20 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-9.0.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:54:31 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-543.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:58:46 Modified files: graphics/openexr: Makefile distinfo Log message: Update to OpenEXR-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 00:59:04 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.91.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 01:12:44 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.28.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 01:17:20 Modified files: sysutils/plakar: Makefile distinfo modules.inc Log message: Update to plakar-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 01:21:14 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-1.13.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:35:09 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2025.9.11.17 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:10 Modified files: net/routinator : Makefile crates.inc distinfo Log message: update to routinator-0.15.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:11 Modified files: devel/py-types-python-dateutil: Makefile distinfo Log message: update to py3-types-python-dateutil-2.9.0.20251008 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:12 Modified files: devel/maturin : Makefile crates.inc distinfo Log message: update to maturin-1.9.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:13 Modified files: devel/mercurial: Makefile distinfo Log message: update to mercurial-7.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:14 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.111 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:15 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.48 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:16 Modified files: www/tomcat/v11 : Makefile distinfo www/tomcat/v11/pkg: PLIST-examples Log message: update to tomcat-11.0.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:17 Modified files: databases/sqlcipher: Makefile distinfo databases/sqlcipher/patches: patch-autosetup_sqlite-config_tcl Log message: update to sqlcipher-4.11.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:18 Modified files: databases/py-sqlalchemy: Makefile distinfo Log message: update to py3-sqlalchemy-2.0.44 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:19 Modified files: databases/py-mongo: Makefile distinfo Log message: update to py3-mongo-4.15.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:20 Modified files: devel/pecl-xdebug: Makefile distinfo devel/pecl-xdebug/patches: patch-xdebug_ini Log message: update to pecl-xdebug-3.4.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:21 Modified files: devel/py-attrs : Makefile distinfo Log message: update to py3-attrs-25.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:22 Modified files: devel/py-certifi: Makefile distinfo Log message: update to py3-certifi-2025.10.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:23 Modified files: devel/py-isort : Makefile distinfo Log message: update to py3-isort-6.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:24 Modified files: www/py-webtest : Makefile distinfo Log message: update to py3-webtest-3.0.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:25 Modified files: misc/dialog : Makefile distinfo Log message: update to dialog-1.3.20251001 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:26 Modified files: devel/py-test-run-parallel: Makefile distinfo Log message: update to py3-test-run-parallel-0.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:27 Modified files: devel/py-simplejson: Makefile distinfo Log message: update to py3-simplejson-3.20.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:28 Modified files: sysutils/py-ansible-compat: Makefile distinfo sysutils/py-ansible-compat/patches: patch-pyproject_toml Log message: update to py3-ansible-compat-25.8.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:29 Modified files: devel/py-automat: Makefile distinfo Log message: update to py3-automat-25.4.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:30 Modified files: devel/mklittlefs: Makefile distinfo devel/mklittlefs/patches: patch-Makefile Log message: update to mklittlefs-4.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:31 Modified files: sysutils/borgmatic: Makefile distinfo Log message: update to borgmatic-2.0.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:32 Modified files: textproc/py-tomli: Makefile distinfo Log message: update to py3-tomli-2.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:33 Modified files: sysutils/py-platformdirs: Makefile distinfo Log message: update to py3-platformdirs-4.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:34 Modified files: sysutils/py-filelock: Makefile distinfo Log message: update to py3-filelock-3.20.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:35 Modified files: graphics/lensfun: Makefile distinfo graphics/lensfun/patches: patch-tests_CMakeLists_txt patch-tests_test_modifier_cpp graphics/lensfun/pkg: PLIST Removed files: graphics/lensfun/patches: patch-cmake_modules_FindGLIB2_cmake patch-docs_CMakeLists_txt patch-libs_lensfun_cpuid_cpp Log message: update to lensfun-0.3.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:36 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-4.4.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:37 Modified files: devel/pyupgrade: Makefile distinfo Log message: update to pyupgrade-3.21.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:38 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.35.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:39 Modified files: devel/py-tox : Makefile distinfo Log message: update to py3-tox-4.31.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:40 Modified files: devel/py-pyproject-api: Makefile distinfo Log message: update to py3-pyproject_api-1.10.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:41 Modified files: devel/py-urwid : Makefile distinfo Log message: update to py3-urwid-3.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:42 Modified files: astro/py-astropy: Makefile distinfo astro/py-astropy/pkg: PLIST Log message: update to py3-astropy-7.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:43 Modified files: databases/py-alembic: Makefile distinfo Log message: update to py3-alembic-1.17.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:44 Modified files: www/py-aiohttp : Makefile distinfo www/py-aiohttp/pkg: PLIST Log message: update to py3-aiohttp-3.13.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:45 Modified files: devel/py-bitarray: Makefile distinfo Log message: update to py3-bitarray-3.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:46 Modified files: devel/py-coverage: Makefile distinfo Log message: update to py3-coverage-7.10.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:47 Modified files: devel/py-cachetools: Makefile distinfo Log message: update to py3-cachetools-6.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:48 Modified files: net/py-idna : Makefile distinfo Log message: update to py3-idna-3.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:49 Modified files: audio/whisper.cpp: Makefile distinfo audio/whisper.cpp/patches: patch-examples_cli_cli_cpp patch-models_download-ggml-model_sh audio/whisper.cpp/pkg: PLIST README Added files: audio/whisper.cpp/patches: patch-tests_run-tests_sh Log message: update to whisper.cpp-1.8.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:50 Modified files: www/pecl-memcached: Makefile distinfo Log message: update to pecl-memcached-3.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:51 Modified files: textproc/py-ruamel.yaml.clib: Makefile distinfo Log message: update to py3-ruamel.yaml.clib-0.2.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:52 Modified files: textproc/py-referencing: Makefile distinfo Log message: update to py3-referencing-0.37.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:54 Modified files: telephony/py-phonenumbers: Makefile distinfo Log message: update to py3-phonenumbers-9.0.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:55 Modified files: math/libqalculate: Makefile distinfo math/libqalculate/pkg: PLIST Log message: update to libqalculate-5.8.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:56 Modified files: devel/go-tools : Makefile distinfo modules.inc devel/go-tools/pkg: DESCR PLIST Removed files: devel/go-tools/pkg: godoc.rc Log message: update to go-tools-0.38.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:57 Modified files: net/scamper : Makefile distinfo Log message: update to scamper-20251002 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:58 Modified files: security/py-josepy: Makefile distinfo Log message: update to py3-josepy-2.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:36:59 Modified files: textproc/py-charset-normalizer: Makefile distinfo Log message: update to py3-charset-normalizer-3.4.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:37:00 Modified files: databases/py-lmdb: Makefile distinfo Log message: update to py3-lmdb-1.7.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:37:01 Modified files: databases/citus: Makefile distinfo databases/citus/patches: patch-Makefile databases/citus/pkg: PLIST Log message: update to citus-13.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:38:51 Modified files: telephony/asterisk/20: Makefile distinfo telephony/asterisk/20/patches: patch-res_res_rtp_asterisk_c telephony/asterisk/20/pkg: PLIST-main Removed files: telephony/asterisk/20/patches: patch-apps_app_queue_c Log message: update to asterisk-20.16.0 enable AES-192, AES-256, AES-GCM for srtp (newly added to Asterisk; defaults to off there but let's enable it to see how it goes) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:39:11 Modified files: telephony/asterisk/22: Makefile distinfo telephony/asterisk/22/patches: patch-res_res_rtp_asterisk_c telephony/asterisk/22/pkg: PLIST-main Removed files: telephony/asterisk/22/patches: patch-apps_app_queue_c Log message: update to asterisk-22.6.0 enable AES-192, AES-256, AES-GCM for srtp (newly added to Asterisk; defaults to off there but let's enable it to see how it goes) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:43:15 Modified files: devel/readline : Makefile distinfo devel/readline/patches: patch-Makefile_in patch-doc_Makefile_in patch-shlib_Makefile_in devel/readline/pkg: PLIST Added files: devel/readline/patches: patch-history_pc_in patch-readline_pc_in Log message: update to readline-8.3 fix the pkg-config files (they didn't set the include path, and tried to pull in a non-existent termcap.pc). rename the installed pkg-config files to have qn 'e' prefix (ehistory, ereadline) because normally we want ports to use libedit's readline emulation in base where possible. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2025/10/17 01:43:53 Removed files: graphics/openexr/patches: patch-src_lib_OpenEXRCore_internal_ht_cpp Log message: Forgot to cvs rm in previous. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:44:33 Modified files: devel/py-pydantic-compat: Makefile Log message: py-pydantic-compat doesn't actually use cython, drop the BDEP CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/17 01:45:01 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Removed files: www/mozilla-firefox/patches: patch-js_xpconnect_src_xpcpublic_h Log message: www/mozilla-firefox: update to 144.0. see https://www.firefox.com/en-US/firefox/144.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-81/ drop .openbsd.mutable patch from #1979555, merged upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:45:04 Modified files: devel/reuse : Makefile distinfo Log message: update to reuse-6.1.2, from Alvar Penning (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/17 01:46:13 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_8 Makefile distinfo www/mozilla-firefox/pkg: Tag: OPENBSD_7_8 PLIST Log message: www/mozilla-firefox: MFC update to 144.0. see https://www.firefox.com/en-US/firefox/144.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-81/ drop .openbsd.mutable patch from #1979555, merged upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/17 01:47:25 Removed files: www/mozilla-firefox/patches: Tag: OPENBSD_7_8 patch-js_xpconnect_src_xpcpublic_h Log message: www/mozilla-firefox: really drop patch, also in stable.. damn you cvs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:48:16 Modified files: textproc/mupdf/patches: patch-Makefile Log message: mupdf: don't compile barcode.cpp unless HAVE_ZXINGCPP is enabled. we aren't currently building with the barcode support and zxingcpp uses C++20, stopping mupdf building on ports-gcc archs (default gcc version is too old and we can't mix and match between 8 and 11 in ports). CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 01:49:26 Modified files: security/py-M2Crypto: Makefile distinfo security/py-M2Crypto/patches: patch-src_SWIG__lib11_compat_i patch-src_SWIG__x509_i security/py-M2Crypto/pkg: PLIST Added files: security/py-M2Crypto/patches: patch-src_SWIG__evp_i Removed files: security/py-M2Crypto/patches: patch-src_SWIG__lib_i Log message: Update to M2Crypto 0.46.2 Tested with salt by Mikolaj Kucharski, many thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:52:52 Modified files: x11/nagstamon : Makefile Log message: nagstamon: lxml and dateutil also needed. order RDEPs like done in setup.py to simplify cross-checking. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:58:21 Modified files: net/routinator : Tag: OPENBSD_7_8 Makefile crates.inc distinfo Log message: update to routinator-0.15.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:59:03 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/pkg: PLIST rspamd.login rspamd.rc Log message: update to rspamd-3.13.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 01:59:31 Modified files: mail/rspamd : Tag: OPENBSD_7_8 Makefile distinfo mail/rspamd/pkg: Tag: OPENBSD_7_8 PLIST rspamd.login rspamd.rc Log message: update to rspamd-3.13.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:00:22 Modified files: net/wireshark : Tag: OPENBSD_7_8 Makefile distinfo Log message: update to wireshark-4.4.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:01:39 Modified files: x11/nagstamon : Tag: OPENBSD_7_8 Makefile Log message: sync nagstamon RDEPs from -current CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 02:02:21 Modified files: textproc/ripgrep: Makefile crates.inc distinfo Log message: Update to ripgrep 15.0.0, from Laurent Cheylus CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 02:04:01 Modified files: textproc/ripgrep: Makefile Log message: ripgrep: take maintainer CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2025/10/17 02:09:21 Modified files: usr.sbin/rpki-client: ccr.c filemode.c main.c parser.c Log message: Call ASN1 OID table initializer from just one location OK tb@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2025/10/17 02:19:12 Modified files: textproc/link-grammar: Makefile Added files: textproc/link-grammar/patches: patch-link-grammar_Makefile_am Log message: link liblink-grammar with libstdthreads to fix undefined symbols ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2025/10/17 02:21:52 Modified files: net/p5-Net-Patricia: Makefile distinfo Log message: Update to p5-Net-Patricia-1.24. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:38:42 Modified files: databases/py-peewee: Makefile distinfo Log message: update to py3-peewee-3.18.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:46:44 Modified files: lang/cython : Makefile distinfo lang/cython/pkg: PLIST Log message: update to py3-cython-3.1.4 following commits fix other ports for this CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:47:11 Modified files: devel/py-propcache: Makefile distinfo Log message: update to py3-propcache-0.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:47:43 Modified files: devel/py-rencode: Makefile distinfo devel/py-rencode/pkg: PLIST Added files: devel/py-rencode/patches: patch-build__py patch-pyproject_toml Removed files: devel/py-rencode/patches: patch-setup_py Log message: update to py3-rencode-1.0.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:48:41 Modified files: geo/py-fiona : Makefile geo/py-rasterio: Makefile math/py-scipy : Makefile math/py-scipy/patches: patch-pyproject_toml Added files: geo/py-fiona/patches: patch-pyproject_toml geo/py-rasterio/patches: patch-pyproject_toml Log message: recognise cython 3.1 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2025/10/17 02:49:11 Modified files: news/nzbget : Makefile distinfo Log message: Update to nzbget-25.4 Changes: https://github.com/nzbgetcom/nzbget/releases/tag/v25.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:49:13 Modified files: www/py-yarl : Makefile distinfo www/py-yarl/pkg: PLIST Log message: update to py3-yarl-1.22.0, ok jung@ (dropping maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:49:29 Modified files: textproc/py-lxml: Makefile distinfo textproc/py-lxml/pkg: PLIST Log message: update to py3-lxml-6.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:50:23 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-CMakeLists_txt patch-_cargo_config_toml patch-etc_clamd_conf_sample patch-etc_freshclam_conf_sample security/clamav/pkg: PLIST clamd.rc Added files: security/clamav/patches: patch-_cargo_vendor_openssl-sys_build_main_rs patch-libclamav_rust_CMakeLists_txt patch-unit_tests_CMakeLists_txt Log message: update to clamav-1.5.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 02:58:43 Modified files: mail : Makefile security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: mail/clamnailer: Makefile distinfo mail/clamnailer/patches: patch-ClamNailer mail/clamnailer/pkg: DESCR PLIST security/clamav-unofficial-sigs: Makefile distinfo security/clamav-unofficial-sigs/patches: patch-clamav-unofficial-sigs_conf patch-clamav-unofficial-sigs_sh security/clamav-unofficial-sigs/pkg: DESCR MESSAGE PLIST UNMESSAGE Log message: drop unmaintained clamnailer, clamav-unofficial-sigs ports (see "fangfrisch" if somebody wants a current equivalent) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 03:09:28 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-resources_definitions_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-25.10.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/17 03:11:42 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 140.4.0. see https://www.firefox.com/en-US/firefox/140.4.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-83/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/17 03:12:20 Modified files: www/firefox-esr: Tag: OPENBSD_7_8 Makefile distinfo Log message: www/firefox-esr: MFC update to 140.4.0. see https://www.firefox.com/en-US/firefox/140.4.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-83/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/17 03:13:27 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Removed files: mail/mozilla-thunderbird/patches: patch-third_party_rust_allocator-api2__cargo-checksum_json patch-third_party_rust_allocator-api2_src_stable_vec_mod_rs Log message: mail/mozilla-thunderbird: update to 140.4.0. see https://www.thunderbird.net/en-US/thunderbird/140.4.0esr/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-85/ drop patches fixing build with rust 1.89, merged upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 03:13:36 Modified files: telephony/sngrep: Makefile distinfo telephony/sngrep/patches: patch-src_capture_c Log message: update to sngrep-1.8.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/17 03:15:40 Modified files: www/mozilla-firefox: Makefile distinfo Log message: www/mozilla-firefox: really update to 144.0, and not 145.0b2 that's what happens when you deal with too many branches.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2025/10/17 03:28:02 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_8 Makefile distinfo Removed files: mail/mozilla-thunderbird/patches: Tag: OPENBSD_7_8 patch-third_party_rust_allocator-api2__cargo-checksum_json patch-third_party_rust_allocator-api2_src_stable_vec_mod_rs Log message: mail/mozilla-thunderbird: MFC update to 140.4.0. see https://www.thunderbird.net/en-US/thunderbird/140.4.0esr/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2025-85/ drop patches fixing build with rust 1.89, merged upstream CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 03:47:45 Modified files: security/rust-openssl-tests: Makefile distinfo security/rust-openssl-tests/pkg: PLIST Removed files: security/rust-openssl-tests/patches: patch-openssl-sys_src_handwritten_evp_rs Log message: update to rust-openssl-tests 20251017 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 03:50:45 Modified files: textproc/xml2rfc: Makefile distinfo Log message: update to xml2rfc-3.31.0 upstream aren't going to fix the version number in __init__.py so patch it to match the version in the pypi distfiles (which we aren't using because they lack tests) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 03:53:56 Modified files: security/badkeys: Makefile distinfo security/badkeys/pkg: PLIST Log message: update to badkeys-0.0.14, adds DNSSEC DNSKEY record scanning support CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2025/10/17 04:00:12 Modified files: net/samba : Makefile distinfo Log message: Update to samba-4.23.2 This is a security release in order to address the following defects: - CVE-2025-9640: Uninitialized memory disclosure via vfs_streams_xattr. https://www.samba.org/samba/security/CVE-2025-9640.html - CVE-2025-10230: Command injection via WINS server hook script. https://www.samba.org/samba/security/CVE-2025-10230.html Tested and OK Ian McWilliam (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2025/10/17 04:02:53 Modified files: net/samba : Tag: OPENBSD_7_8 Makefile distinfo Log message: Update to samba-4.23.2 This is a security release in order to address the following defects: - CVE-2025-9640: Uninitialized memory disclosure via vfs_streams_xattr. https://www.samba.org/samba/security/CVE-2025-9640.html - CVE-2025-10230: Command injection via WINS server hook script. https://www.samba.org/samba/security/CVE-2025-10230.html Tested and OK Ian McWilliam (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:04:06 Modified files: security/badkeys: Makefile Log message: add optional RDEP on dnspython for dkim checks comment-out --update-bl; upstream disables the tests using it by default CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:10:31 Modified files: lang/pythran : Makefile Added files: lang/pythran/patches: patch-pythran_log_py Log message: pythran: disable annoying warning about missing colorlog CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:16:32 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: update to toot-0.51.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 04:32:19 Modified files: sysutils/skim : crates.inc Log message: skim: regen crates.inc with licenses. no package change CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2025/10/17 04:43:17 Modified files: fonts/noto/fonts: Makefile distinfo Log message: Update to noto-fonts-2025.10.01. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2025/10/17 04:43:53 Modified files: editors/nvi : Makefile distinfo editors/nvi/patches: patch-CMakeLists_txt Log message: Update to nvi-2.2.2. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 04:45:07 Modified files: sysutils/skim : Makefile crates.inc distinfo Log message: update to skim 0.20.5, from maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:46:00 Modified files: net/icinga/core2: Makefile distinfo Log message: update to icinga2-2.15.1, from Alvar Penning, tweak from me security fixes; https://icinga.com/blog/releasing-icinga-2-v2-15-1-2-14-7-and-2-13-13-and-icinga-db-web-v1-2-3-and-1-1-4/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:47:44 Modified files: net/icinga/icinga-php-library: Makefile distinfo net/icinga/icinga-php-library/pkg: PLIST Log message: update to icinga-php-library-0.17.1 needed for new icinga-db-web which has security fixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:49:16 Modified files: net/icinga/icingadb-web: Makefile distinfo net/icinga/icingadb-web/pkg: PLIST Log message: update to icingadb-web-1.2.3, from Alvar Penning, tweaks from me security fixes; https://icinga.com/blog/releasing-icinga-2-v2-15-1-2-14-7-and-2-13-13-and-icinga-db-web-v1-2-3-and-1-1-4/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:50:36 Modified files: net/icinga/core2: Tag: OPENBSD_7_8 Makefile distinfo Log message: update to icinga2-2.15.1, from Alvar Penning, tweak from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:50:45 Modified files: net/icinga/icinga-php-library: Tag: OPENBSD_7_8 Makefile distinfo net/icinga/icinga-php-library/pkg: Tag: OPENBSD_7_8 PLIST Log message: update to icinga-php-library-0.17.1, from Alvar Penning, tweak from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 04:51:05 Modified files: net/icinga/icingadb-web: Tag: OPENBSD_7_8 Makefile distinfo net/icinga/icingadb-web/pkg: Tag: OPENBSD_7_8 PLIST Log message: update to icingadb-web-1.2.3, from Alvar Penning, tweaks from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 05:26:49 Modified files: lang/luajit : Makefile distinfo lang/luajit/patches: patch-src_Makefile patch-src_lj_arch_h Log message: update to luajit-2.1.1760617492, which includes a modified version of a patch from Yuichiro NAITO adding landing pads for branch tracking for x86. change USE_NOBTCFI to USE_NOBTCFI-aarch64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 05:31:01 Modified files: benchmarks/wrk : Makefile games/luanti : Makefile games/luasteam : Makefile games/openmw : Makefile games/powder-toy: Makefile games/solarus/solarus: Makefile mail/rspamd : Makefile net/hexchat : Makefile net/snort : Makefile www/luakit : Makefile x11/kde-applications/cantor: Makefile Log message: switch luajit users from USE_NOBTCFI=Yes to USE_NOBTCFI-aarch64=Yes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 05:31:59 Modified files: www/squid : Makefile Log message: tidy up CONFIGURE_ARGS, etc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 05:32:52 Modified files: www/squid : Makefile distinfo www/squid/pkg : squid.rc Log message: update to squid-7.2, including some security fixes https://github.com/squid-cache/squid/releases/tag/SQUID_7_2 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2025/10/17 06:11:57 Log message: Import tt2020-0.2.1. Most "typewriter" fonts are unrealistic: each instance of a particular letter looks identical. In text produced by a real typewriter, characters vary with each press of the key. TT2020 mimics the appearance of typewritten text in a novel way: the font contains nine slightly different copies of each glyph, and (when used in a modern font layout engine) selects one of these copies in a pseudorandom fashion using OpenType's "contextual alternates" feature. TT2020 is also multilingual, providing Latin, Cyrillic, Greek, and Hebrew characters, as well as italic variants. ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20251017 N ports/fonts/tt2020/Makefile N ports/fonts/tt2020/distinfo N ports/fonts/tt2020/pkg/DESCR N ports/fonts/tt2020/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2025/10/17 06:12:46 Modified files: fonts : Makefile Log message: +tt2020 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 06:22:20 Modified files: www/squid : Makefile Log message: there doesn't seem to be any point in having squid link against gnutls when it's using libressl for TLS functions CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2025/10/17 07:44:10 Modified files: mail/p5-Mail-DMARC: Makefile distinfo Log message: update to 1.20250805 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2025/10/17 07:51:21 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: Tor Browser: update to 14.5.8 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2025/10/17 08:00:59 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Log message: update to 2.99042 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2025/10/17 08:04:48 Modified files: meta/tor-browser: Tag: OPENBSD_7_8 Makefile www/tor-browser: Tag: OPENBSD_7_8 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_8 Makefile distinfo Log message: Tor Browser: update to 14.5.8 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2025/10/17 08:19:29 Modified files: misc/memcached : Makefile distinfo Log message: update to 1.6.39 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2025/10/17 08:26:31 Modified files: net/samba : Tag: OPENBSD_7_7 Makefile distinfo net/samba/pkg : Tag: OPENBSD_7_7 PLIST-main Log message: Update to samba-4.22.6 This update contains security fixes for: - CVE-2025-9640: Uninitialized memory disclosure via vfs_streams_xattr. https://www.samba.org/samba/security/CVE-2025-9640.html - CVE-2025-10230: Command injection via WINS server hook script. https://www.samba.org/samba/security/CVE-2025-10230.html Changes: https://www.samba.org/samba/history/samba-4.22.5.html https://www.samba.org/samba/history/samba-4.22.6.html Tested and OK Ian McWilliam (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 08:30:23 Modified files: devel/py-automat: Makefile Log message: py-automat: unbreak build by switching to MODPY_PYBUILD = hatch-vcs CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2025/10/17 08:36:41 Modified files: build : mirrors.dat Log message: disable some more broken mirrors; found by Michal Markowski (I left the ones which weren't _way_ too far out for now) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2025/10/17 08:36:59 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 08:43:16 Modified files: www/squid : Makefile Removed files: www/squid/patches: patch-src_comm_cc Log message: squid: drop patch raising socket buffer size; shouldn't be needed (and smp works ok without it) following kern/uipc_usrreq.c r1.210 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 09:04:02 Modified files: x11/dmenu : Makefile distinfo Log message: update to dmenu-5.4, from Alvar Penning, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 09:04:49 Modified files: www/squid : Tag: OPENBSD_7_8 Makefile distinfo www/squid/pkg : Tag: OPENBSD_7_8 squid.rc Removed files: www/squid/patches: Tag: OPENBSD_7_8 patch-src_comm_cc Log message: sync with -current CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2025/10/17 09:07:05 Modified files: build : mirrors.dat Log message: drop mirrors.syringanetworks.net; NXDOMAIN CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2025/10/17 09:07:12 Modified files: . : ftp.html ftplist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 09:53:08 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST Log message: update to unifi-9.5.18 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 10:03:55 Modified files: www/twill : Makefile Log message: fix pkgspec for py-lxml; this version of twill already required lxml 6.x. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2025/10/17 10:12:05 Modified files: www/mozilla-firefox: Makefile Log message: Disable JIT to unbreak firefox-143+ build on riscv64 The JIT was switched on for this architecture for firefox-143. Issue tracked upstream as https://bugzilla.mozilla.org/show_bug.cgi?id=1994624 Thanks to landry for filling the paperwork! ok landry@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2025/10/17 10:14:33 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: bugfix update to 5.2.3 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2025/10/17 10:18:24 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_8 Makefile Log message: Disable JIT to unbreak firefox-143+ build on riscv64 This diff was used to produce the firefox-143.0.3 riscv64 package for the upcoming 7.8 release. ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 10:42:38 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim patch-runtime_syntax_make_vim editors/vim/pkg: PLIST Log message: update to vim-9.1.1863 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2025/10/17 10:45:59 Modified files: net/bro : Makefile distinfo Log message: update to zeek 8.0.3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 10:47:29 Added files: security/py-cryptography_vectors/patches: patch-pyproject_toml Log message: py-cryptography_vectors: remove upper bound on uv-build < 0.9 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 10:47:59 Modified files: devel/uv : Makefile crates.inc distinfo devel/uv/patches: patch-Cargo_toml Log message: update uv to 0.9.3 CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2025/10/17 10:52:10 ports/sysutils/wmtempmon/patches Update of /cvs/ports/sysutils/wmtempmon/patches In directory cvs.openbsd.org:/tmp/cvs-serv80799/patches Log Message: Directory /cvs/ports/sysutils/wmtempmon/patches added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 10:52:40 Modified files: sys/arch/loongson/stand/boot: devopen.c Log message: use DL_PARTNAME2NUM; ok krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 10:53:02 Modified files: sys/arch/hppa/stand/libsa: dev_hppa.c Log message: use DL_PARTNUM2NAME; ok krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 10:53:41 Modified files: sys/arch/riscv64/stand/efiboot: efiboot.c softraid_riscv64.c Log message: use DL_PARTNAME2NUM and DL_PARTNUM2NAME; ok krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 10:54:04 Modified files: sys/arch/sparc64/stand/ofwboot: ofdev.c softraid_sparc64.c Log message: use DL_PARTNAME2NUM and DL_PARTNUM2NAME; ok krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 10:54:22 Modified files: sys/arch/i386/stand/libsa: biosdev.c softraid_i386.c Log message: use DL_PARTNAME2NUM and DL_PARTNUM2NAME; ok krw CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2025/10/17 10:54:32 Modified files: www/mozilla-firefox: Makefile Log message: Just use #1994624 for the riscv64 FTBFS bug, just like other bugs Requested by landry@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 10:54:35 Modified files: sys/arch/arm64/stand/efiboot: softraid_arm64.c Log message: use DL_PARTNAME2NUM and DL_PARTNUM2NAME; ok krw CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2025/10/17 10:55:08 Modified files: sysutils/wmtempmon: Makefile Added files: sysutils/wmtempmon/patches: patch-Makefile patch-wmtempmon_c Log message: Fix sparc64 build. ok tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 11:50:10 Modified files: sbin/disklabel : disklabel.c editor.c Log message: dynamically determine the possible partition names to show in the editor a(dd) command help message CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 11:52:21 Modified files: multimedia/streamlink: Makefile distinfo multimedia/streamlink/patches: patch-setup_py multimedia/streamlink/pkg: PLIST Log message: update to streamlink-7.6.0 to unbreak with newer py-lxml CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 11:52:32 Modified files: sbin/disklabel : disklabel.c Log message: remove a small piece of magic we are not ready for yet CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2025/10/17 11:56:01 Modified files: www/jupyterlab : Makefile distinfo www/jupyterlab/pkg: PLIST Log message: update jupyterlab 4.4.9 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2025/10/17 12:00:59 Modified files: www/jupyter-notebook: Makefile distinfo www/jupyter-notebook/pkg: PLIST Log message: update jupyter-notebook to 7.4.7 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2025/10/17 12:38:59 Modified files: sysutils/ansible-core: Makefile distinfo sysutils/ansible-core/pkg: PLIST Log message: Update ansible-core 2.19.2 -> 2.19.3 Changelog: https://github.com/ansible/ansible/blob/stable-2.19/changelogs/CHANGELOG-v2.19.rst#v2-19-3 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2025/10/17 12:39:25 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 12.0.0 -> 12.1.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/12.1.0/12/CHANGELOG-v12.md#v12-1-0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 13:02:27 Modified files: net/ngtcp2 : Makefile distinfo Log message: Update to ngtcp2 1.17.0 https://github.com/ngtcp2/ngtcp2/releases/tag/v1.17.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2025/10/17 13:07:51 Modified files: devel/kf6 : kf6.port.mk devel/kf6/attica: distinfo devel/kf6/baloo: distinfo devel/kf6/baloo/pkg: PLIST devel/kf6/bluez-qt: distinfo devel/kf6/breeze-icons: distinfo devel/kf6/breeze-icons/pkg: PLIST devel/kf6/extra-cmake-modules: Makefile distinfo devel/kf6/frameworkintegration: distinfo devel/kf6/karchive: distinfo devel/kf6/kauth: distinfo devel/kf6/kbookmarks: distinfo devel/kf6/kcalendarcore: distinfo devel/kf6/kcmutils: distinfo devel/kf6/kcodecs: distinfo devel/kf6/kcolorscheme: distinfo devel/kf6/kcompletion: distinfo devel/kf6/kconfig: distinfo devel/kf6/kconfigwidgets: distinfo devel/kf6/kcontacts: distinfo devel/kf6/kcoreaddons: distinfo devel/kf6/kcrash: distinfo devel/kf6/kdav : distinfo devel/kf6/kdbusaddons: distinfo devel/kf6/kdeclarative: distinfo devel/kf6/kded : distinfo devel/kf6/kdesu: distinfo devel/kf6/kdnssd: distinfo devel/kf6/kdoctools: distinfo devel/kf6/kfilemetadata: distinfo devel/kf6/kglobalaccel: distinfo devel/kf6/kguiaddons: distinfo devel/kf6/kholidays: distinfo devel/kf6/ki18n: distinfo devel/kf6/kiconthemes: distinfo devel/kf6/kidletime: distinfo devel/kf6/kimageformats: distinfo devel/kf6/kio : distinfo devel/kf6/kirigami: distinfo devel/kf6/kitemmodels: distinfo devel/kf6/kitemviews: distinfo devel/kf6/kjobwidgets: distinfo devel/kf6/knewstuff: distinfo devel/kf6/knotifications: distinfo devel/kf6/knotifyconfig: distinfo devel/kf6/kpackage: Makefile distinfo devel/kf6/kparts: distinfo devel/kf6/kpeople: distinfo devel/kf6/kplotting: distinfo devel/kf6/kpty : distinfo devel/kf6/kquickcharts: distinfo devel/kf6/krunner: distinfo devel/kf6/kservice: distinfo devel/kf6/kstatusnotifieritem: distinfo devel/kf6/ksvg : distinfo devel/kf6/ktexteditor: distinfo devel/kf6/ktexttemplate: distinfo devel/kf6/ktextwidgets: distinfo devel/kf6/kunitconversion: distinfo devel/kf6/kuserfeedback: distinfo devel/kf6/kwallet: distinfo devel/kf6/kwidgetsaddons: distinfo devel/kf6/kwindowsystem: distinfo devel/kf6/kxmlgui: distinfo devel/kf6/prison: distinfo devel/kf6/purpose: distinfo devel/kf6/qqc2-desktop-style: distinfo devel/kf6/solid: distinfo devel/kf6/sonnet: distinfo devel/kf6/syndication: distinfo devel/kf6/syntax-highlighting: distinfo devel/kf6/threadweaver: distinfo Removed files: devel/kf6/kpackage/patches: patch-KF6PackageMacros_cmake Log message: Update KDE Frameworks 6.19.0 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2025/10/17 13:20:26 Modified files: shells/dash : Makefile distinfo Log message: Bugfix update to dash-0.5.13.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2025/10/17 13:35:23 Modified files: net/neochat : Makefile Log message: Add missing dependency on kf6-prison Spotted by Nicholas Schmidt, thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 13:42:26 Modified files: sysutils/obsdfreqd: Makefile distinfo Log message: update to obsdfreqd-1.2.2 (doc change only) from Florian Viehweger (maintainer), tweak by me to use DIST_TUPLE for sr.ht CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 13:44:01 Modified files: net/neochat : Tag: OPENBSD_7_8 Makefile Log message: mfc missing dep CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2025/10/17 13:44:01 Modified files: usr.sbin/installboot: efi_bootmgr.c Log message: in error message, say what could not be opened CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 13:49:24 Modified files: net/lagrange : Makefile distinfo Log message: update to lagrange-1.19.3, from Florian Viehweger (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2025/10/17 13:50:51 Modified files: sysutils/ansible-runner: Makefile distinfo Log message: update to ansible-runner-2.4.2, from Mikolaj Kucharski (taking maintainer) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2025/10/17 14:06:52 Modified files: games : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: retire forcedattack, pathological, pyganim These are Python 2 games that haven't been updated for Python 3. ok sthen@, kn@, rsadowski@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2025/10/17 14:08:09 Modified files: math/rocq : Makefile Log message: add missing RDEP on findlib From MAINTAINER CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2025/10/17 14:12:55 Modified files: devel/kf6/kio : Makefile distinfo Log message: Update kf6-kio to 6.19.1 "an unscheduled bugfix release for KIO 6.19" -- distributions@kde.org CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2025/10/17 14:32:32 Modified files: security/keycloak: Makefile distinfo security/keycloak/pkg: PLIST Log message: Update keycloak 26.3.4 -> 26.4.1 Changelogs: https://github.com/keycloak/keycloak/releases/tag/26.4.1 Release notes: https://www.keycloak.org/docs/26.4.1/release_notes/ Upgrading guide: https://www.keycloak.org/docs/26.4.1/upgrading CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2025/10/17 14:54:50 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: Update p5-Image-ExifTool to 13.39. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2025/10/17 14:57:54 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2025.10. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2025/10/17 15:23:08 Modified files: textproc/ruby-rouge: Makefile distinfo Log message: Update ruby-rouge to 4.6.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2025/10/17 15:36:17 Modified files: textproc/riff : Makefile distinfo Log message: Update riff to 3.4.2. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2025/10/17 15:37:32 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.51.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2025/10/17 16:18:44 Modified files: net/swirc : Makefile distinfo Removed files: net/swirc/patches: patch-src_main_cpp Log message: Update swirc to 3.5.6. From maintainer Markus Uhlin, thanks! CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2025/10/17 16:57:07 Modified files: . : 78.html Log message: more changes CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2025/10/17 20:05:03 Modified files: sysutils/alloy : Makefile distinfo sysutils/alloy/pkg: PLIST Removed files: sysutils/alloy/patches: patch-internal_component_otelcol_exporter_datadog_config_config_datadog_go patch-internal_component_otelcol_exporter_datadog_config_config_datadog_stub_go patch-internal_component_otelcol_exporter_datadog_config_config_datadog_test_go patch-internal_component_otelcol_exporter_datadog_datadog_go patch-internal_component_otelcol_exporter_datadog_datadog_stub_go patch-internal_component_otelcol_exporter_datadog_datadog_test_go patch-internal_converter_internal_otelcolconvert_converter_datadogexporter_go patch-internal_converter_internal_otelcolconvert_otelcolconvert_test_go Log message: sysutils/alloy: update to 1.11.0 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 21:37:04 Log message: import mergiraf, a syntax-aware git merge driver, ok sthen Mergiraf can solve a wide range of Git merge conflicts because it's aware of the syntax trees in your files. Thanks to its understanding of your language, it can often reconcile the needs of both sides. https://mergiraf.org/ Status: Vendor Tag: tb Release Tags: tb_20251018 N ports/devel/mergiraf/Makefile N ports/devel/mergiraf/crates.inc N ports/devel/mergiraf/distinfo N ports/devel/mergiraf/pkg/DESCR N ports/devel/mergiraf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2025/10/17 21:38:09 Modified files: devel : Makefile Log message: + mergiraf CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2025/10/17 22:46:34 Log message: Import signalbackup-tools-20251011. Tool to work with backup files generated by the Signal Android application. Features include decryption, export, cropping, merging, and various other operations. The tool and its author are not affiliated with or endorsed by the Signal Foundation. ok tb@ Status: Vendor Tag: bentley Release Tags: bentley_20251017 N ports/sysutils/signalbackup-tools/Makefile N ports/sysutils/signalbackup-tools/distinfo N ports/sysutils/signalbackup-tools/patches/patch-adbbackupdatabase_adbbackupdatabase_cc N ports/sysutils/signalbackup-tools/patches/patch-CMakeLists_txt N ports/sysutils/signalbackup-tools/pkg/DESCR N ports/sysutils/signalbackup-tools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2025/10/17 22:47:47 Modified files: sysutils : Makefile Log message: +signalbackup-tools CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2025/10/17 23:16:35 Modified files: astro/stellarsolver: Makefile distinfo astro/stellarsolver/patches: patch-CMakeLists_txt patch-stellarsolver_stellarsolver_cpp astro/stellarsolver/pkg: PLIST Removed files: astro/stellarsolver/patches: patch-stellarsolver_astrometry_os-features_h patch-stellarsolver_astrometry_util_os-features-test_c Log message: Update stellarsolver to 2.7 Switch from Qt5 to Qt6 for the KStars 3.7.8 (Qt6) update Maintainer timeout CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2025/10/17 23:17:15 Modified files: astro/kstars : Makefile distinfo astro/kstars/pkg: PLIST Added files: astro/kstars/patches: patch-kstars_indi_servermanager_cpp Log message: Update kstars to 3.7.8 (Qt6) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2025/10/17 23:37:29 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h Log message: update to 141.0.7390.107 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2025/10/18 00:24:16 Modified files: devel/llvm/21 : Makefile distinfo Log message: update to 21.1.3 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2025/10/18 00:39:10 Modified files: . : 78.html Log message: spelling CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2025/10/18 00:45:08 Modified files: devel/kdevelop : distinfo devel/kdevelop/pkg: PLIST editors/calligra: distinfo editors/calligra/pkg: PLIST editors/ghostwriter: distinfo editors/ghostwriter/pkg: PLIST graphics/skanlite: distinfo net/kdeconnect-kde: distinfo net/kdeconnect-kde/pkg: PLIST net/konversation: distinfo net/ktorrent : distinfo net/libktorrent: distinfo net/neochat : Makefile distinfo x11/kde : kde.port.mk x11/kde-applications/akonadi: distinfo x11/kde-applications/akonadi-calendar: distinfo x11/kde-applications/akonadi-calendar-tools: distinfo x11/kde-applications/akonadi-contacts: distinfo x11/kde-applications/akonadi-import-wizard: distinfo x11/kde-applications/akonadi-mime: distinfo x11/kde-applications/akonadi-search: distinfo x11/kde-applications/akonadiconsole: distinfo x11/kde-applications/akonadiconsole/pkg: PLIST x11/kde-applications/akregator: distinfo x11/kde-applications/analitza: distinfo x11/kde-applications/arianna: distinfo x11/kde-applications/ark: distinfo x11/kde-applications/artikulate: distinfo x11/kde-applications/audiocd-kio: distinfo x11/kde-applications/baloo-widgets: distinfo x11/kde-applications/blinken: distinfo x11/kde-applications/bomber: distinfo x11/kde-applications/bovo: distinfo x11/kde-applications/calendarsupport: distinfo x11/kde-applications/cantor: Makefile distinfo x11/kde-applications/dolphin: distinfo x11/kde-applications/dolphin-plugins: distinfo x11/kde-applications/dolphin-plugins/pkg: PLIST x11/kde-applications/dragon: distinfo x11/kde-applications/elisa: distinfo x11/kde-applications/eventviews: distinfo x11/kde-applications/falkon: distinfo x11/kde-applications/falkon/pkg: PLIST x11/kde-applications/ffmpegthumbs: distinfo x11/kde-applications/filelight: distinfo x11/kde-applications/granatier: distinfo x11/kde-applications/grantlee-editor: distinfo x11/kde-applications/grantleetheme: distinfo x11/kde-applications/gwenview: distinfo x11/kde-applications/incidenceeditor: distinfo x11/kde-applications/itinerary: distinfo x11/kde-applications/juk: distinfo x11/kde-applications/kaccounts-providers: distinfo x11/kde-applications/kaddressbook: distinfo x11/kde-applications/kajongg: distinfo x11/kde-applications/kalarm: distinfo x11/kde-applications/kalgebra: distinfo x11/kde-applications/kalm: distinfo x11/kde-applications/kalzium: distinfo x11/kde-applications/kamera: distinfo x11/kde-applications/kanagram: distinfo x11/kde-applications/kapman: distinfo x11/kde-applications/kapptemplate: distinfo x11/kde-applications/kapptemplate/pkg: PLIST x11/kde-applications/kate: distinfo x11/kde-applications/katomic: distinfo x11/kde-applications/kbackup: distinfo x11/kde-applications/kblackbox: distinfo x11/kde-applications/kblocks: distinfo x11/kde-applications/kbounce: distinfo x11/kde-applications/kbreakout: distinfo x11/kde-applications/kbruch: distinfo x11/kde-applications/kcachegrind: distinfo x11/kde-applications/kcachegrind/pkg: PLIST x11/kde-applications/kcalc: distinfo x11/kde-applications/kcalutils: distinfo x11/kde-applications/kcharselect: distinfo x11/kde-applications/kcolorchooser: distinfo x11/kde-applications/kcron: distinfo x11/kde-applications/kde-dev-scripts: distinfo x11/kde-applications/kde-dev-utils: distinfo x11/kde-applications/kde-dev-utils/pkg: PLIST x11/kde-applications/kdebugsettings: distinfo x11/kde-applications/kdeedu-data: distinfo x11/kde-applications/kdegraphics-mobipocket: distinfo x11/kde-applications/kdegraphics-thumbnailers: distinfo x11/kde-applications/kdenetwork-filesharing: distinfo x11/kde-applications/kdenlive: distinfo x11/kde-applications/kdepim-addons: distinfo x11/kde-applications/kdepim-addons/pkg: PLIST x11/kde-applications/kdepim-runtime: distinfo x11/kde-applications/kdesdk-thumbnailers: distinfo x11/kde-applications/kdf: distinfo x11/kde-applications/kdialog: distinfo x11/kde-applications/kdiamond: distinfo x11/kde-applications/keditbookmarks: distinfo x11/kde-applications/kf6-kaccounts-integration: distinfo x11/kde-applications/kf6-kdegraphics-mobipocket: distinfo x11/kde-applications/kf6-kio-extras: distinfo x11/kde-applications/kf6-kio-extras/pkg: PLIST x11/kde-applications/kf6-ksanecore: distinfo x11/kde-applications/kf6-libkcddb: distinfo x11/kde-applications/kf6-libkcddb/pkg: PLIST x11/kde-applications/kf6-libkcompactdisc: distinfo x11/kde-applications/kf6-libkdcraw: distinfo x11/kde-applications/kf6-libkexiv2: distinfo x11/kde-applications/kfind: distinfo x11/kde-applications/kfourinline: distinfo x11/kde-applications/kgeography: distinfo x11/kde-applications/kget: distinfo x11/kde-applications/kgoldrunner: distinfo x11/kde-applications/kgpg: distinfo x11/kde-applications/khangman: distinfo x11/kde-applications/khelpcenter: distinfo x11/kde-applications/kidentitymanagement: distinfo x11/kde-applications/kig: distinfo x11/kde-applications/kigo: distinfo x11/kde-applications/killbots: distinfo x11/kde-applications/kimagemapeditor: distinfo x11/kde-applications/kimap: distinfo x11/kde-applications/kio-gdrive: distinfo x11/kde-applications/kirigami-gallery: distinfo x11/kde-applications/kirigami-gallery/pkg: PLIST x11/kde-applications/kiriki: distinfo x11/kde-applications/kiten: distinfo x11/kde-applications/kitinerary: Makefile distinfo x11/kde-applications/kjumpingcube: distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kleopatra: distinfo x11/kde-applications/klettres: distinfo x11/kde-applications/klickety: distinfo x11/kde-applications/klines: distinfo x11/kde-applications/kmag: distinfo x11/kde-applications/kmag/pkg: PLIST x11/kde-applications/kmahjongg: distinfo x11/kde-applications/kmail: distinfo x11/kde-applications/kmail/pkg: PLIST x11/kde-applications/kmail-account-wizard: distinfo x11/kde-applications/kmailtransport: distinfo x11/kde-applications/kmbox: distinfo x11/kde-applications/kmime: distinfo x11/kde-applications/kmines: distinfo x11/kde-applications/kmix: distinfo x11/kde-applications/kmousetool: distinfo x11/kde-applications/kmouth: distinfo x11/kde-applications/kmplot: distinfo x11/kde-applications/knavalbattle: distinfo x11/kde-applications/knetwalk: distinfo x11/kde-applications/kolf: distinfo x11/kde-applications/kollision: distinfo x11/kde-applications/kolourpaint: distinfo x11/kde-applications/kompare: distinfo x11/kde-applications/kongress: distinfo x11/kde-applications/konqueror: distinfo x11/kde-applications/konquest: distinfo x11/kde-applications/konsole: Makefile distinfo x11/kde-applications/kontact: distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/kontrast: distinfo x11/kde-applications/kopeninghours: distinfo x11/kde-applications/korganizer: distinfo x11/kde-applications/kosmindoormap: Makefile distinfo x11/kde-applications/kpimtextedit: distinfo x11/kde-applications/kpkpass: distinfo x11/kde-applications/kpublictransport: Makefile distinfo x11/kde-applications/kpublictransport/pkg: PLIST x11/kde-applications/kqtquickcharts: distinfo x11/kde-applications/krdc: distinfo x11/kde-applications/kreversi: distinfo x11/kde-applications/krfb: distinfo x11/kde-applications/kruler: distinfo x11/kde-applications/kshisen: distinfo x11/kde-applications/ksirk: distinfo x11/kde-applications/ksmtp: distinfo x11/kde-applications/ksnakeduel: distinfo x11/kde-applications/kspaceduel: distinfo x11/kde-applications/ksquares: distinfo x11/kde-applications/ksudoku: distinfo x11/kde-applications/ksystemlog: distinfo x11/kde-applications/kteatime: distinfo x11/kde-applications/ktimer: distinfo x11/kde-applications/ktnef: distinfo x11/kde-applications/ktouch: distinfo x11/kde-applications/ktuberling: distinfo x11/kde-applications/kturtle: distinfo x11/kde-applications/kubrick: distinfo x11/kde-applications/kwalletmanager: distinfo x11/kde-applications/kwave: distinfo x11/kde-applications/kweather: distinfo x11/kde-applications/kweathercore: distinfo x11/kde-applications/kwordquiz: distinfo x11/kde-applications/libgravatar: distinfo x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: distinfo x11/kde-applications/libkdepim: distinfo x11/kde-applications/libkeduvocdocument: distinfo x11/kde-applications/libkgapi: distinfo x11/kde-applications/libkleo: distinfo x11/kde-applications/libkmahjongg: distinfo x11/kde-applications/libkomparediff2: distinfo x11/kde-applications/libksane: distinfo x11/kde-applications/libksieve: distinfo x11/kde-applications/lokalize: distinfo x11/kde-applications/lskat: distinfo x11/kde-applications/mailcommon: distinfo x11/kde-applications/mailimporter: distinfo x11/kde-applications/marble: distinfo x11/kde-applications/markdownpart: distinfo x11/kde-applications/mbox-importer: distinfo x11/kde-applications/merkuro: distinfo x11/kde-applications/messagelib: Makefile distinfo x11/kde-applications/mimetreeparser: distinfo x11/kde-applications/minuet: distinfo x11/kde-applications/okular: distinfo x11/kde-applications/palapeli: distinfo x11/kde-applications/picmi: distinfo x11/kde-applications/pim-data-exporter: distinfo x11/kde-applications/pim-sieve-editor: distinfo x11/kde-applications/pimcommon: distinfo x11/kde-applications/plasmatube: distinfo x11/kde-applications/poxml: distinfo x11/kde-applications/rocs: distinfo x11/kde-applications/step: distinfo x11/kde-applications/step/pkg: PLIST x11/kde-applications/svgpart: distinfo x11/kde-applications/sweeper: distinfo x11/kde-applications/tokodon: Makefile distinfo x11/kde-applications/umbrello: distinfo x11/kde-applications/umbrello/pkg: PLIST x11/yakuake : distinfo Log message: Update KDE Gear to 25.08.2