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 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/05 12:39:10 Modified files: games/zelda3 : Makefile games/zelda3/pkg: README games/zelda3-rom: Makefile Log message: zelda3/zelda3-rom: revert UNLINKED addition -data was missed. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/05 18:13:42 Modified files: sys/dev/videomode: edid.c Log message: Seperate -> Separate CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/05 19:12:15 Modified files: sys/dev/ic : atw.c Log message: remove unused atw_beacon_len_adjust variable CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/10/05 19:27:06 Modified files: devel/py-jupyter_client: Makefile distinfo Log message: update to py-jupyter_client 8.6.3 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/05 19:28:39 Modified files: sys/dev/usb : if_wi_usb.c Log message: remove unused wi_usb_cd, wi at usb uses wi_cd CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/05 19:50:56 Modified files: sys/kern : kern_sched.c Log message: remove unused sched_cost_load variable CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/05 21:46:48 Modified files: sys/dev/fdt : axppmic.c Log message: remove unused axppmic_rsb_cd, axppmic at rsb uses axppmic_cd CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/05 22:11:38 Modified files: sysutils/rustic: Makefile crates.inc distinfo Log message: Update to rustic-0.9.1 Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.9.1 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/05 22:52:01 Modified files: archivers/libdeflate: Makefile distinfo Log message: Update to libdeflate-1.22 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/06 00:35:10 Modified files: net/bitcoin : Makefile distinfo net/bitcoin/patches: patch-configure_ac patch-src_wallet_bdb_cpp net/bitcoin/pkg: PLIST Log message: Update Bitcoin Core to 28.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/10/06 02:44:04 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/06 03:03:08 Modified files: devel/libwnck3 : Makefile distinfo devel/libwnck3/patches: patch-libwnck_tasklist_c Log message: Update to libwnck3-43.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/06 03:30:22 Modified files: usr.bin/tmux : mode-tree.c Log message: Try to stay near the same line in modes if the current one is removed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/06 03:55:52 Modified files: net/mosquitto : Makefile distinfo net/mosquitto/patches: patch-man_CMakeLists_txt patch-src_mosquitto_c patch-test_broker_Makefile Log message: update to mosquitto-2.0.19 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/06 04:03:22 Modified files: devel/py-incremental: Makefile Log message: devel/py-incremental: needs RDEP on setuptools CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/06 04:24:24 Modified files: infrastructure/mk: bsd.port.mk Log message: new opt-in PATCH_QUIET aka. patch(1) -s; OK tb CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2024/10/06 04:24:53 Modified files: share/man/man5 : bsd.port.mk.5 Log message: new opt-in PATCH_QUIET aka. patch(1) -s; OK tb CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/10/06 06:07:36 Modified files: wayland/sway : Makefile wayland/sway/pkg: PLIST Log message: Remove double sway in sample config file install path. Ok landry@, aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/06 07:32:33 Modified files: multimedia/synfigstudio: Makefile Log message: Regen WANTLIB to unbreak after openexr update. CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2024/10/06 08:29:03 Modified files: . : 76.html Log message: mips64 package count CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/06 09:14:45 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_JavaScriptCore_API_glib_JSCOptions_cpp patch-Source_JavaScriptCore_assembler_ARM64Assembler_h patch-Source_JavaScriptCore_assembler_ARMv7Assembler_h patch-Source_JavaScriptCore_heap_BlockDirectory_cpp patch-Source_JavaScriptCore_llint_LowLevelInterpreter64_asm patch-Source_JavaScriptCore_llint_LowLevelInterpreter_cpp patch-Source_JavaScriptCore_offlineasm_arm64_rb patch-Source_JavaScriptCore_runtime_MachineContext_h patch-Source_JavaScriptCore_runtime_Options_cpp patch-Source_WTF_wtf_Compiler_h patch-Source_WTF_wtf_InlineASM_h patch-Source_WTF_wtf_PlatformEnable_h patch-Source_WTF_wtf_posix_FileSystemPOSIX_cpp patch-Source_WebCore_CMakeLists_txt patch-Source_WebCore_page_NavigatorBase_cpp patch-Source_WebKit_UIProcess_Launcher_glib_ProcessLauncherGLib_cpp patch-Source_cmake_OptionsCommon_cmake patch-Source_cmake_WebKitCommon_cmake patch-Source_cmake_WebKitCompilerFlags_cmake patch-Source_cmake_WebKitFeatures_cmake www/webkitgtk4/pkg: PFRAG.no-webkitgtk60 PFRAG.webkitgtk60 Added files: www/webkitgtk4/patches: patch-Source_ThirdParty_ANGLE_src_common_SimpleMutex_h patch-Source_ThirdParty_skia_src_ports_SkMemory_malloc_cpp patch-Source_WTF_wtf_glib_FileSystemGlib_cpp patch-Source_WebKit_UIProcess_glib_WebProcessPoolGLib_cpp patch-Source_bmalloc_bmalloc_EligibilityResultInlines_h patch-Source_bmalloc_bmalloc_EligibilityResult_h patch-Source_bmalloc_bmalloc_IsoAllocatorInlines_h Log message: Update to webkitgtk{40,41,60}-2.46.1. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2024/10/06 10:24:02 Modified files: sys/arch/amd64/amd64: cpu.c Log message: use rdmsr_safe() instead of rdmsr() for probing feature the second could raise general protection fault on non-existant MSR fix with help of jsg@ ok dv@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/10/06 10:27:07 Modified files: www/mycorrhiza : Makefile distinfo modules.inc www/mycorrhiza/pkg: PLIST Log message: update www/mycorrhiza to 1.15.1 From Jag Talon; the same diff (except that was for 1.15) was sent from MAINTAINER la ninpre a few months ago. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/06 10:37:00 Modified files: net/ngtcp2 : Makefile distinfo Log message: Update to ngtcp2 1.8.0 LibreSSL is now officially supported. https://github.com/ngtcp2/ngtcp2/releases/tag/v1.8.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/06 10:37:43 Modified files: www/nghttp3 : Makefile distinfo Log message: Update to nghttp3 1.6.0 https://github.com/ngtcp2/nghttp3/releases/tag/v1.6.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/10/06 11:10:48 Modified files: devel/flake8 : Makefile distinfo Log message: update flake8 to 7.1.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/06 14:38:00 Modified files: security/vault : Makefile security/vault/pkg: vault_agent.rc Log message: Add daemon_logger to vault_agent rc script CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/06 14:51:04 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 5.6.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 16:47:38 Modified files: sys/arch/arm/arm: genassym.cf Log message: remove unneeded includes and defines; ok miod@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2024/10/06 17:23:37 Modified files: openssh : specs.html Log message: ext-info-s was not added until 9.6, as opposed to ext-info-c which was added in 7.2. Pointed out by Colin Watson via mindrot list. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/10/06 17:37:17 Modified files: usr.bin/ssh : myproposal.h sshd_config.5 Log message: Turn off finite field (a.k.a modp) Diffie-Hellman key exchange in sshd by default. Specifically, this removes the diffie-hellman-group* and diffie-hellman-group-exchange-* methods. The client is unchanged and continues to support these methods by default. Finite field Diffie Hellman is slow and computationally expensive for the same security level as Elliptic Curve DH or PQ key agreement while offering no redeeming advantages. ECDH has been specified for the SSH protocol for 15 years and some form of ECDH has been the default key exchange in OpenSSH for the last 14 years. ok markus@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 17:39:24 Modified files: sys/kern : kern_pledge.c Log message: remove unused DEBUG_PLEDGE lines; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2024/10/06 17:43:19 Modified files: sys/dev/pci : if_bnxt.c Log message: Fix the rx refill timeout to only refill rings that are currently empty. This is normally how the timeout works, but in this driver it's complicated by the use of separate rx and ag rings. This prevents the refill timeout from operating on a ring concurrently with an rx interrupt, which leads to corruption and crashes as experienced by bluhm@ ok dlg@ earlier version tested by and ok bluhm@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 19:31:22 Modified files: sys/arch/i386/i386: apm.c Log message: include proc.h to fix APMDEBUG build CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2024/10/06 22:29:01 Modified files: usr.sbin/vmd : priv.c Log message: drop redundant AF attach ioctl SIOCAIFADDR_IN6 to configure an IPv6 address does everything SIOCIFAFATTACH does, i.e. it enables IPv6 on the interface if not done so already. vm.conf(5) 'local inet6' works as before. OK mlarkin CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:02:58 Modified files: sys/dev/pci/drm/amd/display/dc/dcn30: dcn30_hwseq.c Log message: drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func From Srinivasan Shanmugam ddf9ff244d704e1903533f7be377615ed34b83e7 in linux-6.6.y/6.6.54 08ae395ea22fb3d9b318c8bde28c0dfd2f5fa4d2 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:12:00 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_atombios_encoders.c Log message: drm/amdgpu: properly handle vbios fake edid sizing From Alex Deucher 78b9e10b3bd1bb04c40f9f12b899951a6904772b in linux-6.6.y/6.6.54 8155566a26b8d6c1dd914f06a0c652e4e2f2adf1 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:14:50 Modified files: sys/dev/pci/drm/radeon: radeon_atombios.c Log message: drm/radeon: properly handle vbios fake edid sizing From Alex Deucher de67850b401946dc683103d11d7814ae5611750e in linux-6.6.y/6.6.54 17c6baff3d5f65c8da164137a58742541a060b2f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:17:14 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgv_sriovmsg.h Log message: drm/amd/amdgpu: Properly tune the size of struct From WangYuli 8e7760ed234f55f28dfd68254d08c9d0527dd766 in linux-6.6.y/6.6.54 0cee47cde41e22712c034ae961076067d4ac13a0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:20:34 Modified files: sys/dev/pci/drm/radeon: evergreen_cs.c Log message: drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets From Nikita Zhandarovich fa94d60546d2ba8c55f3c87483404162f1fbe863 in linux-6.6.y/6.6.54 3fbaf475a5b8361ebee7da18964db809e37518b7 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:23:13 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm_mst_types.c Log message: drm/amd/display: Fix Synaptics Cascaded Panamera DSC Determination From Fangzhi Zuo b5d38f1d4acb3a0aa0763d4d70bec6c9cf51300c in linux-6.6.y/6.6.54 4437936c6b696b98f3fe1d8679a2788c41b4df77 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:25:26 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm_mst_types.c sys/dev/pci/drm/amd/display/dc: dc_dsc.h sys/dev/pci/drm/amd/display/dc/dsc: dc_dsc.c Log message: drm/amd/display: Add HDMI DSC native YCbCr422 support From Leo Ma 55fcbe5f60865717479a9d6a8d8d076c8f443759 in linux-6.6.y/6.6.54 07bfa9cdbf3cd2daadfaaba0601f126f45951ffa in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:28:20 Modified files: sys/dev/pci/drm/amd/display/modules/freesync: freesync.c Log message: drm/amd/display: Round calculated vtotal From Robin Chen 9ce1ee22dc6829175ec2dfd74d78d79eb20e0732 in linux-6.6.y/6.6.54 c03fca619fc687338a3b6511fdbed94096abdf79 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/06 23:30:12 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Validate backlight caps are sane From Mario Limonciello c886061bbdd1f37190939b11926055413e86a56c in linux-6.6.y/6.6.54 327e62f47eb57ae5ff63de82b0815557104e439a in mainline linux CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/06 23:59:43 Modified files: sysutils/aarch64-esr-decoder: Makefile crates.inc distinfo Log message: aarch64-esr-decoder: switch to following HEAD They don't seem to be tagging releases anymore. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/10/07 00:22:35 Modified files: devel/kf6/kwallet: Makefile Log message: Add missing dependency on kcrash Spotted by tb@, thanks CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/10/07 01:35:40 Modified files: share/man/man4 : axen.4 usb.4 sys/dev/usb : if_axen.c if_axenreg.h Log message: Add support for AX88772D. AX88772D is a USB 2.0 device. It is very similar to AX88179A overall. The most significant difference is that AX88179A supports 1000Mbps speeds while AX88772D does not. grammer fix from jmc@ ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/07 02:22:57 Modified files: net/netatalk3 : Makefile distinfo net/netatalk3/patches: patch-meson_build net/netatalk3/pkg: PLIST Log message: Update to netatalk-4.0.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/07 02:50:47 Modified files: usr.bin/tmux : options-table.c server-client.c tmux.1 tmux.h Log message: Add initial-repeat-time option to allow the first repeat time to be increased and later reduced, from David le Blanc in GitHub issue 4164. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/10/07 03:04:42 Modified files: graphics/geeqie: Makefile distinfo graphics/geeqie/patches: patch-meson_build patch-src_window_cc graphics/geeqie/pkg: PLIST Log message: update to geeqie-2.5 - Plugin to set file mtime to Exif.Image.DateTime - Bash command line completion - Option to hide window decorations - Improve Search and Run list display - Exif tag search option in Search window - Include Help And Close buttons in Exif window - Assign shortcuts to multi-page documents - Show alpha value in --pixel-info - Extensive code refactoring - Bug fixes - Updated translations CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/07 05:16:55 Modified files: print/lyx : Makefile distinfo Log message: print/lyx: update to 2.4.2, from wen heping, thanks ! see https://www.lyx.org/announce/2_4_2.txt CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/07 06:18:31 Modified files: usr.sbin/rpki-client: x509.c Log message: rpki-client: fix seqnum upper bound An ASN1_INTEGER doesn't contain the ASN.1 encoding in its data. It contains a BIGNUM. In particular, there's no padding octet for integers with the top bit of the top octet set. Do the check the dumb way and check all the parts individually: non-negative, not larger than 20 octets and bit 159 not set. Reported by Tom Harrison ok claudio job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/07 06:19:52 Modified files: usr.sbin/rpki-client: cert.c Log message: rpki-client: fix validity interval check The language in RFC 5280, section 4.1.2.5 includes the end points of the validity interval. Reported by Tom Harrison ok claudio job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/07 06:27:27 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: test-seqnum.c Log message: rpki-client: add small unit test for the sequence number got this wrong too many times, let's make sure this is right. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/07 06:58:36 Modified files: usr.bin/tmux : options-table.c server-client.c status.c tmux.1 Log message: Add prompt-cursor-colour and prompt-cursor-style to set the style of the cursor in the command prompt and remove the emulated cursor, from Alexander Arch in GitHub issue 4170. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/10/07 07:21:53 Modified files: usr.sbin/sysupgrade: sysupgrade.8 sysupgrade.sh Log message: The two usual use cases are sysupgrade and sysupgrade -s, jumping forward to the same key, or the key+.1. But sometimes you want to update an older machine far forward (either with -s, or with -R), and the required key might not exist on-disk. Since getting the key isn't automated, people make some poor decisions to get the key. Previous to 7.6 the situation was worse, (and obviously older releases will have the old sysupgrade script, though you can copy this one to those machines and it will work, but please do that securely..) Moving forward this improves the workflow: a new set of keybundles (signed by older keys) have been made available so that sysupgrade can securely and automatically download the required key. ok job tb beck sthen CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/10/07 07:26:18 Modified files: sys/dev/usb : usbdevs Log message: add another PixArt mouse, to be used in quirks CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/10/07 07:26:32 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/10/07 07:27:13 Modified files: sys/dev/usb : usb_quirks.c Log message: add UQ_ALWAYS_OPEN for another PixArt mouse CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/07 07:57:36 src/regress/sys/kern/signal/sig-stop2 Update of /cvs/src/regress/sys/kern/signal/sig-stop2 In directory cvs.openbsd.org:/tmp/cvs-serv18264/sig-stop2 Log Message: Directory /cvs/src/regress/sys/kern/signal/sig-stop2 added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/07 08:01:12 Added files: regress/sys/kern/signal/sig-stop2: Makefile sig-stop2.c Log message: Add a multithreaded test for SIGSTOP and SIGCONT behaviour. This actually installs a SIGTSTP handler which then triggers a SIGSTOP. Currently unlinked since both SIGSTOP and SIGCONT delivery is busted. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/07 08:02:18 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-main Log message: update to vim-9.1.764 CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2024/10/07 08:11:14 Modified files: . : artwork.html 76.html Added files: images : LifeIsButADream-s.gif LifeIsButADream.jpg puffy76.gif Log message: OpenBSD 7.6 artwork by Sue Doeksen CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2024/10/07 08:13:17 Modified files: . : 76.html Log message: Update CRL numbers draft URL CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2024/10/07 08:20:31 Modified files: . : alpha.html amd64.html anoncvs.html arm64.html armv7.html errata75.html ftp.html hppa.html i386.html landisk.html loongson.html luna88k.html macppc.html octeon.html powerpc64.html riscv64.html sparc64.html stable.html build : Makefile versionup build/mirrors : anoncvs.html.head ftp.html.end faq : faq1.html faq14.html faq16.html faq4.html faq5.html index.html Log message: 7.6 updates CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/07 08:21:51 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: update crl number draft link CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/07 08:25:16 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST Log message: update to unifi-8.4.62 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/07 08:32:21 Modified files: net/unifi : Makefile Removed files: net/unifi/5.6 : Makefile distinfo net/unifi/5.6/files: unifi.sh net/unifi/5.6/patches: patch-unifi_sh_api net/unifi/5.6/pkg: DESCR PLIST README unifi.rc net/unifi/6.0 : Makefile distinfo net/unifi/6.0/files: unifi.sh net/unifi/6.0/patches: patch-unifi_sh_api net/unifi/6.0/pkg: DESCR PLIST README unifi.rc Log message: remove old unifi versions. the old libsnappy-java binary is unlikely to work with current libc++, and these are quite outdated now. 5.6 had been kept for the short-lived early 11ac generation of Broadcom- based APs but these are unlikely to be used for new installs now. 6.0 had been kept as the last version officially supporting original 2.4GHz-only UAP and a few others, however they haven't been disabled in newer versions, just that a warning is printed (which is valid anyway because they no longer receive firmware updates including security fixes). CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/07 08:45:33 Modified files: usr.sbin/rpki-client: x509.c Log message: Add comment accidentally omitted on commit CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2024/10/07 08:49:47 Modified files: . : 76.html Log message: fix href. from lucas CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/10/07 09:35:11 Modified files: usr.sbin/unbound/util/data: msgencode.c Log message: Fix unbound CVE-2024-8508, put a limit on resources used for handling DNS compression. OK florian From unbound 1.21.1 (rest will be merged shortly). CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/10/07 09:36:08 Log message: import unbound 1.21.1, ok florian Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_21_1 U src/usr.sbin/unbound/config.guess U src/usr.sbin/unbound/Makefile.in U src/usr.sbin/unbound/acx_nlnetlabs.m4 C src/usr.sbin/unbound/ltmain.sh U src/usr.sbin/unbound/README.md C src/usr.sbin/unbound/install-sh C src/usr.sbin/unbound/configure.ac U src/usr.sbin/unbound/README-Travis.md U src/usr.sbin/unbound/SECURITY.md U src/usr.sbin/unbound/systemd.m4 U src/usr.sbin/unbound/config.sub U src/usr.sbin/unbound/ax_pthread.m4 U src/usr.sbin/unbound/ax_pkg_swig.m4 U src/usr.sbin/unbound/LICENSE U src/usr.sbin/unbound/config.h.in C src/usr.sbin/unbound/configure C src/usr.sbin/unbound/aclocal.m4 U src/usr.sbin/unbound/acx_python.m4 U src/usr.sbin/unbound/dnscrypt/dnscrypt_config.h.in U src/usr.sbin/unbound/dnscrypt/dnscrypt.h U src/usr.sbin/unbound/dnscrypt/cert.h U src/usr.sbin/unbound/dnscrypt/dnscrypt.c U src/usr.sbin/unbound/dnscrypt/dnscrypt.m4 U src/usr.sbin/unbound/dnstap/dnstap.h U src/usr.sbin/unbound/dnstap/dnstap_fstrm.h U src/usr.sbin/unbound/dnstap/dnstap_fstrm.c U src/usr.sbin/unbound/dnstap/dnstap_config.h.in U src/usr.sbin/unbound/dnstap/dnstap.c U src/usr.sbin/unbound/dnstap/dnstap.m4 U src/usr.sbin/unbound/dnstap/unbound-dnstap-socket.c U src/usr.sbin/unbound/dnstap/dtstream.c U src/usr.sbin/unbound/dnstap/dtstream.h U src/usr.sbin/unbound/dnstap/dnstap.proto U src/usr.sbin/unbound/testcode/unitmain.h U src/usr.sbin/unbound/testcode/asynclook.c U src/usr.sbin/unbound/testcode/fake_event.c U src/usr.sbin/unbound/testcode/petal.c U src/usr.sbin/unbound/testcode/run_vm.sh U src/usr.sbin/unbound/testcode/readhex.h U src/usr.sbin/unbound/testcode/readzone.c U src/usr.sbin/unbound/testcode/unitdname.c U src/usr.sbin/unbound/testcode/streamtcp.c U src/usr.sbin/unbound/testcode/unitregional.c U src/usr.sbin/unbound/testcode/pktview.c U src/usr.sbin/unbound/testcode/testbound.c U src/usr.sbin/unbound/testcode/unittcpreuse.c U src/usr.sbin/unbound/testcode/unitslabhash.c U src/usr.sbin/unbound/testcode/streamtcp.1 U src/usr.sbin/unbound/testcode/checklocks.c U src/usr.sbin/unbound/testcode/fake_event.h U src/usr.sbin/unbound/testcode/do-tests.sh U src/usr.sbin/unbound/testcode/replay.c U src/usr.sbin/unbound/testcode/testpkts.c U src/usr.sbin/unbound/testcode/unitverify.c U src/usr.sbin/unbound/testcode/readhex.c U src/usr.sbin/unbound/testcode/unitldns.c U src/usr.sbin/unbound/testcode/signit.c U src/usr.sbin/unbound/testcode/unitlruhash.c U src/usr.sbin/unbound/testcode/unitmsgparse.c U src/usr.sbin/unbound/testcode/unitzonemd.c U src/usr.sbin/unbound/testcode/mini_tdir.sh U src/usr.sbin/unbound/testcode/unitauth.c U src/usr.sbin/unbound/testcode/unitecs.c U src/usr.sbin/unbound/testcode/replay.h U src/usr.sbin/unbound/testcode/unitmain.c U src/usr.sbin/unbound/testcode/delayer.c U src/usr.sbin/unbound/testcode/lock_verify.c U src/usr.sbin/unbound/testcode/perf.c U src/usr.sbin/unbound/testcode/checklocks.h U src/usr.sbin/unbound/testcode/unitneg.c U src/usr.sbin/unbound/testcode/testpkts.h U src/usr.sbin/unbound/testcode/memstats.c U src/usr.sbin/unbound/testcode/dohclient.c U src/usr.sbin/unbound/testcode/unitanchor.c U src/usr.sbin/unbound/doc/README.svn C src/usr.sbin/unbound/doc/unbound-checkconf.8.in C src/usr.sbin/unbound/doc/unbound.conf.5.in C src/usr.sbin/unbound/doc/unbound-control.8.in U src/usr.sbin/unbound/doc/Changelog U src/usr.sbin/unbound/doc/README.ipset.md C src/usr.sbin/unbound/doc/libunbound.3.in U src/usr.sbin/unbound/doc/FEATURES C src/usr.sbin/unbound/doc/unbound.8.in C src/usr.sbin/unbound/doc/unbound-host.1.in U src/usr.sbin/unbound/doc/unbound.doxygen C src/usr.sbin/unbound/doc/example.conf.in U src/usr.sbin/unbound/doc/requirements.txt U src/usr.sbin/unbound/doc/CREDITS U src/usr.sbin/unbound/doc/LICENSE U src/usr.sbin/unbound/doc/TODO U src/usr.sbin/unbound/doc/control_proto_spec.txt U src/usr.sbin/unbound/doc/README.tests U src/usr.sbin/unbound/doc/README.DNS64 C src/usr.sbin/unbound/doc/README C src/usr.sbin/unbound/doc/unbound-anchor.8.in U src/usr.sbin/unbound/respip/respip.c U src/usr.sbin/unbound/respip/respip.h U src/usr.sbin/unbound/dynlibmod/dynlibmod.c U src/usr.sbin/unbound/dynlibmod/dynlibmod.h U src/usr.sbin/unbound/dynlibmod/examples/helloworld.c U src/usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.h U src/usr.sbin/unbound/ipsecmod/ipsecmod.h U src/usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.c U src/usr.sbin/unbound/ipsecmod/ipsecmod.c U src/usr.sbin/unbound/smallapp/unbound-checkconf.c U src/usr.sbin/unbound/smallapp/unbound-host.c U src/usr.sbin/unbound/smallapp/unbound-anchor.c U src/usr.sbin/unbound/smallapp/unbound-control.c U src/usr.sbin/unbound/smallapp/unbound-control-setup.sh.in U src/usr.sbin/unbound/smallapp/worker_cb.c U src/usr.sbin/unbound/iterator/iter_delegpt.h U src/usr.sbin/unbound/iterator/iter_utils.h U src/usr.sbin/unbound/iterator/iter_hints.h U src/usr.sbin/unbound/iterator/iter_resptype.c U src/usr.sbin/unbound/iterator/iter_resptype.h U src/usr.sbin/unbound/iterator/iter_donotq.h U src/usr.sbin/unbound/iterator/iter_hints.c U src/usr.sbin/unbound/iterator/iter_scrub.h U src/usr.sbin/unbound/iterator/iter_utils.c U src/usr.sbin/unbound/iterator/iter_donotq.c U src/usr.sbin/unbound/iterator/iter_priv.c U src/usr.sbin/unbound/iterator/iter_delegpt.c U src/usr.sbin/unbound/iterator/iterator.h U src/usr.sbin/unbound/iterator/iter_scrub.c U src/usr.sbin/unbound/iterator/iterator.c U src/usr.sbin/unbound/iterator/iter_fwd.c U src/usr.sbin/unbound/iterator/iter_priv.h U src/usr.sbin/unbound/iterator/iter_fwd.h U src/usr.sbin/unbound/cachedb/redis.c U src/usr.sbin/unbound/cachedb/redis.h U src/usr.sbin/unbound/cachedb/cachedb.h U src/usr.sbin/unbound/cachedb/cachedb.c U src/usr.sbin/unbound/sldns/rrdef.c U src/usr.sbin/unbound/sldns/keyraw.h U src/usr.sbin/unbound/sldns/sbuffer.c U src/usr.sbin/unbound/sldns/pkthdr.h U src/usr.sbin/unbound/sldns/parse.c U src/usr.sbin/unbound/sldns/parse.h U src/usr.sbin/unbound/sldns/parseutil.c U src/usr.sbin/unbound/sldns/sbuffer.h U src/usr.sbin/unbound/sldns/parseutil.h U src/usr.sbin/unbound/sldns/str2wire.h U src/usr.sbin/unbound/sldns/keyraw.c U src/usr.sbin/unbound/sldns/str2wire.c U src/usr.sbin/unbound/sldns/wire2str.h U src/usr.sbin/unbound/sldns/rrdef.h U src/usr.sbin/unbound/sldns/wire2str.c U src/usr.sbin/unbound/validator/val_nsec.h U src/usr.sbin/unbound/validator/val_sigcrypt.c U src/usr.sbin/unbound/validator/autotrust.h U src/usr.sbin/unbound/validator/val_kcache.c U src/usr.sbin/unbound/validator/autotrust.c U src/usr.sbin/unbound/validator/val_anchor.h U src/usr.sbin/unbound/validator/val_neg.h U src/usr.sbin/unbound/validator/val_anchor.c U src/usr.sbin/unbound/validator/val_nsec3.h U src/usr.sbin/unbound/validator/val_nsec.c U src/usr.sbin/unbound/validator/val_kentry.h U src/usr.sbin/unbound/validator/val_nsec3.c U src/usr.sbin/unbound/validator/val_neg.c U src/usr.sbin/unbound/validator/val_secalgo.h U src/usr.sbin/unbound/validator/val_sigcrypt.h U src/usr.sbin/unbound/validator/validator.h U src/usr.sbin/unbound/validator/val_kcache.h U src/usr.sbin/unbound/validator/validator.c U src/usr.sbin/unbound/validator/val_utils.c U src/usr.sbin/unbound/validator/val_secalgo.c U src/usr.sbin/unbound/validator/val_kentry.c U src/usr.sbin/unbound/validator/val_utils.h U src/usr.sbin/unbound/dns64/dns64.c U src/usr.sbin/unbound/dns64/dns64.h U src/usr.sbin/unbound/services/view.h U src/usr.sbin/unbound/services/listen_dnsport.h U src/usr.sbin/unbound/services/authzone.c U src/usr.sbin/unbound/services/outside_network.h U src/usr.sbin/unbound/services/rpz.c U src/usr.sbin/unbound/services/outside_network.c U src/usr.sbin/unbound/services/authzone.h U src/usr.sbin/unbound/services/modstack.c U src/usr.sbin/unbound/services/listen_dnsport.c U src/usr.sbin/unbound/services/mesh.h U src/usr.sbin/unbound/services/mesh.c U src/usr.sbin/unbound/services/rpz.h U src/usr.sbin/unbound/services/modstack.h U src/usr.sbin/unbound/services/localzone.c U src/usr.sbin/unbound/services/outbound_list.h U src/usr.sbin/unbound/services/view.c U src/usr.sbin/unbound/services/outbound_list.c U src/usr.sbin/unbound/services/localzone.h U src/usr.sbin/unbound/services/cache/infra.c U src/usr.sbin/unbound/services/cache/dns.h U src/usr.sbin/unbound/services/cache/infra.h U src/usr.sbin/unbound/services/cache/dns.c U src/usr.sbin/unbound/services/cache/rrset.h U src/usr.sbin/unbound/services/cache/rrset.c U src/usr.sbin/unbound/edns-subnet/subnet-whitelist.h U src/usr.sbin/unbound/edns-subnet/subnetmod.c U src/usr.sbin/unbound/edns-subnet/subnet-whitelist.c U src/usr.sbin/unbound/edns-subnet/subnetmod.h U src/usr.sbin/unbound/edns-subnet/addrtree.h U src/usr.sbin/unbound/edns-subnet/edns-subnet.h U src/usr.sbin/unbound/edns-subnet/addrtree.c U src/usr.sbin/unbound/edns-subnet/edns-subnet.c U src/usr.sbin/unbound/daemon/daemon.c U src/usr.sbin/unbound/daemon/unbound.c U src/usr.sbin/unbound/daemon/cachedump.c U src/usr.sbin/unbound/daemon/remote.h U src/usr.sbin/unbound/daemon/remote.c U src/usr.sbin/unbound/daemon/cachedump.h U src/usr.sbin/unbound/daemon/stats.c U src/usr.sbin/unbound/daemon/worker.h U src/usr.sbin/unbound/daemon/acl_list.h U src/usr.sbin/unbound/daemon/daemon.h U src/usr.sbin/unbound/daemon/acl_list.c U src/usr.sbin/unbound/daemon/stats.h U src/usr.sbin/unbound/daemon/worker.c U src/usr.sbin/unbound/ipset/ipset.c U src/usr.sbin/unbound/ipset/ipset.h U src/usr.sbin/unbound/libunbound/unbound-event.h U src/usr.sbin/unbound/libunbound/ubsyms.def U src/usr.sbin/unbound/libunbound/libunbound.c U src/usr.sbin/unbound/libunbound/worker.h U src/usr.sbin/unbound/libunbound/libworker.h U src/usr.sbin/unbound/libunbound/unbound.h U src/usr.sbin/unbound/libunbound/context.c U src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/context.h U src/usr.sbin/unbound/util/timeval_func.h U src/usr.sbin/unbound/util/edns.c U src/usr.sbin/unbound/util/proxy_protocol.h U src/usr.sbin/unbound/util/winsock_event.h U src/usr.sbin/unbound/util/rbtree.h U src/usr.sbin/unbound/util/regional.h U src/usr.sbin/unbound/util/proxy_protocol.c U src/usr.sbin/unbound/util/mini_event.c U src/usr.sbin/unbound/util/tube.h U src/usr.sbin/unbound/util/iana_ports.inc U src/usr.sbin/unbound/util/rfc_1982.c U src/usr.sbin/unbound/util/module.c U src/usr.sbin/unbound/util/edns.h U src/usr.sbin/unbound/util/tube.c U src/usr.sbin/unbound/util/winsock_event.c U src/usr.sbin/unbound/util/log.c U src/usr.sbin/unbound/util/siphash.h U src/usr.sbin/unbound/util/config_file.c U src/usr.sbin/unbound/util/configlexer.lex U src/usr.sbin/unbound/util/alloc.h U src/usr.sbin/unbound/util/tcp_conn_limit.h U src/usr.sbin/unbound/util/ub_event.c U src/usr.sbin/unbound/util/timehist.c U src/usr.sbin/unbound/util/siphash.c U src/usr.sbin/unbound/util/rtt.c U src/usr.sbin/unbound/util/netevent.h U src/usr.sbin/unbound/util/locks.c U src/usr.sbin/unbound/util/fptr_wlist.h U src/usr.sbin/unbound/util/net_help.c U src/usr.sbin/unbound/util/ub_event.h U src/usr.sbin/unbound/util/as112.h U src/usr.sbin/unbound/util/as112.c U src/usr.sbin/unbound/util/config_file.h U src/usr.sbin/unbound/util/alloc.c U src/usr.sbin/unbound/util/configyyrename.h U src/usr.sbin/unbound/util/configparser.y U src/usr.sbin/unbound/util/fptr_wlist.c U src/usr.sbin/unbound/util/regional.c U src/usr.sbin/unbound/util/locks.h U src/usr.sbin/unbound/util/rtt.h U src/usr.sbin/unbound/util/timeval_func.c U src/usr.sbin/unbound/util/netevent.c U src/usr.sbin/unbound/util/rbtree.c U src/usr.sbin/unbound/util/module.h U src/usr.sbin/unbound/util/log.h U src/usr.sbin/unbound/util/timehist.h U src/usr.sbin/unbound/util/random.c U src/usr.sbin/unbound/util/ub_event_pluggable.c U src/usr.sbin/unbound/util/random.h U src/usr.sbin/unbound/util/tcp_conn_limit.c U src/usr.sbin/unbound/util/net_help.h U src/usr.sbin/unbound/util/rfc_1982.h U src/usr.sbin/unbound/util/mini_event.h U src/usr.sbin/unbound/util/storage/lruhash.c U src/usr.sbin/unbound/util/storage/lruhash.h U src/usr.sbin/unbound/util/storage/slabhash.h U src/usr.sbin/unbound/util/storage/lookup3.h U src/usr.sbin/unbound/util/storage/dnstree.c U src/usr.sbin/unbound/util/storage/slabhash.c U src/usr.sbin/unbound/util/storage/lookup3.c U src/usr.sbin/unbound/util/storage/dnstree.h U src/usr.sbin/unbound/util/shm_side/shm_main.h U src/usr.sbin/unbound/util/shm_side/shm_main.c U src/usr.sbin/unbound/util/data/packed_rrset.h U src/usr.sbin/unbound/util/data/packed_rrset.c U src/usr.sbin/unbound/util/data/dname.c U src/usr.sbin/unbound/util/data/msgencode.h U src/usr.sbin/unbound/util/data/msgreply.c C src/usr.sbin/unbound/util/data/msgencode.c U src/usr.sbin/unbound/util/data/msgreply.h U src/usr.sbin/unbound/util/data/msgparse.c U src/usr.sbin/unbound/util/data/dname.h U src/usr.sbin/unbound/util/data/msgparse.h 15 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/unbound CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/10/07 09:38:22 Modified files: usr.sbin/unbound: aclocal.m4 configure configure.ac install-sh ltmain.sh usr.sbin/unbound/doc: README example.conf.in libunbound.3.in unbound-anchor.8.in unbound-checkconf.8.in unbound-control.8.in unbound-host.1.in unbound.8.in unbound.conf.5.in Log message: merge unbound 1.21.1 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/10/07 09:41:46 Modified files: sys/kern : genassym.sh Log message: Tweak genassym code generation to force preprocessor conditional directives to always be put inside functions. This allows such statements to appear anywhere in assym.cf; without this change they would require at least one `export' or `define' stanza to occur first. Problem noticed by & ok jsg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/10/07 09:57:15 Modified files: usr.sbin/sysupgrade: sysupgrade.8 Log message: use the Ox macro instead of "OpenBSD"; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/07 10:37:19 Log message: import games/trackballs 1.3.4. Trackballs is a simple game similar to the classical game Marble Madness on the Amiga in the 80's. By steering a marble ball through a labyrinth filled with vicious hammers, pools of acid and other obstacles the player collects points. When the ball reaches the destination it continues at the next, more difficult level--unless the time runs out. based on an original submission 10 years ago by bentley@, with tweaks and ok bentley@ Status: Vendor Tag: landry Release Tags: landry_20241007 N ports/games/trackballs/Makefile N ports/games/trackballs/distinfo N ports/games/trackballs/pkg/DESCR N ports/games/trackballs/pkg/PLIST N ports/games/trackballs/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/07 10:38:19 Modified files: games : Makefile Log message: games/Makefile: +trackballs CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/10/07 13:02:51 Modified files: . : ftp.html httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: TLS cert of mirrors.magcast.co has expired, remove them CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2024/10/07 14:02:26 Modified files: . : 76.html index.html security.html Log message: release openbsd 7.6, 57th release. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/07 14:19:31 Modified files: devel/py-incremental: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/10/07 14:30:17 Modified files: sys/arch/amd64/amd64: identcpu.c vmm_machdep.c sys/arch/amd64/include: cpu.h Log message: Remove VMFUNC feature detection and tracking. vmm(4) doesn't use the VMX VMFUNC instruction. ok mlarkin@ CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2024/10/07 15:44:36 Modified files: faq : upgrade76.html Log message: Fix a typo in upgrade instructions Spotted by Dan Cross CVSROOT: /cvs Module name: ports Changes by: lucas@cvs.openbsd.org 2024/10/07 16:40:00 Modified files: databases/victoriametrics: Makefile distinfo Log message: databases/victoriametrics: update to 1.104.0 changes: https://docs.victoriametrics.com/changelog/#v11040 ok op@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/10/07 17:47:00 Modified files: usr.sbin/acme-client: netproc.c Log message: When acme-client is run with -v, show the account URI from the Location header sent by the server in response to the newAccount API call (used for every cert request). This is useful if you want to set a CAA DNS record restricting issuance to a specific user account, rather than just "all of $whichever_acme_CA". ok florian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/07 18:01:12 Modified files: devel/py-setuptools: Makefile distinfo devel/py-setuptools/patches: patch-setup_py devel/py-setuptools/pkg: PLIST Log message: update to py3-setuptools-69.5.1, ok tb kmos this is still a bit behind the latest, but there are build issues in thother ports at need fixing before we can move further. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/07 18:07:11 Modified files: devel/py-constantly: Makefile distinfo devel/py-constantly/pkg: PLIST Removed files: devel/py-constantly/patches: patch-versioneer_py Log message: update to py3-constantly-23.10.4 enable tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/07 18:15:06 Modified files: x11/enlightenment: Makefile distinfo x11/enlightenment/pkg: PLIST Log message: update to enlightenment-1.0.30, from Rane Hebden CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/10/07 18:21:08 Modified files: sbin/unwind/libunbound/util/data: msgencode.c Log message: apply the CVE-2024-8508 fix from unbound (put a limit on resources used for handling DNS compression). OK florian CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/07 18:46:29 Modified files: sys/dev/ic : ufshcivar.h ufshci.c sys/dev/pci : ufshci_pci.c sys/dev/fdt : ufshci_fdt.c sys/dev/acpi : ufshci_acpi.c Log message: set activate for ufshci_acpi and ufshci_fdt tested by mglocker@ with pci, acpi and fdt attachments ok mglocker@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/07 20:29:10 Modified files: sys/uvm : uvm_extern.h uvm_glue.c Log message: remove unused uvm_pause(); ok miod@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/07 20:44:30 Modified files: math/gunits : Makefile Log message: After trying all sorts of combinations of base-gcc ports-gcc, ports-clang with different types of USE_LLD (no, yes, ports) I'm marking this BROKEN-sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/07 20:51:25 Modified files: devel/py-thrift: Makefile Log message: Mark BROKEN-sparc64 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/07 20:58:26 Modified files: sys/ufs/ext2fs : ext2fs_extern.h ext2fs_subr.c sys/ufs/ffs : ffs_extern.h ffs_subr.c Log message: remove unused ffs_checkoverlap() ext2fs_checkoverlap(); ok miod@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/07 21:23:23 Log message: Import databases/py-borgstore Per suggestion of tb@ and sthen@ put it in databases instead of devel. OK tb@ HOMEPAGE https://github.com/borgbackup/borgstore DECR A key/value store implementation in Python, supporting multiple backends. Status: Vendor Tag: bket Release Tags: bket_20241008 N ports/databases/py-borgstore/Makefile N ports/databases/py-borgstore/distinfo N ports/databases/py-borgstore/pkg/DESCR N ports/databases/py-borgstore/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/07 21:29:51 Modified files: databases : Makefile Log message: +py-borgstore,python3 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/07 21:37:59 Modified files: sysutils/borgbackup/2.0: Makefile distinfo sysutils/borgbackup/2.0/pkg: PLIST Log message: Update to borgbackup-2.0.0b12 Changes: https://borgbackup.readthedocs.io/en/2.0.0b12/changes.html#version-2-0-0b12-2024-10-03 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/07 21:38:39 Modified files: www/vaultwarden-web: Makefile distinfo www/vaultwarden-web/pkg: PLIST Log message: Update to vaultwarden-web-2024-6.2c Changes: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.6.2c OK aisha@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/07 21:39:13 Modified files: security/vaultwarden: Makefile crates.inc distinfo Log message: Update to vaultwarden-1.32.1 Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.1 OK aisha@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/07 21:43:48 Modified files: audio/squeezelite: Makefile Log message: Add X11BASE/lib to LDADD to fix build on sparc64 since we now need libva which is not in /usr/local/lib, but /usr/X11R6/lib ld.lld doesn't care, but ld.bfd does CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/07 21:51:56 Modified files: multimedia/minidlna: Makefile Log message: ld.bfd needs to be told to look in /usr/X11R6/lib for libva which moved from being in ports to base. ld.lld doesn't care. Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/07 22:38:06 Modified files: games/hyperrogue: Makefile Log message: Mark hyperrogue BROKEN-sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/07 22:41:46 Modified files: games/openttd : Makefile Log message: Mark openttd BROKEN-sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/07 22:49:03 Modified files: emulators/openmsx: Makefile Log message: Mark BROKEN-sparc64 since ports-gcc doesn't know std=c++20 and ports-clang doesn't work either CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/07 22:54:51 Modified files: math/libqalculate: Makefile Log message: Mark libqalculate BROKEN-sparc64 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/07 23:28:11 Modified files: usr.sbin/httpd : httpd.h usr.sbin/relayd: relayd.h Log message: remove unused struct CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/08 00:29:44 Modified files: usr.bin/tmux : server-client.c status.c Log message: Put the prompt cursor attributes into the status line screen and use that rather than updating the current screen (since there might not be one). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/08 00:39:01 Modified files: multimedia/py-chromecast: Makefile distinfo multimedia/py-chromecast/pkg: PLIST Log message: Update to py3-chromecast-14.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/08 00:39:12 Modified files: sysutils/govmomi: Makefile distinfo modules.inc Log message: Update to govc-0.44.0. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/08 01:20:24 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20241007 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/08 01:56:39 Modified files: sysutils : Makefile Removed files: sysutils/fleetctl: Makefile distinfo sysutils/fleetctl/patches: patch-build sysutils/fleetctl/pkg: DESCR PLIST Log message: Remove fleetctl Deprecated for 6.5 years and no development for 4.5. Prompted by Nick Owens CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/08 01:58:34 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for fleet CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/08 03:05:40 Modified files: sys/kern : kern_exit.c kern_fork.c kern_prot.c sys_process.c sys/sys : proc.h Log message: Adjust lock requirements for ps_pptr, ps_ppid and ps_oppid. ps_pptr, ps_ppid and ps_oppid require the KERNEL_LOCK and the process mutex to be modified. At the same time either KERNEL_LOCK or process mutex needs to be taken to read the values. This is needed to further unlock ptsignal(). OK kettenis@, mvs@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/08 03:40:50 Modified files: usr.bin/tmux : screen-redraw.c Log message: Draw pane status line on the correct line when at the bottom, fixes issues if the window size is smaller than the entire terminal. GitHub issue 3943. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:02:18 Modified files: devel/py-types-setuptools: Makefile distinfo devel/py-types-setuptools/pkg: PLIST Log message: update to py3-types-setuptools-69.5.0.20240522 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:34:45 ports/devel/py-aiostream/patches Update of /cvs/ports/devel/py-aiostream/patches In directory cvs.openbsd.org:/tmp/cvs-serv39279/patches Log Message: Directory /cvs/ports/devel/py-aiostream/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:35:07 Modified files: devel/py-aiostream: Makefile distinfo devel/py-aiostream/pkg: PLIST Added files: devel/py-aiostream/patches: patch-tests_conftest_py Log message: update to py3-aiostream-0.6.2 enable tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:36:51 Modified files: devel/py-jaraco-classes: Makefile distinfo devel/py-jaraco-classes/pkg: PLIST Log message: update to py3-jaraco.classes-3.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:40:06 Modified files: devel/py-jaraco-envs: Makefile distinfo Log message: update to py3-jaraco.envs-2.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:41:10 Modified files: devel/py-aioresponses: Makefile distinfo Log message: update to py3-aioresponses-0.7.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:43:02 Modified files: security/py-trustme: Makefile distinfo security/py-trustme/pkg: PLIST Log message: update to py3-trustme-1.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:44:36 Modified files: textproc/pecl-yaml: Makefile distinfo Log message: update to pecl-yaml-2.2.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 04:45:55 Modified files: devel/py-isodate: Makefile distinfo devel/py-isodate/pkg: PLIST Log message: update to py3-isodate-0.7.0 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/10/08 05:42:49 Modified files: sys/conf : Tag: OPENBSD_7_6 newvers.sh Log message: 7.6-stable CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/08 05:57:59 Modified files: sys/kern : kern_exit.c kern_resource.c kern_sched.c sched_bsd.c sys/sys : resourcevar.h Log message: Move common code to update the proc runtime into tuagg_add_runtime(). OK mpi@ kn@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/08 06:02:24 Modified files: sys/kern : kern_exit.c kern_fork.c sys_process.c sys/sys : proc.h Log message: Replace ps_oppid (old parent pid) with ps_opptr (a pointer to the old parent process struct). This simplifies some code and removes the no need to call prfind in process_untrace(). OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/08 06:28:09 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h rtr.c rtr_proto.c Log message: Extend the socket handover from parent to rtr process to also include teardown This is needed to support tcp md5sum and ipsec auth for rtr. OK tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/08 06:46:47 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 5.6.1 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2024/10/08 07:11:50 Modified files: . : 76.html Log message: 10377 riscv64 packages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 07:35:26 Modified files: devel/py-pybind11: Makefile distinfo devel/py-pybind11/pkg: PLIST Log message: update to py3-pybind11-2.13.6 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/10/08 08:19:52 Modified files: www/chromium : Makefile www/chromium/patches: patch-build_config_compiler_BUILD_gn www/ungoogled-chromium: Makefile www/ungoogled-chromium/patches: patch-build_config_compiler_BUILD_gn Log message: mark nobtcfi for now because v8 is broken at the moment CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/10/08 09:25:16 Modified files: sysutils/eza : Makefile crates.inc distinfo Log message: sysutils/eza: Update to v0.20.1 CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2024/10/08 10:57:24 Modified files: sysutils/victorialogs: Makefile distinfo Log message: Update to v0.34.0 Changelog : https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.34.0-victorialogs CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 12:34:34 Modified files: devel/py-aiostream: Makefile distinfo Removed files: devel/py-aiostream/patches: patch-tests_conftest_py Log message: update to py3-aiostream-0.6.3 (fast work from upstream for fixing the test issue, thanks!) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/10/08 13:40:00 Modified files: sys/arch/amd64/amd64: bus_dma.c Log message: Make bus_dmamem_alloc(9) recognize the BUS_DMA_64BIT flag and interpret it as a request for memory without any DMA restrictions, which means that the call is allowed to allocate memory above the 4GB boundary on amd64. ok mpi@, mlarkin@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/10/08 13:41:23 Modified files: sys/dev/ic : nvme.c Log message: Add the BUS_DMA_64BIT flag to bus_dmamem_alloc(9) calls since NVMe devices can do 64-bit DMA. ok mpi@, mlarkin@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/10/08 13:42:31 Modified files: sys/dev/usb : ehci.c usb_mem.c usb_mem.h usbdivar.h xhci.c Log message: Relax DMA restrictions on ehci(4) and xhci(4) controllers that can do 64-bit DMA. ok mpi@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/08 14:23:23 Modified files: productivity/railway: Makefile Log message: productivity/railway: set -Ctarget-cpu=pentium4 on i386, this uses rust-ring which needs SSE2, but doesn't use much of cargo.port.mk infrastructure so it doesn't get added automatically. CVSROOT: /cvs Module name: ports Changes by: lucas@cvs.openbsd.org 2024/10/08 14:50:58 Modified files: databases/victoriametrics: Makefile distinfo Log message: databases/victoriametrics: reroll distinfo Upstream retagged v1.104.0 after the initial release. reported by tb ok sthen tb CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/08 18:38:26 Modified files: sys/dev/acpi : sdhc_acpi.c ipmi_acpi.c ahci_acpi.c ohci_acpi.c ehci_acpi.c xhci_acpi.c sys/dev/fdt : sdhc_fdt.c ipmi_fdt.c sys/dev/i2c : ipmi_i2c.c sys/arch/powerpc64/dev: ipmi_opal.c Log message: make attachments use pre-existing activate functions; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/08 19:52:11 Modified files: usr.sbin/ypserv/revnetgroup: parse_netgroup.c Log message: correct indentation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/08 23:52:50 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo inputmethods/ibus-typing-booster/pkg: PLIST Log message: Update to ibus-typing-booster-2.25.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/08 23:53:04 Modified files: graphics/openexr: Makefile distinfo Log message: Update to OpenEXR-3.3.1. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2024/10/09 01:22:13 Modified files: share/man/man7 : packages-specs.7 Log message: Add .Xr to pkg_check-version(1) in packages-specs(7), as pkg_check-version(1) can be used to verify the ordering of package names. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/09 01:25:35 Modified files: share/man/man7 : packages-specs.7 Log message: Appease mandoc -Tlint CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/09 02:00:29 Modified files: lib/libssl : ssl.h ssl_err.c Log message: Add missing alert errors and error strings For every TLS alert there needs a corresponding error with error code having an offset of SSL_AD_REASON_OFFSET (aka 1000), otherwise the error stack fails to set the reason correctly. ok beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/09 02:01:39 Modified files: lib/libssl : ssl_stat.c Log message: Add missing alerts to SSL_alert_desc_string{,_long}() ok beck CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:02:47 Modified files: security/py-trustme: Makefile devel/py-isodate: Makefile Log message: missed MODPY_PYBUILD changes, found by tb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:06:40 Modified files: lang/python/3 : Tag: OPENBSD_7_6 Makefile lang/python/3/pkg: Tag: OPENBSD_7_6 PLIST-main Log message: MFC add missing @conflict (meta/python3 -> lang/python/3) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:08:24 Modified files: mail/dovecot-fts-flatcurve: Tag: OPENBSD_7_6 Makefile distinfo Log message: update to dovecot-fts-flatcurve-1.0.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:08:29 Modified files: net/isc-bind : Tag: OPENBSD_7_6 Makefile distinfo net/isc-bind/pkg: Tag: OPENBSD_7_6 PLIST Log message: update to isc-bind-9.20.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:08:32 Modified files: devel/py-tzdata: Tag: OPENBSD_7_6 Makefile distinfo Log message: update to py3-tzdata-2024.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:08:55 Modified files: lang/php/8.1 : Tag: OPENBSD_7_6 Makefile distinfo lang/php/8.1/patches: Tag: OPENBSD_7_6 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/10/09 02:08:58 Modified files: lang/php/8.2 : Tag: OPENBSD_7_6 Makefile distinfo lang/php/8.2/patches: Tag: OPENBSD_7_6 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/10/09 02:09:01 Modified files: lang/php/8.3 : Tag: OPENBSD_7_6 Makefile distinfo lang/php/8.3/patches: Tag: OPENBSD_7_6 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/10/09 02:11:42 Modified files: editors/vim : Tag: OPENBSD_7_6 Makefile distinfo editors/vim/patches: Tag: OPENBSD_7_6 patch-runtime_filetype_vim editors/vim/pkg: Tag: OPENBSD_7_6 PLIST-main Log message: update to vim-9.1.764 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:12:01 Modified files: net/librenms : Tag: OPENBSD_7_6 Makefile distinfo net/librenms/patches: Tag: OPENBSD_7_6 patch-LibreNMS_Config_php patch-LibreNMS___init___py patch-misc_config_definitions_json net/librenms/pkg: Tag: OPENBSD_7_6 PLIST Log message: update to librenms-24.9.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:12:40 Modified files: security/oath-toolkit: Tag: OPENBSD_7_6 Makefile distinfo Added files: security/oath-toolkit/patches: Tag: OPENBSD_7_6 patch-pskctool_tests_tst_libexamples_sh patch-pskctool_tests_tst_sign_sh Log message: update to oath-toolkit-2.6.12 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/09 02:22:28 Modified files: lib/libssl/man : SSL_alert_type_string.3 Log message: Add missing alert descriptions (taken from RFC 8446) This is so gross... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:24:14 Modified files: devel/py-isodate: Makefile distinfo Log message: update to py3-isodate-0.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:30:45 Modified files: devel/py-validators: Makefile distinfo devel/py-validators/pkg: PLIST Log message: update to py3-validators-0.34.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:35:07 Modified files: devel/py-crc32c: Makefile distinfo devel/py-crc32c/pkg: PLIST Log message: update to py3-crc32c-2.7.1 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/09 02:39:49 Modified files: sys/kern : kern_sig.c sys/sys : signalvar.h Log message: Convert prsignal() into a real function Also do not use ps_mainproc as the thread the signal is send to. Sending a signal to ps_mainproc may not work reliably if it already exited. Use TAILQ_FIRST(&pr->ps_threads) instead but first check that the process has not yet entered exit1(). OK mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 02:40:23 Modified files: textproc/py-tomli_w: Makefile distinfo Log message: update to py3-tomli_w-1.1.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/09 02:58:19 Modified files: sys/kern : kern_sig.c sched_bsd.c Log message: Clear ps_xsig when continuing after a PS_TRACED stop. Also remove the ps_xsig handling in setrunnable() it is in the wrong spot and causes signals to be delivered over and over again. Attaching to an already stopped process is affected by this. The SIGSTOP sent by ptrace is now ignored in ptsignal() and as a result gdb will hang in wait4() until a SIGCONT is delivered to the process. After that all works as usual. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/09 04:01:29 Modified files: usr.sbin/bgpd : parse.y printconf.c Log message: Make it possible to configure tcp md5 and ipsec on rtr as well Single out the auth_config yacc rules. Even though this requires an extra merge_auth_conf() function to handle manual IPsec setups but even with that this seems like a net gain. There is no rtr cache that does tcp md5 on OpenBSD so those bits remain untested for now. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 04:02:00 Log message: import ports/sysutils/f3, from Alexander Klimov, earlier version ok op@ f3 is a simple tool that tests flash cards capacity and performance to see if they live up to claimed specifications. It fills the device with pseudorandom data and then checks if it returns the same on reading. F3 stands for Fight Flash Fraud, or Fight Fake Flash. Status: Vendor Tag: sthen Release Tags: sthen_20241009 N ports/sysutils/f3/Makefile N ports/sysutils/f3/distinfo N ports/sysutils/f3/patches/patch-Makefile N ports/sysutils/f3/patches/patch-f3read_c N ports/sysutils/f3/patches/patch-f3write_c N ports/sysutils/f3/patches/patch-utils_c N ports/sysutils/f3/patches/patch-utils_h N ports/sysutils/f3/pkg/DESCR N ports/sysutils/f3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 04:02:32 Modified files: sysutils : Makefile Log message: +f3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/09 04:04:49 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_6 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC 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: src Changes by: tb@cvs.openbsd.org 2024/10/09 04:27:52 Modified files: lib/libssl : ssl.h Log message: Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER Nothing uses this and it collides with ALPN CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/10/09 04:47:01 Modified files: www/chromium : Makefile www/chromium/patches: patch-build_config_compiler_BUILD_gn www/ungoogled-chromium: Makefile www/ungoogled-chromium/patches: patch-build_config_compiler_BUILD_gn Added files: www/chromium/patches: patch-v8_src_builtins_x64_builtins-x64_cc www/ungoogled-chromium/patches: patch-v8_src_builtins_x64_builtins-x64_cc Log message: unbreak and re-enable ibt, now that the issue with v8 is found CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/10/09 04:47:48 Modified files: www/chromium : Makefile Log message: remove debug change that got left in the previous commit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/09 04:55:10 Modified files: lang/typescript: Makefile distinfo Log message: Update to typescript-5.6.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 05:08:17 Modified files: devel/py-gitpython: Makefile distinfo Log message: update to py3-GitPython-3.1.43 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/09 05:09:05 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.96 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/09 06:57:50 src/regress/sys/kern/signal/sig-stop3 Update of /cvs/src/regress/sys/kern/signal/sig-stop3 In directory cvs.openbsd.org:/tmp/cvs-serv78378/sig-stop3 Log Message: Directory /cvs/src/regress/sys/kern/signal/sig-stop3 added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/09 06:59:59 Added files: regress/sys/kern/signal/sig-stop3: Makefile sig-stop3.c Log message: Add regress test that sends a SIGSTOP to a child whit its mainproc gone. Right now this fails since dowait6() depends on ps_mainproc for this. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/10/09 07:54:08 Modified files: print/ghostscript/gnu: Tag: OPENBSD_7_6 Makefile distinfo print/ghostscript/gnu/patches: Tag: OPENBSD_7_6 patch-configure print/ghostscript/gnu/pkg: Tag: OPENBSD_7_6 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: jeremy@cvs.openbsd.org 2024/10/09 07:54:21 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-configure_ac patch-suricata_yaml_in Log message: Update to suricata 7.0.7 Drop maintainership OK gonzalo@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/09 07:56:34 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: security update to 131.0.2. see https://www.mozilla.org/en-US/firefox/131.0.2/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/ (CVE-2024-9680) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/09 07:58:13 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: security update to 128.3.1. see https://www.mozilla.org/en-US/firefox/128.3.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/ (CVE-2024-9680) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/09 07:59:45 Modified files: www/firefox-esr: Tag: OPENBSD_7_6 Makefile distinfo Log message: www/firefox-esr: security update to 128.3.1. see https://www.mozilla.org/en-US/firefox/128.3.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/10/09 08:00:07 Modified files: lang/deno : Tag: OPENBSD_7_6 Makefile lang/deno/patches: Tag: OPENBSD_7_6 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. ok tb CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/09 08:01:20 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_6 Makefile distinfo Added files: www/mozilla-firefox/files: Tag: OPENBSD_7_6 firefox.desktop Log message: www/mozilla-firefox: MFC security update to 131.0.2. see https://www.mozilla.org/en-US/firefox/131.0.2/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/10/09 08:03:06 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-Makefile patch-common_gypi patch-configure_py patch-include_node_common_gypi patch-node_gyp patch-src_env_cc patch-tools_v8_gypfiles_toolchain_gypi Log message: lang/node: Update to v20.18.0 ok aisha CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/09 08:10:05 Modified files: sysutils/borgbackup/2.0: Makefile Log message: Unbreak borgbackup/2.0 build 'b' is not supported as special version string, 'beta' is. As a result from lexicographically sorting, 2.0.0b9 was seen as newer than 2.0.0b12 by the pkg tools. Issue and solution pointed identified by tb@. OK tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/10/09 08:52:09 Modified files: sbin/unwind/libunbound/util/data: Tag: OPENBSD_7_6 msgencode.c usr.sbin/unbound/util/data: Tag: OPENBSD_7_6 msgencode.c Log message: Fix unbound CVE-2024-8508, put a limit on resources used for handling DNS compression. OK florian from unbound 1.21.1. apply the CVE-2024-8508 fix from unbound (put a limit on resources used for handling DNS compression). OK florian from @sthen this is errata/7.6/001_unbound.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/10/09 08:54:04 Modified files: sbin/unwind/libunbound/util/data: Tag: OPENBSD_7_5 msgencode.c usr.sbin/unbound/util/data: Tag: OPENBSD_7_5 msgencode.c Log message: Fix unbound CVE-2024-8508, put a limit on resources used for handling DNS compression. OK florian from unbound 1.21.1. apply the CVE-2024-8508 fix from unbound (put a limit on resources used for handling DNS compression). OK florian from @sthen this is errata/7.5/011_unbound.patch.sig CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2024/10/09 09:42:56 Modified files: etc/rc.d : unbound Log message: Get trust anchor via unbound-checkconf(8) This tool knows our default config path and '-o auto-trust-anchor-file' prints the actually set path, if any, regardless of whether exists. Use that to generate it rather than a best-effort grep/hardcoded path. OK sthen CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/09 10:58:27 Modified files: devel/pre-commit: Makefile distinfo devel/pre-commit/pkg: PLIST Log message: Update pre-commit 3.8.0 -> 4.0.0 Changelogs: https://github.com/pre-commit/pre-commit/releases/tag/v4.0.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/09 11:01:35 Modified files: www/gitea : Makefile distinfo www/gitea/pkg : PLIST Log message: Update gitea 1.22.2 - > 1.22.3 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.22.3 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/09 11:04:09 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.17.4 -> 2.17.5 Changelog: https://github.com/ansible/ansible/blob/stable-2.17/changelogs/CHANGELOG-v2.17.rst#v2-17-5 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/10/09 11:06:03 Modified files: games/godot4 : Makefile distinfo Added files: games/godot4/patches: patch-godotsteam_godotsteam_cpp patch-godotsteam_godotsteam_h Log message: Add GodotSteam support to godot4, almost identical to what we're already doing with games/godot. This allows running a few more games and is potentially interesting for development. ok op@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/10/09 11:30:07 Modified files: www/chromium : Makefile distinfo Log message: update to 129.0.6668.100 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/09 11:40:57 Modified files: security/libdigidocpp: Makefile distinfo security/libdigidocpp/pkg: PLIST Log message: update to libdigidocpp 4.0.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/09 11:41:34 Modified files: security/qdigidoc4: Makefile distinfo security/qdigidoc4/pkg: PLIST Log message: update to qdigidoc4 4.6.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/09 11:44:11 Added files: security/libdigidocpp/patches: patch-src_crypto_Digest_h Log message: update to qdigidoc4 4.6.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/10/09 12:06:01 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 129.0.6668.100 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2024/10/09 13:17:41 Modified files: . : plus76.html Log message: a couple of fixes extracted from a diff from Juris Lambda CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/10/09 13:26:47 Modified files: security/web-eid-app: Makefile distinfo Added files: security/web-eid-app/patches: patch-src_app_CMakeLists_txt Log message: update to web-eid 2.6.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/09 14:14:49 Modified files: security/libdigidocpp: Makefile security/libdigidocpp/patches: patch-src_crypto_Digest_h Log message: libdigidocpp: fix EVP_MD_CTX definition in a backward-compatible way ok kn CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/10/09 15:54:47 Modified files: net/tailscale : Makefile distinfo Log message: Update to tailscale-1.74.1 From Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/10/09 16:41:18 Modified files: security/lego : Makefile distinfo modules.inc Log message: Update to lego-4.19.2 From Horia Racoviceanu (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/09 18:30:34 Modified files: sys/dev/pci : agpvar.h Log message: remove unused struct agp_memory_info CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/09 18:41:01 Modified files: sys/dev/pci : agpvar.h Log message: remove unused defines CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/09 21:36:10 Modified files: sys/dev/pci : agp_i810.c agpvar.h Log message: remove unused agp_softc variables CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/10/09 23:40:50 Modified files: meta/tor-browser: Tag: OPENBSD_7_6 Makefile www/tor-browser: Tag: OPENBSD_7_6 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_6 Makefile distinfo www/tor-browser/noscript: Tag: OPENBSD_7_6 Makefile distinfo Log message: Tor Browser: update to 13.5.6 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/09 23:51:23 Modified files: sys/arch/amd64/pci: acpipci.c Log message: allow MSI with the QEMU default pc-i440fx machine This makes it possible to use MSI for virtual functions of Intel network devices without having to specify the q35 machine. QEMU is detected by testing for the Qumranet pci subsystem vendor id, suggested by sf@. MSI previously wasn't enabled as i440fx models a machine from 1996 with ACPI 1.0, and MSI is only enabled for ACPI >= 2.0. Initial patch from Yuichiro NAITO. ok yasuoka@ sf@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 00:00:42 Modified files: sys/arch/i386/pci: pci_machdep.c Log message: allow MSI with the QEMU default pc-i440fx machine This makes it possible to use MSI for virtual functions of Intel network devices without having to specify the q35 machine. QEMU is detected by testing for the Qumranet pci subsystem vendor id, suggested by sf@. MSI previously wasn't enabled as 82441FX is in the list of excluded devices. Initial patch from Yuichiro NAITO. ok yasuoka@ sf@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2024/10/10 00:50:58 Modified files: sys/net : if_tun.c Log message: neuter the tun/tap ioctls that try and modify interface flags. historically there was just tun(4) that supported both layer 3 p2p and ethernet modes, but had to be reconfigured at runtime by userland to properly change the interface type and interface flags. this is obviously not a great idea, mostly because a lot of stack behaviour around address management makes assumptions based on these parameters, and changing them at runtime confuses things. splitting tun so ethernet was handled by a specific tap(4) driver was a first step at locking this down. this takes a further step by restricting userlands ability to reconfigure the interface flags, specifically IFF_BROADCAST, IFF_MULTICAST, and IFF_POINTOPOINT. this change lets userland pass those values via the ioctls, but only if they match the current set of flags on the interface. these flags are set appropriate for the type of interface when it's created, but should not be changed afterwards. nothing in base uses these ioctls, so the only fall out will be from ports doing weird things. ok claudio@ kn@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/10 00:51:22 Modified files: lib/libcrypto/conf: conf_local.h conf_mod.c Log message: Remove unused CONF_imodule struct members and accessors ok beck jsing CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/10 01:57:49 Modified files: textproc/docbook-xsl: Makefile distinfo textproc/docbook-xsl/pkg: PLIST Added files: textproc/docbook-xsl/patches: patch-lib_lib_xsl Removed files: textproc/docbook-xsl/patches: patch-INSTALL Log message: Update to doobook-xsl 1.79.1 from jeremy, patch to fix samba from FreeBSD via bket CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/10 01:58:25 Modified files: devel/git-crypt: Makefile Log message: git-crypt: unbreak packaging after docbook-xsl update The manpage is now generated in the correct directory. from/ok paco CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 02:46:58 Modified files: textproc/docbook-xsl: Makefile textproc/docbook-xsl/pkg: PLIST Log message: textproc/docbook-xsl: also install the xsl files for HTML5 output cf https://cdn.docbook.org/release/xsl/current/xhtml5/README this is used/required by postgis since 3.5.0 see https://trac.osgeo.org/postgis/ticket/5553 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 02:47:39 Modified files: geo/postgis : Makefile Removed files: geo/postgis/patches: patch-configure patch-doc_Makefile_in Log message: geo/postgis: depend on latest docbook-xsl with xhtml5 xsls allows to remove the two patches added when upgrading to 3.5.0 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2024/10/10 03:39:35 Modified files: usr.sbin/acme-client: netproc.c Log message: Always print account URI on first creation of an account key. This was hidden behind -v but it seems useful to always have this when creating a new account. As sthen points out in his previous commit: This is useful if you want to set a CAA DNS record restricting issuance to a specific user account. OK deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/10 03:45:12 Modified files: misc/openhab : Makefile distinfo Log message: update to openhab-4.2.2, from Chaz Kettleson (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/10 03:45:14 Modified files: misc/openhab-addons: Makefile distinfo Log message: update to openhab-addons-4.2.2, from Chaz Kettleson (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/10 04:21:31 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-10.1.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/10 04:24:14 Modified files: bin/ps : keyword.c ps.1 Log message: Print the session id (PID of the session leader) instead of a pointer. Pointers are only visible when run as superuser. Also in most cases you want to know which process is the session leader and which process groups belong together. So it is better to print the session id. OK deraadt@ (long time ago) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/10 04:41:33 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add a sixel_support format variable which is 1 if SIXEL is supported (always 0 on OpenBSD), requested by Misaki Masa in GitHub issue 4177 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/10 04:51:40 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.44.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/10 04:53:18 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-496.0.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 05:27:18 Modified files: security/kpcli : Makefile distinfo Removed files: security/kpcli/patches: patch-kpcli-4_0_pl Log message: security/kpcli: update to 4.1.2. rolls in our patches, and adds proper support for utf8, cf https://sourceforge.net/p/kpcli/bugs/53/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 05:41:18 Modified files: geo/pygeoapi : Makefile distinfo geo/pygeoapi/patches: patch-pygeoapi_provider_elasticsearch__py patch-requirements_txt geo/pygeoapi/pkg: PLIST Log message: geo/pygeoapi: update to 0.18.0. see https://github.com/geopython/pygeoapi/releases/tag/0.18.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 05:50:42 Modified files: geo/py-proj : Makefile distinfo geo/py-proj/pkg: PLIST Log message: geo/py-proj: update to 3.7.0. see https://github.com/pyproj4/pyproj/releases/tag/3.7.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 05:55:28 Log message: Import x11/xfce4/xfce4-timer 1.7.2 Xfce4-timer-plugin is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period. The icon displays a progress bar showing the percentage of the time elapsed. The bar changes color when active from silver to blue. Left-clicking on the icon opens a menu of available alarms. After selecting one, the user can start or stop the timer by selecting the 'start/stop timer' entry in the same menu. WWW: https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start requested by callison caffrey ok rsadowski Status: Vendor Tag: landry Release Tags: landry_20241010 N ports/x11/xfce4/xfce4-timer/Makefile N ports/x11/xfce4/xfce4-timer/distinfo N ports/x11/xfce4/xfce4-timer/pkg/DESCR N ports/x11/xfce4/xfce4-timer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 05:56:06 Modified files: x11/xfce4 : Makefile Log message: x11/xfce4: +xfce4-timer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/10 07:07:26 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.31 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 07:41:09 Modified files: x11/xarchiver : Makefile distinfo Added files: x11/xarchiver/patches: patch-src_main_c Log message: x11/xarchiver: update to 0.5.4.23. while here add a patch to use gcpio when detecting direct cpio support. if not found if fallbacks to cpio support in 7z. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/10/10 07:41:09 Modified files: editors/neovim : Makefile distinfo editors/neovim/patches: patch-static-deps_luajit_src_lj_arch_h editors/neovim/pkg: PLIST Log message: editors/neovim: update to version 0.10.2. Tested all of last week. No issues. Diff from Laurent Cheylus, thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 07:46:17 Modified files: mail/stalwart : Makefile crates.inc distinfo mail/stalwart/patches: patch-crates_main_src_main_rs patch-tests_Cargo_toml Log message: mail/stalwart: update to 0.10.4. see https://github.com/stalwartlabs/mail-server/releases/tag/v0.10.4 https://github.com/stalwartlabs/mail-server/releases/tag/v0.10.3 https://github.com/stalwartlabs/mail-server/releases/tag/v0.10.2 https://github.com/stalwartlabs/mail-server/releases/tag/v0.10.1 https://github.com/stalwartlabs/mail-server/releases/tag/v0.10.0 for release notes and https://github.com/stalwartlabs/mail-server/blob/v0.10.0/UPGRADING.md for the usual upgrade procedure CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/10/10 08:02:47 Modified files: regress/usr.sbin/bgpd/config: Makefile Added files: regress/usr.sbin/bgpd/config: bgpd.conf.17.in bgpd.conf.17.ok Log message: Add test for the various authentication config options. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 08:12:38 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: security update to 128.3.1. see https://www.thunderbird.net/en-US/thunderbird/128.3.1esr/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/10 08:20:31 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-CMakeLists_txt patch-ui_qt_utils_qt_ui_utils_cpp Log message: update to wireshark-4.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/10 08:20:43 Modified files: net/wireshark : Tag: OPENBSD_7_6 Makefile distinfo net/wireshark/patches: Tag: OPENBSD_7_6 patch-CMakeLists_txt patch-ui_qt_utils_qt_ui_utils_cpp Log message: update to wireshark-4.4.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/10 08:21:05 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_6 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC security update to 128.3.1 see https://www.thunderbird.net/en-US/thunderbird/128.3.1esr/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/10 10:15:09 Modified files: security/keycloak: Makefile distinfo security/keycloak/pkg: PLIST Log message: Update keycloak 25.0.6 -> 26.0.0 Changelogs: https://github.com/keycloak/keycloak/releases Release notes: https://www.keycloak.org/docs/latest/release_notes/index.html Upgrading guide: https://www.keycloak.org/docs/26.0.0/upgrading/ ok aisha@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/10 10:15:59 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.17.6 -> 1.18.0 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.18.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/10 10:18:01 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 8.15.0 -> 8.15.2 Release notes: https://www.elastic.co/guide/en/logstash/8.15/releasenotes.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/10 10:22:28 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 10.4.0 -> 10.5.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/10/CHANGELOG-v10.md#v10-5-0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/10/10 10:25:43 Modified files: devel/pre-commit: Makefile distinfo Log message: Update pre-commit 4.0.0 -> 4.0.1 Changelogs: https://github.com/pre-commit/pre-commit/releases/tag/v4.0.1 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/10 10:59:44 Modified files: net/samba : Tag: OPENBSD_7_6 Makefile distinfo Log message: Update to samba-4.20.5 Release notes: https://www.samba.org/samba/history/samba-4.20.5.html Test and OK Ian McWilliam (maintainer) CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/10/10 11:00:29 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: Tor Browser: update to 13.5.7 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/10/10 11:09:25 Modified files: sysutils/rustic: Makefile crates.inc distinfo sysutils/rustic/pkg: PLIST Log message: Update to rustic-0.9.3 Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.9.3 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/10/10 12:16:54 Modified files: lang/erlang/26 : Makefile distinfo lang/erlang/26/patches: patch-lib_crypto_c_src_algorithms_c lang/erlang/26/pkg: PLIST-main Log message: lang/erlang/26: Update to 26.2.5.4 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/10/10 13:33:05 Modified files: sys/arch/alpha/alpha: locore.s locore0.S Log message: Remove the gazillion of macros to get fields from curcpu(), and use relative addressing from the register holding the value of curcpu() instead. No functional change, but shaves a few bytes of code on MULTIPROCESSOR kernels. CVSROOT: /cvs Module name: src Changes by: lucas@cvs.openbsd.org 2024/10/10 16:21:05 Modified files: lib/libc/sys : sysctl.2 Log message: sysctl.2: NET_RT_DUMP defaults to the current rtable CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 17:15:27 Modified files: sys/dev/fdt : qccpu.c Log message: remove unused struct cpu_freq_tbl CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/10/10 18:27:31 Modified files: devel/ipython : Makefile distinfo devel/ipython/patches: patch-IPython_core_tests_test_interactiveshell_py Log message: update ipython to 8.28.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:02:18 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_xcp.h Log message: drm/amdgpu: Fix get each xcp macro From Asad Kamal 7879ad0aa996dc0c66950a6416e0ae227288f362 in linux-6.6.y/6.6.55 ef126c06a98bde1a41303970eb0fc0ac33c3cc02 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:04:07 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_cs.c Log message: drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit From Pierre-Eric Pelloux-Prayer 44e4aeaef96b2624b341597b1a8e595c89925892 in linux-6.6.y/6.6.55 fec5f8e8c6bcf83ed7a392801d7b44c5ecfc1e82 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:06:47 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_amdkfd.c amdgpu_amdkfd.h sys/dev/pci/drm/amd/amdkfd: kfd_chardev.c kfd_device.c kfd_device_queue_manager.c kfd_mqd_manager.c kfd_process.c kfd_process_queue_manager.c Log message: drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer From Philip Yang 30ceb873cc2e97348d9da2265b2d1ddf07f682e1 in linux-6.6.y/6.6.55 c86ad39140bbcb9dc75a10046c2221f657e8083b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:09:05 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c Log message: drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream From Srinivasan Shanmugam e47e563c6f0db7d792a559301862c19ead0dfc2f in linux-6.6.y/6.6.55 66d71a72539e173a9b00ca0b1852cbaa5f5bf1ad in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:11:23 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_resource.c Log message: drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream' From Srinivasan Shanmugam 4778982c73d6c9f3fdbdbc6b6c8aa18df98251af in linux-6.6.y/6.6.55 8141f21b941710ecebe49220b69822cab3abd23d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:13:25 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c Log message: drm/amd/display: Check null pointers before using dc->clk_mgr From Alex Hung 9641bc4adf8446034e490ed543ae7e9833cfbdf5 in linux-6.6.y/6.6.55 95d9e0803e51d5a24276b7643b244c7477daf463 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:15:03 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm_plane.c Log message: drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_update (v2) From Srinivasan Shanmugam 75839e2365b666ff4e1b9047e442cab138eac4f6 in linux-6.6.y/6.6.55 cd9e9e0852d501f169aa3bb34e4b413d2eb48c37 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:16:34 Modified files: sys/dev/pci/drm/amd/display/dc/link: link_factory.c Log message: drm/amd/display: fix double free issue during amdgpu module unload From Tim Huang cf6f3ebd6312d465fee096d1f58089b177c7c67f in linux-6.6.y/6.6.55 20b5a8f9f4670a8503aa9fa95ca632e77c6bf55d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:18:49 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v9_0.c Log message: drm/amdgpu: add raven1 gfxoff quirk From Peng Liu a3c8cbefce38793ad4ac048aef08643e148bf031 in linux-6.6.y/6.6.55 0126c0ae11e8b52ecfde9d1b174ee2f32d6c3a5d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:20:19 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v9_0.c Log message: drm/amdgpu: enable gfxoff quirk on HP 705G4 From Peng Liu fe90214179d5ea295f573039eb1a9f7090d94e3c in linux-6.6.y/6.6.55 2c7795e245d993bcba2f716a8c93a5891ef910c9 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:22:03 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_process_queue_manager.c Log message: drm/amdkfd: Fix resource leak in criu restore queue From Jesse Zhang 71cfb54e0f0c972b082f1791177b79385eac9d98 in linux-6.6.y/6.6.55 aa47fe8d3595365a935921a90d00bc33ee374728 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:23:25 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_resource.c Log message: drm/amd/display: Check stream before comparing them From Alex Hung 42d31a33643813cce55ee1ebbad3a2d0d24a08e0 in linux-6.6.y/6.6.55 35ff747c86767937ee1e0ca987545b7eed7a0810 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:25:18 Modified files: sys/dev/pci/drm/amd/display/dc/link/hwss: link_hwss_hpo_dp.c Log message: drm/amd/display: Check link_res->hpo_dp_link_enc before using it From Alex Hung be2ca7a2c1561390d28bf2f92654d819659ba510 in linux-6.6.y/6.6.55 0beca868cde8742240cd0038141c30482d2b7eb8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:26:49 Modified files: sys/dev/pci/drm/amd/display/dc/dcn30: dcn30_cm_common.c Log message: drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation From Srinivasan Shanmugam 0d38a0751143afc03faef02d55d31f70374ff843 in linux-6.6.y/6.6.55 bc50b614d59990747dd5aeced9ec22f9258991ff in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:28:26 Modified files: sys/dev/pci/drm/amd/display/dc/dcn10: dcn10_cm_common.c Log message: drm/amd/display: Fix index out of bounds in degamma hardware format translation From Srinivasan Shanmugam 122e3a7a8c7bcbe3aacddd6103f67f9f36bed473 in linux-6.6.y/6.6.55 b7e99058eb2e86aabd7a10761e76cae33d22b49f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:29:43 Modified files: sys/dev/pci/drm/amd/display/dc/dcn30: dcn30_cm_common.c Log message: drm/amd/display: Fix index out of bounds in DCN30 color transformation From Srinivasan Shanmugam 929506d5671419cffd8d01e9a7f5eae53682a838 in linux-6.6.y/6.6.55 d81873f9e715b72d4f8d391c8eb243946f784dfc in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:31:39 Modified files: sys/dev/pci/drm/amd/display/dc/dml/dcn20: display_rq_dlg_calc_20v2.c sys/dev/pci/drm/amd/display/dc/dml/dcn21: display_rq_dlg_calc_21.c Log message: drm/amd/display: Initialize get_bytes_per_element's default to 1 From Alex Hung c7630935d9a4986e8c0ed91658a781b7a77d73f7 in linux-6.6.y/6.6.55 4067f4fa0423a89fb19a30b57231b384d77d2610 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:33:11 Modified files: sys/dev/pci/drm: drm_print.c Log message: drm/printer: Allow NULL data in devcoredump printer From Matthew Brost 4ee08b4a7201ba0f7f3d52e3840fee92f415b6c5 in linux-6.6.y/6.6.55 53369581dc0c68a5700ed51e1660f44c4b2bb524 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:34:46 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_gfx.c Log message: drm/amdgpu: fix unchecked return value warning for amdgpu_gfx From Tim Huang deb78dc859ddba6770186fc0cf59c47487c33c9b in linux-6.6.y/6.6.55 c0277b9d7c2ee9ee5dbc948548984f0fbb861301 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:36:31 Modified files: sys/dev/pci/drm/radeon: r100.c Log message: drm/radeon/r100: Handle unknown family in r100_cp_init_microcode() From Geert Uytterhoeven c474a1a75599f4e1c166f4d1eb510624bd4a83d5 in linux-6.6.y/6.6.55 c6dbab46324b1742b50dc2fb5c1fee2c28129439 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:38:44 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c Log message: drm/amdgpu: Block MMR_READ IOCTL in reset From Victor Skvortsov 8361e3f7882876d98ba98cae0d3149450dd80912 in linux-6.6.y/6.6.55 9e823f307074c0f82b5f6044943b0086e3079bed in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:40:37 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v9_0.c Log message: drm/amdgpu/gfx9: use rlc safe mode for soft recovery From Alex Deucher 3ffbdc977d8008868431edb0195b81dec58944be in linux-6.6.y/6.6.55 3ec2ad7c34c412bd9264cd1ff235d0812be90e82 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:42:47 Modified files: sys/dev/pci/drm/amd/pm/powerplay/hwmgr: processpptables.c Log message: drm/amd/pm: ensure the fw_info is not null before using it From Tim Huang b511474f49588cdca355ebfce54e7eddbf7b75a5 in linux-6.6.y/6.6.55 186fb12e7a7b038c2710ceb2fb74068f1b5d55a4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:44:18 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v11_0.c Log message: drm/amdgpu/gfx11: use rlc safe mode for soft recovery From Alex Deucher c20cd3d6d26156efbd3ec5b3fb17fae8237eb94b in linux-6.6.y/6.6.55 3f2d35c325534c1b7ac5072173f0dc7ca969dec2 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:45:38 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v10_0.c Log message: drm/amdgpu/gfx10: use rlc safe mode for soft recovery From Alex Deucher 4298813a43f72f6c8c71aa70a9e32b8fd0ad5f60 in linux-6.6.y/6.6.55 ead60e9c4e29c8574cae1be4fe3af1d9a978fb0f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:47:25 Modified files: sys/dev/pci/drm: drm_atomic_uapi.c Log message: drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS From Thomas Zimmermann c923bc874659f35a216aa3099f18c82572b09416 in linux-6.6.y/6.6.55 8b0d2f61545545ab5eef923ed6e59fc3be2385e0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:48:49 Modified files: sys/dev/pci/drm/i915/gem: i915_gem_ttm.c Log message: drm/i915/gem: fix bitwise and logical AND mixup From Jani Nikula 451c87d21db61e74379b31369a7e10f41bc3bbba in linux-6.6.y/6.6.55 394b52462020b6cceff1f7f47fdebd03589574f3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:50:17 Modified files: sys/dev/pci/drm/scheduler: sched_entity.c Log message: drm/sched: Add locking to drm_sched_entity_modify_sched From Tvrtko Ursulin 579a0a84e3c0174f296004ac4af83cd9819b38a9 in linux-6.6.y/6.6.55 4286cc2c953983d44d248c9de1c81d3a9643345c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:54:38 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm_helpers.c sys/dev/pci/drm/amd/display/dc: dc_types.h Log message: drm/amd/display: Add HDR workaround for specific eDP From Alex Hung 487f6450bcb920ba1d58954c9e1ab969533b5da8 in linux-6.6.y/6.6.55 05af800704ee7187d9edd461ec90f3679b1c4aba in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:56:45 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Fix system hang while resume with TBT monitor From Tom Chung 68d603f467a75618eeae5bfe8af32cda47097010 in linux-6.6.y/6.6.55 52d4e3fb3d340447dcdac0e14ff21a764f326907 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 20:59:02 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT` From Mario Limonciello a94ec40b940599b06fad2c9b7533e4b10bc6645c in linux-6.6.y/6.6.55 87d749a6aab73d8069d0345afaa98297816cb220 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/10 21:00:56 Modified files: sys/dev/pci/drm/amd/display/dc/link/hwss: link_hwss_hpo_dp.c Log message: drm/amd/display: enable_hpo_dp_link_output: Check link_res->hpo_dp_link_enc before using it From Alex Hung e0b065ec636d66022ab7057e1635e9a941a42820 in linux-6.6.y/6.6.55 d925c04d974c657d10471c0c2dba3bc9c7d994ee in mainline linux CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/10/11 00:02:12 Modified files: meta/tor-browser: Tag: OPENBSD_7_6 Makefile www/tor-browser: Tag: OPENBSD_7_6 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_6 Makefile distinfo Log message: Tor Browser: update to 13.5.7 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 00:13:09 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Clean up i2d_ECPKParameters() Use better variable names and turn it into single-exit. This changes the behavior slightly in that an error is pushed onto the stack also for i2d_ECPKPARAMETERS() return values < 0. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 00:18:40 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Spell NULL in a simpler fashion priv_key->parameters is always NULL at this point, since its corresponding entry in the ASN.1 template has ASN1_TFLG_OPTIONAL set, so there is no point in pretending to pass it to ec_asn1_group2pkparameters(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 00:19:52 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Simplify ec_asn1_group2pkparameters() The parameters argument is always NULL, so we can simplify this helper accordingly. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 00:21:30 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Remove params argument from ec_asn1_group2parameters() Its only caller passes NULL, so we can simplify the entry point and the exit of this function a bit. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/11 01:39:46 Modified files: net/libunbound : Makefile distinfo Log message: update to libunbound-1.21.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/11 01:39:52 Modified files: net/libunbound : Tag: OPENBSD_7_6 Makefile distinfo Log message: update to libunbound-1.21.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/11 01:47:08 Modified files: net/py-dnspython: Makefile distinfo net/py-dnspython/patches: patch-dns_resolver_py net/py-dnspython/pkg: PLIST Log message: update to py3-dnspython-2.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/11 01:52:24 Modified files: devel/py-types-psutil: Makefile distinfo Log message: update to py3-types-psutil-6.0.0.20241011 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/11 01:52:27 Modified files: devel/py-regex : Makefile distinfo Log message: update to py3-regex-2024.9.11 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/11 01:54:22 Modified files: regress/lib/libcrypto/err: err_test.c Log message: Add error regress coverage for ERR_LIB_SYS. These are dynamically populated based on strerror() values. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/11 03:15:53 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo inputmethods/ibus-typing-booster/pkg: PLIST Log message: Update to ibus-typing-booster-2.25.18. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/11 03:54:53 Modified files: mail/dovecot-fts-xapian: Makefile distinfo Log message: update to dovecot-fts-xapian-1.7.16 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/10/11 03:55:24 Modified files: sys/dev/usb : ehci.c Log message: Revert ehci(4) bits in the previous commit. Apparently 64-bit DMA is broken in (almost?) all ehci(4) controllers. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/11 04:12:33 Modified files: mail/fetchmail : Makefile distinfo mail/fetchmail/patches: patch-Makefile_in mail/fetchmail/pkg: PLIST Log message: update to fetchmail-6.4.39 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/11 05:13:55 Modified files: x11/gnome/initial-setup: Makefile distinfo Log message: Update to gnome-initial-setup-46.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/11 05:40:49 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.9.0. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/11 05:58:53 Modified files: lib/libcrypto/err: err.c Log message: Add ERR_LIB_SYS to the error values in ERR_str_functs[]. This is currently added via err_load_strings(), which means ERR_str_functs[] cannot be made const. Adding ERR_LIB_SYS means the fixup becomes unnecessary. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/11 06:10:12 Modified files: lib/libcrypto/err: err.c Log message: Make ERR_str_{libraries,reasons,functs}[] const. Provide err_load_const_strings(), which takes a const ERR_STRING_DATA * and does not perform a library error value fixup. Make ERR_str_*[] tables const. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/11 06:19:35 Modified files: lib/libcrypto/err: err.c Log message: Add err_ prefix to build_SYS_str_reasons(). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/11 06:20:06 Modified files: lib/libcrypto/err: err.c Log message: Remove unused typedef for ERR_FNS. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/11 06:25:05 Modified files: lib/libcrypto/err: err.c Log message: Convert err_clear_data() and err_clear() from macros to functions. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/11 06:27:24 Modified files: lib/libcrypto/err: err.c Log message: Remove pointless locking from err_build_SYS_str_reasons(). err_build_SYS_str_reasons() is only called during initialisation, under pthread_once(). As such, there is no need to grab CRYPTO_LOCK_ERR or check for reentrant calls. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/10/11 06:40:25 Modified files: lib/libcrypto/err: err.c Log message: Apply some style(9) and tidy some comments. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/11 06:53:48 Modified files: devel/spidermonkey115: Makefile distinfo Log message: Update to spidermonkey115-115.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/11 06:54:01 Modified files: devel/spidermonkey128: Makefile distinfo Log message: Update to spidermonkey128-128.3.1. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/11 07:30:11 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/patches: patch-src_google_protobuf_port_def_inc devel/protobuf/pkg: PLIST Removed files: devel/protobuf/patches: patch-third_party_utf8_range_CMakeLists_txt Log message: Update to protobuf 5.28.2 https://github.com/protocolbuffers/protobuf/releases/tag/v28.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/11 07:30:43 Modified files: devel/py-protobuf: Makefile distinfo devel/py-protobuf/pkg: PLIST Log message: Update to py-protobuf 5.28.2 https://github.com/protocolbuffers/protobuf/releases/tag/v28.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 07:32:22 Modified files: lib/libcrypto/err: err.c Log message: err.c: zap stray space CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/10/11 08:12:05 Modified files: usr.sbin/sysupgrade: sysupgrade.8 sysupgrade.sh Log message: The fw keys have been added to the signify key bundles. sysupgrade will now extract the fw key also, so that pre-upgrade fw_update can fetch the most uptodate firmware. ok sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 12:18:10 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: First cleanup pass over ec_asn1_group2pkparameters() Use better variable names and do things in a slightly more sensible order. This way the code becomes almost self-documenting. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 12:30:58 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Use better variable names in ec_asn1_pkparameters2group() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 12:32:03 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Remove NULL check in ec_asn1_pkparameters2group() The callers already ensure that params != NULL. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 12:34:20 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Use defines for the CHOICE variants of ECPKPARAMETERS ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 12:35:39 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Fix a long-standing bug in ec_asn1_group2pkparameters() Only check for the OPENSSL_EC_NAMED_CURVE being set to treat the curve parameters as named curve parameters. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 12:55:44 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Clean up ec_asn1_group2fieldid() This drops some unnecessary freeing that was turned into a double free reachable via public API in OpenSSL 1.1. Other than that it unindents code and uses better variable names. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 12:58:04 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Use a and b for the curve coefficients No idea how anyone would think that tmp_1 and tmp_2 are better suited for this. ok jsing CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2024/10/11 14:24:39 Modified files: net/i2p : Makefile distinfo net/i2p/pkg : PLIST Log message: Update to i2p 2.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/11 15:08:40 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_ThirdParty_ANGLE_src_libANGLE_renderer_gl_egl_DisplayEGL_cpp patch-Source_WebKit_UIProcess_gtk_AcceleratedBackingStoreDMABuf_cpp Removed files: www/webkitgtk4/patches: patch-Source_JavaScriptCore_llint_LowLevelInterpreter_cpp Log message: Unbreak runtime, we don't support dma-buf. Drop uneeded patch while here. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2024/10/11 16:36:07 Modified files: faq : upgrade76.html Log message: No need to consider disabling softdep when manually upgrading, it was removed in 7.5. ok kmos@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/10/11 17:30:36 Modified files: sysutils/grafana/patches: patch-conf_sample_ini patch-vendor_github_com_grafana_pyroscope-go_godeltaprof_internal_pprof_stub_go sysutils/grafana: Makefile distinfo sysutils/grafana/pkg: PLIST Added files: sysutils/grafana/patches: patch-vendor_github_com_grafana_pyroscope-go_godeltaprof_http_pprof_pprof_go patch-vendor_github_com_grafana_pyroscope-go_godeltaprof_http_pprof_pprof_go21_go patch-vendor_github_com_grafana_pyroscope-go_godeltaprof_http_pprof_pprof_go22_go Log message: sysutils/grafana: update to 11.2.2 ok lucas@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/10/11 20:00:48 Modified files: games/devilutionx: Makefile distinfo Log message: games/devilutionx: update to 1.5.3 ok bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/11 21:54:18 Modified files: lib/libssl : ssl_stat.c Log message: Remove unnecessary str variable in ssl_stat.c Drop about 1/4 of the lines in here by avoiding the use of a variable. For some reason the API in this file made me go listen to Pow R. Toc H. All of a sudden the lyrics made sense. I should probably be worried. ok beck jsing CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/12 01:30:20 Modified files: sys/sys : hibernate.h Log message: remove vmparam.h include not required since VM_PHYSSEG_MAX changed to HIB_PHYSSEG_MAX in rev 1.45 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/10/12 01:36:53 Modified files: etc/etc.alpha : login.conf etc/etc.amd64 : login.conf etc/etc.arm64 : login.conf etc/etc.armv7 : login.conf etc/etc.hppa : login.conf etc/etc.i386 : login.conf etc/etc.landisk: login.conf etc/etc.loongson: login.conf etc/etc.luna88k: login.conf etc/etc.macppc : login.conf etc/etc.octeon : login.conf etc/etc.powerpc64: login.conf etc/etc.riscv64: login.conf etc/etc.sparc64: login.conf Log message: introduce a new build class to be used by the build user this class will be required for the upcoming llvm update that requires bumped datasize because of llvm-tblgen ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/12 01:58:40 Modified files: bin/ed : main.c Log message: remove duplicate unistd.h include CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/12 02:13:52 Modified files: usr.bin/tmux : paste.c Log message: Do not rename a buffer to itself, GitHub issue 4181. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/10/12 02:20:32 Modified files: usr.bin/tmux : cmd-source-file.c Log message: Call realpath on the source file to match -f on the command line, GitHub issue 4180. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/12 02:48:37 Modified files: geo/gpxsee : Makefile distinfo Log message: geo/gpxsee: update to 13.26 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/12 02:49:12 Modified files: sysutils/upower: Makefile distinfo sysutils/upower/pkg: PLIST Log message: sysutils/upower: update to 1.90.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 03:05:24 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.80.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 03:07:04 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-46.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 03:09:52 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.35.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 03:10:03 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.35.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 03:10:14 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py3-s3transfer-0.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 03:10:25 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.35.5. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/12 04:50:37 Modified files: usr.bin/ssh : mux.c Log message: remove duplicate misc.h include ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/12 06:03:41 Modified files: www/nextcloud/29: Makefile distinfo www/nextcloud/29/pkg: PLIST Log message: www/nextcloud/29: update to 29.0.8. see https://nextcloud.com/changelog/#latest29 previous update to .7 from gonzalo@ (maintainer) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/12 06:04:18 Modified files: www/nextcloud/28: Makefile distinfo www/nextcloud/28/pkg: PLIST Log message: www/nextcloud/28: update to 28.0.11. see https://nextcloud.com/changelog/#latest28 previous update to .10 from gonzalo@ (maintainer) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/12 06:09:05 Modified files: www/nextcloud/29: Tag: OPENBSD_7_6 Makefile distinfo www/nextcloud/29/pkg: Tag: OPENBSD_7_6 PLIST Log message: www/nextcloud/29: MFC update to 29.0.8. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/12 06:09:26 Modified files: www/nextcloud/28: Tag: OPENBSD_7_6 Makefile distinfo www/nextcloud/28/pkg: Tag: OPENBSD_7_6 PLIST Log message: www/nextcloud/28: MFC update to 28.0.11. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/12 06:15:29 Modified files: telephony/linphone: Makefile.inc telephony/linphone/bctoolbox: distinfo telephony/linphone/bctoolbox/patches: patch-src_CMakeLists_txt telephony/linphone/bcunit: Makefile distinfo telephony/linphone/belcard: distinfo telephony/linphone/belle-sip: Makefile distinfo telephony/linphone/belle-sip/patches: patch-src_belle_sip_resolver_c patch-src_channel_c telephony/linphone/belr: distinfo telephony/linphone/bzrtp: distinfo telephony/linphone/liblinphone: distinfo telephony/linphone/liblinphone/pkg: PLIST telephony/linphone/linphone-desktop: Makefile distinfo telephony/linphone/mediastreamer2: distinfo telephony/linphone/ortp: distinfo Log message: telephony/linphone: update to 5.2.6 (and sdk to 5.3.89) the upcoming linphone 6 will migrate to qt6. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/10/12 08:22:07 Modified files: devel/sccache : Makefile crates.inc distinfo Log message: devel/sccache: update to 0.8.2 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/10/12 09:40:36 Modified files: share/man/man1 : dpb-replay.1 Log message: remove blank line; CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/12 10:15:28 Modified files: regress/lib/libcrypto/ec: ec_asn1_test.c Log message: Exercise the EC parameters code a bit more Ensure all builtin curves can be roundtripped through DER as named curves, via explicit parameterization, using uncompressed, compressed and hybrid point formats. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 11:02:36 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-clutter_clutter_clutter-frame-clock_c patch-cogl_cogl_cogl-dma-buf-handle_c patch-cogl_cogl_cogl-dma-buf-handle_h patch-meson_build x11/gnome/mutter/pkg: PLIST Added files: x11/gnome/mutter/patches: patch-src_backends_native_meta-udev_h patch-src_core_meta-context-main_c patch-src_wayland_meta-wayland-dma-buf_c patch-src_wayland_meta-wayland-linux-drm-syncobj_c patch-src_wayland_meta-xwayland_c Removed files: x11/gnome/mutter/patches: patch-clutter_clutter_clutter-stage-view_c patch-src_backends_meta-stage-impl_c patch-src_backends_x11_meta-cursor-renderer-x11_c patch-src_backends_x11_meta-seat-x11_c Log message: Update to mutter-46.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 11:03:14 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-js_misc_loginManager_js patch-js_ui_endSessionDialog_js patch-js_ui_status_keyboard_js patch-meson_build patch-subprojects_extensions-tool_src_meson_build x11/gnome/shell/pkg: PLIST Added files: x11/gnome/shell/patches: patch-js_gdm_loginDialog_js Log message: Update to gnome-shell-46.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/12 11:03:42 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: Update to gnome-shell-extensions-46.2. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/12 17:10:07 Modified files: sys/net : if_pfsync.h Log message: remove unneeded percpu.h include CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/10/12 17:11:10 Modified files: archivers/libarchive: Tag: OPENBSD_7_6 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: src Changes by: jsg@cvs.openbsd.org 2024/10/12 17:18:10 Modified files: sys/net : if_var.h Log message: remove unneeded time.h include CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/12 17:31:14 Modified files: sys/net : pfvar.h Log message: remove unneeded rwlock.h include CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2024/10/12 17:56:23 Modified files: usr.sbin/fw_update: fw_update.8 fw_update.sh Log message: Make fw_update -a mean all When downloading or installing, not just deleting. Noticed by Paul de Weerd Help with manual wording from jmc@ Just fix -a, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/10/12 18:00:41 Modified files: usr.sbin/fw_update: patterns.c Log message: Be more eager to install qcpas firmware (more pattern matches) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/12 18:53:21 Modified files: sys/net : if_wg.h Log message: remove unneeded limits.h and errno.h includes CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/12 20:27:44 Modified files: sys/netinet : ip_mroute.h Log message: remove unneeded timeout.h include CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/12 21:35:59 Modified files: usr.bin/rsync : socket.c Log message: include stdio.h for sscanf() snprintf() CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/13 00:43:19 Modified files: textproc/lowdown: Makefile distinfo Log message: Update to lowdown 1.1.2 From maintainer Bryan Vyhmeister CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/13 02:14:07 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.68.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/13 02:24:34 Modified files: net/mosquitto : Makefile Log message: net/mosquitto: libwebsockets is now dynamically linked, fix WANTLIB etc. Pointed out by Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/13 02:25:09 Modified files: lib/libssl/man : SSL_alert_type_string.3 Log message: byt -> but; ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/13 02:35:05 ports/math/wxMaxima/patches Update of /cvs/ports/math/wxMaxima/patches In directory cvs.openbsd.org:/tmp/cvs-serv41645/patches Log Message: Directory /cvs/ports/math/wxMaxima/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/13 02:37:14 Modified files: www/squid : Makefile distinfo Removed files: www/squid/patches: patch-bootstrap_sh Log message: update to squid-6.12 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/13 03:01:18 Modified files: net/netatalk3 : Tag: OPENBSD_7_6 Makefile distinfo net/netatalk3/pkg: Tag: OPENBSD_7_6 PLIST Log message: Bugfix update to netatalk-3.2.10. Fix client disconnections. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/13 03:01:55 Modified files: www/newsraft : Makefile distinfo Log message: update to newsraft-0.27 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/13 03:05:15 Modified files: devel/libgsf : Tag: OPENBSD_7_6 Makefile distinfo devel/libgsf/pkg: Tag: OPENBSD_7_6 PLIST Log message: SECURITY update to libgsf-1.14.53. CVE-2024-36474, CVE-2024-42415 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/13 03:07:01 Modified files: www/qutebrowser: Makefile distinfo www/qutebrowser/patches: patch-qutebrowser_qt_machinery_py Log message: update to qutebrowser-3.3.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/13 03:11:58 Modified files: print/libcupsfilters: Tag: OPENBSD_7_6 Makefile Added files: print/libcupsfilters/patches: Tag: OPENBSD_7_6 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. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/13 03:21:25 Modified files: math/wxMaxima : Makefile math/wxMaxima/pkg: PLIST Added files: math/wxMaxima/patches: patch-data_CMakeLists_txt Log message: wxMaxima: fix manpage install dir, sync PLIST, add missing RDEPs for tags (pulled in via deps anyway but better to be explicit). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/13 03:21:36 Modified files: games/gnukem : Makefile games/gnukem/patches: patch-Makefile games/gnukem/pkg: PLIST Log message: fix manpage installation dir CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/13 03:40:15 Modified files: print/libppd : Tag: OPENBSD_7_6 Makefile Added files: print/libppd/patches: Tag: OPENBSD_7_6 patch-ppd_ppd-cache_c patch-ppd_ppd-generator_c Log message: Prevent PPD generation based on invalid IPP response. Fixes CVE-2024-47175 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/13 03:43:22 Modified files: print/cups-browsed: Tag: OPENBSD_7_6 Makefile Added files: print/cups-browsed/patches: Tag: OPENBSD_7_6 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. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/13 03:48:05 Modified files: print/cups : Tag: OPENBSD_7_6 Makefile print/cups/patches: Tag: OPENBSD_7_6 patch-scheduler_ipp_c Added files: print/cups/patches: Tag: OPENBSD_7_6 patch-cups_ppd-cache_c Log message: Fix for CVE-2024-47175. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/10/13 10:51:07 Log message: import pygithub for spyder 6.x ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20241013 N ports/devel/py-pygithub/Makefile N ports/devel/py-pygithub/distinfo N ports/devel/py-pygithub/pkg/DESCR N ports/devel/py-pygithub/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/10/13 10:52:21 Modified files: devel : Makefile Log message: +py-pygithub CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/10/13 13:58:04 Modified files: databases/sqlitebrowser: Makefile distinfo databases/sqlitebrowser/pkg: PLIST Added files: databases/sqlitebrowser/patches: patch-CMakeLists_txt Log message: databases/sqlitebrowser: update to 3.13.0 changelog: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0 feedback from and OK caspar@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/10/13 14:16:53 Modified files: mail/mblaze : Makefile distinfo mail/mblaze/pkg: PLIST Removed files: mail/mblaze/patches: patch-man_mmime_1 patch-mdeliver_c patch-mmime_c patch-t_1000-mmime_t Log message: update mail/mblaze to 1.3 initial diff from James (falsifian [at] falsifian dot org), with updated plist (new contrib mopenall) from me. While here also take the maintainership. ok and discussed with lucas@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/10/13 14:27:59 Modified files: graphics/decker: Makefile distinfo Log message: update graphics/decker to 1.50 from maintainer Jag Talon, thank you! CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2024/10/13 14:52:08 Modified files: opensmtpd : index.html Added files: opensmtpd/announces: release-7.6.0p0.txt Log message: release opensmtpd 7.6.0p0 CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2024/10/13 15:28:51 Modified files: . : errata75.html errata76.html Log message: Release unbound errata. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/10/13 16:20:06 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c Log message: don't start the ObscureKeystrokeTiming mitigations if there has been traffic on a X11 forwarding channel recently. Should fix X11 forwarding performance problems when this setting is enabled. Patch from Antonio Larrosa via bz3655 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/10/13 18:40:17 Modified files: devel/ccache : Makefile Log message: ccache: fix hidden dep on tl-expected CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/13 18:47:36 Modified files: sys/dev : midivar.h Log message: remove unneeded proc.h include CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/10/13 19:53:43 src/usr.bin/ssh/sshd-auth Update of /cvs/src/usr.bin/ssh/sshd-auth In directory cvs.openbsd.org:/tmp/cvs-serv47408/sshd-auth Log Message: Directory /cvs/src/usr.bin/ssh/sshd-auth added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/10/13 19:57:50 Modified files: usr.bin/ssh : Makefile Makefile.inc log.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h pathnames.h sandbox-pledge.c sandbox-rlimit.c servconf.c servconf.h session.c ssh-sandbox.h sshd-session.c sshd.c usr.bin/ssh/sshd-session: Makefile Added files: usr.bin/ssh : sshd-auth.c usr.bin/ssh/sshd-auth: Makefile Log message: Split per-connection sshd-session binary This splits the user authentication code from the sshd-session binary into a separate sshd-auth binary. This will be executed by sshd-session to complete the user authentication phase of the protocol only. Splitting this code into a separate binary ensures that the crucial pre-authentication attack surface has an entirely disjoint address space from the code used for the rest of the connection. It also yields a small runtime memory saving as the authentication code will be unloaded after thhe authentication phase completes. Joint work with markus@ feedback deraadt@ Tested in snaps since last week CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/13 20:20:01 Modified files: sys/ufs/ufs : dirhash.h Log message: change mutex.h include to rwlock.h missed when dh_mtx changed from mutex to rwlock in rev 1.6 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/10/13 20:45:44 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/10/13 20:46:50 Modified files: etc : rc Log message: sshd-auth also has a relink kit CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/10/13 21:02:08 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: regress support for split sshd-auth binary CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/10/13 23:24:02 Modified files: games/scid : Makefile Log message: Mark games/scid BROKEN-sparc64. ports-gcc doesn't understand c++20 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/10/14 01:05:23 Modified files: share/man/man4 : ddb.4 Log message: remove notes about unsupported modifiers; from nir lichtman confirmed by miod CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/14 01:44:54 Modified files: x11/gnome/mutter: Makefile Log message: Missing BDEP on wayland/wayland-protocols. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/14 01:51:06 Modified files: x11/gnome/mutter: Makefile Log message: Also needs wayland/xwayland. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/14 02:26:48 Modified files: bin/mv : cp.c Log message: remove duplicate includes and license; feedback and ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/14 02:42:39 Modified files: sys/arch/m88k/m88k: sig_machdep.c Log message: remove unused struct sigstate; ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/14 02:59:06 Modified files: lang/python/3 : Tag: OPENBSD_7_6 Makefile Log message: bump REVISION for all python 3 subpackages in -stable to workaround a problem with the -stable packages build process - they ended up getting copied directly from 7.6 release packages (and re-signed) and not rebuilt so the @depend information in +CONTENTS was incorrect. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/10/14 03:53:41 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/patches: patch-configure_ac patch-lib_textmaps_cpp mail/grommunio/gromox/pkg: PLIST-main Removed files: mail/grommunio/gromox/patches: patch-exch_exmdb_db_engine_cpp Log message: update to 2.34 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/14 04:08:13 Modified files: sys/arch/armv7/include: intr.h sys/arch/arm64/include: intr.h sys/arch/riscv64/include: intr.h Log message: remove unneeded device.h include CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/14 04:24:21 Modified files: devel/py-build : Makefile distinfo Log message: update to py3-build-1.2.2.post1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/14 04:27:11 Modified files: devel/readline : Makefile distinfo Log message: update to readline-8.2.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/14 04:27:27 Modified files: devel/py-poetry-core: Makefile distinfo Log message: update to py3-poetry-core-1.9.1 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/10/14 05:49:34 Modified files: sys/arch/amd64/amd64: acpi_machdep.c Log message: Fix build w/o SUSPEND option with tweaks from miod@ ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/14 05:59:38 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-gtk_gtkfilechooserwidget_c x11/gtk+4/pkg : PLIST-main Added files: x11/gtk+4/patches: patch-gdk_wayland_gdkdmabuf-wayland_c Log message: Update to gtk+4-4.16.3. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/10/14 06:02:16 Modified files: sys/arch/arm64/arm64: process_machdep.c sys/arch/arm64/include: pte.h sys/arch/riscv64/include: pte.h Log message: remove unneeded vmparam.h include from pte.h include vmparam.h in process_machdep for USER_SPACE_BITS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/10/14 06:02:42 Modified files: x11/gnome/libadwaita: Makefile distinfo x11/gnome/libadwaita/pkg: PLIST Log message: Update to libadwaita-1.6.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/14 06:24:51 Modified files: comms/conserver/patches: patch-conserver_cutil_c Log message: add comment noting that find_ucom doesn't handle ports 10+ correctly (tries cuaU10 not cuaUa) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/14 06:38:11 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: In ec_asn1_group2curve() rename ok to ret, per usual ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/14 06:42:52 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Drop an obvious comment and fix indent for setting the seed Also remove a pointless cast. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/14 06:50:18 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Fix field element encoding for elliptic curve coefficients SEC 1, section 2.3.5, is explicit that the encoding of an element of the field of definition for an elliptic curve needs to be a zero-padded octet string whose length matches the byte size of the field's degree. So use BN_bn2binpad() to fix this. Factor things into a simple helper to avoid copy-pasting. This gets rid of some of the most grotesque code in this file. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/10/14 07:16:06 Modified files: regress/lib/libcrypto/ec: ec_asn1_test.c Log message: Extend ec_asn1_test to check for correct curve coefficient encoding CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/10/14 07:31:15 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_JavaScriptCore_runtime_MathCommon_cpp Log message: webkitgtk4: Add patch modified from the one referenced at https://bugs.webkit.org/show_bug.cgi?id=281216 to provide an implementation of roundeven()/roundevenf() (present in glibc on Linux, otherwise needing C23). earlier version ok ajacoutot - since modified to drop "OS(LINUX) &&" from #if CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/14 07:31:28 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 131.0.3. see https://www.mozilla.org/en-US/firefox/131.0.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/14 07:31:54 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_6 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 131.0.3. see https://www.mozilla.org/en-US/firefox/131.0.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/10/14 08:00:14 ports/www/nextcloud/30 Update of /cvs/ports/www/nextcloud/30 In directory cvs.openbsd.org:/tmp/cvs-serv41030/30 Log Message: Directory /cvs/ports/www/nextcloud/30 added to the repository CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/10/14 08:00:32 ports/www/nextcloud/30/pkg Update of /cvs/ports/www/nextcloud/30/pkg In directory cvs.openbsd.org:/tmp/cvs-serv31290/30/pkg Log Message: Directory /cvs/ports/www/nextcloud/30/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/10/14 08:01:41 Added files: www/nextcloud/30: Makefile distinfo www/nextcloud/30/pkg: PLIST Log message: Add new version of NC 30 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/10/14 08:02:35 Modified files: www/nextcloud : Makefile Log message: Add new version 30. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/14 09:19:44 Modified files: www/mozilla-firefox: distinfo Log message: www/mozilla-firefox: fix distinfo, tarball was rerolled upstream noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/10/14 09:20:29 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_6 distinfo Log message: www/mozilla-firefox: upstream distfile was rerolled, regen distinfo