CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/24 08:32:59 Modified files: www/mozilla-firefox: Makefile Log message: Disable btcfi and exec-only in Firefox on aarch64 for now. The bundled copy of libdav1d doesn't have the asm fixes from the (older) version in ports - while many hunks of the patches apply directly to the newer code here, it needs more aarch64 asm knowledge than I have to port the rest across. landry@ has a diff (based on gentoo patches) to build against system versions of dav1d and aom - that's generally what we want longer-term, but this more- targetted change is safer for release (and avoids downgrading the version of dav1d used in firefox past some security fixes). ok tb@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2024/09/24 13:34:01 Modified files: usr.sbin/vmd : vmd.8 Log message: vmd(8) manpage change for shutdown behaviour Document the shutdown behaviour for vmd(8). Suggested via bugs@ via eric at mulh.net. ok jmc@, bluhm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/09/24 14:02:39 Modified files: usr.sbin/vmd : vmd.8 Log message: - VM(s) -> VMs - simpler tense - fix the -width parameter - add -nosplit to AUTHORS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/24 14:15:03 Modified files: www/tor-browser/browser: Makefile Log message: apply same aarch64 fix to tor-browser as firefox (USE_NOBTCFI, USE_NOEXECONLY) ok naddy CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/09/24 19:24:04 Modified files: usr.bin/ssh : misc.c misc.h readconf.c servconf.c Log message: fix regression introduced when I switched the "Match" criteria tokeniser to a more shell-like one. Apparently the old tokeniser (accidentally?) allowed "Match criteria=argument" as well as the "Match criteria argument" syntax that we tested for. People were using this syntax so this adds back support for "Match criteria=argument" bz3739 ok dtucker CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/09/24 22:19:36 Modified files: usr.sbin/vmd : sev.c Log message: document why sys/param.h is used CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/09/25 00:13:01 Modified files: bin/ksh : ksh.1 usr.bin/dig : dig.1 usr.bin/ssh : ssh_config.5 usr.bin/systat : systat.1 Log message: remove some unneeded Xo/Xc calls; from evan silberman the original diff had a couple of errors, which i've fixed CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/09/25 00:34:34 Modified files: www/chromium : Makefile www/chromium/patches: patch-base_compiler_specific_h www/iridium : Makefile www/iridium/patches: patch-base_compiler_specific_h www/ungoogled-chromium: Makefile www/ungoogled-chromium/patches: patch-base_compiler_specific_h Log message: disable the preserve_most attribute on arm64 as it breaks retguard ok sthen@, naddy@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/09/25 07:55:23 Modified files: usr.sbin/sysupgrade: sysupgrade.8 sysupgrade.sh Log message: sysupgrade: add -R #.# to try to use a specific release version rather than the immediate +0.1. print an https://ftp.openbsd.org/... URL where the new signify pubkey can be found if not present. no guarantees: we only test +0.1, but jumping further does work quite often (and if tight on disk, can work better than multiple steps) - this avoids editing the script if you're going to do it anyway. "Only upgrades from one version to the next are tested. Skipping versions may work. Downgrading is unlikely to work." discussed with deraadt chris florian, ok deraadt CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2024/09/25 08:26:46 Modified files: faq : current.html Log message: faq/current.html notes: - mention va-api in packages and show people how to disable it in vlc if they run into problems (as there seems to be some issue with amd) - let people know that sysupgrade no longer guesses, if you want snaps then use -s CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/09/25 08:42:39 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.maxattr.rdomain1.conf bgpd.maxattr.rdomain2_1.conf bgpd.maxattr.rdomain2_2.conf maxattr.sh maxattr.test1.ok maxattr.test2.ok Log message: Add a maxattr regress test that causes the rdomain1 bgpd instance to trip over 4096 bytes for a BGP UPDATE message. Check on the 3rd system that the affected prefixes are properly withdrawn. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/09/25 08:46:52 Modified files: usr.sbin/bgpd : rde.c rde.h rde_update.c Log message: When generating UPDATE handle the message size limit better. First of all warn that a prefix was dropped. In the generate an update code handle possible overflows of attributes and NLRI and withdraw the affected prefix. This way the peer will not have stale data. OK tb@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/09/25 09:08:42 Modified files: usr.sbin/sysupgrade: sysupgrade.8 Log message: correct macro for -R entry; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/09/25 09:38:39 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.maxattr.rdomain1.conf bgpd.maxattr.rdomain2_1.conf bgpd.maxattr.rdomain2_2.conf maxattr.sh maxattr.test1.ok maxattr.test2.ok Log message: Extend maxattr test to also include IPv6 and with that test for the up_generate_mp_reach() failure. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2024/09/25 10:26:37 Modified files: usr.sbin/sysupgrade: sysupgrade.8 Log message: Improve description of -f. ok sthen, florian Committing on behalf of jmc as requested. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/09/25 12:24:13 Modified files: sys/kern : subr_witness.c Log message: Do not crash in witness code if interrupt fires early. It can happen that an interrupt handler is called immediately on a secondary CPU when it is spun up during boot. At that moment no process is schduled yet, so curproc is NULL. To prevent a crash when p->p_sleeplocks is dereferenced, skip witness check in this case. OK visa@ CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2024/09/25 13:56:33 Modified files: sbin/wsconsctl : mousecfg.c Log message: Correct an indexing error that may leave stale data in the mousecfg buffer. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/09/25 16:48:49 Modified files: graphics/cairo : Makefile Added files: graphics/cairo/patches: patch-src_cairo-cff-subset_c Log message: Add upstream fix for regression when writing PDFs with fonts. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/25 17:01:39 Modified files: usr.bin/ssh : readconf.h ssh.h Log message: remove some unused defines; ok djm@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/25 19:45:13 Modified files: usr.sbin/vmd : config.c control.c dhcp.c fw_cfg.c i8253.c loadfile_elf.c parse.y pci.c priv.c proc.c proc.h psp.c sev.c vioblk.c vionet.c vioqcow2.c vioscsi.c virtio.c vm.c vm_agentx.c vmd.c vmm.c x86_vm.c Log message: remove unneeded includes; ok dv@ mlarkin@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/09/26 00:10:34 Modified files: share/man/man4 : nvme.4 Log message: document that there are nvme sensors available and nudge the reader to sysctl; ok bmercer CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/09/26 02:12:30 Modified files: regress/usr.sbin/bgpd/integrationtests: maxattr.sh Log message: Remove debug leftover. There is no need to run tcpdump anymore. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/26 04:12:02 Modified files: sys/arch/i386/stand/libsa: mdrandom.c sys/arch/amd64/stand/libsa: mdrandom.c Log message: remove unneeded psl.h include CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/09/26 07:18:25 Modified files: sys/arch/amd64/amd64: cpu.c lapic.c pmap.c vector.S vmm_machdep.c sys/arch/amd64/include: cpu.h i82489var.h pmap.h vmmvar.h Log message: Add an ipi for executing INVEPT to flush EPT on remote cpus. Similar to how the fast ipi for tlb flush is implemented, this adds one for calling INVEPT to invalidate EPT caches on the cpu. This is the first step to allowing guest memory to not be wired by UVM and decreases the behavioral differences between Intel and AMD's nested paging in vmm(4) and pmap(9). This change does not hook EPT ptes into the PV list, so the ipi is only used during address space teardown and pte removal. (With the removal of the "mprotect" ioctl, vmm(4) no longer modifies EPT ptes other than inserting them and removing them.) ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/09/26 15:55:42 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Fix amd64/GENERIC not linking due to missing pmap_shootept symbol. My recent commit to add an INVEPT ipi missed an ifdef related to MP machines. ok krw@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/09/26 17:55:08 Modified files: usr.bin/ssh : readconf.c Log message: fix previous change to ssh_config Match, which broken on negated Matches; spotted by phessler@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/09/26 18:38:49 Modified files: sys/net : pipex.c Log message: Previous pipex.c,v 1.155 was broken if the client was not behind a NAT. ok mvs CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/09/26 19:05:54 Modified files: regress/usr.bin/ssh: cfginclude.sh cfgmatch.sh servcfginclude.sh Log message: test some more Match syntax, including criteria=arg and negations CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/09/27 06:52:58 Modified files: usr.sbin/rpki-client: main.c Log message: rpki-client: check for getline error when reading the skiplist file ok claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/09/27 06:55:03 Modified files: usr.sbin/rpki-client: repo.c Log message: rpki-client: free deltas in rrdp_session_parse() as in rrdp_repo_free() ok claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/09/27 07:06:21 Modified files: usr.bin/rsync : blocks.c Log message: rsync: fix reallocarray() usage in blkhash_set() The well-named ERR() macro doesn't error out. Therefore an incorrect use of reallocarray() is actually a leak that is easily overlooked. Do it the right way by assigning to a temporary variable and preserve behavior by freeing and NULL-ing. ok claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/09/27 07:10:39 Modified files: usr.bin/rsync : blocks.c Log message: rsync: avoid reallocarray() with a nmemb of 0. bset->blksz can be 0 here and how reallocarray() behaves is implementation defined. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/09/27 07:13:14 Modified files: usr.bin/rsync : blocks.c Log message: rsync: make blkhash_free() callable with NULL. It is in principle possible that blkhash_free() (which obviously frees a struct blktab, sigh) is called with NULL. This would lead to a crash. ok claudio CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/27 15:50:48 Modified files: . : 76.html Log message: changes up to May CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/09/27 18:37:25 Modified files: . : 76.html Log message: add drm changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/09/27 18:59:36 Modified files: . : 76.html Log message: platform name is riscv64, not risc-v move Milk-V Pioneer from arm64 to riscv64 reword riscv64 section CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/09/28 11:09:52 Modified files: distrib/notes/arm64: prep Log message: catch up with the u-boot-aarch64 package split in install docs. changing the dtb isn't normally needed (and can cause problems) so don't suggest that. add some info for rk3588. partly from jsg. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/28 14:11:10 Modified files: . : 76.html Log message: more entries polish bgpd section a bit, thx claudio CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/28 15:49:50 Modified files: . : 76.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2024/09/28 15:57:42 Modified files: . : plus.html Log message: The remainder of plus.html The heavy work done by pamela@ Man page links provided by myself (kmos@) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/29 03:25:37 Modified files: sys/arch/arm64/dev: aplcpu.c Log message: correct a prototype CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2024/09/29 05:12:57 Modified files: . : plus.html Added files: . : plus76.html Log message: finish plus roll for 7.6 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/29 05:22:39 Modified files: sys/arch/arm64/arm64: cpu.c Log message: fix HWCAP_ASIMDHP test; ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/29 06:22:57 Modified files: sys/arch/arm64/include: pte.h Log message: remove unused cruft; ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2024/09/29 08:36:13 Modified files: etc/rc.d : rc.subr usr.sbin/rcctl : rcctl.8 rcctl.sh Log message: sync synopsis and usage, sort commands, fix their spacing OK input lucas CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/09/29 12:00:38 Modified files: sbin/fdisk : fdisk.8 Log message: add some commas, to aid readability; from thorsten blum CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2024/09/29 13:31:13 Modified files: . : 76.html Log message: amd64, i386, powerpc64 package counts CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/09/29 13:56:58 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/pkg : PLIST Log message: Update to yt-dlp 2024.09.27 from byteskeptical CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/09/29 13:57:25 Modified files: textproc/der-ascii: Makefile distinfo Log message: Update der-ascii 0.4.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/09/29 14:05:42 Modified files: usr.bin/tmux : colour.c tmux.c Log message: Fix grey colour, from Magnus Gross. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/29 14:43:46 Modified files: . : 76.html Log message: changes up to August CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/29 15:26:25 Modified files: . : plus76.html Log message: fix a href CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/29 15:32:10 Modified files: . : 76.html Log message: a few more commits CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/09/29 18:04:43 Modified files: . : 76.html Log message: spelling CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/29 19:41:49 Modified files: sys/dev/wscons : wsconsio.h wsdisplay.c Log message: remove WSDISPLAYIO_OGINFO compat ioctl, planned for after 7.3 ok miod@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2024/09/29 20:56:40 Modified files: . : 76.html Log message: openssh CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/09/29 21:12:51 Modified files: databases/tdb : Makefile distinfo databases/tdb/patches: patch-buildtools_wafsamba_wafsamba_py Log message: Update to tdb-1.4.12 Needed for samba-4.21.0 Test and OK Ian McWilliam (maintainer) CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/09/29 21:15:01 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-buildtools_wafsamba_samba_autoconf_py patch-buildtools_wafsamba_wafsamba_py patch-buildtools_wafsamba_wscript patch-lib_util_charset_wscript_configure patch-python_samba_provision___init___py patch-source3_wscript patch-source3_wscript_build net/samba/pkg : PLIST-main Removed files: net/samba/patches: patch-lib_ldb_wscript Log message: Update to samba-4.21.0 First stable release of the Samba 4.21 release series. Release notes: https://www.samba.org/samba/history/samba-4.21.0.html Test and OK Ian McWilliam (maintainer) CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/09/29 21:15:33 Modified files: audio/audacious: Makefile.inc audio/audacious/player: distinfo audio/audacious/player/patches: patch-src_libaudcore_Makefile patch-src_libaudqt_Makefile patch-src_libaudtag_Makefile audio/audacious/plugins: Makefile distinfo audio/audacious/plugins/patches: patch-configure Removed files: audio/audacious/plugins/patches: patch-src_sndio_sndio_cc Log message: Update to audacious-4.4.1 Changes: https://audacious-media-player.org/news/60-audacious-4-4-1-released CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/09/29 21:15:56 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.68.1 Changes: https://rclone.org/changelog/#v1-68-1-2024-09-24 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/29 21:55:47 Modified files: sys/dev/pci/drm: drm_linux.c Log message: init xarray pool in drm_linux_init(), needed for static initialisation CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/09/29 22:14:57 Modified files: . : 76.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2024/09/29 22:18:58 Modified files: . : plus76.html Log message: ksh NUL change is not in 7.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:26 Modified files: devel/py-incremental: Makefile distinfo devel/py-incremental/pkg: PLIST Log message: update to py3-incremental-24.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:31 Modified files: devel/py-twisted: Makefile distinfo devel/py-twisted/pkg: PLIST Log message: update to py3-twisted-24.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:35 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/pkg: PLIST Log message: update to isc-bind-9.20.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:38 Modified files: sysutils/checkbashisms: Makefile distinfo Log message: update to checkbashisms-2.24.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:42 Modified files: security/py-cryptodome-test-vectors: Makefile distinfo security/py-cryptodome-test-vectors/pkg: PLIST Log message: update to py3-cryptodome-test-vectors-1.0.18 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:46 Modified files: graphics/jpeg : Makefile distinfo Log message: update to jpeg-3.0.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:49 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.26.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:52 Modified files: devel/py-tox : Makefile distinfo devel/py-tox/pkg: PLIST Log message: update to py3-tox-4.18.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:55 Modified files: devel/py-tzdata: Makefile distinfo Log message: update to py3-tzdata-2024.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:35:58 Modified files: databases/py-alembic: Makefile distinfo Log message: update to py3-alembic-1.13.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:36:01 Modified files: mail/dovecot-fts-flatcurve: Makefile distinfo Log message: update to dovecot-fts-flatcurve-1.0.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:36:04 Modified files: lang/php/8.1 : Makefile distinfo lang/php/8.1/patches: patch-sapi_cgi_cgi_main_c Log message: update to php-8.1.30 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:36:07 Modified files: lang/php/8.2 : Makefile distinfo lang/php/8.2/patches: patch-configure_ac patch-sapi_cgi_cgi_main_c Log message: update to php-8.2.24 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:36:10 Modified files: lang/php/8.3 : Makefile distinfo lang/php/8.3/patches: patch-configure_ac patch-sapi_cgi_cgi_main_c Log message: update to php-8.3.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:36:54 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-cmake_install_macros_cmake patch-extra_mariabackup_xtrabackup_cc patch-libmariadb_libmariadb_CMakeLists_txt patch-scripts_mysql_install_db_sh patch-scripts_mysqld_safe_sh patch-scripts_wsrep_sst_common_sh patch-scripts_wsrep_sst_mariabackup_sh patch-scripts_wsrep_sst_rsync_sh patch-storage_rocksdb_CMakeLists_txt patch-storage_rocksdb_rocksdb_util_crc32c_arm64_cc patch-storage_rocksdb_rocksdb_util_crc32c_cc patch-support-files_CMakeLists_txt databases/mariadb/pkg: PFRAG.le-tests PLIST-main PLIST-server PLIST-tests Removed files: databases/mariadb/patches: patch-cmake_libfmt_cmake patch-sql_item_strfunc_cc patch-storage_connect_libdoc_cpp Log message: update to mariadb-11.4.3, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/29 22:37:49 Modified files: geo/traccar : Makefile distinfo geo/traccar/pkg: PLIST Log message: update to traccar-6.5, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/09/30 00:05:29 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_root_cc patch-base_debug_stack_trace_cc patch-base_files_file_util_unittest_cc patch-base_memory_discardable_memory_cc patch-base_memory_discardable_memory_internal_h patch-base_trace_event_memory_dump_manager_cc patch-build_config_clang_BUILD_gn patch-build_config_compiler_BUILD_gn patch-chrome_app_chrome_main_delegate_cc patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_process_impl_h patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc patch-chrome_browser_enterprise_connectors_reporting_crash_reporting_context_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_router_discovery_discovery_network_list_posix_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_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_notifications_notification_platform_bridge_delegator_cc patch-chrome_browser_password_manager_chrome_password_manager_client_cc patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_prefs_pref_service_incognito_allowlist_cc patch-chrome_browser_process_singleton_posix_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_cloud_content_scanning_deep_scanning_utils_cc patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_screen_ai_screen_ai_service_router_cc patch-chrome_browser_sessions_session_restore_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_google_auth_navigation_throttle_cc patch-chrome_browser_supervised_user_supervised_user_metrics_service_factory_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_task_manager_sampling_task_group_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_autofill_payments_desktop_payments_window_manager_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_h patch-chrome_browser_ui_passwords_manage_passwords_ui_controller_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_table_model_cc patch-chrome_browser_ui_test_popup_browsertest_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_view_layout_linux_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_frame_tab_strip_region_view_cc patch-chrome_browser_ui_views_hung_renderer_view_cc patch-chrome_browser_ui_views_omnibox_omnibox_view_views_cc patch-chrome_browser_ui_views_passwords_password_bubble_view_base_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_user_education_browser_user_education_service_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_cc patch-chrome_browser_ui_webui_about_about_ui_cc patch-chrome_browser_ui_webui_app_home_app_home_page_handler_cc patch-chrome_browser_ui_webui_certificate_manager_client_cert_sources_cc patch-chrome_browser_ui_webui_certificate_manager_client_cert_sources_h patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_interstitials_interstitial_ui_cc patch-chrome_browser_ui_webui_management_management_ui_cc patch-chrome_browser_ui_webui_searchbox_searchbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_ui_webui_signin_profile_picker_handler_cc patch-chrome_browser_ui_window_sizer_window_sizer_cc patch-chrome_browser_visited_url_ranking_visited_url_ranking_service_factory_cc patch-chrome_browser_web_applications_extension_status_utils_h patch-chrome_browser_web_applications_extensions_extension_status_utils_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_web_applications_web_app_install_info_h patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_browser_webauthn_enclave_manager_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-chrome_common_pref_names_h patch-chrome_common_webui_url_constants_h patch-chrome_enterprise_companion_enterprise_companion_client_cc patch-chrome_test_chromedriver_key_converter_unittest_cc patch-chrome_utility_services_cc patch-components_autofill_core_browser_payments_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_commerce_core_commerce_feature_list_cc patch-components_constrained_window_constrained_window_views_cc patch-components_discardable_memory_service_discardable_shared_memory_manager_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_feed_network_impl_unittest_cc patch-components_flags_ui_flags_state_cc patch-components_gwp_asan_crash_handler_crash_analyzer_cc patch-components_named_mojo_ipc_server_connection_info_h patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_network_session_configurator_browser_network_session_configurator_unittest_cc patch-components_os_crypt_sync_os_crypt_h 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_async_helper_cc patch-components_password_manager_core_browser_password_store_login_database_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_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_policy_utils_cc patch-components_safe_browsing_content_common_file_type_policies_unittest_cc patch-components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc patch-components_safe_browsing_core_common_features_cc patch-components_search_engines_template_url_service_cc patch-components_soda_soda_util_cc patch-components_storage_monitor_BUILD_gn patch-components_supervised_user_core_browser_supervised_user_preferences_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_sync_device_info_local_device_info_util_cc patch-components_update_client_update_query_params_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_software_output_surface_cc patch-components_viz_service_display_embedder_software_output_surface_h patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_viz_test_mock_display_client_h patch-components_webapps_browser_features_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_child_process_launcher_helper_h patch-content_browser_file_system_access_file_path_watcher_file_path_watcher_h patch-content_browser_file_system_access_file_system_access_local_path_watcher_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_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_browser_zygote_host_zygote_host_impl_linux_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h 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_utility_services_cc patch-extensions_browser_api_api_browser_context_keyed_service_factories_cc patch-extensions_common_command_cc 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_shared_image_shared_image_manager_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_command_buffer_tests_gl_gpu_memory_buffer_unittest_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_info_collector_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_vulkan_device_queue_cc patch-gpu_vulkan_vulkan_util_cc patch-headless_lib_headless_content_main_delegate_cc patch-media_BUILD_gn patch-media_audio_BUILD_gn patch-media_audio_alsa_audio_manager_alsa_cc patch-media_audio_audio_input_device_cc patch-media_audio_pulse_pulse_util_cc patch-media_base_audio_latency_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_video_capture_device_client_cc patch-media_gpu_chromeos_libyuv_image_processor_backend_cc patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_video_fake_gpu_memory_buffer_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-media_webrtc_audio_processor_cc patch-mojo_core_BUILD_gn patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_base_features_cc patch-net_base_network_change_notifier_cc patch-net_http_http_network_session_cc patch-net_socket_udp_socket_posix_cc patch-net_socket_udp_socket_unittest_cc patch-net_url_request_url_request_context_builder_cc patch-printing_print_settings_h patch-remoting_host_chromoting_host_h patch-remoting_host_client_session_cc patch-remoting_host_it2me_it2me_host_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-sandbox_policy_BUILD_gn patch-sandbox_policy_features_cc patch-sandbox_policy_features_h patch-sandbox_policy_sandbox_type_cc patch-services_device_BUILD_gn patch-services_device_public_mojom_BUILD_gn 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_video_capture_video_capture_service_impl_cc patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_webaudio_audio_worklet_thread_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_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_blink_renderer_platform_scheduler_common_thread_cc patch-third_party_libc++_src_src_chrono_cpp patch-third_party_libc++_src_src_filesystem_filesystem_clock_cpp patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_vulkan-loader_src_BUILD_gn patch-tools_json_schema_compiler_cpp_bundle_generator_py patch-ui_base_ime_dummy_text_input_client_cc patch-ui_base_ime_dummy_text_input_client_h patch-ui_base_ime_fake_text_input_client_cc patch-ui_base_ime_fake_text_input_client_h patch-ui_base_ime_text_input_client_h patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_webui_web_ui_util_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_events_event_cc patch-ui_events_keycodes_dom_keycode_converter_cc patch-ui_gfx_font_fallback_linux_cc patch-ui_gfx_linux_gbm_wrapper_cc patch-ui_gl_gl_implementation_cc patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_message_center_views_message_popup_view_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_wayland_common_wayland_util_cc patch-ui_ozone_platform_wayland_host_wayland_connection_cc patch-ui_ozone_platform_wayland_host_wayland_input_method_context_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_x11_window_cc patch-ui_views_controls_prefix_selector_cc patch-ui_views_controls_prefix_selector_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_examples_widget_example_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_root_view_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-v8_BUILD_gn patch-v8_include_v8config_h patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base_h patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h Added files: www/chromium/patches: patch-chrome_browser_global_features_cc patch-chrome_browser_global_features_h patch-chrome_browser_supervised_user_supervised_user_browser_utils_cc patch-chrome_browser_supervised_user_supervised_user_browser_utils_h patch-chrome_browser_supervised_user_supervised_user_navigation_throttle_cc patch-chrome_browser_ui_managed_ui_cc patch-chrome_browser_ui_webui_about_about_ui_h patch-chrome_browser_ui_webui_chrome_web_ui_configs_cc patch-chrome_browser_ui_webui_internals_user_education_user_education_internals_page_handler_impl_cc patch-chrome_common_crash_keys_cc patch-components_autofill_core_browser_autofill_optimization_guide_cc patch-components_password_manager_core_browser_password_store_factory_util_cc patch-media_gpu_test_raw_video_cc patch-media_gpu_test_video_frame_file_writer_cc patch-media_gpu_test_video_frame_helpers_cc patch-media_gpu_test_video_frame_validator_cc Removed files: www/chromium/patches: patch-cc_BUILD_gn patch-chrome_browser_global_desktop_features_cc patch-chrome_browser_global_desktop_features_h patch-chrome_browser_sharing_sharing_device_registration_cc patch-components_autofill_core_common_autofill_features_cc patch-components_password_manager_core_browser_password_store_password_store_built_in_backend_cc patch-components_viz_common_features_cc patch-components_viz_common_features_h patch-components_viz_service_display_embedder_skia_output_device_buffer_queue_cc patch-content_common_mojo_core_library_support_cc patch-device_fido_fido_discovery_factory_cc patch-mojo_public_c_system_thunks_cc Log message: update to 129.0.6668.70 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/09/30 00:07:56 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.57.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/09/30 00:08:54 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-config_mak_uname Log message: update to git 2.46.2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/09/30 00:10:22 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: distinfo net/qbittorrent/qbittorrent-nox: distinfo Log message: update to qbittorrent 4.6.7 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2024/09/30 01:14:24 Modified files: shells/nsh : Makefile distinfo Log message: Update to nsh 1.2.3. From maintainer Tom Smyth. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/09/30 01:54:51 Modified files: usr.bin/tmux : job.c popup.c tmux.h Log message: Only use default-shell for popups, return to /bin/sh for run-shell, if-shell and #() - these have been documented as using /bin/sh for a long time and scripts rely on it. Pointed out by Gregory Pakosz. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/09/30 02:09:39 Modified files: sys/uvm : uvm_pdaemon.c sys/dev/pci/drm: drm_linux.c Log message: Return the number of freed pages and handle SHRINK_STOP in drmbackoff(). ok jsg@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/09/30 02:10:20 Modified files: usr.bin/tmux : tmux.h tty-keys.c tty.c Log message: On some Windows terminals, if TIOCWINSZ does not return xpixel and ypixel (they are zero), if this is the case then try the query escape sequences. From Dmitry Galchinsky in GitHub issue 4099. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/09/30 02:12:16 Modified files: sysutils/rustic: Makefile crates.inc distinfo sysutils/rustic/pkg: PLIST Log message: Update to rustic-0.9.0 Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.9.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/09/30 02:59:20 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.105. see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_105.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/09/30 03:00:20 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo Log message: x11/xfce4/xfce4-dict: update to 0.8.7. see https://mail.xfce.org/pipermail/xfce-announce/2024-September/001412.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/09/30 03:23:11 Modified files: lang/python/3 : Makefile lang/python/3/pkg: PLIST-main Log message: add missing @conflict needed for merging in meta/python3 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/09/30 03:41:01 Modified files: emulators/es-de: Makefile distinfo emulators/es-de/patches: patch-CMakeLists_txt emulators/es-de/pkg: PLIST Log message: Update to es-de-3.1.0. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/09/30 03:42:24 Modified files: usr.sbin/bgpd : bgpd.c Log message: In bgpd_rtr_connect() do the setsockopt dance for IP_TOS and TCP_NODELAY before calling connect(). This way it happens for sure and on top the TOS is already set on the initial SYN. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 05:24:52 ports/print/libppd/patches Update of /cvs/ports/print/libppd/patches In directory cvs.openbsd.org:/tmp/cvs-serv75767/patches Log Message: Directory /cvs/ports/print/libppd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 05:29:25 ports/print/cups-browsed/patches Update of /cvs/ports/print/cups-browsed/patches In directory cvs.openbsd.org:/tmp/cvs-serv28749/patches Log Message: Directory /cvs/ports/print/cups-browsed/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 05:46:00 Modified files: print/libcupsfilters: Makefile Added files: print/libcupsfilters/patches: patch-cupsfilters_ipp_c Log message: cfGetPrinterAttributes5(): Validate response attributes before return The destination can be corrupted or forged, so validate the response to strenghten security measures. Fixes CVE-2024-47076 from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 05:46:45 Modified files: print/libppd : Makefile Added files: print/libppd/patches: patch-ppd_ppd-cache_c patch-ppd_ppd-generator_c Log message: Prevent PPD generation based on invalid IPP response. Fixes CVE-2024-47175 from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 05:47:26 Modified files: print/cups-browsed: Makefile Added files: print/cups-browsed/patches: patch-configure Log message: Default BrowseRemoteProtocols should not include "cups" protocol. Works around CVE-2024-47176, the fix will be complete removal of CUPS Browsing functionality. from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 05:47:45 Modified files: print/cups : Makefile print/cups/patches: patch-scheduler_ipp_c Added files: print/cups/patches: patch-cups_ppd-cache_c Log message: Fix for CVE-2024-47175. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/09/30 05:49:44 Modified files: sys/kern : kern_exec.c Log message: Remove code after exit1() and NOTREACHED comment. Nothing will ever get there. OK mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/30 06:09:04 Modified files: sys/dev/pci/drm: drm_linux.c Log message: store xarray flags for XA_FLAGS_ALLOC1 test in alloc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 06:21:09 Modified files: print/cups : Makefile print/cups/pkg : README-main Log message: Tweak DESCR. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/09/30 06:21:17 Modified files: sys/dev/pci/drm/include/linux: xarray.h sys/dev/pci/drm: drm_linux.c Log message: handle non xa_limit_32b ranges in xarray CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/09/30 06:32:26 Modified files: sys/kern : kern_exit.c kern_sysctl.c sys_process.c tty_tty.c sys/sys : sysctl.h Log message: Use ps_ppid instead of ps_pptr->ps_pid in all places. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/09/30 06:54:12 Modified files: usr.sbin/bgpd : util.c Log message: Improve some currently impossible error path in log_ext_subtype(). Mainly handle unknown ext-communities better and handle the special case of type == -1. OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/09/30 07:01:22 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/react-console-view: distinfo devel/py-buildbot/react-grid-view: distinfo devel/py-buildbot/react-waterfall-view: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildbot/www/pkg: PLIST devel/py-buildbot/www-react: distinfo devel/py-buildbot/www-react/pkg: PLIST devel/py-buildslave: Makefile distinfo Log message: devel/py-buildbot: update to 4.0.3. see https://github.com/buildbot/buildbot/releases/tag/v4.0.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/09/30 07:05:40 Modified files: productivity/grisbi: Makefile distinfo productivity/grisbi/pkg: PLIST Log message: productivity/grisbi: update to 3.0.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/09/30 07:07:47 Modified files: geo/postgis : Makefile distinfo geo/postgis/patches: patch-liblwgeom_Makefile_in geo/postgis/pkg: PLIST Added files: geo/postgis/patches: patch-configure Log message: geo/postgis: update to 3.5.0. see https://postgis.net/2024/09/PostGIS-3.5.0/ locally revert https://github.com/postgis/postgis/commit/40502f87a as it requires a newer docbook-xsl (that is in the works by jeremy@) patch-configure will be dropped once this update lands and xhtml5 support is added to docbook-xsl. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 07:18:26 Modified files: devel/fribidi : Makefile distinfo Log message: Update to fribidi-1.0.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 07:30:39 Modified files: net/netatalk3 : Makefile distinfo net/netatalk3/patches: patch-meson_build net/netatalk3/pkg: PLIST Added files: net/netatalk3/patches: patch-config_afp_conf_in Removed files: net/netatalk3/patches: patch-config_afp_conf_tmpl Log message: Update to netatalk-4.0.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/09/30 08:31:56 Modified files: etc/root : root.mail Log message: change release date CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 08:47:46 Modified files: sysutils/libdisplay-info: Makefile distinfo Log message: Update to libdisplay-info-0.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 08:48:41 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.80.5. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/09/30 09:11:58 Modified files: lang/sbcl : Makefile distinfo Log message: update lang/sbcl to 2.4.9 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/09/30 09:12:58 Modified files: x11/stumpwm : Makefile Log message: bump x11/stumpwm after lang/sbcl update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 09:42:50 Modified files: devel/meson : Makefile distinfo meson.port.mk Log message: Update to meson-1.5.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 09:47:51 Modified files: x11/gnome/online-accounts: Makefile distinfo Log message: Update to gnome-online-accounts-3.50.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/09/30 10:05:41 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.54.3. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2024/09/30 10:08:07 Modified files: mail/p5-Mail-SPF: Makefile distinfo Log message: bugfix update to 3.20240923 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:36:17 Modified files: lang/erlang/25 : Makefile distinfo Log message: lang/erlang/25: Update to 25.3.2.14 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:37:22 Modified files: lang/gleam : Makefile crates.inc distinfo lang/gleam/patches: patch-compiler-cli_src_run_rs patch-compiler-cli_src_shell_rs patch-compiler-core_src_build_package_compiler_rs Log message: lang/gleam: Update to 1.15.1 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:38:00 Modified files: lang/elixir : Makefile distinfo Log message: lang/elixir: Update to 1.17.3 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:41:52 Modified files: lang/lfe : Makefile distinfo lang/lfe/patches: patch-bin_lfe lang/lfe/pkg : PLIST Log message: lang/lfe: Update to 2.1.5 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:47:22 Modified files: lang/deno : Makefile lang/deno/patches: patch-ext_node_ops_fs_rs patch-ext_node_ops_os_cpus_rs Log message: lang/deno: Add a patch with a stub implementation for node:os.cpus() This should fix issues with running NextJS on deno on OpenBSD. Upstream has accepted the solution for the next deno release. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:49:46 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-configure print/ghostscript/gnu/pkg: PLIST Log message: print/ghostscript/gnu: Update to 10.04.0 Fixes CVE-2024-46951 CVE-2024-46952 CVE-2024-46953 CVE-2024-46954 CVE-2024-46955 CVE-2024-46956 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:51:05 Modified files: textproc/pastel: Makefile crates.inc distinfo Log message: textproc/pastel: Update to 0.10.0 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:53:27 Modified files: sysutils/eza : Makefile crates.inc distinfo sysutils/eza/pkg: PLIST Log message: sysutils/eza: Update to 0.20.0 License changed to EUPL-1.2 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/09/30 10:55:44 Modified files: net/rabbitmq : Makefile distinfo net/rabbitmq/patches: patch-Makefile net/rabbitmq/pkg: PLIST Log message: net/rabbitmq: Update to 4.0.2 CVSROOT: /cvs Module name: www Changes by: rsadowski@cvs.openbsd.org 2024/09/30 11:28:49 Modified files: . : 76.html Log message: Update KDE/Qt/CMake/Krita versions CVSROOT: /cvs Module name: ports Changes by: lucas@cvs.openbsd.org 2024/09/30 12:05:15 Modified files: net/haproxy : Makefile distinfo Removed files: net/haproxy/patches: patch-include_haproxy_quic_tls_h Log message: net/haproxy: update to 3.0.5 full changes: https://www.haproxy.org/download/3.0/src/CHANGELOG ok op@ tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/09/30 13:50:43 Modified files: net : Makefile Removed files: net/pavuk : Makefile distinfo net/pavuk/patches: patch-configure patch-icons_Makefile_in patch-src_dns_c patch-src_gtkmulticol_c patch-src_gtkmulticol_h patch-src_gui_common_c patch-src_myssl_openssl_c patch-src_ntlm_auth_c patch-src_tools_c patch-src_url_h net/pavuk/pkg : DESCR PLIST Log message: Remove pavuk Upstream's inactive since 2007 and the code hasn't aged well. We were about the last ones still packaging it. ok claudio jca sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/09/30 13:51:06 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for pavuk CVSROOT: /cvs Module name: www Changes by: rsadowski@cvs.openbsd.org 2024/09/30 14:12:34 Modified files: . : 76.html Log message: Update some ports highlights CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/09/30 14:22:06 Modified files: mail/notmuch/notmuch: Makefile Added files: mail/notmuch/notmuch/pkg: DESCR-mutt PLIST-mutt Log message: mail/notmuch: add mutt integration support as a subpackage. OK sthen@, thanks! CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2024/09/30 14:29:01 Modified files: . : 76.html Log message: aarch64 package count CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/30 14:33:23 Modified files: . : 76.html Log message: update tmux section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/30 15:29:55 Modified files: . : 76.html Log message: more entries acknowledge OpenBSD of Theseus. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/30 15:42:53 Modified files: . : 76.html Log message: updates up to Sept 1st. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/30 15:48:04 Modified files: . : 76.html Log message: improve OpenBSD of Theseus sentence CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2024/09/30 15:49:54 Modified files: . : 76.html Log message: typo CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/09/30 16:01:47 Modified files: . : 76.html Log message: one more week of changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/09/30 17:50:27 Modified files: . : 76.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/09/30 18:06:09 Modified files: . : 76.html Log message: rkpmic4 -> rkpmic(4) CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/09/30 19:16:04 Modified files: . : 76.html Log message: change SEV parts from ccp(4) to psp(4) CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2024/09/30 20:41:13 Modified files: . : 76.html Log message: Zap stray HTML tags CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/09/30 21:00:31 Modified files: devel/shapelib : Makefile Log message: Shapelib uses C++, so base-gcc cannot be used. Shift to ports-gcc Fixes the build on sparc64 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/01 00:15:47 Modified files: usr.bin/tmux : cmd-send-keys.c input-keys.c server-client.c session.c tmux.h tty-keys.c window.c Log message: Change pasting to bypass the output key processing entirely and write what was originally received. Fixes problems with pasted text being interpreted as extended keys reported by Mark Kelly. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/01 00:17:46 Modified files: sys/dev/pci/drm/include/drm: drm_accel.h Log message: add ACCEL_MAX_MINORS for 6.6.53 drm CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/10/01 00:17:51 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_root_cc patch-base_debug_stack_trace_cc patch-base_files_file_util_unittest_cc patch-base_memory_discardable_memory_cc patch-base_memory_discardable_memory_internal_h patch-base_trace_event_memory_dump_manager_cc patch-build_config_clang_BUILD_gn patch-build_config_compiler_BUILD_gn patch-chrome_app_chrome_main_delegate_cc patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_process_impl_h patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc patch-chrome_browser_enterprise_connectors_reporting_crash_reporting_context_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_router_discovery_discovery_network_list_posix_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_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_notifications_notification_platform_bridge_delegator_cc patch-chrome_browser_password_manager_chrome_password_manager_client_cc patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_prefs_pref_service_incognito_allowlist_cc patch-chrome_browser_process_singleton_posix_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_cloud_content_scanning_deep_scanning_utils_cc patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_screen_ai_screen_ai_service_router_cc patch-chrome_browser_sessions_session_restore_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_google_auth_navigation_throttle_cc patch-chrome_browser_supervised_user_supervised_user_metrics_service_factory_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_task_manager_sampling_task_group_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_autofill_payments_desktop_payments_window_manager_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_h patch-chrome_browser_ui_passwords_manage_passwords_ui_controller_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_table_model_cc patch-chrome_browser_ui_test_popup_browsertest_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_view_layout_linux_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_hung_renderer_view_cc patch-chrome_browser_ui_views_omnibox_omnibox_view_views_cc patch-chrome_browser_ui_views_passwords_password_bubble_view_base_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_user_education_browser_user_education_service_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_cc patch-chrome_browser_ui_webui_about_about_ui_cc patch-chrome_browser_ui_webui_app_home_app_home_page_handler_cc patch-chrome_browser_ui_webui_certificate_manager_client_cert_sources_cc patch-chrome_browser_ui_webui_certificate_manager_client_cert_sources_h patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_interstitials_interstitial_ui_cc patch-chrome_browser_ui_webui_management_management_ui_cc patch-chrome_browser_ui_webui_searchbox_searchbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_ui_webui_signin_profile_picker_handler_cc patch-chrome_browser_ui_window_sizer_window_sizer_cc patch-chrome_browser_visited_url_ranking_visited_url_ranking_service_factory_cc patch-chrome_browser_web_applications_extension_status_utils_h patch-chrome_browser_web_applications_extensions_extension_status_utils_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_web_applications_web_app_install_info_h patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_browser_webauthn_enclave_manager_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-chrome_common_pref_names_h patch-chrome_common_webui_url_constants_h patch-chrome_enterprise_companion_enterprise_companion_client_cc patch-chrome_test_chromedriver_key_converter_unittest_cc patch-chrome_utility_services_cc patch-components_autofill_core_browser_payments_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_commerce_core_commerce_feature_list_cc patch-components_constrained_window_constrained_window_views_cc patch-components_discardable_memory_service_discardable_shared_memory_manager_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_feed_network_impl_unittest_cc patch-components_flags_ui_flags_state_cc patch-components_gwp_asan_crash_handler_crash_analyzer_cc patch-components_named_mojo_ipc_server_connection_info_h patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_network_session_configurator_browser_network_session_configurator_unittest_cc patch-components_os_crypt_sync_os_crypt_h 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_async_helper_cc patch-components_password_manager_core_browser_password_store_login_database_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_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_policy_utils_cc patch-components_safe_browsing_content_common_file_type_policies_unittest_cc patch-components_safe_browsing_core_common_features_cc patch-components_search_engines_template_url_service_cc patch-components_soda_soda_util_cc patch-components_storage_monitor_BUILD_gn patch-components_supervised_user_core_browser_supervised_user_preferences_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_sync_device_info_local_device_info_util_cc patch-components_update_client_update_query_params_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_software_output_surface_cc patch-components_viz_service_display_embedder_software_output_surface_h patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_viz_test_mock_display_client_h patch-components_webapps_browser_features_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_child_process_launcher_helper_h patch-content_browser_file_system_access_file_path_watcher_file_path_watcher_h patch-content_browser_file_system_access_file_system_access_local_path_watcher_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_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_browser_zygote_host_zygote_host_impl_linux_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h 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_utility_services_cc patch-extensions_browser_api_api_browser_context_keyed_service_factories_cc patch-extensions_common_command_cc 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_shared_image_shared_image_manager_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_command_buffer_tests_gl_gpu_memory_buffer_unittest_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_info_collector_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_vulkan_device_queue_cc patch-gpu_vulkan_vulkan_util_cc patch-headless_lib_headless_content_main_delegate_cc patch-media_BUILD_gn patch-media_audio_BUILD_gn patch-media_audio_alsa_audio_manager_alsa_cc patch-media_audio_audio_input_device_cc patch-media_audio_pulse_pulse_util_cc patch-media_base_audio_latency_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_video_capture_device_client_cc patch-media_gpu_chromeos_libyuv_image_processor_backend_cc patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_video_fake_gpu_memory_buffer_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-media_webrtc_audio_processor_cc patch-mojo_core_BUILD_gn patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_base_features_cc patch-net_base_network_change_notifier_cc patch-net_http_http_network_session_cc patch-net_socket_udp_socket_posix_cc patch-net_socket_udp_socket_unittest_cc patch-net_url_request_url_request_context_builder_cc patch-printing_print_settings_h patch-remoting_host_chromoting_host_h patch-remoting_host_client_session_cc patch-remoting_host_it2me_it2me_host_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-sandbox_policy_BUILD_gn patch-sandbox_policy_features_cc patch-sandbox_policy_features_h patch-sandbox_policy_sandbox_type_cc patch-services_device_BUILD_gn patch-services_device_public_mojom_BUILD_gn 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_video_capture_video_capture_service_impl_cc patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_webaudio_audio_worklet_thread_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_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_blink_renderer_platform_scheduler_common_thread_cc patch-third_party_libc++_src_src_chrono_cpp patch-third_party_libc++_src_src_filesystem_filesystem_clock_cpp patch-third_party_speech-dispatcher_libspeechd_version_h patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_vulkan-loader_src_BUILD_gn patch-tools_json_schema_compiler_cpp_bundle_generator_py patch-ui_base_ime_dummy_text_input_client_cc patch-ui_base_ime_dummy_text_input_client_h patch-ui_base_ime_fake_text_input_client_cc patch-ui_base_ime_fake_text_input_client_h patch-ui_base_ime_text_input_client_h patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_webui_web_ui_util_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_events_event_cc patch-ui_events_keycodes_dom_keycode_converter_cc patch-ui_gfx_font_fallback_linux_cc patch-ui_gfx_linux_gbm_wrapper_cc patch-ui_gl_gl_implementation_cc patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_message_center_views_message_popup_view_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_wayland_common_wayland_util_cc patch-ui_ozone_platform_wayland_host_wayland_connection_cc patch-ui_ozone_platform_wayland_host_wayland_input_method_context_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_x11_window_cc patch-ui_views_controls_prefix_selector_cc patch-ui_views_controls_prefix_selector_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_examples_widget_example_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_root_view_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-v8_BUILD_gn patch-v8_include_v8config_h patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base_h patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h Added files: www/ungoogled-chromium/patches: patch-chrome_browser_global_features_cc patch-chrome_browser_global_features_h patch-chrome_browser_supervised_user_supervised_user_browser_utils_cc patch-chrome_browser_supervised_user_supervised_user_browser_utils_h patch-chrome_browser_supervised_user_supervised_user_navigation_throttle_cc patch-chrome_browser_ui_managed_ui_cc patch-chrome_browser_ui_webui_about_about_ui_h patch-chrome_browser_ui_webui_chrome_web_ui_configs_cc patch-chrome_browser_ui_webui_internals_user_education_user_education_internals_page_handler_impl_cc patch-chrome_common_crash_keys_cc patch-components_autofill_core_browser_autofill_optimization_guide_cc patch-components_password_manager_core_browser_password_store_factory_util_cc patch-media_gpu_test_raw_video_cc patch-media_gpu_test_video_frame_file_writer_cc patch-media_gpu_test_video_frame_helpers_cc patch-media_gpu_test_video_frame_validator_cc Removed files: www/ungoogled-chromium/patches: patch-cc_BUILD_gn patch-chrome_browser_global_desktop_features_cc patch-chrome_browser_global_desktop_features_h patch-chrome_browser_sharing_sharing_device_registration_cc patch-components_autofill_core_common_autofill_features_cc patch-components_password_manager_core_browser_password_store_password_store_built_in_backend_cc patch-components_viz_common_features_cc patch-components_viz_common_features_h patch-components_viz_service_display_embedder_skia_output_device_buffer_queue_cc patch-content_common_mojo_core_library_support_cc patch-device_fido_fido_discovery_factory_cc patch-mojo_public_c_system_thunks_cc Log message: update to 129.0.6668.70 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/01 00:18:20 Modified files: sys/dev/pci/drm/include/linux: fs.h Log message: add MINORBITS for 6.6.53 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/01 00:19:39 Modified files: sys/dev/pci/drm/include/linux: xarray.h Log message: add DEFINE_XARRAY_ALLOC for 6.6.53 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/01 00:30:40 Modified files: sys/dev/pci/drm: drm_drv.c Log message: drm: Use XArray instead of IDR for minors From Michal Winiarski d2e3d344e20e605378556610811549249298d0aa in linux-6.6.y/6.6.53 5fbca8b48b3050ae7fb611a8b09af60012ed6de1 in mainline linux CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/10/01 00:30:57 Modified files: databases/py-sql: Makefile distinfo databases/py-sql/pkg: PLIST Log message: update databases/py-sql to 1.5.2 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/01 00:36:45 Modified files: sys/dev/pci/drm: drm_drv.c drm_file.c drm_internal.h sys/dev/pci/drm/include/drm: drm_file.h Log message: accel: Use XArray instead of IDR for minors From Michal Winiarski f6b589e361538285fdad8cf62143e3cf3b2c8b2a in linux-6.6.y/6.6.53 45c4d994b82b08f0ce5eb50f8da29379c92a391e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/01 00:41:22 Modified files: sys/dev/pci/drm: drm_drv.c Log message: drm: Expand max DRM device number to full MINORBITS From Michal Winiarski e615cd84dcf834e83b333bfb690fc2032b3fdb85 in linux-6.6.y/6.6.53 071d583e01c88272f6ff216d4f867f8f35e94d7d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/01 00:46:19 Modified files: sys/dev/pci/drm: drm_drv.c Log message: remove unused variable CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/10/01 01:22:13 Modified files: lang/swi-prolog: Makefile distinfo lang/swi-prolog/patches: patch-packages_cpp_SWI-cpp2_cpp patch-packages_cpp_SWI-cpp2_h patch-packages_cpp_test_cpp_cpp lang/swi-prolog/pkg: PLIST Removed files: lang/swi-prolog/patches: patch-packages_clib_nonblockio_c patch-packages_ssl_crypto4pl_c patch-packages_ssl_cryptolib_c patch-packages_ssl_ssl4pl_c Log message: lang/swi-prolog: update to version 9.2.6. Brad upstreamed all of the SSL patches: https://github.com/SWI-Prolog/packages-clib/commit/1ac3beb5be232ea76b93f4ba20bbe02a12c2950f https://github.com/SWI-Prolog/packages-ssl/commit/8d3baac3d723a33eedc2951dfd9f4dc302b94d09 https://github.com/SWI-Prolog/packages-cpp/commit/029323ad9ffacd513d1ed37da6892a78b595bc57 Diff from Brad Smith. SSL bits checked by tb@. Thanks both. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/01 01:41:42 Modified files: devel/gdb : Makefile Added files: devel/gdb/patches: patch-gdb_cli_cli-cmds_c patch-gdb_doc_gdb_info-2 patch-gdb_doc_gdb_texinfo Log message: gdb: fix path to ex (which is the default editor for some reason) Based on a diff from Nir Lichtman ok pascal sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 01:55:25 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-LibreNMS_Config_php patch-LibreNMS___init___py patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-24.9.1 (has some xss fixes) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 01:56:09 Modified files: net/scamper : Makefile distinfo Log message: update to scamper-20240920 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 01:58:02 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.23 CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2024/10/01 02:00:04 Modified files: . : 76.html Log message: remove mention of mwx and qwz; not working yet and not enabled in GENERIC CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/01 02:01:19 Modified files: usr.bin/tmux : screen.c tmux.h window-copy.c window.c Log message: Use global cursor style and colour options for modes instead of default, GitHub issue 4117. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 02:14:36 Modified files: security/sslscan: Makefile distinfo security/sslscan/patches: patch-Makefile Log message: update to sslscan-2.1.5 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/01 02:28:34 Modified files: sys/kern : kern_sig.c sys_process.c sys/sys : proc.h Log message: Adjust ptrace interface to properly suport single threaded continue. Introduce P_TRACESINGLE flag to instruct the trapped thread to not wakeup the other threads (via single_thread_clear). This must be done like this since ptrace must wake just the single thread to ensure it runs first and gets the ps_xsig value from ptrace. Modern gdb depends on this for multi-threaded processes, when a breakpoint is hit gdb fixes up the trapping instruction and then single steps over it with only that thread. After that single step gdb continues with all threads. If all threads are run like now it is possible that one of the other threads hits a breakpoint before the single step is done which results in an assertion in gdb (because that is not expected). OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/01 03:22:25 Modified files: sys/kern : kern_resource.c sys/sys : resourcevar.h Log message: Make it more obvious which ruadd argument is the source and which one is the destination by adding const to the source pointer. OK tb@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/10/01 04:05:55 Modified files: . : 76.html Log message: fix links to manual pages CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/01 04:10:29 Modified files: usr.bin/tmux : mode-tree.c tmux.1 Log message: Add a way to make the preview larger in tree mode, GitHub issue 4124. CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2024/10/01 05:10:33 Modified files: sysutils/victorialogs: Makefile distinfo Log message: update to v0.32.1 https://docs.victoriametrics.com/victorialogs/changelog/#v0321 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 05:38:51 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.95 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 05:38:56 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.30 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 05:40:38 Modified files: benchmarks/speedtest-cli: Makefile distinfo Log message: update to speedtest-cli-2.1.4beta2 (different fork, has some changes that might give more clues when the speedtest site list server rejects connections) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/01 05:49:24 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h config.c control.c parse.y pfkey.c printconf.c session.c session.h Log message: Rework the pfkey and tcp md5 API to not depend on struct peer. Instead use struct auth_config and struct auth_state in the pfkey calls and those tcp_md5 calls where it matters. This is preparation work to allow RTR to use TCP MD5 as well. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/01 05:50:15 Modified files: usr.sbin/bgpctl: output.c output_json.c Log message: Adjust to the pfkey changes in bgpd. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 07:41:45 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo Log message: update to vpn-user-portal-3.9.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 07:42:42 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-10.0.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/01 07:53:19 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/files: firefox.desktop Log message: www/mozilla-firefox: update to 131.0. see https://www.mozilla.org/en-US/firefox/131.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-46/ readd a desktop file as the shipped one disappeared.. meh. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/01 07:54:28 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 128.3.0. see https://www.mozilla.org/en-US/firefox/128.3.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-47/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/01 07:55:41 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_5 Makefile distinfo Log message: www/mozilla-firefox: update to 128.3.0. see https://www.mozilla.org/en-US/firefox/128.3.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-47/ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/10/01 07:58:12 Modified files: net/powerdns : Makefile distinfo Log message: Update to PowerDNS Authoritative Server 4.9.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 07:59:35 Modified files: textproc/libxml: Makefile distinfo textproc/libxml/patches: patch-catalog_c patch-xmlcatalog_c Removed files: textproc/libxml/patches: patch-fuzz_api_c patch-parserInternals_c patch-parser_c patch-tree_c patch-valid_c patch-xmlIO_c patch-xmlreader_c Log message: Update to libxml-2.13.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 08:02:49 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Log message: SECURITY update to libgsf-1.14.53. CVE-2024-36474, CVE-2024-42415 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 08:05:13 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo inputmethods/ibus-typing-booster/pkg: PLIST Log message: Update to ibus-typing-booster-2.25.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 08:15:00 Modified files: multimedia/pipewire/pipewire: Makefile distinfo Log message: Update to pipewire-1.2.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 08:16:55 Modified files: x11/gnome/libadwaita: Makefile distinfo Log message: Update to libadwaita-1.5.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 08:22:58 Modified files: net/gupnp/core : Makefile distinfo Log message: Update to gupnp-1.6.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 08:24:32 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-5.0.1. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/01 08:25:59 Modified files: meta/audacious : Makefile Log message: Update VERSION of metapackage for audia/audacious Forgotten to include this change as part of the update of audio/audacious. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 08:30:05 Modified files: games/gcompris : Makefile distinfo games/gcompris/pkg: PLIST Log message: Update to gcompris-4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 08:32:55 Modified files: meta/gnome : Makefile x11/gnome/nautilus: Makefile Log message: Move x11/xdg-user-dirs-gtk dependencies from gnome to nautilus as defined in gnome-build-meta. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 08:40:50 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-3.10.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 09:01:32 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/patches: patch-CMakeLists_txt astro/stellarium/pkg: PLIST Log message: Update to stellarium-24.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 09:41:32 Modified files: audio/audacity : Makefile distinfo Log message: Update to audacity-3.6.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 09:59:01 Modified files: devel/py-more-itertools: Makefile distinfo Log message: update to py3-more-itertools-10.3.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/01 10:01:17 Modified files: x11/wxWidgets : Makefile Removed files: x11/wxWidgets/patches: patch-src_unix_glegl_cpp Log message: Drop patch that seems uneeded now (builds fine without it). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 10:27:02 Modified files: www/py-cheroot : Makefile Log message: add missing TDEP on py-test-xdist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 10:27:10 Modified files: devel/py-jaraco-functools: Makefile distinfo devel/py-jaraco-functools/pkg: PLIST Log message: update to py3-jaraco-functools-4.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 10:27:20 Modified files: devel/py-jaraco-collections: Makefile distinfo devel/py-jaraco-collections/pkg: PLIST Log message: update to py3-jaraco.collections-5.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 10:29:03 Modified files: textproc/py-jaraco-text: Makefile distinfo Log message: update to py3-jaraco.text-3.12.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/01 10:43:15 Modified files: textproc/py-jaraco-text: Makefile distinfo Log message: update to py3-jaraco.text-4.0.0 CVSROOT: /cvs Module name: www Changes by: jan@cvs.openbsd.org 2024/10/01 10:56:47 Modified files: . : 76.html Log message: move vmx/vio from VMD to hardware drivers ok bluhm CVSROOT: /cvs Module name: www Changes by: jan@cvs.openbsd.org 2024/10/01 11:08:51 Modified files: . : 76.html Log message: grouing LRO and TSO lines CVSROOT: /cvs Module name: www Changes by: jan@cvs.openbsd.org 2024/10/01 11:15:25 Modified files: . : 76.html Log message: grouping igc(4) and improve change descriptions CVSROOT: /cvs Module name: www Changes by: jan@cvs.openbsd.org 2024/10/01 11:23:58 Modified files: . : 76.html Log message: group and condense dwqe(4) CVSROOT: /cvs Module name: www Changes by: jan@cvs.openbsd.org 2024/10/01 11:29:13 Modified files: . : 76.html Log message: condense vio(4) stability improvements CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/10/01 11:31:31 Modified files: net/miniflux : Makefile distinfo modules.inc net/miniflux/files: miniflux.conf net/miniflux/pkg: README Log message: update net/miniflux to 2.2.0 Original diff by David Goerger While here, fix an error on the config file and install instructions CVSROOT: /cvs Module name: www Changes by: jan@cvs.openbsd.org 2024/10/01 11:34:44 Modified files: . : 76.html Log message: reword ixl(4) MSS/TSO bugs in normal language CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/10/01 11:54:09 Modified files: lang/erlang : Makefile.inc Log message: lang/erlang: Add -f flag when removing files from man7 in post-install Starting with OTP Release 27.0.1, those files are not installed anymore. See: https://erlangforums.com/t/patch-package-otp-27-0-1-released/3824/3 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/10/01 12:07:25 Modified files: lang/erlang/27 : Makefile distinfo lang/erlang/27/patches: patch-erts_emulator_Makefile_in patch-lib_crypto_c_src_algorithms_c lang/erlang/27/pkg: PLIST-main PLIST-wx Log message: lang/erlang/27: Update to 27.1.1 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/01 12:28:17 Modified files: usr.sbin/bgpd : pfkey.c Log message: Fix typo in comment OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/01 12:29:34 Modified files: usr.sbin/bgpd : session.c Log message: In merge_peers also copy over the auth_conf from the new peer to the old since that one is kept. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/01 12:31:10 Modified files: usr.sbin/bgpd : control.c Log message: Explicitly set peer.auth_conf.method, the auth_state value is never initialized in the SE so bgpctl did always see 0, auth_conf.method is on the other hand properly shared. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/01 12:33:16 Modified files: usr.sbin/bgpctl: output.c output_json.c Log message: Use auth_conf.method instead of auth_state.method. The latter is always 0. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 12:36:54 Modified files: . : 76.html Log message: cleanup the SMP section, from bluhm@, Thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/01 12:48:29 Modified files: usr.sbin/pkg_add/OpenBSD: Log.pm Log message: Extend Log->system to support the same features as BaseState->system In order to support privsep in tags, we need to be able to pass some code values in child/parent. from espie, tested by sthen, ok giovanni CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 12:53:56 Modified files: . : 76.html Log message: last entries CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 13:03:58 Modified files: . : 76.html Log message: cleanup platform section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 13:20:01 Modified files: . : 76.html Log message: cleanup kernel section a bit CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 13:50:29 Modified files: . : 76.html Log message: cleanup "Various bugfixes and tweaks in userland" section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:03:59 Modified files: . : 76.html Log message: cleanup "New or improved network hardware support" CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:12:48 Modified files: . : 76.html Log message: cleanup Improved hardware support and driver bugfixes CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:16:03 Modified files: . : 76.html Log message: whitespace CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:18:35 Modified files: . : 76.html Log message: whitespace CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:21:50 Modified files: . : 76.html Log message: rmeove duplicate ipsec related entries CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:23:43 Modified files: . : 76.html Log message: Ensured/Ensure that CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:25:09 Modified files: . : 76.html Log message: whitespace CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:26:34 Modified files: . : 76.html Log message: whitespace CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/01 14:35:36 Modified files: . : 76.html Log message: make tidy happy CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/10/01 14:49:07 Modified files: shells/bash : Makefile distinfo Log message: shells/bash: update to 5.2 patchlevel 37 CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2024/10/01 15:31:48 Modified files: . : 76.html Log message: sparc64 package count CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/10/01 16:48:01 Modified files: . : 76.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/10/01 17:05:55 Modified files: . : 76.html Log message: fix links to manual pages CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2024/10/01 19:42:04 Modified files: www/kcgi : Makefile distinfo www/kcgi/pkg : PLIST Log message: Update kcgi to 0.13.4 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/10/01 19:53:04 Modified files: . : 76.html Log message: correct name of ipv6 forwarding sysctl CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/10/01 21:43:12 Modified files: . : 76.html Log message: correct go version CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/10/01 22:46:54 Modified files: audio/ncspot : Makefile crates.inc distinfo Log message: audio/ncspot: update to 1.1.2 ok paco@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/10/02 01:06:05 Modified files: devel/p5-CPAN-Perl-Releases: Makefile distinfo Log message: Update to p5-CPAN-Perl-Releases-5.20240920 from wen heping (maintainer). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/02 02:00:13 Modified files: geo/py-fiona : Makefile distinfo Log message: geo/py-fiona: update to 1.10.1. see https://github.com/Toblerity/Fiona/releases/tag/1.10.1 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/02 02:06:45 Modified files: usr.bin/tmux : input-keys.c Log message: Report shifted keys like S-A as A not as S-A in mode 1 extended keys, from Stanislav Kljuhhin. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/10/02 02:12:42 Modified files: mail/notmuch/notmuch: Makefile Log message: mail/notmuch: add missing dep for mutt integration. Requires devel/p5-Devel-GlobalDestruction. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/02 02:50:41 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-scheduler_ipp_c Removed files: print/cups/patches: patch-cups_ppd-cache_c Log message: Update to cups-2.4.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/02 02:54:24 Modified files: net/netatalk3 : Makefile Log message: Missing BDEP on textproc/unicode/ucd. spotted by tb@ CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2024/10/02 02:59:37 Modified files: sysutils/victorialogs: Makefile distinfo sysutils/victorialogs/pkg: PLIST Log message: update to v0.33.0 Add the `vlogscli` tool https://docs.victoriametrics.com/victorialogs/changelog/#v0330 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/02 03:14:08 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: Adding pkg_add from stdin hasn't worked in ages. It was something we inherited from the initial implemention on FreeBSD which has made no sense in years. prompted by a diff by Johannes Thyssen Tishman from espie CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 03:19:17 ports/devel/py-autocommand/patches Update of /cvs/ports/devel/py-autocommand/patches In directory cvs.openbsd.org:/tmp/cvs-serv1691/patches Log Message: Directory /cvs/ports/devel/py-autocommand/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 03:22:48 Modified files: devel/py-autocommand: Makefile Added files: devel/py-autocommand/patches: patch-setup_py Log message: devel/py-autocommand: apply https://github.com/Lucretiel/autocommand/pull/33 fixes build with setuptools >= 69 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/02 03:44:12 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.3.987.0. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/02 03:45:30 Modified files: usr.sbin/bgpd : pfkey.c Log message: No need to check as->established before calling pfkey_remove(). Remove the extra checks in the caller and simplify some code because of that. OK tb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/10/02 04:12:52 Modified files: sys/arch/arm/arm: pmap7.c Log message: Switch PV pool allocator to use km_alloc(9) instead of uvm_km_kmemalloc(9). Reduce differences between pmaps & allow us to remove another deprecated allocator. ok phessler@, miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/10/02 04:17:28 Modified files: sys/uvm : uvm_pmemrange.c uvm_pmemrange.h Log message: Return number of freed pages in uvm_pmr_cache_drain(). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/10/02 04:24:11 Modified files: sys/uvm : uvm_pdaemon.c Log message: Improve responsiveness in OOM situations & make free target checks coherent. Remove a change introduced in NetBSD to pageout 4 times as many pages as required to meet the low water mark of free pages. With todays' Gbs of RAMs, it makes the pagedaemon hog the CPU for too long when the amount of free pages is close to none. ok sthen@, kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/10/02 04:36:33 Modified files: sys/uvm : uvm_pdaemon.c Log message: Modify uvmpd_scan_inactive() to access `uvmexp.pdfreed' only once. ok kettenis@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2024/10/02 05:00:24 Modified files: . : 76.html Log message: improve autoconf blurb; requested by benno - there is enough stuff to give it its own subjection - reorder, pull big improvements up (dhcp6leased) - dhcpleased has been acquiring leases for some time already, dhclient only tickled dhcpleased to get to work. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/02 05:21:04 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-495.0.0. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2024/10/02 05:27:05 Modified files: . : 76.html Log message: split RADIUS stuff out of bgpd section, slight touches for rpki-client CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/02 05:29:11 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.67.15. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/02 05:37:52 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 128.3.0. see https://www.thunderbird.net/en-US/thunderbird/128.3.0esr/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-49/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/02 05:42:02 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-good/patches: patch-sys_v4l2_gstv4l2object_c multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update Gstreamer to version 1.24.8. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/02 05:48:16 Modified files: usr.bin/tmux : tmux.c tmux.h Log message: Add a define for the socket permissions check so it can be overridden more easily (for Cgywin). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/02 05:51:15 Modified files: usr.bin/tmux : options-table.c Log message: Add MSYSTEM to default update-environment. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/02 06:31:33 Modified files: usr.bin/ctfconv: generate.c Log message: On i386 long double is 80bit expanded to 96bits or 12 bytes. This is the size that the ctftools ctfconvert uses and I think we should do as well. Fixes regress/usr.bin/ctfdump on i386. OK miod@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/02 07:32:23 Modified files: geo/osm2pgsql : Makefile distinfo geo/osm2pgsql/patches: patch-CMakeLists_txt patch-man_osm2pgsql_1 patch-src_command-line-parser_cpp Added files: geo/osm2pgsql/patches: patch-src_gen_gen-base_hpp patch-src_gen_params_cpp patch-src_logging_hpp Log message: geo/osm2pgsql: update to 2.0.0. see https://osm2pgsql.org/news/2024/09/19/release-2.0.0.html revert an upstream commit that relies on fmt 11, patches to be removed once devel/fmt is upgraded. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/02 07:50:35 Modified files: geo/py-osmium : Makefile distinfo geo/py-osmium/pkg: PLIST Log message: geo/py-osmium: update to 4.0.1. see https://github.com/osmcode/pyosmium/releases/tag/v4.0.0 and https://github.com/osmcode/pyosmium/releases/tag/v4.0.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/02 08:12:21 Modified files: regress/lib/libcrypto/exdata: exdata_test.c Log message: Enable additional CRYPTO_get_ex_new_index() tests. It was previously possible to call CRYPTO_get_ex_new_index() with either a negative index or a positive index that equaled or exceeded CRYPTO_EX_INDEX__COUNT. The reimplementation of exdata treats these as error cases. CVSROOT: /cvs Module name: www Changes by: dv@cvs.openbsd.org 2024/10/02 08:28:48 Modified files: . : 76.html Log message: Add a few vmd/vmm things to 7.6 release notes. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/02 08:40:50 src/regress/lib/libcrypto/err Update of /cvs/src/regress/lib/libcrypto/err In directory cvs.openbsd.org:/tmp/cvs-serv14200/err Log Message: Directory /cvs/src/regress/lib/libcrypto/err added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/02 08:41:46 Added files: regress/lib/libcrypto/err: Makefile err_test.c Log message: Add initial regress for the error stack and ERR_* APIs. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/02 08:50:58 Modified files: regress/lib/libcrypto: Makefile Log message: Hook up the err regress. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/02 08:54:26 Modified files: lib/libcrypto/err: err.c Log message: Remove err_fns and associated machinery. Like all good OpenSSL code, errors was built to be completely extensible. Thankfully, the ERR_{get,set}_implementation() functions were removed in r1.127 of err.c, which means that the extensibility can no longer be used. Take the first of many steps to clean up this code - remove err_fns and associated machinery, calling functions directly. Rename so that we have an 'err_' prefix rather than 'int_' (or nothing). ok joshua@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/02 09:21:39 Modified files: lib/libcrypto/err: err.c Log message: Reorder functions. Reorder functions so that things are somewhat more logical, moving internal functions towards the top (and removing now unnecessary prototypes). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 09:42:43 Modified files: net/eduvpn/vpn-user-portal/pkg: PLIST Log message: unbreak packaging, i missed a real file removal among along the bogus dir removals from update-plist CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/02 09:47:45 Modified files: geo/postgis/patches: patch-configure Added files: geo/postgis/patches: patch-doc_Makefile_in Log message: geo/postgis: fix build by s/xhtml5/xhtml/ until docbook-xsl is updated reported by tb@, thanks! CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2024/10/02 09:53:41 Modified files: . : 76.html Log message: fix html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 10:07:30 Added files: databases/mariadb/patches: patch-mysys_crc32_crc32c_x86_cc Log message: databases/mariadb: fix i386 avx512 check, from upstream via Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 10:09:28 Modified files: databases/mariadb: Makefile databases/mariadb/pkg: PFRAG.rocksdb-server PLIST-main Log message: databases/mariadb: unbreaking packaging on !rocksdb archs, manuals for mysql_ldb/mariadb-ldb are no longer installed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 10:15:21 Added files: sysutils/u-boot/aarch64/patches: patch-scripts_dtc_pylibfdt_Makefile sysutils/u-boot/arm/patches: patch-scripts_dtc_pylibfdt_Makefile sysutils/u-boot/riscv64/patches: patch-scripts_dtc_pylibfdt_Makefile Log message: sysutils/u-boot (2021.01 versions): don't pass a bogus version number in to python libfdt build, it fails with newer setuptools CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 10:23:45 Modified files: emulators/ppsspp: Makefile emulators/ppsspp/patches: patch-CMakeLists_txt Added files: emulators/ppsspp/patches: patch-Core_AVIDump_cpp patch-Core_FFMPEGCompat_h patch-Core_HLE_sceAtrac_cpp patch-Core_HLE_sceMpeg_cpp patch-Core_HW_MediaEngine_cpp patch-Core_HW_SimpleAudioDec_cpp patch-Core_HW_SimpleAudioDec_h Log message: emulators/ppsspp: build fixes for newer FFmpeg, from upstream via Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 10:32:35 Modified files: devel/py-importlib-metadata: Makefile distinfo devel/py-importlib-metadata/pkg: PLIST Log message: update to py3-importlib_metadata-8.5.0, ok Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 10:32:46 Modified files: devel/py-typing-extensions: Makefile distinfo Log message: update to py3-typing_extensions-4.12.2, ok Renaud Allard (maintainer) CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/10/02 11:05:56 Modified files: sys/arch/amd64/include: vmmvar.h usr.sbin/vmd : pci.c pci.h x86_vm.c Log message: Move some PCI MMIO defines from vmm(4) kernel headers to userland. vmm(4) doesn't need this information anymore. vmd(8) is the only consumer of this information. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/10/02 11:08:47 Modified files: share/zoneinfo : ziguard.awk share/zoneinfo/datfiles: africa antarctica asia australasia backward etcetera europe leap-seconds.list northamerica southamerica zone.tab zone1970.tab zonenow.tab Log message: Update to 2024bgtz from https://github.com/JodaOrg/global-tz o Improve historical data for Mexico, Mongolia, and Portugal. o System V names are now obsolescent. o The main data form now uses %z. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/10/02 12:18:27 Modified files: sys/arch/amd64/amd64: pmap.c Log message: amd64: implement a pmap_shootept() for non-MP kernels. Simplifies some of the recent INVEPT changes and mirrors the design of other pmap tlb shootdown functions that provide simplified non-MP implementations. ok mlarkin@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/02 12:33:35 Modified files: . : 76.html Log message: network stack changes reordered and wording bettered CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/02 12:35:32 Modified files: . : 76.html Log message: move one more line to new network features CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/02 12:47:01 Modified files: . : 76.html Log message: attempt at improving the suspend/resume description CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/02 13:03:11 Modified files: . : 76.html Log message: improve the OpenBSD of Theseus line CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/10/02 13:36:20 Modified files: www/gallery-dl : Makefile distinfo www/gallery-dl/pkg: PLIST Log message: Update gallery-dl to 1.27.4 from MAINTAINER grodzio, thanks! Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.27.2 https://github.com/mikf/gallery-dl/releases/tag/v1.27.3 https://github.com/mikf/gallery-dl/releases/tag/v1.27.4 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/02 14:12:51 Modified files: security/openssl/quictls: Makefile distinfo security/openssl/quictls/patches: patch-Configurations_10-main_conf patch-Configurations_unix-Makefile_tmpl patch-crypto_sha_asm_keccak1600-armv8_pl patch-crypto_sha_asm_keccak1600-x86_64_pl security/openssl/quictls/pkg: PLIST Added files: security/openssl/quictls/patches: patch-crypto_bn_asm_rsaz-2k-avx512_pl patch-crypto_bn_asm_rsaz-3k-avx512_pl patch-crypto_bn_asm_rsaz-4k-avx512_pl patch-crypto_bn_asm_rsaz-avx2_pl patch-crypto_ec_asm_ecp_sm2p256-armv8_pl patch-crypto_modes_asm_aes-gcm-avx512_pl patch-util_perl_OpenSSL_config_pm Log message: Update to quictls 3.3.0 (at long last) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/02 14:22:15 Modified files: devel/protobuf : Makefile distinfo Log message: Update to protobuf 5.27.5 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/02 14:22:38 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py3-protobuf 5.25.5 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/10/02 15:21:32 Modified files: sys/dev/acpi : qciic.c Log message: Improve the heuristic for detecting i2c devices. On the x1e some of the USB controllers have an I2cSerialBusV2() (possibly defining a connection to some sort of eUSB2 to USB2 redriver chip) but are not i2c devices themselves. So check if a device has MMIO resources and assume it isn't a proper i2c device if it has those. Makes the Type-A ports on my vivobook work in acpi mode. ok patrick@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 17:32:23 Modified files: mail/neomutt : Makefile distinfo Log message: update to neomutt-20241002 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 17:51:01 Modified files: textproc/py-jaraco-text: distinfo Log message: sync distinfo to unbreak, found by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/02 18:00:11 Modified files: www/chromium : Makefile www/iridium : Makefile www/ungoogled-chromium: Makefile Log message: set BROKEN-i386 (has been for ages, I just had this set locally) CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2024/10/02 18:53:36 Modified files: faq : current.html upgrade75.html Added files: faq : upgrade76.html Log message: add 7.6 upgrade instructions and roll current.html ok kmos@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/10/02 20:39:19 Modified files: databases/redis: Makefile distinfo Log message: Update to redis-6.2.16 It fixes: (CVE-2024-31449) Lua library commands may lead to stack overflow and potential RCE. (CVE-2024-31228) Potential Denial-of-service due to unbounded pattern matching. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/10/02 21:16:11 Modified files: . : 76.html Log message: seperate -> separate; from Ross L Richardson CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/02 21:31:47 Modified files: lib/libcrypto/man: X509V3_EXT_get_nid.3 Log message: X509V3_EXT_get_nid.3: indicate what nid means CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/02 21:47:40 Modified files: lib/libcrypto : crypto.h Log message: Provide OPENSSL_INIT_NO_ATEXIT noop The brilliant idea of installing a fragile non-idempotent cleanup atexit handler as a library has bitten many people over time. This gets particularly exciting when you can't control who dlopens the lib first (don't we all love Python bindings) or if you are in a threaded context. Fake OpenSSL clones chose not to do this but now get to carry a noop flag since people start opting out of this madness (there's a good old tradition at work here). ok beck joshua jsing millert miod CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/02 22:15:52 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Fix BN_to_ASN1_INTEGER() misuse You can either let this API reuse an existing ASN1_INTEGER or you can let it allocate a new one. If you try to do both at the same time, you'll leak. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/02 22:17:05 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Switch field_bits to be an int ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/02 22:20:28 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Fix ASN1_INTEGER_to_BN() misuse Same issue/leak as for BN_to_ASN1_INTEGER(). Stop reusing the elliptic curve parameters a and b for order and cofacter. It's confusing. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/02 22:39:09 Modified files: sys/conf : GENERIC Log message: We've left release mode. Time to re-enable POOL_DEBUG ok deraadt CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/02 23:07:49 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Make EC{,PK}PARAMETERS_it static They aren't used outside of this file. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/10/02 23:37:52 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/noscript: Makefile distinfo Log message: Tor Browser: update to 13.5.6 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/10/02 23:38:28 Modified files: meta/tor-browser: Tag: OPENBSD_7_5 Makefile www/tor-browser: Tag: OPENBSD_7_5 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_5 Makefile distinfo www/tor-browser/noscript: Tag: OPENBSD_7_5 Makefile distinfo Log message: Tor Browser: update to 13.5.6 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/02 23:41:59 Modified files: usr.bin/tmux : input-keys.c tty-keys.c Log message: Improve fix for shifted keys so it works for all the keys it should, Stanislav Kljuhhin in GitHub issue 4146. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/02 23:53:36 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo Log message: x11/xfce4/xfce4-dict: update to 0.8.8 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/03 00:24:07 Modified files: lib/libcrypto/ec: ec_local.h Log message: Remove the unused field_mod_func from EC_GROUP This was only used by the NIST method. For all other group methods it's an uninitialized pointer (as EC_GROUP_new() still uses the malloc + set all members to 0 idiom). ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/03 00:35:56 Modified files: x11/kde-plasma/plasma-desktop: Makefile x11/kde-plasma/plasma-desktop/pkg: PLIST Log message: Add dependency on ibus as it's getting picked up when installed. ok rsadowski@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/03 00:51:23 Log message: Import x11/gnome/railway 2.7.0. Railway lets you look up travel information for many different railways, all without needing to navigate through different websites. Features: * Search for journeys * View the details of a journey including departure, arrivals, delays, platforms * Adaptive for small screens * Bookmark a search or a journey * Show more information like prices * Many different search profiles, e.g * DB * BB * BART * ... (many more). For a full list of supported profiles, see https://gitlab.com/schmiddi-on-mobile/railway-backend#profiles which is used to query the application data. WWW:https://apps.gnome.org/DieBahn/ ok/tweaks tb@ Status: Vendor Tag: landry Release Tags: landry_20241003 N ports/x11/gnome/railway/Makefile N ports/x11/gnome/railway/distinfo N ports/x11/gnome/railway/patches/patch-vendor_libadwaita_src_auto_about_dialog_rs N ports/x11/gnome/railway/patches/patch-Cargo_lock N ports/x11/gnome/railway/pkg/DESCR N ports/x11/gnome/railway/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/03 00:52:00 Modified files: x11/gnome : Makefile Log message: x11/gnome/Makefile: +railway CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/03 00:58:01 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.46. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/03 01:30:39 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.24.10 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/03 02:52:39 Modified files: games/classicube: Makefile Log message: Mark classicube BROKEN-sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/03 02:55:06 Modified files: games/emptyclip: Makefile Log message: Mark emptyclip BROKEN-sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/03 02:58:29 Modified files: devel/bazel : Makefile Log message: Mark bazel BROKEN-sparc64 CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2024/10/03 02:59:49 Modified files: sys/dev/pv : if_vio.c Log message: vio: Increase rx mbuf size with lro bluhm found that using bigger rx mbufs helps tcp splice performance if lro is enabled. Use 4k in that case. Also fix confusion in rx dmamap segment count. Even with lro/tso, we only put unfragmented mbufs into the rx queue. Therefore we only need max. 2 segments, one for the mbuf and one for the separate header for legacy virtio devices. OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/03 03:00:00 Modified files: archivers/libzim: Makefile Log message: Mark libzim BROKEN-sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/03 03:01:12 Modified files: archivers/blosc2: Makefile Log message: Mark blosc2 BROKEN-sparc64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/03 03:52:35 Modified files: security/py-mitmproxy_rs: Makefile crates.inc distinfo security/py-mitmproxy_rs/patches: patch-Cargo_toml security/py-mitmproxy_rs/pkg: PLIST Added files: security/py-mitmproxy_rs/patches: patch-boringtun_boringtun_src_sleepyinstant_unix_rs Removed files: security/py-mitmproxy_rs/patches: patch-mitmproxy-rs_modcargo-crates_boringtun-0_6_0_src_sleepyinstant_unix_rs Log message: update to py3-mitmproxy_rs-0.9.2, from Kirill A. Korinsky (maintainer), tweaks from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/03 03:53:07 Modified files: security/mitmproxy: Makefile distinfo security/mitmproxy/pkg: PLIST Removed files: security/mitmproxy/patches: patch-mitmproxy_tools_main_py Log message: update to mitmproxy-11.0.0, from Kirill A. Korinsky (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/03 04:18:29 Modified files: sys/kern : kern_time.c Log message: Fix the clock_gettime() handler for pthread_getcpuclockid() to use the proper way to read tu_runtime. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/03 04:20:05 Modified files: sys/kern : kern_resource.c Log message: In rucheck() sum up the tusage from all threads to get the real current runtime of the process. Also this no longer needs the SCHED_LOCK(). OK mpi@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/10/03 06:21:19 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 5.1.2 Fixing a DOS: https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-04.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/03 06:59:29 Modified files: x11/gnome/railway: Makefile Log message: No need for EXTRACT_SUFX. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/03 08:13:10 Modified files: devel/spidermonkey115: Makefile distinfo Log message: Update to spidermonkey115-115.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/03 08:14:05 Modified files: devel/spidermonkey128: Makefile distinfo Log message: Update to spidermonkey128-128.3.0. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/10/03 08:16:26 Modified files: archivers/libarchive: Makefile distinfo Log message: archivers/libarchive: update to 3.7.6 Important bugfixes: * tar: clean up linkpath between entries * tar: fix memory leaks when processing symlinks or parsing pax headers * iso: be more cautious about parsing ISO-9660 timestamps CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/10/03 09:25:31 Modified files: archivers/xz : Makefile distinfo Removed files: archivers/xz/patches: patch-src_common_tuklib_integer_h Log message: archivers/xz: maintenance update to 5.6.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/03 09:27:48 Modified files: geo/py-osmium : Makefile Log message: Unbreak sqlports: devel/py3-test-httpserver -> devel/py-test-httpserver CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/03 11:31:57 Modified files: archivers/zip : Makefile Added files: archivers/zip/patches: patch-zipnote_c Log message: zip: fix applying changes with zipnote zipnote closes the wrong file, which prevents it from reading and applying modifications. hunted down to some linux forum by Tymo Myyrä CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/03 13:41:23 Modified files: lang/scala : Makefile distinfo lang/scala/pkg : PLIST Log message: update to scala 3.5.1; from Kirill (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/03 14:07:43 Modified files: sysutils/docker-cli: Makefile distinfo Log message: update to docker-cli 27.2.1; from Kirill (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/03 14:18:36 Modified files: sysutils/docker-compose: Makefile distinfo modules.inc Log message: update to docker-compose 2.29.7; from Kirill (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/03 14:22:07 Modified files: devel/sbt : Makefile distinfo Log message: update to sbt 1.10.2; from Kirill (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/03 14:23:38 Modified files: devel/sbt/patches: patch-bin_sbt Log message: regen patch CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/10/03 14:52:52 Modified files: editors/nano : Makefile distinfo Log message: editors/nano: update to 8.2 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/10/03 15:03:45 Modified files: databases/pspg : Makefile distinfo Log message: update databases/pspg to 5.8.7 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/10/03 15:07:09 Modified files: sysutils/rset : Makefile distinfo sysutils/rset/pkg: PLIST Added files: sysutils/rset/patches: patch-input_c Log message: update sysutils/rset to 3.1 changelog: https://github.com/eradman/rset/blob/master/NEWS Backport also a patch that removes a stray NUL from the end of the local execution script. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/03 15:16:19 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 5.5.8 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/10/03 15:30:51 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-Makefile_in Log message: graphics/png: maintenance update to 1.6.44 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/10/03 15:47:19 Modified files: sysutils/colorls: Makefile distinfo sysutils/colorls/patches: patch-print_c Log message: sysutils/colorls: sync with OpenBSD 7.6 CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2024/10/03 18:42:43 Modified files: emulators/minivmac: Makefile emulators/minivmac/pkg: DESCR README Added files: emulators/minivmac/files: minivmac-m128k.desktop Log message: Add FLAVOR=m128k to minivmac for Macintosh 128K from Jag Talon (maintainer) CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2024/10/03 18:47:21 Modified files: emulators : Makefile Log message: +minivmac,m128k CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2024/10/03 19:11:00 Modified files: games/stone-soup: Makefile distinfo games/stone-soup/patches: patch-source_Makefile games/stone-soup/pkg: PLIST Log message: Update to stone-soup 0.32.0, from Stefan Moran (maintainer) CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2024/10/03 21:30:26 Log message: import textproc/py-orjson - fast correct Python JSON library orjson is a fast, correct JSON library for Python. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively. ok sthen@ Status: Vendor Tag: aisha Release Tags: aisha_20241003 N ports/textproc/py-orjson/Makefile N ports/textproc/py-orjson/distinfo N ports/textproc/py-orjson/crates.inc N ports/textproc/py-orjson/pkg/DESCR N ports/textproc/py-orjson/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2024/10/03 21:30:57 Modified files: textproc : Makefile Log message: hook textproc/py-orjson into build CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/10/03 23:22:10 Modified files: sys/dev/pci : if_ix.c if_ix.h Log message: Expose {T,R}X desc trail and add link_enabled field to prepare VF support. diff from naito.yuichiro at gmail.com ok jan jmatthew CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/04 00:10:09 Modified files: x11/xwallpaper : Makefile distinfo Log message: Update xwallpaper to 0.7.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/04 00:13:01 Modified files: devel/jenkins/devel: Makefile distinfo devel/jenkins/stable: Makefile distinfo Log message: Update jenkins to 2.462.3 (LTS) and 2.479 (-devel) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/04 00:15:01 Modified files: devel/catch2 : Makefile distinfo Log message: Update Catch2 to 3.7.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/04 00:19:05 Modified files: devel/netbeans : Makefile distinfo devel/netbeans/pkg: PLIST Log message: Update netbeans to 23 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2024/10/04 00:37:22 Modified files: sys/dev/pci : if_mcx.c Log message: As with other multiqueue drivers, print the number of queues we set up along with the interrupt and ethernet address details. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 00:43:25 Modified files: graphics/openexr: Makefile distinfo graphics/openexr/pkg: PLIST-main PLIST-tools Log message: Update to OpenEXR-3.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 00:43:47 Modified files: devel/kf5/kimageformats: Makefile devel/kf6/kimageformats: Makefile graphics/DevIL : Makefile graphics/blender: Makefile graphics/darktable: Makefile graphics/displaz: Makefile graphics/fyre : Makefile graphics/gimp/snapshot: Makefile graphics/gimp/stable: Makefile graphics/gmic : Makefile graphics/krita : Makefile graphics/opencv: Makefile graphics/openimageio: Makefile graphics/openscenegraph: Makefile multimedia/synfig: Makefile wayland/swayimg: Makefile x11/kde-applications/kf6-kio-extras: Makefile x11/kde-applications/kio-extras: Makefile games/love/0.8 : Makefile graphics/hugin : Makefile Log message: Sync WANTLIB after graphics/openexr update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 00:44:41 Modified files: graphics/ctl : Makefile graphics/vigra : Makefile Added files: graphics/ctl/patches: patch-OpenEXR_CTL_exrdpx_exrToDpx_cpp graphics/vigra/patches: patch-src_impex_imageinfo_cxx Log message: Unbreak with new graphics/openexr. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/04 00:46:08 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm audio : Makefile Removed files: audio/potamus : Makefile distinfo audio/potamus/pkg: DESCR PLIST Log message: Remove audio/potamus Last release dated to 2018-01-12. This does not mean that it still works, but it is a blocker for the FFmpeg >4 update and the ecosystem needs a newer FFmpeg. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 00:46:36 Modified files: net/libproxy : Makefile distinfo Log message: Update to libproxy-0.5.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 00:47:07 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.388. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/10/04 00:47:32 Modified files: graphics/rawtherapee: Makefile distinfo graphics/rawtherapee/patches: patch-CMakeLists_txt patch-rtengine_procparams_cc patch-rtengine_rtthumbnail_cc patch-rtgui_cacheimagedata_cc patch-rtgui_options_cc graphics/rawtherapee/pkg: PLIST Added files: graphics/rawtherapee/patches: patch-rtdata_CMakeLists_txt Removed files: graphics/rawtherapee/patches: patch-rtengine_jdatasrc_cc Log message: update to rawtherapee-5.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 00:48:16 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-14.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 00:54:15 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.67.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 01:01:31 Modified files: sysutils/opentofu: Makefile distinfo Log message: Update to opentofu-1.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 01:02:56 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build patch-src_rpc_virnetsocket_c sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-10.8.0. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/04 01:03:08 Modified files: usr.bin/tmux : key-bindings.c tmux.1 window-copy.c Log message: Rework of copy mode commands ("send-keys -X") to parse the arguments so that flags may be detected propertly rather than just looking for strings ("-O" and so on). Also add -C and -P flags to the copy commands: -C prevents the commands from sending the text to the clipboard and -P prevents them from adding the text as a paste buffer. Note some of the default key bindings change to add "--" and any similar custom key bindings using "send-keys -X" may need a similar change. GitHub issue 4153. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 01:04:08 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-10.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 01:10:59 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.8.4. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/10/04 01:11:26 Modified files: databases/sqlcipher: Makefile distinfo Log message: Update to sqlcipher-4.6.1 from Tom Murphy (maintainer). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 01:19:29 Modified files: graphics/displaz: Makefile Log message: Statically link to libGLEW.a. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/10/04 01:46:33 Modified files: sys/dev/pci : if_qwx_pci.c Log message: Remove two MHI LOOPBACK channels, there's no need to match them. Also move PCI ops registration ahead. That way the ops will be registered if any subsequent operations within the case processing require the ops to See Linux commit fbb2a14afe00a5691b43cd19c946472e59e16fc6 and 515bcdf587f9911f2d5de51524cb7e048d295052 ok stsp@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/10/04 01:50:48 Modified files: net/irctk : Makefile distinfo net/irctk/pkg : DESCR PLIST Log message: update net/irctk to 1.1.0 changelog: https://lab.abiscuola.com/irctk/doc/trunk/www/wiki/changelog.md#1_1_0 ircfossil, an irc bridge for the fossil chat, is included too. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/10/04 01:55:43 Modified files: net/syncthing : Makefile distinfo Log message: net/syncthing: update to version 1.27.12. Diff from kn@, thanks. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/04 02:08:21 Modified files: www : Makefile www/hugo : Makefile distinfo modules.inc www/hugo/pkg : DESCR PLIST Log message: update to hugo-0.135.0, from maintainer Kirill A. Korinsky, rolling the "extended" flavour into the default. tweak from me: update DESCR to remove flavour info. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/04 02:17:08 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: update to toot-0.45.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/04 02:23:14 Modified files: textproc/py-tomli: Makefile distinfo Log message: update to py3-tomli-2.0.2 devel/py-build no longer uses this (now we use py3.11) so convert to a normal MODPY_PYBUILD port CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/04 02:26:38 Modified files: textproc/py-vobject: Makefile distinfo Log message: update to py3-vobject-0.9.8 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2024/10/04 02:46:43 Modified files: games/zelda3 : Makefile games/zelda3/pkg: README games/zelda3-rom: Makefile Log message: Mark games/zelda3-rom as UNLINKED to reduce noise for bulk builders. Building the games/zelda3-data port now requires BUILD_UNLINKED=zelda3-rom to be set. Update zelda3's README accordingly. Requested by rsadowski and tb. ok tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/04 03:03:16 Modified files: devel/etl : Makefile distinfo devel/etl/pkg : PLIST multimedia/synfig: Makefile distinfo multimedia/synfig/patches: patch-configure_ac multimedia/synfig/pkg: PLIST multimedia/synfigstudio: Makefile distinfo multimedia/synfigstudio/pkg: PLIST Added files: multimedia/synfig/patches: patch-src_synfig_string_helper_h Removed files: devel/etl/patches: patch-ETL__surface_h Log message: Update ETL, synfig and synfigstudio to 1.5.3 Update diff from Brad CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/10/04 03:23:34 Log message: import sysutils/fswatch 1.17.1 ok sthen@ HOMEPAGE: https://emcrisostomo.github.io/fswatch/ fswatch monitor files and directory trees for changes. Main features are: - Support for many OS-specific APIs such as kevent, inotify, and FSEvents. - Recursive directory monitoring. - Path filtering using including and excluding regular expressions. - Customizable record format. - Support for periodic idle events. Limitations: The kqueue monitor, available on any *BSD system featuring kqueue, requires a file descriptor to be opened for every file being watched. As a result, this monitor scales badly with the number of files being observed, and may begin to misbehave as soon as the fswatch process runs out of file descriptors. In this case, fswatch dumps one error on standard error for every file that cannot be opened. Status: Vendor Tag: semarie Release Tags: semarie_20241004 N ports/sysutils/fswatch/Makefile N ports/sysutils/fswatch/distinfo N ports/sysutils/fswatch/pkg/DESCR N ports/sysutils/fswatch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/10/04 03:24:40 Modified files: sysutils : Makefile Log message: hook sysutils/fswatch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/10/04 04:06:51 Modified files: www/chromium : Makefile distinfo www/ungoogled-chromium: Makefile distinfo Removed files: www/chromium/patches: patch-components_webapps_browser_features_cc www/ungoogled-chromium/patches: patch-components_webapps_browser_features_cc Log message: update to 129.0.6668.89 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/04 05:21:04 Modified files: lang/go : go.port.mk Log message: typo in comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/04 05:27:55 Modified files: sysutils/docker-buildx: Makefile distinfo Log message: update to docker-buildx-0.17.1, from Kirill A. Korinsky (maintainer) CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/10/04 05:35:06 Modified files: misc/remind : Makefile distinfo misc/remind/pkg: PLIST Log message: update to remind-5.0.6, from Martin Ziemer (maintainer) tweaks: update-plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/04 05:36:02 Modified files: multimedia/libheif: Makefile distinfo multimedia/libheif/pkg: PLIST Log message: update to libheif-1.18.2, from Brad CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/10/04 05:37:12 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail-6.19.5, from Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/04 06:46:21 Modified files: databases/patroni: Makefile distinfo Removed files: databases/patroni/patches: patch-patroni_validator_py Log message: Update patroni 4.0.1 -> 4.0.2 Release notes: https://github.com/zalando/patroni/blob/master/docs/releases.rst CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/04 06:47:10 Modified files: devel/py-identify: Makefile distinfo Log message: Update py-identify 2.6.0 -> 2.6.1 CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/10/04 06:47:42 Modified files: net/dnsdist : Makefile distinfo Log message: Update to PowerDNS DNSdist 1.9.7 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/04 06:48:43 Modified files: textproc/terraform-docs: Makefile distinfo modules.inc Log message: Update terraform-docs 0.18.0 -> 0.19.0 Changelog: https://github.com/terraform-docs/terraform-docs/releases/tag/v0.19.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/04 06:50:09 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.17.5 -> 1.17.6 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.17.6 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/04 06:54:28 Modified files: security/tfsec : Makefile distinfo Log message: Update tfsec 1.28.10 -> 1.28.11 Changelog: https://github.com/aquasecurity/tfsec/releases/tag/v1.28.11 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/10/04 07:35:46 Modified files: multimedia/shotcut: Makefile Log message: fix shotcut missing libQt6Charts.so.1.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/04 08:00:54 Modified files: databases/sqlcipher: Makefile Log message: sqlcipher: needs a major bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 08:35:13 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.47. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 08:35:30 Modified files: x11/gnome/librsvg: Makefile distinfo distinfo.old Log message: Update to librsvg-2.58.5. CVSROOT: /cvs Module name: www Changes by: sf@cvs.openbsd.org 2024/10/04 08:51:42 Modified files: . : 76.html Log message: Remove improvement items for features that are new in 7.6 anyway * Bounce buffers are new for SEV. * TCP segmentation offload in vio is new. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/04 08:55:17 Modified files: usr.bin/tmux : tty-keys.c Log message: Do not translate BSpace as Unicode, GitHub issue 4156. CVSROOT: /cvs Module name: www Changes by: dv@cvs.openbsd.org 2024/10/04 09:09:38 Modified files: . : 76.html Log message: type: SEC -> SEV CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/04 09:56:33 Modified files: x11/gnome/railway: Makefile Log message: Mark BROKEN; errors out with meson. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/04 10:03:14 Modified files: databases/mariadb: Makefile Added files: databases/mariadb/patches: patch-libmariadb_include_ma_context_h patch-libmariadb_libmariadb_ma_context_c Log message: Add an aarch64 coroutine backend for the non-blocking API in mariadb client. From upstream via Brad. https://jira.mariadb.org/browse/MDEV-34859 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/10/04 10:58:26 Modified files: sys/dev/ic : psp.c Log message: Increase psp(4) timeouts. On EPYC 9124 psp(4) seems to need more to time to respond. Otherwise it will not attach. Increase timeouts for both polling during autoconf and interrupt during normal operation. from hshoexer@ OK mlarkin@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/04 12:21:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Fix breeze-icons -> kf6-breeze-icons Spotted by landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/10/04 13:00:27 Modified files: sys/arch/arm/arm: genassym.cf Log message: Remove unused SIGEMT. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/04 13:11:40 Modified files: sysutils/docker-compose: Makefile Log message: make tests work; from Kirill (maintainer) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/04 13:16:13 Modified files: usr.bin/tmux : cmd-choose-tree.c status.c tmux.1 tmux.h window-customize.c window-tree.c Log message: Add -y flag to disable confirmation prompts in modes, GitHub issue 4152. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/04 13:20:13 Modified files: databases/py-redis: Makefile distinfo databases/py-redis/pkg: PLIST Added files: databases/py-redis/patches: patch-setup_py patch-tests_test_commands_py Log message: update to py3-redis 5.0.9; from Kirill maintainer timeout rpointel CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/04 13:33:05 Modified files: x11/gnome/railway: Makefile Removed files: x11/gnome/railway/patches: patch-Cargo_lock Log message: x11/gnome/railway: unbreak by cargoculting the 'right' .cargo-checksum.json overwrite meson and cargo are on a boat. A starlink debris falls on the boat, the boat sinks. All is well now. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/04 13:40:58 Modified files: security/py-spake2: Makefile distinfo security/py-spake2/pkg: PLIST Log message: update to py3-spake2 0.9 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/04 13:41:23 Modified files: net/magic-wormhole: Makefile distinfo Log message: update to magic-wormhole 0.16.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/04 13:47:18 Modified files: textproc/loccount: Makefile distinfo textproc/loccount/pkg: PLIST Log message: update to loccount 2.16 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/04 13:54:58 Modified files: audio/noson-app: Makefile distinfo Log message: update to noson-app 5.6.8 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/10/04 15:15:52 Modified files: sys/arch/amd64/amd64: locore0.S Log message: Allow kernel boot on QEMU with AMD SEV. When booting an OpenBSD kernel on Linux QEMU with SEV enabled, the hypervisor does not forward the SME feature, only the SEV bit is set. Therefore do not depend on SME when checking for SEV guest mode in locore0. from Sebastian Sturm; via hshoexer@; OK jsg@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/10/04 16:21:28 Modified files: sys/arch/amd64/stand/efiboot: exec_i386.c Log message: Allow boot loader to run as AMD SEV guest on QEMU with EFI. When efibooting amd64, the boot loader rewrites the page table built by EFI firmware to ensure that there are no read-only mappings. The rewrite is needed for some HP EFI BIOS, that maps computrace section read-only. When efibooting on SEV enabled QEMU, we would have to ensure the crypt bit is set when changing page tables. However, there is no need for the HP workaround when booting on QEMU (or any other VM), so just do not modify the page table, when SEV gest mode is detected. from Sebastian Sturm; via hshoexer@; OK kettenis@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/04 16:36:11 Modified files: usr.bin/tmux : tmux.1 Log message: Document missing window-layout-changed hook. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/04 18:32:55 Modified files: usr.bin/tmux : window-copy.c options-table.c screen-write.c tmux.1 Log message: Add copy-mode-position-format to configure the position indicator. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/04 18:35:35 Modified files: usr.bin/tmux : window-copy.c Log message: Remove some debugging left behind. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/04 19:07:38 Modified files: usr.sbin/config: sem.c Log message: error on long locator lines, don't overflow buffers found with afl, feedback and ok millert@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/10/04 19:49:09 Modified files: editors/scite : Makefile distinfo Log message: editors/scite: update to 5.5.2 adds multiple selection copy with separator, a font stretch setting, and access to whether an undo sequence is active. CVS: ---------------------------------------------------------------------- distinfo CVS: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/10/04 19:52:21 Modified files: editors/scintilla: Makefile distinfo editors/scintilla/patches: patch-src_CellBuffer_cxx Log message: editors/scite: update to 5.5.2 adds a stretch attribute to style settings for condensed and expanded text CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/05 00:24:15 Modified files: x11/gnome/railway: Makefile Log message: railway: symlinks are hard... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/05 00:43:52 Modified files: mail/pecl-mailparse: Makefile distinfo Log message: update to pecl-mailparse-3.1.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/05 00:47:10 Modified files: devel/py-rich : Makefile distinfo Log message: update to py3-rich-13.9.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/05 00:55:09 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: distinfo devel/kf6/frameworkintegration: distinfo devel/kf6/karchive: distinfo devel/kf6/kauth: distinfo devel/kf6/kbookmarks: distinfo devel/kf6/kcalendarcore: distinfo devel/kf6/kcalendarcore/pkg: PLIST 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: Makefile distinfo devel/kf6/kimageformats: distinfo devel/kf6/kio : distinfo devel/kf6/kio/patches: patch-src_core_worker_cpp devel/kf6/kirigami: distinfo devel/kf6/kitemmodels: distinfo devel/kf6/kitemviews: distinfo devel/kf6/kjobwidgets: distinfo devel/kf6/knewstuff: distinfo devel/kf6/knewstuff/pkg: PLIST devel/kf6/knotifications: distinfo devel/kf6/knotifyconfig: distinfo devel/kf6/kpackage: distinfo devel/kf6/kparts: distinfo devel/kf6/kpeople: distinfo devel/kf6/kplotting: distinfo devel/kf6/kpty : Makefile 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: Makefile 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/kio/patches: patch-src_gui_openfilemanagerwindowjob_cpp patch-src_gui_openfilemanagerwindowjob_p_h Log message: Update KDE Frameworks to 6.6.0 https://kde.org/announcements/frameworks/6/6.6.0/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/05 00:57:17 Modified files: devel/py-rope : Makefile distinfo Log message: update to py3-rope-1.13.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/05 01:23:29 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.35.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/05 01:23:39 Modified files: net/py-boto3 : Makefile distinfo net/py-boto3/pkg: PLIST Log message: Update to py3-boto3-1.35.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/05 01:23:49 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.35.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/05 01:31:14 Modified files: multimedia/pipewire/pipewire: Makefile distinfo multimedia/pipewire/pipewire/patches: patch-meson_build patch-src_modules_module-netjack2-manager_c patch-src_modules_module-rtp-sap_c patch-src_modules_module-rtp-session_c patch-src_modules_module-rtp-source_c patch-src_modules_module-vban-recv_c patch-src_pipewire_thread_c patch-test_meson_build patch-test_test-functional_c Added files: multimedia/pipewire/pipewire/patches: patch-src_modules_network-utils_h Log message: Update to pipewire-1.2.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/05 01:35:54 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_replication_replicator_replicator-queue_c Log message: mail/dovecot: fix infinite loop inside replicator when used with any value of replication_sync_timeout. From Kirill A. Korinsky, ok brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/05 02:03:29 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/patches: patch-CMakeLists_txt Log message: Update to gnucash-5.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/05 02:03:39 Modified files: productivity/gnucash-docs: Makefile distinfo productivity/gnucash-docs/pkg: PLIST Log message: Update to gnucash-docs-5.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/05 02:15:32 Log message: Re-import railway under productivity. It's not really a GNOME project. ok landry@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20241005 N ports/productivity/railway/Makefile N ports/productivity/railway/distinfo N ports/productivity/railway/patches/patch-vendor_libadwaita_src_auto_about_dialog_rs N ports/productivity/railway/pkg/DESCR N ports/productivity/railway/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/05 02:16:36 Modified files: productivity : Makefile x11/gnome : Makefile Removed files: x11/gnome/railway: Makefile distinfo x11/gnome/railway/patches: patch-vendor_libadwaita_src_auto_about_dialog_rs x11/gnome/railway/pkg: DESCR PLIST Log message: Move railway; ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/05 02:22:39 Modified files: security/oath-toolkit: Makefile distinfo Added files: security/oath-toolkit/patches: patch-pskctool_tests_tst_libexamples_sh patch-pskctool_tests_tst_sign_sh Log message: update to oath-toolkit-2.6.12 fix/workaround test problems so that all tests get a chance to run (had to disable pskc tests; the provided test CA was generated with old gnutls certtool and has time formats unacceptable to libressl - generating new CA key/cert means regenerating the "expected output" files too). CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/10/05 03:24:22 Modified files: net/synapse : Makefile net/synapse/pkg: README Log message: synapse: fix typo in README CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/05 03:54:39 Modified files: sys/arch/i386/i386: genassym.cf sys/arch/amd64/amd64: genassym.cf Log message: remove unneeded includes CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/05 05:54:21 Modified files: devel/visualvm : Makefile distinfo devel/visualvm/pkg: PLIST Log message: update to visualvm 2.1.10; from Kirill (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/05 06:04:41 Modified files: meta/kde : Makefile x11/kde-plasma/breeze: distinfo x11/kde-plasma/breeze-gtk: distinfo x11/kde-plasma/kactivitymanagerd: distinfo x11/kde-plasma/kde-cli-tools: distinfo x11/kde-plasma/kde-gtk-config: distinfo x11/kde-plasma/kdecoration: distinfo x11/kde-plasma/kdeplasma-addons: Makefile distinfo x11/kde-plasma/kgamma5: distinfo x11/kde-plasma/kglobalacceld: distinfo x11/kde-plasma/kinfocenter: distinfo x11/kde-plasma/kmenuedit: distinfo x11/kde-plasma/kpipewire: distinfo x11/kde-plasma/kscreen: distinfo x11/kde-plasma/kscreenlocker: distinfo x11/kde-plasma/ksshaskpass: distinfo x11/kde-plasma/ksystemstats: distinfo x11/kde-plasma/kwayland: distinfo x11/kde-plasma/kwayland-integration: distinfo x11/kde-plasma/kwin: distinfo x11/kde-plasma/kwrited: distinfo x11/kde-plasma/layer-shell-qt: distinfo x11/kde-plasma/layer-shell-qt/pkg: PLIST x11/kde-plasma/libkscreen: distinfo x11/kde-plasma/libksysguard: distinfo x11/kde-plasma/libksysguard/pkg: PLIST x11/kde-plasma/libplasma: distinfo x11/kde-plasma/milou: distinfo x11/kde-plasma/ocean-sound-theme: distinfo x11/kde-plasma/oxygen: distinfo x11/kde-plasma/oxygen-sounds: distinfo x11/kde-plasma/plasma-activities: distinfo x11/kde-plasma/plasma-activities-stats: distinfo x11/kde-plasma/plasma-browser-integration: distinfo x11/kde-plasma/plasma-desktop: Makefile distinfo x11/kde-plasma/plasma-desktop/pkg: PLIST x11/kde-plasma/plasma-integration: distinfo x11/kde-plasma/plasma-nano: distinfo x11/kde-plasma/plasma-pa: distinfo x11/kde-plasma/plasma-sdk: distinfo x11/kde-plasma/plasma-workspace: distinfo x11/kde-plasma/plasma-workspace/pkg: PLIST x11/kde-plasma/plasma-workspace-wallpapers: distinfo x11/kde-plasma/plasma5support: distinfo x11/kde-plasma/polkit-kde-agent-1: distinfo x11/kde-plasma/powerdevil: distinfo x11/kde-plasma/powerdevil/pkg: PLIST x11/kde-plasma/print-manager: distinfo x11/kde-plasma/qqc2-breeze-style: distinfo x11/kde-plasma/systemsettings: distinfo x11/kde-plasma/xdg-desktop-portal-kde: distinfo x11/kde : kde.port.mk Log message: Update KDE Plasma to 6.1.5, Bugfix Release for September https://kde.org/announcements/plasma/6/6.1.5/ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/05 06:10:16 Modified files: usr.bin/tmux : server-client.c window.c Log message: Send focus events to pane when entering or leaving popup, GitHub issue 3991. CVSROOT: /cvs Module name: src Changes by: chrisz@cvs.openbsd.org 2024/10/05 07:27:16 Modified files: sbin/wsconsctl : mouse.c mousecfg.c share/man/man4 : wsmouse.4 Log message: Make scaling available for normal mice, too; not just for touchpads. Add reverse_scrolling to the manpage. ok bru@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/05 09:38:55 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20241005