CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/09/26 20:39:24 Modified files: sys/conf : newvers.sh Log message: we are now working on 7.2-current CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/09/26 21:01:42 Modified files: games/grdc : grdc.c Log message: typing ^C and seeing "terminated by signal %d" is so ... I don't have the words ok florian CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/09/26 23:53:32 Modified files: share/man/man7 : hier.7 Log message: - no more /usr/include/objc; confirmed by miod - add /var/agentx; text from martijn CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/09/27 05:31:34 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-web Added files: net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_proc_c Log message: update to 6.2.3 and backport a crash fix for ZBX-21373 from Mark Patruck; ok naddy@, sthen@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/09/27 05:31:46 Modified files: usr.sbin/installboot: powerpc64_installboot.c Log message: fix passing explicit stage files This fixes installboot regress on powerpc64. The exact same diff already landed for macppc; efi also has the same fix for md_init() but without the string handling cleanup that entails. macppc_installboot.c r1.6 "Fix passing explicit stage files": Using `stage1' leads to a bit more cleanup since early MI installboot.c handles `-r', i.e. write_filesystem() no longer has needs to do the fileprefix() dance itself. OK gkoehler CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/09/27 05:42:16 Modified files: usr.sbin/installboot: octeon_installboot.c Log message: fix passing explicit stage files This fixes installboot regress on octeon; same diff as macppc_installboot.c r1.6 and powerpc64_installboot r1.7. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/09/27 05:48:57 Modified files: usr.sbin/installboot: loongson_installboot.c Log message: fix passing explicit stage files This fixes installboot regress on octeon; same diff as macppc_installboot.c r1.6, powerpc64_installboot r1.7 and octeon_installboot r1.8. loongson was the last architecture requiring this fix. I don't have a machine to test it myself (loongson isn't built anymore, anyway) but given the same diff works on four other architectures, this should just work. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/09/27 05:52:29 Modified files: usr.sbin/rpc.bootparamd: rpc.bootparamd.8 Log message: Zap .Nm bootparamd Match rpc.{lock,stat}d(8) only having their proper name. OK deraadt CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/09/27 06:22:29 Modified files: distrib/miniroot: install.sub Log message: simpler ftplist[0-9].o.o removal We read /tmp/i/hosts line-wise to fill /mnt/etc/hosts and remove the tmp file immediately afterwards, so just skip ftplist entries inside the loop with a slightly easier to read ksh pattern rather than purge the tmp file up-front with sed(1). This is also a tiny bit more robust should the ftplist entries ever be added with a tab as separator instead of a space and/or an alias since the sed one-liner hardcodes a single space and expects no alias whereas ksh's read takes any amount of whitespace between _addr and _hn while not caring about optional aliases. Comment is obvious so zap it. OK millert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/09/27 06:28:25 Modified files: distrib/miniroot: install.sub Log message: Avoid escaping inside here documents The delimiter can be quoted (single or double) to disable parameter, command and arithmetic expansion inside the here document: $ cat <<__EOT echo $(echo foo) __EOT echo foo $ cat <<'__EOT' echo $(echo foo) __EOT echo $(echo foo) Do the latter to be able to write the here document/file content exactly as it would end up in output/rc.firsttime, making it easier to read. To be more consistent and explicit, switch the remaining here documents with pure plain text (no shell expansion, etc.) to quoted delimiters. OK millert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/09/27 07:30:36 Modified files: usr.sbin/rpc.bootparamd: rpc.bootparamd.8 share/man/man8 : yp.8 Log message: complete bootparamd -> rpc.bootparamd reminded by jmc CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2022/09/27 09:16:51 Added files: . : 72.html Log message: skeleton to be filled CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/09/27 09:47:18 Modified files: . : 72.html Log message: update versions of src and xenocara components CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2022/09/27 15:59:00 Modified files: . : 72.html Log message: sync package versions CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/09/28 00:21:07 Modified files: . : 72.html Log message: mention support for Ampere Altra, Apple M2, Qualcomm Snapdragon CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/09/28 00:40:52 Modified files: . : 72.html Log message: mention drm changes CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/09/28 01:55:29 Modified files: usr.bin/tmux : cmd-capture-pane.c grid-view.c grid.c tmux.1 tmux.h Log message: Add a -T flag to capture-pane to stop at the last used cell instead of the full width. Restore the previous behaviour by making it default to off unless -J is used (the only time it matters). Fixes mosh unit tests; GitHub issue 3339. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/09/28 01:59:50 Modified files: usr.bin/tmux : tmux.1 window-copy.c Log message: Add scroll-top and scroll-bottom commands to scroll so cursor is at top or bottom. From Anindya Mukherjee, GitHub issue 3334. CVSROOT: /cvs Module name: www Changes by: mbuhl@cvs.openbsd.org 2022/09/28 06:22:35 Modified files: . : 72.html Log message: mention igc driver improvements. CVSROOT: /cvs Module name: src Changes by: mbuhl@cvs.openbsd.org 2022/09/28 07:21:13 Modified files: sys/kern : sysv_sem.c Log message: Fix memory corruptions with sysv semaphores due to sleeps in copyin, copyout and malloc. During a sleep another thread could delete the semaphore (and possibly allocate another one at the same location with different permissions) which would lead to an invalid access after wake up. Therefore check the semaphore pointer, the sequence, the permissions and some values in seminfo after each sleep. OK bluhm@ Reported-by: syzbot+60ba811fe2e8a6b0f975@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2022/09/28 10:44:15 Modified files: lib/libc/stdio : setvbuf.c Log message: Fix incorrect range check for size in setvbuf From enh AT google.com: The existing test is wrong for LP64, where size_t has twice as many relevant bits as int, not just one. (Found by inspection by rprichard.) Looks good to deraadt@ and millert@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2022/09/28 10:50:40 Modified files: . : plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html plus27.html plus28.html plus29.html plus30.html plus31.html plus32.html plus33.html plus34.html plus35.html plus36.html plus37.html plus38.html plus39.html plus40.html plus41.html plus42.html plus43.html plus44.html plus45.html plus46.html plus47.html plus48.html plus49.html plus50.html plus51.html plus52.html plus53.html plus54.html plus55.html plus56.html plus57.html plus58.html plus59.html plus60.html plus61.html plus62.html plus63.html plus64.html plus65.html plus66.html plus67.html plus68.html plus69.html plus70.html plus71.html plus72.html Log message: line wrap header CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/09/28 14:27:12 Modified files: lib/libc/string: swab.3 Log message: use Fn rather than Nm for swab(); from josiah frentsos CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/09/28 20:41:37 Modified files: . : 72.html Log message: mention new drivers CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/09/28 21:30:40 Modified files: . : 72.html Log message: add loongson text from 70.html ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/09/28 22:10:27 Modified files: sys/uvm : uvm.h Log message: There no longer is any KVM_ET_* to keep in sync with UVM_ET_*, so comment can be deleted. CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/09/29 01:05:26 Modified files: . : plus72.html Log message: The rest of plus72.html (August 21st through September 26th) input and ok pamela@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/09/29 10:52:31 Modified files: sbin/disklabel : disklabel.8 Log message: FILES: - fix the crazy list width - since there's only one item, -compact makes no sense CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2022/09/29 15:52:51 Modified files: . : 72.html Log message: Document pf and network MP improvements. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/09/29 16:00:58 Modified files: . : plat.html loongson.html Log message: loongson is no longer discontinued ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/09/29 20:56:23 Modified files: sys/conf : GENERIC Log message: re-enable POOL_DEBUG ok deraadt@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/09/30 02:37:58 Modified files: . : 72.html Log message: 7.0 -> 7.1 CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/09/30 03:30:28 Modified files: . : 72.html Log message: add VMM/VMD section, bgpd, rpki-client and some other networking daemon changes CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2022/09/30 04:25:54 Modified files: . : events.html Log message: move my slides to another domain CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/09/30 07:19:07 Modified files: . : 72.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/09/30 14:38:12 Modified files: . : 72.html Log message: more changes and lots of spelling fixes from jsg@, thanks! CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/09/30 15:58:27 Modified files: . : 72.html Log message: some more updates CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 01:56:13 Modified files: . : 72.html Log message: revert the incorrect change to Mesa version from rev 1.13 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 02:59:53 Modified files: . : 72.html Log message: add links to manual pages CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 03:20:09 Modified files: . : 72.html Log message: missing CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 04:21:33 Modified files: . : 72.html Log message: fix case CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/01 04:25:27 Modified files: . : 72.html Log message: more changes up until the end of June '22 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 04:37:16 Modified files: . : 72.html Log message: don't mention memset(3) when discussing drivers CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 04:44:13 Modified files: . : 72.html Log message: remove duplicate sfgpio(4) entry added in 1.19 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 05:18:36 Modified files: . : 72.html Log message: remove duplicate uaq(4), rge(4), and ieee80211_rxinfo entries CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 06:59:01 Modified files: . : 72.html Log message: only mention kstat(4) and kstat(1) in one section ok benno@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2022/10/01 08:17:02 Modified files: . : 72.html Log message: Add configtest for rc.d / rcctl. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2022/10/01 09:13:15 Modified files: . : 72.html Log message: two unveil/pledge semantic changes in this release CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2022/10/01 09:40:40 Modified files: . : 72.html Log message: typo CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2022/10/01 09:51:59 Modified files: . : 72.html Log message: 7.2 package counts aarch64: 11261 amd64: 11451 i386: 10225 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/01 10:23:15 Modified files: lib/libssl : ssl_both.c ssl_clnt.c ssl_locl.h ssl_srvr.c Log message: Move handshake message handling functions from ssl_both.c to client/server. Currently, ssl_both.c contains several functions that are used by both the legacy client and legacy server. This interwines the client and server, making it harder to make progressive changes. While it does deduplicate some code, it also ends up with code that is conditioned on s->server and forces the caller to pass in SSL3_ST_* values. Move these functions from ssl_both.c into ssl_clnt.c and ssl_srvr.c, renaming as appropriate and removing the s->server conditionals. Also move the client and server function prototypes from ssl_locl.h into the .c files, making them static in the process. ok tb@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2022/10/01 14:48:07 Modified files: . : plus72.html 72.html Log message: improve ypconnect() explanation CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/01 15:00:27 Modified files: . : 72.html Log message: changes up to early August '22 CVSROOT: /cvs Module name: www Changes by: mbuhl@cvs.openbsd.org 2022/10/01 15:23:40 Modified files: . : 72.html Log message: remove duplicate igc(4) entry added in 1.19 CVSROOT: /cvs Module name: www Changes by: gnezdo@cvs.openbsd.org 2022/10/01 15:36:27 Modified files: . : 72.html Log message: Minor grammar nits CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/01 16:25:49 Modified files: . : 72.html Log message: updates up to September '22 CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/01 16:35:55 Modified files: . : 72.html Log message: changes up to September 29th CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/01 17:00:05 Modified files: . : 72.html Log message: Say we added support for the X11s Put in some lines on snmpd(8), from Martijn van Duren CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/01 17:10:11 Modified files: . : 72.html Log message: spell x13s with a "3" CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/01 17:14:28 Modified files: . : 72.html Log message: remove duplicate "configtest" CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/01 17:21:55 Modified files: . : 72.html Log message: move some things around add linebreaks CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/01 17:49:38 Modified files: sys/kern : Makefile makesyscalls.sh Removed files: sys/kern : syscalls.conf Log message: The syscall table generation awk script was also used by compat layers in the past, but those compat layers are gone. Remove support for the "config file" ok miod millert CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 19:42:15 Modified files: . : 72.html Log message: remove repeated lines CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/01 23:29:59 Modified files: . : 72.html Log message: fix spelling and case CVSROOT: /cvs Module name: www Changes by: anton@cvs.openbsd.org 2022/10/02 01:07:43 Modified files: . : 72.html Log message: mention more pluart(4) changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/02 02:03:53 Modified files: . : 72.html Log message: change new to 2021 for 14"/16" MacBook Pro CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/02 02:20:48 Modified files: . : 72.html Log message: correct TTM page allocation text CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/02 03:43:24 Modified files: . : 72.html Log message: consistently include section in links to manual pages CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/10/02 05:56:43 Modified files: usr.bin/ctfconv: ctfconv.c Log message: Remove unused DEBUG_LINE define. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/02 10:36:42 Modified files: lib/libssl : bio_ssl.c d1_both.c d1_lib.c d1_pkt.c d1_srtp.c s3_lib.c ssl_both.c ssl_cert.c ssl_ciphers.c ssl_clnt.c ssl_lib.c ssl_locl.h ssl_packet.c ssl_pkt.c ssl_seclevel.c ssl_sess.c ssl_srvr.c ssl_stat.c ssl_tlsext.c ssl_versions.c t1_enc.c t1_lib.c tls13_client.c tls13_legacy.c tls13_lib.c tls13_server.c Log message: Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL. These are no longer necessary due to SSL_CTX and SSL now being fully opaque. Merge SSL_CTX_INTERNAL back into SSL_CTX and SSL_INTERNAL back into SSL. Prompted by tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/02 10:38:23 Modified files: regress/lib/libssl/dtls: dtlstest.c regress/lib/libssl/tlsext: tlsexttest.c regress/lib/libssl/unit: cipher_list.c ssl_versions.c tls_ext_alpn.c Log message: Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/02 10:39:39 Modified files: regress/lib/libssl/tlslegacy: tlslegacytest.c Log message: Remove unused headers. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/02 10:40:56 Modified files: regress/lib/libssl/quic: Makefile Log message: Dynamically link libssl for QUIC regress. Now that the QUIC API is public, we can stop linking this statically. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/02 13:00:46 Modified files: sys/arch/arm64/dev: aplhidev.c Log message: Fetch vendor and product IDs from the keyboard/touchpad controller. To be used in a future diff to handle machines with touchbar a bit better. ok robert@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/02 13:48:50 Modified files: . : 72.html Log message: * mention the new endmmsg syscall * move things around a bit * remove the empty lines i had kept for easier orientation while editing CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/02 13:58:37 Modified files: . : 72.html Log message: move bootblock changes to the installer&upgrade section and change the section title. poked by kn@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/02 14:19:33 Modified files: . : 72.html Log message: make some sentences nicer and add some manpage links CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/02 14:22:32 Modified files: . : 72.html Log message: move the RAID 1C changes to the bootloader section, they are not kernel changes noticed by kn@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/02 14:33:04 Modified files: . : 72.html Log message: move some things into the new userland features section. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/02 23:39:07 Modified files: sys/dev/pci : pcidevs Log message: add id for Raphael, Ryzen 7000 GPU (gfx1036, GC 10.3.6?) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/02 23:39:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 04:07:01 Modified files: sys/dev/pci/drm/include/linux: pci.h sys/dev/pci/drm/include/generated: autoconf.h Log message: define CONFIG_PCIEASPM, add ltr_path to struct pci_dev for 5.15.70 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 04:13:23 Modified files: sys/dev/pci/drm/amd/amdgpu: nbio_v2_3.c nbio_v6_1.c nbio_v7_4.c Log message: drm/amdgpu: Don't enable LTR if not supported From Lijo Lazar dcef16f64969eefb83c8711173fd025611f258f8 in linux 5.15.y/5.15.70 6c20490663553cd7e07d8de8af482012329ab9d6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 04:16:12 Modified files: sys/dev/pci/drm/amd/amdgpu: soc15.c vega10_ih.c vega20_ih.c Log message: drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega From Alex Deucher 0a7d86f156fad2a4420404c1f71c9ee79970ab0c in linux 5.15.y/5.15.70 dc1d85cb790f2091eea074cee24a704b2d6c4a06 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 04:18:28 Modified files: sys/dev/pci/drm/amd/amdgpu: sdma_v4_0.c soc15.c Log message: drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega From Alex Deucher 8c2bbfb0ded3f41e2985a7856da56f130288d926 in linux 5.15.y/5.15.70 e3163bc8ffdfdb405e10530b140135b2ee487f89 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:30:27 Modified files: sys/dev/pci/drm/include/linux: compiler.h Log message: add noinline_for_stack for 5.15.71 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:39:40 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c amdgpu_virt.c amdgpu_virt.h Log message: drm/amdgpu: Separate vf2pf work item init from virt data exchange From Victor Skvortsov 25a90a11036b6fd385ee75536b78659fc481d529 in linux 5.15.y/5.15.71 892deb48269c65376f3eeb5b4c032ff2c2979bd7 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:42:42 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: drm/amdgpu: make sure to init common IP before gmc From Alex Deucher 55653c548612d7ffbb21cf05ebff6d14f79cc913 in linux 5.15.y/5.15.71 a8671493d2074950553da3cf07d1be43185ef6c6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:46:17 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c amdgpu_virt.c Log message: drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOV From Jingwen Chen 5f270b61ee8b01ab410e3e6ee4f4cc0b32300605 in linux 5.15.y/5.15.71 9a458402fb69bda886aa6cbe067311b6e3d9c52a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:48:47 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu11: sienna_cichlid_ppt.c Log message: drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cards From Guchun Chen f76d6f309a685d24a32703b4d5c5a71e76f4b793 in linux 5.15.y/5.15.71 7c6fb61a400bf3218c6504cb2d48858f98822c9d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:50:34 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c Log message: drm/amdgpu: use dirty framebuffer helper From Hamza Mahfooz 33b128f790b6df7e44e4435c6b9387b257637d15 in linux 5.15.y/5.15.71 66f99628eb24409cb8feb5061f78283c8b65f820 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:52:57 Modified files: sys/dev/pci/drm/amd/display/modules/color: color_gamma.c Log message: drm/amd/display: Limit user regamma to a valid value From Yao Wang1 a541c011181823494c53b15020fae5c3b45f5ec2 in linux 5.15.y/5.15.71 3601d620f22e37740cf73f8278eabf9f2aa19eb7 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:56:02 Modified files: sys/dev/pci/drm/amd/display/dc/dml/dcn31: display_mode_vba_31.c Log message: drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAndDRAMSpeedChangeSupport() From Nathan Chancellor 9539cfc744933198318eb061ffce87964559ff87 in linux 5.15.y/5.15.71 37934d4118e22bceb80141804391975078f31734 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:57:51 Modified files: sys/dev/pci/drm/amd/display/dc/dml/dcn31: display_mode_vba_31.c Log message: drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule() From Nathan Chancellor 492db4ffcff3c3bac1f36bbb100e45c9fe718e34 in linux 5.15.y/5.15.71 21485d3da659b66c37d99071623af83ee1c6733d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 05:59:53 Modified files: sys/dev/pci/drm/amd/display/dc/dml/dcn30: display_mode_vba_30.c Log message: drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage From Nathan Chancellor 1c26968caf181add92bbf556e3eb3c14ccbe7fa2 in linux 5.15.y/5.15.71 41012d715d5d7b9751ae84b8fb255e404ac9c5d0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/03 06:02:12 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c Log message: drm/amdgpu: don't register a dirty callback for non-atomic From Alex Deucher 21b0301f2234112fbe5cfc1e13968f0a12f0f2d2 in linux 5.15.y/5.15.71 abbc7a3dafb91b9d4ec56b70ec9a7520f8e13334 in mainline linux CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2022/10/03 06:47:05 Modified files: . : 72.html Log message: Add OpenSSH 9.1. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2022/10/03 08:10:53 Modified files: sys/kern : subr_percpu.c Log message: Add a second membar producer into counters_zero(). Now it is symmetric to counters_read(). OK jmatthew@ CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2022/10/03 08:48:16 Modified files: . : 72.html Log message: LibreSSL 3.6.0 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/03 09:34:39 Modified files: lib/libc/time : localtime.c Log message: Allow TZ to contain absolutes paths starting with /usr/share/zoneinfo/ Other absolutes paths are still rejected. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2022/10/03 10:43:52 Modified files: sys/kern : uipc_socket.c uipc_socket2.c uipc_usrreq.c sys/net : pfkeyv2.c rtsock.c sys/netinet : in_pcb.c in_pcb.h ip_divert.c ip_divert.h ip_var.h raw_ip.c tcp_input.c tcp_subr.c tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h sys/netinet6 : ip6_divert.c ip6_divert.h ip6_var.h raw_ip6.c sys/sys : protosw.h socketvar.h unpcb.h Log message: System calls should not fail due to temporary memory shortage in malloc(9) or pool_get(9). Pass down a wait flag to pru_attach(). During syscall socket(2) it is ok to wait, this logic was missing for internet pcb. Pfkey and route sockets were already waiting. sonewconn() must not wait when called during TCP 3-way handshake. This logic has been preserved. Unix domain stream socket connect(2) can wait until the other side has created the socket to accept. OK mvs@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/03 13:22:48 src/sys/dev/efi Update of /cvs/src/sys/dev/efi In directory cvs.openbsd.org:/tmp/cvs-serv4110/efi Log Message: Directory /cvs/src/sys/dev/efi added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/03 13:32:22 Modified files: sys/arch/arm64/arm64: machdep.c sys/arch/arm64/conf: files.arm64 sys/arch/armv7/armv7: armv7_machdep.c sys/arch/riscv64/riscv64: machdep.c Added files: sys/arch/arm64/dev: efi_machdep.c sys/dev/efi : efi.h Removed files: sys/arch/arm64/dev: efi.c sys/dev/acpi : efi.h Log message: Reorganize the EFI code a bit. Move the efi.h header from dev/acpi to dev/efi and rename the arm64 efi.c to efi_machdep.c, preparing the way for MI EFI code and an amd64 implementation of EFI runtime support. ok deraadt@, mlarkin@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2022/10/03 14:41:40 Modified files: . : 72.html Log message: 7.2 release: 9275 sparc64 packages CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 14:53:51 Modified files: net/routinator : Makefile Removed files: net/routinator/patches: patch-modcargo-crates_routinator-ui-0_3_4_build_rs Log message: net/routinator: avoid patching the routinator-ui build.rs and instead extract the Vue.js components in the directory where they are expected to be. ok sthen CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2022/10/03 15:02:02 Modified files: sys/dev/fdt : dapmic.c Log message: dapmic(4): support clean shutdown with the power button Register an interrupt handler and look for nONKEY events. Mask off all other events. Also clear the FAULT_LOG register at startup, but don't attempt to acknowledge its contents at runtime. This lets the user force a shutdown with a long power button press. Some events in EVENT_* or FAULT_LOG may benefit from more graceful handling. This makes it possible to cleanly shutdown my Hifive Unmatched using the power button. Thanks to kettenis@ who wrote sfgpio(4) to handle dapmic(4) interrupts on the Unmatched. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/03 15:03:36 Log message: The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols. rbnacl provides a ruby interface to libsodium/NaCl. input and ok jeremy@ Status: Vendor Tag: kmos Release Tags: kmos_20221003 N ports/security/ruby-rbnacl/Makefile N ports/security/ruby-rbnacl/distinfo N ports/security/ruby-rbnacl/pkg/DESCR N ports/security/ruby-rbnacl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/03 15:04:42 Modified files: security : Makefile security/ruby-openid: Makefile distinfo security/ruby-openid/pkg: PLIST Log message: Hook ruby-rbnacl up to the build CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 15:18:19 Modified files: productivity/vym: Makefile productivity/vym/pkg: DESCR Log message: productivity/vym: fix typo in DESCR and move HOMEPAGE to https CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 15:19:49 Modified files: www/newsboat : Makefile crates.inc distinfo www/newsboat/patches: patch-Makefile www/newsboat/pkg: PLIST Log message: www/newsboat: update to 2.29 https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md#229---2022-09-25 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 15:30:13 Modified files: devel/protobuf : Makefile distinfo Log message: Update to protobuf 3.21.6 Fixes potential DoS CVE-2022-1941: https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 15:30:44 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py3-protobuf 4.21.6 Fixes potential DoS CVE-2022-1941: https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/03 15:30:58 Modified files: . : 72.html Log message: improve the description of the pledge("vminfo") and ypldap local bind mode changes. proded by deraadt@. Remove duplicate bgpd add-path feature. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 15:32:46 Modified files: devel/protobuf : Tag: OPENBSD_7_2 Makefile distinfo Log message: MFC: Update to protobuf 3.21.6 Fixes potential DoS CVE-2022-1941: https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 15:33:17 Modified files: games/warzone2100: Makefile Log message: Missing dependency on x11/gtk+3,-guic. reported by Maksim Rodin CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 15:33:45 Modified files: devel/py-protobuf: Tag: OPENBSD_7_2 Makefile distinfo Log message: MFC: Update to py3-protobuf 4.21.6 Fixes potential DoS CVE-2022-1941: https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 15:37:08 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.50.11. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 15:37:58 Modified files: devel/protobuf : Makefile distinfo Log message: Update to protobuf 3.21.7 Major bump for libprotoc due to symbol removal and struct size changes https://github.com/protocolbuffers/protobuf/releases/tag/v21.7 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/03 15:39:09 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py3-protobuf 4.21.7 https://github.com/protocolbuffers/protobuf/releases/tag/v21.7 CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/03 15:44:19 Modified files: . : 72.html Log message: add manpage links to LibreSSL section CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 15:45:42 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST-common Log message: Update to gnome-desktop-42.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 15:46:08 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 42.5! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 15:55:01 Modified files: x11/dbus : Makefile distinfo x11/dbus/patches: patch-dbus_dbus-sysdeps-util-unix_c Removed files: x11/dbus/patches: patch-configure_ac Log message: Update to dbus-1.14.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 16:02:47 Modified files: x11/yaru : Makefile distinfo Log message: Update to yaru-22.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 16:08:29 Modified files: x11/gnome/libpanel: Makefile distinfo x11/gnome/libpanel/pkg: PLIST Log message: Update to libpanel-1.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:10:48 Modified files: databases/py-influxdb_client: Makefile distinfo databases/py-influxdb_client/pkg: PLIST Log message: update to py3-influxdb_client-1.33.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:10:50 Modified files: databases/py-ldap: Makefile distinfo databases/py-ldap/pkg: PLIST Log message: update to py3-ldap-3.4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:10:52 Modified files: net/scamper : Makefile distinfo Log message: update to scamper-20211212c CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:10:54 Modified files: www/nghttp2 : Makefile distinfo Log message: update to nghttp2-1.50.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:10:56 Modified files: net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Removed files: net/icinga/web2-module-director/patches: patch-library_Director_Web_Widget_BackgroundDaemonDetails_php Log message: update to icinga-web2-module-director-1.10.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:10:58 Modified files: security/uacme : Makefile distinfo Log message: update to uacme-1.7.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:00 Modified files: databases/py-sqlalchemy: Makefile distinfo databases/py-sqlalchemy/pkg: PLIST Log message: update to py3-sqlalchemy-1.4.41 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:02 Modified files: databases/py-sqlobject: Makefile distinfo databases/py-sqlobject/pkg: PLIST Log message: update to py3-sqlobject-3.10.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:04 Modified files: databases/py-peewee: Makefile distinfo databases/py-peewee/pkg: PLIST Log message: update to py3-peewee-3.15.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:06 Modified files: devel/py-modulegraph: Makefile distinfo Log message: update to py-modulegraph-0.19.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:08 Modified files: devel/py-objgraph: Makefile distinfo devel/py-objgraph/pkg: PLIST Log message: update to py3-objgraph-3.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:10 Modified files: net/py-zmq : Makefile distinfo net/py-zmq/pkg : PLIST Log message: update to py3-zmq-24.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:12 Modified files: devel/py-pathspec: Makefile distinfo Log message: update to py3-pathspec-0.10.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:14 Modified files: textproc/py-xmlschema: Makefile distinfo Log message: update to py3-xmlschema-2.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:16 Modified files: www/py-beaker : Makefile distinfo www/py-beaker/pkg: PLIST Log message: update to py3-beaker-1.11.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:18 Modified files: www/py-bleach : Makefile distinfo www/py-bleach/pkg: PLIST Log message: update to py3-bleach-5.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:20 Modified files: www/py-bottle : Makefile distinfo www/py-bottle/pkg: PLIST Log message: update to py3-bottle-0.12.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:22 Modified files: astro/py-skyfield: Makefile distinfo astro/py-skyfield/pkg: PLIST Log message: update to py3-skyfield-1.45 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:24 Modified files: databases/py-sqlparse: Makefile distinfo databases/py-sqlparse/pkg: PLIST Log message: update to py3-sqlparse-0.4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:26 Modified files: textproc/py-pypandoc: Makefile distinfo textproc/py-pypandoc/patches: patch-tests_py textproc/py-pypandoc/pkg: PLIST Log message: update to py3-pypandoc-1.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:28 Modified files: textproc/py-rebulk: Makefile distinfo textproc/py-rebulk/pkg: PLIST Log message: update to py3-rebulk-3.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:30 Modified files: print/pdfarranger: Makefile distinfo print/pdfarranger/patches: patch-setup_py Removed files: print/pdfarranger/patches: patch-pdfarranger_exporter_py Log message: update to pdfarranger-1.9.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:32 Modified files: devel/py-altgraph: Makefile distinfo Log message: update to py-altgraph-0.17.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:34 Modified files: devel/py-executing: Makefile distinfo devel/py-executing/pkg: PLIST Log message: update to py3-executing-1.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:36 Modified files: devel/py-arrow : Makefile distinfo devel/py-arrow/pkg: PLIST Log message: update to py3-arrow-1.2.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:38 Modified files: devel/py-entrypoints: Makefile distinfo devel/py-entrypoints/pkg: PLIST Log message: update to py3-entrypoints-0.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:40 Modified files: devel/py-path : Makefile distinfo Log message: update to py3-path-16.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:42 Modified files: devel/py-stack_data: Makefile distinfo devel/py-stack_data/pkg: PLIST Log message: update to py3-stack_data-0.5.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:44 Modified files: devel/py-test : Makefile distinfo devel/py-test/pkg: PLIST Log message: update to py3-test-7.1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:46 Modified files: devel/py-atomicwrites: Makefile distinfo devel/py-atomicwrites/pkg: PLIST Log message: update to py3-atomicwrites-1.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:48 Modified files: security/py-openssl: Makefile distinfo security/py-openssl/patches: patch-tests_memdbg_py security/py-openssl/pkg: PLIST Log message: update to py3-openssl-22.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:50 Modified files: databases/pg_sqlite_fdw: Makefile distinfo Log message: update to pg_sqlite_fdw-2.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:52 Modified files: devel/py-invoke: Makefile distinfo devel/py-invoke/patches: patch-tests_config_py patch-tests_runners_py devel/py-invoke/pkg: PLIST Log message: update to py3-invoke-1.7.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:54 Modified files: devel/py-jaraco-functools: Makefile distinfo Log message: update to py3-jaraco-functools-3.5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:56 Modified files: devel/py-jsonschema: Makefile distinfo Log message: update to py3-jsonschema-4.16.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:11:58 Modified files: textproc/py-css-parser: Makefile distinfo textproc/py-css-parser/pkg: PLIST Log message: update to py3-css-parser-1.0.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:00 Modified files: textproc/py-numpydoc: Makefile distinfo textproc/py-numpydoc/pkg: PLIST Log message: update to py3-numpydoc-1.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:02 Modified files: x11/evilwm : Makefile distinfo Log message: update to evilwm-1.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:04 Modified files: www/tomcat/v8 : Makefile distinfo Log message: update to tomcat-8.5.82 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:06 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.67 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:08 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples PLIST-main Log message: update to tomcat-10.0.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:10 Modified files: astro/py-jplephem: Makefile distinfo astro/py-jplephem/pkg: PLIST Log message: update to py3-jplephem-2.18 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:12 Modified files: devel/py-test-astropy-header: Makefile distinfo devel/py-test-astropy-header/pkg: PLIST Log message: update to py3-test-astropy-header-0.2.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:14 Modified files: lang/pythran : Makefile distinfo lang/pythran/pkg: PLIST Log message: update to pythran-0.12.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:16 Modified files: textproc/py-iso8601: Makefile distinfo Log message: update to py3-iso8601-1.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:18 Modified files: textproc/py-confuse: Makefile distinfo textproc/py-confuse/pkg: PLIST Log message: update to py3-confuse-2.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:20 Modified files: devel/py-test-cov: Makefile distinfo devel/py-test-cov/pkg: PLIST Log message: update to py3-test-cov-4.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:23 Modified files: textproc/py-chardet: Makefile distinfo textproc/py-chardet/pkg: PLIST Log message: update to py3-chardet-5.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:25 Modified files: textproc/py-textfsm: Makefile distinfo textproc/py-textfsm/pkg: PLIST Log message: update to py3-textfsm-1.1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:27 Modified files: textproc/py-unidecode: Makefile distinfo textproc/py-unidecode/pkg: PLIST Log message: update to py3-unidecode-1.3.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:29 Modified files: devel/py-coverage: Makefile distinfo devel/py-coverage/pkg: PLIST Log message: update to py3-coverage-6.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:31 Modified files: devel/py-greenlet: Makefile distinfo devel/py-greenlet/pkg: PLIST Log message: update to py3-greenlet-1.1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:33 Modified files: devel/py-hamcrest: Makefile distinfo devel/py-hamcrest/pkg: PLIST Log message: update to py3-hamcrest-2.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:35 Modified files: www/py-terminado: Makefile distinfo www/py-terminado/patches: patch-terminado_tests_basic_test_py www/py-terminado/pkg: PLIST Removed files: www/py-terminado/patches: patch-terminado_management_py Log message: update to py3-terminado-0.16.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:37 Modified files: databases/citus: Makefile distinfo databases/citus/patches: patch-src_backend_distributed_commands_multi_copy_c databases/citus/pkg: PLIST Log message: update to citus-11.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:39 Modified files: devel/py-distutils-extra: Makefile distinfo devel/py-distutils-extra/pkg: PLIST Log message: update to py3-distutils-extra-2.39 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:41 Modified files: www/py-quixote : Makefile distinfo www/py-quixote/pkg: PLIST Log message: update to py3-quixote-3.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:43 Modified files: www/py-mechanize: Makefile distinfo www/py-mechanize/pkg: PLIST Log message: update to py3-mechanize-0.4.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:45 Modified files: converters/py-num2words: Makefile distinfo converters/py-num2words/pkg: PLIST Removed files: converters/py-num2words/patches: patch-setup_py Log message: update to py3-num2words-0.5.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:47 Modified files: net/mosquitto : Makefile distinfo net/mosquitto/patches: patch-man_CMakeLists_txt patch-mosquitto_conf patch-test_broker_Makefile patch-test_broker_c_Makefile patch-test_lib_c_Makefile Log message: update to mosquitto-2.0.15 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:49 Modified files: net/livemedia : Makefile distinfo Log message: update to liveMedia-20221001 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:12:51 Modified files: www/composer : Makefile distinfo Log message: update to composer-2.4.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 16:13:38 Modified files: textproc/gspell: Makefile distinfo textproc/gspell/pkg: PLIST Log message: Update to gspell-1.12.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:14:57 Modified files: lang/php : Makefile.inc Log message: sync WANTLIB, bumps will be done by version updates in next commits CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:15:39 Modified files: lang/php/7.4 : Makefile distinfo Log message: update to php-7.4.32 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:15:45 Modified files: lang/php/8.0 : Makefile distinfo Log message: update to php-8.0.24 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:15:57 Modified files: lang/php/8.1 : Makefile distinfo Log message: update to php-8.1.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 16:17:18 Modified files: x11/gnome/epub-thumbnailer: Makefile distinfo Log message: Update to gnome-epub-thumbnailer-1.7. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:17:24 Modified files: devel/protobuf-c: Makefile distinfo Log message: update to protobuf-c-1.4.1, drop maintainer per request CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:18:06 Modified files: audio/umurmur : Makefile distinfo audio/umurmur/patches: patch-CMakeLists_txt patch-src_config_h_in Log message: update to umurmur-0.2.20, drop maintainer per request CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/03 16:19:33 Modified files: net/i2pd : Makefile distinfo net/i2pd/pkg : PLIST Removed files: net/i2pd/patches: patch-libi2pd_Crypto_h Log message: update to i2pd-2.43.0, ok tb, maintainer email bounces CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 16:28:31 Modified files: security/gnutls: Makefile distinfo Log message: Update to gnutls-3.7.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 16:33:33 Modified files: mail/sendmail : Makefile distinfo Log message: Update to sendmail-8.17.1.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 16:41:55 Modified files: textproc/link-grammar: Makefile distinfo textproc/link-grammar/patches: patch-bindings_perl_Makefile_in patch-bindings_python_Makefile_in textproc/link-grammar/pkg: PLIST-main Removed files: textproc/link-grammar/patches: patch-configure Log message: Update to link-grammar-5.11.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 17:02:07 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_ssm_service_go Log message: Update to amazon-ssm-agent-3.1.1856.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 17:10:01 Modified files: graphics/shotwell: Makefile distinfo Log message: Update to shotwell-0.30.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 17:15:45 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/patches: patch-platform_gsutil_gslib_commands_config_py sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-404.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 17:15:51 Modified files: productivity/gnucash-docs: Makefile distinfo productivity/gnucash-docs/pkg: PLIST Log message: Update to gnucash-docs-4.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 17:53:51 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-11.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 18:01:48 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/patches: patch-gnucash_gnome-utils_gnc-main-window_c productivity/gnucash/pkg: PLIST Log message: Update to gnucash-4.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 18:03:00 Modified files: misc/hwdata : Makefile distinfo misc/hwdata/pkg: PLIST Log message: Update to hwdata-0.363. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 18:08:22 Modified files: devel/libgusb : Makefile distinfo devel/libgusb/pkg: PLIST Log message: Update to libgusb-0.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 18:11:41 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: Update to consul-template-0.29.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 18:25:27 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 18:29:24 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-8.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 18:29:36 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-8.8.0. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2022/10/03 18:57:52 Modified files: sysutils/pciutils: Makefile distinfo Log message: update to pciutils 3.8.0 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/03 19:38:08 Modified files: . : 72.html Log message: fix case and remove unwanted apostrophe CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/03 20:35:56 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.39.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/03 20:58:41 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/03 22:12:09 Modified files: devel/git-cola : Makefile distinfo devel/git-cola/patches: patch-cola_app_py devel/git-cola/pkg: PLIST Log message: Update to git-cola-4.0.2 Changes: https://github.com/git-cola/git-cola/blob/v4.0.2/CHANGES.rst CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/03 22:12:48 Modified files: net/libfilezilla: Makefile distinfo net/libfilezilla/pkg: PLIST Log message: Update to libfilezilla-0.39.1 Changes: https://lib.filezilla-project.org/ Bump minor of shared lib. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/03 22:13:16 Modified files: net/filezilla : Makefile distinfo net/filezilla/patches: patch-src_engine_Makefile_am Log message: Update to filezilla-3.61.0 Changes: https://filezilla-project.org/versions.php Bump major of shared libs. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/03 22:13:57 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.59.2 Changes: https://rclone.org/changelog/#v1-59-2-2022-09-15 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/03 22:14:53 Modified files: sysutils/unionfs-fuse: Makefile distinfo Added files: sysutils/unionfs-fuse/patches: patch-src_fuse_ops_c Removed files: sysutils/unionfs-fuse/patches: patch-src_Makefile Log message: Update to unionfs-fuse-3.2 Changes: https://github.com/rpodgorny/unionfs-fuse/blob/v3.2/NEWS CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/03 22:15:24 Modified files: devel/bats : Makefile distinfo Log message: Update to bats-1.8.0 Changes: https://github.com/bats-core/bats-core/releases/tag/v1.8.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/03 22:15:52 Modified files: archivers/libdeflate: Makefile distinfo archivers/libdeflate/patches: patch-Makefile Log message: Update to libdeflate-1.14 Changes: https://github.com/ebiggers/libdeflate/blob/v1.14/NEWS.md CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/03 22:17:17 Modified files: mail/notmuch : Makefile.inc mail/notmuch/notmuch: distinfo mail/notmuch/notmuch/patches: patch-test_T400-hooks_sh patch-test_test-lib_sh mail/notmuch/notmuch/pkg: PLIST-main mail/notmuch/py-notmuch: Makefile distinfo Added files: mail/notmuch/notmuch/patches: patch-test_T210-raw_sh Log message: Update to notmuch-0.37 Changes: https://notmuchmail.org/news/release-0.37/ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/03 23:53:08 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_page_allocator_constants_h patch-base_allocator_partition_allocator_partition_address_space_cc patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_page_h patch-base_allocator_partition_allocator_partition_root_cc patch-base_files_file_path_watcher_unittest_cc patch-base_process_process_metrics_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_openbsd_cc patch-base_system_sys_info_unittest_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_h patch-base_threading_platform_thread_linux_cc patch-base_threading_platform_thread_unittest_cc patch-base_trace_event_process_memory_dump_cc patch-build_config_BUILD_gn patch-build_config_compiler_BUILD_gn patch-cc_BUILD_gn patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_process_impl_h patch-chrome_browser_browser_resources_grd 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_dev_ui_browser_resources_grd patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_file_picker_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_service_factory_cc patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_cc patch-chrome_browser_extensions_external_provider_impl_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_password_manager_password_reuse_manager_factory_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_print_job_worker_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_profiles_profiles_state_cc patch-chrome_browser_resources_sandbox_internals_sandbox_internals_ts patch-chrome_browser_resources_settings_autofill_page_passwords_shared_css patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_resources_signin_signin_shared_css patch-chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_sync_device_info_sync_client_impl_cc patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_views_download_download_item_view_cc patch-chrome_browser_ui_views_frame_browser_non_client_frame_view_factory_views_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_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_drag_controller_cc patch-chrome_browser_ui_web_applications_app_browser_controller_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_ui_window_sizer_window_sizer_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_web_app_provider_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_channel_info_h patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_keycode_text_conversion_unittest_cc patch-chrome_updater_app_app_install_cc patch-chrome_updater_configurator_cc patch-chrome_updater_device_management_dm_storage_cc patch-chrome_updater_installer_cc patch-chrome_utility_services_cc patch-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_assistant_browser_autofill_assistant_impl_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_crash_core_app_BUILD_gn 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_neterror_resources_neterror_js patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_browser_policy_pref_mapping_test_cc patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc patch-components_sync_device_info_local_device_info_util_cc patch-components_sync_device_info_local_device_info_util_linux_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-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_media_media_interface_proxy_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_web_contents_web_contents_view_aura_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_gpu_gpu_main_cc patch-content_gpu_gpu_sandbox_hook_linux_cc patch-content_public_browser_render_process_host_h patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_public_test_mock_render_process_host_h patch-content_public_test_mock_render_thread_cc 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_test_BUILD_gn patch-extensions_browser_extension_prefs_cc patch-extensions_browser_pref_names_cc patch-extensions_browser_pref_names_h patch-extensions_shell_browser_shell_browser_main_parts_cc patch-gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_vulkan_device_queue_cc patch-gpu_vulkan_vulkan_device_queue_h patch-ipc_ipc_message_utils_h patch-media_BUILD_gn patch-media_base_media_switches_cc patch-media_cdm_cdm_paths_unittest_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_video_encode_accelerator_adapter_cc patch-mojo_core_BUILD_gn patch-mojo_core_channel_cc patch-net_BUILD_gn patch-net_base_network_change_notifier_cc patch-net_cert_cert_verify_proc_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_dns_BUILD_gn patch-net_dns_host_resolver_manager_cc patch-net_socket_udp_socket_posix_cc patch-net_traffic_annotation_network_traffic_annotation_h patch-remoting_host_policy_watcher_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc patch-services_device_compute_pressure_cpu_probe_cc patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_frame_web_frame_test_cc patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_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_h patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_scheduler_common_thread_cc patch-third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc patch-third_party_boringssl_src_crypto_fipsmodule_rand_internal_h patch-third_party_boringssl_src_crypto_refcount_c11_c patch-third_party_boringssl_src_include_openssl_base_h patch-third_party_dawn_src_dawn_common_Platform_h patch-third_party_ipcz_src_reference_drivers_random_cc patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton_h patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock_h patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_thread_checker_h patch-third_party_pdfium_core_fxge_cfx_fontmapper_cpp patch-third_party_perfetto_src_base_unix_socket_cc patch-third_party_ruy_BUILD_gn patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_webrtc_rtc_base_BUILD_gn patch-tools_gn_src_base_files_file_posix_cc patch-ui_base_ime_linux_linux_input_method_context_factory_cc patch-ui_base_ui_base_features_cc patch-ui_color_color_id_h patch-ui_events_event_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_gpu_memory_buffer_h patch-ui_gl_BUILD_gn patch-ui_gl_generate_bindings_py patch-ui_ozone_platform_headless_headless_surface_factory_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_ozone_public_ozone_platform_h patch-ui_platform_window_platform_window_init_properties_h patch-ui_strings_translations_app_locale_settings_bn_xtb patch-ui_strings_translations_app_locale_settings_ja_xtb patch-ui_strings_translations_app_locale_settings_ko_xtb patch-ui_strings_translations_app_locale_settings_ml_xtb patch-ui_strings_translations_app_locale_settings_th_xtb patch-ui_strings_translations_app_locale_settings_zh-CN_xtb patch-ui_strings_translations_app_locale_settings_zh-TW_xtb patch-ui_views_controls_prefix_selector_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_focus_focus_manager_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-weblayer_browser_content_browser_client_impl_cc Added files: www/chromium/patches: patch-base_process_process_metrics_unittest_cc patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_cc patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_h patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_test_interaction_webui_interaction_test_util_cc patch-components_device_signals_core_common_signals_features_cc patch-components_device_signals_core_common_signals_features_h patch-components_device_signals_core_system_signals_platform_delegate_cc patch-components_metrics_motherboard_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_performance_manager_public_features_h patch-extensions_renderer_bindings_argument_spec_cc patch-third_party_blink_renderer_core_execution_context_navigator_base_cc patch-third_party_perfetto_protos_perfetto_trace_ftrace_v4l2_proto Removed files: www/chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_base_time_time_cc patch-base_time_time_cc patch-chrome_services_system_signals_public_cpp_browser_system_signals_service_host_impl_cc patch-chrome_services_system_signals_public_cpp_browser_system_signals_service_host_impl_h patch-chrome_test_interaction_interaction_sequence_browser_util_cc patch-chromecast_renderer_cast_content_renderer_client_cc patch-components_performance_manager_features_cc patch-ui_base_ime_init_input_method_initializer_cc Log message: update to 106.0.5249.91 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2022/10/04 00:13:43 Modified files: net/munin : Makefile distinfo Log message: update to munin-2.0.71 switch to python3 and GH CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/04 00:44:33 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2022.10. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/04 00:46:13 Modified files: emulators/mame : Makefile distinfo Log message: Update mame to 0.248. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/04 00:49:21 Modified files: net/libmaxminddb: Makefile distinfo net/libmaxminddb/patches: patch-configure Log message: Update libmaxminddb to 1.7.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/04 00:50:31 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.6.6. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/04 00:52:00 Modified files: textproc/recutils: Makefile distinfo textproc/recutils/patches: patch-lib_vasnprintf_c textproc/recutils/pkg: PLIST Log message: Update recutils to 1.9. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/04 00:52:52 Modified files: sbin/vnconfig : vnconfig.c Log message: Don't print device when passed as an argument r1.11 "Don't print device name on failure" made it print unconditionally, which contradicts what the manual says. Report + diff from Brin Conway , thanks. From Brian Conway CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/04 00:53:24 Modified files: editors/poke : Makefile distinfo editors/poke/pkg: PLIST Log message: Update poke to 2.4. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/04 01:00:07 Modified files: sysutils/lf : Makefile distinfo Added files: sysutils/lf : modules.inc Removed files: sysutils/lf/patches: patch-etc_lfrc_example Log message: update sysutils/lf to r27 reminded by a similar diff sent by Thim Cederlund; maintainer timeout. While here drop unneeded WRKDIST and move the modules to modules.inc. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/04 01:01:38 Modified files: usr.sbin/rarpd : rarpd.c Log message: Unveil /tftpboot only if needed Unless -t is used, this directory is not accessed in any way. OK millert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/04 01:03:27 Modified files: usr.bin/tftp : main.c Log message: Only print prompt in interactive usage Scripting tftp(1) makes it non-interactive, yet the prompt is still printed and may mess up the shell's PS1: $ echo put nonexistent | tftp localhost tftp> tftp: open: nonexistent: No such file or directory tftp> $ The fix seems easy and works as expected for multiple commands as well: $ echo 'verbose\nput nonexistent' | ./obj/tftp localhost Verbose mode on. tftp: open: nonexistent: No such file or directory $ OK millert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/04 01:05:28 Modified files: usr.sbin/tftpd : tftpd.c Log message: Drop cpath promise unless file creation is allowed OK millert CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/04 01:15:20 Modified files: audio/ocp : Makefile distinfo audio/ocp/patches: patch-filesel_Makefile patch-filesel_cdfs_Makefile audio/ocp/pkg : PLIST Log message: Update ocp to 0.2.100. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/04 01:56:33 Modified files: graphics/yacreader: Makefile distinfo Log message: update graphics/yacreader to 9.9.2 various bugfixes for YACReaderLibrary: - Fix potential infinite loop/crash on library updates. - Fix comic properties dialog sizing. - Fixes and stability improvements. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/04 02:03:26 Modified files: usr.bin/tftp : main.c tftp.1 Log message: Sort commands in help output, add help to manual OK millert Feedback OK jmc CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2022/10/04 02:10:06 Modified files: net/libfstrm : Makefile distinfo net/libfstrm/pkg: PLIST Log message: Update to libfstrm 0.6.1; ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 04:21:23 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt patch-cmake_Toolset_cmake patch-src_CMakeLists_txt patch-src_lua_lua_cryptobox_c mail/rspamd/pkg: PLIST Added files: mail/rspamd/patches: patch-src_libserver_symcache_symcache_internal_hxx patch-src_libutil_printf_c Log message: update to rspamd-3.3, see https://rspamd.com/doc/migration.html for notes. patch for https://github.com/rspamd/rspamd/issues/4293 (rspamd uses a variable _L which conflicts with the macro in ctype.h) rspamd now needs GNU ffsll() so borrow FreeBSD's implementation CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 04:25:06 Modified files: devel/py-protobuf: Makefile devel/py-protobuf/pkg: PLIST Log message: switch py-protobuf to MODPY_PYBUILD and remove unneeded deps CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 04:36:42 Modified files: devel/py-pybind11: Makefile distinfo devel/py-pybind11/pkg: PLIST Log message: update to py3-pybind11-2.10.0 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2022/10/04 04:38:05 Added files: openssh/txt : release-9.1 Log message: openssh-9.1 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2022/10/04 04:38:45 Modified files: build : Makefile build/mirrors : openssh-ftp.html.head openssh : ftp.html index.html openbsd.html releasenotes.html openssh/txt : release-9.1 Log message: openssh-9.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 04:52:45 Modified files: devel/py-test-doctestplus: Makefile distinfo devel/py-test-doctestplus/pkg: PLIST Log message: update to py3-test-doctestplus-0.12.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 04:55:29 Modified files: security/py-pyscard: Makefile distinfo security/py-pyscard/pkg: PLIST Log message: update to py3-pyscard-2.0.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 04:56:30 Modified files: security/py-pyotp: Makefile distinfo security/py-pyotp/pkg: PLIST Log message: update to py3-pyotp-2.7.0, from George Rosamond CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2022/10/04 05:07:01 Modified files: emulators/nestopia: Makefile distinfo Added files: emulators/nestopia/pkg: DESCR PLIST Removed files: emulators/nestopia/patches: patch-libretro_Makefile emulators/nestopia/pkg: DESCR-libretro DESCR-main PLIST-libretro PLIST-main Log message: Update to nestopia-1.51.1. From Ryan Freeman; thanks! Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 05:07:58 Modified files: www/newsraft : Makefile distinfo Log message: update to newsraft-0.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 05:10:28 Modified files: net/freeradius : Makefile distinfo net/freeradius/patches: patch-configure patch-scripts_libtool_mk patch-src_main_tls_c net/freeradius/pkg: PLIST-main Removed files: net/freeradius/patches: patch-src_modules_stable Log message: update to freeradius-3.2.1 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2022/10/04 05:13:48 Log message: Import libretro-nestopia, split from the existing libretro port. From Ryan Freeman; thanks! Status: Vendor Tag: bentley Release Tags: bentley_20221003 N ports/emulators/libretro-nestopia/Makefile N ports/emulators/libretro-nestopia/distinfo N ports/emulators/libretro-nestopia/patches/patch-libretro_Makefile N ports/emulators/libretro-nestopia/pkg/PLIST N ports/emulators/libretro-nestopia/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2022/10/04 05:14:41 Modified files: emulators : Makefile Log message: +libretro-nestopia CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 05:17:32 Modified files: www/py-mako : Makefile distinfo www/py-mako/pkg: PLIST Log message: update to py3-mako-1.2.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 05:18:24 Modified files: net/pure-ftpd : Makefile distinfo net/pure-ftpd/pkg: PLIST Log message: update to pure-ftpd-1.0.51, from Brad (maintainer) CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2022/10/04 05:29:34 Modified files: . : 72.html Log message: minor clarifications in the wifi section CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 05:30:19 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-build_make_Makefile patch-configure patch-libs_mk Log message: update to libvpx-1.12.0, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 05:34:23 Modified files: www/lighttpd : Makefile distinfo Log message: update to lighttpd-1.4.67, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/04 05:42:25 Modified files: games/teeworlds: Makefile security/sshlockout: Makefile Log message: move some MASTER_SITES from distfiles-openbsd.perso.pw (gone) to si3t.ch, kindly hosted by prx, thanks! no changes to the packages. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/04 05:46:49 Modified files: audio/deadbeef : Makefile distinfo audio/deadbeef/patches: patch-configure_ac patch-junklib_c patch-plugins_c patch-plugins_mp3_mp3_h audio/deadbeef/pkg: PLIST Removed files: audio/deadbeef/patches: patch-Makefile_am patch-plugins_aac_Makefile_am patch-plugins_aac_aac_c patch-plugins_alac_Makefile_am patch-plugins_alac_alac_c patch-plugins_alac_alac_plugin_c patch-plugins_alac_demux_c patch-plugins_ao_Makefile_am patch-plugins_artwork_artwork_c patch-plugins_artwork_artwork_h patch-plugins_artwork_artwork_internal_c patch-plugins_dumb_Makefile_am patch-plugins_ffmpeg_ffmpeg_c patch-plugins_flac_Makefile_am patch-plugins_flac_flac_c patch-plugins_gtkui_coverart_c patch-plugins_gtkui_prefwin_c patch-plugins_notify_notify_c patch-plugins_vorbis_Makefile_am patch-threading_pthread_c Log message: update audio/deadbeef to 1.9.2 heavily based on a previous diff by sthen for v1.9.1. Upstream removed the support for sndio so switch to the pulseaudio plugin. Also, disable libmap in favour of libmpg123. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 06:15:50 Modified files: mail/rspamd : Makefile mail/rspamd/patches: patch-src_libutil_printf_c Log message: seems that gcc and clang both have __builtin__ffsll (clue borrowed from ports/lang/sbcl) so use that for rspamd rather than copying the C implementation from FreeBSD CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/04 06:24:31 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.59.3. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/04 06:56:01 Log message: import of ungoogled-chromium-106.0.5249.91; A lightweight approach to removing Google web service dependency from the Chromium open-source browser. In addition to the patches provided by ungoogled chromium we make it possible to have this package installed in parallel to chromium as it uses a separate configuration and cache directory. ok aja@ Status: Vendor Tag: robert Release Tags: robert_20221004 N ports/www/ungoogled-chromium/Makefile N ports/www/ungoogled-chromium/distinfo N ports/www/ungoogled-chromium/files/pledge.main N ports/www/ungoogled-chromium/files/pledge.utility_audio N ports/www/ungoogled-chromium/files/pledge.utility_network N ports/www/ungoogled-chromium/files/pledge.utility_video N ports/www/ungoogled-chromium/files/unveil.gpu N ports/www/ungoogled-chromium/files/unveil.main N ports/www/ungoogled-chromium/files/unveil.plugin N ports/www/ungoogled-chromium/files/unveil.renderer N ports/www/ungoogled-chromium/files/unveil.utility N ports/www/ungoogled-chromium/files/unveil.utility_audio N ports/www/ungoogled-chromium/files/unveil.utility_network N ports/www/ungoogled-chromium/files/unveil.utility_video N ports/www/ungoogled-chromium/files/ungoogled-chromium N ports/www/ungoogled-chromium/files/ungoogled-chromium.desktop N ports/www/ungoogled-chromium/patches/patch-ash_display_mirror_window_controller_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_address_space_randomization_h N ports/www/ungoogled-chromium/patches/patch-chromecast_browser_cast_content_browser_client_cc N ports/www/ungoogled-chromium/patches/patch-third_party_angle_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-net_dns_host_resolver_proc_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_password_manager_password_reuse_manager_factory_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc N ports/www/ungoogled-chromium/patches/patch-base_cpu_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc N ports/www/ungoogled-chromium/patches/patch-base_atomicops_h N ports/www/ungoogled-chromium/patches/patch-chrome_updater_installer_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_channel_info_h N ports/www/ungoogled-chromium/patches/patch-components_discardable_memory_service_discardable_shared_memory_manager_cc N ports/www/ungoogled-chromium/patches/patch-components_feed_core_v2_feed_network_impl_unittest_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_root_cc N ports/www/ungoogled-chromium/patches/patch-base_base_paths_posix_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_spinning_mutex_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_starscan_stack_stack_cc N ports/www/ungoogled-chromium/patches/patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc N ports/www/ungoogled-chromium/patches/patch-build_gn_run_binary_py N ports/www/ungoogled-chromium/patches/patch-base_debug_debugger_posix_cc N ports/www/ungoogled-chromium/patches/patch-base_debug_elf_reader_cc N ports/www/ungoogled-chromium/patches/patch-ipc_ipc_channel_h N ports/www/ungoogled-chromium/patches/patch-base_debug_proc_maps_linux_cc N ports/www/ungoogled-chromium/patches/patch-base_base_switches_cc N ports/www/ungoogled-chromium/patches/patch-base_files_dir_reader_posix_h N ports/www/ungoogled-chromium/patches/patch-base_files_scoped_file_cc N ports/www/ungoogled-chromium/patches/patch-base_files_file_path_watcher_bsd_cc N ports/www/ungoogled-chromium/patches/patch-base_files_file_path_watcher_kqueue_h N ports/www/ungoogled-chromium/patches/patch-base_files_important_file_writer_cleaner_cc N ports/www/ungoogled-chromium/patches/patch-chrome_app_chrome_command_ids_h N ports/www/ungoogled-chromium/patches/patch-base_system_sys_info_unittest_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_themes_theme_service_factory_cc N ports/www/ungoogled-chromium/patches/patch-components_policy_resources_policy_templates_json N ports/www/ungoogled-chromium/patches/patch-base_logging_unittest_cc N ports/www/ungoogled-chromium/patches/patch-base_process_kill_h N ports/www/ungoogled-chromium/patches/patch-base_memory_discardable_memory_cc N ports/www/ungoogled-chromium/patches/patch-base_memory_discardable_memory_internal_h N ports/www/ungoogled-chromium/patches/patch-base_memory_madv_free_discardable_memory_posix_cc N ports/www/ungoogled-chromium/patches/patch-base_memory_platform_shared_memory_region_posix_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_page_allocator_constants_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_chrome_views_delegate_linux_cc N ports/www/ungoogled-chromium/patches/patch-base_native_library_posix_cc N ports/www/ungoogled-chromium/patches/patch-base_native_library_unittest_cc N ports/www/ungoogled-chromium/patches/patch-base_process_launch_h N ports/www/ungoogled-chromium/patches/patch-base_posix_can_lower_nice_to_cc N ports/www/ungoogled-chromium/patches/patch-content_common_user_agent_cc N ports/www/ungoogled-chromium/patches/patch-base_posix_unix_domain_socket_unittest_cc N ports/www/ungoogled-chromium/patches/patch-base_process_kill_posix_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_handle_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_process_singleton_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_chrome_browser_main_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_handle_freebsd_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_handle_h N ports/www/ungoogled-chromium/patches/patch-base_process_process_handle_openbsd_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_iterator_freebsd_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_iterator_openbsd_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_metrics_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_metrics_freebsd_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_metrics_openbsd_cc N ports/www/ungoogled-chromium/patches/patch-base_rand_util_h N ports/www/ungoogled-chromium/patches/patch-chrome_app_chrome_main_delegate_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_unittest_cc N ports/www/ungoogled-chromium/patches/patch-base_profiler_stack_sampling_profiler_test_util_cc N ports/www/ungoogled-chromium/patches/patch-base_syslog_logging_cc N ports/www/ungoogled-chromium/patches/patch-base_profiler_stack_sampling_profiler_unittest_cc N ports/www/ungoogled-chromium/patches/patch-base_strings_safe_sprintf_unittest_cc N ports/www/ungoogled-chromium/patches/patch-base_synchronization_lock_impl_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_chrome_content_browser_client_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_media_frameless_media_interface_proxy_h N ports/www/ungoogled-chromium/patches/patch-chrome_app_app_management_strings_grdp N ports/www/ungoogled-chromium/patches/patch-base_system_sys_info_freebsd_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_style_platform_style_cc N ports/www/ungoogled-chromium/patches/patch-base_test_launcher_test_launcher_cc N ports/www/ungoogled-chromium/patches/patch-base_test_test_file_util_linux_cc N ports/www/ungoogled-chromium/patches/patch-base_test_test_file_util_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_chrome_features_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_platform_util_linux_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_metrics_power_process_metrics_recorder_util_cc N ports/www/ungoogled-chromium/patches/patch-base_third_party_symbolize_symbolize_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_metrics_power_process_monitor_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_themes_theme_helper_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_themes_theme_service_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_alloc_cc N ports/www/ungoogled-chromium/patches/patch-base_trace_event_memory_dump_manager_cc N ports/www/ungoogled-chromium/patches/patch-base_tracing_trace_time_cc N ports/www/ungoogled-chromium/patches/patch-base_tracing_trace_time_h N ports/www/ungoogled-chromium/patches/patch-build_config_BUILDCONFIG_gn N ports/www/ungoogled-chromium/patches/patch-ui_ozone_platform_headless_headless_surface_factory_cc N ports/www/ungoogled-chromium/patches/patch-build_config_linux_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_download_download_file_picker_cc N ports/www/ungoogled-chromium/patches/patch-ui_strings_translations_app_locale_settings_bn_xtb N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_alloc_constants_h N ports/www/ungoogled-chromium/patches/patch-build_config_linux_pkg-config_py N ports/www/ungoogled-chromium/patches/patch-build_config_rust_gni N ports/www/ungoogled-chromium/patches/patch-build_config_v8_target_cpu_gni N ports/www/ungoogled-chromium/patches/patch-build_detect_host_arch_py N ports/www/ungoogled-chromium/patches/patch-build_linux_chrome_map N ports/www/ungoogled-chromium/patches/patch-build_linux_strip_binary_py N ports/www/ungoogled-chromium/patches/patch-build_linux_unbundle_libusb_gn N ports/www/ungoogled-chromium/patches/patch-build_linux_unbundle_replace_gn_files_py N ports/www/ungoogled-chromium/patches/patch-build_toolchain_freebsd_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-build_toolchain_gcc_solink_wrapper_py N ports/www/ungoogled-chromium/patches/patch-chrome_app_generated_resources_grd N ports/www/ungoogled-chromium/patches/patch-base_files_file_util_unittest_cc N ports/www/ungoogled-chromium/patches/patch-build_toolchain_openbsd_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_download_download_prefs_cc N ports/www/ungoogled-chromium/patches/patch-chrome_app_chrome_main_cc N ports/www/ungoogled-chromium/patches/patch-third_party_tflite_features_gni N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_internal_posix_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_sharing_hub_sharing_hub_bubble_controller_h N ports/www/ungoogled-chromium/patches/patch-content_test_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_app_profiles_strings_grdp N ports/www/ungoogled-chromium/patches/patch-chrome_app_theme_chrome_unscaled_resources_grd N ports/www/ungoogled-chromium/patches/patch-chrome_app_theme_theme_resources_grd N ports/www/ungoogled-chromium/patches/patch-chrome_browser_apps_platform_apps_platform_app_launch_cc N ports/www/ungoogled-chromium/patches/patch-chrome_app_settings_strings_grdp N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_renderer_preferences_util_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_apps_platform_apps_platform_app_launch_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_autocomplete_chrome_autocomplete_scheme_classifier_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_background_background_mode_manager_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_background_background_mode_optimizer_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_browser_features_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_browser_process_impl_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_browser_process_impl_h N ports/www/ungoogled-chromium/patches/patch-apps_ui_views_app_window_frame_view_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_accelerator_table_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_chrome_browser_main_extra_parts_linux_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_chrome_browser_main_posix_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_browser_context_keyed_service_factories_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_first_run_first_run_internal_h N ports/www/ungoogled-chromium/patches/patch-tools_json_schema_compiler_feature_compiler_py N ports/www/ungoogled-chromium/patches/patch-chrome_app_chromium_strings_grd N ports/www/ungoogled-chromium/patches/patch-chrome_browser_custom_handlers_chrome_protocol_handler_registry_delegate_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_defaults_cc N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_service_fido_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_devtools_devtools_eye_dropper_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_device_identity_device_oauth2_token_service_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_diagnostics_diagnostics_writer_h N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_service_freebsd_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_download_download_commands_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_download_download_commands_h N ports/www/ungoogled-chromium/patches/patch-chrome_updater_util_cc N ports/www/ungoogled-chromium/patches/patch-v8_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_flag_descriptions_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_download_download_item_model_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_download_download_prefs_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_signals_device_info_fetcher_cc N ports/www/ungoogled-chromium/patches/patch-base_memory_platform_shared_memory_region_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_connectors_device_trust_key_management_core_persistence_key_persistence_delegate_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_memory_details_cc N ports/www/ungoogled-chromium/patches/patch-base_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_first_run_first_run_dialog_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_connectors_device_trust_signals_signals_service_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_remote_commands_cbcm_remote_commands_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_signals_device_info_fetcher_linux_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_settings_private_prefs_util_cc N ports/www/ungoogled-chromium/patches/patch-ui_events_event_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc N ports/www/ungoogled-chromium/patches/patch-components_autofill_assistant_browser_autofill_assistant_impl_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_messaging_native_process_launcher_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_webrtc_logging_private_webrtc_logging_private_api_cc N ports/www/ungoogled-chromium/patches/patch-media_audio_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_ts N ports/www/ungoogled-chromium/patches/patch-components_optimization_guide_core_optimization_guide_util_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_headless_headless_mode_util_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_intranet_redirect_detector_h N ports/www/ungoogled-chromium/patches/patch-ui_strings_app_locale_settings_grd N ports/www/ungoogled-chromium/patches/patch-ui_color_color_id_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_audio_service_util_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_galleries_media_file_system_registry_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_router_discovery_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_router_discovery_discovery_network_list_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_router_discovery_discovery_network_list_wifi_linux_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_memory_details_linux_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_metrics_perf_cpu_identity_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_webrtc_webrtc_event_log_uploader_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_media_webrtc_webrtc_logging_controller_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_new_tab_page_modules_drive_drive_service_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_openbsd_sandbox_openbsd_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_page_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_policy_browser_signin_policy_handler_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_crash_upload_list_crash_upload_list_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_fonts_font_platform_data_cc N ports/www/ungoogled-chromium/patches/patch-media_base_video_frame_h N ports/www/ungoogled-chromium/patches/patch-chrome_test_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_printing_print_job_worker_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_policy_device_management_service_configuration_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_prefs_pref_service_incognito_allowlist_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_printing_print_backend_service_manager_cc N ports/www/ungoogled-chromium/patches/patch-extensions_renderer_bindings_argument_spec_cc N ports/www/ungoogled-chromium/patches/patch-content_public_test_mock_render_process_host_h N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_alloc_config_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_download_chrome_download_manager_delegate_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_settings_appearance_page_appearance_page_ts N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_settings_route_ts N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html N ports/www/ungoogled-chromium/patches/patch-ui_gl_gl_features_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_send_tab_to_self_receiving_ui_handler_registry_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_send_tab_to_self_send_tab_to_self_client_service_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_sharing_sharing_device_registration_cc N ports/www/ungoogled-chromium/patches/patch-net_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_sharing_sharing_handler_registry_impl_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_shutdown_signal_handlers_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_sync_chrome_sync_client_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_task_manager_sampling_task_group_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_task_manager_sampling_task_group_h N ports/www/ungoogled-chromium/patches/patch-ui_base_ui_base_features_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_task_manager_sampling_task_group_sampler_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_task_manager_task_manager_observer_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_task_manager_sampling_task_group_sampler_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_task_manager_sampling_task_manager_impl_cc N ports/www/ungoogled-chromium/patches/patch-base_system_sys_info_h N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_connection_freebsd_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_chrome_pages_h N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_partition_address_space_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_chrome_browser_main_linux_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_browser_dialogs_h N ports/www/ungoogled-chromium/patches/patch-v8_tools_run_py N ports/www/ungoogled-chromium/patches/patch-base_system_sys_info_openbsd_cc N ports/www/ungoogled-chromium/patches/patch-BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_browser_view_prefs_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_frame_browser_non_client_frame_view_factory_views_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_color_native_chrome_color_mixer_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_sad_tab_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_signin_view_controller_cc N ports/www/ungoogled-chromium/patches/patch-net_dns_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-sandbox_features_gni N ports/www/ungoogled-chromium/patches/patch-build_linux_unbundle_libevent_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_signin_view_controller_delegate_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_startup_bad_flags_prompt_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_startup_startup_browser_creator_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_task_manager_task_manager_columns_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_task_manager_task_manager_table_model_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc N ports/www/ungoogled-chromium/patches/patch-media_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_app_google_chrome_strings_grd N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_frame_browser_view_cc N ports/www/ungoogled-chromium/patches/patch-content_renderer_media_render_media_client_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc N ports/www/ungoogled-chromium/patches/patch-tools_gn_build_gen_py N ports/www/ungoogled-chromium/patches/patch-base_threading_platform_thread_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc N ports/www/ungoogled-chromium/patches/patch-third_party_boringssl_src_crypto_refcount_c11_c N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_frame_system_menu_model_delegate_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_hung_renderer_view_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_pref_names_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_tabs_tab_cc N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_page_allocator_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_webui_about_ui_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_web_applications_app_browser_controller_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_channel_info_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_webui_connectors_internals_zero_trust_utils_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_window_sizer_window_sizer_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_metrics_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_chrome_paths_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_webui_settings_appearance_handler_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc N ports/www/ungoogled-chromium/patches/patch-cc_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_web_applications_extension_status_utils_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_web_applications_extensions_extension_status_utils_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_web_applications_os_integration_web_app_shortcut_manager_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_web_applications_web_app_provider_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_chrome_paths_internal_h N ports/www/ungoogled-chromium/patches/patch-ui_strings_translations_app_locale_settings_zh-TW_xtb N ports/www/ungoogled-chromium/patches/patch-components_password_manager_core_common_password_manager_features_h N ports/www/ungoogled-chromium/patches/patch-chrome_common_webui_url_constants_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_tabs_tab_hover_card_controller_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_media_cdm_host_file_path_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_url_constants_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_url_constants_h N ports/www/ungoogled-chromium/patches/patch-chrome_test_interaction_webui_interaction_test_util_cc N ports/www/ungoogled-chromium/patches/patch-chrome_renderer_chrome_render_frame_observer_cc N ports/www/ungoogled-chromium/patches/patch-chrome_services_file_util_public_mojom_safe_document_analyzer_mojom_traits_h N ports/www/ungoogled-chromium/patches/patch-chrome_test_chromedriver_chrome_launcher_cc N ports/www/ungoogled-chromium/patches/patch-chrome_services_printing_print_backend_service_impl_cc N ports/www/ungoogled-chromium/patches/patch-chrome_services_speech_audio_source_fetcher_impl_cc N ports/www/ungoogled-chromium/patches/patch-base_process_memory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_test_chromedriver_chrome_chrome_finder_cc N ports/www/ungoogled-chromium/patches/patch-chrome_test_chromedriver_key_converter_unittest_cc N ports/www/ungoogled-chromium/patches/patch-chrome_test_chromedriver_keycode_text_conversion_unittest_cc N ports/www/ungoogled-chromium/patches/patch-chrome_updater_app_app_install_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_h N ports/www/ungoogled-chromium/patches/patch-chrome_updater_app_app_uninstall_cc N ports/www/ungoogled-chromium/patches/patch-chrome_updater_device_management_dm_client_cc N ports/www/ungoogled-chromium/patches/patch-base_files_dir_reader_linux_h N ports/www/ungoogled-chromium/patches/patch-third_party_protobuf_src_google_protobuf_arenastring_cc N ports/www/ungoogled-chromium/patches/patch-base_trace_event_malloc_dump_provider_cc N ports/www/ungoogled-chromium/patches/patch-chromecast_media_base_default_monotonic_clock_cc N ports/www/ungoogled-chromium/patches/patch-components_autofill_core_browser_personal_data_manager_cc N ports/www/ungoogled-chromium/patches/patch-components_autofill_core_common_autofill_payments_features_cc N ports/www/ungoogled-chromium/patches/patch-components_autofill_core_common_autofill_util_cc N ports/www/ungoogled-chromium/patches/patch-content_renderer_render_thread_impl_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_font_render_params_linux_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_execution_context_navigator_base_cc N ports/www/ungoogled-chromium/patches/patch-components_cast_channel_cast_message_util_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_dev_ui_browser_resources_grd N ports/www/ungoogled-chromium/patches/patch-components_content_settings_core_browser_website_settings_registry_cc N ports/www/ungoogled-chromium/patches/patch-components_crash_core_app_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-components_cookie_config_cookie_store_util_cc N ports/www/ungoogled-chromium/patches/patch-components_crash_content_browser_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-components_crash_core_common_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-components_crash_core_app_chrome_crashpad_handler_cc N ports/www/ungoogled-chromium/patches/patch-components_crash_core_browser_crash_upload_list_crashpad_cc N ports/www/ungoogled-chromium/patches/patch-printing_printing_context_linux_cc N ports/www/ungoogled-chromium/patches/patch-components_embedder_support_user_agent_utils_unittest_cc N ports/www/ungoogled-chromium/patches/patch-mojo_core_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-components_feature_engagement_public_event_constants_cc N ports/www/ungoogled-chromium/patches/patch-components_feature_engagement_public_event_constants_h N ports/www/ungoogled-chromium/patches/patch-third_party_libevent_event_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_metrics_chrome_metrics_service_client_cc N ports/www/ungoogled-chromium/patches/patch-components_feature_engagement_public_feature_configurations_cc N ports/www/ungoogled-chromium/patches/patch-components_feature_engagement_public_feature_list_h N ports/www/ungoogled-chromium/patches/patch-components_feed_core_proto_v2_wire_version_proto N ports/www/ungoogled-chromium/patches/patch-content_shell_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-components_feed_core_v2_proto_util_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_new_tab_page_new_tab_page_util_cc N ports/www/ungoogled-chromium/patches/patch-components_feed_core_v2_proto_util_unittest_cc N ports/www/ungoogled-chromium/patches/patch-components_feed_core_v2_test_proto_printer_cc N ports/www/ungoogled-chromium/patches/patch-components_flags_ui_flags_state_cc N ports/www/ungoogled-chromium/patches/patch-components_gwp_asan_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-components_gwp_asan_crash_handler_crash_analyzer_cc N ports/www/ungoogled-chromium/patches/patch-components_invalidation_impl_invalidation_switches_cc N ports/www/ungoogled-chromium/patches/patch-third_party_ruy_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-components_live_caption_caption_util_cc N ports/www/ungoogled-chromium/patches/patch-components_metrics_drive_metrics_provider_linux_cc N ports/www/ungoogled-chromium/patches/patch-components_os_crypt_keyring_util_linux_cc N ports/www/ungoogled-chromium/patches/patch-components_network_session_configurator_browser_network_session_configurator_cc N ports/www/ungoogled-chromium/patches/patch-components_network_session_configurator_browser_network_session_configurator_unittest_cc N ports/www/ungoogled-chromium/patches/patch-components_os_crypt_libsecret_util_linux_cc N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_third_party_volk_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_common_chrome_paths_cc N ports/www/ungoogled-chromium/patches/patch-components_paint_preview_browser_paint_preview_client_cc N ports/www/ungoogled-chromium/patches/patch-components_paint_preview_common_proto_paint_preview_proto N ports/www/ungoogled-chromium/patches/patch-components_paint_preview_browser_paint_preview_client_unittest_cc N ports/www/ungoogled-chromium/patches/patch-components_paint_preview_player_player_compositor_delegate_cc N ports/www/ungoogled-chromium/patches/patch-components_password_manager_core_browser_login_database_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_chrome_content_browser_client_h N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_process_host_impl_cc N ports/www/ungoogled-chromium/patches/patch-components_password_manager_core_browser_sync_password_sync_bridge_cc N ports/www/ungoogled-chromium/patches/patch-base_threading_platform_thread_unittest_cc N ports/www/ungoogled-chromium/patches/patch-components_password_manager_core_common_password_manager_features_cc N ports/www/ungoogled-chromium/patches/patch-components_permissions_prediction_service_prediction_common_cc N ports/www/ungoogled-chromium/patches/patch-components_policy_core_browser_policy_pref_mapping_test_cc N ports/www/ungoogled-chromium/patches/patch-base_threading_platform_thread_linux_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_signin_signin_shared_css N ports/www/ungoogled-chromium/patches/patch-components_policy_core_common_cloud_cloud_policy_client_cc N ports/www/ungoogled-chromium/patches/patch-device_bluetooth_bluetooth_adapter_cc N ports/www/ungoogled-chromium/patches/patch-components_policy_tools_generate_policy_source_py N ports/www/ungoogled-chromium/patches/patch-components_safe_browsing_content_common_file_type_policies_unittest_cc N ports/www/ungoogled-chromium/patches/patch-components_safe_browsing_content_resources_gen_file_type_proto_py N ports/www/ungoogled-chromium/patches/patch-components_security_interstitials_content_utils_cc N ports/www/ungoogled-chromium/patches/patch-components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc N ports/www/ungoogled-chromium/patches/patch-components_safe_browsing_core_browser_realtime_url_lookup_service_base_cc N ports/www/ungoogled-chromium/patches/patch-mojo_core_channel_cc N ports/www/ungoogled-chromium/patches/patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc N ports/www/ungoogled-chromium/patches/patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_h N ports/www/ungoogled-chromium/patches/patch-components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc N ports/www/ungoogled-chromium/patches/patch-base_debug_stack_trace_posix_cc N ports/www/ungoogled-chromium/patches/patch-components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_h N ports/www/ungoogled-chromium/patches/patch-components_storage_monitor_removable_device_constants_cc N ports/www/ungoogled-chromium/patches/patch-components_storage_monitor_removable_device_constants_h N ports/www/ungoogled-chromium/patches/patch-chrome_common_pref_names_cc N ports/www/ungoogled-chromium/patches/patch-components_feature_engagement_public_feature_constants_cc N ports/www/ungoogled-chromium/patches/patch-components_viz_host_host_display_client_cc N ports/www/ungoogled-chromium/patches/patch-components_translate_core_common_translate_util_cc N ports/www/ungoogled-chromium/patches/patch-components_update_client_update_query_params_cc N ports/www/ungoogled-chromium/patches/patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc N ports/www/ungoogled-chromium/patches/patch-components_viz_host_host_display_client_h N ports/www/ungoogled-chromium/patches/patch-components_viz_common_gpu_dawn_context_provider_cc N ports/www/ungoogled-chromium/patches/patch-components_viz_host_renderer_settings_creation_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_posix_cc N ports/www/ungoogled-chromium/patches/patch-components_feature_engagement_public_feature_constants_h N ports/www/ungoogled-chromium/patches/patch-components_viz_test_fake_display_client_cc N ports/www/ungoogled-chromium/patches/patch-components_viz_service_display_embedder_skia_output_surface_impl_cc N ports/www/ungoogled-chromium/patches/patch-components_viz_service_display_embedder_software_output_surface_cc N ports/www/ungoogled-chromium/patches/patch-base_base_switches_h N ports/www/ungoogled-chromium/patches/patch-components_viz_service_display_embedder_software_output_surface_h N ports/www/ungoogled-chromium/patches/patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc N ports/www/ungoogled-chromium/patches/patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h N ports/www/ungoogled-chromium/patches/patch-components_viz_test_fake_display_client_h N ports/www/ungoogled-chromium/patches/patch-content_zygote_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-components_viz_test_mock_display_client_h N ports/www/ungoogled-chromium/patches/patch-content_browser_compositor_viz_process_transport_factory_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_api_api_cc N ports/www/ungoogled-chromium/patches/patch-third_party_vulkan-deps_vulkan-loader_src_loader_stack_allocation_h N ports/www/ungoogled-chromium/patches/patch-content_browser_devtools_protocol_system_info_handler_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_download_download_manager_impl_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_font_access_font_enumeration_data_source_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_gpu_compositor_util_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_gpu_gpu_process_host_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_media_frameless_media_interface_proxy_cc N ports/www/ungoogled-chromium/patches/patch-ui_gl_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-content_browser_media_media_interface_proxy_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_sandbox_host_linux_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_media_media_keys_listener_manager_impl_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_ppapi_plugin_process_host_receiver_bindings_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_delegated_frame_host_cc N ports/www/ungoogled-chromium/patches/patch-base_process_launch_posix_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_input_input_device_change_observer_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_chrome_switches_h N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_src_WSI_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_view_host_impl_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_widget_host_view_aura_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_net_system_network_context_manager_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_scheduler_responsiveness_jank_monitor_impl_cc N ports/www/ungoogled-chromium/patches/patch-base_linux_util_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_widget_host_view_event_handler_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_scheduler_responsiveness_native_event_observer_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_scheduler_responsiveness_native_event_observer_h N ports/www/ungoogled-chromium/patches/patch-content_browser_v8_snapshot_files_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_utility_process_host_receiver_bindings_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_web_contents_web_contents_view_aura_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_webui_web_ui_main_frame_observer_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_webui_web_ui_main_frame_observer_h N ports/www/ungoogled-chromium/patches/patch-content_browser_zygote_host_zygote_host_impl_linux_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_zygote_host_zygote_host_impl_linux_h N ports/www/ungoogled-chromium/patches/patch-base_process_process_metrics_h N ports/www/ungoogled-chromium/patches/patch-content_zygote_zygote_linux_cc N ports/www/ungoogled-chromium/patches/patch-content_common_mojo_core_library_support_cc N ports/www/ungoogled-chromium/patches/patch-content_gpu_gpu_sandbox_hook_linux_cc N ports/www/ungoogled-chromium/patches/patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc N ports/www/ungoogled-chromium/patches/patch-net_dns_dns_util_cc N ports/www/ungoogled-chromium/patches/patch-content_ppapi_plugin_ppapi_blink_platform_impl_h N ports/www/ungoogled-chromium/patches/patch-content_ppapi_plugin_ppapi_plugin_main_cc N ports/www/ungoogled-chromium/patches/patch-content_public_browser_zygote_host_zygote_host_linux_h N ports/www/ungoogled-chromium/patches/patch-content_public_common_common_param_traits_macros_h N ports/www/ungoogled-chromium/patches/patch-content_public_common_content_features_cc N ports/www/ungoogled-chromium/patches/patch-content_public_common_content_features_h N ports/www/ungoogled-chromium/patches/patch-content_public_common_content_switches_cc N ports/www/ungoogled-chromium/patches/patch-content_public_common_content_switches_h N ports/www/ungoogled-chromium/patches/patch-content_public_common_zygote_features_gni N ports/www/ungoogled-chromium/patches/patch-content_renderer_render_process_impl_cc N ports/www/ungoogled-chromium/patches/patch-components_performance_manager_public_features_h N ports/www/ungoogled-chromium/patches/patch-content_renderer_renderer_main_platform_delegate_linux_cc N ports/www/ungoogled-chromium/patches/patch-content_app_content_main_runner_impl_cc N ports/www/ungoogled-chromium/patches/patch-gpu_ipc_service_x_util_h N ports/www/ungoogled-chromium/patches/patch-components_sync_device_info_local_device_info_util_linux_cc N ports/www/ungoogled-chromium/patches/patch-content_public_test_mock_render_thread_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_switches_h N ports/www/ungoogled-chromium/patches/patch-content_shell_browser_shell_paths_cc N ports/www/ungoogled-chromium/patches/patch-content_shell_utility_shell_content_utility_client_cc N ports/www/ungoogled-chromium/patches/patch-content_utility_speech_speech_recognition_sandbox_hook_linux_cc N ports/www/ungoogled-chromium/patches/patch-content_utility_speech_speech_recognition_sandbox_hook_linux_h N ports/www/ungoogled-chromium/patches/patch-content_utility_utility_blink_platform_with_sandbox_support_impl_cc N ports/www/ungoogled-chromium/patches/patch-content_utility_utility_blink_platform_with_sandbox_support_impl_h N ports/www/ungoogled-chromium/patches/patch-content_utility_utility_main_cc N ports/www/ungoogled-chromium/patches/patch-content_zygote_zygote_main_linux_cc N ports/www/ungoogled-chromium/patches/patch-device_bluetooth_cast_bluetooth_gni N ports/www/ungoogled-chromium/patches/patch-device_gamepad_gamepad_provider_cc N ports/www/ungoogled-chromium/patches/patch-device_gamepad_hid_writer_linux_cc N ports/www/ungoogled-chromium/patches/patch-extensions_browser_api_messaging_message_service_cc N ports/www/ungoogled-chromium/patches/patch-components_sync_device_info_local_device_info_util_cc N ports/www/ungoogled-chromium/patches/patch-extensions_browser_browser_context_keyed_service_factories_cc N ports/www/ungoogled-chromium/patches/patch-extensions_browser_extension_prefs_cc N ports/www/ungoogled-chromium/patches/patch-gpu_vulkan_vulkan_image_h N ports/www/ungoogled-chromium/patches/patch-extensions_browser_pref_names_cc N ports/www/ungoogled-chromium/patches/patch-extensions_browser_pref_names_h N ports/www/ungoogled-chromium/patches/patch-media_video_gpu_memory_buffer_video_frame_pool_cc N ports/www/ungoogled-chromium/patches/patch-extensions_common_features_feature_cc N ports/www/ungoogled-chromium/patches/patch-extensions_renderer_bindings_api_binding_util_cc N ports/www/ungoogled-chromium/patches/patch-extensions_shell_app_shell_main_delegate_cc N ports/www/ungoogled-chromium/patches/patch-gpu_config_gpu_control_list_cc N ports/www/ungoogled-chromium/patches/patch-extensions_shell_browser_api_runtime_shell_runtime_api_delegate_cc N ports/www/ungoogled-chromium/patches/patch-gpu_config_gpu_test_config_cc N ports/www/ungoogled-chromium/patches/patch-extensions_shell_browser_shell_browser_main_parts_cc N ports/www/ungoogled-chromium/patches/patch-extensions_shell_browser_shell_extensions_api_client_cc N ports/www/ungoogled-chromium/patches/patch-extensions_shell_browser_shell_extensions_api_client_h N ports/www/ungoogled-chromium/patches/patch-google_apis_gcm_engine_heartbeat_manager_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_common_gpu_memory_buffer_support_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_settings_autofill_page_passwords_shared_css N ports/www/ungoogled-chromium/patches/patch-ui_views_controls_textfield_textfield_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_tests_gl_gpu_memory_buffer_unittest_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_tests_gl_test_utils_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_browser_child_process_host_impl_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_tests_gl_oes_egl_image_unittest_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_tests_gl_test_utils_h N ports/www/ungoogled-chromium/patches/patch-gpu_ipc_common_gpu_memory_buffer_support_cc N ports/www/ungoogled-chromium/patches/patch-gpu_ipc_common_gpu_memory_buffer_support_h N ports/www/ungoogled-chromium/patches/patch-gpu_ipc_service_gpu_init_cc N ports/www/ungoogled-chromium/patches/patch-gpu_ipc_service_gpu_memory_buffer_factory_cc N ports/www/ungoogled-chromium/patches/patch-gpu_vulkan_generate_bindings_py N ports/www/ungoogled-chromium/patches/patch-gpu_vulkan_vulkan_device_queue_cc N ports/www/ungoogled-chromium/patches/patch-gpu_vulkan_vulkan_device_queue_h N ports/www/ungoogled-chromium/patches/patch-gpu_vulkan_vulkan_function_pointers_cc N ports/www/ungoogled-chromium/patches/patch-gpu_vulkan_vulkan_function_pointers_h N ports/www/ungoogled-chromium/patches/patch-gpu_vulkan_vulkan_image_cc N ports/www/ungoogled-chromium/patches/patch-headless_lib_browser_headless_browser_main_parts_h N ports/www/ungoogled-chromium/patches/patch-headless_lib_browser_headless_browser_main_parts_linux_cc N ports/www/ungoogled-chromium/patches/patch-headless_lib_browser_headless_content_browser_client_h N ports/www/ungoogled-chromium/patches/patch-headless_lib_browser_headless_request_context_manager_cc N ports/www/ungoogled-chromium/patches/patch-headless_lib_browser_headless_web_contents_impl_cc N ports/www/ungoogled-chromium/patches/patch-headless_lib_headless_content_main_delegate_cc N ports/www/ungoogled-chromium/patches/patch-ipc_ipc_channel_common_cc N ports/www/ungoogled-chromium/patches/patch-ipc_ipc_channel_mojo_cc N ports/www/ungoogled-chromium/patches/patch-ipc_ipc_message_utils_cc N ports/www/ungoogled-chromium/patches/patch-ipc_ipc_message_utils_h N ports/www/ungoogled-chromium/patches/patch-media_audio_alsa_audio_manager_alsa_cc N ports/www/ungoogled-chromium/patches/patch-media_audio_audio_features_cc N ports/www/ungoogled-chromium/patches/patch-media_audio_audio_input_device_cc N ports/www/ungoogled-chromium/patches/patch-media_audio_audio_output_proxy_unittest_cc N ports/www/ungoogled-chromium/patches/patch-media_audio_sndio_audio_manager_sndio_cc N ports/www/ungoogled-chromium/patches/patch-media_audio_sndio_audio_manager_sndio_h N ports/www/ungoogled-chromium/patches/patch-media_audio_sndio_sndio_input_cc N ports/www/ungoogled-chromium/patches/patch-media_audio_sndio_sndio_input_h N ports/www/ungoogled-chromium/patches/patch-media_audio_sndio_sndio_output_cc N ports/www/ungoogled-chromium/patches/patch-media_audio_sndio_sndio_output_h N ports/www/ungoogled-chromium/patches/patch-media_base_audio_latency_cc N ports/www/ungoogled-chromium/patches/patch-media_base_media_switches_h N ports/www/ungoogled-chromium/patches/patch-content_public_browser_render_process_host_h N ports/www/ungoogled-chromium/patches/patch-media_base_scopedfd_helper_h N ports/www/ungoogled-chromium/patches/patch-media_base_user_input_monitor_unittest_cc N ports/www/ungoogled-chromium/patches/patch-media_base_vector_math_cc N ports/www/ungoogled-chromium/patches/patch-media_base_video_frame_cc N ports/www/ungoogled-chromium/patches/patch-chrome_utility_services_cc N ports/www/ungoogled-chromium/patches/patch-media_capture_video_create_video_capture_device_factory_cc N ports/www/ungoogled-chromium/patches/patch-media_capture_video_fake_video_capture_device_factory_cc N ports/www/ungoogled-chromium/patches/patch-build_config_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-media_capture_video_file_video_capture_device_factory_cc N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_fake_v4l2_impl_cc N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_fake_v4l2_impl_h N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_v4l2_capture_delegate_cc N ports/www/ungoogled-chromium/patches/patch-media_cdm_cdm_paths_unittest_cc N ports/www/ungoogled-chromium/patches/patch-media_gpu_buffer_validation_cc N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_v4l2_capture_delegate_h N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_v4l2_capture_device_h N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_v4l2_capture_device_impl_cc N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_v4l2_capture_device_impl_h N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_video_capture_device_factory_linux_cc N ports/www/ungoogled-chromium/patches/patch-media_capture_video_linux_video_capture_device_factory_linux_h N ports/www/ungoogled-chromium/patches/patch-media_capture_video_video_capture_buffer_pool_impl_cc N ports/www/ungoogled-chromium/patches/patch-media_gpu_gpu_video_encode_accelerator_factory_cc N ports/www/ungoogled-chromium/patches/patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc N ports/www/ungoogled-chromium/patches/patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_h N ports/www/ungoogled-chromium/patches/patch-media_gpu_vaapi_vaapi_wrapper_cc N ports/www/ungoogled-chromium/patches/patch-media_mojo_mojom_video_frame_mojom_traits_cc N ports/www/ungoogled-chromium/patches/patch-media_video_fake_gpu_memory_buffer_cc N ports/www/ungoogled-chromium/patches/patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc N ports/www/ungoogled-chromium/patches/patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_mojom_native_handle_types_mojom_traits_h N ports/www/ungoogled-chromium/patches/patch-mojo_core_embedder_features_h N ports/www/ungoogled-chromium/patches/patch-media_video_video_encode_accelerator_adapter_cc N ports/www/ungoogled-chromium/patches/patch-media_video_video_encode_accelerator_adapter_test_cc N ports/www/ungoogled-chromium/patches/patch-media_webrtc_audio_processor_cc N ports/www/ungoogled-chromium/patches/patch-media_webrtc_helpers_unittests_cc N ports/www/ungoogled-chromium/patches/patch-media_webrtc_webrtc_features_cc N ports/www/ungoogled-chromium/patches/patch-mojo_public_c_system_thunks_cc N ports/www/ungoogled-chromium/patches/patch-mojo_public_tools_bindings_mojom_gni N ports/www/ungoogled-chromium/patches/patch-net_base_network_interfaces_posix_h N ports/www/ungoogled-chromium/patches/patch-net_cert_cert_verifier_cc N ports/www/ungoogled-chromium/patches/patch-net_cert_cert_verify_proc_cc N ports/www/ungoogled-chromium/patches/patch-net_cert_cert_verify_proc_h N ports/www/ungoogled-chromium/patches/patch-net_cert_cert_verify_proc_unittest_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_download_download_item_view_cc N ports/www/ungoogled-chromium/patches/patch-net_cert_test_root_certs_unittest_cc N ports/www/ungoogled-chromium/patches/patch-net_disk_cache_blockfile_disk_format_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_chrome_pages_cc N ports/www/ungoogled-chromium/patches/patch-net_disk_cache_simple_simple_file_tracker_cc N ports/www/ungoogled-chromium/patches/patch-net_dns_address_sorter_posix_cc N ports/www/ungoogled-chromium/patches/patch-net_dns_dns_config_service_posix_cc N ports/www/ungoogled-chromium/patches/patch-net_dns_dns_reloader_cc N ports/www/ungoogled-chromium/patches/patch-net_dns_dns_reloader_h N ports/www/ungoogled-chromium/patches/patch-net_dns_host_resolver_manager_cc N ports/www/ungoogled-chromium/patches/patch-net_dns_public_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-net_dns_public_resolv_reader_h N ports/www/ungoogled-chromium/patches/patch-net_dns_public_scoped_res_state_h N ports/www/ungoogled-chromium/patches/patch-net_http_http_auth_gssapi_posix_cc N ports/www/ungoogled-chromium/patches/patch-net_http_http_auth_gssapi_posix_h N ports/www/ungoogled-chromium/patches/patch-net_http_http_network_session_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_render_text_fuzzer_cc N ports/www/ungoogled-chromium/patches/patch-net_socket_socket_posix_cc N ports/www/ungoogled-chromium/patches/patch-net_proxy_resolution_proxy_config_service_linux_cc N ports/www/ungoogled-chromium/patches/patch-net_socket_socks5_client_socket_cc N ports/www/ungoogled-chromium/patches/patch-net_socket_tcp_socket_posix_cc N ports/www/ungoogled-chromium/patches/patch-net_socket_udp_socket_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_sync_device_info_sync_client_impl_cc N ports/www/ungoogled-chromium/patches/patch-net_socket_udp_socket_unittest_cc N ports/www/ungoogled-chromium/patches/patch-net_base_sockaddr_util_posix_cc N ports/www/ungoogled-chromium/patches/patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_chrome_switches_cc N ports/www/ungoogled-chromium/patches/patch-net_tools_cert_verify_tool_cert_verify_tool_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_external_provider_impl_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_about_flags_cc N ports/www/ungoogled-chromium/patches/patch-net_traffic_annotation_network_traffic_annotation_h N ports/www/ungoogled-chromium/patches/patch-base_profiler_module_cache_cc N ports/www/ungoogled-chromium/patches/patch-build_toolchain_gcc_toolchain_gni N ports/www/ungoogled-chromium/patches/patch-net_url_request_url_request_context_builder_cc N ports/www/ungoogled-chromium/patches/patch-net_url_request_url_request_context_cc N ports/www/ungoogled-chromium/patches/patch-net_url_request_url_request_context_h N ports/www/ungoogled-chromium/patches/patch-pdf_pdfium_pdfium_engine_cc N ports/www/ungoogled-chromium/patches/patch-printing_mojom_printing_context_mojom_traits_cc N ports/www/ungoogled-chromium/patches/patch-printing_mojom_printing_context_mojom_traits_h N ports/www/ungoogled-chromium/patches/patch-printing_print_settings_cc N ports/www/ungoogled-chromium/patches/patch-printing_print_settings_conversion_cc N ports/www/ungoogled-chromium/patches/patch-printing_print_settings_h N ports/www/ungoogled-chromium/patches/patch-printing_sandbox_print_backend_sandbox_hook_linux_cc N ports/www/ungoogled-chromium/patches/patch-printing_sandbox_print_backend_sandbox_hook_linux_h N ports/www/ungoogled-chromium/patches/patch-remoting_base_chromoting_event_cc N ports/www/ungoogled-chromium/patches/patch-remoting_base_host_settings_cc N ports/www/ungoogled-chromium/patches/patch-remoting_client_display_sys_opengl_h N ports/www/ungoogled-chromium/patches/patch-remoting_host_base_switches_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_base_switches_h N ports/www/ungoogled-chromium/patches/patch-remoting_host_chromoting_host_cc N ports/www/ungoogled-chromium/patches/patch-media_media_options_gni N ports/www/ungoogled-chromium/patches/patch-remoting_host_chromoting_host_context_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_chromoting_host_services_client_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_evaluate_capability_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_heartbeat_sender_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_host_attributes_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_host_details_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_host_main_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_ipc_constants_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_it2me_it2me_native_messaging_host_main_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_me2me_desktop_environment_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_remote_open_url_remote_open_url_client_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_remote_open_url_remote_open_url_util_cc N ports/www/ungoogled-chromium/patches/patch-base_i18n_icu_util_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_remote_open_url_url_forwarder_configurator_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_linux_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-base_rand_util_posix_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_setup_start_host_main_cc N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_connection_fido_cc N ports/www/ungoogled-chromium/patches/patch-ui_ozone_common_egl_util_cc N ports/www/ungoogled-chromium/patches/patch-remoting_resources_remoting_strings_grd N ports/www/ungoogled-chromium/patches/patch-sandbox_linux_services_init_process_reaper_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_linux_services_libc_interceptor_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_features_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_freebsd_sandbox_freebsd_cc N ports/www/ungoogled-chromium/patches/patch-ui_gl_gl_context_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_freebsd_sandbox_freebsd_h N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_mojom_sandbox_mojom N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_openbsd_sandbox_openbsd_h N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_sandbox_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_sandbox_h N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_switches_cc N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_switches_h N ports/www/ungoogled-chromium/patches/patch-services_audio_audio_sandbox_hook_linux_cc N ports/www/ungoogled-chromium/patches/patch-services_audio_audio_sandbox_hook_linux_h N ports/www/ungoogled-chromium/patches/patch-services_device_hid_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-chrome_browser_browser_resources_grd N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_sandbox_internals_sandbox_internals_ts N ports/www/ungoogled-chromium/patches/patch-services_device_geolocation_location_arbitrator_cc N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_connection_fido_h N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_connection_freebsd_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_canvas_skia_cc N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_service_cc N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm N ports/www/ungoogled-chromium/patches/patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_service_fido_h N ports/www/ungoogled-chromium/patches/patch-services_device_usb_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-services_device_hid_hid_service_freebsd_h N ports/www/ungoogled-chromium/patches/patch-services_device_serial_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-services_device_serial_serial_device_enumerator_cc N ports/www/ungoogled-chromium/patches/patch-services_device_serial_serial_io_handler_posix_cc N ports/www/ungoogled-chromium/patches/patch-services_device_time_zone_monitor_time_zone_monitor_linux_cc N ports/www/ungoogled-chromium/patches/patch-services_network_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-services_network_network_sandbox_hook_linux_cc N ports/www/ungoogled-chromium/patches/patch-chrome_common_extensions_permissions_chrome_permission_message_rules_cc N ports/www/ungoogled-chromium/patches/patch-services_network_network_sandbox_hook_linux_h N ports/www/ungoogled-chromium/patches/patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc N ports/www/ungoogled-chromium/patches/patch-services_resource_coordinator_public_cpp_memory_instrumentation_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-base_threading_platform_thread_posix_cc N ports/www/ungoogled-chromium/patches/patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_bsd_cc N ports/www/ungoogled-chromium/patches/patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h N ports/www/ungoogled-chromium/patches/patch-services_service_manager_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-services_service_manager_public_cpp_service_executable_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-base_system_sys_info_cc N ports/www/ungoogled-chromium/patches/patch-services_video_capture_broadcasting_receiver_cc N ports/www/ungoogled-chromium/patches/patch-services_video_capture_public_mojom_video_capture_service_mojom N ports/www/ungoogled-chromium/patches/patch-skia_ext_SkMemory_new_handler_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_abseil-cpp_absl_base_config_h N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_libANGLE_Display_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc N ports/www/ungoogled-chromium/patches/patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc N ports/www/ungoogled-chromium/patches/patch-third_party_angle_util_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_common_platform_h N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_gpu_info_util_SystemInfo_internal_h N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_gpu_info_util_SystemInfo_libpci_cpp N ports/www/ungoogled-chromium/patches/patch-components_device_signals_core_system_signals_platform_delegate_cc N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_gpu_info_util_SystemInfo_linux_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_gpu_info_util_SystemInfo_x11_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_libANGLE_formatutils_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_libANGLE_renderer_driver_utils_h N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_process_host_impl_h N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX_cpp N ports/www/ungoogled-chromium/patches/patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_common_renderer_preferences_renderer_preferences_mojom_traits_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_h N ports/www/ungoogled-chromium/patches/patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_mojom_traits_h N ports/www/ungoogled-chromium/patches/patch-components_neterror_resources_neterror_js N ports/www/ungoogled-chromium/patches/patch-third_party_blink_public_platform_web_vector_h N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_bindings_scripts_bind_gen_style_format_py N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_build_scripts_run_with_pythonpath_py N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_controller_memory_usage_monitor_posix_cc N ports/www/ungoogled-chromium/patches/patch-third_party_nasm_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_controller_memory_usage_monitor_posix_h N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_editing_editing_behavior_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_exported_web_view_impl_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_inspector_inspector_memory_agent_cc N ports/www/ungoogled-chromium/patches/patch-components_autofill_assistant_browser_client_context_cc N ports/www/ungoogled-chromium/patches/patch-ui_display_screen_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_layout_layout_view_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_paint_paint_layer_cc N ports/www/ungoogled-chromium/patches/patch-third_party_boringssl_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_modules_media_audio_audio_device_factory_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc N ports/www/ungoogled-chromium/patches/patch-build_config_compiler_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc N ports/www/ungoogled-chromium/patches/patch-build_config_ozone_gni N ports/www/ungoogled-chromium/patches/patch-third_party_brotli_common_platform_h N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_fonts_font_cache_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_fonts_font_cache_h N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_fonts_font_description_cc N ports/www/ungoogled-chromium/patches/patch-third_party_boringssl_BUILD_generated_gni N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_fonts_font_metrics_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_wtf_math_extras_h N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_wtf_container_annotations_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_wtf_stack_util_cc N ports/www/ungoogled-chromium/patches/patch-third_party_boringssl_src_crypto_cpu_aarch64_openbsd_c N ports/www/ungoogled-chromium/patches/patch-third_party_boringssl_src_crypto_fipsmodule_rand_internal_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_font_list_cc N ports/www/ungoogled-chromium/patches/patch-third_party_boringssl_src_crypto_rand_extra_arc4random_c N ports/www/ungoogled-chromium/patches/patch-third_party_node_node_py N ports/www/ungoogled-chromium/patches/patch-third_party_boringssl_src_include_openssl_base_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_browser_command_controller_cc N ports/www/ungoogled-chromium/patches/patch-third_party_boringssl_src_include_openssl_thread_h N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_build_crashpad_buildconfig_gni N ports/www/ungoogled-chromium/patches/patch-third_party_crc32c_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_client_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_client_crashpad_client_posix_cc N ports/www/ungoogled-chromium/patches/patch-third_party_dawn_src_dawn_common_Platform_h N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_util_misc_address_types_h N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_util_misc_capture_context_h N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_util_misc_metrics_cc N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_util_misc_uuid_cc N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_util_posix_close_multiple_cc N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_util_posix_drop_privileges_cc N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_util_posix_signals_cc N ports/www/ungoogled-chromium/patches/patch-third_party_crashpad_crashpad_util_posix_symbolic_constants_posix_cc N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_components_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_profiles_profile_impl_cc N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_h N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm N ports/www/ungoogled-chromium/patches/patch-components_device_signals_core_common_signals_features_h N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_components_h N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_libavcodec_x86_cabac_h N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_libavutil_cpu_c N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_libavutil_mem_c N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_libavutil_random_seed_c N ports/www/ungoogled-chromium/patches/patch-third_party_fontconfig_include_config_h N ports/www/ungoogled-chromium/patches/patch-third_party_fontconfig_src_src_fccompat_c N ports/www/ungoogled-chromium/patches/patch-third_party_leveldatabase_env_chromium_cc N ports/www/ungoogled-chromium/patches/patch-base_files_file_path_watcher_unittest_cc N ports/www/ungoogled-chromium/patches/patch-third_party_ipcz_src_reference_drivers_random_cc N ports/www/ungoogled-chromium/patches/patch-third_party_ipcz_src_standalone_base_logging_cc N ports/www/ungoogled-chromium/patches/patch-base_message_loop_message_pump_glib_cc N ports/www/ungoogled-chromium/patches/patch-content_common_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_libsync_src_include_sync_sync_h N ports/www/ungoogled-chromium/patches/patch-third_party_libsync_src_sync_c N ports/www/ungoogled-chromium/patches/patch-third_party_libusb_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_libusb_src_libusb_core_c N ports/www/ungoogled-chromium/patches/patch-third_party_libxml_linux_config_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_font_util_cc N ports/www/ungoogled-chromium/patches/patch-third_party_libxml_src_dict_c N ports/www/ungoogled-chromium/patches/patch-third_party_maldoca_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_maldoca_src_maldoca_base_get_runfiles_dir_cc N ports/www/ungoogled-chromium/patches/patch-third_party_maldoca_src_maldoca_service_common_process_doc_wrapper_cc N ports/www/ungoogled-chromium/patches/patch-third_party_nasm_config_config-linux_h N ports/www/ungoogled-chromium/patches/patch-third_party_opus_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_pdfium_core_fxge_cfx_fontmapper_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_pdfium_fxjs_fx_date_helpers_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_sqlite_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_pdfium_core_fxge_linux_fx_linux_impl_cpp N ports/www/ungoogled-chromium/patches/patch-base_allocator_partition_allocator_page_allocator_internals_posix_h N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_src_base_event_fd_cc N ports/www/ungoogled-chromium/patches/patch-third_party_pdfium_xfa_fxfa_parser_cxfa_timezoneprovider_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_include_perfetto_base_build_config_h N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_include_perfetto_base_thread_utils_h N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_include_perfetto_base_time_h N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_include_perfetto_ext_base_event_fd_h N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_include_perfetto_ext_base_thread_utils_h N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_src_base_periodic_task_cc N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_src_base_string_utils_cc N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_src_base_subprocess_posix_cc N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_src_base_test_vm_test_utils_cc N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_src_base_thread_task_runner_cc N ports/www/ungoogled-chromium/patches/patch-third_party_zlib_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_skia_src_core_SkCpu_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_src_base_unix_socket_cc N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc N ports/www/ungoogled-chromium/patches/patch-third_party_skia_src_ports_SkOSFile_posix_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_protobuf_src_google_protobuf_stubs_platform_macros_h N ports/www/ungoogled-chromium/patches/patch-third_party_sqlite_src_amalgamation_sqlite3_c N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_src_Reactor_Debug_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_src_WSI_libXCB_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_src_System_Configurator_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp N ports/www/ungoogled-chromium/patches/patch-third_party_test_fonts_fontconfig_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_third_party_llvm-10_0_configs_linux_include_llvm_Config_config_h N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_third_party_llvm-subzero_build_Linux_include_llvm_Config_config_h N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_third_party_marl_src_memory_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_swiftshader_third_party_marl_src_thread_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_test_fonts_fontconfig_fontconfig_util_linux_cc N ports/www/ungoogled-chromium/patches/patch-third_party_unrar_src_crypt_cpp N ports/www/ungoogled-chromium/patches/patch-third_party_vulkan-deps_vulkan-loader_src_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_vulkan-deps_vulkan-loader_src_loader_get_environment_c N ports/www/ungoogled-chromium/patches/patch-third_party_vulkan-deps_vulkan-loader_src_loader_get_environment_h N ports/www/ungoogled-chromium/patches/patch-third_party_vulkan_memory_allocator_include_vk_mem_alloc_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_h N ports/www/ungoogled-chromium/patches/patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_loader_platform_h N ports/www/ungoogled-chromium/patches/patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_mem_alloc_h N ports/www/ungoogled-chromium/patches/patch-third_party_wayland_features_gni N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_modules_audio_device_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_rtc_base_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_components_h N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_modules_desktop_capture_linux_x11_x_server_pixel_buffer_cc N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_rtc_base_byte_order_h N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_rtc_base_ip_address_cc N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_rtc_base_network_cc N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_rtc_base_physical_socket_server_cc N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_rtc_base_physical_socket_server_h N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_system_wrappers_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_rtc_base_platform_thread_types_cc N ports/www/ungoogled-chromium/patches/patch-third_party_webrtc_rtc_base_third_party_sigslot_sigslot_h N ports/www/ungoogled-chromium/patches/patch-tools_generate_stubs_rules_gni N ports/www/ungoogled-chromium/patches/patch-tools_gn_build_build_linux_ninja_template N ports/www/ungoogled-chromium/patches/patch-tools_gn_src_base_files_file_posix_cc N ports/www/ungoogled-chromium/patches/patch-tools_gn_src_gn_version_h N ports/www/ungoogled-chromium/patches/patch-tools_gn_src_util_exe_path_cc N ports/www/ungoogled-chromium/patches/patch-tools_json_schema_compiler_cpp_bundle_generator_py N ports/www/ungoogled-chromium/patches/patch-tools_memory_partition_allocator_inspect_utils_h N ports/www/ungoogled-chromium/patches/patch-tools_perf_chrome_telemetry_build_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-ui_gfx_codec_png_codec_cc N ports/www/ungoogled-chromium/patches/patch-tools_variations_fieldtrial_to_struct_py N ports/www/ungoogled-chromium/patches/patch-ui_base_clipboard_clipboard_constants_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_clipboard_clipboard_constants_h N ports/www/ungoogled-chromium/patches/patch-ui_base_cursor_cursor_factory_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_cursor_cursor_factory_h N ports/www/ungoogled-chromium/patches/patch-ui_base_dragdrop_os_exchange_data_provider_factory_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_ime_dummy_text_input_client_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_ime_dummy_text_input_client_h N ports/www/ungoogled-chromium/patches/patch-ui_base_ime_fake_text_input_client_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_ime_fake_text_input_client_h N ports/www/ungoogled-chromium/patches/patch-ui_base_ime_text_input_client_h N ports/www/ungoogled-chromium/patches/patch-ui_base_resource_resource_bundle_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_webui_web_ui_util_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_x_x11_cursor_loader_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_switches_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_x_x11_shm_image_pool_cc N ports/www/ungoogled-chromium/patches/patch-ui_compositor_compositor_cc N ports/www/ungoogled-chromium/patches/patch-extensions_common_api_runtime_json N ports/www/ungoogled-chromium/patches/patch-chrome_updater_configurator_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_cc N ports/www/ungoogled-chromium/patches/patch-chrome_updater_device_management_dm_storage_cc N ports/www/ungoogled-chromium/patches/patch-ui_compositor_compositor_h N ports/www/ungoogled-chromium/patches/patch-ui_compositor_compositor_observer_h N ports/www/ungoogled-chromium/patches/patch-ui_events_devices_x11_device_data_manager_x11_cc N ports/www/ungoogled-chromium/patches/patch-ui_events_event_switches_cc N ports/www/ungoogled-chromium/patches/patch-ui_events_event_switches_h N ports/www/ungoogled-chromium/patches/patch-ui_events_keycodes_dom_keycode_converter_cc N ports/www/ungoogled-chromium/patches/patch-ui_events_keycodes_dom_keycode_converter_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_font_render_params_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_gpu_memory_buffer_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_ipc_gfx_param_traits_macros_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_native_pixmap_handle_cc N ports/www/ungoogled-chromium/patches/patch-base_files_file_util_posix_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_tab_helpers_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_mojom_buffer_types_mojom_traits_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_mojom_native_handle_types_mojom_traits_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_native_pixmap_handle_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_native_widget_types_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_chrome_browser_interface_binders_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_x_generated_protos_dri3_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_x_generated_protos_shm_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_x_xlib_support_cc N ports/www/ungoogled-chromium/patches/patch-ui_gl_generate_bindings_py N ports/www/ungoogled-chromium/patches/patch-chrome_browser_themes_theme_service_aura_linux_cc N ports/www/ungoogled-chromium/patches/patch-ui_gl_gl_bindings_api_autogen_glx_h N ports/www/ungoogled-chromium/patches/patch-ui_gl_gl_bindings_autogen_glx_cc N ports/www/ungoogled-chromium/patches/patch-ui_gl_gl_bindings_autogen_glx_h N ports/www/ungoogled-chromium/patches/patch-ui_gl_gl_image_glx_native_pixmap_cc N ports/www/ungoogled-chromium/patches/patch-ui_gl_sync_control_vsync_provider_cc N ports/www/ungoogled-chromium/patches/patch-ui_gl_sync_control_vsync_provider_h N ports/www/ungoogled-chromium/patches/patch-ui_gtk_gtk_compat_cc N ports/www/ungoogled-chromium/patches/patch-ui_gtk_printing_print_dialog_gtk_cc N ports/www/ungoogled-chromium/patches/patch-ui_display_screen_h N ports/www/ungoogled-chromium/patches/patch-content_gpu_gpu_main_cc N ports/www/ungoogled-chromium/patches/patch-base_system_sys_info_posix_cc N ports/www/ungoogled-chromium/patches/patch-ui_message_center_views_message_popup_view_cc N ports/www/ungoogled-chromium/patches/patch-ui_native_theme_native_theme_base_cc N ports/www/ungoogled-chromium/patches/patch-ui_native_theme_native_theme_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_frame_browser_frame_cc N ports/www/ungoogled-chromium/patches/patch-ui_ozone_platform_wayland_gpu_vulkan_implementation_wayland_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_metrics_power_process_monitor_h N ports/www/ungoogled-chromium/patches/patch-v8_include_v8config_h N ports/www/ungoogled-chromium/patches/patch-ui_ozone_platform_x11_ozone_platform_x11_cc N ports/www/ungoogled-chromium/patches/patch-ui_ozone_platform_x11_vulkan_implementation_x11_cc N ports/www/ungoogled-chromium/patches/patch-ui_ozone_public_ozone_platform_h N ports/www/ungoogled-chromium/patches/patch-ui_platform_window_platform_window_init_properties_h N ports/www/ungoogled-chromium/patches/patch-remoting_host_policy_watcher_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_corewm_tooltip_aura_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_controls_prefix_selector_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_controls_prefix_selector_h N ports/www/ungoogled-chromium/patches/patch-ui_views_controls_textfield_textfield_h N ports/www/ungoogled-chromium/patches/patch-ui_views_examples_widget_example_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_focus_focus_manager_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_views_delegate_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_views_delegate_h N ports/www/ungoogled-chromium/patches/patch-chrome_common_webui_url_constants_h N ports/www/ungoogled-chromium/patches/patch-components_feature_engagement_public_feature_list_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_font_fallback_linux_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_window_custom_frame_view_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_h N ports/www/ungoogled-chromium/patches/patch-remoting_host_webauthn_remote_webauthn_extension_notifier_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_window_dialog_delegate_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_window_frame_background_cc N ports/www/ungoogled-chromium/patches/patch-ui_webui_resources_js_cr_js N ports/www/ungoogled-chromium/patches/patch-v8_src_base_atomicops_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_after_startup_task_utils_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_remoting_me2me_host_cc N ports/www/ungoogled-chromium/patches/patch-base_posix_unix_domain_socket_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_base_platform_platform-freebsd_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_base_platform_platform-openbsd_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_base_platform_platform-posix_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_base_sys-info_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_compiler_backend_ia32_instruction-selector-ia32_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_diagnostics_perf-jit_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_diagnostics_perf-jit_h N ports/www/ungoogled-chromium/patches/patch-content_browser_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-v8_src_trap-handler_handler-inside-posix_cc N ports/www/ungoogled-chromium/patches/patch-ui_aura_screen_ozone_cc N ports/www/ungoogled-chromium/patches/patch-v8_src_trap-handler_handler-inside-posix_h N ports/www/ungoogled-chromium/patches/patch-v8_src_trap-handler_trap-handler_h N ports/www/ungoogled-chromium/patches/patch-base_task_thread_pool_environment_config_unittest_cc N ports/www/ungoogled-chromium/patches/patch-weblayer_browser_browser_main_parts_impl_cc N ports/www/ungoogled-chromium/patches/patch-weblayer_browser_content_browser_client_impl_cc N ports/www/ungoogled-chromium/patches/patch-weblayer_browser_content_browser_client_impl_h N ports/www/ungoogled-chromium/patches/patch-weblayer_browser_system_network_context_manager_cc N ports/www/ungoogled-chromium/patches/patch-weblayer_common_weblayer_paths_cc N ports/www/ungoogled-chromium/patches/patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_browser_h N ports/www/ungoogled-chromium/patches/patch-content_renderer_renderer_blink_platform_impl_cc N ports/www/ungoogled-chromium/patches/patch-chromecast_browser_cast_browser_main_parts_cc N ports/www/ungoogled-chromium/patches/patch-content_renderer_renderer_blink_platform_impl_h N ports/www/ungoogled-chromium/patches/patch-content_shell_app_shell_main_delegate_cc N ports/www/ungoogled-chromium/patches/patch-content_shell_browser_shell_browser_main_parts_cc N ports/www/ungoogled-chromium/patches/patch-components_metrics_motherboard_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_enterprise_connectors_device_trust_device_trust_service_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_profiles_profiles_state_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc N ports/www/ungoogled-chromium/patches/patch-extensions_common_api__permission_features_json N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc N ports/www/ungoogled-chromium/patches/patch-components_viz_service_display_skia_renderer_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_webui_settings_appearance_handler_cc N ports/www/ungoogled-chromium/patches/patch-components_password_manager_core_browser_login_database_unittest_cc N ports/www/ungoogled-chromium/patches/patch-components_device_signals_core_common_signals_features_cc N ports/www/ungoogled-chromium/patches/patch-components_startup_metric_utils_browser_startup_metric_utils_cc N ports/www/ungoogled-chromium/patches/patch-components_os_crypt_os_crypt_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_chrome_views_delegate_h N ports/www/ungoogled-chromium/patches/patch-chrome_browser_ui_views_first_run_dialog_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_service_shared_image_gl_texture_image_backing_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_service_shared_image_gl_texture_image_backing_factory_cc N ports/www/ungoogled-chromium/patches/patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h N ports/www/ungoogled-chromium/patches/patch-content_app_content_main_cc N ports/www/ungoogled-chromium/patches/patch-content_utility_services_cc N ports/www/ungoogled-chromium/patches/patch-components_policy_core_common_cloud_cloud_policy_util_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_factory_cc N ports/www/ungoogled-chromium/patches/patch-gpu_command_buffer_service_webgpu_decoder_impl_cc N ports/www/ungoogled-chromium/patches/patch-net_base_network_change_notifier_cc N ports/www/ungoogled-chromium/patches/patch-components_autofill_payments_strings_grdp N ports/www/ungoogled-chromium/patches/patch-components_components_chromium_strings_grd N ports/www/ungoogled-chromium/patches/patch-net_base_network_change_notifier_posix_cc N ports/www/ungoogled-chromium/patches/patch-tools_protoc_wrapper_protoc_wrapper_py N ports/www/ungoogled-chromium/patches/patch-components_components_google_chrome_strings_grd N ports/www/ungoogled-chromium/patches/patch-content_browser_child_process_launcher_helper_linux_cc N ports/www/ungoogled-chromium/patches/patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_core_frame_web_frame_test_cc N ports/www/ungoogled-chromium/patches/patch-components_new_or_sad_tab_strings_grdp N ports/www/ungoogled-chromium/patches/patch-services_device_compute_pressure_cpu_probe_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_scheduler_common_thread_cc N ports/www/ungoogled-chromium/patches/patch-media_gpu_chromeos_video_decoder_pipeline_cc N ports/www/ungoogled-chromium/patches/patch-media_gpu_vaapi_vaapi_video_decoder_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_common_privacy_budget_active_sampling_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_public_platform_platform_h N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_controller_blink_initializer_cc N ports/www/ungoogled-chromium/patches/patch-components_storage_monitor_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-gpu_vulkan_vulkan_util_cc N ports/www/ungoogled-chromium/patches/patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton_h N ports/www/ungoogled-chromium/patches/patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock_h N ports/www/ungoogled-chromium/patches/patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_thread_checker_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_gpu_memory_buffer_h N ports/www/ungoogled-chromium/patches/patch-content_browser_browser_main_loop_cc N ports/www/ungoogled-chromium/patches/patch-ui_aura_screen_ozone_h N ports/www/ungoogled-chromium/patches/patch-ui_base_ime_linux_linux_input_method_context_factory_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_x_x11_cursor_factory_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_message_filter_h N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_message_filter_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_x_x11_cursor_factory_h N ports/www/ungoogled-chromium/patches/patch-media_base_supported_types_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_utility_sandbox_delegate_cc N ports/www/ungoogled-chromium/patches/patch-third_party_dawn_include_dawn_native_VulkanBackend_h N ports/www/ungoogled-chromium/patches/patch-ui_gfx_platform_font_skia_cc N ports/www/ungoogled-chromium/patches/patch-ui_gfx_render_text_api_fuzzer_cc N ports/www/ungoogled-chromium/patches/patch-third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp N ports/www/ungoogled-chromium/patches/patch-content_child_child_process_cc N ports/www/ungoogled-chromium/patches/patch-content_browser_renderer_host_render_widget_host_view_aura_cc N ports/www/ungoogled-chromium/patches/patch-base_trace_event_process_memory_dump_cc N ports/www/ungoogled-chromium/patches/patch-ui_base_test_skia_gold_pixel_diff_cc N ports/www/ungoogled-chromium/patches/patch-ui_ozone_platform_headless_ozone_platform_headless_cc N ports/www/ungoogled-chromium/patches/patch-content_common_font_list_unittest_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_widget_widget_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_widget_widget_h N ports/www/ungoogled-chromium/patches/patch-services_network_network_service_cc N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_common_vulkan_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-media_base_media_switches_cc N ports/www/ungoogled-chromium/patches/patch-extensions_common_command_cc N ports/www/ungoogled-chromium/patches/patch-ui_strings_translations_app_locale_settings_ja_xtb N ports/www/ungoogled-chromium/patches/patch-ui_strings_translations_app_locale_settings_ko_xtb N ports/www/ungoogled-chromium/patches/patch-net_base_sockaddr_util_posix_unittest_cc N ports/www/ungoogled-chromium/patches/patch-ui_strings_translations_app_locale_settings_ml_xtb N ports/www/ungoogled-chromium/patches/patch-net_third_party_quiche_BUILD_gn N ports/www/ungoogled-chromium/patches/patch-ui_strings_translations_app_locale_settings_th_xtb N ports/www/ungoogled-chromium/patches/patch-sandbox_policy_sandbox_type_cc N ports/www/ungoogled-chromium/patches/patch-ui_strings_translations_app_locale_settings_zh-CN_xtb N ports/www/ungoogled-chromium/patches/patch-remoting_codec_webrtc_video_encoder_vpx_cc N ports/www/ungoogled-chromium/patches/patch-third_party_angle_src_libANGLE_renderer_vulkan_DisplayVk_api_h N ports/www/ungoogled-chromium/patches/patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h N ports/www/ungoogled-chromium/patches/patch-net_proxy_resolution_proxy_config_service_cc N ports/www/ungoogled-chromium/patches/patch-chrome_updater_updater_cc N ports/www/ungoogled-chromium/patches/patch-services_cert_verifier_cert_verifier_creation_cc N ports/www/ungoogled-chromium/patches/patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc N ports/www/ungoogled-chromium/patches/patch-third_party_abseil-cpp_absl_debugging_internal_elf_mem_image_h N ports/www/ungoogled-chromium/patches/patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_impl_interactive_uitest_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_modules_webaudio_audio_worklet_thread_test_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_graphics_begin_frame_provider_cc N ports/www/ungoogled-chromium/patches/patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 N ports/www/ungoogled-chromium/patches/patch-third_party_lzma_sdk_C_CpuArch_c N ports/www/ungoogled-chromium/patches/patch-v8_include_v8-internal_h N ports/www/ungoogled-chromium/patches/patch-v8_src_sandbox_sandbox_cc N ports/www/ungoogled-chromium/patches/patch-base_process_process_metrics_unittest_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_flag_descriptions_h N ports/www/ungoogled-chromium/patches/patch-third_party_perfetto_protos_perfetto_trace_ftrace_v4l2_proto N ports/www/ungoogled-chromium/patches/patch-chrome_browser_prefs_browser_prefs_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_notifications_notification_display_service_impl_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_plugin_metadata_plugins_linux_json N ports/www/ungoogled-chromium/patches/patch-chrome_browser_resources_settings_appearance_page_appearance_page_html N ports/www/ungoogled-chromium/patches/patch-chrome_common_chrome_features_cc N ports/www/ungoogled-chromium/patches/patch-media_capture_video_video_capture_device_client_cc N ports/www/ungoogled-chromium/pkg/DESCR N ports/www/ungoogled-chromium/pkg/PFRAG.component N ports/www/ungoogled-chromium/pkg/PFRAG.swiftshader N ports/www/ungoogled-chromium/pkg/PLIST N ports/www/ungoogled-chromium/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/04 06:59:15 Modified files: www : Makefile Log message: +ungoogled-chromium CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/10/04 07:28:07 Modified files: benchmarks/udpbench: Makefile distinfo Log message: update udpbench to 1.05 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/04 07:33:57 Modified files: lib/libc/time : tzset.3 Log message: Better path handling description, also document tzname, timezone daylight. Explicitly mention that most programs do not need to call tzset() directly. OK deraadt@ jmc@ benno@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/04 08:24:58 Log message: import seergdb-1.11 Seer is a GUI front-end to GDB. It includes a main view, a seer console, an assembly view, a memory visualizer, an array visualizer and a struct visualizer. port from Ivo van der Sangen (ivdsangen [at] gmail dot com), thanks! ok/tweaks from sthen@ Status: Vendor Tag: op Release Tags: op_20221004 N ports/devel/seergdb/Makefile N ports/devel/seergdb/distinfo N ports/devel/seergdb/pkg/DESCR N ports/devel/seergdb/pkg/PLIST N ports/devel/seergdb/patches/patch-src_SeerGdbConfigPage_cpp N ports/devel/seergdb/patches/patch-src_SeerGdbWidget_cpp N ports/devel/seergdb/patches/patch-src_SeerMainWindow_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/04 08:26:06 Modified files: devel : Makefile Log message: +seergdb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 08:51:01 Modified files: audio/openal : Makefile distinfo audio/openal/patches: patch-CMakeLists_txt patch-alc_alconfig_cpp audio/openal/pkg: PLIST Added files: audio/openal/patches: patch-common_threads_cpp Removed files: audio/openal/patches: patch-alc_backends_sndio_cpp Log message: update to OpenAL 1.22.2, disable picking up pipewire for now from Brad, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/04 08:53:09 Modified files: www/zola : Makefile distinfo Added files: www/zola : modules.inc Removed files: www/zola/patches: patch-modcargo-crates_rustls-native-certs-0_1_0_Cargo_toml patch-modcargo-crates_rustls-native-certs-0_1_0_src_lib_rs Log message: update www/zola to 0.16.1 the update makes it build on powerpc64 and riscv64 maintainer timeout with and ok jca@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2022/10/04 08:53:11 Modified files: graphics/gimp/deskew: Makefile graphics/gimp/lensfun: Makefile graphics/gimp/liquid-rescale: Makefile graphics/gimp/resynthesizer: Makefile graphics/gimp/stable: Makefile graphics/ufraw : Makefile graphics/xsane : Makefile Log message: tweak the gimp PKGSPEC and bump the affected ports, that will now NOT try to work with gimp/snapshot as sthen@ noted, and I didn't ufraw is also affected, because the most correct PKGSPEC has gimp->=2,<2.99 (and not <3) okay sthen@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/04 08:53:56 Modified files: textproc/mdbook: Makefile distinfo textproc/mdbook/pkg: PLIST Added files: textproc/mdbook: modules.inc Log message: update textproc/mdbook to 0.4.21 update to make it build with lang/rust 1.64.0 ok edd@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/04 08:54:47 Modified files: www/geckodriver: Makefile distinfo Added files: www/geckodriver: modules.inc Log message: update www/geckodriver to 0.31.0 update to make it build with lang/rust 1.64.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 08:56:13 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_Makefile_in patch-include_defaults_h patch-include_stdinc_h patch-src_ircd_c Log message: update to ircd-hybrid-8.2.43, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/04 09:00:22 Modified files: www/tor-browser/browser: Makefile Log message: www/tor-browser: mark it broken due to lang/rust 1.64.0 ok caspar@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/04 09:02:37 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_llvm_build_rs patch-compiler_rustc_mir_transform_src_abort_unwinding_calls_rs patch-compiler_rustc_target_src_spec_i686_unknown_openbsd_rs patch-compiler_rustc_target_src_spec_mod_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_lib_rs patch-src_bootstrap_native_rs patch-src_bootstrap_test_rs lang/rust/pkg : PLIST-main Added files: lang/rust/patches: patch-src_bootstrap_builder_rs Log message: update lang/rust to 1.64.0 Announce: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html ChangeLog: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2022/10/04 09:31:02 Modified files: usr.bin/openssl: genrsa.c Log message: fix an obvious thinko without serious consequences in the display of e for rsa and friends. okay tb@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/04 09:45:25 Modified files: productivity/when: Makefile Log message: fmt; remove space before comment CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/04 11:23:34 Modified files: multimedia/openh264: Makefile distinfo Log message: Update to openh264 2.3.1 Upstream only bumped the library version, no actual code change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 13:12:35 ports/devel/py-modulegraph/patches Update of /cvs/ports/devel/py-modulegraph/patches In directory cvs.openbsd.org:/tmp/cvs-serv72328/patches Log Message: Directory /cvs/ports/devel/py-modulegraph/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/04 13:15:32 Modified files: devel/py-modulegraph: Makefile Added files: devel/py-modulegraph/patches: patch-modulegraph_util_py Log message: partially backout an upstream commit which breaks packaging with python 2 (math/prover9 still uses python 2.7). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/04 13:24:15 Modified files: audio/flac : Makefile distinfo audio/flac/pkg : PLIST Added files: audio/flac/patches: patch-configure Removed files: audio/flac/patches: patch-man_flac_1 patch-src_libFLAC_cpu_c Log message: audio/flac: update to 1.4.1 FLAC can now encode and decode 32-bit integer samples. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/04 13:32:54 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c patch-gitweb_gitweb_perl devel/git/pkg : PLIST-main Log message: Update to git 2.38.0 https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.38.0.txt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/04 13:36:20 Modified files: sys/arch/arm64/include: armreg.h Log message: Add a few more PSTATE bits. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/10/04 13:38:20 Modified files: sys/dev/usb : ukbd.c Log message: Repair Apple-specific translation support broken by mistake in 1.88; reported by Leonardo Moreno CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/04 13:41:22 Modified files: sys/arch/arm64/arm64: cpu.c machdep.c Log message: On CPUs that support the Data Independent Timing feature, enable this feature by default in both the kernel and userland. At this point, this feature has only been seen on Apple's CPU cores, where turning it on has no measurable impact on performance. Turning this feature on should help to mitigate timing side-channel attacks. ok deraadt@, beck@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/04 13:59:10 Modified files: distrib/miniroot: install.sub Log message: Replace temporary file with variable On supported -release systems, syspatch(8) -c is run from rc.firsttime(8) and the list of patches it pretty-printed if non-empty. -c output fits into a shell variable, not needing a temporary file, which is also what usr.sbin/syspatch/syspatch.sh does internally. OK millert CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2022/10/04 14:14:26 Modified files: . : 72.html Log message: polish pledge("vminfo") and ypldap entries a bit more, discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/04 14:46:13 Modified files: lib/libcsi : csi_dh.c Log message: Correctly check for DH_compute_key() error DH_size() only gives an upper bound for the size of the key. The key can be shorter. Found after anton reported sporadic regress test failures ok jsing CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/04 17:33:22 Modified files: usr.sbin/tftpd : tftpd.8 tftpd.c Log message: Switch default to read-only, add -w for write access (previous default) Write access seems less often required these days and other ways to ensure effective read-only access are mere workarounds; worst case malicious users can fill up the server's disk by writing to existing files. diskless(8) only ever needs to read and running with "stdio rpath dns inet" by default is much safer for a network daemon without any authentication. Initially proposed as a new -R flag for read-only mode new default suggestion dlg deraadt "looks great" millert OK sthen dlg CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2022/10/04 17:33:52 Modified files: faq : current.html Log message: tftpd runs read-only by default now CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2022/10/04 17:55:48 Modified files: sysutils/firmware/amdgpu: Makefile distinfo sysutils/firmware/amdgpu/pkg: PLIST Log message: update amdgpu firmware to 20220913 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2022/10/04 17:57:30 Modified files: sysutils/firmware/radeondrm: Makefile distinfo Log message: update radeon firmware to 20220913 no binary change from 20220708 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/04 17:58:10 Modified files: usr.sbin/rarpd : Makefile Log message: Remove REQUIRE_TFTPBOOT left-over -t succeeded this macro in 2004. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2022/10/04 17:59:17 Modified files: sysutils/firmware/inteldrm: Makefile distinfo Log message: update inteldrm firmware to 20220913 no binary change from 20220708 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/04 23:40:16 Modified files: usr.sbin/tftpd : tftpd.8 Log message: sort options list; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/05 00:13:20 Modified files: editors/libreoffice: Makefile editors/libreoffice/pkg: PLIST-main Log message: remove pt-BR files lurking in the main package CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/05 01:36:24 Log message: py-timelib-0.2.5 timelib is a short wrapper around a bundled copy of PHP's internal timelib module. from Uwe Werler (uwe at werler dot is), thanks! ok/tweaks sthen@ Status: Vendor Tag: op Release Tags: op_20221005 N ports/devel/py-timelib/Makefile N ports/devel/py-timelib/distinfo N ports/devel/py-timelib/pkg/DESCR N ports/devel/py-timelib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/05 01:38:15 Modified files: devel : Makefile Log message: +py-timelib,python3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 01:57:53 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 105.0.2. see https://www.mozilla.org/en-US/firefox/105.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 02:00:31 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 102.3.1. see https://www.thunderbird.net/en-US/thunderbird/102.3.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-43/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 02:03:52 Modified files: security/rnp : Makefile distinfo security/rnp/pkg: PLIST Log message: security/rnp: update to 0.16.2. see https://github.com/rnpgp/rnp/releases/tag/v0.16.1 and https://github.com/rnpgp/rnp/releases/tag/v0.16.2 mail/mozilla-thunderbird will soon build against it instead of using its bundled copy. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 02:28:42 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_2 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 105.0.2. see https://www.mozilla.org/en-US/firefox/105.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 02:29:14 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 103.2.1. see https://www.thunderbird.net/en-US/thunderbird/102.3.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-43/ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/05 02:55:24 Modified files: lang/wabt : Makefile distinfo lang/wabt/patches: patch-src_tools_wasm-decompile_cc patch-src_tools_wasm-interp_cc patch-src_tools_wasm-objdump_cc patch-src_tools_wasm-opcodecnt_cc patch-src_tools_wasm-strip_cc patch-src_tools_wasm-validate_cc patch-src_tools_wasm2c_cc patch-src_tools_wasm2wat_cc patch-src_tools_wast2json_cc patch-src_tools_wat-desugar_cc patch-src_tools_wat2wasm_cc lang/wabt/pkg : PLIST Log message: Update wabt to 1.0.30. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/05 02:59:48 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-base_BUILD_gn patch-base_allocator_partition_allocator_address_space_randomization_h patch-base_allocator_partition_allocator_page_allocator_h patch-base_allocator_partition_allocator_page_allocator_internals_posix_h patch-base_allocator_partition_allocator_partition_alloc_cc patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_page_h patch-base_allocator_partition_allocator_spinning_mutex_cc patch-base_allocator_partition_allocator_starscan_stack_stack_cc patch-base_atomicops_h patch-base_base_paths_posix_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_debug_debugger_posix_cc patch-base_debug_elf_reader_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_files_file_util_unittest_cc patch-base_i18n_icu_util_cc patch-base_linux_util_cc patch-base_logging_unittest_cc patch-base_memory_discardable_memory_cc patch-base_memory_madv_free_discardable_memory_posix_cc patch-base_memory_platform_shared_memory_region_h patch-base_memory_platform_shared_memory_region_posix_cc patch-base_message_loop_message_pump_glib_cc patch-base_native_library_posix_cc patch-base_posix_unix_domain_socket_cc patch-base_process_kill_h patch-base_process_kill_posix_cc patch-base_process_launch_h patch-base_process_memory_cc patch-base_process_process_handle_freebsd_cc patch-base_process_process_handle_openbsd_cc patch-base_process_process_iterator_freebsd_cc patch-base_process_process_iterator_openbsd_cc patch-base_process_process_metrics_cc patch-base_process_process_metrics_freebsd_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_openbsd_cc patch-base_process_process_metrics_posix_cc patch-base_process_process_posix_cc patch-base_process_process_unittest_cc patch-base_profiler_stack_sampling_profiler_test_util_cc patch-base_rand_util_h patch-base_rand_util_posix_cc patch-base_strings_safe_sprintf_unittest_cc patch-base_synchronization_lock_impl_h patch-base_system_sys_info_cc patch-base_system_sys_info_freebsd_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_system_sys_info_posix_cc patch-base_system_sys_info_unittest_cc patch-base_task_thread_pool_environment_config_unittest_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_h patch-base_threading_platform_thread_linux_cc patch-base_threading_platform_thread_posix_cc patch-base_threading_platform_thread_unittest_cc patch-base_trace_event_malloc_dump_provider_cc patch-base_trace_event_process_memory_dump_cc patch-build_config_BUILDCONFIG_gn patch-build_config_BUILD_gn patch-build_config_compiler_BUILD_gn patch-build_config_linux_BUILD_gn patch-build_config_ozone_gni patch-build_config_rust_gni patch-build_toolchain_gcc_toolchain_gni patch-chrome_app_chrome_command_ids_h patch-chrome_app_chrome_main_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_generated_resources_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_chrome_unscaled_resources_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_cc patch-chrome_browser_after_startup_task_utils_cc patch-chrome_browser_apps_platform_apps_platform_app_launch_cc patch-chrome_browser_autocomplete_chrome_autocomplete_scheme_classifier_cc patch-chrome_browser_background_background_mode_manager_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_browser_main_linux_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_crash_upload_list_crash_upload_list_cc patch-chrome_browser_defaults_cc patch-chrome_browser_dev_ui_browser_resources_grd patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_commands_cc patch-chrome_browser_download_download_commands_h patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_service_factory_cc patch-chrome_browser_enterprise_connectors_device_trust_signals_signals_service_factory_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_h patch-chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_webrtc_logging_private_webrtc_logging_private_api_cc patch-chrome_browser_extensions_browser_context_keyed_service_factories_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_first_run_first_run_internal_h patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_audio_service_util_cc patch-chrome_browser_media_router_discovery_BUILD_gn patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_notifications_notification_display_service_impl_cc patch-chrome_browser_password_manager_password_reuse_manager_factory_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_policy_browser_signin_policy_handler_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_printing_print_job_worker_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_profiles_profiles_state_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_ts patch-chrome_browser_resources_settings_appearance_page_appearance_page_html patch-chrome_browser_resources_settings_appearance_page_appearance_page_ts patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_sharing_sharing_device_registration_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_device_info_sync_client_impl_cc patch-chrome_browser_task_manager_sampling_task_manager_impl_cc patch-chrome_browser_themes_theme_helper_cc patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_color_native_chrome_color_mixer_cc patch-chrome_browser_ui_sad_tab_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_columns_cc patch-chrome_browser_ui_task_manager_task_manager_table_model_cc patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc patch-chrome_browser_ui_views_chrome_views_delegate_h patch-chrome_browser_ui_views_download_download_item_view_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_first_run_dialog_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_non_client_frame_view_factory_views_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_system_menu_model_builder_cc patch-chrome_browser_ui_views_hung_renderer_view_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_tabs_tab_hover_card_controller_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_connectors_internals_zero_trust_utils_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_settings_appearance_handler_cc patch-chrome_browser_ui_webui_settings_appearance_handler_h patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_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_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_manager_cc patch-chrome_browser_web_applications_web_app_provider_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_channel_info_h patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_media_cdm_host_file_path_cc patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_renderer_chrome_render_frame_observer_cc patch-chrome_services_file_util_public_mojom_safe_document_analyzer_mojom_traits_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_services_speech_audio_source_fetcher_impl_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_chrome_finder_cc patch-chrome_test_chromedriver_keycode_text_conversion_unittest_cc patch-chrome_updater_app_app_install_cc patch-chrome_updater_configurator_cc patch-chrome_updater_device_management_dm_storage_cc patch-chrome_updater_installer_cc patch-chrome_updater_updater_cc patch-chrome_updater_util_cc patch-chrome_utility_services_cc patch-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_payments_strings_grdp patch-components_cast_channel_cast_message_util_cc patch-components_crash_core_app_BUILD_gn patch-components_discardable_memory_service_discardable_shared_memory_manager_cc patch-components_embedder_support_user_agent_utils_unittest_cc patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_feed_core_v2_feed_network_impl_unittest_cc patch-components_feed_core_v2_proto_util_cc patch-components_feed_core_v2_proto_util_unittest_cc patch-components_flags_ui_flags_state_cc patch-components_neterror_resources_neterror_js patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_network_session_configurator_browser_network_session_configurator_unittest_cc patch-components_new_or_sad_tab_strings_grdp patch-components_os_crypt_keyring_util_linux_cc patch-components_os_crypt_libsecret_util_linux_cc patch-components_os_crypt_os_crypt_h patch-components_paint_preview_browser_paint_preview_client_cc patch-components_paint_preview_player_player_compositor_delegate_cc patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_permissions_prediction_service_prediction_common_cc patch-components_policy_core_browser_policy_pref_mapping_test_cc patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc patch-components_startup_metric_utils_browser_startup_metric_utils_cc patch-components_storage_monitor_BUILD_gn patch-components_sync_device_info_local_device_info_util_cc patch-components_sync_device_info_local_device_info_util_linux_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_frame_sinks_root_compositor_frame_sink_impl_cc patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_browser_url_handler_impl_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_download_download_manager_impl_cc patch-content_browser_font_access_font_enumeration_data_source_cc patch-content_browser_gpu_compositor_util_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_media_media_keys_listener_manager_impl_cc patch-content_browser_renderer_host_delegated_frame_host_cc patch-content_browser_renderer_host_pepper_pepper_file_io_host_cc patch-content_browser_renderer_host_render_message_filter_cc patch-content_browser_renderer_host_render_message_filter_h 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_scheduler_responsiveness_jank_monitor_impl_cc patch-content_browser_utility_sandbox_delegate_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_browser_webui_web_ui_main_frame_observer_cc patch-content_browser_webui_web_ui_main_frame_observer_h patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_common_font_list_unittest_cc patch-content_common_user_agent_cc patch-content_gpu_gpu_main_cc patch-content_gpu_gpu_sandbox_hook_linux_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_public_test_mock_render_thread_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_app_shell_main_delegate_cc patch-content_shell_browser_shell_browser_main_parts_cc patch-content_shell_utility_shell_content_utility_client_cc patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-content_zygote_zygote_linux_cc patch-content_zygote_zygote_main_linux_cc patch-device_bluetooth_cast_bluetooth_gni patch-extensions_browser_api_messaging_message_service_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_browser_browser_context_keyed_service_factories_cc patch-extensions_browser_extension_prefs_cc patch-extensions_browser_pref_names_cc patch-extensions_browser_pref_names_h patch-extensions_common_api__permission_features_json patch-extensions_shell_browser_shell_browser_main_parts_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_command_buffer_tests_gl_gpu_memory_buffer_unittest_cc patch-gpu_command_buffer_tests_gl_test_utils_cc patch-gpu_command_buffer_tests_gl_test_utils_h patch-gpu_config_gpu_control_list_cc patch-gpu_ipc_common_gpu_memory_buffer_support_h patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_vulkan_device_queue_cc patch-gpu_vulkan_vulkan_device_queue_h patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-headless_lib_browser_headless_browser_main_parts_h patch-headless_lib_browser_headless_web_contents_impl_cc patch-headless_lib_browser_policy_headless_browser_policy_connector_cc patch-headless_lib_headless_content_main_delegate_cc patch-ipc_ipc_channel_common_cc patch-ipc_ipc_channel_h patch-ipc_ipc_message_utils_cc patch-media_BUILD_gn patch-media_audio_BUILD_gn patch-media_audio_alsa_audio_manager_alsa_cc patch-media_audio_audio_features_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_linux_fake_v4l2_impl_cc patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_capture_video_video_capture_device_client_cc patch-media_cdm_cdm_paths_unittest_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_gpu_video_encode_accelerator_factory_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_video_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-media_webrtc_helpers_unittests_cc patch-media_webrtc_webrtc_features_cc patch-mojo_core_BUILD_gn patch-mojo_core_channel_cc patch-mojo_public_c_system_thunks_cc patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_base_network_change_notifier_cc patch-net_base_network_change_notifier_posix_cc patch-net_cert_cert_verify_proc_cc patch-net_cert_cert_verify_proc_h patch-net_cert_cert_verify_proc_unittest_cc patch-net_disk_cache_blockfile_disk_format_h patch-net_disk_cache_simple_simple_file_tracker_cc patch-net_dns_BUILD_gn patch-net_dns_dns_config_service_posix_cc patch-net_dns_dns_util_cc patch-net_dns_host_resolver_manager_cc patch-net_dns_host_resolver_proc_cc patch-net_http_http_auth_gssapi_posix_cc patch-net_http_http_auth_gssapi_posix_h patch-net_proxy_resolution_proxy_config_service_linux_cc patch-net_socket_socket_posix_cc patch-net_socket_socks5_client_socket_cc patch-net_socket_tcp_socket_posix_cc patch-net_socket_udp_socket_posix_cc patch-net_socket_udp_socket_unittest_cc patch-net_third_party_quiche_BUILD_gn patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-net_traffic_annotation_network_traffic_annotation_h patch-net_url_request_url_request_cc patch-net_url_request_url_request_context_builder_cc patch-net_url_request_url_request_context_cc patch-net_url_request_url_request_context_h patch-pdf_pdfium_pdfium_engine_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-remoting_codec_webrtc_video_encoder_vpx_cc patch-remoting_host_base_switches_cc patch-remoting_host_base_switches_h patch-remoting_host_host_attributes_cc patch-remoting_host_host_main_cc patch-remoting_host_it2me_it2me_native_messaging_host_main_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_remote_open_url_remote_open_url_client_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-remoting_resources_remoting_strings_grd patch-sandbox_BUILD_gn patch-sandbox_policy_BUILD_gn patch-sandbox_policy_features_cc patch-sandbox_policy_freebsd_sandbox_freebsd_cc patch-sandbox_policy_mojom_sandbox_mojom patch-sandbox_policy_openbsd_sandbox_openbsd_cc patch-sandbox_policy_sandbox_type_cc patch-sandbox_policy_switches_cc patch-sandbox_policy_switches_h patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_hid_hid_connection_fido_cc patch-services_device_hid_hid_connection_freebsd_cc patch-services_device_hid_hid_service_cc patch-services_device_hid_hid_service_fido_cc patch-services_device_hid_hid_service_freebsd_cc patch-services_device_serial_serial_device_enumerator_cc patch-services_device_serial_serial_io_handler_posix_cc patch-services_device_time_zone_monitor_time_zone_monitor_linux_cc patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_broadcasting_receiver_cc patch-services_video_capture_public_mojom_video_capture_service_mojom patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_abseil-cpp_absl_debugging_internal_elf_mem_image_h patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_angle_src_libANGLE_renderer_driver_utils_h patch-third_party_angle_src_libANGLE_renderer_vulkan_DisplayVk_api_h patch-third_party_angle_util_BUILD_gn patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_controller_memory_usage_monitor_posix_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_frame_web_frame_test_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_inspector_inspector_memory_agent_cc patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_device_factory_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_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_modules_webgl_webgl_webcodecs_video_frame_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_cc patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_graphics_begin_frame_provider_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_scheduler_common_thread_cc patch-third_party_blink_renderer_platform_wtf_math_extras_h patch-third_party_boringssl_BUILD_generated_gni patch-third_party_boringssl_src_crypto_fipsmodule_rand_internal_h patch-third_party_boringssl_src_crypto_refcount_c11_c patch-third_party_boringssl_src_include_openssl_base_h patch-third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc patch-third_party_crashpad_crashpad_util_posix_signals_cc patch-third_party_crashpad_crashpad_util_posix_symbolic_constants_posix_cc patch-third_party_dawn_include_dawn_native_VulkanBackend_h patch-third_party_dawn_src_dawn_common_Platform_h patch-third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_h patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h patch-third_party_ffmpeg_libavutil_cpu_c patch-third_party_ffmpeg_libavutil_mem_c patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton_h patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock_h patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_thread_checker_h patch-third_party_libxml_src_dict_c patch-third_party_pdfium_core_fxge_cfx_fontmapper_cpp patch-third_party_pdfium_core_fxge_linux_fx_linux_impl_cpp patch-third_party_pdfium_fxjs_fx_date_helpers_cpp patch-third_party_perfetto_src_base_test_vm_test_utils_cc patch-third_party_perfetto_src_base_unix_socket_cc patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_protobuf_src_google_protobuf_stubs_platform_macros_h patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_swiftshader_src_WSI_libXCB_cpp patch-third_party_swiftshader_third_party_llvm-10_0_configs_linux_include_llvm_Config_config_h patch-third_party_vulkan-deps_vulkan-loader_src_BUILD_gn patch-third_party_vulkan-deps_vulkan-loader_src_loader_get_environment_c patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_vulkan_memory_allocator_include_vk_mem_alloc_h patch-third_party_webrtc_BUILD_gn patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_webrtc_rtc_base_BUILD_gn patch-third_party_webrtc_rtc_base_ip_address_cc patch-third_party_webrtc_rtc_base_network_cc patch-third_party_webrtc_system_wrappers_BUILD_gn patch-third_party_zlib_BUILD_gn patch-tools_generate_stubs_rules_gni patch-tools_gn_build_gen_py patch-tools_gn_src_base_files_file_posix_cc patch-tools_json_schema_compiler_cpp_bundle_generator_py patch-tools_json_schema_compiler_feature_compiler_py patch-ui_base_cursor_cursor_factory_cc 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_test_skia_gold_pixel_diff_cc patch-ui_base_ui_base_features_cc patch-ui_base_webui_web_ui_util_cc patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_events_event_cc patch-ui_events_event_switches_cc patch-ui_events_event_switches_h patch-ui_events_keycodes_dom_keycode_converter_h patch-ui_gfx_BUILD_gn patch-ui_gfx_font_fallback_linux_cc patch-ui_gfx_gpu_memory_buffer_h patch-ui_gfx_mojom_buffer_types_mojom_traits_cc patch-ui_gfx_mojom_native_handle_types_mojom_traits_cc patch-ui_gfx_mojom_native_handle_types_mojom_traits_h patch-ui_gfx_native_pixmap_handle_cc patch-ui_gfx_render_text_api_fuzzer_cc patch-ui_gl_BUILD_gn patch-ui_gl_generate_bindings_py patch-ui_gl_gl_context_cc patch-ui_gl_gl_features_cc patch-ui_gl_gl_image_glx_native_pixmap_cc patch-ui_gl_sync_control_vsync_provider_h patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_ozone_common_egl_util_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_ozone_public_ozone_platform_h patch-ui_platform_window_platform_window_init_properties_h patch-ui_strings_app_locale_settings_grd 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_focus_focus_manager_cc patch-ui_views_style_platform_style_cc patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_webui_resources_js_cr_js patch-v8_BUILD_gn patch-v8_include_v8config_h patch-v8_src_api_api_cc patch-v8_src_base_atomicops_h patch-v8_src_base_platform_platform-posix_cc patch-v8_src_compiler_backend_ia32_instruction-selector-ia32_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_diagnostics_perf-jit_h patch-v8_src_trap-handler_handler-inside-posix_h patch-v8_src_trap-handler_trap-handler_h patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-v8_tools_run_py patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc www/iridium/pkg: PFRAG.swiftshader PLIST Added files: www/iridium/patches: patch-base_allocator_partition_allocator_page_allocator_constants_h patch-base_allocator_partition_allocator_partition_address_space_cc patch-base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_internal_posix_h patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_posix_cc patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_root_cc patch-base_files_dir_reader_linux_h patch-base_files_dir_reader_posix_h patch-base_process_process_metrics_unittest_cc patch-base_profiler_module_cache_cc patch-build_linux_unbundle_libevent_gn patch-chrome_app_app_management_strings_grdp patch-chrome_browser_browser_resources_grd patch-chrome_browser_download_download_file_picker_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_cc patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_h patch-chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_h patch-chrome_browser_metrics_power_process_metrics_recorder_util_cc patch-chrome_browser_metrics_power_process_monitor_cc patch-chrome_browser_metrics_power_process_monitor_h patch-chrome_browser_new_tab_page_new_tab_page_util_cc patch-chrome_browser_printing_print_backend_service_manager_cc patch-chrome_browser_resources_sandbox_internals_sandbox_internals_ts patch-chrome_browser_resources_settings_autofill_page_passwords_shared_css patch-chrome_browser_resources_signin_signin_shared_css patch-chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_themes_theme_service_aura_linux_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_sharing_hub_sharing_hub_bubble_controller_h patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc patch-chrome_browser_ui_views_chrome_views_delegate_linux_cc patch-chrome_browser_ui_web_applications_app_browser_controller_cc patch-chrome_common_extensions_permissions_chrome_permission_message_rules_cc patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_test_interaction_webui_interaction_test_util_cc patch-components_autofill_assistant_browser_autofill_assistant_impl_cc patch-components_autofill_assistant_browser_client_context_cc patch-components_components_chromium_strings_grd patch-components_components_google_chrome_strings_grd patch-components_device_signals_core_common_signals_features_cc patch-components_device_signals_core_common_signals_features_h patch-components_device_signals_core_system_signals_platform_delegate_cc patch-components_live_caption_caption_util_cc patch-components_metrics_motherboard_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_performance_manager_public_features_h patch-components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc patch-components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_h patch-components_viz_service_display_skia_renderer_cc patch-content_browser_media_frameless_media_interface_proxy_cc patch-content_browser_media_frameless_media_interface_proxy_h patch-content_browser_media_media_interface_proxy_cc patch-content_public_browser_render_process_host_h patch-content_public_test_mock_render_process_host_h patch-content_renderer_media_render_media_client_cc patch-device_bluetooth_bluetooth_adapter_cc patch-extensions_common_api_runtime_json patch-extensions_common_command_cc patch-extensions_renderer_bindings_argument_spec_cc patch-gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_gl_texture_image_backing_cc patch-gpu_command_buffer_service_shared_image_gl_texture_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_factory_cc patch-gpu_vulkan_vulkan_util_cc patch-media_base_supported_types_cc patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_h patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-net_base_sockaddr_util_posix_cc patch-net_base_sockaddr_util_posix_unittest_cc patch-net_proxy_resolution_proxy_config_service_cc patch-printing_printing_context_linux_cc patch-remoting_host_policy_watcher_cc patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc patch-remoting_host_webauthn_remote_webauthn_extension_notifier_cc patch-services_device_compute_pressure_cpu_probe_cc patch-third_party_angle_src_common_vulkan_BUILD_gn patch-third_party_angle_src_third_party_volk_BUILD_gn patch-third_party_blink_common_privacy_budget_active_sampling_cc patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_execution_context_navigator_base_cc patch-third_party_blink_renderer_platform_fonts_font_platform_data_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc patch-third_party_boringssl_src_include_openssl_thread_h patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_components_h patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_components_h patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_components_h patch-third_party_ipcz_src_reference_drivers_random_cc patch-third_party_ipcz_src_standalone_base_logging_cc patch-third_party_libevent_event_h patch-third_party_lzma_sdk_C_CpuArch_c patch-third_party_perfetto_protos_perfetto_trace_ftrace_v4l2_proto patch-third_party_protobuf_src_google_protobuf_arenastring_cc patch-third_party_ruy_BUILD_gn patch-third_party_swiftshader_src_System_Configurator_cpp patch-third_party_swiftshader_src_WSI_BUILD_gn patch-third_party_tflite_features_gni patch-third_party_vulkan-deps_vulkan-loader_src_loader_stack_allocation_h patch-tools_memory_partition_allocator_inspect_utils_h patch-ui_aura_screen_ozone_cc patch-ui_aura_screen_ozone_h patch-ui_base_ime_linux_linux_input_method_context_factory_cc patch-ui_base_x_x11_cursor_factory_cc patch-ui_base_x_x11_cursor_factory_h patch-ui_display_screen_cc patch-ui_display_screen_h patch-ui_gfx_font_render_params_linux_cc patch-ui_gfx_platform_font_skia_cc patch-ui_gfx_render_text_fuzzer_cc patch-ui_ozone_platform_headless_headless_surface_factory_cc patch-ui_ozone_platform_headless_ozone_platform_headless_cc patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_strings_translations_app_locale_settings_bn_xtb patch-ui_strings_translations_app_locale_settings_ja_xtb patch-ui_strings_translations_app_locale_settings_ko_xtb patch-ui_strings_translations_app_locale_settings_ml_xtb patch-ui_strings_translations_app_locale_settings_th_xtb patch-ui_strings_translations_app_locale_settings_zh-CN_xtb patch-ui_strings_translations_app_locale_settings_zh-TW_xtb patch-ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_impl_interactive_uitest_cc patch-ui_views_widget_widget_h patch-v8_include_v8-internal_h patch-v8_src_sandbox_sandbox_cc Removed files: www/iridium/patches: patch-base_allocator_partition_allocator_partition_root_h patch-base_third_party_libevent_BUILD_gn patch-base_third_party_libevent_event-config_h patch-base_third_party_libevent_openbsd_config_h patch-base_third_party_libevent_openbsd_event-config_h patch-base_time_time_cc patch-build_config_compiler_pgo_pgo_gni patch-chrome_browser_apps_platform_apps_api_music_manager_private_device_id_linux_cc patch-chrome_browser_performance_manager_policies_high_pmf_discard_policy_cc patch-chrome_browser_performance_monitor_process_metrics_recorder_util_cc patch-chrome_browser_performance_monitor_process_monitor_cc patch-chrome_browser_performance_monitor_process_monitor_h patch-chrome_browser_plugins_plugins_resource_service_cc patch-chrome_browser_resources_settings_autofill_page_passwords_shared_css_html patch-chrome_browser_resources_signin_signin_shared_css_html patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_ui_views_frame_browser_desktop_window_tree_host_linux_cc patch-chrome_browser_ui_views_frame_browser_desktop_window_tree_host_linux_h patch-chrome_browser_ui_webui_settings_settings_ui_cc patch-chrome_common_extensions_command_cc patch-chrome_renderer_pepper_pepper_flash_font_file_host_cc patch-chrome_renderer_pepper_pepper_flash_font_file_host_h patch-chrome_updater_device_management_cloud_policy_util_cc patch-chrome_updater_lib_util_cc patch-chromecast_browser_cast_content_browser_client_receiver_bindings_cc patch-chromecast_renderer_cast_content_renderer_client_cc patch-components_autofill_core_browser_autofill_external_delegate_cc patch-components_performance_manager_features_cc patch-components_translate_core_browser_translate_prefs_cc patch-components_viz_common_features_cc patch-content_browser_compute_pressure_cpu_probe_cc patch-content_public_common_use_zoom_for_dsf_policy_cc patch-gpu_command_buffer_service_external_semaphore_cc patch-gpu_command_buffer_service_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_backing_factory_angle_vulkan_cc patch-gpu_command_buffer_service_shared_image_factory_cc patch-headless_public_headless_browser_cc patch-mojo_public_js_mojo_bindings_resources_grd patch-net_proxy_resolution_configured_proxy_resolution_service_cc patch-net_socket_unix_domain_client_socket_posix_cc patch-net_tools_quic_quic_http_proxy_backend_cc patch-net_url_request_url_fetcher_cc patch-net_url_request_url_fetcher_h patch-pdf_out_of_process_instance_cc patch-printing_printing_features_cc patch-services_tracing_public_cpp_perfetto_perfetto_config_cc patch-third_party_abseil-cpp_absl_base_internal_endian_h patch-third_party_angle_src_common_system_utils_posix_cpp patch-third_party_blink_renderer_core_html_forms_internal_popup_menu_cc patch-third_party_glfw_src_src_egl_context_c patch-third_party_libXNVCtrl_NVCtrl_c patch-third_party_pdfium_core_fxcrt_cfx_datetime_cpp patch-third_party_protobuf_src_google_protobuf_stubs_strutil_h patch-third_party_skia_src_gpu_GrAutoLocaleSetter_h patch-third_party_swiftshader_src_Common_Configurator_cpp patch-third_party_swiftshader_src_Common_MutexLock_hpp patch-third_party_swiftshader_src_Common_SharedLibrary_hpp patch-third_party_swiftshader_src_Main_SwiftConfig_cpp patch-third_party_swiftshader_src_OpenGL_libEGL_Display_cpp patch-third_party_swiftshader_src_OpenGL_libEGL_Surface_cpp patch-third_party_swiftshader_src_OpenGL_libEGL_libEGL_cpp patch-third_party_swiftshader_src_OpenGL_libEGL_libEGL_hpp patch-third_party_swiftshader_src_OpenGL_libGLESv2_libGLESv2_hpp patch-third_party_swiftshader_src_System_SharedLibrary_hpp patch-third_party_usrsctp_BUILD_gn patch-third_party_vulkan-deps_vulkan-loader_src_loader_allocation_h patch-ui_base_ime_init_input_method_initializer_cc patch-ui_color_native_color_mixers_cc patch-ui_gl_gl_implementation_cc patch-ui_views_linux_ui_linux_ui_cc patch-ui_views_linux_ui_linux_ui_h patch-ui_views_widget_native_widget_aura_cc Log message: update to 2022.10.106 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2022/10/05 03:04:33 Modified files: www/goaccess : Makefile distinfo www/goaccess/pkg: PLIST Log message: update to goaccess-1.6.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 03:07:56 Modified files: net/nheko : Makefile distinfo Log message: net/nheko: security update to 0.10.2. see https://github.com/Nheko-Reborn/nheko/releases/tag/v0.10.2 from/ok semarie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 03:08:51 Modified files: net/nheko : Tag: OPENBSD_7_2 Makefile distinfo Log message: net/nheko: MFC security update to 0.10.2. see https://github.com/Nheko-Reborn/nheko/releases/tag/v0.10.2 from/ok semarie@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/05 03:58:43 Modified files: usr.sbin/installboot: efi_softraid.c i386_softraid.c sparc64_softraid.c Log message: Skip softraid(4) keydisks Keydisks appear as chunks internally (with special properties) and installboot(8) thus treated them like actual data chunks. Most users probably don't hit this as their keydisk is detached and thus appears "offline" and gets skipped. Installing to online keydisks may work but is neither expected nor intended to work, so properly skip them. Odd setups like keydisk and CRYPTO chunk on the same physical disk would end up installing getting bootblocks installed twice. Pointed out by Mikolaj Kucharski who also provided the actual diff (minor wording tweaks by me) OK jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 04:16:12 Modified files: lang/php : Tag: OPENBSD_7_1 Makefile.inc php.port.mk lang/php/7.4 : Tag: OPENBSD_7_1 Makefile distinfo lang/php/8.0 : Tag: OPENBSD_7_1 Makefile distinfo lang/php/8.1 : Tag: OPENBSD_7_1 Makefile distinfo lang/php/files : Tag: OPENBSD_7_1 README-main Log message: MFC php updates/changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 04:24:47 Modified files: lang/php : Tag: OPENBSD_7_2 Makefile.inc lang/php/7.4 : Tag: OPENBSD_7_2 Makefile distinfo lang/php/8.0 : Tag: OPENBSD_7_2 Makefile distinfo lang/php/8.1 : Tag: OPENBSD_7_2 Makefile distinfo Log message: MFC php updates/changes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 06:25:04 Modified files: devel/py-matrix-common: Makefile distinfo devel/py-matrix-common/pkg: PLIST Log message: devel/py-matrix-common: update to 1.3.0. switch to MODPY_PYBUILD. From Renaud Allard, with tweaks from sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 06:27:53 Modified files: net/synapse : Makefile distinfo net/synapse/pkg: PLIST Added files: net/synapse : modules.inc net/synapse/patches: patch-pyproject_toml Log message: net/synapse: update to 1.68.0 cf https://matrix.org/blog/2022/09/27/synapse-1-68-released/. now depends on rust, via setuptools_rust. Help from semarie@ for the rusty bits. From maintainer Renaud Allard, with tweaks from sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 06:35:58 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-security_manager_pki_resources_content_exceptionDialog_js www/seamonkey-i18n: Makefile.inc distinfo Added files: www/seamonkey/patches: patch-build_moz_configure_init_configure Log message: www/seamonkey: update to 2.53.14 and unbreak see https://www.seamonkey-project.org/releases/seamonkey2.53.14/ add a hack to init.configure to fix python exceptions during configure - sadly the build system hasnt fully switched to python3 yet. thanks semarie@ for the RUSTC_BOOTSTRAP="packed_simd_2,encoding_rs" MAKE_ENV magic which unbreaks it even more with recent rust. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 06:40:05 Modified files: www/seamonkey : Tag: OPENBSD_7_2 Makefile distinfo www/seamonkey/patches: Tag: OPENBSD_7_2 patch-security_manager_pki_resources_content_exceptionDialog_js Added files: www/seamonkey/patches: Tag: OPENBSD_7_2 patch-build_moz_configure_init_configure Log message: www/seamonkey: MFC update to 2.53.14 and unbreak see https://www.seamonkey-project.org/releases/seamonkey2.53.14/ add a hack to init.configure to fix python exceptions during configure - sadly the build system hasnt fully switched to python3 yet. thanks semarie@ for the RUSTC_BOOTSTRAP="packed_simd_2,encoding_rs" MAKE_ENV magic which unbreaks it even more with recent rust. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/05 06:45:23 Modified files: www/ungoogled-chromium: Makefile Log message: add gpatch as a build dependency; forgotten from the inital import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 07:25:40 Modified files: devel/py-tz : Makefile distinfo devel/py-tz/pkg: PLIST Log message: update to py3-tz-2022.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 07:28:35 Modified files: devel/py-hatch-fancy-pypi-readme: Makefile distinfo Log message: update to py3-hatch_fancy_pypi_readme-22.8.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 07:33:46 Log message: import ports/print/ocrmypdf, ok kmos@ OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched or copy+pasted. - Generates a searchable PDF/A file from a regular PDF - Places OCR text accurately below the image to ease copy / paste - Keeps the exact resolution of the original embedded images - When possible, inserts OCR information as a "lossless" operation without disrupting any other content - Optimizes PDF images, often producing files smaller than the input file - If requested, deskews and/or cleans the image before performing OCR - Validates input and output files - Distributes work across all available CPU cores - Uses Tesseract OCR engine to recognize more than 100 languages (use "pkg_info -Q tesseract" to locate language packs to install) - Keeps your private data private - Scales properly to handle files with thousands of pages - Battle-tested on millions of PDFs ocrmypdf # it's a scriptable command line program -l eng+fra # it supports multiple languages --rotate-pages # it can fix pages that are misrotated --deskew # it can deskew crooked PDFs! --title "My PDF" # it can change output metadata --jobs 4 # it uses multiple cores by default --output-type pdfa # it produces PDF/A by default input_scanned.pdf # takes PDF input (or images) output_searchable.pdf # produces validated PDF output Status: Vendor Tag: sthen Release Tags: sthen_20221005 N ports/print/ocrmypdf/Makefile N ports/print/ocrmypdf/distinfo N ports/print/ocrmypdf/pkg/DESCR N ports/print/ocrmypdf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 07:34:08 Modified files: print : Makefile Log message: +ocrmypdf CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 07:34:30 Modified files: print/py-pikepdf: Makefile distinfo print/py-pikepdf/pkg: PLIST Log message: update to py3-pikepdf-6.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 07:34:32 Modified files: textproc/pdftk : Makefile distinfo Log message: update to pdftk-3.3.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 07:58:00 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-CMakeLists_txt patch-rawshark_c net/wireshark/pkg: PLIST-text Added files: net/wireshark/patches: patch-tools_radiotap-gen_radiotap-gen_c Removed files: net/wireshark/patches: patch-epan_crypt_dot11decrypt_ccmp_compat_c patch-tools_make-version_pl patch-wsutil_inet_addr_h Log message: update to wireshark-4.0.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/05 08:25:27 Modified files: geo/gpxsee : Makefile distinfo Log message: geo/gpxsee: update to 11.5 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2022/10/05 08:54:23 Modified files: audio/navidrome: Makefile audio/shairport-sync: Makefile devel/cargo-audit: Makefile devel/goreleaser: Makefile devel/olm : Makefile devel/shfmt : Makefile devel/sqlc : Makefile mail/opensmtpd-filters/rspamd: Makefile net/dendrite : Makefile net/go-ipfs : Makefile net/headscale : Makefile security/age : Makefile security/ogvt : Makefile security/rbw : Makefile security/sops : Makefile sysutils/git-sync: Makefile sysutils/gitmux: Makefile sysutils/restic: Makefile sysutils/restic-rest-server: Makefile Log message: drop maintainer of stuff I don't use anymore CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 09:09:18 Modified files: sysutils/restic-rest-server: Makefile sysutils/restic: Makefile Log message: take maintainer CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/05 09:44:24 Modified files: . : plus72.html Log message: Fix typo in pledge(2) link CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/05 10:31:52 Modified files: sysutils/envconsul: Makefile distinfo modules.inc Log message: Update to envconsul-0.13.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/05 10:32:07 Modified files: sysutils/consul-template: Makefile distinfo Log message: Update to consul-template-0.29.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/05 10:32:40 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: Update to p5-Sys-Virt-8.8.0. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/05 11:00:42 Modified files: databases/tdb : Makefile distinfo Log message: Update to tdb-1.4.7 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/05 11:01:14 Modified files: devel/libtalloc: Makefile distinfo devel/libtalloc/patches: patch-buildtools_wafsamba_wafsamba_py Log message: Update to talloc-2.3.4 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/05 11:03:42 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-buildtools_wafsamba_samba_autoconf_py patch-buildtools_wafsamba_wscript patch-source3_wscript patch-source4_dsdb_samdb_ldb_modules_acl_c net/samba/pkg : PLIST-main Log message: Major update to samba-4.17.0 Release notes: https://www.samba.org/samba/history/samba-4.17.0.html Test reports and oks from Ian McWilliam (maintainer) and bket@, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 11:16:17 Modified files: net/isc-dhcp : Makefile distinfo net/isc-dhcp/patches: patch-client_Makefile_in Log message: update to isc-dhcp-4.4.3-P1 - https://kb.isc.org/docs/cve-2022-2928 Corrected a reference count leak that occurs when the server builds responses to leasequery packets. - https://kb.isc.org/docs/cve-2022-2929 Corrected a memory leak that occurs when unpacking a packet that has an FQDN option (81) that contains a label with length greater than 63 bytes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 11:16:19 Modified files: net/isc-dhcp : Tag: OPENBSD_7_2 Makefile distinfo net/isc-dhcp/patches: Tag: OPENBSD_7_2 patch-client_Makefile_in Log message: update to isc-dhcp-4.4.3-P1 - https://kb.isc.org/docs/cve-2022-2928 Corrected a reference count leak that occurs when the server builds responses to leasequery packets. - https://kb.isc.org/docs/cve-2022-2929 Corrected a memory leak that occurs when unpacking a packet that has an FQDN option (81) that contains a label with length greater than 63 bytes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/05 11:16:20 Modified files: net/isc-dhcp : Tag: OPENBSD_7_1 Makefile distinfo net/isc-dhcp/patches: Tag: OPENBSD_7_1 patch-client_Makefile_in Log message: update to isc-dhcp-4.4.3-P1 - https://kb.isc.org/docs/cve-2022-2928 Corrected a reference count leak that occurs when the server builds responses to leasequery packets. - https://kb.isc.org/docs/cve-2022-2929 Corrected a memory leak that occurs when unpacking a packet that has an FQDN option (81) that contains a label with length greater than 63 bytes. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2022/10/05 12:37:48 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to sequel_pg 1.17.0 CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2022/10/05 13:20:16 Modified files: sysutils/kopia : Makefile distinfo modules.inc Log message: update to v0.12.1 Changelog: https://github.com/kopia/kopia/releases/tag/v0.12.1 and https://github.com/kopia/kopia/releases/tag/v0.12.0 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/05 13:30:47 Modified files: distrib/miniroot: install.sub Log message: Get rid of useless/confusing subshell This function's style is a bit off: it wraps the body in a subshell to discard all stdout/err at once, but still uses return inside it. 1. A command list (using {}) would be enough here as it groups like a subshell but avoids spawning another shell; 2. discarding stdout/err at the end of an if block works the same (effecting both condition and body) and saves one level of indent; 3. return inside a subshell inside a function does NOT return from the function but merely exits the subshell; this is easily misread. Saving a fork and indent and improving readability boils down to this (cvs diff -wU1): |@@ -3320,3 +3317,2 @@ check_unattendedupgrade() { | _d=${_d%% *} |- ( | if [[ -n $_d ]]; then |@@ -3331,5 +3327,5 @@ check_unattendedupgrade() { | rm -f /dev/{r,}$_d? |- fi |+ fi >/dev/null 2>&1 |+ | return $_rc |- ) > /dev/null 2>&1 | } OK halex CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/05 13:30:49 Modified files: security/ogvt : Makefile Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/05 15:16:14 Modified files: lib/libssl : bio_ssl.c Log message: unwrap two lines for readability CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2022/10/05 20:52:12 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.6.0 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 01:16:44 Modified files: databases/pspg : Makefile distinfo databases/pspg/patches: patch-src_args_c Log message: update databases/pspg to 5.5.8 adds new flags for setting the final escape sequence (--on-exit-clean, reset, erase-line) to work around terminal emulators without alternate screen support. CVSROOT: /cvs Module name: ports Changes by: jan@cvs.openbsd.org 2022/10/06 02:08:11 Log message: import libgrapheme ok op@ Status: Vendor Tag: jan Release Tags: jan_20221006 N ports/textproc/libgrapheme/Makefile N ports/textproc/libgrapheme/distinfo N ports/textproc/libgrapheme/pkg/DESCR N ports/textproc/libgrapheme/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jan@cvs.openbsd.org 2022/10/06 02:10:05 Modified files: textproc : Makefile Log message: +libgrapheme ok op@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 05:15:56 Modified files: devel/py-poetry-core: Makefile distinfo devel/py-poetry-core/pkg: PLIST Log message: update to py3-poetry-core-1.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 05:17:51 Modified files: print/py-pikepdf: Makefile distinfo Log message: update to py3-pikepdf-6.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 05:44:03 Modified files: databases/xapian-core: Makefile distinfo Log message: update to xapian-core-1.4.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 05:44:04 Modified files: databases/xapian-bindings: Makefile distinfo Log message: update to xapian-bindings-perl-1.4.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 05:44:05 Modified files: www/xapian-omega: Makefile distinfo Log message: update to xapian-omega-1.4.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 05:45:51 Modified files: devel/acpica : Makefile distinfo devel/acpica/patches: patch-source_include_platform_aclinux_h Log message: update to acpica-20220331 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 05:56:13 Modified files: textproc/p5-Pod-Spell: Makefile distinfo textproc/p5-Pod-Spell/pkg: PLIST Log message: update to p5-Pod-Spell-1.25 CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2022/10/06 06:02:41 Modified files: databases/sqlite3-tcl: Makefile distinfo Log message: Update to 3.39.4. Add build options (https://sqlite.org/compile.html): -DSQLITE_ENABLE_API_ARMOR Enables code that attempts to detect misuse of the SQLite API. -DSQLITE_ENABLE_GEOPOLY Enable the Geopoly extension. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/06 06:21:09 Modified files: security/py-fastecdsa: Makefile security/py-fastecdsa/pkg: PLIST Log message: security/py-fastecdsa: convert to MODPY_PYBUILD, ok sthen To work around import errors, the tests need to be run from fastecdsa/tests with argument --pyargs fastecdsa, see [1] for details. Also move the RFC to a place where tests will be able to pick them up. [1]: https://projects.gentoo.org/python/guide/test.html#importerrors-for-c-extensions CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 07:16:51 Log message: import dragon-drop-1.2.0 dragon is a lightweight drag-and-drop source for X. port from Thim Cederlund, who is also taking maintainership of the port, thanks! ok sthen@ Status: Vendor Tag: op Release Tags: op_20221006 N ports/x11/dragon-drop/Makefile N ports/x11/dragon-drop/distinfo N ports/x11/dragon-drop/pkg/DESCR N ports/x11/dragon-drop/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 07:18:02 Modified files: x11 : Makefile Log message: +dragon-drop CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 07:31:17 Modified files: databases/mongodb/44: Makefile distinfo databases/mongodb/44/patches: patch-SConstruct Log message: update to mongodb-4.4.17 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2022/10/06 08:41:08 Modified files: usr.sbin/snmpd : Makefile mib.c mps.c parse.y smi.c snmpd.c snmpd.h snmpe.c util.c Removed files: usr.sbin/snmpd : kroute.c pf.c timer.c Log message: Remove a lot of old (dead) code that's either been superseded, or moved to snmpd_metrics. OK benno@ sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2022/10/06 08:45:50 Modified files: devel/p5-Variable-Magic: Makefile distinfo devel/p5-Variable-Magic/pkg: PLIST Log message: Update to p5-Variable-Magic-0.63. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2022/10/06 09:01:40 Modified files: www/chromium/patches: patch-base_allocator_partition_allocator_partition_root_cc www/iridium/patches: patch-base_allocator_partition_allocator_partition_root_cc www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_partition_root_cc Log message: fix a typo in local patches, unbalanced '('s CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 09:35:12 Modified files: lang/erlang/25 : Makefile distinfo lang/erlang/25/patches: patch-Makefile_in Log message: update lang/erlang/25 to 25.1.1 https://www.erlang.org/patches/otp-25.1.1 diff from MAINTAINER Volker Schlecht, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 09:46:20 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-configure print/ghostscript/gnu/pkg: PLIST Log message: update to ghostscript-10.0.0, from Volker Schlecht (maintainer) CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 09:56:52 Log message: import py3-gevent-websocket-0.10.1 Websocket handler for the gevent pywsgi server, a Python network library. port from George Rosamond, ok sthen@ Status: Vendor Tag: op Release Tags: op_20221006 N ports/net/py-gevent-websocket/Makefile N ports/net/py-gevent-websocket/distinfo N ports/net/py-gevent-websocket/pkg/DESCR N ports/net/py-gevent-websocket/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 10:01:48 Modified files: net : Makefile Log message: +py-gevent-websocket,python3 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 10:04:54 Log message: import py3-termcolor-2.0.1 ANSI color formatting for output in terminal. port from George Rosamond, thanks! ok sthen@ Status: Vendor Tag: op Release Tags: op_20221006 N ports/graphics/py-termcolor/Makefile N ports/graphics/py-termcolor/distinfo N ports/graphics/py-termcolor/pkg/DESCR N ports/graphics/py-termcolor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 10:06:22 Modified files: graphics : Makefile Log message: py-termcolor,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/06 10:29:26 Modified files: x11/dbus : Makefile distinfo Log message: SECURITY update to dbus-1.14.4. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/06 10:47:23 Modified files: security/age : Makefile Log message: security/age: Volker Schlect takes MAINTAINER CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2022/10/06 11:05:25 Modified files: net/snowflake_proxy: Makefile distinfo modules.inc Log message: net/snowflake_proxy: update to 2.3.1 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/06 11:10:21 Modified files: x11/dbus : Tag: OPENBSD_7_1 Makefile Added files: x11/dbus/patches: Tag: OPENBSD_7_1 patch-dbus_dbus-marshal-byteswap_c patch-dbus_dbus-marshal-validate_c Log message: Merge security fixes from upstream. CVE-2022-42010 A syntactically invalid type signature with incorrectly nested parentheses and curly brackets would cause an assertion failure in debug builds. Similar messages could potentially result in a crash or incorrect message processing in a production build, although we are not aware of a practical example. CVE-2022-42011 An invalid array of fixed-length elements where the length of the array is not a multiple of the length of the element would cause an assertion failure in debug builds or an out-of-bounds read in production builds. This was a regression in version 1.3.0. CVE-2022-42012 A message in non-native endianness with out-of-band Unix file descriptors would cause a use-after-free and possible memory corruption in production builds, or an assertion failure in debug builds. This was a regression in version 1.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/06 11:10:41 Modified files: x11/dbus : Tag: OPENBSD_7_2 Makefile Added files: x11/dbus/patches: Tag: OPENBSD_7_2 patch-dbus_dbus-marshal-byteswap_c patch-dbus_dbus-marshal-validate_c Log message: Merge security fixes from upstream. CVE-2022-42010 A syntactically invalid type signature with incorrectly nested parentheses and curly brackets would cause an assertion failure in debug builds. Similar messages could potentially result in a crash or incorrect message processing in a production build, although we are not aware of a practical example. CVE-2022-42011 An invalid array of fixed-length elements where the length of the array is not a multiple of the length of the element would cause an assertion failure in debug builds or an out-of-bounds read in production builds. This was a regression in version 1.3.0. CVE-2022-42012 A message in non-native endianness with out-of-band Unix file descriptors would cause a use-after-free and possible memory corruption in production builds, or an assertion failure in debug builds. This was a regression in version 1.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/06 11:17:46 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py Log message: Update to meson-0.63.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/06 12:19:31 Modified files: devel/ptlib : Makefile distinfo devel/ptlib/patches: patch-configure patch-make_unix_mak patch-plugins_vidinput_bsd_vidinput_bsd_cxx patch-src_ptclib_pssl_cxx Log message: Update to ptlib-2.10.9.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/06 12:29:28 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-405.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/06 12:31:09 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.39.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/06 12:59:00 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.4.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/06 13:56:45 Modified files: audio/deadbeef : Makefile Log message: use sse2 on i386 too, build fails without it CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2022/10/06 14:34:55 Modified files: sysutils/rsyslog: Makefile distinfo Removed files: sysutils/rsyslog/patches: patch-runtime_nsd_ossl_c Log message: Update rsyslog to v8.2208.0. The patch because of SSL_get_shared_curve is not needed anymore. ok tb CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/06 14:46:57 Modified files: graphics/py-termcolor: Makefile Log message: woops, was missing FLAVOR; diff from George Rosamond, thanks! CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2022/10/06 15:23:28 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-223 CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2022/10/06 15:28:04 Modified files: build : Makefile build/mirrors : openbgpd-ftp.html.head openbgpd : ftp.html Log message: OpenBGPD 7.7 released CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/06 15:35:52 Modified files: usr.sbin/ldomctl: config.c ldom.conf.5 ldomctl.h parse.y Log message: accept iodevices as NACs as well Assignable PCIe devices have a root complex path and a more descriptive I/O slot path; example output from a T4-2: # ldomctl list-io | head -n2 PATH NAME /@400/@2/@0/@8 /SYS/MB/PCIE0 ldom.conf(5) `iodevice' currently accepts PATH values, which are cryptic and completely hardware specific, whereas NAME values are obvious (partially same across machines) and match physical slot labels ("0 PCIe2 x8") besides information from ILOM: /System/PCI_Devices/Add-on/Device_0 location = PCIE0 (PCIe Slot 0). Make ldom.conf `iodevice' accept either value; internally nothing changes. Rename struct iodev's path member to dev to clarify this further. OK kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/06 15:43:01 Modified files: etc/etc.sparc64: MAKEDEV.md Log message: crank vdsp(4) to 24 With eight domains and two or more disks per domain it is easy to exceed the current number of 16 virtual disks. I pass at least one miniroot and one root/data disk to every guest, one domain has additional disk for softraid testing, making >16 disks already. OK kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/06 15:43:32 Modified files: etc/etc.sparc64: MAKEDEV Log message: regen after vdsp(4) crank CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/06 16:42:37 Modified files: usr.bin/ssh : ssh.c Log message: honour user's umask if it is more restrictive then the ssh default (022); based on patch from Alex Henrie, ok dtucker@ deraadt@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/06 17:32:17 Modified files: sys/arch/sparc64/stand/libz: Makefile Log message: Build CRC calc/static block decode tables when needed to fix netboot The last libz update broke sparc64's ofwboot.net on at least T4-2 machines running OpenBoot 4.38.16 as bootblocks grew too big for OBP to load: # size ofwboot.net.* 60684 596 2472 63752 f908 ofwboot.net.71 71340 596 2472 74408 122a8 ofwboot.net.snap {0} ok boot net Boot device: /virtual-devices@100/channel-devices@200/network@0 File and args: TFTP: Transfer timed out As suggested by tb, adapt b7dd453d18bbd69c3a22e9c7e44e83163348942a to make OBP load and execute ofwboot.net over TFTP again on at least T4-2 and T5220 where ofwboot off disk keeps loading and both bootblocks boot plain and gzipped kernels before. Overall size is now smaller that 7.1 release: -current 71340 596 2472 74408 122a8 ofwboot.net/obj/ofwboot.net 119580 532 2512 122624 1df00 ofwboot/obj/ofwboot 71140 532 2472 74144 121a0 ofwbootfd/obj/ofwbootfd -current with -DDYNAMIC_CRC_TABLE -DBUILDFIXED 59788 608 15040 75436 126ac ofwboot.net/obj/ofwboot.net 108028 544 15080 123652 1e304 ofwboot/obj/ofwboot 59588 544 15040 75172 125a4 ofwbootfd/obj/ofwbootfd happy kettenis OK tb CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/10/06 17:38:09 Modified files: x11/zutty : Makefile distinfo x11/zutty/patches: patch-wscript Log message: x11/zutty: update to 0.13 changelog: Correct key translations for Ctrl-/ Add GNU/kFreeBSD and GNU Hurd platforms to wscript Correct keypad mappings, simplify code, improve documentation Regression: Fix arrow key mappings in DECAKM (appl.cursor key) mode Add support for the bell Fix wrap bit corner case for ICH Do not echo invalid input on DECRQSS (Request Status String) Fix crash when loading certain scalable fonts with feedback from and OK sdk@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/06 20:52:46 Modified files: sys/dev/pci/drm/i915/gem: i915_gem_shmem.c Log message: unstub i915_gem_object_create_shmem_from_data() CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/06 20:58:01 Modified files: sys/dev/pci/drm/include/linux: bsearch.h Log message: add bsearch() from libc CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/06 20:59:25 Modified files: sys/dev/pci/drm/i915/gt/uc: intel_guc_ads.c Log message: unstub guc_mmio_reg_add() CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/06 21:00:44 Modified files: sys/dev/pci/drm/include/linux: circ_buf.h Log message: add CIRC_SPACE() CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/06 21:05:28 Modified files: sys/dev/pci/drm/i915/gt/uc: intel_guc_ct.c Log message: unstub guc_ct_buffer_reset() h2g_has_room() CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/06 21:09:26 Modified files: sys/dev/pci/drm/include/linux: delay.h Log message: add msleep_interruptible() CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/06 21:12:22 Modified files: sys/dev/pci/drm/i915/gt/uc: intel_guc.h intel_guc_ct.c Log message: unstub intel_guc_send_busy_loop() ct_send() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/06 21:20:58 Modified files: sys/sys : exec_elf.h Log message: Add identifiers for the new "mutable bss" section, ".openbsd.mutable" is 0x65a3dbe5. Also add PF_MUTABLE as a segment flag for later use. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/06 22:06:26 Modified files: usr.bin/ssh : ssh-agent.1 Log message: document "-O no-restrict-websafe"; spotted by Ross L Richardson CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/06 23:01:44 Modified files: sys/uvm : uvm.h Log message: new UVM_ET_IMMUTABLE flag marks a uvm entry as immutable. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2022/10/06 23:10:13 Modified files: graphics/p5-Image-Info: Makefile distinfo Log message: Update to p5-Image-Info-1.43. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/06 23:44:38 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.371 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/07 00:00:58 Modified files: usr.bin/ssh : ssh-agent.1 ssh-agent.c Log message: ssh-agent.1: - use Nm not Xr for self-ref - while here, wrap a long line ssh-agent.c: - add -O to usage() CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/07 02:54:30 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Log message: geo/pgrouting: update to 3.4.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/07 03:20:30 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Kill extra space in ext community ovs output. Noticed by job@, OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/07 03:57:15 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/pkg: PLIST mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 102.3.2. see https://www.thunderbird.net/en-US/thunderbird/102.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/07 03:58:04 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 102.3.2. see https://www.thunderbird.net/en-US/thunderbird/102.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/07 07:32:22 Modified files: www/seamonkey : Makefile Log message: www/seamonkey: add missing BDEP on cbindgen spotted by naddy@, thanks ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/07 07:33:42 Modified files: www/seamonkey : Tag: OPENBSD_7_2 Makefile Log message: www/seamonkey: MFC: add missing BDEP on cbindgen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/07 08:00:41 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-CMakeLists_txt Log message: Update to libical-3.0.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/07 08:04:20 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.27.88. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/07 08:04:31 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.24.88. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/07 08:04:47 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.25.89. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/07 08:17:47 Modified files: cad/qcad : Makefile distinfo cad/qcad/pkg : PLIST Log message: Update qcad to 3.27.8.0 BUT still broken at runtime CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/07 08:18:19 Modified files: astro/kstars : Makefile distinfo astro/kstars/pkg: PLIST Log message: Update kstars to 3.6.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/07 08:26:17 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.4.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/07 08:39:14 Modified files: www/chromium : Makefile distinfo Log message: update to 106.0.5249.103 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/07 08:40:47 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 106.0.5249.103 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/07 08:43:26 ports/textproc/libgrapheme/patches Update of /cvs/ports/textproc/libgrapheme/patches In directory cvs.openbsd.org:/tmp/cvs-serv864/patches Log Message: Directory /cvs/ports/textproc/libgrapheme/patches added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/07 08:59:39 Modified files: sys/kern : exec_subr.c kern_exec.c kern_pledge.c kern_resource.c syscalls.master sys/sys : mman.h sys/arch/mips64/mips64: trap.c sys/uvm : uvm_extern.h uvm_io.c uvm_map.c uvm_map.h uvm_mmap.c Log message: Add mimmutable(2) system call which locks the permissions (PROT_*) of memory mappings so they cannot be changed by a later mmap(), mprotect(), or munmap(), which will error with EPERM instead. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/07 09:00:12 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/07 09:04:52 Modified files: gnu/llvm/lld/ELF: ScriptParser.cpp Writer.cpp gnu/llvm/llvm/include/llvm/BinaryFormat: ELF.h gnu/usr.bin/binutils/bfd: elf.c gnu/usr.bin/binutils/binutils: readelf.c gnu/usr.bin/binutils/include/elf: common.h gnu/usr.bin/binutils/ld: ldgram.y gnu/usr.bin/binutils-2.17/bfd: elf.c gnu/usr.bin/binutils-2.17/binutils: readelf.c gnu/usr.bin/binutils-2.17/include/elf: common.h gnu/usr.bin/binutils-2.17/ld: ldgram.y Log message: In the linkers, collect objects in section "openbsd.mutable" and place them into a page-aligned region in the bss, with the right markers for kernel/ld.so to identify the region and skip making it immutable. While here, fix readelf/objdump versions to show all of this. ok miod kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/07 09:21:04 Modified files: lib/libc : Symbols.list shlib_version lib/libc/hidden/sys: mman.h lib/libc/sys : Makefile.inc mmap.2 mprotect.2 munmap.2 Added files: lib/libc/sys : mimmutable.2 Log message: Add mimmutable(2) libc stub, add & adjust manual pages, and crank the minor. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/07 09:22:10 Modified files: usr.sbin/procmap: procmap.1 procmap.c Log message: Show the entry immutable bit in the various output formats. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/07 09:43:41 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/07 10:31:36 Modified files: lib/libc/sys : mmap.2 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/07 12:23:27 Modified files: net/libmaxminddb: Makefile distinfo Log message: Update libmaxminddb to 1.7.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/07 13:06:18 Modified files: net/swirc : Makefile distinfo Log message: Update swirc to 3.3.6. From maintainer Markus Uhlin, thanks! CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2022/10/07 13:18:22 Modified files: net/py-tinytuya: Makefile distinfo net/py-tinytuya/pkg: PLIST Log message: Update py-tinytuya to 1.7.0. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/07 13:34:40 Modified files: sys/sys : disklabel.h Log message: Nuke GPTDOSACTIVE which specified the wrong bit. It was superseded by GPTPARTATTR_BOOTABLE which specifies the correct one. Reminded by drahn@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/07 13:43:50 Modified files: security/openssl-ruby-tests: Makefile distinfo Log message: Update to openssl-ruby-tests 20221007 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/07 13:59:19 Modified files: usr.bin/cdio : rip.c Log message: Fix some error output, replacing some silly 'warnx("\n...")' with fprintf(stderr, "\n..."). Reported by Michael Siegel via bugs@. ok tb@ (with some further suggestions) CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2022/10/07 15:15:44 Modified files: www/nostromo : Makefile distinfo Log message: Update to nostromo 2.0. CVSROOT: /cvs Module name: ports Changes by: jan@cvs.openbsd.org 2022/10/07 17:50:04 Modified files: textproc/libgrapheme: Makefile distinfo textproc/libgrapheme/pkg: DESCR PLIST Added files: textproc/libgrapheme/patches: patch-Makefile Log message: update textproc/libgrapheme to version 2.0.0 ok op@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/07 23:58:17 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/pkg: PLIST Log message: Update homebank to 5.5.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/07 23:59:51 Modified files: x11/i3-gaps : Makefile distinfo x11/i3-gaps/patches: patch-i3-dmenu-desktop patch-meson_build patch-src_config_parser_c Log message: Update i3-gaps to 4.21 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/08 00:02:52 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.372 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2022/10/08 00:53:06 Modified files: share/man/man4 : uwacom.4 sys/dev/usb : usbdevs uwacom.c Log message: Add Wacom One M CTL-672 USB tablet. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2022/10/08 00:55:49 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/08 02:34:32 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-src_icesh_cc Log message: update to icewm-3.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/08 02:35:13 Modified files: www/uriparser : Makefile distinfo Log message: update to uriparser-0.9.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/08 02:47:42 Modified files: net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Log message: update to icinga-web2-module-director-1.10.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/08 02:47:44 Modified files: net/icinga/web2-module-incubator: Makefile distinfo Log message: update to icinga-web2-module-incubator-0.19.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/08 02:54:33 Modified files: devel/py-poetry-core: Makefile distinfo Log message: update to py3-poetry-core-1.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/08 03:03:30 Modified files: mail/dovecot-fts-flatcurve: Makefile distinfo Log message: update to dovecot-fts-flatcurve-0.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/08 03:12:18 Modified files: textproc/xml2rfc: Makefile distinfo textproc/xml2rfc/pkg: PLIST Log message: update to xml2rfc-3.15.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/08 05:14:10 Modified files: www/nextcloud_notify_push: Makefile crates.inc distinfo www/nextcloud_notify_push/pkg: PLIST Log message: www/nextcloud_notify_push: update to 0.5.0. see https://github.com/nextcloud/notify_push/releases/tag/v0.5.0 and https://github.com/nextcloud/notify_push/releases/tag/v0.4.0 tested working fine against nc 23.0.9 on 7.1. CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2022/10/08 05:36:05 Modified files: devel/64tass : Makefile distinfo Log message: Update to 64tass v1.56 r2625. CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2022/10/08 07:04:43 Modified files: . : 72.html Log message: mips64 package count CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2022/10/08 07:22:50 Modified files: www/nostromo : Tag: OPENBSD_7_2 Makefile distinfo Log message: Update to nostromo 2.0. This fixes certificate chain verification. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/08 07:32:15 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: sync to use official upstream distfile for 106.0.5249.103 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/08 07:44:16 Added files: print/texlive/base/patches: patch-texk_dvisvgm_dvisvgm-src_src_Ghostscript_cpp Log message: add patch from dvisvgm upstream to unbreak build with ghostscript 10.0.0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2022/10/08 10:34:47 Modified files: . : 72.html Log message: polish mandoc section CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/08 10:42:41 Modified files: sys/sys : exec_elf.h Log message: Since the PF_MUTABLE flag is an OpenBSD-specific flag, rename it to PF_OPENBSD_MUTABLE. While there, add the missing PF_MASKOS, which makes it obvious this bit is indeed in the space reserved for OS-specific bits. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/08 10:58:34 Modified files: sys/kern : kern_exec.c Log message: The signal trampoline and timekeep regions can be marked immutable at execve() time ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/08 11:03:09 Modified files: sys/kern : kern_exec.c Log message: The stack can also be marked immutable, because we expect no sane program to try to change the permissions of it. We won't know who's trying that until we enable it and see what breaks. A tricky piece relating to setrlimit stack size changing was previously commited. ok kettenis CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2022/10/08 11:08:55 Modified files: share/man/man4 : umb.4 Log message: List SIMCom SIM8262E-M2 as supported for umb(4) ok jmc@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2022/10/08 13:08:39 Modified files: graphics/geeqie: Makefile distinfo graphics/geeqie/patches: patch-src_layout_util_c Added files: graphics/geeqie/patches: patch-config_h_in patch-meson_build Removed files: graphics/geeqie/patches: patch-Makefile_am patch-src_advanced_exif_c Log message: Update to geeqie-2.0.1 and take maintainership. Hints from ajacoutot@, thanks! OK landry@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/08 13:46:52 Modified files: sys/dev/acpi : sdhc_acpi.c Log message: Add PNP ID to make this attach on Qualcomm SoCs. ok mglocker@, patrick@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/10/08 14:59:32 Modified files: sysutils/grafana: Makefile distinfo sysutils/grafana/pkg: PLIST Log message: sysutils/grafana: update to 9.1.2 Changelogs: https://github.com/grafana/grafana/releases/tag/v9.1.2 https://github.com/grafana/grafana/releases/tag/v9.1.1 https://github.com/grafana/grafana/releases/tag/v9.1.0 https://github.com/grafana/grafana/releases/tag/v9.0.7 ok tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/08 15:35:52 Modified files: cad/kicad-share: Makefile.inc cad/kicad : Makefile Log message: Reenable kicad on riscv64 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/08 15:43:14 Modified files: devel/coccinelle: Makefile Log message: Fails on non-native OCaml archs since the update to 1.1.1 (tries to use ocamlopt) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/08 15:44:40 Modified files: www/libreddit : Makefile Log message: Uses the 'ring' crate and thus only builds on a known set of archs CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2022/10/08 20:32:02 Modified files: sys/dev/pci : if_bge.c if_lge.c if_nge.c Log message: Fix typo in debug messages. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2022/10/08 23:54:40 Modified files: regress/usr.sbin/bgpd/integrationtests: mrt-table-mp.ok mrt-table-v2.ok mrt-table.ok Log message: remove by now unwanted extra space in output CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/09 00:02:50 Modified files: www/ungoogled-chromium: Makefile Added files: www/ungoogled-chromium/patches: patch-chrome_common_chrome_paths_linux_cc Log message: make sure to use a separate config dir; this patch was missing from the initial commit, an error on my side CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/09 01:43:08 Modified files: games/0ad : Makefile.inc games/0ad/base : Makefile distinfo games/0ad/base/patches: patch-build_workspaces_update-workspaces_sh patch-libraries_source_spidermonkey_build_sh games/0ad/base/pkg: PLIST games/0ad/data : distinfo Added files: games/0ad/base/patches: patch-build_premake_extern_libs5_lua Removed files: games/0ad/base/patches: patch-libraries_source_spidermonkey_FixMacBuild_diff patch-libraries_source_spidermonkey_FixPythonCollectionABC_diff patch-libraries_source_spidermonkey_FixVirtualenvForPython310_diff patch-libraries_source_spidermonkey_patch_sh Log message: update games/0ad to alpha 26 Changelog: https://play0ad.com/new-release-0-a-d-alpha-26-zhuangzi/ Top new features: - A new civilization: The Han - New campaign maps: Tarim basin and Yangtze. - Now units have acceleration. - Twenty-six new music tracks. - New and updated art. tested also by Florian Viehweger, thanks! ok kirby@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/09 02:52:07 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-5.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/09 02:53:55 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.27.89. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/09 02:54:10 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.24.89. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/09 02:54:27 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.25.90. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/09 02:58:12 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-1.3.2. CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2022/10/09 03:59:32 Modified files: usr.sbin/acme-client: parse.y Log message: allow newlines inside the `alternative names' block in acme-client.conf ok florian CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/09 05:03:26 Modified files: devel/electron : Makefile www/iridium : Makefile www/chromium : Makefile www/ungoogled-chromium: Makefile Log message: Mark chromium and its derivatives BROKEN on riscv64 They all need explicit support for this architecture. I am jca's complete lack of surprise. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/09 05:18:59 Modified files: plan9/9libs : Makefile Log message: netlib.org provides https, update HOMEPAGE and MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/09 08:28:41 Modified files: math/visidata : Makefile distinfo math/visidata/pkg: PLIST Log message: update to visidata-2.10.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/09 08:33:42 Modified files: audio/py-eyed3 : Makefile audio/py-eyed3/pkg: PLIST Added files: audio/py-eyed3/patches: patch-pyproject_toml Log message: eyed3: update HOMEPAGE, use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/09 08:43:36 Modified files: devel/ptlib : Makefile devel/ptlib/patches: patch-configure net/h323plus : Makefile Log message: Removed unused LDAP support. Drop sparc 32-bit chuk while here. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/09 09:04:44 Modified files: net/gnugk : Makefile Log message: Sync WANTLIB after LDAP support removal from ptlib and h323plus. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/09 10:20:15 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_bootstrap_bootstrap_py Added files: lang/rust/patches: patch-library_std_src_sys_unix_thread_rs Log message: adjust lang/rust to run with immutable stack the rust std library is changed to not try to reallocate a guard page on the stack. the bootstraps needs to be regenerate. this commit includes only amd64 and i386 for now. others archs are marked BROKEN for now. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/09 10:32:20 Modified files: audio/ncspot : Makefile benchmarks/hyperfine: Makefile devel/cargo-audit: Makefile devel/cbindgen : Makefile devel/elfcat : Makefile devel/maturin : Makefile devel/snare : Makefile net/bore : Makefile net/dog : Makefile net/routinator : Makefile security/rbw : Makefile security/sn0int: Makefile security/vaultwarden: Makefile sysutils/bat : Makefile sysutils/broot : Makefile sysutils/bupstash: Makefile sysutils/czkawka: Makefile sysutils/exa : Makefile sysutils/fd : Makefile textproc/delta : Makefile textproc/jless : Makefile textproc/mdbook: Makefile textproc/ripgrep: Makefile textproc/tree-sitter: Makefile www/castor : Makefile www/geckodriver: Makefile www/libreddit : Makefile www/newsboat : Makefile www/nextcloud_notify_push: Makefile www/zola : Makefile x11/alacritty : Makefile x11/xcolor : Makefile Log message: adjust rust programs to run with immutable stack the rust std library has been changed to not try to reallocate a guard page on the stack. as the rust std library is statically linked in rust programs, bump REVISION to force reinstall. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/09 13:02:36 Modified files: games/moonlight-qt: Makefile games/multimc : Makefile games/blockgame: Makefile sysutils/docker-cli: Makefile Log message: Drop MAINTAINER per their request CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2022/10/09 13:16:51 Modified files: math/py-netcdf4: Makefile distinfo Log message: Update py-netcdf4 to 1.6.1. CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2022/10/09 13:51:42 Modified files: databases/victoriametrics: Makefile distinfo databases/victoriametrics/pkg: PLIST Log message: update to v1.82.0 Changelog : https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.82.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/09 14:30:59 Modified files: sys/dev/fdt : rkpinctrl.c Log message: RK3566/RK3568 support. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/09 14:31:30 Modified files: sys/dev/fdt : rkclock.c rkclock_clocks.h Log message: RK3566/RK3568 support. ok mlarkin@, patrick@ CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2022/10/09 14:38:53 Modified files: . : 72.html Log message: riscv64 package count CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/09 15:59:12 Added files: audio/flac/patches: patch-src_libFLAC_include_private_cpu_h Log message: audio/flac: fix build of x86 intrinsic-optimized code for clang 14+ Proactively add upstream fix to keep support for SSSE3, AVX2, etc. when compiled with clang versions 14 and later. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/09 17:04:57 Modified files: usr.sbin/tftpd : tftpd.c Log message: Drop fattr promise unless file creation is allowed This is only required for the single fchmod(2) ensuring default permissions which only happens in the -c code path. OK millert CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/09 18:12:45 Modified files: share/man/man4 : inet6.4 Log message: Ipv6 -> IPv6 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/09 19:58:36 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c Log message: revert amdgpu dirty fb helper changes from 5.15.71 drm/amdgpu: don't register a dirty callback for non-atomic drm/amdgpu: use dirty framebuffer helper kettenis found that these changes made xpdf slow on x395 (picasso). I can not reproduce this on renoir. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/09 21:01:11 Modified files: sys/arch/i386/i386: amd64errata.c sys/arch/amd64/amd64: amd64errata.c Log message: add references to 10h 12h revision guides CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2022/10/09 21:24:12 Modified files: devel/git-annex: Makefile distinfo Removed files: devel/git-annex/patches: 0001-build-with-aeson-2.patch patch-Types_Export_hs Log message: Update git-annex to 10.20220822 A couple of patches went away. Release log at https://hackage.haskell.org/package/git-annex-10.20220822/changelog OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2022/10/09 21:25:27 Modified files: productivity/hledger: Makefile distinfo Log message: Update hledger to 1.27.1 OK kili@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2022/10/09 23:26:11 Modified files: regress/sys/kern/noexec: Makefile Log message: two tests are now expected to fail since the introduction of mimmutable CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/10 01:20:13 Modified files: textproc/libgrapheme: Makefile distinfo Removed files: textproc/libgrapheme/patches: patch-Makefile Log message: update textproc/libgrapheme to 2.0.1 No API/ABI changes to the library itself just some hardening, tweaks to the build helpers and to the build system. Now it needs less massagging to accomodate for our requirements on ports' libraries. Building like upstream does with -nostdlib seems to break `update-plist' so I'm avoiding it for the moment; not a big deal anyway. ok jan@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/10 01:44:06 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 4.0.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/10 01:45:15 Modified files: converters/p5-Sereal-Decoder: Makefile distinfo Log message: Update p5-Sereal-Decoder to 5.001. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/10 01:46:18 Modified files: converters/p5-Sereal-Encoder: Makefile distinfo converters/p5-Sereal-Encoder/patches: patch-Makefile_PL Log message: Update p5-Sereal-Encoder to 5.001. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/10/10 03:03:08 Modified files: lib/libcurses : curses.h Log message: ncurses wide character functions should be available with _XOPEN_SOURCE of 500 or greater and not require _XOPEN_SOURCE_EXTENDED. Bring in changes from upstream ncurses patches 20100403 and 20111030 to take this into account. Reported by Grigory Kirillov via jmc@. ok millert jmc CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/10 03:13:43 Modified files: usr.sbin/lpr/lpd: lpd.8 Log message: consistently use IPv4/IPv6; from jmc@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/10 04:42:42 Modified files: distrib/notes : m4.common Log message: consistently use IPv4/IPv6 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/10 05:04:17 Modified files: distrib/miniroot: install.sub Log message: Discard stdout/err only where needed in check_unattendedupgrade() We should be fine silencing only the test condition which produces legit output and warnings. All else produces no output and should not error out; if it does, those warnings should be printed and fixed. Feedback OK halex CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/10 05:06:14 Modified files: regress/usr.sbin/installboot: Makefile Log message: Continue tests is the mountpoint already exists regress should be resilient against partially cleaned obj/. Feedback bluhm CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/10/10 05:33:56 Modified files: sbin/iked : config.c ikev2.c policy.c Log message: Move enabling the policy refcounting from policy_ref() to config_free_policy(). In config_free_policy() the refcounting is unchanged and each SA linked to the policy will trigger a call to policy_ref() and increase the references as before the change. This allows unconditional calls to policy_ref() and policy_unref() and the callers no longer have to check if IKED_POLICY_REFCNT is set. From and ok markus@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/10 06:07:53 Modified files: etc/rc.d : dhcpd Log message: Enable configtest OK solene CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2022/10/10 07:31:00 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.6.6 From brad CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2022/10/10 07:39:23 Modified files: net/minio/server: Makefile distinfo modules.inc Log message: Update to minio-0.20221008 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2022/10/10 07:49:18 Modified files: net/minio/client: Makefile distinfo modules.inc Log message: Update to minioc-0.20221009 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/10 08:12:01 Modified files: www/pecl-pledge: Makefile distinfo www/pecl-pledge/pkg: PLIST Log message: update to pecl-pledge-2.0.3, based on a diff from Tom Van Looy (maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/10 08:52:02 Modified files: usr.bin/cdio : rip.c Log message: Don't leak 'sec' in error path. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/10 08:57:48 Modified files: bin/ksh : exec.c Added files: regress/bin/ksh: trap.t Log message: Trigger ERR trap on permanent I/O redirection failure The following three cases behave identical in bash(1), but our ksh (ksh93 also) fails to run the trap in the last case: (non-zero exit code is trigger, no redirection) $ ksh -c 'trap "echo ERR" ERR ; false' ERR (failed redirection is trigger, 'echo' was not executed) $ ksh -c 'trap "echo ERR" ERR ; echo >/' ksh: cannot create /: Is a directory ERR (failed redirection, no execution, trap was NOT triggered) $ ksh -c 'trap "echo ERR" ERR ; exec >/' ksh: cannot create /: Is a directory bash(1) prints "ERR" in all three cases, as expected. ksh93 behaves like our ksh(1). In ksh `exec' is a builtin (CSHELL), but also special (SPEC_BI): $ type alias alias is a shell builtin $ type exec exec is a special shell builtin Without command and redirection alone, `exec' permanently redirects I/O for the shell itself, not executing anything; it is the only (special) builtin with such a special use-case, implemented as c_sh.c:c_exec(). This corner-case is overlooked in exec.c:execute() which handles iosetup() failure for all commands, incl. builtins. Exclude c_exec() from the rest of special builtins to ensure it runs the ERR trap as expected: $ ./obj/ksh -c 'trap "echo ERR" ERR ; exec >/' ksh: cannot create /: Is a directory ERR Also add three new regress cases covering this; rest keep passing. OK millert CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/10 09:04:09 Modified files: usr.bin/cdio : mmc.c Log message: Use warnx(), not warn(), when 'errno' is not relevant. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/10 09:22:10 Modified files: net/icinga/core2: Makefile net/icinga/core2/patches: patch-lib_cli_daemoncommand_cpp Log message: icinga2: update reload patch to version committed upstream re https://github.com/Icinga/icinga2/pull/9518, https://github.com/Icinga/icinga2/commit/9be02e3f0486bd4c3aa9ecd55dda94febf5a1f79 CVSROOT: /cvs Module name: src Changes by: bket@cvs.openbsd.org 2022/10/10 10:43:12 Modified files: sys/net : pf.c pf_norm.c pfvar.h Log message: Recalculate checksum of normalised packet In 2011, henning@ removed fiddling with the ip checksum of normalised packets in r1.131 of sys/net/pf_norm.c. Rationale was that the checksum is always recalculated in all output paths anyway. In 2016, procter@ reintroduced checksum modification to preserve end-to-end checksums in r1.189 of sys/net/pf_norm.c. Likely soomewhere in that timeslot checksum recalculation of normalised packets was broken. With input from bluhm@. OK sashan@, bluhm@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/10 11:17:16 ports/net/mcast-proxy/patches Update of /cvs/ports/net/mcast-proxy/patches In directory cvs.openbsd.org:/tmp/cvs-serv84930/patches Log Message: Directory /cvs/ports/net/mcast-proxy/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/10 11:34:15 Modified files: net/mcast-proxy: Makefile distinfo net/mcast-proxy/pkg: PLIST mcastproxy.rc Added files: net/mcast-proxy/patches: patch-usr_sbin_mcast-proxy_mcast-proxy_c Log message: net/mcast-proxy - allow upstream interface to receive reports While here: - use GH_* - enable building of debug package - add rc_configtest to rc script Tested by, and OK from, Paul de Weerd (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/10 11:45:35 Modified files: sys/dev/fdt : rkpmic.c Log message: Add support for the RK817 PMIC. ok patrick@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/10 12:36:02 Modified files: games/goldberg_emulator: Makefile distinfo games/goldberg_emulator/patches: patch-dll_base_cpp patch-dll_common_includes_h patch-dll_network_cpp patch-sdk_includes_steamclientpublic_h games/goldberg_emulator/pkg: PLIST Added files: games/goldberg_emulator/patches: patch-sdk_includes_steam_gameserver_h Log message: update to checkout from 2022-09-06. This bumps the emulated Steam SDK version to 1.55. ok op@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/10 12:39:05 Modified files: games/godot : Makefile distinfo games/godot/patches: patch-drivers_unix_os_unix_cpp patch-platform_x11_detect_py Added files: games/godot/patches: patch-GodotSteam_godotsteam_godotsteam_cpp patch-GodotSteam_godotsteam_godotsteam_h Log message: update to Godot 3.5.1, includes update to newer GodotSteam based on Steam SDK 1.55. ok op@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/10 21:37:14 Modified files: bin/chio : chio.c Log message: remove unused var CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2022/10/10 23:45:41 Modified files: regress/sys/kern/noexec: Makefile noexec.c Log message: Run noexec tests in a new thread, leveraging the fact that pthread_create() allocates a new stack which has mutable permissions. Allows the temporary expected failures to be dropped. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/11 00:59:55 Modified files: lang/rust : Makefile distinfo Log message: lang/rust: unbreak aarch64 and riscv64 new bootstraps for riscv64 (from jca@) and aarch64 (from me) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/11 01:36:27 Modified files: usr.bin/ts : ts.c Log message: fix unintended sizeof pointer introduced in 1.10 ok cheloha@ miod@ matthieu@ martijn@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2022/10/11 01:47:27 Modified files: mail/courier-unicode: Makefile distinfo Log message: update to 2.2.4 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2022/10/11 01:49:27 Modified files: mail/courier-authlib: Makefile distinfo mail/courier-authlib/patches: patch-Makefile_in mail/courier-authlib/pkg: PLIST-userdb Log message: bugfix update to 0.71.5 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2022/10/11 01:51:08 Modified files: mail/courier-imap: Makefile distinfo mail/courier-imap/pkg: PLIST-main Log message: bugfix update to 5.1.8 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2022/10/11 01:53:34 Modified files: mail/maildrop : Makefile distinfo mail/maildrop/patches: patch-libs_maildir_Makefile_am patch-libs_maildir_Makefile_in patch-libs_maildrop_configure Log message: bugfix upddate to 3.0.8 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/11 02:14:09 Modified files: www/phpldapadmin: Makefile distinfo www/phpldapadmin/pkg: PLIST Added files: www/phpldapadmin/patches: patch-htdocs_login_php Log message: update to 1.2.6.4; this update brings php8 support so remove the dependency on 7.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:03:46 Modified files: devel/py-gitpython: Makefile distinfo devel/py-gitpython/pkg: PLIST Log message: update to py3-GitPython-3.1.29 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:06:32 Modified files: devel/py-attrs : Makefile distinfo devel/py-attrs/pkg: PLIST Log message: update to py3-attrs-22.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:06:56 Modified files: devel/py-blinker: Makefile distinfo devel/py-blinker/pkg: PLIST Log message: update to py3-blinker-1.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:09:36 Modified files: devel/py-extension-helpers: Makefile distinfo devel/py-extension-helpers/pkg: PLIST Log message: update to py3-extension-helpers-1.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:10:42 Modified files: devel/py-attrs : Makefile Log message: no need to TDEP on py-six CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:12:57 Modified files: devel/py-fasteners: Makefile distinfo devel/py-fasteners/pkg: PLIST Removed files: devel/py-fasteners/patches: patch-fasteners__utils_py patch-setup_py Log message: update to py3-fasteners-0.18 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:20:18 Modified files: devel/py-zopeinterface: Makefile distinfo devel/py-zopeinterface/pkg: PLIST Log message: update to py3-zopeinterface-5.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:20:37 Modified files: devel/py-zopeinterface: Makefile Log message: zap unneeded commented-out line CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:21:16 Modified files: devel/py-zopetesting: Makefile distinfo devel/py-zopetesting/pkg: PLIST Log message: update to py3-zopetesting-4.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:23:53 Modified files: devel/py-zopeevent: Makefile distinfo devel/py-zopeevent/pkg: PLIST Log message: update to py3-zopeevent-4.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:28:25 Modified files: sysutils/py-dotenv: Makefile distinfo sysutils/py-dotenv/pkg: PLIST Log message: update to py3-dotenv-0.21.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:37:46 Modified files: sysutils/py-augeas: Makefile distinfo sysutils/py-augeas/pkg: PLIST Log message: update to py3-augeas-1.1.0 some tests fail with undefined symbols, but they fail the same way with the old version CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/11 03:37:53 Log message: planor is a text user interface for cloud services - OK op@ Status: Vendor Tag: gonzalo Release Tags: gonzalo_20221110 N ports/sysutils/planor/Makefile N ports/sysutils/planor/distinfo N ports/sysutils/planor/modules.inc N ports/sysutils/planor/pkg/DESCR N ports/sysutils/planor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/11 03:38:55 Modified files: sysutils : Makefile Log message: Hook Planor CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 03:40:18 Modified files: sysutils/py-joblib: Makefile distinfo sysutils/py-joblib/pkg: PLIST Log message: update to py3-joblib-1.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 04:32:32 Modified files: net/arp-scan : Makefile distinfo net/arp-scan/patches: patch-arp-scan_c patch-mac-vendor_txt Log message: update to a newer arp-scan commit and mac vendor list patch to add pledge("stdio dns bpf", NULL) after setup is done and before packet processing, I think I have covered the various options but if you use this and start seeing pledge failures/coredumps please let me have a backtrace CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/11 05:46:58 Modified files: sys/uvm : uvm_swap.c Log message: add missing unlock in swapmount() ok tb@ kn@ miod@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/11 05:54:14 Modified files: infrastructure/mk: arch-defines.mk Log message: Enable lang/go on riscv64 Let the fireworks begin! ok jsing@ (lang/go maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/11 07:40:38 Modified files: bin/test : test.c Log message: correct t_lex_type() return type ok miod@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/11 07:51:41 Modified files: regress/lib/libcrypto/bn/general: bn_isqrt.c Log message: Handle corner case in which the test case can actually be a square CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/11 07:52:23 Modified files: lib/libcrypto/bn: bn_isqrt.c Log message: Fix path of mentioned regress test CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/11 07:56:09 Modified files: www/unit : Makefile.inc www/unit/unit : distinfo www/unit/unit-perl: distinfo www/unit/unit-php: distinfo www/unit/unit-python: distinfo www/unit/unit-ruby: distinfo Log message: www/unit: update to 1.28.0 cf https://unit.nginx.org/CHANGES.txt From maintainer Sergey A. Osokin CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/11 08:02:50 Modified files: shells/bash : Makefile distinfo shells/bash/patches: patch-Makefile_in shells/bash/pkg: PLIST Log message: shells/bash: update to 5.2 patchlevel 2 Lots of changes, but nothing really changed. 5.2 release announcement: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00012.html CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/11 08:49:25 Modified files: security/openssl/1.1: Makefile distinfo Log message: Bugfix update to OpenSSL 1.1.1r CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/11 08:50:07 Modified files: security/sslscan: Makefile Log message: security/sslscan: bump after OpenSSL update (static linking) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/11 08:59:39 Modified files: security/openssl/3.0: Makefile distinfo security/openssl/3.0/pkg: PLIST Log message: Security/bugfix update to OpenSSL 3.0.6 One low severity issue related to EVP_CIPHER_meth_new() was fixed. https://www.openssl.org/news/secadv/20221011.txt CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/11 09:00:56 Modified files: mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile Log message: mail/postfix: bump after OpenSSL 3 update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 09:44:54 Modified files: net/mcast-proxy: Makefile Log message: use DISTFILES...{} to rename the mcast-proxy distfile; replacing a distfile with different contents under the same name doesn't work with bulk builds on different archs done from different trees starting at different times CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/11 10:32:40 Modified files: usr.bin/cdio : rip.c Log message: Vox populi says "cdio:" prefix is useful so switch back to using warnx(), but with required "\n" manually output to stderr before calling warnx(). Requested by tb@ and OP Michael Siegel. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/11 12:18:19 Modified files: net/mcast-proxy: Makefile distinfo Log message: actually fix the distfiles name, my mistake pointed out by bket@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2022/10/11 12:29:32 Modified files: sysutils/obsdfreqd: Makefile sysutils/obsdfreqd/pkg: PLIST Added files: sysutils/obsdfreqd/pkg: obsdfreqd.login Log message: make obsdfreqd run with nice -15 this makes it more responsive under load ok sthen@ ok maintainer CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/11 13:21:03 Modified files: games/blockgame: Makefile Log message: games/blockgame: remove trailing whitespace that broke FULLPKGNAME CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/11 17:39:08 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/luna88k/luna88k: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/sparc64/sparc64: disksubr.c sys/kern : subr_disk.c sys/sys : disklabel.h Log message: Give checkdisklabel() a new parameter supplying the dev_t of the device whose disklabel is being checked. Within checkdisklabel() use this information to discover a device name iff (sic) the label is an obsolete version. Use the name to generate a meaningful warning message asking the user to rewrite the disklabel and thus promote it to the current version. Suggested by, feedback from and ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2022/10/11 19:27:31 Modified files: inputmethods/fcitx-qt: Makefile inputmethods/fcitx-qt/pkg: PLIST Log message: Enable Qt6 support. ok kn@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/11 20:39:16 Modified files: sys/kern : kern_exec.c Log message: The sigaltstack() MAP_STACK re-map mechanism is incompatible with immutable regions, so immutable stack isn't viable yet. There are configure programs which create sigstacks upon their own stacks, and there is no simple fix for the sigaltstack mechanism... discovered by sthen and tb CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/12 00:22:38 Modified files: lang/rust : Makefile distinfo Log message: lang/rust: unbreak powerpc64 (from gkoehler@) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/12 03:23:45 Modified files: sys/arch/macppc/stand: ofdev.c Log message: Fix -Wreturn-type OK miod CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2022/10/12 03:37:00 Modified files: graphics/geeqie: Makefile Log message: Add editors/vim to BUILD_DEPENDS to fix build. Reported by sthen@ and naddy@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/12 03:46:42 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-components_feed_core_v2_feed_network_impl_unittest_cc Log message: update to 106.0.5249.119 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/12 04:36:18 Modified files: net/zabbix : Makefile Log message: zabbix-web works fine with php8, so use that instead of 7.4 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/12 04:48:33 Modified files: sys/arch/macppc/stand: Makefile Makefile.inc Log message: Remove powerpc left-overs There since the powerpc -> macppc move/rename. KERN_AS usage disappeared in commit 5b7db11d478192c5908038bb1345e7d51cc35c8e Author: rahnds Date: Mon May 5 16:47:15 1997 +0000 only build one version of the libraries. REAL_VIRT usage disappeared in commit 08e027d6bb9ca863bfc44a1aa6957ff3a242e2f4 Author: rahnds Date: Thu Apr 27 12:36:29 2000 +0000 Fixes to xcoff bootloader to allow it to execute and load kernels for OpenBSD. Make agrees that these are defined but not used: $ make -p | grep -e KERN_AS -e REAL_VIRT KERN_AS = library REAL_VIRT = -v $ make -C ofwboot -p | grep -e KERN_AS -e REAL_VIRT KERN_AS = library REAL_VIRT = -v No object change. Feedback OK miod CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/12 05:04:22 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-components_feed_core_v2_feed_network_impl_unittest_cc Log message: update to 106.0.5249.119 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/12 05:26:05 Modified files: usr.sbin/bgpd : rde_rib.c Log message: use correct type with sizeof ok miod@ claudio@ tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/12 05:29:53 Modified files: sys/arch/arm64/dev: apldma.c Log message: use correct type with sizeof ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/12 05:57:40 Modified files: usr.sbin/ldapd : schema.c Log message: avoid use after free in error paths ok miod@ martijn@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/12 07:14:26 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 102.3.3. see https://www.thunderbird.net/en-US/thunderbird/102.3.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2022/10/12 07:14:52 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.25.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/12 07:31:15 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 102.3.3. see https://www.thunderbird.net/en-US/thunderbird/102.3.3/releasenotes/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/12 07:39:50 Modified files: sys/arch/arm64/dev: aplpmu.c aplsmc.c efi_machdep.c sys/arch/loongson/dev: mcclock.c sys/arch/octeon/dev: octrtc.c sys/arch/powerpc64/dev: opal.c sys/arch/sparc64/dev: prtc.c rtc.c sbbc.c vrtc.c sys/dev : clock_subr.h sys/dev/fdt : dapmic.c plrtc.c rkpmic.c sxirtc.c sys/dev/i2c : m41t8x.c pcf85063.c pcf8523.c pcf8563.c rs5c372.c sys/dev/ic : mk48txx.c sys/kern : kern_time.c Log message: Extend struct todr_chip_handle with a todr_quality member. This allows us to assign a quality to RTC implementation and pick the "best" RTC if a system has multiple RTCs (or multiple interfaces to an RTC). This allows us to prefer a battery-backed I2C RTC over an RTC that is part of the SoC which is only running of the SoC is powered. It also allows us to work around issues with firmware RTC interfaces that may lie to us or even crash the system. This change makes sure the todr_quality member of the struct is always initialized. In most cases the quality will be set to zero; further adjustments of the quality for specific subsystems/architectures will follow. ok cheloha@, patrick@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/12 08:11:01 Modified files: devel/leiningen: Makefile distinfo Log message: update devel/leiningen to 2.9.10 2.9.9 and 2.9.10 are mostly bug fixes releases. cherry picked changelog items: - Migrate the repository from Github to Codeberg - Allow `change' to edit dependency versions - Allow `repl' to bind to filesystem sockets via :headless :socket PATH CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/12 10:14:01 Modified files: security/openssl/1.1: Makefile distinfo security/openssl/3.0: Makefile distinfo security/openssl/3.0/pkg: PLIST Log message: Downgrade to OpenSSL 1.1.1q and 3.0.5. With help/ok sthen The OpenSSL 1.1.1r and 3.0.6 releases have been withdrawn. Apparently there is a regression that isn't security relevant but bad enough for them to recommend to downgrade. If failure to encrypt is LOW severity, no-one knows how bad things actually are... What a mess. https://marc.info/?l=openssl-announce&m=166558438331847&w=2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/12 10:15:04 Modified files: devel/electron : Makefile devel/yarn : Makefile lang/node : Makefile mail/maildrop : Makefile mail/mozilla-thunderbird: Makefile mail/opensmtpd-filters/dkimsign: Makefile mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile mail/sympa : Makefile mail/thunderbird-i18n: Makefile.inc meta/tor-browser: Makefile net/bro : Makefile net/nagios/nsca-ng: Makefile security/openssl/1.0.2: Makefile security/openssl/libretls: Makefile security/sslscan: Makefile sysutils/facette: Makefile www/chromium : Makefile www/firefox-esr: Makefile www/firefox-esr-i18n: Makefile.inc www/firefox-i18n: Makefile.inc www/iridium : Makefile www/kibana : Makefile www/mozilla-firefox: Makefile www/odoo : Makefile www/opensearch-dashboards: Makefile www/tor-browser/browser: Makefile www/tor-browser/noscript: Makefile www/ungoogled-chromium: Makefile Log message: Bump REVISION of ports depending on security/openssl/{1.1,3.0} CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2022/10/12 12:06:30 Modified files: x11/st : Makefile distinfo x11/st/patches : patch-config_mk Log message: update to st 0.9 CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2022/10/12 12:12:55 Modified files: net/sic : Makefile distinfo net/sic/patches: patch-Makefile patch-sic_c Removed files: net/sic/patches: patch-config_mk patch-util_c Log message: update to sic 1.3 remove no longer needed patches CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/12 12:19:21 Modified files: security/libgpg-error: Makefile distinfo security/libgpg-error/pkg: PLIST Log message: Update to libgpg-error-1.46. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/12 12:24:42 Modified files: devel/libsoup : Makefile distinfo Log message: Update to libsoup-2.74.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/12 12:24:56 Modified files: devel/libsoup3 : Makefile distinfo Log message: Update to libsoup3-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/12 12:44:22 Modified files: net/py-libcloud: Makefile distinfo net/py-libcloud/pkg: PLIST Log message: Update to py3-libcloud-3.6.1. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/12 17:11:33 Modified files: lib/libc/gen : disklabel.c sbin/badsect : badsect.c sbin/disklabel : disklabel.c share/man/man5 : disktab.5 sys/sys : disklabel.h Log message: Nuke D_BADSECT and disktab's 'sf'. DEC standard 144 bad sector information is no longer a thing. As evidenced by bad144(8) moving to the attic 16 years ago. ok miod@, who points out that badsect(8) is now the nail sticking out. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/10/12 22:43:32 Modified files: usr.sbin/rpki-client: aspa.c mft.c roa.c rsc.c Log message: All of ROA, MFT, ASPA, and RSC define their respective 'version' field in ASN.1 as following: "version [0] INTEGER DEFAULT 0,". Each object profile preamble contains "DEFINITIONS EXPLICIT TAGS ::=". We didn't bump into any issue yet, because all Signed Objects are at version 0, which means the field is entirely omitted (including the tag, be it implicit or explicit). (From X.690 section 11.5: "The encoding of a set value or a sequence value shall not include an encoding for any component value which is equal to its default value.") OK tb@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2022/10/12 22:55:33 Modified files: usr.sbin/ypldap: aldap.c aldap.h ldapclient.c parse.y ypldap.conf.5 ypldap.h Log message: Add client certificate authentication and optional SASL EXTERNAL bind, which allows the client to bind as the subject of the certificate in cases where the directory doesn't implicitly do that. The client certificate is configured with 'certfile' and 'keyfile' directives, and SASL EXTERNAL bind is configured with the 'bindext' directive. ok tb@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/13 00:39:23 Modified files: net/headscale : Makefile distinfo modules.inc net/headscale/patches: patch-config-example_yaml net/headscale/pkg: PLIST Log message: update net/headscale to 0.16.4 Diff from Laurent Cheylus (fox [at] free [dot] fr) who is also taking maintainership of the port, thank you! While here remove the _headscale user from the `daemon' class. ok danj@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/13 00:46:59 Log message: Import py3-validators-0.20.0 Python has all kinds of data validation tools, but every one of them seems to require defining a schema or form. I wanted to create a simple validation library where validating a simple value does not require defining a form or a schema. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221013 N ports/devel/py-validators/Makefile N ports/devel/py-validators/distinfo N ports/devel/py-validators/pkg/DESCR N ports/devel/py-validators/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/13 00:47:40 Modified files: devel : Makefile Log message: +py-validators,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/13 00:48:02 Modified files: x11/gnome/secrets: Makefile distinfo x11/gnome/secrets/patches: patch-gsecrets_utils_py x11/gnome/secrets/pkg: PLIST Log message: Update to secrets-7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/13 00:53:46 Modified files: x11/gnome/gcr : Makefile Log message: Extend PORTROACH to not pick up versions 4.X (which is gcr4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/13 01:04:53 Modified files: sys/arch/arm64/dev: agintc.c Log message: Implement support for MBIs. MBIs are message based interrupts that can be used as an alternative implementation for MSIs on hardware that doesn't implement an ITS (or where the ITS is broken such as on the Rochchip RK3566 SoC). Based on an earlier WIP diff from patrick@; I just cleaned it up a bit. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/13 01:19:28 Modified files: net/profanity : Makefile distinfo net/profanity/patches: patch-configure_ac net/profanity/pkg: PLIST Log message: update net/profanity to 0.13.1 bugfix release: - fixed configure parameter detection (upstreamed) - improve plugins management - fix build with plugins enabled for python >= 3.11 - add `gruvbox_transparent' theme - fix detection for welcome screen - improve opnening of URLs by spawning external programs asynchronously CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/13 02:38:53 Modified files: sys/dev : rnd.c Log message: Make comment match the code. Since rnd.c r1.127, there is only one stirring polynomial. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/13 02:41:44 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: Makefile distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update Gstreamer stack to version 1.20.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/13 03:05:12 Modified files: graphics/ImageMagick: Makefile distinfo Log message: update to ImageMagick-6.9.12-65 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/13 03:07:26 Modified files: sys/dev/fdt : dwpcie.c Log message: Add (minimal) support for the RK3568 PCIe controller. This relies on the firmware to do most of the hardware initialization; the driver basically only sets up the address translation unit to match the configuration specified in the device tree. ok patrick@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/13 03:09:28 Modified files: usr.bin/ssh : ssh.c Log message: use correct type with sizeof ok djm@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2022/10/13 05:59:46 Modified files: security/lego : Makefile distinfo modules.inc Log message: Update to lego-4.9.0 From Horia Racoviceanu (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/13 07:11:27 Modified files: security/opensc: Makefile security/opensc/patches: patch-src_libopensc_sc_c Log message: Avid munlock(2) as well OK sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/13 08:16:27 Modified files: net/tg_owt : Makefile Log message: net/tg_owt: move third party directories instead of symlinking them. cmake would install include/tg_owt/third_party/libyuv as a symlink back to WRKSRC, which happens to work currently but confuses make update-plist. ok kn CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2022/10/13 08:43:39 Modified files: . : 72.html Log message: typos spotted by jmc CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2022/10/13 08:58:04 Modified files: . : 72.html Log message: add missing closing paren CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:33:07 Log message: Import devel/py-test-flake8 1.1.1. The pytest-flake8 plugin extends py.test to efficiently check PEP8 compliance ok semarie@ sthen@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/devel/py-test-flake8/Makefile N ports/devel/py-test-flake8/distinfo N ports/devel/py-test-flake8/pkg/DESCR N ports/devel/py-test-flake8/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:34:16 Log message: Import devel/py-test-isort 3.0.0. The pytest-isort plugin extends py.test to check import ordering using isort. backport a commit from upstream to switch to poetry-core, pointed out by sthen@. ok sthen@ semarie@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/devel/py-test-isort/Makefile N ports/devel/py-test-isort/distinfo N ports/devel/py-test-isort/pkg/DESCR N ports/devel/py-test-isort/pkg/PLIST N ports/devel/py-test-isort/patches/patch-pyproject_toml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:35:17 Modified files: devel : Makefile Log message: +py-test-{isort,flake8},python3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:37:00 Log message: Import archivers/py-zopfli 0.2.1. pyzopfli is a straight forward wrapper around zopfli's ZlibCompress method. ok sthen@ semarie@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/archivers/py-zopfli/Makefile N ports/archivers/py-zopfli/distinfo N ports/archivers/py-zopfli/pkg/DESCR N ports/archivers/py-zopfli/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:37:44 Modified files: archivers : Makefile Log message: +py-zopfli,python3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:44:04 Log message: Import textproc/py-cssselect2 0.7.0. cssselect2 is a straightforward implementation of CSS4 Selectors for markup documents (HTML, XML, etc.) that can be read by ElementTree-like parsers (including cElementTree, lxml, html5lib, etc.) ok sthen@ semarie@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/textproc/py-cssselect2/Makefile N ports/textproc/py-cssselect2/distinfo N ports/textproc/py-cssselect2/pkg/DESCR N ports/textproc/py-cssselect2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:44:54 Log message: Import textproc/py-pyphen 0.13.0. Pyphen is a pure Python module to hyphenate words using included or external Hunspell hyphenation dictionaries. ok sthen@ semarie@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/textproc/py-pyphen/Makefile N ports/textproc/py-pyphen/distinfo N ports/textproc/py-pyphen/pkg/DESCR N ports/textproc/py-pyphen/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:45:53 Log message: Import textproc/py-tinycss2 1.1.1. tinycss2 is a low-level CSS parser and generator written in Python: it can parse strings, return objects representing tokens and blocks, and generate CSS strings corresponding to these objects. Based on the CSS Syntax Level 3 specification, tinycss2 knows the grammar of CSS but doesn't know specific rules, properties or values supported in various CSS modules. ok sthen@ semarie@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/textproc/py-tinycss2/Makefile N ports/textproc/py-tinycss2/distinfo N ports/textproc/py-tinycss2/pkg/DESCR N ports/textproc/py-tinycss2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:46:24 Modified files: textproc : Makefile Log message: +py-{cssselect2,pyphen,tinycss2},python3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:52:41 Log message: Import print/py-fonttools 4.37.4. fontTools is a library for manipulating fonts, written in Python. The project includes the TTX tool, that can convert TrueType and OpenType fonts to and from an XML text format, which is also called TTX. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats. ok sthen@ semarie@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/print/py-fonttools/Makefile N ports/print/py-fonttools/distinfo N ports/print/py-fonttools/pkg/DESCR N ports/print/py-fonttools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:53:44 Log message: Import print/py-pydyf 0.3.0. pydyf is a low-level PDF generator written in Python and based on PDF specification 1.7. ok sthen@ semarie@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/print/py-pydyf/Makefile N ports/print/py-pydyf/distinfo N ports/print/py-pydyf/pkg/DESCR N ports/print/py-pydyf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:54:59 Log message: Import print/weasyprint 56.1. WeasyPrint is a smart solution helping web developers to create PDF documents. It turns simple HTML pages into gorgeous statistical reports, invoices, tickets.. From a technical point of view, WeasyPrint is a visual rendering engine for HTML and CSS that can export to PDF. It aims to support web standards for printing. It is based on various libraries but not on a full rendering engine like WebKit or Gecko. The CSS layout engine is written in Python, designed for pagination, and meant to be easy to hack on. www: https://weasyprint.org/ ok sthen@ semarie@ Status: Vendor Tag: landry Release Tags: landry_20221013 N ports/print/weasyprint/Makefile N ports/print/weasyprint/distinfo N ports/print/weasyprint/pkg/PLIST N ports/print/weasyprint/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/13 09:55:36 Modified files: print : Makefile Log message: +{py-fonttools,py-pydyf,weasyprint},python3 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/13 10:00:45 Modified files: x11/fvwm3 : Makefile distinfo x11/fvwm3/patches: patch-configure patch-default-config_Makefile_in x11/fvwm3/pkg : DESCR Removed files: x11/fvwm3/patches: patch-libs_ColorUtils_c patch-libs_Module_c Log message: update x11/fvwm3 to 1.0.5; diff from maintainer Michael, thanks! changelog: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.5 Some patches were upstreamed and not needed anymore, regen the other patches. There is no longer a -debug flavor since those debug messages are now available via a command line option (-v / --verbose). CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2022/10/13 10:08:06 Modified files: . : 72.html Log message: Use past tense to be consistant. CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2022/10/13 10:10:45 Modified files: . : 72.html Log message: some small fixes CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/13 10:16:49 Modified files: x11/fvwm3 : Makefile x11/fvwm3/patches: patch-modules_FvwmScript_Instructions_c Added files: x11/fvwm3/patches: patch-fvwm_ewmh_c Log message: x11/fvwm3: fix casting for time_t and clock_t - patches/patch-fvwm_ewmh_c: cast clock_t to `long long' and print it with %lld - patches/patch-modules_FvwmScript_Instructions_c: fix the casting: should be `long long', not only `long'! CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2022/10/13 12:10:31 Modified files: x11/dmenu : Makefile distinfo x11/dmenu/patches: patch-config_mk Log message: update to dmenu 5.2 CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2022/10/13 12:15:36 Modified files: x11/dwm : Makefile distinfo x11/dwm/patches: patch-config_def_h patch-config_mk Log message: update to dwm 6.4 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/13 12:34:56 Modified files: sys/arch/arm64/dev: agintc.c Log message: Properly implement disestablishing LPI interrupts. Fixes a crash when using virtio(4) in combination with agintc(4). ok jsg@, patrick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/13 13:10:22 Modified files: x11/xdg-user-dirs-gtk: Makefile distinfo x11/xdg-user-dirs-gtk/pkg: PLIST Log message: Update to xdg-user-dirs-gtk-0.11. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/13 13:47:01 Modified files: net/tg_owt : Makefile distinfo Log message: Update to latest tg_owt and libyuv CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/13 14:07:02 Modified files: x11/fvwm3/patches: patch-fvwm_ewmh_c patch-modules_FvwmScript_Instructions_c Log message: annotate URL of upstreamed patches; no change to the package CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/13 14:15:51 Log message: import rset-2.4 rset(1) operates by staging files on a remote system, then executing instructions embedded in the pln(5) files. Any interpreter capable of running scripts read over a pipe may be specified. The bundled utilities rinstall(1) and rsub(1) provide an easy means of installing and modifying configuration files, and capabilities are added by writing utility scripts which are sent along with configuration data. ok solene@ Status: Vendor Tag: op Release Tags: op_20221013 N ports/sysutils/rset/Makefile N ports/sysutils/rset/distinfo N ports/sysutils/rset/pkg/DESCR N ports/sysutils/rset/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/13 14:16:42 Modified files: sysutils : Makefile Log message: +rset CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/13 15:37:05 Modified files: bin/ps : ps.1 lib/libc/compat-43: sigvec.3 lib/libc/gen : signal.3 ttyname.3 lib/libc/sys : execve.2 getpgrp.2 sigaction.2 sbin/dump : dump.8 share/man/man4 : pty.4 usr.bin/tset : tset.1 Log message: controm terminql -> controlling terminal; CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/13 18:26:16 Modified files: net/tdesktop : Makefile distinfo net/tdesktop/patches: patch-Telegram_CMakeLists_txt Log message: update to tdesktop 4.2.4 CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/13 22:24:56 Modified files: faq : upgrade64.html Log message: Fix formatting on xcb removal code box CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/13 22:38:39 Modified files: lib/libc/stdlib: malloc.c Log message: put the malloc_readonly struct into the "openbsd.mutable" section, so that the kernel and ld.so will know not to mark it immutable. malloc handles the read/write transitions by itself. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/13 23:36:08 Modified files: net/weechat : Makefile distinfo net/weechat/patches: patch-CMakeLists_txt patch-tests_CMakeLists_txt Log message: Update weechat to 3.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/13 23:44:31 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl to 1.25.3 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2022/10/13 23:44:42 Modified files: regress/usr.sbin/rpki-client/libressl: Makefile Log message: The HTTP endpoint used for the redirect chain started to unconditionally respond with the HTTP protocol in the response location header although HTTPS is being used in the corresponding request. Flag the test as expected to fail for now. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/14 00:40:24 Modified files: textproc/libebml: Makefile distinfo textproc/libebml/patches: patch-CMakeLists_txt Log message: Update libebml to 1.4.4 From Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/14 00:41:17 Modified files: multimedia/libmatroska: Makefile distinfo multimedia/libmatroska/patches: patch-CMakeLists_txt Log message: Update to libmatroska 1.7.1 From Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/14 00:41:40 Modified files: multimedia/mkvtoolnix: Makefile distinfo Log message: Update mkvtoolnix to 70.1.0 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/14 00:43:26 Modified files: usr.sbin/vmd : vm.conf.5 Log message: some macro fixes, mostly Cm -> Ic; from josiah frentsos CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/14 00:46:53 Modified files: usr.bin/aucat : aucat.1 Log message: remove the unsightly plural from Nd: audio files manipulation tool -> audio file manipulation tool CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/14 00:56:33 Modified files: lib/libssl : tls13_key_schedule.c Log message: Error out if the out secret wasn't properly initialized Calling HKDF_expand() with a length of 0 happens to succeed due to a quirk in the API inherited from BoringSSL. This hides caller-side errors during development. Error out to catch such mistakes early on. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/14 01:47:19 Modified files: devel/py-test-isort: Makefile Log message: Fix typo to unbreak sqlports. NO_TESTS -> NO_TEST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/14 03:43:30 Modified files: net/libunbound : Makefile distinfo Log message: update to libunbound-1.17.0 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2022/10/14 04:36:52 Modified files: geo/py-rasterio: Makefile distinfo Log message: Update py-rasterio to 1.3.2. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/14 04:41:43 Modified files: etc/rc.d : rad dhcpleased Log message: add configtest OK florian CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/14 05:02:43 Modified files: etc/rc.d : smtpd unwind Log message: add configtest OK florian CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/14 05:17:25 Modified files: net/tdesktop : Makefile Log message: silence the same two compiler warnings on all 1137 files CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/14 05:26:19 Modified files: usr.bin/make : make.1 Log message: Document missing cases of variable substitution Feedback OK op CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/14 05:48:26 Modified files: net/arouteserver: Makefile distinfo net/arouteserver/pkg: PLIST Log message: update to arouteserver-1.17.1 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/14 07:22:57 Modified files: sys/arch/luna88k/luna88k: disksubr.c sys/arch/luna88k/stand/boot: ufs_disksubr.c Log message: No point in luna88k setting D_VENDOR since all actual uses are inside #ifdef SUN_CYLCHECK or #ifdef SUN_AAT0 blocks in disklabel(8), neither of which are defined for luna88k. ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/14 07:27:11 Modified files: graphics/glm : Makefile distinfo graphics/glm/pkg: PLIST Added files: graphics/glm/patches: patch-glm_ext_quaternion_common_inl patch-glm_gtc_random_inl patch-test_CMakeLists_txt patch-test_core_core_func_matrix_cpp Removed files: graphics/glm/patches: patch-CMakeLists_txt Log message: Update to glm-0.9.9.8. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/14 07:39:34 Log message: import copyq-6.3.2 CopyQ is an advanced clipboard manager with powerful editing and scripting features. port from Róbert Bagdán (kikadf.01 at gmail dot com) who is also taking the maintainership of the port, thanks! with minor tweaks by me and rsadowski@, ok sthen@ Status: Vendor Tag: op Release Tags: op_20221014 N ports/x11/copyq/Makefile N ports/x11/copyq/distinfo N ports/x11/copyq/pkg/DESCR N ports/x11/copyq/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/14 07:40:37 Modified files: x11 : Makefile Log message: +copyq CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2022/10/14 07:56:21 Modified files: net/snowflake_proxy: Tag: OPENBSD_7_2 Makefile distinfo modules.inc Log message: net/snowflake_proxy: update to 2.3.1 Backport to 7.2-stable suggested by matthieu@ OK sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/14 07:58:08 Modified files: textproc/py-tinycss2: Makefile Log message: textproc/py-tinycss2: add missing BDEP/RDEP on py-webencodings spotted by ajacoutot@, thanks ! CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/10/14 07:59:18 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.11.3 -> 1.12.0 Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#1120 CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2022/10/14 08:00:17 Modified files: devel/py-esptool: Makefile distinfo devel/py-esptool/pkg: PLIST Log message: Update devel/py-esptool from 4.2.1 to 4.3. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/14 08:00:41 Modified files: textproc/py-tinycss2: Makefile Log message: textproc/py-tinycss2: bump REVISION, i've changed RDEP... CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/10/14 08:01:25 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.13.4 -> 2.13.5 Changelog: https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst#v2-13-5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/14 08:01:30 Modified files: textproc/py-cssselect2: Makefile Log message: textproc/py-cssselect2: add missing BDEP/RDEP on textproc/py-{tinycss2,webencodings} also spotted by ajacoutot@, thanks ! CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/10/14 08:04:03 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 6.4.0 -> 6.5.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst#v6-5-0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/10/14 08:06:35 Modified files: databases/pgbackrest: Makefile distinfo Log message: Update pgbackrest 2.40 -> 2.41 Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.41 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/14 08:17:52 Modified files: devel/py-validators: Makefile devel/py-validators/pkg: PLIST Log message: switch to MODPY_PYBUILD, ok aja@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2022/10/14 08:20:34 Modified files: meta/tor-browser: Tag: OPENBSD_7_2 Makefile www/tor-browser: Tag: OPENBSD_7_2 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_2 Makefile distinfo Log message: Tor Browser: update to 11.5.4 OK landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/14 08:24:05 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.84. see https://firefox-source-docs.mozilla.org/security/nss/nss_3_84.html CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2022/10/14 08:24:26 Modified files: meta/tor-browser: Tag: OPENBSD_7_1 Makefile www/tor-browser: Tag: OPENBSD_7_1 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_1 Makefile distinfo Log message: Tor Browser: update to 11.5.4 OK landry@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/14 09:00:09 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/files: unveil.main www/firefox-esr: Makefile www/firefox-esr/files: unveil.main Log message: Unveil /var/run/pcscd/pcscd.comm to make smart cards work OK landry CVSROOT: /cvs Module name: www Changes by: abieber@cvs.openbsd.org 2022/10/14 09:02:54 Modified files: . : want.html Log message: Remove riscv64 request. Thanks to Adam Newman! CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/14 09:11:26 Modified files: lang/python/3.10: Makefile distinfo lang/python/3.10/pkg: PLIST-tests Log message: https://docs.python.org/3.10/whatsnew/changelog.html#changelog gh-97616: Fix multiplying a list by an integer (list *= int): detect the integer overflow when the new allocated length is close to the maximum size. Issue reported by Jordan Limor. Patch by Victor Stinner. gh-97612: Fix a shell code injection vulnerability in the get-remote-certificate.py example script. The script no longer uses a shell to run openssl commands. Issue reported and initial fix by Caleb Shortt. Patch by Victor Stinner. gh-68966: The deprecated mailcap module now refuses to inject unsafe text (filenames, MIME types, parameters) into shell commands. Instead of using such text, it will warn and act as if a match was not found (or for test commands, as if the test failed). ok sthen CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/14 09:12:13 Modified files: lang/python/3.9: Makefile distinfo lang/python/3.9/patches: patch-Modules_posixmodule_c Log message: Upgrade to Python 3.9.15 https://docs.python.org/release/3.9.15/whatsnew/changelog.html gh-97616: Fix multiplying a list by an integer (list *= int): detect the integer overflow when the new allocated length is close to the maximum size. Issue reported by Jordan Limor. Patch by Victor Stinner. gh-97612: Fix a shell code injection vulnerability in the get-remote-certificate.py example script. The script no longer uses a shell to run openssl commands. Issue reported and initial fix by Caleb Shortt. Patch by Victor Stinner. Also a couple non-security fixes. ok sthen CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2022/10/14 09:20:33 Modified files: lib/libagentx : agentx.c Log message: Don't call agentx_reset on errors returned by the AgentX master. There is no reason to assume that a reset of the connection and a retry will solve the problem and could cause reconnect loops. Found while playing with context in vmd in combination with snmpd(8) instead of net-snmpd. OK sthen@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2022/10/14 09:26:58 Modified files: lib/libagentx : Symbols.list agentx.3 agentx.c agentx.h shlib_version Log message: Add an agentx_retry call. If a session, agentcaps, region, index, or object doesn't properly open because of an error returned by the AgentX master it remained closed until a reconnect. This new function call walks the tree and tries to reopen everything in a closed state. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2022/10/14 09:43:36 Modified files: net/tailscale : Makefile distinfo modules.inc Log message: Update tailscale to 1.32.0 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/14 10:36:36 Modified files: sbin/disklabel : editor.c Log message: Fix botched D_SUNCYLCHECK+D_VENDOR check from r1.321. D_VENDOR lives in d_flags, not d_secpercyl. Makes resizing a partition more likely to respect cylinder rounding on sparc64. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/14 11:09:43 Modified files: regress/usr.sbin/rpki-client: Makefile regress/usr.sbin/rpki-client/openssl11: Makefile Log message: Revert kn's Makefile surgery. It no longer does what it was supposed to do and I'm still not clear what it was supposed to fix. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/14 11:17:13 Modified files: regress/usr.sbin/rpki-client/libressl: Makefile regress/usr.sbin/rpki-client/openssl11: Makefile Log message: Add RCS markers CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2022/10/14 12:07:42 Modified files: faq/ports : specialtopics.html faq : faq10.html Log message: fix grammar CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2022/10/14 12:29:36 Modified files: textproc/cloc : Makefile distinfo Log message: update to cloc 1.94 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/14 12:35:19 Modified files: share/zoneinfo/datfiles: asia europe northamerica Log message: Update to 2022egtz from https://github.com/JodaOrg/global-tz Major changes: o Jordan and Syria switch from +02/+03 with DST to year-round +03. CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2022/10/14 13:53:49 Modified files: databases/victoriametrics: Makefile distinfo Log message: update to v1.82.1 Multiple bugfixes : https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.82.1 CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2022/10/14 14:53:19 Modified files: sys/arch/luna88k/luna88k: autoconf.c locore0.S machdep.c sys/arch/luna88k/stand/boot: boot.c devopen.c init_main.c locore.S samachdep.h Log message: Pass boot device information from bootloader to kernel. This brings the default root device is the same one of the kernel specified by bootloader, rather than NVRAM setting, like other architectures. "looks good to me" miod@, tested on LUNA-88K2 and nono (LUNA-88K capable emulator) by me. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/14 15:44:06 Modified files: lib/libagentx : agentx.3 Log message: space required between macro and punctuation; while here, wrap long line; CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/14 16:56:13 Modified files: regress/bin/ksh: trap.t Log message: add two new errexit/trap tests both behave the same with our ksh, bash and ksh93 from ports. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2022/10/14 17:01:16 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/14 17:51:16 Modified files: regress/bin/ksh: trap.t Log message: add two new errexit/trap tests, tweak wording both pass in bash and ksh93 from ports. our ksh fails for now, so mark them as expected fail. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/14 17:55:35 Modified files: lang/python/3.9: Tag: OPENBSD_7_1 Makefile distinfo Log message: MFC Python 3.9.15 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/14 18:06:37 Modified files: lang/python/3.10: Tag: OPENBSD_7_1 Makefile distinfo lang/python/3.10/pkg: Tag: OPENBSD_7_1 PLIST-tests Log message: MFC Python 3.10.8 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/14 18:11:56 Modified files: infrastructure/lib/OpenBSD/PortGen: License.pm Log message: Tweak license handling to handle more common licenses or variations of the same licenses. ok giovanni@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/14 21:23:50 Modified files: sys/kern : kern_sig.c sys/uvm : uvm_map.c uvm_map.h Log message: During the MAP_STACK introduction in 2018, sigaltstack() became a problem because haphazard use could shoot holes in the address space (changing permissions, providing opportunities for pivoting, etc). I tried to write a diff to convert the address space correctly but did not understand enough about map entries, so instead we mapped new memory over top of the existing object. Placing a new mapping becomes unfeasible with the upcoming mimmutable model, so here is code that adds MAP_STACK to the region. It will only do so for a contigiously mapped region that is non-syscall with permission RW, otherwise it returns an error. Food for thought: If we know the object isn't service by an object, we should consider zero'ing the region, to block pre-pivot placement? ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/14 23:56:01 Modified files: sys/uvm : uvm_map.c Log message: remove one of the debug messages CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/15 00:07:36 Modified files: multimedia/mlt7: Makefile multimedia/mlt7/pkg: PLIST-gpl2 PLIST-main Log message: qt/filter_audiolevelgraph.yml is part of mlt7-gpl2 Spotted by jca@ merci CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/15 01:17:12 Modified files: faq : current.html Log message: Roll current.html for 7.2-current CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/15 01:17:31 Added files: faq : upgrade72.html Log message: Upgrade instructions for 7.2 release input from pamela@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/15 02:04:02 Modified files: sys/arch/arm64/arm64: db_interface.c sys/arch/arm/arm: db_interface.c sys/arch/powerpc/ddb: db_memrw.c Log message: ansi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/15 02:41:18 Modified files: sys/arch/macppc/dev: i2s.c if_wi_obio.c mediabay.c Log message: ansi CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2022/10/15 03:14:03 Modified files: faq : current.html Log message: restore post-release tftpd read-only default change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 03:50:57 Log message: Import qxlsx-1.4.4. QXlsx is an Excel file (*.xlsx) reader/writer library. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221015 N ports/textproc/qxlsx/Makefile N ports/textproc/qxlsx/distinfo N ports/textproc/qxlsx/pkg/DESCR N ports/textproc/qxlsx/pkg/PLIST N ports/textproc/qxlsx/patches/patch-QXlsx_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 03:51:29 Modified files: textproc : Makefile Log message: +qxlsx CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 03:52:43 Log message: Import calcmysky-0.1.0. CalcMySky is a software package that simulates scattering of light by the atmosphere to render daytime and twilight skies (without stars). Its primary purpose is to enable realistic view of the sky in applications such as planetaria. Secondary objective is to make it possible to explore atmospheric effects such as glories, fogbows etc., as well as simulate unusual environments such as on Mars or an exoplanet orbiting a star with a non-solar spectrum of radiation. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221015 N ports/astro/calcmysky/Makefile N ports/astro/calcmysky/distinfo N ports/astro/calcmysky/pkg/DESCR N ports/astro/calcmysky/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 03:53:01 Modified files: astro : Makefile Log message: +calcmysky CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2022/10/15 03:54:29 Modified files: usr.bin/mg : cmode.c Log message: typo in comment: Funtion -> Function CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/15 04:12:13 Modified files: sys/arch/alpha/alpha: conf.c sys/arch/hppa/hppa: conf.c sys/arch/landisk/landisk: conf.c sys/arch/loongson/loongson: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/octeon/octeon: conf.c sys/arch/sparc64/sparc64: conf.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 06:24:48 Modified files: textproc/libxml: Makefile distinfo Log message: SECURITY update to libxml-2.10.3 - [CVE-2022-40304] Fix dict corruption caused by entity reference cycles - [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGE - Fix overflow check in SAX2.c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 06:24:57 Modified files: textproc/libxml: Tag: OPENBSD_7_2 Makefile distinfo Log message: SECURITY update to libxml-2.10.3 - [CVE-2022-40304] Fix dict corruption caused by entity reference cycles - [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGE - Fix overflow check in SAX2.c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 06:26:50 Modified files: textproc/libxml: Tag: OPENBSD_7_1 Makefile textproc/libxml/patches: Tag: OPENBSD_7_1 patch-parser_c Added files: textproc/libxml/patches: Tag: OPENBSD_7_1 patch-SAX2_c patch-entities_c Log message: Merge SECURITY fixes from upstream: - [CVE-2022-40304] Fix dict corruption caused by entity reference cycles - [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGE - Fix overflow check in SAX2.c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 06:29:29 Modified files: comms/rtl-sdr : Makefile comms/rtl-sdr/patches: patch-src_librtlsdr_c Added files: comms/rtl-sdr/patches: patch-include_rtl-sdr_h Log message: Add rtlsdr_set_tuner_bandwidth() function from upstream. Required by upcoming devel/indi port. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 06:30:47 Log message: Import indi-1.9.8 (and libindi-1.9.8). INDI is a standard for astronomical instrumentation control. INDI Library is an Open Source POSIX implementation of the Instrument-Neutral-Device-Interface protocol. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221015 N ports/devel/indi/Makefile N ports/devel/indi/distinfo N ports/devel/indi/pkg/PLIST-main N ports/devel/indi/pkg/PLIST-libs N ports/devel/indi/pkg/DESCR-main N ports/devel/indi/pkg/DESCR-libs N ports/devel/indi/patches/patch-indidevapi_h N ports/devel/indi/patches/patch-indiserver_cpp N ports/devel/indi/patches/patch-libs_indicom_c N ports/devel/indi/patches/patch-CMakeLists_txt N ports/devel/indi/patches/patch-cmake_modules_CMakeCommon_cmake N ports/devel/indi/patches/patch-drivers_auxiliary_skysafari_cpp N ports/devel/indi/patches/patch-drivers_dome_scopedome_dome_cpp N ports/devel/indi/patches/patch-drivers_telescope_lx200driver_cpp N ports/devel/indi/patches/patch-libs_indibase_connectionplugins_connectiontcp_cpp N ports/devel/indi/patches/patch-libs_indibase_hid_libusb_c N ports/devel/indi/patches/patch-libs_indibase_indidome_cpp N ports/devel/indi/patches/patch-libs_indibase_inditelescope_cpp N ports/devel/indi/patches/patch-libs_webcam_pwc-ioctl_h N ports/devel/indi/patches/patch-libs_webcam_v4l2_base_cpp N ports/devel/indi/patches/patch-libs_webcam_v4l2_base_h N ports/devel/indi/patches/patch-libs_webcam_v4l2_colorspace_h N ports/devel/indi/patches/patch-libs_webcam_v4l2_decode_v4l2_decode_h N ports/devel/indi/patches/patch-libs_indibase_alignment_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 06:31:17 Modified files: devel : Makefile Log message: +indi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 06:31:49 Modified files: textproc/qxlsx : Makefile textproc/qxlsx/patches: patch-QXlsx_CMakeLists_txt textproc/qxlsx/pkg: PLIST Log message: Move to Qt5; consumers aren't happy yet with Qt6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 06:32:03 Modified files: astro/calcmysky: Makefile Log message: Move to Qt5; consumers aren't happy yet with Qt6. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/10/15 06:53:30 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 07:08:33 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.27.91. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 07:08:50 Modified files: net/py-boto3 : Makefile distinfo net/py-boto3/pkg: PLIST Log message: Update to py3-boto3-1.24.91. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 07:09:08 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.25.92. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 07:11:44 Modified files: net/py-s3transfer: Makefile net/py-s3transfer/pkg: PLIST Log message: Move to MODPY_PYBUILD. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/15 07:19:36 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Removed files: astro/stellarium/patches: patch-CMakeLists_txt Log message: Update to stellarium-1.0. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2022/10/15 07:26:15 Modified files: usr.sbin/rad : engine.c frontend.c parse.y printconf.c rad.8 rad.c rad.conf.5 rad.h Log message: Implement RFC 8781 PREF64 router advertisement option. With this clients can learn the presence and used prefix for Network Address and Protocol Translation between IPv6 and IPv4 (NAT64). Apparently there is support in mobile devices as well as in macOS. This option, together with the the dhcp "IPv6-only preferred" option (108) enables the Customer-side transLATor (CLAT) on macOS so IPv4 literals can be used in IPv6-only networks. Input & OK kn CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2022/10/15 07:27:45 Modified files: usr.sbin/rad : parse.y Log message: Do not throw away errno. Pointed out in the pref64 code, which was copied from here, by kn. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/15 08:58:54 Modified files: sys/arch/loongson/dev: mcclock.c mcclock_isa.c Log message: ansi CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/15 09:18:15 Modified files: usr.sbin/rad : rad.conf.5 Log message: .Oc -> .Op in previous; CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/15 09:29:45 Modified files: regress/bin/ksh: trap.t Log message: fix comments wrt. pending ksh fixes CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2022/10/15 10:06:07 Modified files: app/cwm : menu.c Log message: Fix overlapping menu items as reported by kn@ and probably others at some point; with op@ and Walter Alejandro Iglesias helping along the way. Consistently use font ascent+descent instead of an arbitrary font height+1 for individual menu item rectangles and placement. ok kn@ op@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2022/10/15 11:01:15 Modified files: usr.bin/mg : dired.c echo.c Log message: replace ewprintf("") calls with eerase(): no functional difference. ok florian@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/15 12:22:53 Modified files: sys/dev/i2c : abx80x.c ds1307.c ds3231.c isl1208.c mcp794xx.c Log message: Convert remaining I2C RTC drivers to use todr_attach(). These all get a quality of 1000 since these are supposed to be battery backed and almost certainly what the hardware designers want us to use. ok mglocker@, jsg@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/15 13:43:37 Modified files: lang/python/3.10: Tag: OPENBSD_7_2 Makefile distinfo lang/python/3.10/pkg: Tag: OPENBSD_7_2 PLIST-tests Log message: MFC Python 3.10.8 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/15 13:44:19 Modified files: lang/python/3.9: Tag: OPENBSD_7_2 Makefile distinfo lang/python/3.9/patches: Tag: OPENBSD_7_2 patch-Modules_posixmodule_c Log message: MFC Python 3.9.15 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/15 19:22:40 Modified files: sys/arch/sparc64/dev: auxio.c beep.c beeper.c central.c creator.c fhc_central.c fhc_mainbus.c lpt_ebus.c pci_machdep.c pckbc_ebus.c pcons.c power.c psycho.c sab.c stp_sbus.c uperf.c uperf_ebus.c sys/arch/sparc64/fpu: fpu.c fpu_add.c fpu_div.c fpu_explode.c fpu_implode.c fpu_mul.c fpu_sqrt.c sys/arch/sparc64/include: bus.h sys/arch/sparc64/sparc64: cache.c db_interface.c machdep.c ofw_machdep.c openfirm.c openprom.c process_machdep.c sys_machdep.c sys/dev/ic : lsi64854.c mk48txx.c sys/dev/sbus : bwtwo.c dma_sbus.c qe.c qec.c Log message: Change function definitions using the identifier-list form used in the 1st edition of Kernighan and Ritchie's The C Programming Language, to that of the parameter-type-list form described in the ANSI X3.159-1989 standard. In ISO/IEC 9899:2023 drafts, there is only one form of function definition. "N2432 Remove support for function definitions with identifier lists". ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/16 02:22:34 Modified files: textproc/qxlsx/patches: patch-QXlsx_CMakeLists_txt Log message: Fix patch to find Qt5. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/16 02:47:21 Modified files: distrib/miniroot: install.sub Log message: Leave installurl handling to syspatch(8) When upgrading to releases, the installer fills rc.firsttime(8) with a syspatch(8) snippet possibly displaying available patches. That snippet itself checks for a release version as well as an existent installurl(5) file as a precondition for syspatch, see the diff below. syspatch, however, has code to fallback to cdn.o.o without a valid URL: 286 _MIRROR=$(while read _line; do _line=${_line%%#*}; [[ -n ${_line} ]] && 287 print -r -- "${_line}"; done /dev/null 288 [[ ${_MIRROR} == @(file|ftp|http|https)://* ]] || 289 _MIRROR=https://cdn.openbsd.org/pub/OpenBSD 290 _MIRROR="${_MIRROR}/syspatch/${_KERNV[0]}/$(machine)" Furthermore, the installer actively sets a working URL if needed, in the same finish_up() function shortly before placing the syspatch snippet: 2842 # Create /etc/installurl if it does not yet exist. 2843 if [[ ! -f /mnt/etc/installurl ]]; then 2844 echo "${INSTALL_URL:-https://cdn.openbsd.org/pub/OpenBSD}" \ 2845 >/mnt/etc/installurl 2846 fi So one of the following is true for installurl: 1. exists but has no valid URL, then syspatch falls back to cdn.o.o 2. exists and has a valid URL, then syspatch uses that 3. does not exist so the installer creates it with cdn.o.o, see 2. In the unlikely case that the install/upgrade finishes, i.e. installurl does exist, but gets removed or truncated before rc.firsttime runs, the existing check would actually prevent syspatch from running even though it copes with such files. So just remove the useless check. OK aja CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/16 02:49:03 Modified files: regress/bin/ksh: th Log message: Always pass the test program as PROG env var, fix synopsis The ./th perl script always runs -p prog (KSH in Makefile) as the shell, but cannot signal it other than the optional SIGKILL after `time-limit'. Implementing time-related signal handling in ./th seems overkill, so always pass the program as PROG in the environment so it can wrap itself, e.g. description: simluate interrupting a script stdin: timeout --signal SIGINT --preserve-status -- 1s $PROG -c ' actual test script getting ^C after one second... ' Avoiding hard-coded programs in tests with PROG allows testing different shells through `make KSH=/path/to/sh' without changing or adding shell specific tests. While here, make -p and -s as mandatory in usage as ./th `die's if they're not passed (allowing to always just pass -p's argument as PROG). CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/16 02:51:53 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to official 106.0.5249.119-1 patchset CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/16 03:03:09 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-405.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/16 03:03:50 Modified files: devel/ptlib : Makefile devel/ptlib/pkg: PLIST Log message: Disable audio and video support; these are unused by the consummers. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/16 04:19:03 Modified files: regress/bin/ksh: trap.t Log message: move/rename usr1 test to new signal block, tweak other name CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/16 04:44:06 Modified files: regress/bin/ksh: trap.t Log message: Add new trap/errexit/signal test simulating interactive usage First try add capturing use cases like the bin/ksh/main.c r1.52 one: "[...] we would not run the signal trap if, for example, ^C was pressed and -e was set." With so many different factors (errexit?, receiving (special) signals, traps themselves failing/returing non-zero, running child processes?, etc.) it is very easy to miss subtle behaviour changes during scripting... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/16 05:01:48 Modified files: security/py-pykeepass: Makefile distinfo security/py-pykeepass/patches: patch-requirements_txt security/py-pykeepass/pkg: PLIST Log message: Update to py3-pykeepass-4.0.3 to unbreak x11/gnome/secrets runtime. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/16 05:03:29 Modified files: x11/gnome/secrets/patches: patch-gsecrets_utils_py Log message: Add comment; no pkg change. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/16 06:34:13 Modified files: regress/bin/ksh: read.t Log message: Add new failing read/signal test ^C does not abort `read < /dev/zero', instead it read(2)s indefinitely, one null byte at a time; bash and ksh93 from ports abort as expected. Use the new timeout(1) $PROG trick to send ^C after 0.1s, but also rely on it's -k for the final SIGKILL to stop the busy-looping process. ./th's `time-limit: 1' prints "test timed out (limit of 1 seconds)" but leaves the process running. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/16 07:33:10 Modified files: libexec/snmpd/snmpd_metrics: mib.c Log message: don't use | operator where || was intended ok gnezdo@ kn@ martijn@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/16 09:03:39 Modified files: sys/arch/amd64/amd64: bios.c machdep.c pmap.c sys/arch/amd64/conf: GENERIC files.amd64 sys/arch/amd64/include: pmap.h sys/dev/efi : efi.h Added files: sys/arch/amd64/amd64: efi_machdep.c Log message: Add the guts for EFI runtime services support on amd64. This will be used in the future to implement support for things like EFI variables. ok krw@ (a few others ok'ed earlier incarnations of this diff) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/10/16 09:41:27 Modified files: dist/fontconfig: Makefile.am README Tools.mk configure.ac fonts.conf.in meson.build meson_options.txt dist/fontconfig/conf.d: 60-latin.conf Makefile.am meson.build dist/fontconfig/doc: FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicUnlock.3 FcBlanksAdd.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksIsMember.3 FcCacheCopySet.3 FcCacheCreateTagFile.3 FcCacheDir.3 FcCacheNumFont.3 FcCacheNumSubdir.3 FcCacheSubdir.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetCount.3 FcCharSetCoverage.3 FcCharSetCreate.3 FcCharSetDelChar.3 FcCharSetDestroy.3 FcCharSetEqual.3 FcCharSetFirstPage.3 FcCharSetHasChar.3 FcCharSetIntersect.3 FcCharSetIntersectCount.3 FcCharSetIsSubset.3 FcCharSetMerge.3 FcCharSetNew.3 FcCharSetNextPage.3 FcCharSetSubtract.3 FcCharSetSubtractCount.3 FcCharSetUnion.3 FcConfigAppFontAddDir.3 FcConfigAppFontAddFile.3 FcConfigAppFontClear.3 FcConfigBuildFonts.3 FcConfigCreate.3 FcConfigDestroy.3 FcConfigEnableHome.3 FcConfigFileInfoIterGet.3 FcConfigFileInfoIterInit.3 FcConfigFileInfoIterNext.3 FcConfigFilename.3 FcConfigGetBlanks.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetConfigDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCurrent.3 FcConfigGetFilename.3 FcConfigGetFontDirs.3 FcConfigGetFonts.3 FcConfigGetRescanInterval.3 FcConfigGetSysRoot.3 FcConfigHome.3 FcConfigParseAndLoad.3 FcConfigParseAndLoadFromMemory.3 FcConfigReference.3 FcConfigSetCurrent.3 FcConfigSetRescanInterval.3 FcConfigSetSysRoot.3 FcConfigSubstitute.3 FcConfigSubstituteWithPat.3 FcConfigUptoDate.3 FcDefaultSubstitute.3 FcDirCacheClean.3 FcDirCacheCreateUUID.3 FcDirCacheDeleteUUID.3 FcDirCacheLoad.3 FcDirCacheLoadFile.3 FcDirCacheRead.3 FcDirCacheRescan.3 FcDirCacheUnlink.3 FcDirCacheUnload.3 FcDirCacheValid.3 FcDirSave.3 FcDirScan.3 FcFileIsDir.3 FcFileScan.3 FcFini.3 FcFontList.3 FcFontMatch.3 FcFontRenderPrepare.3 FcFontSetAdd.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcFontSort.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryAll.3 FcFreeTypeQueryFace.3 FcGetDefaultLangs.3 FcGetLangs.3 FcGetVersion.3 FcInit.3 FcInitBringUptoDate.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInitReinitialize.3 FcIsLower.3 FcIsUpper.3 FcLangGetCharSet.3 FcLangNormalize.3 FcLangSetAdd.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetCopy.3 FcLangSetCreate.3 FcLangSetDel.3 FcLangSetDestroy.3 FcLangSetEqual.3 FcLangSetGetLangs.3 FcLangSetHasLang.3 FcLangSetHash.3 FcLangSetSubtract.3 FcLangSetUnion.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixInit.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcNameConstant.3 FcNameGetConstant.3 FcNameGetObjectType.3 FcNameParse.3 FcNameRegisterConstants.3 FcNameRegisterObjectTypes.3 FcNameUnparse.3 FcNameUnregisterConstants.3 FcNameUnregisterObjectTypes.3 FcObjectSetAdd.3 FcObjectSetBuild.3 FcObjectSetCreate.3 FcObjectSetDestroy.3 FcPatternAdd-Type.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternBuild.3 FcPatternCreate.3 FcPatternDel.3 FcPatternDestroy.3 FcPatternDuplicate.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternFindIter.3 FcPatternFormat.3 FcPatternGet-Type.3 FcPatternGet.3 FcPatternGetWithBinding.3 FcPatternHash.3 FcPatternIterEqual.3 FcPatternIterGetObject.3 FcPatternIterGetValue.3 FcPatternIterIsValid.3 FcPatternIterNext.3 FcPatternIterStart.3 FcPatternIterValueCount.3 FcPatternObjectCount.3 FcPatternPrint.3 FcPatternReference.3 FcPatternRemove.3 FcRangeCopy.3 FcRangeCreateDouble.3 FcRangeCreateInteger.3 FcRangeDestroy.3 FcRangeGetDouble.3 FcStrBasename.3 FcStrBuildFilename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrCopy.3 FcStrCopyFilename.3 FcStrDirname.3 FcStrDowncase.3 FcStrFree.3 FcStrListCreate.3 FcStrListDone.3 FcStrListFirst.3 FcStrListNext.3 FcStrPlus.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetCreate.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrSetEqual.3 FcStrSetMember.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcToLower.3 FcUcs4ToUtf8.3 FcUtf16Len.3 FcUtf16ToUcs4.3 FcUtf8Len.3 FcUtf8ToUcs4.3 FcValueDestroy.3 FcValueEqual.3 FcValuePrint.3 FcValueSave.3 FcWeightFromOpenType.3 FcWeightFromOpenTypeDouble.3 FcWeightToOpenType.3 FcWeightToOpenTypeDouble.3 fcconfig.fncs fontconfig-devel.txt fontconfig-user.html fontconfig-user.txt fonts-conf.5 dist/fontconfig/doc/fontconfig-devel: fcatomiccreate.html fcatomicdeletenew.html fcatomicdestroy.html fcatomiclock.html fcatomicnewfile.html fcatomicorigfile.html fcatomicreplaceorig.html fcatomicunlock.html fcblanksadd.html fcblankscreate.html fcblanksdestroy.html fcblanksismember.html fccachecopyset.html fccachecreatetagfile.html fccachedir.html fccachenumfont.html fccachenumsubdir.html fccachesubdir.html fcconfigfileinfoiterget.html fcconfigfileinfoiterinit.html fcconfigfileinfoiternext.html fcdircacheclean.html fcdircachecreateuuid.html fcdircachedeleteuuid.html fcdircacheload.html fcdircacheloadfile.html fcdircacheread.html fcdircacherescan.html fcdircacheunlink.html fcdircacheunload.html fcdircachevalid.html fcdirsave.html fcdirscan.html fcfileisdir.html fcfilescan.html fcislower.html fcisupper.html fcnameconstant.html fcnamegetconstant.html fcnamegetobjecttype.html fcnameregisterconstants.html fcnameregisterobjecttypes.html fcnameunregisterconstants.html fcnameunregisterobjecttypes.html fcstrbasename.html fcstrbuildfilename.html fcstrcmp.html fcstrcmpignorecase.html fcstrcopy.html fcstrcopyfilename.html fcstrdirname.html fcstrdowncase.html fcstrfree.html fcstrlistcreate.html fcstrlistdone.html fcstrlistfirst.html fcstrlistnext.html fcstrplus.html fcstrsetadd.html fcstrsetaddfilename.html fcstrsetcreate.html fcstrsetdel.html fcstrsetdestroy.html fcstrsetequal.html fcstrsetmember.html fcstrstr.html fcstrstrignorecase.html fctolower.html fcucs4toutf8.html fcutf16len.html fcutf16toucs4.html fcutf8len.html fcutf8toucs4.html fcweightfromopentype.html fcweightfromopentypedouble.html fcweighttoopentype.html fcweighttoopentypedouble.html t1.html x103.html dist/fontconfig/fc-cache: meson.build dist/fontconfig/fc-case: CaseFolding.txt fccase.h dist/fontconfig/fc-conflist: fc-conflist.1 fc-conflist.sgml dist/fontconfig/fc-lang: README dist/fontconfig/fc-list: fc-list.c dist/fontconfig/fontconfig: fontconfig.h dist/fontconfig/po: Makevars fontconfig.pot zh_CN.po dist/fontconfig/po-conf: Makevars fontconfig-conf.pot zh_CN.po dist/fontconfig/src: fcatomic.h fccache.c fccfg.c fccharset.c fcfreetype.c fcint.h fcmatch.c fcpat.c fcserialize.c fcstat.c fcstdint.h fcstr.c fcxml.c dist/fontconfig/test: Makefile.am run-test-conf.sh run-test.sh test-conf.c test-pthread.c lib/fontconfig/conf.d: Makefile lib/fontconfig/pc: Makefile Added files: dist/fontconfig/conf.d: 48-spacing.conf dist/fontconfig/meson-cc-tests: stdatomic-primitives-test.c dist/fontconfig/test: test-issue-286.json wrapper-script.sh Log message: Update to fontconfig 2.14. Tested and ok gkoehler@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/10/16 09:41:50 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.arm64 md.armv7 md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.powerpc64 md.riscv64 md.sparc64 mi distrib/sets/lists/xetc: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: tim@cvs.openbsd.org 2022/10/16 09:59:04 Modified files: databases/sqlcipher: Makefile distinfo Log message: Update to sqlcipher 4.5.2 OK sthen@, maintainer timeout CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/16 10:16:37 Modified files: sys/uvm : uvm_extern.h uvm_map.c uvm_map.h Log message: Rather than marking MAP_STACK on entries for sigaltstack() [2 days ago], go back to the old approach: using a new anon mapping because it removes any potential gadgetry pre-placed in the region (by making it zero). But also bring in a few more validation checks beyond contigious mapping -- it must not be a syscall region, and the protection must be precisely RW. This does allow sigaltstack() to shoot zero'd MAP_STACK non-immutable regions into the main stack area (which will soon be immutable). I am not sure we can keep reinforce immutable on the region after we do stack (like maybe determine this while doing the validation entry walk?) Sadly, continued support for sigaltstack() does require selecting the guessed best compromise. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/16 10:27:02 Modified files: sys/kern : kern_sig.c Log message: Rather than marking MAP_STACK on entries for sigaltstack() [2 days ago], go back to the old approach: using a new anon mapping because it removes any potential gadgetry pre-placed in the region (by making it zero). But also bring in a few more validation checks beyond contigious mapping -- it must not be a syscall region, and the protection must be precisely RW. This does allow sigaltstack() to shoot zero'd MAP_STACK non-immutable regions into the main stack area (which will soon be immutable). I am not sure we can keep reinforce immutable on the region after we do stack (like maybe determine this while doing the validation entry walk?) Sadly, continued support for sigaltstack() does require selecting the guessed best compromise. ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/10/16 10:55:35 Modified files: lib/libXft : ChangeLog Makefile.in NEWS README.md compile configure configure.ac lib/libXft/include/X11/Xft: Xft.h.in lib/libXft/man : Makefile.am Makefile.in Xft.man lib/libXft/src : xftcolor.c xftcore.c xftdpy.c xftdraw.c xftextent.c xftfont.c xftfreetype.c xftglyphs.c xftinit.c xftint.h xftlist.c xftname.c xftrender.c xftstr.c xftxlfd.c Added files: lib/libXft/man : XftCharExists.man XftCharFontSpecRender.man XftCharIndex.man XftCharSpecRender.man XftColorAllocName.man XftColorAllocValue.man XftColorFree.man XftDefaultHasRender.man XftDefaultSet.man XftDefaultSubstitute.man XftDrawChange.man XftDrawCharFontSpec.man XftDrawCharSpec.man XftDrawColormap.man XftDrawCreate.man XftDrawCreateAlpha.man XftDrawCreateBitmap.man XftDrawDestroy.man XftDrawDisplay.man XftDrawDrawable.man XftDrawGlyphFontSpec.man XftDrawGlyphSpec.man XftDrawGlyphs.man XftDrawPicture.man XftDrawRect.man XftDrawSetClip.man XftDrawSetClipRectangles.man XftDrawSetSubwindowMode.man XftDrawSrcPicture.man XftDrawString16.man XftDrawString32.man XftDrawString8.man XftDrawStringUtf16.man XftDrawStringUtf8.man XftDrawVisual.man XftFontCheckGlyph.man XftFontClose.man XftFontCopy.man XftFontInfoCreate.man XftFontInfoDestroy.man XftFontInfoEqual.man XftFontInfoHash.man XftFontLoadGlyphs.man XftFontMatch.man XftFontOpen.man XftFontOpenInfo.man XftFontOpenName.man XftFontOpenPattern.man XftFontOpenXlfd.man XftFontUnloadGlyphs.man XftGetVersion.man XftGlyphExtents.man XftGlyphFontSpecRender.man XftGlyphRender.man XftGlyphSpecRender.man XftInit.man XftInitFtLibrary.man XftListFonts.man XftLockFace.man XftNameParse.man XftNameUnparse.man XftTextExtents16.man XftTextExtents32.man XftTextExtents8.man XftTextExtentsUtf16.man XftTextExtentsUtf8.man XftTextRender16.man XftTextRender16BE.man XftTextRender16LE.man XftTextRender32.man XftTextRender32BE.man XftTextRender32LE.man XftTextRender8.man XftTextRenderUtf16.man XftTextRenderUtf8.man XftUnlockFace.man XftXlfdParse.man Log message: Update to libXft 2.3.6 - bug fixes + new manual pages. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/10/16 10:56:12 Modified files: distrib/sets/lists/xshare: mi Log message: update CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2022/10/16 11:19:27 Modified files: . : 72.html Log message: Add some more fdisk(8) changes, correct a typo. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/10/16 11:33:56 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/16 12:16:00 Modified files: archivers/xz : Makefile distinfo archivers/xz/patches: patch-config_h_in Added files: archivers/xz/patches: patch-src_common_tuklib_cpucores_c Removed files: archivers/xz/patches: patch-src_scripts_xzgrep_in patch-src_xz_file_io_c Log message: archivers/xz: update to 5.2.7 More comprehensive xzgrep fixes and miscellaneous small improvements. CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2022/10/16 12:23:44 Modified files: sys/dev/wscons : wsmouse.c Log message: Fix a bug in the initialization mechanism of wsmouse. The CONFIGURED flag, which indicates that first-time initialization has been completed, must be set immediately after the first call to wstpad_configure. Otherwise, passing touchpad parameters to the initialization function has no effect for some of them. CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2022/10/16 14:17:08 Modified files: sys/dev/hid : hidmt.c Log message: Improve the clickpad/touchpad detection in hidmt. If the HID descriptors don't provide a HUD_BUTTON_TYPE property, hidmt should treat all devices as clickpads if they report a "clickpad button", or don't report to have both a left and right external button. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/16 14:57:16 Log message: Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs. ok to import op@ Status: Vendor Tag: kmos Release Tags: kmos_20221016 N ports/www/py-requests-file/Makefile N ports/www/py-requests-file/distinfo N ports/www/py-requests-file/pkg/DESCR N ports/www/py-requests-file/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/16 14:58:08 Modified files: www : Makefile Log message: Hook py-requests-file up to build CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2022/10/16 17:41:15 Modified files: dist/fontconfig/src: fcserialize.c Log message: don't assume the tree is compiled only with c99 compilers. or, invest the time to solve that. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/17 00:20:18 Modified files: lang/rust : Makefile distinfo Log message: lang/rust: update sparc64 bootstrap and unbreak it sparc64 bootstrap from kmos@, thanks ! CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/10/17 04:59:42 Modified files: usr.bin/tmux : session.c Log message: Preserve marked pane when renumbering windows. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/17 05:02:20 Modified files: www/nextcloud/24: Makefile distinfo www/nextcloud/24/pkg: PLIST Log message: Update for Nextcloud to 24.0. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/17 05:03:20 Modified files: www/nextcloud/pkg: README Log message: Add "core" chunk for httpd.conf from Mark Patruck, Thanks! CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/17 05:04:31 Modified files: www/nextcloud/23: Makefile distinfo www/nextcloud/23/pkg: PLIST Log message: Update for Nextcloud to 23.0.10 OK landry@ & Adriano Barbosa Thanks! CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2022/10/17 05:07:27 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/patches: patch-setup_py www/yt-dlp/pkg : PLIST Log message: update to 2022.10.04 changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2022.10.04 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/17 05:09:40 Modified files: security/openssl-ruby-tests: Makefile distinfo Log message: Update to openssl-ruby-tests 20221017 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/17 06:01:19 Modified files: usr.sbin/bgpctl: Makefile bgpctl.c bgpctl.h output.c output_json.c parser.c parser.h Added files: usr.sbin/bgpctl: ometric.c ometric.h output_ometric.c Log message: Implement openmetric output via bgpctl show metric command This adds most of the generic code to output the metrics with labels and implements some basic metrics. The code works but metrics may still change. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/17 07:23:31 Modified files: usr.sbin/bgplgd: bgplgd.c Log message: Add /metrics endpoint which outputs stats in openmetrics format. This uses `bgpctl show metric` to produce the payload. OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/17 08:45:57 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-configure Removed files: editors/libreoffice/patches: patch-vcl_unx_generic_window_salframe_cxx Log message: update to 7.4.2.3 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2022/10/17 08:49:02 Modified files: sys/kern : uipc_usrreq.c sys/net : pfkeyv2.c rtsock.c sys/netinet : ip_divert.c ip_divert.h ip_gre.c ip_var.h raw_ip.c tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h sys/netinet6 : ip6_divert.c ip6_divert.h ip6_var.h raw_ip6.c sys/sys : protosw.h unpcb.h Log message: Change pru_abort() return type to the type of void and make pru_abort() optional. We have no interest on pru_abort() return value. We call it only from soabort() which is dummy pru_abort() wrapper and has no return value. Only the connection oriented sockets need to implement (*pru_abort)() handler. Such sockets are tcp(4) and unix(4) sockets, so remove existing code for all others, it doesn't called. ok guenther@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/17 09:04:12 Modified files: usr.sbin/bgpctl: bgpctl.8 parser.c Log message: Use metrics as the command name and document show metrics. OK tb@ CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2022/10/17 09:18:50 Modified files: . : arm64.html Log message: Fix broken links for Orange Pi and FriendlyElec. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/17 09:42:19 Modified files: usr.sbin/bgplgd: bgplgd.8 bgplgd.c Log message: Document /metrics endpoint and use bgpctl show metrics as command. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/17 10:51:36 Modified files: usr.sbin/bgpctl: bgpctl.c parser.c parser.h Log message: SHOW_METRICS for the actions enum. Just to match the rest. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/17 11:15:47 Modified files: security/libksba: Makefile distinfo Log message: SECURITY UPDATE to libksba-1.6.2 Fix integer overflow in the CRL parser (CVE-2022-3515) https://www.gnupg.org/blog/20221017-pepe-left-the-ksba.html ok tb@ pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/17 11:19:04 Modified files: security/libksba: Tag: OPENBSD_7_2 Makefile distinfo Log message: MFC: SECURITY UPDATE to libksba-1.6.2 Fix integer overflow in the CRL parser (CVE-2022-3515) https://www.gnupg.org/blog/20221017-pepe-left-the-ksba.html The -current diff was ok tb@ pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/17 11:22:04 Modified files: security/libksba: Tag: OPENBSD_7_1 Makefile distinfo Log message: MFC: SECURITY UPDATE to libksba-1.6.2 Fix integer overflow in the CRL parser (CVE-2022-3515) https://www.gnupg.org/blog/20221017-pepe-left-the-ksba.html The -current diff was ok tb@ pea@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/17 12:03:16 Modified files: lib/libcrypto/asn1: tasn_enc.c Log message: Unbreak ASN.1 indefinite length encoding. In r1.25 of tasn_enc.c a check was added to ensure that asn1_ex_i2c() returned the same value on both calls, however in the ndef case the len variable gets changed between calls. Keep a copy of the original value to test against. Issue reported by niklas, who encountered a test failure in rust-openssl. ok miod@ tb@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2022/10/17 12:06:22 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update lang/go to 1.19.2. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/17 12:26:41 Modified files: lib/libcrypto/bio: b_dump.c Log message: Avoid potential divide by zero in BIO_dump_indent_cb() Passing an indent value of 67 results in DUMP_WIDTH_LESS_IDENT returning a value of zero, which is promptly used for division. Likewise, passing a value larger than 67 results in a negative value being returned. Prevent this by limiting indent to 64 (which matches OpenSSL's current behaviour), as well as ensuring that dump_width is > 0. Should fix oss-fuzz #52464 and #52467. ok miod@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/17 12:36:52 Modified files: regress/lib/libcrypto/x509: verify.c Log message: Ensure that verification results in the expected error and error depth. Improve verification regress and ensure that the legacy or modern verification completes with the expected error and error depth. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/17 12:44:36 Modified files: regress/lib/libcrypto/x509: expirecallback.c Log message: Revise expire callback regress to use chains with expired certificates. Rather than using X509_STORE_CTX_set_time() (which is resulting all certificates in the chain being treated as expired), use chains that have an expired leaf or expired intermediate. This triggers a different code path, which is currently mishandled (and hence failing). Also ensure that the resulting error and error depth match what we expect them to be. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/17 12:49:06 Modified files: sys/arch/sparc64/sparc64: ofw_machdep.c Log message: Fix "map" OpenFirmware call. It does not return a value according to the IEEE 1275 specification. Based on a diff provided by Harald Gutch (hgutch@netbsd). Also see NetBSD PR#56829. ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/17 12:55:20 Modified files: sys/arch/sparc64/stand/ofwboot: Locore.c Log message: Fix "map" OpenFirmware call. It does not return a value according to the IEEE 1275 specification. This should fix booting on machines that would fail with something like: OF_map_phys(3fe44000,8192,fed58000,-1) failed no space for symbol table Program terminated Based on a diff provided by Harald Gutch (hgutch@netbsd). Also see NetBSD PR#56829. There were (and still are) some questions about whether this diff breaks the blade1.5k. However the failure in question might have been hardware related and subsequent testing of the equivalent kernel diff (which was just committed) was successful. So committing this in the hope it sticks to ease testing. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/10/17 12:56:54 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Store errors that result from leaf certificate verification. In the case that a verification callback is installed that tells the verifier to continue when a certificate is invalid (e.g. expired), any error resulting from the leaf certificate verification is not stored and made available post verification, resulting in an incorrect error being returned. Also perform leaf certificate verification prior to adding the chain, which avoids a potential memory leak (as noted by tb@). Issue reported by Ilya Shipitsin, who encountered haproxy regress failures. ok tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/17 13:09:46 Modified files: sys/dev/fdt : acrtc.c exrtc.c gfrtc.c imxrtc.c mvrtc.c plrtc.c sxirtc.c Log message: Convert more drivers to use todr_attach(). The quality of the RTC is set such that "discrete" RTC chips are preferred over RTCs integrated on a SoC. ok deraadt@, miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/17 13:51:54 Modified files: sys/arch/riscv64/riscv64: pmap.c Log message: Implement uncached mappings on the StarFive JH7100 SoC, where the hardware provides allows bypassing the L2 cache by using a physical address alias. ok miod@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/17 17:19:36 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-Makefile_in patch-libpng_pc_in graphics/png/pkg: PLIST Log message: graphics/png: update to 1.6.38 * Fixed various errors in the handling of tRNS, hIST and eXIf. * Implemented many stability improvements across all platforms. from Brad CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/17 18:46:43 Modified files: games/devilutionx: Makefile Added files: games/devilutionx/patches: patch-CMakeLists_txt patch-CMake_FindSDL2_cmake Log message: fix build with sdl2 2.24.1 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/17 18:48:10 Modified files: games/warzone2100: Makefile Log message: fix build with sdl2 2.24.1 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/17 18:56:38 Modified files: devel/sdl2 : Makefile distinfo devel/sdl2/patches: patch-Makefile_in patch-sdl2-config_in patch-sdl2_pc_in patch-src_SDL_c patch-src_joystick_SDL_gamecontrollerdb_h patch-src_joystick_bsd_SDL_bsdjoystick_c devel/sdl2/pkg : PLIST Removed files: devel/sdl2/patches: patch-sdl2-config_cmake_in patch-src_filesystem_unix_SDL_sysfilesystem_c Log message: update to SDL 2.24.1. changelog: https://github.com/libsdl-org/SDL/releases/tag/release-2.24.1 Thanks to brad for initial diffs this update was built on, namn@ for finding the fix for X360-like gamecontrollers. Survived i386 bulk build by sthen, thanks! CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2022/10/17 19:50:33 Modified files: net/minio/server: Makefile distinfo modules.inc Log message: Update to minio-0.20221015 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2022/10/17 20:02:03 Modified files: net/minio/client: Makefile distinfo modules.inc Log message: Update to minioc-0.20221012 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/18 00:06:37 Modified files: devel/ptlib : Makefile Log message: Missed bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/18 00:17:57 Modified files: devel/ptlib : Makefile devel/ptlib/pkg: PLIST Log message: Revert previous; h323plus needs video support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/18 00:23:56 Modified files: textproc/libical: Makefile distinfo Log message: Update to libical-3.0.16. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/18 00:56:42 Modified files: sbin/bioctl : bioctl.c Log message: Hoist common Volume, Status, Size and Device columns in format strings Only the RAID level itself with level specific values in the end differs. OK jsing CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/18 01:04:20 Modified files: sys/dev/pci : mpii.c share/man/man4 : mpii.4 sbin/bioctl : bioctl.c Log message: Document and report mpii(4) RAID 1E as such At least the built-in controller on sparc64 T4-2 machines supports 1E from which OpenBSD boots just fine, but bioctl(8) reports it as RAID 10: mpii0 at pci15 dev 0 function 0 "Symbios Logic SAS2008" rev 0x03: msi mpii0: Solana On-Board, firmware 9.0.0.0 IR, MPI 2.0 scsibus1 at mpii0: 834 targets sd0 at scsibus1 targ 0 lun 0: naa.600508e0000000006cd1dcd59022a30a sd0: 713824MB, 512 bytes/sector, 1461911552 sectors root on sd0a (efde5b2c6ab7b8ac.a) swap on sd0b dump on sd0b # bioctl mpii0 Volume Status Size Device mpii0 0 Online 748498714112 sd0 RAID10 0 Online 500107861504 0:2.0 noencl 1 Online 500107861504 0:1.0 noencl 2 Online 500107861504 0:0.0 noencl mpii(4) simply munged 1E into 10. Report it as 0x1E just like softraid(4) RAID 1C is 0x1C internally: # ./obj/bioctl mpii0 | grep RAID mpii0 0 Online 748498714112 sd0 RAID1E OK jsing CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/18 02:22:19 Modified files: sys/arch/macppc/dev: awacs.c i2s.c sys/dev : audio_if.h sys/dev/isa : ad1848.c ess.c gus.c sbdsp.c sys/dev/pci : auacer.c auglx.c auich.c auixp.c autri.c auvia.c azalia.c cmpci.c cs4280.c cs4281.c eap.c emuxki.c envy.c esa.c eso.c fms.c maestro.c neo.c sv.c yds.c sys/dev/tc : bba.c Log message: Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} AUDIO_PROP_FULLDUPLEX is the only audio(9) in use, the other two died with commit 1cf2860827c8ca659d8097d8da94a5ae5b888c53 Author: ratchov Date: Thu Jun 25 06:43:45 2015 +0000 Reimplement the audio driver in a simpler way, removing unused/unusable functionality. Same API and ABI except for the removed bits and no behaviour change for programs using libsndio. With help from armani@ and mpi@, thanks. but remained defined and set in drivers. and the following merely moved them when they were dead code already: commit 9215aa3dfad387bca877a805534df6dcfe8722eb Author: ratchov Date: Wed Aug 31 07:22:43 2016 +0000 Delete unused ioctls and associated macros. Move macros that are still used internally by low-level drivers from sys/audioio.h to dev/audio_if.h instead of deleting them. None of this is used in base or ports; codesearch.debian.net only shows AUDIO_PROP_{CAPTURE,PLAYBACK} in firefox-esr, mozjs and cubeb. ratchov points out that audio_if.h and audioio.h are private interfaces and the codesearch shows SunOS and NetBSD bits (#ifdef'd out on OpenBSD). OK ratchov CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2022/10/18 03:01:53 Modified files: graphics/py-pyx: Makefile distinfo graphics/py-pyx/patches: patch-setup_cfg graphics/py-pyx/pkg: PLIST Removed files: graphics/py-pyx/patches: patch-setup_py Log message: Update to py-pyx-0.16. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/18 03:12:26 Modified files: security/openssl-ruby-tests: Makefile distinfo Log message: openssl-ruby-tests: update to a later commit CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/10/18 03:30:29 Modified files: usr.sbin/bgpctl: bgpctl.c mrtparser.c usr.sbin/bgpd : kroute.c rtr.c Log message: Fix some spelling errors Thanks Marco D'Itri for spotting them OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/18 03:45:02 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-4.7 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/18 04:17:56 Modified files: sys/dev/efi : efi.h Log message: Add definitions for runtime services related to EFI variables and system reset. ok krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/18 04:34:00 Modified files: devel/py-isort : Makefile distinfo devel/py-isort/pkg: PLIST Log message: update to py3-isort-5.10.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/18 04:59:24 Modified files: math/libqalculate: Makefile distinfo math/libqalculate/pkg: PLIST Log message: update to libqalculate-4.4.0 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/18 05:57:08 Modified files: security/libksba: Makefile Log message: Take over maintainer Since I maintain security/gnupg, the sole consumer of libksba in ports. ok pea@ (former maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/18 06:24:51 Modified files: usr.sbin/bgpd : session.c Log message: Initalize last_updown in init_peer() so that it is reported correctly for peers that never managed to establish a connection. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/18 06:28:36 Modified files: usr.sbin/bgpctl: output_ometric.c Log message: Switch from up/down time to time of last change. Having metrics depend on session state makes reporting more complex. This now reports the number of seconds a session was up or down. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/18 08:03:39 Modified files: usr.sbin/rpki-client: http.c Log message: Copy port to proxyport since the sting may point into memory that is freed. Should fix https://github.com/rpki-client/rpki-client-portable/issues/74 Reported by Ben Castricum OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:30:02 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla/mozilla.port.mk: assorted cleanup for gecko 106 - bump nss/nspr dependencies - tidy up WANTLIB, factorize some from consumer ports - move devel/m4 BDEP to the module - factorize CONFIGURE_ENV for M4 detection CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:35:26 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-security_manager_pki_resources_content_exceptionDialog_js patch-xpcom_build_BinaryPath_h www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp patch-dom_ipc_moz_build Log message: www/mozilla-firefox: update to 106.0. see https://www.mozilla.org/en-US/firefox/106.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-44/ - tidy up WANTLIB - update patch from #1790419 with what was upstreamed, this way sysctl(KERN_PROC_ARGS) is called before pledge() and cached for later use. No change in pledge configs sadly since ps is still needed for other cases.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:37:18 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 102.4.0. see https://www.mozilla.org/en-US/firefox/102.4.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-45/ - bring CPPFLAGS=-Wno-backend-plugin to silence warnings from clang profiling - tidy up WANTLIB CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:37:53 Modified files: www/seamonkey : Makefile Log message: www/seamonkey: tidy up WANTLIB and bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:39:19 Modified files: mail/mozilla-thunderbird: Makefile Log message: mail/mozilla-thunderbird: tidy up WANTLIB and bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:41:25 Modified files: www/tor-browser/browser: Makefile Log message: www/tor-browser/browser: tidy up WANTLIB and bump REVISION even if still BROKEN because of rust update.. discussed with caspar@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:43:44 Modified files: www/firefox-esr: Tag: OPENBSD_7_2 Makefile distinfo Log message: www/firefox-esr: MFC update to 102.4.0. see https://www.mozilla.org/en-US/firefox/102.4.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-45/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:44:43 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_2 Makefile distinfo Log message: www/mozilla-firefox: backport update to 106.0. see https://www.mozilla.org/en-US/firefox/106.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-45/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:49:44 Log message: Import mail/meli git master, versionned meli-0.7.2pl20221017 Terminal email client with support for multiple accounts and Maildir / mbox / notmuch / IMAP / JMAP. www: https://meli.delivery/ backport https://github.com/rust-lang/libc/pull/2965 from semarie@ to properly fix https://git.meli.delivery/meli/meli/issues/159 patched out bin/false usage in default config as found out by sthen@ ok lraab@ sthen@ Status: Vendor Tag: landry Release Tags: landry_20221018 N ports/mail/meli/Makefile N ports/mail/meli/distinfo N ports/mail/meli/crates.inc N ports/mail/meli/patches/patch-src_conf_rs N ports/mail/meli/patches/patch-modcargo-crates_libc-0_2_126_src_unix_bsd_netbsdlike_openbsd_mod_rs N ports/mail/meli/patches/patch-src_conf_composing_rs N ports/mail/meli/pkg/PLIST N ports/mail/meli/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/18 08:50:16 Modified files: mail : Makefile Log message: +meli CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2022/10/18 08:55:19 Modified files: regress/lib/libcrypto/man: check_complete.pl Log message: Remove references to four definitions that tb@ deleted in x509.h rev. 1.89 on Jan 10, 2022: X509_EX_V_INIT X509_EX_V_NETSCAPE_HACK X509_EXT_PACK_STRING X509_EXT_PACK_UNKNOWN. Mark BN_set_params and BN_get_params as deprecated, unused, and intentionally undocumented. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/18 09:12:13 Modified files: sys/arch/arm64/dev: aplcpu.c Log message: No longer match on "apple,cluster-cpufreq" compatible string. ok miod@, kn@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2022/10/18 10:07:59 Modified files: sys/dev/i2c : ds1307.c Log message: Add support for the DS1339 RTC, like found on the PiJuice. From Michal Mynar -- Thanks! ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/18 11:05:03 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-42.4. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/18 11:59:23 Modified files: math/blas : Makefile math/lapack : Makefile Log message: Use https for netlib.org MASTER_SITES and HOMEPAGE ok steven@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/18 11:59:47 Modified files: textproc/diffstat: Makefile distinfo Log message: Update to diffstat-1.65 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/18 13:38:40 Modified files: net/libfilezilla: Makefile distinfo Log message: Update to libfilezilla-0.39.2 Changes: https://lib.filezilla-project.org/ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/18 13:39:16 Modified files: security/rhash : Makefile distinfo security/rhash/patches: patch-Makefile patch-configure Log message: Update to rhash-1.4.3 Changes: https://rhash.sourceforge.net/changelog.php Bump minor of shared lib because of some additions. CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/18 22:33:30 Modified files: faq : current.html Log message: Forgot to completely clean the file while rolling it. Do so now. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2022/10/19 01:34:00 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.38.1. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/19 01:42:55 Modified files: www/gotosocial : Makefile distinfo modules.inc www/gotosocial/pkg: PLIST Log message: update www/gotosocial to 0.5.2 diff from Hakudan (MAINTAINER), thanks! Some tweaks on top: reset REVISION, fix some whitespaces and annotate that regress is expected to fail due to some missing go libraries. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/19 01:57:49 Modified files: sys/dev/isa : pas.c ess.c Log message: Constify string tables Each only used one for a printf() call in *_attach(). Seen while tweaking their *_hw_if struct. OK gnezdo ratchov CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/19 01:59:26 Modified files: sys/arch/arm64/dev: aplmca.c Log message: Constify audio_hw_if struct The only driver with a non-const audio(9) struct. OK gnezdo CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/19 02:24:14 Modified files: distrib/miniroot: install.sub Log message: Get rid of useless/confusing subshell Other function, same stuff like r1.1210 except here there `>/dev/null 2>&1' hammer is required to silence the ls(1) test. The make_dev() call is no longer silenced now but does not print on stdout anyway; if making the device fails we'd like to know. Otherwise if probing the disk fails it continues to be silenced. (cvs diff -w -U1) |@@ -2311,3 +2311,2 @@ is_rootdisk() { | |- ( | make_dev $_d |@@ -2322,6 +2321,6 @@ is_rootdisk() { | umount /mnt |- fi |+ fi >/dev/null 2>&1 | rm -f /dev/{r,}$_d? |+ | return $_rc |- ) >/dev/null 2>&1 | } OK halex CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/19 03:11:26 Modified files: sys/dev/usb : uaudio.c sys/dev/pci : maestro.c Log message: Constify global tables only used in lookups, OK ratchov CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/19 03:48:08 Modified files: security/qdigidoc4: Makefile Log message: PR got merged, keep track CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/19 05:17:04 Modified files: textproc/py-tinycss2: Makefile distinfo Log message: update to py3-tinycss2-1.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/19 05:19:53 Modified files: textproc/py-webencodings: Makefile textproc/py-webencodings/pkg: PLIST Log message: use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/19 05:23:23 Modified files: textproc/py-patiencediff: Makefile distinfo textproc/py-patiencediff/pkg: DESCR Log message: update to py3-patiencediff-0.2.6 add a note in DESCR on how to run this from the command-line rather than as part of a Python program (python3 -m patiencediff file_a file_b) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/19 05:36:34 Modified files: net/arp-scan : Makefile distinfo Log message: bump the version for arp-scan, a previous commit was tagged but not marked as a release in github so I (and portroach) missed it CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/19 05:39:38 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-LibreNMS_Config_php patch-daily_sh net/librenms/pkg: PLIST Log message: update to librenms-22.10.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/19 05:50:06 Modified files: databases/citus: Makefile distinfo databases/citus/pkg: PLIST Added files: databases/citus/patches: patch-Makefile Log message: update to citus-11.1.3 and fix up tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/19 05:53:43 Modified files: devel/py-tz : Makefile distinfo Log message: update to py3-tz-2022.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/19 06:55:48 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_dig_dig_c Log message: update to isc-bind-9.18.8 CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/19 07:56:03 Modified files: faq : current.html Log message: Revert my improper reversion of kn's change CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/19 07:56:58 Modified files: faq : upgrade72.html Log message: tftpd change was a post-7.2 change added to the rest of the current.html entries. Remove it CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/19 08:02:40 Modified files: faq : upgrade71.html Log message: Uncomment link to 7.2 upgrade instructions CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2022/10/19 09:10:18 Modified files: . : 72.html Log message: Add some more disklabel(8) changes. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/19 09:34:02 Modified files: sys/arch/luna88k/cbus: nec86.c nec86hw.c nec86hwvar.h Log message: Remove audio(9) setfd() stub necsb(4/luna88k) is the only driver that "implements" it... through EIO. Remove it so setfd can be removed from struct audio_hw_if. Prodded by ratchov OK aoyama CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2022/10/19 09:40:16 Modified files: . : 72.html Log message: Add misc disklabel/kernel/biosboot changes. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/19 09:59:21 Modified files: security/gnupg : Makefile distinfo Added files: security/gnupg/patches: patch-dirmngr_server_c Log message: Update to gnupg-2.2.40 ChangeLog: https://dev.gnupg.org/T6181 Test report from op@, thanks! CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2022/10/19 10:21:44 Modified files: mail/mdsort : Makefile distinfo Log message: update to mdsort-11.5.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/19 12:29:36 Modified files: lib/libc/sys : sigaltstack.2 Log message: Document sigaltstack restrictions on OpenBSD. mandoc suggestions & help from jmc CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/19 13:08:25 Modified files: usr.sbin/installboot: loongson_installboot.c Log message: Replace "newfs/fsck_ext2fs" with "newfs/msdos -t ext2fs", constify OK miod CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/19 13:14:17 Modified files: sys/arch/hppa/gsc: harmony.c sys/arch/luna88k/cbus: nec86.c sys/arch/macppc/dev: aoa.c awacs.c daca.c onyx.c snapper.c tumbler.c sys/arch/sparc64/dev: ce4231.c sys/dev/isa : ess.c gus.c pas.c sb.c sys/dev/pci : auacer.c auglx.c auich.c auixp.c autri.c auvia.c azalia.c cmpci.c cs4280.c cs4281.c eap.c emuxki.c envy.c esa.c eso.c fms.c maestro.c neo.c sv.c yds.c sys/dev/sbus : cs4231.c sys/dev/tc : bba.c sys/dev/usb : uaudio.c utvfu.c Log message: Use C99 struct init for struct audio_hw_if This audio(9) struct will lose a member, but drivers init their struct quite inconsistently, most pre-C99 style. Use C99 style everywhere, to get rid of all annoying differences and allow for easy member removals/additions: - don't change current order of members - no explicit NULL members - no comments or blank lines - trailing comma in last member line GENERIC.MP builds fine with this on arm64, amd64, i386 and sparc64. macppc and alpha build-tested by miod OK ratchov miod CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/19 13:59:07 Modified files: share/man/man9 : audio.9 sys/dev : audio.c audio_if.h Log message: Remove unused setfd member from struct audio_hw_if All consumers now use C99 struct init and none of them sets `.setfd'. OK ratchov miod CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2022/10/19 15:04:45 Modified files: etc/rc.d : rc.subr Log message: Drop support for $rcexec; people should now use the rc_exec function. prodded by jsg@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2022/10/19 15:23:31 Modified files: etc : daily Log message: Exclude /tmp/*.shm files from /tmp cleaning in daily(8); removing them interferes with programs using shm_open(3) which uses them as backing files. Problem pointed out by jeremy@ in relation to PostgreSQL. Suggestion/ok tb@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/19 19:16:04 Modified files: usr.sbin/smtpd : smtp_session.c Log message: Display the correct recipient in a Received: header with one recipient. If multiple recipients are specified but only one is valid, use the first entry in the recipient list for the Received: header, not the value from the last "RCPT TO:" command (which could be invalid). From Chris Waddey CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2022/10/19 20:37:39 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update to vultr-cli-2.15.0. From Adriano Barbosa (maintainer); thanks! CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2022/10/19 21:55:40 Modified files: . : alpha.html amd64.html anoncvs.html arm64.html armv7.html errata71.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.2 updates CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2022/10/19 21:57:29 Modified files: . : anoncvs.html support.html build : mirrors.dat support.dat Log message: remove venture37 support and anoncvs entries per owner's request CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/20 01:03:01 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 102.4.0. see https://www.thunderbird.net/en-US/thunderbird/102.4.0/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/20 01:03:33 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 102.4.0. see https://www.thunderbird.net/en-US/thunderbird/102.4.0/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/20 01:14:13 Log message: Import rust-openssl-tests 20221017, ok anton semarie sthen Bundles the source of the rust-openssl crate for regression testing. Status: Vendor Tag: tb Release Tags: tb_20221020 N ports/security/rust-openssl-tests/Makefile N ports/security/rust-openssl-tests/crates.inc N ports/security/rust-openssl-tests/distinfo N ports/security/rust-openssl-tests/pkg/DESCR N ports/security/rust-openssl-tests/pkg/PLIST N ports/security/rust-openssl-tests/patches/patch-openssl-sys_build_main_rs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/20 01:15:21 Modified files: security : Makefile Log message: +rust-openssl-tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 01:25:35 Modified files: net/monitoring-plugins: Makefile distinfo net/monitoring-plugins/patches: patch-configure_ac patch-plugins-scripts_check_ircd_pl patch-plugins_check_http_c Log message: update to monitoring-plugins-2.3.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 01:33:14 Log message: Provide a harness driving rust-openssl's regress tests rust-openssl is an integral part of the Rust ecosystem and more than a dozen ports, including lang/rust itself, depend on it. We need to ensure that it keeps working with LibreSSL. If the rust and rust-openssl-tests packages are installed, create a cargo workspace under obj/ that compiles and runs the rust-openssl regress tests much like what is done for the openssl-ruby tests. This expands our regress coverage: for instance, this would have caught the broken ASN.1 indefinite length encoding caused by asn1/tasn_enc.c r1.25. Positive feedback beck jsing semarie Testing and ok anton Status: Vendor Tag: tb Release Tags: tb_20221020 N src/regress/lib/libssl/rust-openssl/Makefile N src/regress/lib/libssl/rust-openssl/Cargo.toml N src/regress/lib/libssl/rust-openssl/config No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 01:38:05 Modified files: regress/lib/libssl: Makefile Log message: Link rust-openssl to regress CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 02:05:18 Modified files: devel/py-setuptools-rust: Makefile distinfo Log message: update to py3-setuptools-rust-1.5.2 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2022/10/20 02:25:28 Log message: import unbound 1.17.0, ok florian Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_17_0 U src/usr.sbin/unbound/ac_pkg_swig.m4 C src/usr.sbin/unbound/config.guess C src/usr.sbin/unbound/config.h.in U src/usr.sbin/unbound/ax_pthread.m4 U src/usr.sbin/unbound/acx_python.m4 C src/usr.sbin/unbound/configure.ac C src/usr.sbin/unbound/acx_nlnetlabs.m4 C src/usr.sbin/unbound/Makefile.in C src/usr.sbin/unbound/configure U src/usr.sbin/unbound/install-sh U src/usr.sbin/unbound/SECURITY.md U src/usr.sbin/unbound/README.md U src/usr.sbin/unbound/LICENSE U src/usr.sbin/unbound/systemd.m4 U src/usr.sbin/unbound/README-Travis.md C src/usr.sbin/unbound/config.sub U src/usr.sbin/unbound/aclocal.m4 U src/usr.sbin/unbound/ltmain.sh U src/usr.sbin/unbound/validator/val_nsec.c U src/usr.sbin/unbound/validator/val_nsec3.h U src/usr.sbin/unbound/validator/validator.h U src/usr.sbin/unbound/validator/val_anchor.h U src/usr.sbin/unbound/validator/val_utils.c U src/usr.sbin/unbound/validator/validator.c U src/usr.sbin/unbound/validator/val_neg.h U src/usr.sbin/unbound/validator/autotrust.c U src/usr.sbin/unbound/validator/val_kentry.h U src/usr.sbin/unbound/validator/val_sigcrypt.c U src/usr.sbin/unbound/validator/val_kcache.h U src/usr.sbin/unbound/validator/val_nsec.h U src/usr.sbin/unbound/validator/val_anchor.c U src/usr.sbin/unbound/validator/val_utils.h U src/usr.sbin/unbound/validator/val_secalgo.c U src/usr.sbin/unbound/validator/val_kcache.c U src/usr.sbin/unbound/validator/val_secalgo.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/autotrust.h U src/usr.sbin/unbound/validator/val_kentry.c U src/usr.sbin/unbound/validator/val_sigcrypt.h U src/usr.sbin/unbound/services/modstack.c U src/usr.sbin/unbound/services/view.h C src/usr.sbin/unbound/services/localzone.c U src/usr.sbin/unbound/services/mesh.h C src/usr.sbin/unbound/services/listen_dnsport.c C src/usr.sbin/unbound/services/view.c C src/usr.sbin/unbound/services/listen_dnsport.h C src/usr.sbin/unbound/services/outside_network.c C src/usr.sbin/unbound/services/authzone.c U src/usr.sbin/unbound/services/rpz.h U src/usr.sbin/unbound/services/modstack.h U src/usr.sbin/unbound/services/outbound_list.c U src/usr.sbin/unbound/services/outbound_list.h C src/usr.sbin/unbound/services/outside_network.h U src/usr.sbin/unbound/services/rpz.c U src/usr.sbin/unbound/services/localzone.h C src/usr.sbin/unbound/services/mesh.c U src/usr.sbin/unbound/services/authzone.h C src/usr.sbin/unbound/services/cache/infra.h U src/usr.sbin/unbound/services/cache/dns.c U src/usr.sbin/unbound/services/cache/dns.h U src/usr.sbin/unbound/services/cache/rrset.c C src/usr.sbin/unbound/services/cache/infra.c U src/usr.sbin/unbound/services/cache/rrset.h U src/usr.sbin/unbound/iterator/iter_resptype.h U src/usr.sbin/unbound/iterator/iter_fwd.c U src/usr.sbin/unbound/iterator/iter_utils.c C src/usr.sbin/unbound/iterator/iterator.c U src/usr.sbin/unbound/iterator/iter_scrub.h C src/usr.sbin/unbound/iterator/iter_resptype.c U src/usr.sbin/unbound/iterator/iter_delegpt.c U src/usr.sbin/unbound/iterator/iter_fwd.h U src/usr.sbin/unbound/iterator/iter_hints.h U src/usr.sbin/unbound/iterator/iter_scrub.c U src/usr.sbin/unbound/iterator/iter_donotq.h U src/usr.sbin/unbound/iterator/iter_priv.c C src/usr.sbin/unbound/iterator/iter_hints.c C src/usr.sbin/unbound/iterator/iterator.h U src/usr.sbin/unbound/iterator/iter_priv.h U src/usr.sbin/unbound/iterator/iter_donotq.c U src/usr.sbin/unbound/iterator/iter_utils.h U src/usr.sbin/unbound/iterator/iter_delegpt.h U src/usr.sbin/unbound/doc/requirements.txt C src/usr.sbin/unbound/doc/unbound-checkconf.8.in U src/usr.sbin/unbound/doc/FEATURES C src/usr.sbin/unbound/doc/Changelog U src/usr.sbin/unbound/doc/README.tests C src/usr.sbin/unbound/doc/example.conf.in C src/usr.sbin/unbound/doc/libunbound.3.in C src/usr.sbin/unbound/doc/unbound.conf.5.in U src/usr.sbin/unbound/doc/README.DNS64 U src/usr.sbin/unbound/doc/README.svn U src/usr.sbin/unbound/doc/control_proto_spec.txt U src/usr.sbin/unbound/doc/TODO C src/usr.sbin/unbound/doc/unbound-host.1.in C src/usr.sbin/unbound/doc/unbound.8.in C src/usr.sbin/unbound/doc/unbound-anchor.8.in U src/usr.sbin/unbound/doc/LICENSE C src/usr.sbin/unbound/doc/README U src/usr.sbin/unbound/doc/unbound.doxygen U src/usr.sbin/unbound/doc/CREDITS C src/usr.sbin/unbound/doc/unbound-control.8.in U src/usr.sbin/unbound/doc/README.ipset.md U src/usr.sbin/unbound/sldns/parseutil.h U src/usr.sbin/unbound/sldns/wire2str.h U src/usr.sbin/unbound/sldns/sbuffer.c U src/usr.sbin/unbound/sldns/parseutil.c U src/usr.sbin/unbound/sldns/keyraw.h U src/usr.sbin/unbound/sldns/sbuffer.h U src/usr.sbin/unbound/sldns/keyraw.c U src/usr.sbin/unbound/sldns/parse.h U src/usr.sbin/unbound/sldns/rrdef.h U src/usr.sbin/unbound/sldns/parse.c U src/usr.sbin/unbound/sldns/str2wire.h U src/usr.sbin/unbound/sldns/rrdef.c U src/usr.sbin/unbound/sldns/pkthdr.h U src/usr.sbin/unbound/sldns/wire2str.c U src/usr.sbin/unbound/sldns/str2wire.c 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/edns-subnet/subnet-whitelist.c C src/usr.sbin/unbound/edns-subnet/subnetmod.c U src/usr.sbin/unbound/edns-subnet/subnetmod.h C src/usr.sbin/unbound/edns-subnet/addrtree.h U src/usr.sbin/unbound/edns-subnet/edns-subnet.c U src/usr.sbin/unbound/edns-subnet/edns-subnet.h U src/usr.sbin/unbound/edns-subnet/subnet-whitelist.h C src/usr.sbin/unbound/edns-subnet/addrtree.c C src/usr.sbin/unbound/smallapp/unbound-control.c C src/usr.sbin/unbound/smallapp/unbound-checkconf.c U src/usr.sbin/unbound/smallapp/unbound-anchor.c U src/usr.sbin/unbound/smallapp/worker_cb.c U src/usr.sbin/unbound/smallapp/unbound-host.c U src/usr.sbin/unbound/smallapp/unbound-control-setup.sh.in C src/usr.sbin/unbound/libunbound/libunbound.c U src/usr.sbin/unbound/libunbound/ubsyms.def U src/usr.sbin/unbound/libunbound/unbound.h U src/usr.sbin/unbound/libunbound/worker.h U src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/unbound-event.h U src/usr.sbin/unbound/libunbound/context.c U src/usr.sbin/unbound/libunbound/context.h U src/usr.sbin/unbound/libunbound/libworker.h C src/usr.sbin/unbound/respip/respip.c C src/usr.sbin/unbound/respip/respip.h U src/usr.sbin/unbound/testcode/checklocks.c U src/usr.sbin/unbound/testcode/streamtcp.1 U src/usr.sbin/unbound/testcode/unitregional.c U src/usr.sbin/unbound/testcode/memstats.c U src/usr.sbin/unbound/testcode/perf.c U src/usr.sbin/unbound/testcode/testpkts.c U src/usr.sbin/unbound/testcode/replay.h U src/usr.sbin/unbound/testcode/unitldns.c U src/usr.sbin/unbound/testcode/petal.c U src/usr.sbin/unbound/testcode/do-tests.sh U src/usr.sbin/unbound/testcode/readzone.c U src/usr.sbin/unbound/testcode/lock_verify.c U src/usr.sbin/unbound/testcode/readhex.h U src/usr.sbin/unbound/testcode/unitneg.c U src/usr.sbin/unbound/testcode/unitauth.c U src/usr.sbin/unbound/testcode/streamtcp.c U src/usr.sbin/unbound/testcode/run_vm.sh U src/usr.sbin/unbound/testcode/unitecs.c U src/usr.sbin/unbound/testcode/dohclient.c U src/usr.sbin/unbound/testcode/unitanchor.c U src/usr.sbin/unbound/testcode/unitmsgparse.c U src/usr.sbin/unbound/testcode/delayer.c U src/usr.sbin/unbound/testcode/unitzonemd.c U src/usr.sbin/unbound/testcode/unitmain.h U src/usr.sbin/unbound/testcode/readhex.c U src/usr.sbin/unbound/testcode/fake_event.h U src/usr.sbin/unbound/testcode/checklocks.h U src/usr.sbin/unbound/testcode/unitmain.c U src/usr.sbin/unbound/testcode/pktview.c U src/usr.sbin/unbound/testcode/testpkts.h U src/usr.sbin/unbound/testcode/asynclook.c U src/usr.sbin/unbound/testcode/unittcpreuse.c U src/usr.sbin/unbound/testcode/unitverify.c U src/usr.sbin/unbound/testcode/unitlruhash.c U src/usr.sbin/unbound/testcode/unitdname.c U src/usr.sbin/unbound/testcode/replay.c U src/usr.sbin/unbound/testcode/unitslabhash.c U src/usr.sbin/unbound/testcode/mini_tdir.sh U src/usr.sbin/unbound/testcode/fake_event.c U src/usr.sbin/unbound/testcode/signit.c U src/usr.sbin/unbound/testcode/testbound.c U src/usr.sbin/unbound/dnscrypt/dnscrypt.m4 U src/usr.sbin/unbound/dnscrypt/dnscrypt.c U src/usr.sbin/unbound/dnscrypt/dnscrypt_config.h.in U src/usr.sbin/unbound/dnscrypt/cert.h U src/usr.sbin/unbound/dnscrypt/dnscrypt.h C src/usr.sbin/unbound/daemon/worker.h U src/usr.sbin/unbound/daemon/cachedump.c C src/usr.sbin/unbound/daemon/daemon.c C src/usr.sbin/unbound/daemon/remote.c C src/usr.sbin/unbound/daemon/stats.c C src/usr.sbin/unbound/daemon/worker.c C src/usr.sbin/unbound/daemon/daemon.h U src/usr.sbin/unbound/daemon/remote.h U src/usr.sbin/unbound/daemon/unbound.c C src/usr.sbin/unbound/daemon/acl_list.h U src/usr.sbin/unbound/daemon/cachedump.h U src/usr.sbin/unbound/daemon/stats.h C src/usr.sbin/unbound/daemon/acl_list.c U src/usr.sbin/unbound/dnstap/dnstap_fstrm.h U src/usr.sbin/unbound/dnstap/dnstap.h U src/usr.sbin/unbound/dnstap/dtstream.h U src/usr.sbin/unbound/dnstap/dnstap_config.h.in U src/usr.sbin/unbound/dnstap/dnstap_fstrm.c U src/usr.sbin/unbound/dnstap/unbound-dnstap-socket.c U src/usr.sbin/unbound/dnstap/dnstap.c U src/usr.sbin/unbound/dnstap/dnstap.proto U src/usr.sbin/unbound/dnstap/dnstap.m4 U src/usr.sbin/unbound/dnstap/dtstream.c U src/usr.sbin/unbound/dns64/dns64.h U src/usr.sbin/unbound/dns64/dns64.c U src/usr.sbin/unbound/ipsecmod/ipsecmod.h U src/usr.sbin/unbound/ipsecmod/ipsecmod.c U src/usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.h U src/usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.c U src/usr.sbin/unbound/util/ub_event.c U src/usr.sbin/unbound/util/ub_event_pluggable.c U src/usr.sbin/unbound/util/winsock_event.c U src/usr.sbin/unbound/util/rbtree.h U src/usr.sbin/unbound/util/module.h U src/usr.sbin/unbound/util/configyyrename.h U src/usr.sbin/unbound/util/edns.h U src/usr.sbin/unbound/util/timehist.c U src/usr.sbin/unbound/util/tcp_conn_limit.c U src/usr.sbin/unbound/util/locks.h U src/usr.sbin/unbound/util/rtt.c U src/usr.sbin/unbound/util/as112.c C src/usr.sbin/unbound/util/tube.h U src/usr.sbin/unbound/util/ub_event.h C src/usr.sbin/unbound/util/net_help.h U src/usr.sbin/unbound/util/edns.c U src/usr.sbin/unbound/util/log.c C src/usr.sbin/unbound/util/configparser.y U src/usr.sbin/unbound/util/rbtree.c U src/usr.sbin/unbound/util/regional.h U src/usr.sbin/unbound/util/module.c U src/usr.sbin/unbound/util/alloc.c C src/usr.sbin/unbound/util/config_file.h U src/usr.sbin/unbound/util/random.c U src/usr.sbin/unbound/util/timehist.h C src/usr.sbin/unbound/util/config_file.c C src/usr.sbin/unbound/util/fptr_wlist.c N src/usr.sbin/unbound/util/proxy_protocol.c U src/usr.sbin/unbound/util/fptr_wlist.h C src/usr.sbin/unbound/util/netevent.h U src/usr.sbin/unbound/util/alloc.h C src/usr.sbin/unbound/util/configlexer.lex C src/usr.sbin/unbound/util/tube.c U src/usr.sbin/unbound/util/tcp_conn_limit.h U src/usr.sbin/unbound/util/regional.c N src/usr.sbin/unbound/util/proxy_protocol.h U src/usr.sbin/unbound/util/mini_event.c C src/usr.sbin/unbound/util/net_help.c U src/usr.sbin/unbound/util/as112.h U src/usr.sbin/unbound/util/rtt.h U src/usr.sbin/unbound/util/mini_event.h U src/usr.sbin/unbound/util/iana_ports.inc U src/usr.sbin/unbound/util/random.h C src/usr.sbin/unbound/util/netevent.c U src/usr.sbin/unbound/util/log.h U src/usr.sbin/unbound/util/locks.c U src/usr.sbin/unbound/util/winsock_event.h U src/usr.sbin/unbound/util/storage/lookup3.h C src/usr.sbin/unbound/util/storage/dnstree.c U src/usr.sbin/unbound/util/storage/lookup3.c U src/usr.sbin/unbound/util/storage/lruhash.c U src/usr.sbin/unbound/util/storage/lruhash.h C src/usr.sbin/unbound/util/storage/dnstree.h U src/usr.sbin/unbound/util/storage/slabhash.h U src/usr.sbin/unbound/util/storage/slabhash.c U src/usr.sbin/unbound/util/data/packed_rrset.h U src/usr.sbin/unbound/util/data/msgencode.h U src/usr.sbin/unbound/util/data/msgparse.h U src/usr.sbin/unbound/util/data/packed_rrset.c U src/usr.sbin/unbound/util/data/msgreply.c U src/usr.sbin/unbound/util/data/msgencode.c U src/usr.sbin/unbound/util/data/dname.h 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.c 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/cachedb/cachedb.h U src/usr.sbin/unbound/cachedb/cachedb.c U src/usr.sbin/unbound/cachedb/redis.h U src/usr.sbin/unbound/cachedb/redis.c U src/usr.sbin/unbound/ipset/ipset.c U src/usr.sbin/unbound/ipset/ipset.h 60 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 2022/10/20 02:26:14 Modified files: usr.sbin/unbound: Makefile.in acx_nlnetlabs.m4 config.guess config.h.in config.sub configure configure.ac usr.sbin/unbound/daemon: acl_list.c acl_list.h daemon.c daemon.h remote.c stats.c worker.c worker.h usr.sbin/unbound/doc: Changelog 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 usr.sbin/unbound/edns-subnet: addrtree.c addrtree.h subnetmod.c usr.sbin/unbound/iterator: iter_hints.c iter_resptype.c iterator.c iterator.h usr.sbin/unbound/libunbound: libunbound.c usr.sbin/unbound/respip: respip.c respip.h usr.sbin/unbound/services: authzone.c listen_dnsport.c listen_dnsport.h localzone.c mesh.c outside_network.c outside_network.h view.c usr.sbin/unbound/services/cache: infra.c infra.h usr.sbin/unbound/smallapp: unbound-checkconf.c unbound-control.c usr.sbin/unbound/util: config_file.c config_file.h configlexer.lex configparser.y fptr_wlist.c net_help.c net_help.h netevent.c netevent.h tube.c tube.h usr.sbin/unbound/util/storage: dnstree.c dnstree.h Log message: merge unbound 1.17.0 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2022/10/20 02:28:00 Removed files: usr.sbin/unbound/testcode: mini_tpkg.sh Log message: remove file no longer present in unbound 1.17.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 02:37:46 Modified files: telephony/asterisk/16: Makefile distinfo Log message: update to asterisk-16.29.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 02:37:50 Modified files: telephony/asterisk/18: Makefile distinfo Log message: update to asterisk-18.15.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 02:37:52 Modified files: telephony/asterisk/19: Makefile distinfo telephony/asterisk/19/pkg: PLIST-main Log message: update to asterisk-19.7.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/20 02:45:39 Modified files: share/man/man4/man4.arm64: Makefile Added files: share/man/man4/man4.arm64: agintc.4 Log message: add manual page for Arm GIC v3/v4 driver CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/20 02:52:22 Modified files: share/man/man4/man4.armv7: ampintc.4 share/man/man4/man4.arm64: ampintc.4 Log message: ampintc(4) is specifically for GIC v1/v2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 03:35:29 Modified files: telephony/asterisk: Makefile.inc telephony/asterisk/16: Makefile telephony/asterisk/18: Makefile Log message: use a different mechanism to avoid installing the old openbsd-only very basic sample config files on newer versions rather than just checking version != 19 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 03:36:51 Modified files: telephony/asterisk/19: Makefile Log message: add a portroach marker for asterisk/19 (20 lts is now out) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 03:36:59 ports/telephony/asterisk/20 Update of /cvs/ports/telephony/asterisk/20 In directory cvs.openbsd.org:/tmp/cvs-serv44125/20 Log Message: Directory /cvs/ports/telephony/asterisk/20 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 03:36:59 ports/telephony/asterisk/20/pkg Update of /cvs/ports/telephony/asterisk/20/pkg In directory cvs.openbsd.org:/tmp/cvs-serv44125/20/pkg Log Message: Directory /cvs/ports/telephony/asterisk/20/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 03:36:59 ports/telephony/asterisk/20/patches Update of /cvs/ports/telephony/asterisk/20/patches In directory cvs.openbsd.org:/tmp/cvs-serv44125/20/patches Log Message: Directory /cvs/ports/telephony/asterisk/20/patches added to the repository CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2022/10/20 03:42:23 Added files: images : OneFishTwoFish-s.gif OneFishTwoFish.png puffy72.gif Log message: OpenBSD 7.2 artwork by John Chad CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2022/10/20 03:44:17 Modified files: sys/conf : Tag: OPENBSD_7_2 newvers.sh Log message: 7.2-stable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 03:44:18 Modified files: telephony/asterisk/18/patches: patch-Makefile telephony/asterisk/16/patches: patch-Makefile telephony/asterisk/19/patches: patch-Makefile Log message: remove obsolete comment CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 03:45:18 Modified files: lib/libcrypto/x509: Tag: OPENBSD_7_2 x509_verify.c Log message: Store errors that result from leaf certificate verification. In the case that a verification callback is installed that tells the verifier to continue when a certificate is invalid (e.g. expired), any error resulting from the leaf certificate verification is not stored and made available post verification, resulting in an incorrect error being returned. Also perform leaf certificate verification prior to adding the chain, which avoids a potential memory leak (as noted by tb@). Issue reported by Ilya Shipitsin, who encountered haproxy regress failures. ok tb@; from jsing This is errata/7.2/001_x509.patch.sig CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 03:45:35 Modified files: telephony/asterisk: Makefile Added files: telephony/asterisk/20: Makefile distinfo telephony/asterisk/20/patches: patch-Makefile patch-Makefile_rules patch-apps_app_voicemail_c patch-apps_app_voicemail_exports_in patch-autoconf_ast_check_raii_m4 patch-build_tools_cflags_xml patch-configs_basic-pbx_asterisk_conf patch-configs_samples_ast_debug_tools_conf_sample patch-configs_samples_asterisk_conf_sample patch-configs_samples_res_odbc_conf_sample patch-configs_samples_res_snmp_conf_sample patch-configs_samples_sip_conf_sample patch-configure_ac patch-configure_ac.orig patch-contrib_scripts_ast_coredumper patch-contrib_scripts_safe_asterisk patch-main_dns_core_c patch-main_iostream_c patch-main_utils_c patch-main_utils_c.orig patch-res_res_rtp_asterisk_c patch-sounds_sounds_xml patch-third-party_apply_patches patch-third-party_pjproject_Makefile patch-third-party_pjproject_source_pjlib_build_Makefile patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c patch-third-party_pjproject_source_pjmedia_src_pjmedia_sdp_c telephony/asterisk/20/pkg: DESCR-calendar DESCR-http_post DESCR-kqueue DESCR-ldap DESCR-lua DESCR-main DESCR-odbc DESCR-pgsql DESCR-snmp DESCR-speex DESCR-tds DESCR-vm_imap DESCR-vm_odbc PLIST-calendar PLIST-http_post PLIST-kqueue PLIST-ldap PLIST-lua PLIST-main PLIST-odbc PLIST-pgsql PLIST-snmp PLIST-speex PLIST-tds PLIST-vm_imap PLIST-vm_odbc README-main asterisk.rc Log message: add asterisk 20.0.0 LTS CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 03:47:02 Modified files: lib/libcrypto/asn1: Tag: OPENBSD_7_2 tasn_enc.c Log message: Unbreak ASN.1 indefinite length encoding. In r1.25 of tasn_enc.c a check was added to ensure that asn1_ex_i2c() returned the same value on both calls, however in the ndef case the len variable gets changed between calls. Keep a copy of the original value to test against. Issue reported by niklas, who encountered a test failure in rust-openssl. ok miod@ tb@; from jsing This is errata/7.2/002_asn1.patch.sig CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/20 04:14:55 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_common_unicode_umachine_h textproc/icu4c/pkg: PLIST-main Log message: Update to icu4c-72.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/20 04:24:03 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-5.3.1. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2022/10/20 04:35:35 Modified files: sys/dev/i2c : ds1307.c Log message: Remove the single part string for DS1339, since that is only required on sparc64 because OpenFirmware doesn't support the , compatible pattern. We don't expect this chip to turn up on sparc64. Suggested and ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/20 05:38:34 Modified files: astro/calcmysky: Makefile distinfo astro/calcmysky/pkg: PLIST Log message: Update to calcmysky-0.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/20 05:39:46 Modified files: astro/stellarium: Makefile Added files: astro/stellarium/patches: patch-CMakeLists_txt patch-src_core_modules_AtmosphereShowMySky_cpp Log message: Fix build with calcmysky-0.2.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/10/20 07:31:52 Modified files: sys/uvm : uvm_vnode.c uvm_vnode.h Log message: Access to `u_flags' should be serialized by the `vmobjlock'. This complete previous fix from gnezdo@. The uvm_vnp_sync() still requires some love and isn't addressed by this diff. Document which lock is protecting vnode variables. ok gnezdo@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2022/10/20 07:40:47 Modified files: . : 72.html index.html Log message: 7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 07:46:28 Modified files: textproc/py-patiencediff: Makefile Log message: add missing BDEP, reported by aja@ CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2022/10/20 07:59:28 Modified files: . : 72.html Log message: Point to 7.2 thumbnail CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2022/10/20 08:00:17 Modified files: . : artwork.html Log message: Add 7.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 09:18:54 Modified files: lib/libssl : ssl_clnt.c Log message: Annotate misuse of EVP_Digest() The session_id member of SSL_SESSION has 32 bytes for historical reasons. This precisely accommodates a SHA-256 and is currently computed using this hash. If the hash function is ever changed, this will likely overflow. This should be fixed in code. Leave it at an XXX comment for now. Pointed out by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 09:20:27 Modified files: lib/libssl : ssl_locl.h Log message: Extend SSL_SESSION struct for TLSv1.3 PSK Add members necessary to store the "ticket_age_add" value and the resumption master secret needed in the TLSv1.3 version of session resumption. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 09:21:22 Modified files: lib/libssl : ssl_sess.c Log message: Clean up resumption master secret in SSL_SESSION_free() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 09:22:51 Modified files: lib/libssl : ssl_locl.h ssl_sess.c Log message: Provide ssl_session_dup() SSL_SESSION_dup() is a currently essentially unused public OpenSSL 1.1.1 API. Add a version that does not duplicate the secrets for internal use. If the public API should be needed, we can easily make it a wrapper. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 09:23:43 Modified files: lib/libssl : tls13_lib.c Log message: Provide TLS13_MAX_TICKET_LIFETIME #define TLSv1.3 servers must not indicate a lifetime longer than 7 days and clients must not cache sessions for longer than 7 days. Encode this in a macro internal to tls13_lib.c for now. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 09:26:25 Modified files: lib/libssl : tls13_lib.c Log message: Initial parsing of the NewSessionTicket message TLSv1.3 introduces a New Session Ticket post-handshake handshake message that allows a unique association between a ticket value and a pre-shared key derived from the resumption master secret. Servers may send this message arbitrarily often at any time after receiving the client's Finished message. Implement tls13_new_session_ticket_recv() which parses the contents of the NewSessionTicket message into a fresh session derived from the current session so as to avoid modifying sessions that are already in the session cache. This uses tls13_new_session_ticket_recv() in tls13_phh_received_cb(). We currently rely on the general rate limiting of 100 PHH messages per connection and hour to avoid problems from connecting to a misbehaving or malicious server. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 09:35:31 Modified files: lib/libz : ChangeLog README compress.c crc32.c deflate.c deflate.h gzlib.c gzread.c gzwrite.c infback.c inflate.c inftrees.c inftrees.h trees.c uncompr.c zconf.h zlib.h zutil.c zutil.h Log message: Update base libz to 1.2.13 This update contains a few bugfixes (some of which we have already backported to 1.2.12) and a ton of cosmetic changes. The relevant bits of the ChangeLog are: - Repair prototypes and exporting of new CRC functions - Have infback() deliver all of the available output up to any error - Fix a bug when getting a gzip header extra field with inflate() - Fix bug in block type selection when Z_FIXED used - Tighten deflateBound bounds - Remove deleted assembler code references - Various portability and appearance improvements Tested on amd64 and arm64 by me and on sparc64 by kn. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/20 09:36:47 Modified files: sys/lib/libz : compress.c crc32.c deflate.c deflate.h infback.c inflate.c inftrees.c inftrees.h trees.c zconf.h zlib.h zutil.c zutil.h Log message: Sync sys libz with base CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2022/10/20 09:54:15 Modified files: net/py-nbxmpp : Makefile distinfo net/py-nbxmpp/pkg: PLIST Log message: update net/py-nbxmpp to 3.2.4 with some help from sthen@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2022/10/20 09:57:03 Modified files: net/gajim : Makefile distinfo net/gajim/pkg : PLIST README Log message: update net/gajim to 1.5.2 ok op@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/20 10:01:39 Modified files: net/headscale : Makefile Log message: mark headscale ONLY_FOR_ARCHS=amd64; uses modernc.org/libc@v1.16.8 which only has amd64 support for OpenBSD. Newer versions appear to add support for i386 and arm64 (https://gitlab.com/cznic/libc) so this could be widened when headscale starts using a newer version. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/20 10:08:13 Modified files: sys/dev/acpi : asmc.c Log message: Constify global product table Looking for .rodata candidates in /bsd .data symbols, this one popped up: ffffffff82281b70 l O .data 0000000000001688 asmc_prods OK jung CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/20 10:20:14 Modified files: devel/bats : Makefile distinfo Log message: Update to bats-1.8.2 Changelog: https://github.com/bats-core/bats-core/blob/v1.8.2/docs/CHANGELOG.md CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/20 12:43:35 Modified files: sys/arch/amd64/amd64: efi_machdep.c sys/arch/arm64/dev: efi_machdep.c Log message: Don't attempt to use EFI runtime services on UEFI versions before 2.1. The Dell Precision T1600 has a UEFI 2.0 implementation where calling GetTime() accesses memory that isn't covered by a runtime mapping. And frankly UEFI 2.0 is so ancient that we don't really want to use it anyway. This also adds the check to the arm64 version even though UEFI versions before 2.4 don't have arm64 support. But for now I want to keep amd64 and arm64 code as similar as possible. ok kn@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2022/10/20 12:59:24 Modified files: usr.bin/mg : def.h funmap.c keymap.c mg.1 search.c Log message: add zap-to-char and zap-up-to-char; bind zap-to-char to M-z. ok florian@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/20 13:15:26 ports/net/pounce/patches Update of /cvs/ports/net/pounce/patches In directory cvs.openbsd.org:/tmp/cvs-serv72234/patches Log Message: Directory /cvs/ports/net/pounce/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/20 13:29:29 Modified files: net/pounce : Makefile Added files: net/pounce/patches: patch-dispatch_c Log message: net/pounce: unbreak calico: needs to unveil the directory with the sockets as RW. based on a patch from june [at] casual [dot] agency (upstream), thanks! CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/20 13:32:42 Modified files: net/pounce : Tag: OPENBSD_7_2 Makefile Log message: MFC net/pounce unbreak calico: needs to unveil the directory with the sockets as RW. based on a patch from june [at] casual [dot] agency (upstream), thanks! CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/20 13:33:14 Added files: net/pounce/patches: Tag: OPENBSD_7_2 patch-dispatch_c Log message: add patch forgot in previous CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/20 14:35:57 Modified files: sys/dev/fdt : rktemp.c Log message: Add RK3568 support. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/20 14:40:57 Modified files: sys/dev/acpi : amdgpio.c aplgpio.c bytgpio.c chvgpio.c glkgpio.c pchgpio.c Log message: Add the hooks to disable and enable GPIO interrupts. Should fix potential interrupt storms related to level-triggered interrupts. ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/20 14:57:02 Modified files: graphics/azpainter/patches: patch-configure Log message: graphics/azpainter: fix libz detection Fix a typo in the configure script that prevented proper libz detection and caused the build to rely on libpng adding -lz. From Brad CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/20 15:30:04 Modified files: devel/protobuf : Makefile distinfo Log message: Update to protobuf 3.20.8 This includes an upstream patch from Brad enabling emutls on OpenBSD. In turn, this results in symbol addition and removal, hence major bumps. https://github.com/protocolbuffers/protobuf/releases/tag/v21.8 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/20 15:31:31 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py3-protobuf 4.20.8 https://github.com/protocolbuffers/protobuf/releases/tag/v21.8 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/10/20 22:02:16 Modified files: share/man/man4 : acpicpu.4 Log message: Document contents of acpicpu's dmesg lines formating help from jcw@ and schwarze@ ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/21 02:54:32 Removed files: www/mozilla-firefox/patches: patch-toolkit_system_gnome_nsGIOService_cpp Log message: www/mozilla-firefox: remove patch for #1714919 that was upstreamed in 106 reported by bowser5555 atcomcast, thanks ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/21 02:58:01 Removed files: www/mozilla-firefox/patches: Tag: OPENBSD_7_2 patch-toolkit_system_gnome_nsGIOService_cpp Log message: www/mozilla-firefox: MFC remove patch for #1714919 that was upstreamed in 106 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/21 03:02:18 Modified files: databases/influxdb: Makefile databases/influxdb/pkg: PLIST Added files: databases/influxdb/pkg: influxdb.login Log message: databases/influxdb: add a login class limiting datasize to 6G the default 4G isnt enough for influxdb/go in 7.2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/21 03:04:26 Modified files: databases/influxdb: Tag: OPENBSD_7_2 Makefile databases/influxdb/pkg: Tag: OPENBSD_7_2 PLIST Added files: databases/influxdb/pkg: Tag: OPENBSD_7_2 influxdb.login Log message: databases/influxdb: MFC add a login class limiting datasize to 6G the default 4G isnt enough for influxdb/go in 7.2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 03:19:54 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_WTF_wtf_PlatformCPU_h patch-Source_WTF_wtf_dtoa_utils_h patch-Source_cmake_WebKitCommon_cmake Removed files: www/webkitgtk4/patches: patch-Source_WebKit_Platform_IPC_ArgumentCoders_h Log message: Update to webkitgtk40-2.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 03:20:13 Modified files: www/webkitgtk4 : Tag: OPENBSD_7_2 Makefile distinfo www/webkitgtk4/patches: Tag: OPENBSD_7_2 patch-Source_WTF_wtf_PlatformCPU_h patch-Source_WTF_wtf_dtoa_utils_h patch-Source_cmake_WebKitCommon_cmake Removed files: www/webkitgtk4/patches: Tag: OPENBSD_7_2 patch-Source_WebKit_Platform_IPC_ArgumentCoders_h Log message: MAINTENANCE update to webkitgtk40-2.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 03:24:35 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20221018. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 03:44:02 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.27.95. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 03:44:14 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.24.95. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 03:44:31 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.25.96. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 03:45:07 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-406.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 03:52:01 Modified files: devel/libgusb : Makefile distinfo Log message: Update to libgusb-0.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 04:00:04 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.7.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 04:03:59 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.39.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 04:06:30 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.3.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/21 04:08:20 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.13.3. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2022/10/21 04:42:31 Modified files: mail/extsmail : Makefile distinfo Log message: mail/extsmail: Simple update to extsmail-2.7. Diff from upstream author Laurence Tratt. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/21 05:06:08 Modified files: mail/aerc : Makefile distinfo modules.inc mail/aerc/pkg : PLIST Removed files: mail/aerc/pkg : README Log message: update mail/aerc to 0.13.0 Changelog: https://git.sr.ht/~rjarry/aerc/refs/0.13.0 while here remove the README: it documented a workaround for an issues that was fixed in the previous version. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/21 05:44:59 Modified files: lang/python/3.10: Makefile lang/python/3.9: Makefile Log message: bump REVISION-tkinter for 7.2-current to keep it at a higher revision number than we had in 7.1-stable (dependencies etc were changed). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/21 05:45:31 Modified files: lang/python/3.10: Tag: OPENBSD_7_2 Makefile lang/python/3.9: Tag: OPENBSD_7_2 Makefile Log message: bump REVISION-tkinter for 7.2-stable to keep it at a higher revision number than we had in 7.1-stable (dependencies etc were changed). CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/21 06:04:51 Modified files: etc : netstart share/man/man8 : netstart.8 Log message: Fix synopsis, -n does not require an interface; OK jmc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/21 06:08:53 Modified files: lang/php/7.4 : Makefile lang/php/8.0 : Makefile lang/php/8.1 : Makefile Log message: bump versions of PHP ports to be above 7.1-stable to force updates; there is some issue with signature comparisons resulting in pkg_add -u not detecting the changed package signatures CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/21 06:10:40 Modified files: lang/php/7.4 : Tag: OPENBSD_7_2 Makefile lang/php/8.0 : Tag: OPENBSD_7_2 Makefile lang/php/8.1 : Tag: OPENBSD_7_2 Makefile Log message: bump versions of PHP ports to be above 7.1-stable to force updates; there is some issue with signature comparisons resulting in pkg_add -u not detecting the changed package signatures CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2022/10/21 06:40:21 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/21 07:34:29 Modified files: net/samba : Makefile net/samba/pkg : PLIST-main Log message: adjust @conflict lines to not include the version number; they were out of date compared to 7.1-stable causing pkg_add -u to not allow merging python+ldb+tevent. ok jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/21 07:35:19 Modified files: net/samba : Tag: OPENBSD_7_2 Makefile net/samba/pkg : Tag: OPENBSD_7_2 PLIST-main Log message: adjust @conflict lines to not include the version number; they were out of date compared to 7.1-stable causing pkg_add -u to not allow merging python+ldb+tevent. ok jca@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/21 07:39:35 Modified files: lib/libcrypto/evp: c_all.c Log message: Add EVP_chacha20_poly1305() Omission reported by jca. ok jca jsing CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/21 08:20:03 Modified files: sys/net : if_loop.c Log message: Grab the non-exclusive net lock to read-only traverse the interface list Destroying lo(4) interfaces checks for other interfaces in the same rdomain(4) first which does not modify anything, so allow other readers. All interface ioctl(2)s currently run with the kernel lock held, so this should not make a real difference... OK mvs CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/21 08:46:37 Modified files: fonts/adobe-fonts: Makefile.inc fonts/adobe-fonts/source-code-pro: Makefile distinfo fonts/adobe-fonts/source-code-pro/pkg: PLIST Log message: adobe-fonts/source-code-pro: update to 2.038, ok phessler This fixes a regression introduced with recent-ish changes in xenocara and exposed with the fontconfig or Xft update. With this newer version xterm can again display the font and doesn't use weird fallbacks that cause eye bleed. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/21 08:49:28 Modified files: fonts/adobe-fonts: Tag: OPENBSD_7_2 Makefile.inc fonts/adobe-fonts/source-code-pro: Tag: OPENBSD_7_2 Makefile distinfo fonts/adobe-fonts/source-code-pro/pkg: Tag: OPENBSD_7_2 PLIST Log message: MFC: adobe-fonts/source-code-pro: update to 2.038, ok phessler This fixes a regression introduced with recent-ish changes in xenocara and exposed with the fontconfig or Xft update. With this newer version xterm can again display the font and doesn't use weird fallbacks that cause eye bleed. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/21 08:55:54 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: quic tlsext tests: use byte vector in place of string While this doesn't actually change anything, it should appease Coverity. CID 358678 CID 358679 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/21 08:58:53 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: tlsexttest.c: make various static structs const CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2022/10/21 09:32:04 Modified files: sysutils/collectd: Makefile sysutils/collectd/pkg: PLIST-main PLIST-memcachec PLIST-mqtt PLIST-mysql PLIST-nut PLIST-pgsql PLIST-ping PLIST-prometheus PLIST-python PLIST-redis PLIST-riemann PLIST-rrdtool PLIST-snmp PLIST-virt Log message: add write_tsdb plugin ok sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/21 09:48:14 Modified files: lib/libssl : ssl_pkt.c Log message: Add extra NULL check after ssl3_setup_read_buffer() While ssl3_setup_read_buffer() success alone is enough to imply that the read bufer is non-NULL, several static analyzers fail to recognize that and throw fits about possible NULL accesses. CID 331010 Fix from and ok jsing CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/21 10:04:47 Modified files: lang/python/3.10: Makefile lang/python/3.10/files: CHANGES.OpenBSD lang/python/3.9: Makefile lang/python/3.9/files: CHANGES.OpenBSD Added files: lang/python/3.10/patches: patch-Modules__sha3_kcp_KeccakSponge_inc lang/python/3.9/patches: patch-Modules__sha3_kcp_KeccakSponge_inc Log message: python 3.x: Fix broken _sha3 based on XKCP (CVE-2022-37454). ok kmos sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/21 10:05:24 Modified files: lang/python/3.10: Tag: OPENBSD_7_2 Makefile lang/python/3.10/files: Tag: OPENBSD_7_2 CHANGES.OpenBSD lang/python/3.9: Tag: OPENBSD_7_2 Makefile lang/python/3.9/files: Tag: OPENBSD_7_2 CHANGES.OpenBSD Added files: lang/python/3.10/patches: Tag: OPENBSD_7_2 patch-Modules__sha3_kcp_KeccakSponge_inc Log message: MFC: python 3.x: Fix broken _sha3 based on XKCP (CVE-2022-37454). ok kmos sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/21 10:06:28 Added files: lang/python/3.9/patches: Tag: OPENBSD_7_2 patch-Modules__sha3_kcp_KeccakSponge_inc Log message: python/3.9 actually add patch CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/21 10:16:14 Modified files: net/samba : Makefile distinfo net/samba/pkg : PLIST-main Log message: Update to samba-4.17.1 Test reports from bket@ and Ian McWilliam, ok Ian (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/21 11:22:01 Modified files: graphics/webp-pixbuf-loader: Makefile Log message: Do the usual c99 dance to make base-gcc happy CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/21 11:25:02 Modified files: devel/git : Makefile Log message: base-gcc disagrees on how many arguments to the deprecated attribute should have. Switch to ports-gcc for base-gcc arches. Fixes build on sparc64 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/21 11:45:40 Modified files: sys/dev/ic : aic7xxxvar.h aic79xx.h sys/dev/pci : ahc_pci.c ahd_pci.c Log message: constify global identity tables ah{c,d}_find_pci_device() already return their members as const. OK krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/21 12:10:56 Modified files: sys/sys : exec.h sys/kern : exec_elf.c exec_subr.c Log message: automatically mark immutable certain regions in program&ld.so LOADs. The large commented block in elf_load_psection explains the sitaution. ok kettenis. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/21 12:11:55 Modified files: sys/kern : exec_subr.c kern_exec.c Log message: sigaltstack() was adapted to work on mimmutable regions (an unfortunate compromise...), but it means the stack can be marked immutable again. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/21 12:14:09 Modified files: lib/csu : boot.h Log message: static binaries self-mprotect their relro in crt0. mimmutable() also works here. ok kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/21 12:29:37 Modified files: sys/dev/usb : uvideo.c Log message: constify quirks table Not that big now, but quirks are likely to grow in the feature and there is no reason to keep them writable. OK and tested by mglocker CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/10/21 12:55:42 Modified files: sys/arch/sparc64/dev: creator.c sys/arch/sparc64/fpu: fpu.c fpu_emu.h fpu_extern.h sys/arch/sparc64/include: cpu.h db_machdep.h frame.h pcb.h proc.h reg.h sys/arch/sparc64/sparc64: db_interface.c db_trace.c emul.c genassym.cf intr.c locore.s machdep.c process_machdep.c trap.c vm_machdep.c Log message: Remove vestigial bits of 32-bit binaries support; drop the `64' suffix in struct names when the matching `32' flavour got removed. Joint work with cheloha@, all bugs mine. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/21 13:13:33 Modified files: sys/kern : exec_subr.c kern_exec.c sys/uvm : uvm_map.c uvm_map.h uvm_mmap.c Log message: the debug "name" parameter to uvm_map_immutable() is no longer needed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/21 14:45:51 Modified files: sys/uvm : uvm_map.c Log message: Recent chrome renderers try to change some immutable RW region to R. I really want immutable to not allow such transitions either, because it will help bring code up to the highest standard. For now, allow this for all processes, until we find out the underlying reason. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/21 14:46:40 Modified files: sys/kern : exec_subr.c Log message: uvm_map_immutable() takes start,end, not start,end I juggled my trees incorrectly. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2022/10/21 14:58:52 Log message: Import textproc/amber. ``` amber is a code search and replace tool written by Rust. This tool is inspired by ack, ag, and other grep-like tools. ``` OK paco@ Status: Vendor Tag: edd Release Tags: edd_20221021 N ports/textproc/amber/Makefile N ports/textproc/amber/distinfo N ports/textproc/amber/crates.inc N ports/textproc/amber/pkg/DESCR N ports/textproc/amber/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2022/10/21 15:00:08 Modified files: textproc : Makefile Log message: Link textproc/amber. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2022/10/21 15:26:49 Modified files: sys/arch/macppc/macppc: machdep.c sys/arch/macppc/stand: Locore.c cache.c libsa.h sys/arch/powerpc/include: cpu.h sys/arch/powerpc64/powerpc64: syncicache.c Log message: Change len in syncicache(_, len) from int to size_t The powerpc64 part is under #if 0, so this change affects only macppc. Simplify powerpc64's __syncicache (which had size_t len) and copy it to macppc's syncicache (which had int len). macppc was looping while ((l -= CACHELINESIZE) > 0). The loop would be infinite if l became an unsigned type like size_t. It is simpler to set size_t i = 0, do i += by, and loop while (i < len). It helps that dcbst and icbi can add 2 registers, from + i. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2022/10/21 16:42:36 Modified files: sys/arch/macppc/dev: adb.c pm_direct.c pm_direct.h sys/arch/macppc/include: cpu.h sys/arch/macppc/macppc: machdep.c sys/dev/adb : adb.h akbd.c Log message: hw.power, machdep.lidaction, machdep.pwraction for macppc I can now use the power button to power off my macppcs running OpenBSD. The new sysctls machdep.lidaction and machdep.pwraction act like acpibtn(4), but we are missing code to suspend or hibernate a macppc. Small kernels (bsd.rd) continue to ignore the power button. adb(4) sends an environment interrupt when I unplug my PowerBook's AC or close its lid. Rename PMU_INT_WAKEUP to PMU_INT_ENVIRONMENT like other BSDs and Linux. Handle PMU_ENV_LID_CLOSED as a lid sensor and PMU_ENV_AC_POWER by setting sysctl hw.power. Power buttons can either use PMU_ENV_POWER_BUTTON or go through akbd(4); handle both kinds of power buttons in the same way. Other models of macppc, with different power buttons or lids, might not work yet. The lid sensor looks like, $ sysctl hw.sensors hw.sensors.adb0.indicator0=On (lid open) kettenis@ warned against calling prsignal() from interrupt context, and pointed me to task_add(9). CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2022/10/21 18:58:56 Modified files: sys/arch/powerpc/conf: files.powerpc sys/arch/powerpc/include: trap.h sys/arch/powerpc/powerpc: trap.c Added files: sys/arch/powerpc/powerpc: vecast.S Log message: AltiVec assist for subnormal floats in vectors The old CPU in a macppc traps AltiVec instructions when they encounter denormal or subnormal floats. Emulate most of them. They operate on vectors of 4 single-precision floats. The emulations either use scalar operations (so vmaddfp becomes 4 of fmadds) or a formula (like vrsqrtefp's 1 / sqrt(b) = 1 / sqrt(b * 2**126) * 2**63). I am forgetting to emulate some instructions (at least vrfin, vrfiz, vrfip, vrfim). If I don't emulate it, it will still cause SIGFPE. Mac OS never emulated these instructions, but set AltiVec's "non-Java" NJ bit (which changes all subnormal floats to zero). FreeBSD also sets NJ; NetBSD does SIGFPE; Linux emulates them. The POWER9 running OpenBSD/powerpc64 does them in hardware (without trapping). ok kettenis@ miod@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/21 19:08:10 Modified files: textproc/libgrapheme: Makefile Log message: base-gcc doesn't like -Wpedantic. Shift to ports-gcc on base-gcc arches Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/21 21:45:18 Modified files: devel/indi : Makefile Log message: COMPILER needs to be set to base-clang ports-gcc since indi need C++14 Fix build on sparc64 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/22 00:27:47 Modified files: lib/libc/sys : kqueue.2 Log message: missing comma; from josiah frentsos while here, wrap long line CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/22 00:39:12 Modified files: usr.sbin/procmap: procmap.1 Log message: add some missing flags, as pointed out by deraadt; while here rework the text so it reads a little better; ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/22 00:41:04 Modified files: usr.bin/at : at.1 Log message: rework the text to avoid constant 2nd person; pointed out/ok deraadt CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/22 01:19:37 Modified files: geo/qgis : Makefile distinfo geo/qgis/pkg : PLIST Removed files: geo/qgis/patches: patch-src_gui_qgsowssourceselect_cpp Log message: geo/qgis: update to 3.28.0. see https://changelog.qgis.org/en/qgis/version/3.28/ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/22 01:43:19 Modified files: devel/poedit : Makefile distinfo Log message: update devel/poedit to 3.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/22 02:45:06 Modified files: astro/kstars : Makefile Log message: Add missing lib on astro/libnova Spotted in aarch64 bulk build report CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/22 03:31:18 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.27.96. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/22 03:31:32 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.24.96. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/22 03:31:48 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.25.97. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2022/10/22 04:34:56 Modified files: share/man/man8 : rc.subr.8 Log message: Fix markup ("Ar" -> "Va" ). from Raf Czlonka, thanks CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/22 05:13:34 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp Added files: www/mozilla-firefox/patches: patch-media_ffvpx_config_unix_aarch64_h Log message: firefox: partially unbreak build on aarch64. ok landry The update of the bundled ffmpeg regenerated config info which toggled CONFEX_LINUX_PERF to on for aarch64. This results in things attempting to pull in linux-specific headers like asm/unistd.h. The build is currently still broken: lto requires more memory than allowed in pbuild's datasize-cur on arm64. Hopefully adjusted soon. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/22 05:33:12 Modified files: etc/etc.arm64 : login.conf Log message: lto is a memory hog. Bump pbuild's datasize-cur on arm64 to 8G as on amd64. ok phessler CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2022/10/22 06:28:14 Modified files: . : 72.html Log message: 7.2 release: 8182 arm packages CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/22 06:32:18 Modified files: security/step-cli: Makefile Log message: step-cli: mark BROKEN-arm64. Same failure as i386 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2022/10/22 06:32:27 Modified files: shells/ksh93 : Makefile distinfo Log message: Update to ksh 1.0.4. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/22 06:33:24 Modified files: security/step-cli: Makefile Log message: step-cli: spell aarch64 correctly (sigh) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/22 07:11:44 Modified files: x11/gnome/libshumate: Makefile distinfo x11/gnome/libshumate/pkg: PLIST Removed files: x11/gnome/libshumate/patches: patch-shumate_shumate-vector-renderer_c Log message: Update to libshumate-1.0.2. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/22 08:41:27 Modified files: usr.bin/compress: Makefile compress.1 compress.h gzip.1 main.c Added files: usr.bin/compress: zipopen.c Log message: Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed. To decompress a .zip file without the -c option, "-S .zip" must be specified. The file name stored in the .zip file is not used unless the -N option is specified. This is consistent with GNU gzip). Does not increase the size of gzip on the install media. OK jmc@ for documentation. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/22 09:06:47 Modified files: sys/kern : exec_elf.c Log message: automatic immutable for base executable is not ready on mips because DT_DEBUG isn't in the right place CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/22 09:21:25 Modified files: lib/libc/stdlib: atexit.c Log message: In __cxa_atexit(), there is no need to initialize local pointer before the lock, when it is correctly initialized after the lock ok otto millert CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/22 10:01:17 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs security/rust-openssl-tests/pkg: PLIST Log message: Update rust-openssl-tests to 20221022 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2022/10/22 10:37:57 Modified files: sbin/unwind/libunbound: config.h sbin/unwind/libunbound/daemon: worker.h sbin/unwind/libunbound/iterator: iter_hints.c iter_resptype.c iterator.c iterator.h sbin/unwind/libunbound/libunbound: libunbound.c sbin/unwind/libunbound/respip: respip.c respip.h sbin/unwind/libunbound/services: authzone.c listen_dnsport.c listen_dnsport.h localzone.c mesh.c outside_network.c outside_network.h rpz.c view.c sbin/unwind/libunbound/services/cache: infra.c infra.h sbin/unwind/libunbound/util: Makefile.inc config_file.c config_file.h configlexer.c configlexer.lex configparser.h configparser.y fptr_wlist.c net_help.c net_help.h netevent.c netevent.h tube.c tube.h sbin/unwind/libunbound/util/storage: dnstree.c dnstree.h Added files: sbin/unwind/libunbound/daemon: acl_list.h sbin/unwind/libunbound/util: proxy_protocol.c proxy_protocol.h Log message: sync to unbound 1.17.0; heavy lifting by sthen CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2022/10/22 11:20:18 src/regress/sys/altivec_ast Update of /cvs/src/regress/sys/altivec_ast In directory cvs.openbsd.org:/tmp/cvs-serv64353/altivec_ast Log Message: Directory /cvs/src/regress/sys/altivec_ast added to the repository CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2022/10/22 11:50:29 Modified files: regress/sys : Makefile Added files: regress/sys/altivec_ast: Makefile vecast.c Log message: Add regress for powerpc* AltiVec with subnormal floats Older CPUs do an AltiVec assist trap, EXC_VECAST_G4 or EXC_VECAST_G5 in /sys/arch/powerpc/powerpc/trap.c; newer CPUs (like POWER9) don't trap. The trap's emulation of subnormal floats should give almost the same results as the POWER9. This test is only for powerpc or powerpc64 with AltiVec. anton@ explained how to skip the test if we're on the wrong arch or don't have AltiVec. ok anton@ CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2022/10/22 13:16:15 Modified files: inputmethods/fcitx-kkc: Makefile Added files: inputmethods/fcitx-kkc/patches: patch-CMakeLists.txt Log message: fix skk-jisyo (Japanese word dictionary) path ok phessler@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/22 13:38:10 Modified files: sysutils/pciutils: Makefile Log message: Do the c99 dance for base-gcc. Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/22 13:48:50 Modified files: print/weasyprint: Makefile Log message: Missing dependency on devel/pango (not declared in pyproject.toml) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/22 13:59:08 Modified files: x11/gnome/libpanel: Makefile Log message: Uses std=gnu18, so needs to use ports-gcc, not base-gcc Fixes build on sparc64 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/10/22 14:09:41 Modified files: sys/arch/sparc64/include: cpu.h frame.h reg.h Log message: Put struct rwindow back in reg.h, pcb.h depends on this. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/22 16:21:15 Modified files: devel/libdispatch: Makefile Log message: Mark BROKEN-sparc64 I tried patching around the many -W warnings that GCC 8.4.x doesn't understand but ultimately get: #error libdispatch requires C11 with CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/22 19:10:50 Modified files: libexec/snmpd/snmpd_metrics: snmpd_metrics.8 Log message: new sentence, new line CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/22 19:15:34 Modified files: libexec/snmpd/snmpd_metrics: snmpd_metrics.8 Log message: sort Xr; remove '.' after Nd text CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/10/22 19:50:46 Modified files: . : 72.html Log message: spelling CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/22 20:53:14 Modified files: sys/kern : exec_elf.c Log message: A better workaround for mips64 mimmutable problem. The problem is the DT_DEBUG word is inside a R LOAD that gets marked immutable, but ld.so does a mprotect RW + adjustment + mprotect R. DT_DEBUG is specified as being inside the DYNAMIC range, solet's do all the immutables and then, on mips64 only, turn around and make DYNAMIC mutable. That gives us time to see if we can move DT_DEBUG or change what ld.so is doing. discussed at length with kettenis CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2022/10/22 21:43:04 Modified files: sys/arch/macppc/dev: adb.c apm.c Log message: Connect macppc's power button and lid to the SUSPEND stubs A kernel with option SUSPEND now calls gosleep() if I run zzz(8), press the power button (when machdep.pwraction=2), or close the lid (when machdep.lidaction=1). Because gosleep() is an empty stub, the macppc does not really suspend; it only suspends some devices and immediately resumes. The interrupt from the power button or the lid needs some thread (other than systq) to call sleep_state(). Use taskq_create(9) to create another thread. Add a call to device_register_wakeup(). Without this call, sleep_state() does nothing. ok kettenis@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2022/10/22 23:09:51 Modified files: mail/p5-Email-Date-Format: Makefile distinfo Log message: Update to p5-Email-Date-Format-1.006. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/23 00:00:24 Modified files: lib/libz : adler32.c compress.c crc32.c crc32.h deflate.c deflate.h gzclose.c gzguts.h gzlib.c gzread.c gzwrite.c infback.c inffast.c inffast.h inffixed.h inflate.c inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h sys/lib/libz : adler32.c compress.c crc32.c crc32.h deflate.c deflate.h infback.c inffast.c inffast.h inffixed.h inflate.c inflate.h inftrees.c inftrees.h trees.c trees.h zconf.h zlib.h zutil.c zutil.h Log message: Drop RCS ids in upstream zlib source We're not maintaining a this as a fork, it's upstream source with a handful of patches. Thus, the RCS ids aren't particularly useful or important. They are a bit of a maintenance burden and generate noise in diffs. ok kn, no objection millert, "kill" guess who CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 00:00:38 Modified files: net/nextcloudclient: Makefile distinfo Log message: Update nextcloudclient to 3.6.1 Update diff from maintainer CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 00:08:26 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: Makefile distinfo devel/kf5/baloo: Makefile distinfo devel/kf5/baloo/pkg: PLIST devel/kf5/bluez-qt: Makefile distinfo devel/kf5/breeze-icons: Makefile distinfo devel/kf5/breeze-icons/pkg: PLIST devel/kf5/extra-cmake-modules: Makefile distinfo devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: distinfo devel/kf5/kactivities-stats: Makefile distinfo devel/kf5/kapidox: distinfo devel/kf5/karchive: Makefile distinfo devel/kf5/kauth: distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kbookmarks/pkg: PLIST devel/kf5/kcalendarcore: distinfo devel/kf5/kcmutils: distinfo devel/kf5/kcodecs: Makefile distinfo devel/kf5/kcompletion: distinfo devel/kf5/kconfig: Makefile distinfo devel/kf5/kconfigwidgets: Makefile distinfo devel/kf5/kcontacts: distinfo devel/kf5/kcontacts/pkg: PLIST devel/kf5/kcoreaddons: Makefile distinfo devel/kf5/kcrash: Makefile distinfo devel/kf5/kdav : distinfo devel/kf5/kdav/pkg: PLIST devel/kf5/kdbusaddons: distinfo devel/kf5/kdeclarative: distinfo devel/kf5/kded : distinfo devel/kf5/kdelibs4support: Makefile distinfo devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: distinfo devel/kf5/kdesu/pkg: PLIST devel/kf5/kdewebkit: distinfo devel/kf5/kdnssd: Makefile distinfo devel/kf5/kdoctools: distinfo devel/kf5/kemoticons: distinfo devel/kf5/kfilemetadata: distinfo devel/kf5/kfilemetadata/pkg: PLIST-locale devel/kf5/kglobalaccel: distinfo devel/kf5/kguiaddons: Makefile distinfo devel/kf5/kholidays: Makefile distinfo devel/kf5/khtml: Makefile distinfo devel/kf5/ki18n: distinfo devel/kf5/kiconthemes: Makefile distinfo devel/kf5/kidletime: Makefile distinfo devel/kf5/kidletime/pkg: PLIST devel/kf5/kimageformats: Makefile distinfo devel/kf5/kimageformats/pkg: PLIST devel/kf5/kinit: Makefile distinfo devel/kf5/kio : Makefile distinfo devel/kf5/kio/pkg: PLIST devel/kf5/kirigami2: distinfo devel/kf5/kirigami2/pkg: PLIST devel/kf5/kitemmodels: Makefile distinfo devel/kf5/kitemviews: Makefile distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kjsembed: distinfo devel/kf5/kmediaplayer: Makefile distinfo devel/kf5/knewstuff: distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kpackage/pkg: PLIST devel/kf5/kparts: distinfo devel/kf5/kparts/pkg: PLIST devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kquickcharts: distinfo devel/kf5/kross: distinfo devel/kf5/krunner: distinfo devel/kf5/krunner/pkg: PLIST devel/kf5/kservice: Makefile distinfo devel/kf5/ktexteditor: Makefile distinfo devel/kf5/ktexteditor/pkg: PLIST devel/kf5/ktextwidgets: Makefile distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: Makefile distinfo devel/kf5/kwayland: Makefile distinfo devel/kf5/kwidgetsaddons: distinfo devel/kf5/kwindowsystem: distinfo devel/kf5/kxmlgui: distinfo devel/kf5/kxmlgui/pkg: PLIST devel/kf5/kxmlrpcclient: distinfo devel/kf5/oxygen-icons: distinfo devel/kf5/plasma-framework: distinfo devel/kf5/plasma-framework/pkg: PLIST devel/kf5/prison: distinfo devel/kf5/purpose: Makefile distinfo devel/kf5/qqc2-desktop-style: Makefile distinfo devel/kf5/solid: distinfo devel/kf5/sonnet: distinfo devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: Makefile distinfo devel/kf5/threadweaver: distinfo Added files: devel/kf5/extra-cmake-modules/patches: patch-find-modules_FindInotify_cmake devel/kf5/kdesu/patches: patch-src_kdesud_kdesud_cpp devel/kf5/kimageformats/patches: patch-src_imageformats_avif_cpp Log message: Update KDE Frameworks to 5.99.0 Changelog: https://kde.org/announcements/frameworks/5/5.99.0/ Port changes: - Help FindInotify with ${LOCALBASE}/lib/inotify/ - This has no effect with current consumers but can help to find Inotify with small adjustments. - kimageformats backport (significant performance issue experienced when using animated AVIF images) - 350ce1b990460cb2178f369f22fe80803f5645f3 - 1190e53e9b69da6f9663ceb75c4813c5708b7cbd - Tweak make files - Enable Inotify in kcoreaddons and baloo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/23 00:12:06 Modified files: libexec/snmpd/snmpd_metrics: snmpd_metrics.8 Log message: add a little spacing and fix Nd; CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 00:37:57 Modified files: wayland/plasma-wayland-protocols: Makefile distinfo wayland/plasma-wayland-protocols/pkg: PLIST Log message: Update plasma-wayland-protocols to 1.9.0. kf5 5.99.0 depends on it CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/23 02:00:10 Modified files: sys/arch/macppc/dev: pm_direct.c Log message: Constify send/receive command tables Both only used for printf calls. OK gkoehler CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/23 02:00:29 Modified files: share/man/man7 : hier.7 Log message: add libexec/snmpd; help from jsg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/23 03:28:45 Modified files: mail/meli : Makefile Log message: only build on LP64; problem with types in melib/src/backends/notmuch.rs:82:13 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2022/10/23 03:29:48 Modified files: etc/etc.powerpc64: login.conf etc/etc.riscv64: login.conf Log message: powerpc64 and riscv64: sync pbuild class with amd64 and arm64 From Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/23 03:39:39 Modified files: x11/gnome/gucharmap: Makefile distinfo x11/gnome/gucharmap/patches: patch-meson_build Log message: Update to gucharmap-15.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/23 03:49:19 Modified files: x11/gnome/aisleriot: Makefile distinfo Log message: Update to aisleriot-3.22.26. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/23 04:14:04 Modified files: lang/python : python.port.mk Log message: add notes about keeping REVISION/PKGNAME in -current/next release above the version in -stable of the previous release when plist is changed etc (e.g. backporting updates to -stable after swotching the default Python version during a release cycle means that -current needs to keep ahead of -stable, to avoid problems with -stable packages at the next release) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 04:55:13 Modified files: x11/qt6/qt3d : Makefile Log message: Add missing build dependency on graphics/vulkan-loader and regen WANTLIB Spotted by aja, merci CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 05:02:59 Modified files: x11/kde-applications/akonadi-import-wizard: Makefile Log message: Remove unnecessary build dependency devel/libinotify CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2022/10/23 07:05:47 Modified files: net/tintin++ : Makefile distinfo Log message: Update tintin++ to 2.02.20 Changes: https://github.com/scandum/tintin/discussions/92 OK bcallah@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/23 07:38:03 Modified files: www/ungoogled-chromium: Makefile Log message: fixup the proper manpage; noticed by Ross L Richardson CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/23 07:45:32 Modified files: sys/dev/pci : if_bwfm_pci.c Log message: Bump tsleep timeout. For some reason the first attempt to load the firmware sometimes fails. This happens more often on M2 laptops that also need to load the touchpad firmware. Smells like we have some sort of thundering herd at mountroot time which makes this take more time. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/23 08:09:28 Modified files: games/odamex : Makefile Added files: games/odamex/patches: patch-libraries_textscreen_txt_sdl_h Log message: odamex' build system doesn't account for new sdl2 major.minor versioning. Fix build by still following the #define SDL20 pathway. ok tb@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/23 08:39:19 Modified files: sys/dev/ata : wd.c sys/dev : vnd.c sys/scsi : sd.c Log message: bzero(disklabel) or memset(disklabel,0) should be enough for anyone. No need to also set d_flags to 0. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2022/10/23 08:59:26 Modified files: games/vkquake : Makefile distinfo games/vkquake/patches: patch-Quake_Makefile Log message: Update vkquake to 1.20.3 (+unbreak due to SDL error) Changes: 1.20.3 * Fixed multiple parallelism bugs * 8-bit mode now has dithering 1.20.2 * Fixed a crash on startup with re-release Quake data * Fixed crash with small stack sized on Unix (e.g. musl libc) 1.20.1 * Fix a bug that could cause random lockups with 1.20.0 * Fix screenshot crash * Fix corruption if new vkquake.pak is missing or old one is still in place 1.20.0 * Parallelized renderer for significantly higher performance * Parallelized texture mip generation for faster load times * SIMD code optimizations * "8-bit" color mode emulation * Scaling is now less blurry * Mods menu * Completely replaced memory management (no more -heapsize) OK thfr@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 09:31:57 Modified files: x11/kde-applications/akonadiconsole: Makefile Log message: Remove unnecessary build dependency on devel/libinotify CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 09:32:30 Modified files: x11/kde-applications/kmail: Makefile Log message: Remove unnecessary build dependency on devel/libinotify CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 09:34:17 Modified files: x11/kde-applications/grantlee-editor: Makefile Log message: Remove unnecessary build dependency on devel/libinotify CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/10/23 11:24:09 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2022/10/23 12:43:00 Modified files: share/man/man4 : Makefile iic.4 sys/arch/arm64/conf: GENERIC sys/dev/i2c : files.i2c Added files: share/man/man4 : pijuice.4 sys/dev/i2c : pijuice.c Log message: Initial apm/sensor driver for the PiJuice HAT UPS, to feedback battery status information. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/23 13:06:35 Modified files: usr.bin/compress: main.c Log message: The cat_opts and decomp_opts fields in struct compressor are unused so just remove them. Also mark functions private to main.c as static. For SMALL, longopts can be NULL instead of an empty array. OK kn@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/10/23 13:33:39 Modified files: sys/arch/octeon/dev: amdcf.c octcf.c Log message: bzero(disklabel) or memset(disklabel,0) should be enough for anyone. No need to also set d_flags to 0. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/23 13:37:58 Modified files: x11/gnome/console: Makefile Log message: gnome-console uses C17, so needs ports-gcc on base-gcc arches Fixes build on sparc64 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/23 13:38:23 Modified files: security/vaultwarden: Makefile crates.inc distinfo security/vaultwarden/files: config.vendor www/vaultwarden-web: Makefile distinfo www/vaultwarden-web/pkg: PLIST Removed files: security/vaultwarden/patches: patch-src_api_core_organizations_rs Log message: Update to vaultwarden-1.26.0 and vaultwarden-web-2022.10.0 From aisha (maintainer). Thank you! CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/23 14:09:59 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.60.0 Changelog: https://rclone.org/changelog/#v1-60-0-2022-10-21 CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2022/10/23 14:29:44 Modified files: . : 72.html Log message: 7.2 release: 9577 powerpc packages CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/10/23 16:15:45 Modified files: sys/arch/arm64/dev: apldma.c Log message: Make sure driver is attached before allocating a channel. Fixes a crash on M2 Macbook Air with a newer device tree where aplaudio tries to allocate a channel after apldma_attach() failed. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/10/23 17:39:41 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: Fix a misleading comment ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/10/23 18:56:33 Modified files: sys/arch/amd64/amd64: tsc.c sys/arch/amd64/include: specialreg.h Log message: tsc: AMD Family 17h, 19h: compute frequency from Core::X86::Msr:PStateDef Compute the TSC frequency on AMD family 17h and 19h CPUs using the PStateDef MSRs. Link 1: https://marc.info/?l=openbsd-tech&m=166394236029484&w=2 Link 2: https://marc.info/?l=openbsd-tech&m=166446065916283&w=2 Test list: https://marc.info/?l=openbsd-tech&m=166646389821326&w=2 Reviewed by kettenis@ using the AMD documents cited in the comments. Maybe reviewed by mlarkin@? I can't remember. He seemed supportive of the idea at least. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/23 21:26:55 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 21:47:57 Modified files: share/man/man4 : pijuice.4 Log message: new sentence, new line CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 21:50:18 Modified files: share/man/man4 : pijuice.4 Log message: order Xr by section CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2022/10/23 22:28:01 Modified files: sys/dev/i2c : pijuice.c Log message: Fix comment; sconds -> seconds CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 22:54:47 Modified files: sys/dev/pci : pcidevs Log message: add AMD family 17h model 90h (Van Gogh) ids based on bentley's Steam Deck dmesg; can't find any documentation ok bentley@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 22:55:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 22:57:29 Modified files: sys/dev/pci : ccp_pci.c Log message: match AMD family 17h model 90h CCP tested by and ok bentley@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/23 23:20:40 Modified files: devel/kf5/baloo: Makefile devel/kf5/kcoreaddons: Makefile Log message: Add missing lib/inotify/inotify in WANTLIB CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 23:54:55 Modified files: sys/dev/pci : pcidevs Log message: add Intel 700 Series PCH ids from: Intel 700 Series Chipset Family Platform Controller Hub Datasheet, Volume 1 of 2. Doc. No.: 743835 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 23:55:33 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 23:57:58 Modified files: sys/dev/pci : ichiic.c dwiic_pci.c pucdata.c Log message: match on Intel 700 Series CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/23 23:59:17 Modified files: sys/dev/pci : azalia.c Log message: enable snooping on Intel 700 Series CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/24 00:10:25 Modified files: sys/dev/pci : pcidevs Log message: include "600 Series" in 600 Series strings missed in rev 1.1980 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/24 00:11:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/24 01:12:44 Modified files: textproc/py-ICU: Makefile distinfo textproc/py-ICU/patches: patch-setup_py Log message: Update to py3-ICU-2.10. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/24 01:18:26 Modified files: sysutils/collectd: Makefile distinfo sysutils/collectd/patches: patch-Makefile_in patch-configure_ac patch-src_cpu_c patch-src_libcollectdclient_server_c patch-src_nut_c patch-src_processes_c patch-src_python_c Log message: sysutils/collectd: update to 5.12.0. see https://github.com/collectd/collectd/blob/collectd-5.12.0/ChangeLog for all changes since 5.8.1. ok solene@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 01:21:43 Modified files: devel/py-decorator: Makefile distinfo devel/py-decorator/pkg: PLIST Log message: update to py3-decorator-5.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 01:32:48 Modified files: x11/freerdp : Makefile distinfo x11/freerdp/patches: patch-CMakeLists_txt Log message: update to freerdp-2.8.1 CVE-2022-39282: /parallel (parallel port redirection) may send uninitialized data to the server CVE-2022-39283: /video may read uninitialized data, decode it as audio/video and display the result CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 01:34:00 Modified files: x11/freerdp : Tag: OPENBSD_7_2 Makefile distinfo x11/freerdp/patches: Tag: OPENBSD_7_2 patch-CMakeLists_txt Log message: update to freerdp-2.8.1 CVE-2022-39282: /parallel (parallel port redirection) may send uninitialized data to the server CVE-2022-39283: /video may read uninitialized data, decode it as audio/video and display the result CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2022/10/24 01:53:47 Modified files: net/powerdns : Makefile distinfo Log message: CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/24 03:12:09 Modified files: sys/dev/pci : pcidevs Log message: add AMD Mendocino/Radeon 610M graphics id family 17h model A0h, Ryzen and Athlon 7020 Series: Ryzen 5 7520U Ryzen 3 7320U Athlon Gold 7220U Athlon Silver 7120U gfx1037/GC 10.3.7/DCN 3.1.6 ? CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/24 03:12:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/10/24 03:23:27 Modified files: share/man/man4 : pijuice.4 Log message: improve grammar with and ok jmc@ ok mglocker@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/24 04:26:59 Modified files: usr.sbin/rpki-client: x509.c Log message: Make x509_init_oid() table based Reduces the amount of copy-paste and makes things easier on the eye. ok claudio job CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2022/10/24 05:48:13 Modified files: devel/got : Makefile distinfo Log message: update to got 0.77 - disallow integrating into references outside refs/heads/ (jrick) - gotwebd.conf: add syntax for defining macros and document them (op) - simplify the way 'got patch' opens a tempfile when reading from stdin - lots of refactoring to allow gotd(8) code to run without libexec helpers - more refactoring to allow gotd(8) to stream packfile data on network sockets - add missing error checking around some unlink(2) syscalls - don't crash if delta cache is missing while combining deltas; for dev builds - allow got_object_parse_tree() to reuse entries buffer allocations for speed - show a more useful error if the size of a packed object won't fit in 64 bits - switch integers used for counting objects while indexing packs to unsigned - refresh cached list of pack index paths while searching a packed object - introduce gotd(8) and gotsh(1); WIP and not yet provided in binary packages - close parent's end of imsg pipe before waiting for a child process to exit - fix detection of SIGTERM in tog; this signal was accidentally being ignored - avoid printing harmless errors that can occur when tog exits due to Ctrl-C CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 07:32:56 Modified files: mail/rspamd : Makefile mail/rspamd/patches: patch-src_libserver_symcache_symcache_internal_hxx patch-src_libutil_printf_c Added files: mail/rspamd/patches: patch-lualib_lua_mime_lua patch-src_plugins_lua_milter_headers_lua Log message: backport ded2e51e6032 and 272503b1ba88 from rspamd upstream these partially revert some changes to header handling (by making them optional) which caused issues with the opensmtpd rspamd filter CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 07:42:06 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST Log message: update to unifi-7.2.95, includes security fixed apache commons-text CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 07:59:19 Modified files: net/unifi : Makefile.inc net/unifi/5.14 : Makefile distinfo net/unifi/5.14/pkg: PLIST net/unifi/5.6 : Makefile net/unifi/6.0 : Makefile distinfo net/unifi/6.0/pkg: PLIST Log message: replace commons-text 1.8 in unifi 6.0/5.14 with 1.10.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/24 08:08:20 Modified files: mail/mozilla-thunderbird: Makefile Log message: mail/mozilla-thunderbird: add missing rnp to WANTLIB should unbreak pgp features as found out by gkoehler@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/24 08:22:48 Modified files: editors/ghostwriter: Makefile distinfo Log message: update editors/ghostwriter to 2.2.0 need to switch to GH_COMMIT because upstream didn't tag the release, the version number was just bumped in a commit. ok caspar@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/24 08:25:39 Modified files: math/cglm : Makefile distinfo math/cglm/patches: patch-CMakeLists_txt math/cglm/pkg : PLIST Log message: update math/cglm to 0.8.6 changelog: https://github.com/recp/cglm/releases/tag/v0.8.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 08:59:50 Modified files: mail/postfix : Makefile.inc Log message: use https, bumps to follow shortly via version updates CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 09:00:11 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to postfix-3.8.20221007, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 09:00:18 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to postfix-3.7.3, from Brad CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/24 09:02:02 Modified files: usr.sbin/httpd : httpd.8 httpd.h Log message: remove unused references to httpd.sock; found by dante catalfamo ok florian CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/10/24 09:11:09 Modified files: sysutils/py-dotenv: Makefile Log message: sysutils/py-dotenv: update HOMEPAGE OK sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/24 09:11:57 Modified files: sys/uvm : uvm_map.c Log message: uvm_unmap_remove() traverses the entries in the start,end range scanning for IMMUTABLE, before traversing for unmap. I didn't copy enough traversal code for the scan, and thus MAP_FIXED was subtly broken. test help from tb, ok kettenis miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 09:41:50 Modified files: mail/postfix : Makefile.inc mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile Log message: mail/postfix tweaks: Add back an ftp:// site at the end of MASTER_SITES for peek-ftp, plus portroach markers to point at the (http-only) main site rather than mirrors. OK Brad. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/10/24 09:52:40 Modified files: sbin/iked : ikev2.c Log message: Fix DH group lookup when checking if PFS is required. Compare ID directly instead of calling group_get() and leaking the result. ok markus@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/10/24 09:54:48 Modified files: devel/intellij : Makefile distinfo devel/intellij/files: idea devel/intellij/pkg: PLIST Log message: devel/intellij: update to 2022.2.2 changelog: https://youtrack.jetbrains.com/articles/IDEA-A-236159434/IntelliJ-IDEA-202222-222416729-build-Release-Notes ok landry@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/10/24 09:59:36 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST devel/pycharm/files: pycharm Log message: devel/pycharm: update to 2022.2.2 changelog: https://youtrack.jetbrains.com/articles/PY-A-233538002/PyCharm-202222-222416733-build-Release-Notes ok landry@ CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2022/10/24 10:02:08 Modified files: . : errata72.html Log message: Release LibreSSL errata. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 10:07:24 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: README Log message: tweak pkg-readme CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2022/10/24 10:29:22 Modified files: mail/mimedefang: Makefile distinfo Log message: bugfix update to 3.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/24 10:59:25 Modified files: x11/kde-applications/messagelib: Makefile Added files: x11/kde-applications/messagelib/patches: patch-messageviewer_src_CMakeLists_txt Log message: Enable Inotify support CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/24 11:47:00 Modified files: net/weechat : Makefile distinfo Log message: Update weechat to 3.7.1 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/24 11:58:43 Modified files: etc : netstart share/man/man8 : netstart.8 Log message: Add required sh(1) to synopsis Contrary to other scripts in base like rc.d(8) or MAKEDEV(8), netstart(8) itself is not executable and must be passed as file to sh(1): $ man -h netstart /etc/netstart [-n] [interface ...] $ /etc/netstart ksh: /etc/netstart: cannot execute - Permission denied Fix usage and synopsis to provide required usage: $ man -h netsart sh /etc/netstart [-n] [interface ...] OK jmc CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/24 12:05:25 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/patches: patch-configure Log message: Update homebank to 5.5.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/24 12:25:13 Modified files: net/unifi/5.14 : Makefile net/unifi/6.0 : Makefile Log message: missed bumps; reported by naddy CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2022/10/24 12:34:29 Modified files: share/man/man4 : maxrtc.4 Log message: We recently added support for the DS1339. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2022/10/24 12:52:52 Modified files: www/tor-browser/browser: Tag: OPENBSD_7_2 Makefile Log message: www/tor-browser/browser: bump REVISION sthen on why the package failed to build: "it failed PLIST_DB, the last time it was built on -stable with that version number (presumably in 7.1-stable) it had a gtk+2 dep which is no longer there" OK sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/24 13:32:44 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/pkg: PLIST Log message: Update keepassxc to 2.7.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/24 13:33:44 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/pkg: PLIST Log message: Update qt-creator to 8.0.2 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/24 14:43:23 Modified files: share/man/man4 : iic.4 Log message: update the maxrtc entry; while here, knock out the Tn macros and patch up AUTHORS; CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/24 14:51:07 Modified files: etc : netstart Log message: do not wait for autoconf in dry-run If there is no default route but some interface has AUTOCONF, printing what would be done still waits for... nothing to happen. OK tb CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/24 15:51:55 Modified files: usr.bin/ssh : scp.c sftp-glob.c Log message: when scp(1) is using the SFTP protocol for transport (the default), better match scp/rcp's handling of globs that don't match the globbed characters but do match literally (e.g. trying to transfer "foo.[1]"). Previously scp(1) in SFTP mode would not match these pathnames but legacy scp/rcp mode would. Reported by Michael Yagliyan in bz3488; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/24 15:52:50 Modified files: regress/usr.bin/ssh: scp.sh Log message: regress test for unmatched glob characters; fails before previous commit but passes now. bz3488; prodded by dtucker@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2022/10/24 16:30:11 Modified files: net/minio/server: Makefile distinfo modules.inc Log message: Update to minio-0.20221024 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/24 16:43:37 Modified files: usr.bin/ssh : ssh.c sshconnect.c Log message: Be more paranoid with host/domain names coming from the resolver: don't follow CNAMEs with invalid characters when canonicalising and never write a name with bad characters to a known_hosts file. reported by David Leadbeater, ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2022/10/24 17:22:22 Modified files: net/minio/client: Makefile distinfo modules.inc Log message: Update to minioc-0.20221022 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/10/24 23:49:40 Modified files: share/man/man4 : maxrtc.4 Log message: tweak DESCRIPTION; ok mglocker CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/24 23:57:52 Modified files: devel/kf5/kidletime: Makefile Log message: Add missing build dependency on wayland/plasma-wayland-protocols By aja@, merci CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/10/25 00:00:34 Modified files: sys/arch/sparc64/sparc64: db_trace.c Log message: rwindow32 is gone and won't be coming back. ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/10/25 00:05:57 Modified files: sys/arch/sparc64/include: asm.h sys/arch/sparc64/sparc64: machdep.c vm_machdep.c Log message: STACK_OFFSET was to support it varying when compiling some code for either 32bit or 64bit. With the elimination of 32bit sparc bits it was just a superfluous indirection of BIAS. Also, CCFSZ is gone. ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/25 01:39:05 Modified files: textproc/py-ICU: Makefile distinfo Log message: Update to py3-ICU-2.10.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/25 01:39:18 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.60.0. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/25 02:40:25 Modified files: share/man/man8 : netstart.8 Log message: Improve DESCRIPTION - use plural to clarify how more than interface may be passed - drop the distinction between interface and bridge - drop useless example: netstart is as trivial as echo(1) - mention options the usual way, this also adds tags which makes ":tn" work as expected in the pager to jump to `-n's definition OK jmc CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/10/25 03:04:49 Modified files: usr.bin/tmux : screen-write.c Log message: Do not fire redraw callback if NULL. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/10/25 03:12:05 Modified files: usr.bin/tmux : cmd-parse.y Log message: Fix a memory leak, from Japin Li in GitHub issue 3358. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2022/10/25 03:54:24 Modified files: share/snmp : OPENBSD-PF-MIB.txt Log message: Fix several "bytes" in DESCRIPTION to their clearly intended "packets". Found by Alec olp_76 yahoo ca OK sthen@, denis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/25 04:26:38 Modified files: databases/mariadb: Makefile databases/mariadb/pkg: PLIST-server PLIST-tests Added files: databases/mariadb/patches: patch-storage_rocksdb_CMakeLists_txt patch-storage_rocksdb_ha_rocksdb_cc databases/mariadb/pkg: PFRAG.rocksdb-server PFRAG.rocksdb-tests Log message: build mariadb with rocksdb on amd64 and riscv64, from Brad CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2022/10/25 04:46:59 Modified files: usr.sbin/snmpd : Makefile Log message: Fix LDADD and DPADD. DPADD bit pointed out by deraadt@ "No kidding" deraadt@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2022/10/25 05:02:44 Modified files: games/odamex : Makefile Log message: games/odamex: mark broken for now. Since SDL2 was updated, odamex no longer works. thfr@ recently committed a fix to make it compile at least, but it still segfaults at runtime. Marking BROKEN until I find time to look into it. backtrace from thfr@ follows: ``` (gdb) bt full #0 I_GetVideoCapabilities () at /usr/ports/pobj/odamex-0.9.5/odamex-src-0.9.5/client/sdl/i_video.cpp:723 No locals. #1 I_InitHardware () at /usr/ports/pobj/odamex-0.9.5/odamex-src-0.9.5/client/sdl/i_video.cpp:709 native_mode = #2 0x0000051a781789db in D_DoomMain () at /usr/ports/pobj/odamex-0.9.5/odamex-src-0.9.5/client/src/d_main.cpp:790 newwadfiles = { >> = {> = {}, __begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = { __value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, } newpatchfiles = { >> = {> = {}, __begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = { __value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, } iwad_filename_cstr = 0x0 val = p = #3 0x0000051a781d9cef in main (argc=, argv=) at /usr/ports/pobj/odamex-0.9.5/odamex-src-0.9.5/client/sdl/i_main.cpp:278 crashdir = CON_FILE = sdl_flags = error = ``` CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/25 05:07:37 Modified files: games/quakespasm: Makefile distinfo Log message: update quakespasm to 0.95.0 which fixes runtime with the sdl2 update to 2.24.1. http -> https while here. ok sdk@ jsg@ (maintainer) CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2022/10/25 05:39:33 Modified files: sys/arch/luna88k/luna88k: machdep.c Log message: Add more chance to process IPI in the interrupt service routine. This prevents "luna88k_ext_int: cpu0 level 1 interrupt" message on heavy load. "This makes sense" miod@, tested by me. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/10/25 06:58:30 Modified files: security/opendnssec: Makefile distinfo Log message: Update opendnssec 2.1.10 -> 2.1.11 Announcement: https://www.opendnssec.org/2022/10/opendnssec-2-1-11/ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/25 06:59:55 Modified files: lang/gforth : Makefile lang/gforth/pkg: PLIST Added files: lang/gforth/patches: patch-engine_signals_c Log message: lang/gforth: Use calloc to work around an RWX mmap used for sigaltstack which causes noisy printfs. "Using calloc looks good to me" deraadt No feedback from maintainer in over a week. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/25 09:06:37 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-gtk_gtkfilechooserwidget_c x11/gtk+4/pkg : PLIST-main Log message: Update to gtk+4-4.8.2. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/25 09:10:34 Modified files: infrastructure/mk: bsd.port.mk Log message: bsd.port.mk: g/c the mips64 pkg_args handling Historically, bsd.lib.mk used to build lib*_pic.a libraries, except on mips64. Ten years ago, bsd.lib.mk stopped creating lib*_pic.a files and the corresponding PFRAG.no_mips64 bits were removed from the ports tree. Remove the _PKG_ARGS handling that was forgotten at the time. From Brad, ok sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/10/25 09:15:38 Modified files: sys/arch/alpha/alpha: locore.s vm_machdep.c sys/arch/alpha/include: cpu.h sys/arch/hppa/hppa: locore.S vm_machdep.c sys/arch/hppa/include: cpu.h sys/arch/macppc/macppc: locore.S sys/arch/powerpc/powerpc: vm_machdep.c Log message: Consistently use 'proc_trampoline' as the name of the trampoline used by cpu_fork() ok miod@ kettenis@ mpi@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/25 09:29:14 Modified files: databases/sqlite3: Makefile distinfo Log message: databases/sqlite3: update to 3.39.4. see https://www.sqlite.org/releaselog/3_39_4.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/25 09:29:42 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Log message: geo/pgrouting: update to 3.4.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/25 09:58:14 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-42.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/25 09:58:40 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 42.6! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/25 10:08:26 Modified files: sys/sys : siginfo.h wait.h sys/kern : kern_exit.c Log message: Implement waitid(2) which is now part of POSIX and used by mozilla. This includes a change of siginfo_r which is technically an ABI break but this should have no real-world impact since the members involved are never touched by the kernel. ok millert@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/25 10:10:31 Modified files: sys/kern : syscalls.master Log message: mplement waitid(2) which is now part of POSIX and used by mozilla. This includes a change of siginfo_r which is technically an ABI break but this should have no real-world impact since the members involved are never touched by the kernel. ok millert@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/25 10:11:23 Modified files: print/py-pydyf : Makefile distinfo Log message: print/py-pydyf: update to 0.5.0. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/25 10:11:29 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/25 10:11:57 Modified files: print/weasyprint: Makefile distinfo print/weasyprint/pkg: PLIST Log message: print/weasyprint: update to 57.0. see https://doc.courtbouillon.org/weasyprint/stable/changelog.html#version-57-0 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/25 10:30:30 Modified files: include : time.h sys/sys : _time.h Log message: Move CLOCKS_PER_SEC to sys/_time.h so the kernel has access to it. This will be used in waitid(2) to set si_utime and si_stime. The definition of struct timespec also moves from time.h to sys/_time.h for struct itimerspec. OK kettenis@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/25 11:10:13 Modified files: share/man/man8 : netstart.8 Log message: trim DESCRIPTION - just call it (a sh(1)) script, in line with MAKEDEV(8) and rc.d(8) - use only .Nm thereafter instead of .Nm/the .Nm script/... - zap the additional rc.conf(8) bits for they can be found in this manual - zap unhelpful "(or can be)" Feedback OK jmc CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/10/25 11:53:31 Modified files: usr.bin/tmux : screen-write.c Log message: Initialize context before testing it. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/10/25 12:44:36 Modified files: sys/arch/hppa/include: pmap.h sys/arch/hppa/hppa: pmap.c Log message: Store mod/ref flags using md pg_flags values rather than a specific field in vm_page_md, which allows this struct to shrink a bit. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/25 13:09:06 Modified files: misc/remind : Makefile distinfo misc/remind/pkg: PLIST Added files: misc/remind/patches: patch-src_dosubst_c patch-tests_test_cmp patch-tests_tz_rem Log message: update to remind-4.2.0, from Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2022/10/25 13:27:04 Log message: sysutils/m1n1: Import m1n1-1.1.6 m1n1 is a bootloader for Apple Silicon ARM64 machines. ok kettenis@ sthen@ Status: Vendor Tag: tobhe Release Tags: tobhe_20221025 N ports/sysutils/m1n1/Makefile N ports/sysutils/m1n1/distinfo N ports/sysutils/m1n1/pkg/DESCR N ports/sysutils/m1n1/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2022/10/25 13:32:18 Modified files: sys/dev/i2c : pijuice.c Log message: Calculate approx. battery re-charge time. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2022/10/25 13:37:08 Modified files: sysutils/fzf : Makefile distinfo sysutils/fzf/pkg: README Added files: sysutils/fzf : modules.inc sysutils/fzf/patches: patch-shell_completion_bash Log message: sysutils/fzf: Update to version 0.34.0 and use go modules. Diff sent in from Laurent Cheylus. OK abieber@. Thanks both. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/25 13:43:08 Modified files: security/polarssl: Makefile Log message: fix license marker, GPL was dropped so this has been Apache v2 or commercial only for a while CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/25 13:45:37 Modified files: security/polarssl: Makefile Log message: typo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/25 13:50:00 Modified files: multimedia/svt-av1: Makefile distinfo Log message: update to svt-av1-1.3.0, from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/10/25 13:55:31 Modified files: regress/sys/kern/signal/fpsig: fpsig.c Log message: Make the floating-point computations a sligthly teeny bit more complex (but real), to prevent llvm panzers from optimizing too aggressively and generating code which does not touch the slightest floating point register on some platforms. ok otto@ CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2022/10/25 14:03:22 Modified files: sysutils : Makefile Log message: Hook m1n1 up to build CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/25 14:21:42 Modified files: net/openvpn : Makefile Log message: openvpn--mbedtls packages can't be redistributed anymore (GPLv2 vs Apache 2) Upstream commit that warns about this situation: https://github.com/OpenVPN/openvpn/commit/110eee0288cff0720952a2cf16c4fb191d0bd616 Pointed out by sthen@, thanks! CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2022/10/25 14:27:00 Log message: sysutils/u-boot-asahi: Import u-boot-asahi-2022.07-3 U-Boot firmware for Apple Silicon arm64 machines ok kettenis@ sthen@ Status: Vendor Tag: tobhe Release Tags: tobhe_20221025 N ports/sysutils/u-boot-asahi/Makefile N ports/sysutils/u-boot-asahi/distinfo N ports/sysutils/u-boot-asahi/pkg/DESCR N ports/sysutils/u-boot-asahi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2022/10/25 14:32:14 Modified files: sysutils : Makefile Log message: Hook up u-boot-asahi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/25 14:36:04 Modified files: www/hiawatha : Makefile Log message: Hiawatha is GPLv2 only and depends on mbedTLS, which was previously dual licensed (GPLv2/Apache) as well as offering commercial licenses, but GPLv2 was dropped from mbedTLS in v2.17, and the Apache license is not compatible with GPLv2. mbedTLS is in packages rather than a system library, so we don't seem to come under exemptions, so stop distributing binary packages of Hiawatha. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/25 16:35:58 Modified files: net/samba : Makefile distinfo Log message: SECURITY UPDATE to samba-4.17.2 Fixes for: o CVE-2022-3437: There is a limited write heap buffer overflow in the GSSAPI unwrap_des() and unwrap_des3() routines of Heimdal (included in Samba). https://www.samba.org/samba/security/CVE-2022-3437.html o CVE-2022-3592: A malicious client can use a symlink to escape the exported directory. https://www.samba.org/samba/security/CVE-2022-3592.html Release notes: https://www.samba.org/samba/history/samba-4.17.2.html CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2022/10/25 16:43:43 Modified files: sysutils/hcloud: Makefile distinfo modules.inc Log message: Update hcloud to 1.30.3 Changes: https://github.com/hetznercloud/cli/compare/hetznercloud:b530e53...hetznercloud:27b41d0 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2022/10/25 17:08:16 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: geo/openbsd-developers: add myself (aisha) ok abieber@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/25 17:21:06 Modified files: graphics/gdk-pixbuf2: Makefile distinfo Log message: Update to gdk-pixbuf-2.42.10. CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2022/10/25 17:31:21 Modified files: devel/luafs : Makefile distinfo devel/luafs/patches: patch-Makefile patch-config devel/luafs/pkg: PLIST Log message: devel/luafs: update to 1.8.0 regression tests working fine ok aieber@ and sdk@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/25 18:22:49 Modified files: net/samba : Makefile net/samba/pkg : PLIST-main Log message: Also fix the @conflict with the now removed samba-util package While it doesn't block updates there's no reason to leave this package around. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/25 18:40:41 Modified files: usr.bin/compress: main.c Log message: compress: fix minor TOCTOU when checking for existing file Use open(2) + fstat(2) instead of stat(2) + open(2). The file open code has been moved into its own functions so it can be shared between docompress() and dodecompress(). CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/10/25 19:06:24 Modified files: net/samba : Tag: OPENBSD_7_2 Makefile distinfo net/samba/pkg : Tag: OPENBSD_7_2 PLIST-main Log message: SECURITY UPDATE to samba-4.16.6 Fixes for: o CVE-2022-3437: There is a limited write heap buffer overflow in the GSSAPI unwrap_des() and unwrap_des3() routines of Heimdal (included in Samba). https://www.samba.org/samba/security/CVE-2022-3437.html Release notes: https://www.samba.org/samba/history/samba-4.16.6.html CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2022/10/25 20:15:16 Modified files: net/knot : Makefile distinfo Added files: net/knot/patches: patch-tests_contrib_test_net_c Log message: net/knot: update to 3.2.1 ok abieber@ jca@ CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2022/10/25 20:16:05 Modified files: net/py-libknot : Makefile distinfo Log message: net/py-libknot: update to 3.2.1 ok abieber@ jca@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/25 21:31:13 Modified files: devel/libnfs : Makefile distinfo Removed files: devel/libnfs/patches: patch-lib_socket_c Log message: Update libnfs to 5.0.2 Removes a patch that is no longer necessary From Brad Smith CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/25 23:54:16 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-ash_display_mirror_window_controller_cc patch-base_BUILD_gn patch-base_allocator_partition_allocator_partition_address_space_cc patch-base_allocator_partition_allocator_partition_alloc_cc patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_page_h patch-base_allocator_partition_allocator_partition_root_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_bsd_cc patch-base_files_file_util_unittest_cc patch-base_i18n_icu_util_cc patch-base_native_library_unittest_cc patch-base_process_memory_cc patch-base_process_process_metrics_cc patch-base_process_process_metrics_freebsd_cc patch-base_process_process_metrics_h patch-base_rand_util_h patch-base_rand_util_posix_cc patch-base_threading_platform_thread_posix_cc patch-base_trace_event_malloc_dump_provider_cc patch-build_config_compiler_BUILD_gn patch-cc_BUILD_gn patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_chrome_unscaled_resources_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_file_picker_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_cc patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_h patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc patch-chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_external_provider_impl_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_media_router_discovery_BUILD_gn patch-chrome_browser_media_webrtc_webrtc_logging_controller_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_metrics_power_process_monitor_cc patch-chrome_browser_metrics_power_process_monitor_h patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_new_tab_page_new_tab_page_util_cc patch-chrome_browser_policy_browser_signin_policy_handler_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_ts patch-chrome_browser_resources_settings_appearance_page_appearance_page_html patch-chrome_browser_resources_settings_appearance_page_appearance_page_ts patch-chrome_browser_resources_settings_autofill_page_passwords_shared_css patch-chrome_browser_resources_signin_signin_shared_css patch-chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_task_manager_sampling_task_group_sampler_cc patch-chrome_browser_themes_theme_helper_cc patch-chrome_browser_themes_theme_service_aura_linux_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_views_first_run_dialog_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_non_client_frame_view_factory_views_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_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_drag_controller_cc patch-chrome_browser_ui_views_tabs_tab_hover_card_controller_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_settings_appearance_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_manager_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_media_cdm_host_file_path_cc patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_renderer_chrome_render_frame_observer_cc patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_updater_device_management_dm_client_cc patch-chrome_updater_installer_cc patch-chrome_updater_util_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_cast_channel_cast_message_util_cc patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_metrics_motherboard_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_paint_preview_browser_paint_preview_client_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_resources_policy_templates_json patch-components_translate_core_common_translate_util_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_skia_renderer_cc patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_main_loop_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_download_download_manager_impl_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_media_frameless_media_interface_proxy_h patch-content_browser_media_media_interface_proxy_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_utility_sandbox_delegate_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_gpu_gpu_sandbox_hook_linux_cc patch-content_public_browser_render_process_host_h patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_public_test_mock_render_process_host_h patch-content_renderer_media_render_media_client_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_shell_BUILD_gn patch-content_shell_app_shell_main_delegate_cc patch-content_shell_browser_shell_browser_main_parts_cc patch-content_shell_utility_shell_content_utility_client_cc patch-content_test_BUILD_gn patch-content_zygote_zygote_linux_cc patch-extensions_browser_extension_prefs_cc patch-gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_gl_texture_image_backing_cc patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_ipc_service_gpu_init_cc patch-headless_lib_browser_headless_web_contents_impl_cc patch-media_audio_BUILD_gn patch-media_audio_sndio_audio_manager_sndio_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_supported_types_cc patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_cdm_cdm_paths_unittest_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc patch-media_media_options_gni patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-media_video_video_encode_accelerator_adapter_cc patch-media_video_video_encode_accelerator_adapter_test_cc patch-mojo_core_BUILD_gn patch-mojo_core_channel_cc patch-net_BUILD_gn patch-net_dns_BUILD_gn patch-net_dns_host_resolver_manager_cc patch-net_dns_public_BUILD_gn patch-net_proxy_resolution_proxy_config_service_linux_cc patch-net_socket_udp_socket_posix_cc patch-net_third_party_quiche_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-net_url_request_url_request_context_cc patch-net_url_request_url_request_context_h patch-pdf_pdfium_pdfium_engine_cc patch-remoting_host_ipc_constants_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_policy_watcher_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_hid_hid_service_cc patch-services_network_BUILD_gn patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_angle_src_libANGLE_renderer_driver_utils_h 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_frame_web_frame_test_cc patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_scheduler_common_thread_cc patch-third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc patch-third_party_boringssl_src_include_openssl_base_h patch-third_party_libxml_src_dict_c patch-third_party_perfetto_src_base_unix_socket_cc patch-third_party_swiftshader_src_WSI_BUILD_gn patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_mem_alloc_h patch-third_party_wayland_features_gni patch-third_party_webrtc_BUILD_gn patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_webrtc_rtc_base_BUILD_gn patch-third_party_webrtc_rtc_base_network_cc patch-third_party_webrtc_rtc_base_physical_socket_server_cc patch-third_party_webrtc_rtc_base_physical_socket_server_h patch-ui_aura_screen_ozone_h patch-ui_base_ime_dummy_text_input_client_cc patch-ui_base_test_skia_gold_pixel_diff_cc patch-ui_base_webui_web_ui_util_cc patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_display_screen_cc patch-ui_display_screen_h patch-ui_events_event_cc patch-ui_gfx_BUILD_gn patch-ui_message_center_views_message_popup_view_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-ui_views_window_custom_frame_view_cc patch-v8_BUILD_gn patch-v8_include_v8-internal_h patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_compiler_backend_ia32_instruction-selector-ia32_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h Added files: www/chromium/patches: patch-base_profiler_sampling_profiler_thread_token_cc patch-base_profiler_sampling_profiler_thread_token_h patch-base_profiler_stack_base_address_posix_cc patch-base_profiler_thread_delegate_posix_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_layout_delegate_h patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-remoting_host_basic_desktop_environment_cc patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-ui_base_ui_base_types_h patch-ui_color_color_provider_utils_cc patch-ui_color_system_theme_h patch-ui_gl_gl_implementation_cc patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_platform_window_platform_window_delegate_cc patch-ui_platform_window_platform_window_delegate_h patch-v8_src_base_platform_memory_h patch-v8_src_base_small-vector_h Removed files: www/chromium/patches: patch-base_third_party_symbolize_symbolize_cc patch-chrome_browser_browser_resources_grd patch-chrome_browser_resources_plugin_metadata_plugins_linux_json patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_web_applications_app_browser_controller_cc patch-chrome_browser_ui_webui_settings_appearance_handler_h patch-media_audio_audio_features_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_get_environment_c patch-third_party_vulkan-deps_vulkan-loader_src_loader_get_environment_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_stack_allocation_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_loader_platform_h Log message: update to 107.0.5304.68 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/26 00:29:16 Modified files: security/qca-qt5: Makefile distinfo security/qca-qt5/patches: patch-plugins_qca-ossl_qca-ossl_cpp patch-unittest_CMakeLists_txt Log message: Update qca-qt5 to 2.3.5 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/26 03:29:26 ports/www/nextcloud/25 Update of /cvs/ports/www/nextcloud/25 In directory cvs.openbsd.org:/tmp/cvs-serv20492/25 Log Message: Directory /cvs/ports/www/nextcloud/25 added to the repository CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/26 03:29:48 ports/www/nextcloud/25/pkg Update of /cvs/ports/www/nextcloud/25/pkg In directory cvs.openbsd.org:/tmp/cvs-serv54269/25/pkg Log Message: Directory /cvs/ports/www/nextcloud/25/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/26 03:31:26 Added files: www/nextcloud/25: Makefile distinfo www/nextcloud/25/pkg: PLIST Log message: Add Nextcloud 25 "a.k.a hub3" OK landry@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/26 03:32:06 Modified files: www/nextcloud : Makefile Log message: Add Nextcloud 25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/26 04:44:03 Modified files: databases/py-psycopg2: Makefile distinfo databases/py-psycopg2/pkg: PLIST Log message: update to py3-psycopg2-2.9.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/26 05:26:47 Modified files: graphics/jpeg : Makefile distinfo graphics/jpeg/patches: patch-wrjpgcom_c Log message: update to libjpeg-turbo-2.1.4, from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/26 05:30:41 Modified files: textproc/py-ICU: Makefile distinfo Log message: Update to py3-ICU-2.10.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/26 05:39:46 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.28.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/26 05:40:00 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.25.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/26 05:40:14 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.26.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/26 05:40:48 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-407.0.0. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2022/10/26 06:23:45 Modified files: editors/sigil : Makefile distinfo editors/sigil/patches: patch-CMakeLists_txt editors/sigil/pkg: PLIST Log message: Update to sigil-1.9.20. Original diff from wen heping , thanks! Hints from op@ and sthen@ OK op@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2022/10/26 06:45:52 Modified files: infrastructure/bin: pkg_check-version Log message: temporary fix, there is something bad with compare, it doesn't return undef, and it's not even clear it actually can without breaking something else. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/26 07:31:06 Modified files: sys/kern : kern_exit.c Log message: Fix handling of PGIDs in wait4(2) that I broke with the previous commit. ok anton@, millert@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/26 07:51:24 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-media_ffvpx_config_unix_aarch64_h www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 106.0.2. see https://www.mozilla.org/en-US/firefox/106.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/26 08:02:40 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_2 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 106.0.2. see https://www.mozilla.org/en-US/firefox/106.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/26 08:11:53 Added files: www/mozilla-firefox/patches: Tag: OPENBSD_7_2 patch-media_ffvpx_config_unix_aarch64_h Log message: www/mozilla-firefox: MFC patch from tb@ to fix build on arm64 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/26 08:40:24 Modified files: x11/gnome/tracker3: Makefile distinfo Log message: Update to tracker3-3.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/26 08:40:36 Modified files: x11/gnome/tracker3-miners: Makefile distinfo Log message: Update to tracker3-miners-3.4.1. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/26 09:29:04 Modified files: games/fna : Makefile distinfo graphics/fna3d : Makefile distinfo audio/faudio : Makefile distinfo Added files: games/fna/patches: patch-src_Content_ContentManager_cs Log message: update the FNA suite to 22.09.01. Tested with many games, including the recently released Blossom Tales II. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/26 10:06:42 Modified files: sys/dev/acpi : acpisbs.c Log message: Constify battery check table OK jcs CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/26 10:07:28 Modified files: sys/dev/usb : ubcmtp.c Log message: Constify device table OK jcs CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/26 11:06:31 Modified files: sbin/ifconfig : ifconfig.8 ifconfig.c Log message: Limit wireguard peers listing to -A or wg-interface ifconfig(8) output can get too long when always printing `wgpeers' for all wg(4) interfaces, so omit it output is requested and/or output is limited to the interface group "wg" or a specific interface "wgX". No install media size change as wireguard code is under #ifndef SMALL. Diff from Mikolaj Kucharski makes Hrvoje Popovski happy manual bits from jmc OK sthen CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/26 12:46:02 Modified files: inputmethods/fcitx-kkc: Makefile inputmethods/fcitx-kkc/patches: patch-CMakeLists.txt Log message: Use ${LOCALBASE} instead /usr/local Diff from SASANO Takayoshi, thanks CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2022/10/26 13:09:37 Modified files: lang/ruby/3.1 : Makefile lang/ruby/3.1/pkg: MESSAGE-main Log message: Fix mistakes in MESSAGE-main From vtamara@pasosdejesus.org CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2022/10/26 14:02:40 Modified files: games/odamex : Makefile games/odamex/patches: patch-libraries_textscreen_txt_sdl_h Added files: games/odamex/patches: patch-client_sdl_i_sdl_h Log message: games/odamex: Unbreak. We had missed one place where the SDL versioning had to be changed. OK thfr@, thanks. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/26 14:19:09 Modified files: sys/arch/hppa/gsc: harmony.c sys/arch/macppc/dev: aoa.c awacs.c daca.c i2s.c i2svar.h onyx.c snapper.c tumbler.c sys/arch/sparc64/dev: ce4231.c sys/dev : audio.c sys/dev/ic : am7930.c am7930var.h sys/dev/pci : auacer.c auglx.c auich.c auixp.c autri.c auvia.c azalia.c cmpci.c cs4280.c cs4281.c eap.c emuxki.c envy.c esa.c eso.c fms.c neo.c sv.c yds.c sys/dev/sbus : cs4231.c sys/dev/tc : bba.c sys/dev/usb : uaudio.c Log message: Make audio(9) get_props() optional, remove it from duplex drivers The property bits of audio(9) are obsolete and ought to be removed completely. sys/dev/audio.c:audio_open() currently uses get_props() to bail out if read *and* write was requested on a non-duplex driver. Drivers that currently support playing but not recording need adjustment before the API can be cleaned up. Drivers that advertise themselves as full duplex, i.e. those that always return AUDIO_PROP_FULLDUPLEX unconditionally in their get_props() currently always succeed this check. As this is the only property, losen audio_open()'s DIAGNOSTIC check and only do the duplex check if the driver provides get_props(). This allows for simple removal of get_props() from full-duplex drivers without adding any other code or without changing functionality. This includes all audio drivers under sys/dev/pci/ (maestro(4) being the only unfinished exception here). Other drivers as well as the API change can then follow in smaller diffs. This builds on amd64, arm64, i386, macppc and sparc64. amd64 with azalia(4) still plays, records as well as plays and records at the same time on my X230 as tested with $ aucat -i play.wav [-o rec.wav] alpha and hppa tests by miod OK ratchov miod CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/10/26 14:31:38 Modified files: regress/lib/libssl/dtls: dtlstest.c Log message: dtlstest: Ensure the timeouts are at least 10 ms. This makes these tests a bit less flaky if the machine is otherwise under load. from jsing CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2022/10/26 14:41:39 Modified files: print/pdfarranger: Makefile Log message: Add missing run dep. to pdfarranger OK rsadowksi CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/10/26 14:57:40 Modified files: sysutils/telegraf: Tag: OPENBSD_7_2 Makefile sysutils/telegraf/pkg: Tag: OPENBSD_7_2 PLIST Log message: sysutils/telegraf: fix broken user creation due to specifying a user class Breaks because the class doesn't exist yet when useradd is run. rc.d sets this anyway so it isn't needed CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2022/10/26 15:05:42 Modified files: sys/dev/usb : Tag: OPENBSD_7_2 ukbd.c Log message: Repair Apple-specific translation support broken by mistake in 1.88; reported by Leonardo Moreno from miod@ this is errata/7.2/003_ukbd.patch.sig CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/10/26 15:17:10 Modified files: sysutils/telegraf: Makefile sysutils/telegraf/pkg: PLIST Log message: sysutils/telegraf: fix broken user creation due to specifying a user class Breaks because the class doesn't exist yet when useradd is run. rc.d sets this anyway so it isn't needed ok sthen@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/10/26 15:21:04 Modified files: sysutils/grafana: Makefile distinfo sysutils/grafana/pkg: PLIST sysutils/grafana/patches: patch-conf_sample_ini Log message: sysutils/grafana: update to 9.2.1 changelogs: https://github.com/grafana/grafana/releases/tag/v9.1.3 https://github.com/grafana/grafana/releases/tag/v9.1.4 https://github.com/grafana/grafana/releases/tag/v9.1.5 https://github.com/grafana/grafana/releases/tag/v9.1.6 https://github.com/grafana/grafana/releases/tag/v9.1.7 https://github.com/grafana/grafana/releases/tag/v9.2.0 https://github.com/grafana/grafana/releases/tag/v9.2.1 ok landry@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2022/10/26 15:49:35 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.3.9.0 CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2022/10/26 16:12:22 Modified files: . : errata72.html Log message: Release ukbd errata. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/26 17:16:24 Modified files: lib/libc : Symbols.list shlib_version lib/libc/hidden/sys: wait.h lib/libc/sys : Makefile.inc lib/librthread : shlib_version Added files: lib/libc/sys : w_waitid.c Log message: Add waitid(2) syscall stub. Minor bump to both libc and libpthread: make sure you install a new kernel! ok millert@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/26 17:18:02 Modified files: regress/lib/libc/sys: Makefile t_wait_noproc.c Added files: regress/lib/libc/sys: t_waitid.c Log message: Enable waitid(2) regress tests and a new test derived from NetBSD's wait6(2) tests. ok millert@, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/26 22:12:09 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/26 22:51:19 Modified files: mail/meli : Makefile Added files: mail/meli/patches: patch-melib_src_backends_notmuch_rs Log message: mail/meli: fix notmuch module by not hardcoding the major so version. Problem reported and patch tested by James Cook ok landry CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/27 02:11:19 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-4.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/27 02:12:23 Modified files: net/wireshark : Tag: OPENBSD_7_2 Makefile distinfo Log message: update to wireshark-3.6.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/27 02:41:08 Modified files: sysutils/polkit: Makefile distinfo sysutils/polkit/patches: patch-meson_build sysutils/polkit/pkg: PLIST Removed files: sysutils/polkit/patches: patch-src_polkitbackend_meson_build patch-src_polkitbackend_polkitbackendduktapeauthority_c Log message: Update to polkit-122. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/27 03:10:29 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-etc_config patch-etc_config_keycodes patch-i3-dmenu-desktop patch-man_i3-config-wizard_man Removed files: x11/i3/patches : patch-include_con_h patch-include_data_h patch-src_commands_c patch-src_con_c patch-src_floating_c Log message: update to i3-4.21.1 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/27 03:54:27 Log message: build, test, and manage your Stripe integration OK sthen@ Status: Vendor Tag: gonzalo Release Tags: gonzalo_20222710 N ports/sysutils/stripe-cli/Makefile N ports/sysutils/stripe-cli/distinfo N ports/sysutils/stripe-cli/modules.inc N ports/sysutils/stripe-cli/pkg/DESCR N ports/sysutils/stripe-cli/pkg/PLIST N ports/sysutils/stripe-cli/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/10/27 03:55:42 Modified files: sysutils : Makefile Log message: add stripe-cli CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/27 04:08:19 Modified files: devel/poedit : Makefile distinfo Log message: update devel/poedit to 3.2.1 changelog: https://github.com/vslavik/poedit/releases/tag/v3.2.1-oss Previous version checked wrongly the return value of chmod(2) and chown(2) that resulted in an error message shown when saving files, although the operation was successfully. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/27 04:31:05 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 102.4.1. see https://www.thunderbird.net/en-US/thunderbird/102.4.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/27 04:31:32 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 102.4.1. see https://www.thunderbird.net/en-US/thunderbird/102.4.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/27 06:24:52 Modified files: math/cglm : Makefile distinfo math/cglm/pkg : PLIST Log message: update math/cglm to 0.8.7 previous release didn't ship some headers for the new functions; no changes to existing APIs. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2022/10/27 06:58:37 Modified files: lib/libexpat : Changes README.md lib/libexpat/doc: reference.html lib/libexpat/examples: elements.c outline.c lib/libexpat/lib: expat.h xmlparse.c xmltok_impl.h lib/libexpat/tests: runtests.c Log message: Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for OpenBSD are security fixes #616 #649 #650 and bug fixes #612 #645 #613 #654 #616 #652 #653. No library bump necessary. OK tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/10/27 07:19:42 Modified files: sys/dev/usb : usbdevs Log message: Add USB device id for integrated ure(4) on Windows Dev Kit 2023 ok jsg@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/10/27 07:20:17 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/10/27 07:21:14 Modified files: sys/dev/usb : if_ure.c Log message: Match ure(4) on Windows Dev Kit 2023 ok jsg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/27 07:24:23 Modified files: usr.sbin/bgplgd: slowcgi.c Log message: Print the pid in some additional debug messages to be able to match them with the fork messages. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/27 08:04:51 Modified files: net/icbirc : Makefile Added files: net/icbirc/pkg : MESSAGE Log message: add a MESSAGE with a quick note about disabling "CAP LS" in newer irssi versions; use https HOMEPAGE/MASTER_SITES while there CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/27 08:43:29 Modified files: audio/libao : Makefile audio/libao/patches: patch-src_plugins_sndio_ao_sndio_c Added files: audio/libao/patches: patch-src_audio_out_c Log message: audio/libao: check memory allocations for success From upstream, via Brad CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/27 09:05:05 Modified files: sysutils/moreutils: Makefile Removed files: sysutils/moreutils/patches: patch-parallel_c Log message: sysutils/moreutils: fix build after addition of waitid(2) to base. ok sthen (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/27 09:07:33 Modified files: audio/flac : Makefile distinfo audio/flac/patches: patch-configure Removed files: audio/flac/patches: patch-src_libFLAC_include_private_cpu_h Log message: audio/flac: update to 1.4.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/27 09:31:26 Modified files: security/py-keyring: Makefile security/py-keyring/pkg: PLIST Log message: use MODPY_PYBUILD CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2022/10/27 09:36:01 Modified files: . : events.html Log message: some video links CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2022/10/27 09:45:47 Modified files: . : events.html Log message: events.html: add missing links to recordings CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/27 10:01:18 Modified files: sys/kern : exec_elf.c Log message: VMCMD_SYSCALL cannot be incorporated into flags variable, because flags is inspected narrowly for base address later. ok kettenis CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/10/27 10:06:04 Modified files: misc/p5-OPCUA-Open62541: Makefile distinfo Log message: update p5-OPCUA-Open62541 to 1.05 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2022/10/27 10:22:41 Modified files: lib/libexpat : Tag: OPENBSD_7_2 Changes README.md lib/libexpat/doc: Tag: OPENBSD_7_2 reference.html lib/libexpat/examples: Tag: OPENBSD_7_2 elements.c outline.c lib/libexpat/lib: Tag: OPENBSD_7_2 xmlparse.c xmltok_impl.h lib/libexpat/tests: Tag: OPENBSD_7_2 runtests.c Log message: Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for OpenBSD are security fixes #616 #649 #650 and bug fixes #612 #645 #613 #654 #616 #652 #653. No library bump necessary. OK tb@ this is errata/7.2/004_expat.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2022/10/27 10:23:23 Modified files: lib/libexpat : Tag: OPENBSD_7_1 Changes README.md lib/libexpat/doc: Tag: OPENBSD_7_1 reference.html lib/libexpat/examples: Tag: OPENBSD_7_1 elements.c outline.c lib/libexpat/lib: Tag: OPENBSD_7_1 xmlparse.c xmltok_impl.h lib/libexpat/tests: Tag: OPENBSD_7_1 runtests.c Log message: Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for OpenBSD are security fixes #616 #649 #650 and bug fixes #612 #645 #613 #654 #616 #652 #653. No library bump necessary. OK tb@ this is errata/7.1/012_expat.patch.sig CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2022/10/27 10:34:07 Modified files: security/sudo : Makefile distinfo security/sudo/pkg: PLIST-main Log message: Update to 1.9.12 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/27 10:37:37 Modified files: www/chromium : Makefile Log message: add build dependency on qt5 base which was missing from the previous commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/27 10:43:13 Modified files: geo/traccar : Makefile distinfo geo/traccar/pkg: PLIST Log message: update to traccar-5.4, similar diff from maintainer Renaud Allard CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/27 10:56:13 Modified files: audio/flac : Makefile Log message: audio/flac: drop useless master site downloads.xiph.org already redirects to ftp.osuosl.org, so the latter does not add redundancy. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2022/10/27 11:37:14 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/files: pledge.content unveil.content unveil.main www/tor-browser/browser/patches: patch-browser_extensions_tor-launcher_src_components_tl-process_js patch-config_makefiles_rust_mk patch-gfx_webrender_bindings_webrender_ffi_h patch-js_src_jit_ProcessExecutableMemory_h patch-toolkit_components_downloads_DownloadIntegration_jsm patch-toolkit_moz_configure patch-toolkit_system_gnome_nsGIOService_cpp patch-tor-browser_en-US_Browser_TorBrowser_Data_fontconfig_fonts_conf www/tor-browser/browser/pkg: PLIST www/tor-browser/noscript: Makefile distinfo Added files: www/tor-browser/browser/files: pledge.utility pledge.utility-audioDecoder unveil.utility unveil.utility-audioDecoder www/tor-browser/browser/patches: patch-toolkit_components_processtools_ProcInfo_linux_cpp patch-toolkit_xre_glxtest_cpp patch-xpcom_build_BinaryPath_h Log message: Tor Browser: update to 12.0a3 Yes, that's an alpha release, which is not ideal. Unfortunately however, Tor Browser's last stable release is based on an unsupported version of Firefox ESR which does not build with the newest version of Rust (which we already have). If you don't want to use an alpha release of Tor Browser, it's probably best to run OpenBSD 7.2 for another month until Tor Browser 12.0 is released. Encouraged by landry@ tb@ george@ OK landry@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/27 13:21:15 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update rust-openssl-tests to 20221027 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/27 13:40:23 Modified files: lib/csu/hppa : boot_md.h lib/csu/mips64 : boot_md.h Log message: hppa and mips64 have private copies of RCRT0_RELRO(), which should also perform mimmutable() ok guenther CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/27 14:43:01 Modified files: sysutils/ggrep : Makefile distinfo sysutils/ggrep/pkg: PLIST Removed files: sysutils/ggrep/patches: patch-lib_sigsegv_c Log message: sysutils/ggrep: update to 3.8 Changes in behavior: * The -P option is now based on PCRE2. * The egrep and fgrep commands now warn that they are obsolescent and should be replaced by grep -E and grep -F. * The confusing GREP_COLOR environment variable is now obsolescent. * Regular expressions with stray backslashes now cause warnings. * Regular expressions or subexpressions that start with a repetition operator now also cause warnings. * Regular expressions like [:space:] are now errors even if POSIXLY_CORRECT is set. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2022/10/27 16:29:58 Modified files: mail/mu : Makefile distinfo Log message: Update mu to 1.8.11 Bugfix release: * Use fake message-ids when empty * Add explicit check for charconv header * Fix outdated doc for mime part actions * mu-view: be clearer when no text-body found * Fix mu4e-header-thread-first-child-prefix copy-pasta * Ensure mime-parts are utf8 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/27 16:48:17 Modified files: sys/sys : exec.h sys/kern : exec_elf.c Log message: Unfortunately there are still ugly text-relocation binaries in the wild. Libraries are less of a concern, because ld.so can fix them in the right order. So we must scan DYNAMIC for the TEXTREL marker, and not make X LOADs immutable. ld.so will apply changes to the text segment. In upcoming diff, crt0 and ld.so will then apply immutability. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/10/27 17:17:18 Modified files: sys/sys : exec_elf.h Log message: In dynamic binaries, AUX_base is the ld.so address. In static PIE binaries, it is the base of the binary itself. Repair of this comment does not undo the hair pulling that happened today. ok guenther CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:35:40 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshkey.c sshkey.h Log message: begin big refactor of sshkey Move keytype data and some of the type-specific code (allocation, cleanup, etc) out into each key type's implementation. Subsequent commits will move more, with the goal of having each key-*.c file owning as much of its keytype's implementation as possible. lots of feedback + ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:36:31 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshkey.c sshkey.h Log message: factor out sshkey_equal_public() feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:37:24 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshkey.c sshkey.h Log message: factor out public key serialization feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:38:58 Modified files: usr.bin/ssh : sshkey.c Log message: refactor and simplify sshkey_read() feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:39:29 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshkey-xmss.c sshkey-xmss.h sshkey.c sshkey.h Log message: factor out key generation feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:41:17 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshkey.c sshkey.h Log message: refactor sshkey_from_private() feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:41:52 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshkey.c sshkey.h Log message: refactor sshkey_from_blob_internal() feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:43:08 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshkey.c sshkey.h Log message: refactor sshkey_sign() and sshkey_verify() feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:43:30 Modified files: usr.bin/ssh : sshkey.c Log message: refactor certify feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:44:17 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshd.c sshkey.c sshkey.h Log message: refactor sshkey_private_serialize_opt() feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 18:44:44 Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa-sk.c ssh-ecdsa.c ssh-ed25519-sk.c ssh-ed25519.c ssh-rsa.c ssh-xmss.c sshkey.c sshkey.h Log message: refactor sshkey_private_deserialize feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 20:29:34 Modified files: usr.bin/ssh : addr.c addr.h ssh-keyscan.1 ssh-keyscan.c Log message: allow ssh-keyscan(1) to accept CIDR address ranges, e.g. ssh-keyscan 192.168.0.0/24 If a CIDR range is passed, then it will be expanded to all possible addresses in the range including the all-0s and all-1s addresses. bz#976 feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/10/27 20:47:04 Modified files: usr.bin/ssh : ssh-rsa.c sshkey.c Log message: put sshkey_check_rsa_length() back in sshkey.c to unbreak OPENSSL=no builds CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/28 02:57:49 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PFRAG.no-light Log message: Update to evince-42.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/28 02:59:19 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.3.9.166 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/28 03:03:35 Modified files: lang/lucee : Tag: OPENBSD_7_2 Makefile distinfo Log message: update to lucee-5.3.9.166 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/10/28 03:27:44 Modified files: lang/rust : Makefile lang/rust/patches: patch-compiler_rustc_target_src_spec_i686_unknown_openbsd_rs Log message: lang/rust: drop -znotext on i386 it isn't need anymore as __rust_probestack is hidden CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2022/10/28 03:35:03 Modified files: infrastructure/mk: README.internals Log message: a bit more internals I need to write CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/28 04:00:48 Modified files: audio/ncspot : Makefile benchmarks/hyperfine: Makefile devel/cargo-audit: Makefile devel/cbindgen : Makefile devel/elfcat : Makefile devel/maturin : Makefile devel/py-setuptools-rust: Makefile devel/snare : Makefile devel/spidermonkey91: Makefile games/0ad/base : Makefile mail/meli : Makefile mail/mozilla-thunderbird: Makefile net/bore : Makefile net/dog : Makefile net/routinator : Makefile net/synapse : Makefile security/clamav: Makefile security/py-bcrypt: Makefile security/py-cryptography: Makefile security/rbw : Makefile security/rust-openssl-tests: Makefile security/sn0int: Makefile security/suricata: Makefile security/vaultwarden: Makefile sysutils/bat : Makefile sysutils/broot : Makefile sysutils/bupstash: Makefile sysutils/czkawka: Makefile sysutils/exa : Makefile sysutils/fd : Makefile textproc/amber : Makefile textproc/delta : Makefile textproc/jless : Makefile textproc/mdbook: Makefile textproc/ripgrep: Makefile textproc/tree-sitter: Makefile www/castor : Makefile www/firefox-esr: Makefile www/geckodriver: Makefile www/libreddit : Makefile www/mozilla-firefox: Makefile www/newsboat : Makefile www/nextcloud_notify_push: Makefile www/py-adblock : Makefile www/seamonkey : Makefile www/tor-browser/browser: Makefile www/zola : Makefile x11/alacritty : Makefile x11/gnome/librsvg: Makefile x11/gnome/tour : Makefile x11/xcolor : Makefile Log message: bump REVISION for ports using rust, so that pkg_add -u for i386 users updates to packages without -znotext (i.e. with text relocations disabled) makes sense to phessler, semarie, tb CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/10/28 05:24:49 Modified files: usr.sbin/usbdevs: usbdevs.c Log message: getopt optstring doesn't need '?'. found while hacking up a comp3301 prac/assignment ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/10/28 06:20:28 Modified files: usr.bin/tmux : input.c Log message: Do not send focus sequences when reporting is enabled, matches other terminals behaviour. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/10/28 07:00:02 Modified files: usr.bin/tmux : control-notify.c input.c notify.c paste.c tmux.1 tmux.h Log message: Add paste-buffer-deleted notification and fix name of paste-buffer-changed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/28 07:25:56 ports/devel/py-radix/patches Update of /cvs/ports/devel/py-radix/patches In directory cvs.openbsd.org:/tmp/cvs-serv5639/patches Log Message: Directory /cvs/ports/devel/py-radix/patches added to the repository CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/28 08:55:46 Modified files: sys/dev/isa : ad1848.c ad1848var.h ess.c gus.c gusvar.h pas.c sb.c sbdsp.c sbdspvar.h Log message: Replace audio(9) get_props() with duplex check in open() in partial duplex drivers Make drivers which do *not* adverise AUDIO_PROP_FULLDPLEX return ENXIO in their open() if full-duplex mode was requested. This way, sys/dev/audio.c:audio_open() will fail immediately rather than later through the to-be-removed get_props() check. This is the first round for drivers with logic in their get_props(), i.e. those that only support full-duplex mode for specific hardware: ess(4), gus(4), pas(4) and sb(4) All of these are i386/GENERIC only and share code through sys/dev/isa/{ad1848,sbdsp}{.c,var.h} which are not used by any other kernel. i386/GENERIC.MP builds and boots with this diff. OK ratchov miod CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/28 09:02:20 Modified files: sys/dev/usb : utvfu.c Log message: Remove audio(9) get_props() from record-only drivers utvfu(4) seems to be the only driver that currently supports recording but not playing and its open() already returns ENXIO when playing is requested, so no need to add another duplex check after get_props() is gone. OK ratchov miod CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/28 09:07:25 Modified files: sys/arch/mips64/include: exec.h libexec/ld.so : loader.c Log message: Implement support for DT_MIPS_RLD_MAP_REL. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/28 09:09:00 Modified files: gnu/usr.bin/binutils-2.17/bfd: elfxx-mips.c gnu/usr.bin/binutils-2.17/include/elf: mips.h Log message: Implement DT_MIPS_RLD_MAP_REL support and add such an entry to PIE executables. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/28 09:09:39 Modified files: gnu/usr.bin/binutils/gdb: solib-svr4.c gnu/usr.bin/binutils/include/elf: mips.h Log message: Add DT_MIPS_RLD_MAP_REL support to the in-tree GDB. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/28 09:09:46 Modified files: sys/arch/arm64/dev: aplaudio.c aplmca.c sys/arch/luna88k/cbus: nec86.c nec86hw.c nec86hwvar.h sys/dev/fdt : graphaudio.c rkiis.c simpleaudio.c sys/dev/ic : arcofi.c sys/dev/pci : maestro.c Log message: Replace audio(9) get_props() with duplex check in open() in non-duplex drivers Make drivers which do *not* adverise AUDIO_PROP_FULLDPLEX return ENXIO in their open() if full-duplex mode was requested. This way, sys/dev/audio.c:audio_open() will fail immediately rather than later through the to-be-removed get_props() check. These are all drivers which simply don't support full-duplex mode. In device-tree based drivers like simpleaudio(4)/rkiis(4) and newer Apple ones like aplaudio(4)/aplmca(4), this adds a new open() stub to the low-level drivers which merely does the duplex check. My Pinebook Pro keeps playing audio and recording silence with this diff just like before (rkiis(4) is currently play-only): simpleaudio0 at mainbus0 simpleaudio1 at mainbus0 audio0 at simpleaudio1 $ aucat -i song69.wav -o rec.wav OK ratchov miod CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/28 09:13:59 Modified files: share/man/man9 : audio.9 sys/dev : audio.c audio_if.h Log message: Remove unused audio(9) get_props()/AUDIO_PROP_FULLDUPLEX All audio drivers have been cleaned up and, if needed, now check for duplex mode in their open() handler. OK ratchov miod CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/28 09:26:46 Modified files: gnu/usr.bin/binutils-2.17/binutils: readelf.c Log message: Decode DT_MIPS_RLD_MAP_REL. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/10/28 09:49:52 Modified files: gnu/usr.bin/binutils-2.17/binutils: Makefile.am Makefile.in Log message: Build and install binutils-2.17's version of c++filt(1), since we already install its manual page. Reported by vol at ljabl dot com CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/10/28 09:50:55 Modified files: gnu/usr.bin : Makefile Removed files: gnu/usr.bin/cxxfilt: Makefile cxxfilt.c cxxfilt.man Log message: Remove antique^Wolder-than-binutils-2.17 c++filt(1). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/10/28 10:06:54 Modified files: regress/sys/kern/signal/fpsig: fpsig.c Log message: Fix indent botch; noticed by kettenis@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/28 10:33:30 Modified files: www/chromium : Makefile www/chromium/patches: patch-services_device_hid_hid_connection_fido_cc patch-services_device_hid_hid_connection_fido_h patch-services_device_hid_hid_service_fido_cc patch-services_device_hid_hid_service_fido_h Added files: www/chromium/patches: patch-services_device_usb_usb_service_cc Log message: unbreak webauthn fido support by using the usb service implementation instead of a nullptr and sync the fido code with the linux specific code to make it easier to compare in the future CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/28 11:05:18 Modified files: devel/cmake : cmake.port.mk Log message: Improve python version detection when multiple versions are installed Add Python${MODPY_MAJOR_VERSION}_{EXECUTABLE,LIBRARY_DIRS,INCLUDE_DIR} to help CMake to detect the correct python ports version. OK tb@, discovered in an aarch64 bulk build with Python 3.10 installed at the time of build. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/28 11:07:22 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20221028 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/28 11:08:51 Modified files: devel/kf5/solid: Makefile Added files: devel/kf5/solid/patches: patch-src_solid_devices_backends_fstab_fstabwatcher_cpp Log message: /etc/mtab not exist on OpenBSD This avoids the following message where solid tries to observe /etc/mtab: QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory Denglisch tweak an ok tb, Danke! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/28 11:15:11 Modified files: databases/mariadb: Makefile databases/mariadb/patches: patch-storage_rocksdb_CMakeLists_txt patch-storage_rocksdb_ha_rocksdb_cc Added files: databases/mariadb/patches: patch-mysys_my_gethwaddr_c patch-storage_rocksdb_rocksdb_port_jemalloc_helper_h Log message: MariaDB tweaks, from Brad: - Add a build fix for Clang to resolve building on riscv64 - Add a fix for retrieving the MAC address - Update patch comments CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/28 11:16:59 Modified files: sysutils/menulibre: Makefile sysutils/menulibre/patches: patch-menulibre_util_py sysutils/menulibre/pkg: PLIST Log message: add psutil dependency to menulibre, now that we have it, and drop patch parts that were removing use of it - changes in upstream commit b8c93652c4fa mean that menulibre wasn't working as-was. ok landry@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/28 11:59:06 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: net/curl: security update to 7.86.0 Includes fixes for CVE-2022-32221: POST following PUT confusion CVE-2022-35260: .netrc parser out-of-bounds access CVE-2022-42915: HTTP proxy double-free CVE-2022-42916: HSTS bypass via IDN CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/28 12:08:27 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-content_gpu_gpu_sandbox_hook_linux_cc Log message: update to 107.0.5304.87 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/28 12:19:45 Modified files: net/curl : Tag: OPENBSD_7_2 Makefile distinfo net/curl/pkg : Tag: OPENBSD_7_2 PLIST Log message: net/curl: security update to 7.86.0 Includes fixes for CVE-2022-32221: POST following PUT confusion CVE-2022-35260: .netrc parser out-of-bounds access CVE-2022-42915: HTTP proxy double-free CVE-2022-42916: HSTS bypass via IDN CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2022/10/28 14:19:05 Modified files: faq : faq6.html Log message: explain how ifconfig nwid can be used to override ifconfig join ok tj@ kmos@ CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2022/10/28 14:47:06 Modified files: lang/pcc/pcc : Makefile lang/pcc/pcc/patches: patch-cc_cc_cc_c lang/pcc/pcc-libs: Makefile Added files: lang/pcc/pcc/patches: patch-arch_powerpc_local2_c patch-arch_powerpc_local_c patch-arch_powerpc_macdefs_h patch-arch_powerpc_table_c lang/pcc/pcc-libs/patches: patch-libpcc_cxmuldiv_c patch-libsoftfloat_arch_powerpc_powerpc-gcc_h Log message: Minimally fix pcc for powerpc This unbreaks the powerpc package of lang/pcc/pcc-libs and puts enough fixes in lang/pcc/pcc for powerpc to compile the simplest C program, $ cat hello.c #include int main(void) { puts("Hello, BSD!"); return 0; } $ pcc -O2 -o hello hello.c It can't compile much more; pcc's powerpc code generator still fails with static function calls and with floating-point literals. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/28 15:08:14 Modified files: devel/protobuf : Makefile distinfo Log message: Update to protobuf 3.21.9 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/28 15:08:51 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py3-protobuf 4.21.9 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/28 15:26:36 Modified files: sysutils/menulibre: Makefile Removed files: sysutils/menulibre/patches: patch-menulibre_util_py Log message: sysutils/menulibre: completely remove patch now that we have a working psutil discussed with sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/28 15:31:51 Modified files: sysutils/menulibre: Tag: OPENBSD_7_2 Makefile Removed files: sysutils/menulibre/patches: Tag: OPENBSD_7_2 patch-menulibre_util_py Log message: sysutils/menulibre: unbreak runtime by adding psutil dependency also remove useless patch since we now have a working psutil since 2015... discussed with sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/28 16:40:26 Added files: net/lftp/patches: patch-lib_sys_select_in_h Log message: net/lftp: fix build after introduction of waitid(2) With the introduction of waitid(2), now includes . gnulib wraps various system headers and those wrappers include further system headers. must include , but gnulib ended up inverting this order, so siginfo_t was not yet defined in . Fix from gnulib upstream. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/28 22:11:22 Modified files: devel/cmake : cmake.port.mk Log message: Bring back the upper-case -DPYTHON_* for now Some old cmake ports still use it. Many hints on how to use them or what to do in the right order can be found here: https://cmake.org/cmake/help/latest/module/FindPythonLibs.html For the record: FindPythonInterp and FindPythonLibs are deprecated since version 3.12: Use FindPython3, FindPython2 or FindPython instead. All of them operate with -DPython instead of -DPYTHON. Spotted by naddy CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/28 23:01:34 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-ash_display_mirror_window_controller_cc patch-base_BUILD_gn patch-base_allocator_partition_allocator_partition_address_space_cc patch-base_allocator_partition_allocator_partition_alloc_cc patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_page_h patch-base_allocator_partition_allocator_partition_root_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_bsd_cc patch-base_files_file_util_unittest_cc patch-base_i18n_icu_util_cc patch-base_native_library_unittest_cc patch-base_process_memory_cc patch-base_process_process_metrics_cc patch-base_process_process_metrics_freebsd_cc patch-base_process_process_metrics_h patch-base_rand_util_h patch-base_rand_util_posix_cc patch-base_threading_platform_thread_posix_cc patch-base_trace_event_malloc_dump_provider_cc patch-build_config_compiler_BUILD_gn patch-cc_BUILD_gn patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_chrome_unscaled_resources_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_file_picker_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_cc patch-chrome_browser_enterprise_connectors_reporting_browser_crash_event_router_h patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc patch-chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_external_provider_impl_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_media_router_discovery_BUILD_gn patch-chrome_browser_media_webrtc_webrtc_logging_controller_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_metrics_power_process_monitor_cc patch-chrome_browser_metrics_power_process_monitor_h patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_new_tab_page_new_tab_page_util_cc patch-chrome_browser_policy_browser_signin_policy_handler_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_ts patch-chrome_browser_resources_settings_appearance_page_appearance_page_html patch-chrome_browser_resources_settings_appearance_page_appearance_page_ts patch-chrome_browser_resources_settings_autofill_page_passwords_shared_css patch-chrome_browser_resources_signin_signin_shared_css patch-chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_task_manager_sampling_task_group_sampler_cc patch-chrome_browser_themes_theme_helper_cc patch-chrome_browser_themes_theme_service_aura_linux_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_views_first_run_dialog_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_non_client_frame_view_factory_views_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_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_drag_controller_cc patch-chrome_browser_ui_views_tabs_tab_hover_card_controller_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_settings_appearance_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_manager_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_media_cdm_host_file_path_cc patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_renderer_chrome_render_frame_observer_cc patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_updater_device_management_dm_client_cc patch-chrome_updater_installer_cc patch-chrome_updater_util_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_cast_channel_cast_message_util_cc patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_metrics_motherboard_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_paint_preview_browser_paint_preview_client_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_resources_policy_templates_json patch-components_translate_core_common_translate_util_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_skia_renderer_cc patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_main_loop_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_download_download_manager_impl_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_media_frameless_media_interface_proxy_h patch-content_browser_media_media_interface_proxy_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_utility_sandbox_delegate_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_gpu_gpu_sandbox_hook_linux_cc patch-content_public_browser_render_process_host_h patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_public_test_mock_render_process_host_h patch-content_renderer_media_render_media_client_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_shell_BUILD_gn patch-content_shell_app_shell_main_delegate_cc patch-content_shell_browser_shell_browser_main_parts_cc patch-content_shell_utility_shell_content_utility_client_cc patch-content_test_BUILD_gn patch-content_zygote_zygote_linux_cc patch-extensions_browser_extension_prefs_cc patch-gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_gl_texture_image_backing_cc patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_ipc_service_gpu_init_cc patch-headless_lib_browser_headless_web_contents_impl_cc patch-media_audio_BUILD_gn patch-media_audio_sndio_audio_manager_sndio_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_supported_types_cc patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_cdm_cdm_paths_unittest_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc patch-media_media_options_gni patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-media_video_video_encode_accelerator_adapter_cc patch-media_video_video_encode_accelerator_adapter_test_cc patch-mojo_core_BUILD_gn patch-mojo_core_channel_cc patch-net_BUILD_gn patch-net_dns_BUILD_gn patch-net_dns_host_resolver_manager_cc patch-net_dns_public_BUILD_gn patch-net_proxy_resolution_proxy_config_service_linux_cc patch-net_socket_udp_socket_posix_cc patch-net_third_party_quiche_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-net_url_request_url_request_context_cc patch-net_url_request_url_request_context_h patch-pdf_pdfium_pdfium_engine_cc patch-remoting_host_ipc_constants_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_policy_watcher_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_hid_hid_connection_fido_cc patch-services_device_hid_hid_connection_fido_h patch-services_device_hid_hid_service_cc patch-services_device_hid_hid_service_fido_cc patch-services_device_hid_hid_service_fido_h patch-services_network_BUILD_gn patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_angle_src_libANGLE_renderer_driver_utils_h 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_frame_web_frame_test_cc patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_scheduler_common_thread_cc patch-third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc patch-third_party_boringssl_src_include_openssl_base_h patch-third_party_libxml_src_dict_c patch-third_party_perfetto_src_base_unix_socket_cc patch-third_party_swiftshader_src_WSI_BUILD_gn patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_mem_alloc_h patch-third_party_wayland_features_gni patch-third_party_webrtc_BUILD_gn patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_webrtc_rtc_base_BUILD_gn patch-third_party_webrtc_rtc_base_network_cc patch-third_party_webrtc_rtc_base_physical_socket_server_cc patch-third_party_webrtc_rtc_base_physical_socket_server_h patch-ui_aura_screen_ozone_h patch-ui_base_ime_dummy_text_input_client_cc patch-ui_base_test_skia_gold_pixel_diff_cc patch-ui_base_webui_web_ui_util_cc patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_display_screen_cc patch-ui_display_screen_h patch-ui_events_event_cc patch-ui_gfx_BUILD_gn patch-ui_message_center_views_message_popup_view_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-ui_views_window_custom_frame_view_cc patch-v8_BUILD_gn patch-v8_include_v8-internal_h patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_compiler_backend_ia32_instruction-selector-ia32_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h Added files: www/ungoogled-chromium/patches: patch-base_profiler_sampling_profiler_thread_token_cc patch-base_profiler_sampling_profiler_thread_token_h patch-base_profiler_stack_base_address_posix_cc patch-base_profiler_thread_delegate_posix_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_layout_delegate_h patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-remoting_host_basic_desktop_environment_cc patch-services_device_usb_usb_service_cc patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-ui_base_ui_base_types_h patch-ui_color_color_provider_utils_cc patch-ui_color_system_theme_h patch-ui_gl_gl_implementation_cc patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_platform_window_platform_window_delegate_cc patch-ui_platform_window_platform_window_delegate_h patch-v8_src_base_platform_memory_h patch-v8_src_base_small-vector_h Removed files: www/ungoogled-chromium/patches: patch-base_third_party_symbolize_symbolize_cc patch-chrome_browser_browser_resources_grd patch-chrome_browser_resources_plugin_metadata_plugins_linux_json patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_web_applications_app_browser_controller_cc patch-chrome_browser_ui_webui_settings_appearance_handler_h patch-media_audio_audio_features_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_get_environment_c patch-third_party_vulkan-deps_vulkan-loader_src_loader_get_environment_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_stack_allocation_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_loader_platform_h Log message: update to 107.0.5304.87 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/29 00:59:04 Modified files: security/rust-openssl-tests/pkg: PLIST Log message: rust-openssl-tests: fix PLIST. semarie reported that a Cargo.toml crept in. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2022/10/29 01:19:53 Modified files: graphics/gmic-qt/gimp: Makefile Log message: forgotten bump for gimp/stable PKGSPEC change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 01:27:47 Modified files: graphics/webp-pixbuf-loader: Makefile distinfo Removed files: graphics/webp-pixbuf-loader/patches: patch-io-webp_c patch-meson_build Log message: Update to webp-pixbuf-loader-0.0.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 01:35:39 Modified files: x11/gnome/gcr4 : Makefile distinfo Log message: Update to gcr4-4.0.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/10/29 01:49:51 Modified files: sysutils/patchelf: Makefile distinfo Log message: Update to patchelf 0.16.1 - Add --print-os-abi and --set-os-abi options - Fix Out-of-bounds read in the function modifyRPath - Sync .note.gnu.property to PT_GNU_PROPERTY - Fix out of bounds access when increasing program header table - Rework file shifting to avoid sections crossing multiple segments CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 01:50:31 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 01:55:41 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.28.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 01:55:53 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.25.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 01:56:09 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.26.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 02:00:12 Modified files: sysutils/packer: Makefile distinfo modules.inc Log message: Update to packer-1.8.4. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2022/10/29 03:16:08 Modified files: meta/tor-browser: Tag: OPENBSD_7_2 Makefile www/tor-browser: Tag: OPENBSD_7_2 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_2 Makefile distinfo Log message: Tor Browser: update to 11.5.6 OK landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/29 03:41:00 Modified files: lang/php/8.0 : Makefile distinfo lang/php/8.0/patches: patch-ext_gd_gd_c patch-sapi_fpm_fpm_fpm_children_c Log message: update to php-8.0.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/29 03:41:09 Modified files: lang/php/8.1 : Makefile distinfo lang/php/8.1/patches: patch-configure_ac Log message: update to php-8.1.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/29 03:42:14 Modified files: lang/php/8.0 : Tag: OPENBSD_7_2 Makefile distinfo lang/php/8.0/patches: Tag: OPENBSD_7_2 patch-ext_gd_gd_c patch-sapi_fpm_fpm_fpm_children_c Log message: update to php-8.0.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/29 03:42:28 Modified files: lang/php/8.1 : Tag: OPENBSD_7_2 Makefile distinfo lang/php/8.1/patches: Tag: OPENBSD_7_2 patch-configure_ac Log message: update to php-8.1.12 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/29 08:01:47 Modified files: www/chromium/patches: patch-services_device_usb_BUILD_gn patch-services_device_usb_usb_service_cc www/ungoogled-chromium/patches: patch-services_device_usb_BUILD_gn patch-services_device_usb_usb_service_cc Added files: www/chromium/patches: patch-services_device_usb_usb_service_fake_cc patch-services_device_usb_usb_service_fake_h www/ungoogled-chromium/patches: patch-services_device_usb_usb_service_fake_cc patch-services_device_usb_usb_service_fake_h Log message: sync some patches from my shared bsd repo, no functional change CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/29 08:35:15 Modified files: audio/mpg123 : Makefile distinfo Log message: audio/mpg123: update to 1.31.0 Revert to internal network code for plain HTTP to ensure continued support for original shoutcast servers that do not talk proper HTTP. External backends are built at the same time and can be enforced using --network. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 09:42:32 Modified files: devel/coccinelle: Makefile Log message: Sync WANTLIB+LIB_DEPENDS to unbreak. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/29 09:53:17 Modified files: x11/gnome/text-editor: Makefile Log message: Needs explicit LIB_DEPENDS on textproc/icu4c. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/29 13:07:11 Modified files: audio/openal : Makefile Log message: audio/openal: do not pick up libsndfile in configure; from Brad CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/29 13:14:57 Modified files: net/swirc : Makefile distinfo Log message: Update swirc to 3.3.7. From maintainer Markus Uhlin, thanks! CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/29 13:15:54 Modified files: audio/schismtracker: Makefile distinfo audio/schismtracker/patches: patch-configure_ac Log message: Update schismtracker to 20221020. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/29 13:17:28 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.211. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/29 13:18:33 Modified files: sysutils/bat : Makefile distinfo Log message: Update bat to 0.22.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/29 13:19:27 Modified files: textproc/codespell: Makefile distinfo textproc/codespell/pkg: PLIST Log message: Update codespell to 2.2.2. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/29 13:20:10 Modified files: emulators/mame : Makefile distinfo Log message: Update mame to 0.249. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/10/29 14:35:50 Modified files: sys/arch/arm64/dev: efi_machdep.c smbios.c Log message: The x13s only defines the (legacy) 32-bit SMBIOS entry point. Add code to handle that such that we can see the firmware version in dmesg. ok deraadt@, phessler@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/29 23:49:28 ports/x11/kde-applications/kopeninghours/patches Update of /cvs/ports/x11/kde-applications/kopeninghours/patches In directory cvs.openbsd.org:/tmp/cvs-serv53629/patches Log Message: Directory /cvs/ports/x11/kde-applications/kopeninghours/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/30 00:04:50 Modified files: devel/kdevelop : distinfo devel/kdevelop/pkg: PLIST graphics/skanlite: distinfo net/kdeconnect-kde: distinfo net/konversation: distinfo net/ktorrent : distinfo net/libktorrent: distinfo productivity/kalendar: distinfo productivity/kalendar/pkg: PLIST x11/kde-applications: kde-applications.port.mk x11/kde-applications/akonadi: distinfo x11/kde-applications/akonadi-calendar: distinfo x11/kde-applications/akonadi-calendar/pkg: PLIST x11/kde-applications/akonadi-calendar-tools: distinfo x11/kde-applications/akonadi-contacts: distinfo x11/kde-applications/akonadi-import-wizard: Makefile distinfo x11/kde-applications/akonadi-mime: distinfo x11/kde-applications/akonadi-notes: distinfo x11/kde-applications/akonadi-search: distinfo x11/kde-applications/akonadiconsole: Makefile distinfo x11/kde-applications/akregator: Makefile distinfo x11/kde-applications/analitza: distinfo x11/kde-applications/ark: distinfo x11/kde-applications/artikulate: distinfo x11/kde-applications/audiocd-kio: distinfo x11/kde-applications/baloo-widgets: distinfo x11/kde-applications/blinken: distinfo x11/kde-applications/bomber: distinfo x11/kde-applications/bovo: distinfo x11/kde-applications/calendarsupport: distinfo x11/kde-applications/cantor: distinfo x11/kde-applications/cantor/patches: patch-src_backends_qalculate_qalculateexpression_cpp x11/kde-applications/cervisia: distinfo x11/kde-applications/dolphin: distinfo x11/kde-applications/dolphin-plugins: distinfo x11/kde-applications/dolphin-plugins/pkg: PLIST x11/kde-applications/dragon: distinfo x11/kde-applications/elisa: distinfo x11/kde-applications/elisa/pkg: PLIST x11/kde-applications/eventviews: distinfo x11/kde-applications/ffmpegthumbs: distinfo x11/kde-applications/filelight: distinfo x11/kde-applications/granatier: distinfo x11/kde-applications/grantlee-editor: Makefile distinfo x11/kde-applications/grantleetheme: distinfo x11/kde-applications/gwenview: distinfo x11/kde-applications/incidenceeditor: distinfo x11/kde-applications/juk: distinfo x11/kde-applications/kaddressbook: distinfo x11/kde-applications/kajongg: distinfo x11/kde-applications/kalarm: distinfo x11/kde-applications/kalgebra: distinfo x11/kde-applications/kalzium: distinfo x11/kde-applications/kamera: distinfo x11/kde-applications/kanagram: distinfo x11/kde-applications/kapman: distinfo x11/kde-applications/kapptemplate: Makefile distinfo x11/kde-applications/kapptemplate/pkg: PLIST x11/kde-applications/kate: distinfo x11/kde-applications/katomic: distinfo x11/kde-applications/kbackup: distinfo x11/kde-applications/kblackbox: distinfo x11/kde-applications/kblocks: distinfo x11/kde-applications/kbounce: distinfo x11/kde-applications/kbreakout: distinfo x11/kde-applications/kbruch: distinfo x11/kde-applications/kcachegrind: distinfo x11/kde-applications/kcalc: distinfo x11/kde-applications/kcalutils: distinfo x11/kde-applications/kcharselect: distinfo x11/kde-applications/kcolorchooser: distinfo x11/kde-applications/kcron: distinfo x11/kde-applications/kde-dev-scripts: distinfo x11/kde-applications/kde-dev-utils: distinfo x11/kde-applications/kdebugsettings: distinfo x11/kde-applications/kdeedu-data: distinfo x11/kde-applications/kdegraphics-mobipocket: distinfo x11/kde-applications/kdegraphics-thumbnailers: distinfo x11/kde-applications/kdenetwork-filesharing: distinfo x11/kde-applications/kdenlive: distinfo x11/kde-applications/kdepim-addons: Makefile distinfo x11/kde-applications/kdepim-addons/pkg: PLIST x11/kde-applications/kdepim-runtime: distinfo x11/kde-applications/kdepim-runtime/pkg: PLIST x11/kde-applications/kdesdk-thumbnailers: distinfo x11/kde-applications/kdf: distinfo x11/kde-applications/kdialog: distinfo x11/kde-applications/kdiamond: distinfo x11/kde-applications/keditbookmarks: distinfo x11/kde-applications/kfind: distinfo x11/kde-applications/kfloppy: distinfo x11/kde-applications/kfourinline: distinfo x11/kde-applications/kgeography: distinfo x11/kde-applications/kget: distinfo x11/kde-applications/kgoldrunner: distinfo x11/kde-applications/kgpg: distinfo x11/kde-applications/khangman: distinfo x11/kde-applications/khelpcenter: distinfo x11/kde-applications/khelpcenter/pkg: PLIST x11/kde-applications/kidentitymanagement: distinfo x11/kde-applications/kig: distinfo x11/kde-applications/kigo: distinfo x11/kde-applications/killbots: distinfo x11/kde-applications/kimagemapeditor: distinfo x11/kde-applications/kimap: distinfo x11/kde-applications/kio-extras: distinfo x11/kde-applications/kipi-plugins: distinfo x11/kde-applications/kirigami-gallery: distinfo x11/kde-applications/kirigami-gallery/pkg: PLIST x11/kde-applications/kiriki: distinfo x11/kde-applications/kiriki/pkg: PLIST x11/kde-applications/kiten: distinfo x11/kde-applications/kitinerary: distinfo x11/kde-applications/kjumpingcube: distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kldap/pkg: PLIST x11/kde-applications/kleopatra: Makefile distinfo x11/kde-applications/klettres: distinfo x11/kde-applications/klickety: distinfo x11/kde-applications/klines: distinfo x11/kde-applications/kmag: distinfo x11/kde-applications/kmahjongg: distinfo x11/kde-applications/kmail: Makefile distinfo x11/kde-applications/kmail-account-wizard: distinfo x11/kde-applications/kmail-account-wizard/pkg: PLIST x11/kde-applications/kmailtransport: distinfo x11/kde-applications/kmailtransport/pkg: PLIST x11/kde-applications/kmbox: distinfo x11/kde-applications/kmime: distinfo x11/kde-applications/kmines: distinfo x11/kde-applications/kmix: distinfo x11/kde-applications/kmousetool: distinfo x11/kde-applications/kmouth: distinfo x11/kde-applications/kmplot: distinfo x11/kde-applications/knavalbattle: distinfo x11/kde-applications/knetwalk: distinfo x11/kde-applications/knotes: distinfo x11/kde-applications/kolf: distinfo x11/kde-applications/kollision: distinfo x11/kde-applications/kolourpaint: Makefile distinfo x11/kde-applications/kompare: distinfo x11/kde-applications/konqueror: distinfo x11/kde-applications/konqueror/pkg: PLIST x11/kde-applications/konquest: distinfo x11/kde-applications/konsole: Makefile distinfo x11/kde-applications/kontact: distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/kontrast: distinfo x11/kde-applications/kontrast/pkg: PLIST x11/kde-applications/kopeninghours: distinfo x11/kde-applications/kopeninghours/pkg: PLIST x11/kde-applications/korganizer: distinfo x11/kde-applications/kpimtextedit: distinfo x11/kde-applications/kpkpass: distinfo x11/kde-applications/kqtquickcharts: distinfo x11/kde-applications/krdc: distinfo x11/kde-applications/kreversi: distinfo x11/kde-applications/krfb: distinfo x11/kde-applications/kross-interpreters: distinfo x11/kde-applications/kruler: distinfo x11/kde-applications/ksanecore: distinfo x11/kde-applications/kshisen: distinfo x11/kde-applications/ksirk: distinfo x11/kde-applications/ksirk/pkg: PLIST x11/kde-applications/ksmtp: distinfo x11/kde-applications/ksnakeduel: distinfo x11/kde-applications/kspaceduel: distinfo x11/kde-applications/ksquares: distinfo x11/kde-applications/ksudoku: distinfo x11/kde-applications/ksystemlog: distinfo x11/kde-applications/kteatime: distinfo x11/kde-applications/ktimer: distinfo x11/kde-applications/ktnef: distinfo x11/kde-applications/ktouch: distinfo x11/kde-applications/ktuberling: distinfo x11/kde-applications/kturtle: distinfo x11/kde-applications/kubrick: distinfo x11/kde-applications/kwalletmanager: distinfo x11/kde-applications/kwordquiz: distinfo x11/kde-applications/libgravatar: distinfo x11/kde-applications/libkcddb: distinfo x11/kde-applications/libkcompactdisc: distinfo x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: distinfo x11/kde-applications/libkdepim: distinfo x11/kde-applications/libkeduvocdocument: distinfo x11/kde-applications/libkexiv2: distinfo x11/kde-applications/libkgapi: distinfo x11/kde-applications/libkipi: distinfo x11/kde-applications/libkleo: distinfo x11/kde-applications/libkmahjongg: distinfo x11/kde-applications/libkomparediff2: distinfo x11/kde-applications/libksane: distinfo x11/kde-applications/libksieve: distinfo x11/kde-applications/lokalize: distinfo x11/kde-applications/lskat: distinfo x11/kde-applications/mailcommon: Makefile distinfo x11/kde-applications/mailimporter: distinfo x11/kde-applications/marble: distinfo x11/kde-applications/mbox-importer: Makefile distinfo x11/kde-applications/messagelib: Makefile distinfo x11/kde-applications/minuet: distinfo x11/kde-applications/okular: distinfo x11/kde-applications/palapeli: distinfo x11/kde-applications/picmi: distinfo x11/kde-applications/pim-data-exporter: Makefile distinfo x11/kde-applications/pim-sieve-editor: distinfo x11/kde-applications/pimcommon: distinfo x11/kde-applications/poxml: distinfo x11/kde-applications/print-manager: distinfo x11/kde-applications/rocs: distinfo x11/kde-applications/spectacle: distinfo x11/kde-applications/step: distinfo x11/kde-applications/svgpart: distinfo x11/kde-applications/sweeper: distinfo x11/kde-applications/umbrello: distinfo x11/yakuake : distinfo Added files: x11/kde-applications/cantor/patches: patch-src_backends_CMakeLists_txt x11/kde-applications/kopeninghours/patches: patch-CMakeLists_txt patch-PyKOpeningHours_CMakeLists_txt Log message: Update KDE Gear to 22.08.2 https://kde.org/announcements/gear/22.08.2/ Notable ports changes: - kopeninghours, cantor fix python 3.9/3.10 handling - Enable libnotify CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/30 00:24:15 Modified files: x11/i3-gaps : Makefile distinfo x11/i3-gaps/patches: patch-etc_config patch-etc_config_keycodes patch-i3-dmenu-desktop patch-man_i3-config-wizard_man Log message: Update i3-gaps to 4.21.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/30 00:41:31 Modified files: security/keepassxc: Makefile distinfo Log message: Update keepassxc to 2.7.4 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/30 00:48:18 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.375 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/30 00:50:03 Modified files: devel/jenkins/stable: Makefile distinfo Log message: Update jenkins LTS to 2.361.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/30 00:57:19 Modified files: devel/jenkins/devel: Tag: OPENBSD_7_2 Makefile distinfo Log message: Update jenkins-devel to 2.375 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/30 00:57:56 Modified files: devel/jenkins/stable: Tag: OPENBSD_7_2 Makefile distinfo Log message: Update jenkins LTS to 2.361.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/30 02:37:22 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-4.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/30 02:38:29 Modified files: graphics/py-Pillow: Makefile distinfo graphics/py-Pillow/pkg: PLIST Log message: update to py3-Pillow-9.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/30 02:39:44 Modified files: textproc/jo : Makefile distinfo Log message: update to jo-1.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/30 02:43:59 Modified files: www/py-httplib2: Makefile distinfo www/py-httplib2/pkg: PLIST Log message: update to py3-httplib2-0.21.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/30 04:05:12 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.62.0 Changes: https://filezilla-project.org/versions.php CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/30 04:07:56 Modified files: net/igmpproxy : Makefile distinfo net/igmpproxy/patches: patch-src_config_c patch-src_igmp_c patch-src_igmpproxy_h patch-src_request_c patch-src_rttable_c Log message: Update to igmpproxy-0.4 Changes: - Add phyint option blacklist for fine-grained forwarding control (can be compiled with existing option whitelist) - Do not unconditionally filter local multicast address 239.255.255.250. NOTE: Use new option blacklist for filtering address when required Switch from auto generated GitHub tarball to stable release one. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/30 04:52:25 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-components_feed_core_v2_feed_network_impl_unittest_cc Log message: update to 2022.10.106.1 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/30 04:55:52 Modified files: sys/dev/isa : sbdsp.c Log message: Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongs sbdsp.c r1.42 "Replace audio(9) get_props() with duplex check in open() in partial duplex drivers" added it to the wrong function. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/10/30 06:21:08 Modified files: www/iridium/patches: patch-base_allocator_partition_allocator_partition_root_cc Log message: unbreak build on arm64 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/30 07:23:49 Modified files: regress/lib/libcrypto/x509: constraints.c Log message: /* $OpenBSD: $ */ /* * Copyright (c) 2020 Bob Beck * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include #include #include #include #include #include "x509_internal.h" #define FAIL(msg, ...) \ do { \ fprintf(stderr, "[%s:%d] FAIL: ", __FILE__, __LINE__); \ fprintf(stderr, msg, ##__VA_ARGS__); \ } while(0) unsigned char *valid_hostnames[] = { "openbsd.org", "op3nbsd.org", "org", "3openbsd.com", "3-0penb-d.c-m", "a", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "open_bsd.org", /* because this is liberal */ NULL, }; unsigned char *valid_sandns_names[] = { "*.ca", "*.op3nbsd.org", "c*.openbsd.org", "foo.*.d*.c*.openbsd.org", NULL, }; unsigned char *valid_domain_constraints[] = { "", ".ca", ".op3nbsd.org", ".aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "www.openbsd.org", NULL, }; unsigned char *valid_mbox_names[] = { "\"!#$%&\\\"*+-/=?\002^_`{|}~.\"@openbsd.org", "beck@openbsd.org", "beck@openbsd.org", "beck@op3nbsd.org", "beck@org", "beck@3openbsd.com", "beck@3-0penb-d.c-m", "bec@a", "beck@aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com", "beck@aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "beck@open_bsd.org", /* because this is liberal */ NULL, }; unsigned char *invalid_hostnames[] = { "openbsd.org.", "openbsd..org", "openbsd.org-", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.a", "-p3nbsd.org", "openbs-.org", "openbsd\n.org", "open\178bsd.org", "open\255bsd.org", "*.openbsd.org", NULL, }; unsigned char *invalid_sandns_names[] = { "", ".", "*.a", "*.", "*.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com", ".aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.a", "*.-p3nbsd.org", "*.*..openbsd.org", "*..openbsd.org", ".openbsd.org", "c*c.openbsd.org", NULL, }; unsigned char *invalid_mbox_names[] = { "beck@aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com", "beck@aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.a", "beck@.-openbsd.org", "beck@.openbsd.org.", "beck@.a", "beck@.", "beck@", "beck@.ca", "@openbsd.org", NULL, }; unsigned char *invalid_domain_constraints[] = { ".", ".a", "..", ".aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com", ".aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa." "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.a", ".-p3nbsd.org", "..openbsd.org", NULL, }; unsigned char *invaliduri[] = { "https://-www.openbsd.org", "https://.www.openbsd.org/", "https://www.ope|nbsd.org%", "https://www.openbsd.org.#", "///", "//", "/", "", NULL, }; static int test_valid_hostnames(void) { int i, failure = 0; for (i = 0; valid_hostnames[i] != NULL; i++) { if (!x509_constraints_valid_host(valid_hostnames[i], strlen(valid_hostnames[i]))) { FAIL("Valid hostname '%s' rejected\n", valid_hostnames[i]); failure = 1; goto done; } if (!x509_constraints_valid_sandns(valid_hostnames[i], strlen(valid_hostnames[i]))) { FAIL("Valid sandns '%s' rejected\n", valid_hostnames[i]); failure = 1; goto done; } } done: return failure; } static int test_valid_sandns_names(void) { int i, failure = 0; for (i = 0; valid_sandns_names[i] != NULL; i++) { if (!x509_constraints_valid_sandns(valid_sandns_names[i], strlen(valid_sandns_names[i]))) { FAIL("Valid dnsname '%s' rejected\n", valid_sandns_names[i]); failure = 1; goto done; } } done: return failure; } static int test_valid_domain_constraints(void) { int i, failure = 0; for (i = 0; valid_domain_constraints[i] != NULL; i++) { if (!x509_constraints_valid_domain_constraint(valid_domain_constraints[i], strlen(valid_domain_constraints[i]))) { FAIL("Valid dnsname '%s' rejected\n", valid_domain_constraints[i]); failure = 1; goto done; } } done: return failure; } static int test_valid_mbox_names(void) { struct x509_constraints_name name = {0}; int i, failure = 0; for (i = 0; valid_mbox_names[i] != NULL; i++) { if (!x509_constraints_parse_mailbox(valid_mbox_names[i], strlen(valid_mbox_names[i]), &name)) { FAIL("Valid mailbox name '%s' rejected\n", valid_mbox_names[i]); failure = 1; goto done; } free(name.name); name.name = NULL; free(name.local); name.local = NULL; } done: return failure; } static int test_invalid_hostnames(void) { int i, failure = 0; char *nulhost = "www.openbsd.org\0"; for (i = 0; invalid_hostnames[i] != NULL; i++) { if (x509_constraints_valid_host(invalid_hostnames[i], strlen(invalid_hostnames[i]))) { FAIL("Invalid hostname '%s' accepted\n", invalid_hostnames[i]); failure = 1; goto done; } } if (x509_constraints_valid_host(nulhost, strlen(nulhost) + 1)) { FAIL("hostname with NUL byte accepted\n"); failure = 1; goto done; } if (x509_constraints_valid_sandns(nulhost, strlen(nulhost) + 1)) { FAIL("sandns with NUL byte accepted\n"); failure = 1; goto done; } done: return failure; } static int test_invalid_sandns_names(void) { int i, failure = 0; for (i = 0; invalid_sandns_names[i] != NULL; i++) { if (x509_constraints_valid_sandns(invalid_sandns_names[i], strlen(invalid_sandns_names[i]))) { FAIL("Valid dnsname '%s' rejected\n", invalid_sandns_names[i]); failure = 1; goto done; } } done: return failure; } static int test_invalid_mbox_names(void) { int i, failure = 0; struct x509_constraints_name name = {0}; for (i = 0; invalid_mbox_names[i] != NULL; i++) { if (x509_constraints_parse_mailbox(invalid_mbox_names[i], strlen(invalid_mbox_names[i]), &name)) { FAIL("invalid mailbox name '%s' accepted\n", invalid_mbox_names[i]); failure = 1; goto done; } free(name.name); name.name = NULL; free(name.local); name.local = NULL; } done: return failure; } static int test_invalid_domain_constraints(void) { int i, failure = 0; for (i = 0; invalid_domain_constraints[i] != NULL; i++) { if (x509_constraints_valid_domain_constraint(invalid_domain_constraints[i], strlen(invalid_domain_constraints[i]))) { FAIL("invalid dnsname '%s' accepted\n", invalid_domain_constraints[i]); failure = 1; goto done; } } done: return failure; } static int test_invalid_uri(void) { int j, failure=0; char *hostpart = NULL; for (j = 0; invaliduri[j] != NULL; j++) { if (x509_constraints_uri_host(invaliduri[j], strlen(invaliduri[j]), &hostpart) != 0) { FAIL("invalid URI '%s' accepted\n", invaliduri[j]); failure = 1; goto done; } free(hostpart); hostpart = NULL; } done: return failure; } static int test_constraints1(void) { char *c; size_t cl; char *d; size_t dl; int failure = 0; int error = 0; int i, j; unsigned char *constraints[] = { ".org", ".openbsd.org", "www.openbsd.org", NULL, }; unsigned char *failing[] = { ".ca", "openbsd.ca", "org", NULL, }; unsigned char *matching[] = { "www.openbsd.org", NULL, }; unsigned char *matchinguri[] = { "https://www.openbsd.org", "https://www.openbsd.org/", "https://www.openbsd.org?", "https://www.openbsd.org#", "herp://beck@www.openbsd.org:", "spiffe://beck@www.openbsd.org/this/is/so/spiffe/", NULL, }; unsigned char *failinguri[] = { "https://www.openbsd.ca", "https://www.freebsd.com/", "https://www.openbsd.net?", "https://org#", "herp://beck@org:", "///", "//", "/", "", NULL, }; unsigned char *noauthority[] = { "urn:open62541.server.application", NULL, }; for (i = 0; constraints[i] != NULL; i++) { char *constraint = constraints[i]; size_t clen = strlen(constraints[i]); for (j = 0; matching[j] != NULL; j++) { if (!x509_constraints_domain(matching[j], strlen(matching[j]), constraint, clen)) { FAIL("constraint '%s' should have matched" " '%s'\n", constraint, matching[j]); failure = 1; goto done; } } for (j = 0; matchinguri[j] != NULL; j++) { error = 0; if (!x509_constraints_uri(matchinguri[j], strlen(matchinguri[j]), constraint, clen, &error)) { FAIL("constraint '%s' should have matched URI" " '%s' (error %d)\n", constraint, matchinguri[j], error); failure = 1; goto done; } } for (j = 0; failing[j] != NULL; j++) { if (x509_constraints_domain(failing[j], strlen(failing[j]), constraint, clen)) { FAIL("constraint '%s' should not have matched" " '%s'\n", constraint, failing[j]); failure = 1; goto done; } } for (j = 0; failinguri[j] != NULL; j++) { error = 0; if (x509_constraints_uri(failinguri[j], strlen(failinguri[j]), constraint, clen, &error)) { FAIL("constraint '%s' should not have matched URI" " '%s' (error %d)\n", constraint, failinguri[j], error); failure = 1; goto done; } } for (j = 0; noauthority[j] != NULL; j++) { char *hostpart = NULL; error = 0; if (!x509_constraints_uri_host(noauthority[j], strlen(noauthority[j]), &hostpart)) { FAIL("name '%s' should parse as a URI", noauthority[j]); failure = 1; free(hostpart); goto done; } free(hostpart); if (x509_constraints_uri(noauthority[j], strlen(noauthority[j]), constraint, clen, &error)) { FAIL("constraint '%s' should not have matched URI" " '%s' (error %d)\n", constraint, failinguri[j], error); failure = 1; goto done; } } } c = ".openbsd.org"; cl = strlen(".openbsd.org"); d = "*.openbsd.org"; dl = strlen("*.openbsd.org"); if (!x509_constraints_domain(d, dl, c, cl)) { FAIL("constraint '%s' should have matched '%s'\n", c, d); failure = 1; goto done; } c = "www.openbsd.org"; cl = strlen("www.openbsd.org"); if (x509_constraints_domain(d, dl, c, cl)) { FAIL("constraint '%s' should not have matched '%s'\n", c, d); failure = 1; goto done; } c = ""; cl = 0; if (!x509_constraints_domain(d, dl, c, cl)) { FAIL("constraint '%s' should have matched '%s'\n", c, d); failure = 1; goto done; } done: return failure; } int main(int argc, char **argv) { int failed = 0; failed |= test_valid_hostnames(); failed |= test_invalid_hostnames(); failed |= test_valid_sandns_names(); failed |= test_invalid_sandns_names(); failed |= test_valid_mbox_names(); failed |= test_invalid_mbox_names(); failed |= test_valid_domain_constraints(); failed |= test_invalid_domain_constraints(); failed |= test_invalid_uri(); failed |= test_constraints1(); return (failed); } CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/30 07:27:15 Modified files: regress/lib/libcrypto/x509: constraints.c Log message: The previous commit message out to say this: --- Fix sparc64 build cc1: warnings being treated as errors .../constraints.c: In function 'test_constraints1': .../constraints.c:451: warning: ISO C90 forbids mixed declarations and code Fix RCS ID while here. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/10/30 09:34:54 Modified files: sys/dev/acpi : xhci_acpi.c Log message: On the Lenovo X13s attaching to the multiport USB controller leads to hard resets. Previously this was only seen with smmu(4) enabled, probably as there is no IORT reference to that controller and hence no IOMMU mapping established. Since recent BIOS updates, this now also happens without smmu(4) enabled. Let's skip this node for now to keep machines running. Prompted by deraadt@ ok phessler@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/10/30 11:41:08 Modified files: converters/lua-utf8: Makefile distinfo Log message: Update lua-utf8 to 0.1.4. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/10/30 11:43:40 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/arm/arm: arm_machdep.c sys/arch/arm64/arm64: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/i386/i386: machdep.c sys/arch/m88k/m88k: m88k_machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mips64/mips64: mips64_machdep.c sys/arch/powerpc64/powerpc64: machdep.c sys/arch/riscv64/riscv64: machdep.c sys/arch/sh/sh : sh_machdep.c sys/arch/sparc64/sparc64: machdep.c sys/kern : init_main.c kern_exec.c sys/sys : exec.h Log message: Simplfity setregs() by passing it the ps_strings and switching sys_execve() to return EJUSTRETURN. setregs() is the MD routine used by sys_execve() to set up the thread's trapframe and PCB such that, on 'return' to userspace, it has the register values defined by the ABI and otherwise zero. It had to set the syscall retval[] values previously because the normal syscall return path overwrites a couple registers with the retval[] values. By instead returning EJUSTRETURN that and some complexity with program-counter handling on m88k and sparc64 goes away. Also, give setregs() add a 'struct ps_strings *arginfo' argument so powerpc, powerpc64, and sh can directly get argc/argv/envp values for registers instead of copyin()ing the one in userspace. Improvements from miod@ and millert@ Testing assistance miod@, kettenis@, and aoyama@ ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2022/10/30 12:42:07 Modified files: regress/usr.bin/ssh: scp.sh Log message: Use variable for diff options instead of unconditionally specifying "-rN". This will make life easier in -portable where not all diff's understand -N. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/10/30 13:45:53 Modified files: net/filezilla : Makefile Log message: Remove superfluous backslash character from Makefile Found by Leo Unglaub. Thank you! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/30 14:19:30 Modified files: misc/bible-kjv : Makefile distinfo Log message: misc/bible-kjv: keep up with Debian upstream 4.38, no changes for us CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/30 16:31:21 Modified files: games/ezquake : Makefile distinfo games/ezquake/patches: patch-Makefile Log message: update to ezquake 3.6.0, from maintainer Tom Murphy - thanks! Use PATCHORIG to avoid issues with make update-patches; this was ok by maintainer CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/30 16:51:57 Modified files: graphics/glslang: Makefile distinfo graphics/glslang/pkg: PLIST graphics/spirv-headers: Makefile distinfo graphics/spirv-headers/pkg: PLIST graphics/spirv-tools: Makefile distinfo graphics/spirv-tools/pkg: PLIST graphics/vulkan-headers: Makefile distinfo graphics/vulkan-headers/pkg: PLIST graphics/vulkan-loader: Makefile distinfo graphics/vulkan-loader/patches: patch-CMakeLists_txt patch-loader_get_environment_c patch-loader_vk_loader_platform_h graphics/vulkan-tools: Makefile distinfo graphics/vulkan-tools/patches: patch-cube_cube_cpp patch-vulkaninfo_vulkaninfo_h graphics/vulkan-validation-layers: Makefile distinfo graphics/vulkan-validation-layers/patches: patch-CMakeLists_txt patch-layers_vk_mem_alloc_h Added files: graphics/vulkan-headers/patches: patch-registry_apiconventions_py patch-registry_spec_tools_conventions_py graphics/vulkan-loader/patches: patch-loader_stack_allocation_h Removed files: graphics/vulkan-headers/patches: patch-registry_conventions_py graphics/vulkan-loader/patches: patch-loader_CMakeLists_txt patch-loader_allocation_h patch-loader_unknown_ext_chain_gas_aarch64_S graphics/vulkan-validation-layers/patches: patch-layers_best_practices_utils_cpp Log message: update vulkan ports to SDK 1.3.224.1 (and glslang to 11.11.0) tested also by jsg@ on arm64 and amd64 with no issues with latest Mesa. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/10/30 17:08:28 Modified files: games/fs2open : Makefile Log message: disable Vulkan backend build; with vulkan 1.3.224.1 there is a build error 'no viable overloaded =' CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/10/30 21:20:41 Modified files: sys/arch/alpha/alpha: sys_machdep.c Log message: style: 'The function type should be on a line by itself preceding the function.' CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2022/10/30 23:52:59 Modified files: faq : upgrade72.html Log message: Add notes about net/isc-bind, since the version in 7.2 has dropped a number of obsolete configuration options. Having one of these options in the configuration will prevent startup. Initial diff from mglocker@ Reworked by myself ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/10/31 00:14:53 Modified files: net/owncloudclient: Makefile Added files: net/owncloudclient/patches: patch-src_gui_CMakeLists_txt Log message: Change lib/inotify handling in owncloudclient With devel/kf5/extra-cmake-modules 5.99 we can more easily find libinotify. OK kirby@ (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/10/31 02:14:06 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 02:47:20 Modified files: textproc/py-sphinx: Makefile distinfo textproc/py-sphinx/pkg: PLIST Log message: update to py3-sphinx-5.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 02:47:48 Modified files: databases/mydumper: Makefile databases/mydumper/pkg: PLIST databases/pgadmin3: Makefile databases/pgadmin3/pkg: PLIST databases/py-peewee: Makefile databases/py-peewee/pkg: PLIST databases/xapian-bindings: Makefile databases/xapian-bindings/pkg: PLIST-main devel/cmake : Makefile devel/cmake/pkg: PLIST devel/kf5/extra-cmake-modules: Makefile devel/kf5/extra-cmake-modules/pkg: PLIST devel/luacheck : Makefile devel/luacheck/pkg: PLIST devel/udis86 : Makefile devel/udis86/pkg: PLIST lang/ghc : Makefile lang/ghc/pkg : PLIST productivity/vdirsyncer: Makefile productivity/vdirsyncer/pkg: PLIST shells/fish : Makefile shells/fish/pkg: PLIST x11/polybar : Makefile x11/polybar/pkg: PLIST Log message: regen PLISTs following py-sphinx update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/10/31 02:57:24 Modified files: x11/gnome/yelp-tools: Makefile distinfo Log message: Update to yelp-tools-42.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/10/31 03:05:27 Modified files: geo/mapserver : Makefile geo/mapserver/pkg: PLIST-php Added files: geo/mapserver/patches: patch-mapscript_phpng_CMakeLists_txt Log message: geo/mapserver: stop shipping mapscript.php it's not needed anymore with recent swig. patch can go away when swig 4.1.0 is commited. discussed with tb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/10/31 04:46:24 Modified files: sys/uvm : uvm_map.c Log message: Fix VMMAP_DEBUG code to compile with not-so-recent changes. If enabled the debug code currently panic the kernel. To investigate. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 05:54:31 Modified files: textproc/codespell: Makefile textproc/codespell/pkg: PLIST Log message: codespell needs setuptools_scm; move to py-build while there CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2022/10/31 06:44:19 Log message: import nushell-0.70.0 The goal of nushell is to take the Unix philosophy of shells, where pipes connect simple commands together, and bring it to the modern style of development. Thus, rather than being either a shell, or a programming language, nushell connects both by bringing a rich programming language and a full-featured shell together into one package. ok tb@ with help from semarie@ and tb@ Status: Vendor Tag: solene Release Tags: solene_20221031 N ports/shells/nushell/Makefile N ports/shells/nushell/crates.inc N ports/shells/nushell/distinfo N ports/shells/nushell/pkg/DESCR N ports/shells/nushell/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2022/10/31 06:44:57 Modified files: shells : Makefile Log message: + nushell CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2022/10/31 07:31:58 Modified files: infrastructure/bin: register-plist Log message: document what I would love register-plist to do, but can't so far. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2022/10/31 07:45:39 Modified files: build : support.dat Log message: remove zensystems.dk, confirmed by Martin Hein CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2022/10/31 07:46:21 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2022/10/31 07:59:10 Modified files: sys/arch/mips64/mips64: clock.c Log message: mips64: Raise SPL for hardclock() This lets the MI clock interrupt code see the correct SPL. The full splx() is skipped because the updating of the hardware interrupt masks should not be needed here. Prompted by and OK cheloha@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2022/10/31 08:02:11 Modified files: usr.sbin/vmd : config.c proc.h vmd.c vmd.h Log message: vmd(8): remove unfinished user accounting. User accounting and enforcement was never finished. tedu the thing until someone wants to pick it up and finish it. Originally found by Matthew Martin. ok mlarkin@, kn@. input from tb@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/31 09:01:54 Modified files: net/ssldump : Makefile www/webalizer : Makefile Log message: remove errant line continuation from Makefile Accidentally, there were no ill effects because GNU configure can take variable settings from the environment or the command line. CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2022/10/31 09:35:07 Modified files: net/powerdns : Makefile distinfo net/powerdns/pkg: PLIST-main PLIST-mysql PLIST-pgsql Log message: Update to PowerDNS Authoritative Server 4.7.1 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2022/10/31 09:35:12 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia backward etcetera europe northamerica southamerica zone.tab zone1970.tab Log message: Update to 2022fgtz from https://github.com/JodaOrg/global-tz Major changes: o Mexico will no longer observe DST except near the US border. o Chihuahua moves to year-round -06 on 2022-10-30. o Fiji no longer observes DST. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/31 09:55:58 Modified files: security/openssl/3.0/patches: patch-Configurations_unix-Makefile_tmpl Log message: openssl/3.0: regen patch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 09:59:43 Modified files: net/putty : Makefile distinfo net/putty/patches: patch-cmake_platforms_unix_cmake patch-putty_h Removed files: net/putty/patches: patch-unix_pageant_c Log message: update to putty-0.78 this has a lot of nice new things, including OpenSSH certificates, NTRU Prime, AES-GCM and addition D-H key exchange mechanisms - see https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 11:32:36 Removed files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/patches: patch-conf_server_xml www/tomcat/v7/pkg: DESCR-examples DESCR-main PLIST-examples PLIST-main README-main tomcat.rc Log message: seems I unintentionally removed recursing into v7 from tomcat/Makefile earlier in the year; it is already EoL anyway so remove the port files too CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 11:39:51 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.83 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 11:39:54 Modified files: www/tomcat/v9 : Makefile distinfo Log message: update to tomcat-9.0.68 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 11:39:56 Modified files: www/tomcat/v10 : Makefile distinfo Log message: update to tomcat-10.0.27 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 11:41:54 Modified files: www/tomcat/v8 : Tag: OPENBSD_7_2 Makefile distinfo www/tomcat/v8/pkg: Tag: OPENBSD_7_2 PLIST-examples Log message: update to tomcat-8.5.83 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 11:42:00 Modified files: www/tomcat/v9 : Tag: OPENBSD_7_2 Makefile distinfo www/tomcat/v9/pkg: Tag: OPENBSD_7_2 PLIST-examples Log message: update to tomcat-9.0.68 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 11:42:07 Modified files: www/tomcat/v10 : Tag: OPENBSD_7_2 Makefile distinfo www/tomcat/v10/pkg: Tag: OPENBSD_7_2 PLIST-examples PLIST-main Log message: update to tomcat-10.0.27 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2022/10/31 11:44:21 Modified files: distrib/notes/riscv64: prep Log message: The cad(4) ethernet controller works well on the Hifive Unmatched From Miguel Landaeta CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/31 12:31:36 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Log message: Make CLEANFILES patterns not match anything that may live outside of obj. Running make clean without obj should not remove any non-temp files like *.conf. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/10/31 12:34:11 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.pftable.rdomain1.conf bgpd.pftable.rdomain2_1.conf bgpd.pftable.rdomain2_2.conf pftable.sh Log message: Add a intergration test that checks if the pftable feature works. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/31 13:25:17 Modified files: etc : netstart Log message: Improve shell style wrt. variable naming/boolean convention The mixed use of upper and lower case variables is neither obvious nor consistent. PRINT_ONLY is local to netstart. ip6kernel is local to netstart. multicast gets sourced from rc.subr(8). 1. uppercase ip6kernel as is common for global variables in base scripts 2. use the simpler true/false idiom and default with the rest of netstart-only variables, making it clearer that only `multicast=YES/NO' comes from the rc environment 3. hoist kernel feature detection such that a later diff can load the SOII key conditionally 4. zap obvious comment OK aja CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/31 13:48:50 Modified files: etc : netstart Log message: Fix comment: IPv6 link local addresses do not use SOII anymore sys/netinet6/in6_ifattach.c r1.114 limited it to SLAAC addresses in 2019. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 14:02:16 Modified files: devel/py-radix : Makefile distinfo devel/py-radix/pkg: PLIST Log message: switch py-radix to a fork, which includes a modified version of the C implementation (supposedly to take less memory in some cases, though I didn't find that in my use case) which also fixes a compiler warning, plus a fix for py3.10. ok job@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/10/31 14:02:46 Modified files: net/aggregate6 : Makefile net/aggregate6/patches: patch-setup_py net/aggregate6/pkg: PLIST Log message: aggregate6: adjust dependency on py-radix to allow use of the newer version ok job@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/10/31 14:14:45 Modified files: etc : netstart Log message: Hoist only the feature check Keep adding IPv6 routes after lo0 got an addres like before, meant to be committed together with r1.223. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/31 14:28:25 Modified files: lang/ruby : ruby.port.mk Log message: ruby.port.mk: fix check for conflicting flavors Remove trailing whitespace after line continuation character that somehow did not result in a syntax error, and add missing ruby31 check. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/10/31 14:34:41 Modified files: x11/gnustep/base: Makefile Log message: x11/gnustep: explicitly disable libdispatch as its presence breaks the build. ok kn, maintainer timeout as usual CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/31 15:32:43 Modified files: infrastructure/db: config.site Log message: Remove false indication we have ctermid_r (miod removed ctermid_r from stdio.h in r1.35 - info from tb) ok tb@ CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2022/10/31 15:59:20 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.6.1 (stable release) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/31 16:05:45 Log message: Import Python 3.11.0 https://www.python.org/downloads/release/python-3110/ Still has the same readline module problem as 3.10 Tweaks and ok from tb@ and sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20221031 N ports/lang/python/3.11/Makefile N ports/lang/python/3.11/distinfo N ports/lang/python/3.11/files/CHANGES.OpenBSD N ports/lang/python/3.11/patches/patch-Modules__hashopenssl_c N ports/lang/python/3.11/patches/patch-configure_ac N ports/lang/python/3.11/patches/patch-Python_fileutils_c N ports/lang/python/3.11/patches/patch-Makefile_pre_in N ports/lang/python/3.11/pkg/DESCR-tkinter N ports/lang/python/3.11/pkg/DESCR-gdbm N ports/lang/python/3.11/pkg/DESCR-idle N ports/lang/python/3.11/pkg/DESCR-main N ports/lang/python/3.11/pkg/DESCR-tests N ports/lang/python/3.11/pkg/PLIST-main N ports/lang/python/3.11/pkg/PLIST-gdbm N ports/lang/python/3.11/pkg/PLIST-idle N ports/lang/python/3.11/pkg/PLIST-tests N ports/lang/python/3.11/pkg/PLIST-tkinter No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/10/31 16:06:28 Modified files: lang/python : Makefile python.port.mk Log message: Add Python 3.11.0 to build and python.port.mk ok sthen@ tb@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/10/31 17:06:22 Modified files: net/gmid : Makefile distinfo Log message: update net/gmid to 1.8.5 - removed OpenBSD' rc file. it's now maintained in the ports tree - (hopefully) fix build on DragonflyBSD - call tzset(3) to fix times in logs - always send custom list of fcgi parameters (alex) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/10/31 17:14:56 Modified files: astro/gcal : Makefile devel/angr/py-pyvex: Makefile devel/cabal-bundler: Makefile devel/cabal-install: Makefile devel/cargo : cargo.port.mk devel/cmake : Makefile devel/cutter : Makefile devel/darcs : Makefile devel/doxygen-gui: Makefile devel/git-annex: Makefile devel/hasktags : Makefile devel/indi : Makefile devel/kdiff3 : Makefile devel/p5-Data-ICal: Makefile devel/p5-POE-API-Peek: Makefile devel/p5-Test-Unit: Makefile devel/p5-strictures: Makefile devel/py-automat: Makefile devel/py-dbus-deviation: Makefile devel/shellcheck: Makefile devel/silc-toolkit: Makefile devel/tig : Makefile games/hackdata : Makefile geo/osm2pgsql : Makefile graphics/GraphicsMagick: Makefile graphics/babl : Makefile graphics/nomacs: Makefile graphics/openvdb: Makefile graphics/orthanc/server: Makefile graphics/p5-SVG-Graph: Makefile inputmethods/fcitx-m17n: Makefile inputmethods/ibus: Makefile lang/otcl : Makefile lang/ruby : Makefile.inc mail/p5-Mail-DKIM: Makefile mail/s-postgray: Makefile meta/kde : Makefile meta/qt5 : Makefile meta/qt6 : Makefile multimedia/mjpegtools: Makefile multimedia/yle-dl: Makefile net/avahi : Makefile net/isc-dhcp : Makefile print/cups : Makefile print/system-config-printer: Makefile productivity/hledger: Makefile security/cyrus-sasl2: Makefile security/suricata: Makefile sysutils/m1n1 : Makefile sysutils/mcollective: Makefile sysutils/vorta : Makefile telephony/baresip/baresip: Makefile tests/portbump/t1: Makefile tests/portbump/t4: Makefile tests/portbump/t5: Makefile textproc/hunspell: Makefile textproc/pandoc: Makefile www/chromium : Makefile www/iridium : Makefile www/p5-Catalyst-Controller-ActionRole: Makefile x11/afterstep : Makefile x11/irrlicht : Makefile x11/kde-applications/akonadi-mime: Makefile x11/kde-applications/cervisia: Makefile x11/kde-applications/kde-dev-scripts: Makefile x11/kde-applications/kontrast: Makefile x11/kde-applications/libkeduvocdocument: Makefile x11/kde-applications/mailcommon: Makefile x11/klavaro : Makefile x11/mruby-zest : Makefile x11/ogle_gui : Makefile x11/qt5/qtwebengine: Makefile x11/wmutils/opt: Makefile x11/xmobar : Makefile x11/xmonad : Makefile Log message: remove line continuation before empty lines ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/10/31 19:01:14 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): vcpu_reset_regs_svm: allow reads of MSR_HWCR, MSR_PSTATEDEF(0) Guests may need these MSRs to determine the TSC frequency on AMD families 17h and 19h. GP fault reported by weerd@, observed on "AMD EPYC 3201 8-Core Processor" (17-01-02). Same issue observed by Jesper Wallin on "AMD Ryzen PRO 3700U". Tested by Jesper Wallin. Link: https://marc.info/?l=openbsd-bugs&m=166721628323483&w=2 ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2022/10/31 19:13:40 Modified files: www/vaultwarden-web: Makefile distinfo www/vaultwarden-web/pkg: PLIST Log message: www/vaultwarden-web: update to 2022.10.2 ok abieber@ bket@ CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2022/10/31 19:16:56 Modified files: net/jitsi/jicofo: Makefile distinfo net/jitsi/jicofo/files: jicofo.conf jicofo.in.sh net/jitsi/jicofo/pkg: PLIST net/jitsi/meet : Makefile distinfo net/jitsi/meet/pkg: PLIST net/jitsi/videobridge: Makefile distinfo net/jitsi/videobridge/files: jvb.conf jvb.in.sh sip-communicator.properties net/jitsi/videobridge/pkg: PLIST Log message: net/jitsi: update to 2.0.7882 ok abieber@ landry@ CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2022/11/01 00:58:52 Modified files: . : errata71.html errata72.html Log message: Release expat errata. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2022/11/01 01:47:23 Modified files: net/owncloudclient: Makefile distinfo Log message: update to ownCloudclient-2.11.1.8946 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/01 02:24:42 Modified files: astro/calcmysky: Makefile distinfo Log message: Update to calcmysky-0.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/01 03:00:24 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Removed files: astro/stellarium/patches: patch-CMakeLists_txt patch-src_core_modules_AtmosphereShowMySky_cpp Log message: Update to stellarium-1.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/11/01 03:46:14 Modified files: usr.bin/tmux : cmd-find.c Log message: Use active pane in target window not current window for +/-. GitHub issue 3370. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/11/01 03:54:13 Modified files: usr.bin/tmux : input-keys.c key-string.c tmux.h tty-keys.c Log message: Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/01 04:45:53 Modified files: etc : netstart Log message: Do not wait for DAD completion in dry-run mode 1. only do so when running without -n 2. move code to own wait_dad() helper like wait_autoconf_default() has it 3. use local _count as usual in both functions rather than the global count Feedback OK claudio CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2022/11/01 04:50:05 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: I plain forgot to document -S ! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2022/11/01 04:55:54 Modified files: infrastructure/mk: bsd.port.mk pkgpath.mk infrastructure/lib/DPB: Vars.pm Log message: remove the badly named, undocumented alias for "print-update-signature" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 05:06:27 Modified files: net/mosh : Makefile distinfo Removed files: net/mosh/patches: patch-src_network_network_cc Log message: update to mosh-1.4.0, with tweaks from jca@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/01 05:18:06 Modified files: etc : netstart Log message: Only load the SOII key if IPv6 is available Possible now that IP6KERNERL is hoisted. This also improves readability and zaps double negation logic. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/11/01 05:37:52 Modified files: lang/clojure : Makefile distinfo Log message: update lang/clojure to 1.11.1.1182 changelog: https://clojure.org/releases/tools CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/01 06:01:49 Modified files: lang/node : Makefile distinfo lang/node/pkg : PLIST Log message: lang/node: fetch/install nodejs*-headers.tar.gz instead of .xz node-gyp expects a .gz, and its tar implementation doesnt support xz. from maintainer Volker Schlecht, thanks ! CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/11/01 06:36:38 Modified files: devel/cargo : cargo.port.mk Log message: devel/cargo: add MODCARGO_WANTLIB variable Introduce MODCARGO_WANTLIB variable to be used by port using std library from Rust. Rust std uses libc and libpthread for standard operations, and uses libc++abi/libgcc for unwinding. Unwinding is done differently depending the MACHINE_ARCH: - sparc64 is using libgcc (static lib) - others are using c++abi (shared lib) MODCARGO_WANTLIB takes care of that details. ok sthen@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2022/11/01 07:34:44 Modified files: lib/libagentx : agentx.c Log message: On endOfMibView reset OID back to the original requested OID as per RFC3416 section 4.2.2, instead of returning the (internal) current OID, which could happen on empty tables. Found and diff tested by Ryan Freeman (ryan slipgate org) OK sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/01 07:35:09 Modified files: usr.sbin/bgpctl: ometric.c Log message: Use unsigned long long to store integer value. At least that can always be printed with %llu unlike uint64_t. CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2022/11/01 07:58:15 Modified files: net/powerdns : Makefile distinfo Log message: Update to Authoritative Server 4.7.2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/01 07:59:00 Modified files: sys/arch/amd64/isa: clock.c sys/arch/i386/isa: clock.c Log message: Use todr_attach(). ok phessler@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/11/01 08:49:14 Modified files: graphics/yacreader: Makefile distinfo graphics/yacreader/pkg: PLIST Log message: update graphics/yacreader to 9.10.0 changelog: https://github.com/YACReader/yacreader/releases/tag/9.10.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/01 10:00:10 Modified files: security/openssl/3.0: Makefile distinfo security/openssl/3.0/pkg: PLIST Log message: Update to OpenSSL 3.0.7 Fixes X.509 Email Address Buffer Overflows (CVE-2022-3602, CVE-2022-3786). In good OpenSSL tradition, they ship ~250 commits since OpenSSL 3.0.5, the last non-retracted release. One might wonder how a punycode decoder that overflows on an example string from the RFC makes it into a cryptographic library released in '21. Compare test_puny_overrun() with RFC 3492 7.1 (L)... In PR 9654 someone asked about tests early on - this was dismissed since a handful of cert chains suffices to exercise a tricky decoder. The review could then focus on more important things like file placement, license comments, comment formatting and style. Ignoring a request for turning a magic number into a constant, not even one of the 127 items on the PR is on the scary code itself. It is also questionable whether it was really necessary to classify this as CRITICAL and generate that much panic. It's bad, but not eye-wateringly bad (disregarding the development process that led to this fiasco.) Good thing this was at least downgraded to HIGH in the final announcement. No one will be surprised that there is more than one issue in this code, so instead of one CRITICAL issues, we get two HIGH ones. Sounds fair. https://www.openssl.org/news/secadv/20221101.txt https://www.openssl.org/news/secadv/20221101b.txt CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/01 10:02:52 Modified files: mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile Log message: mail/postfix: bump after OpenSSL 3 update (static linking) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 10:18:23 Modified files: lang/python : Makefile.inc lang/python/3.10: Makefile lang/python/3.10/files: CHANGES.OpenBSD lang/python/3.10/pkg: PLIST-main lang/python/3.11/files: CHANGES.OpenBSD lang/python/3.11/pkg: PLIST-main PLIST-tests lang/python/3.9: Makefile lang/python/3.9/files: CHANGES.OpenBSD lang/python/3.9/pkg: PLIST-main Added files: lang/python/3.10/patches: patch-Modules_readline_c lang/python/3.11/patches: patch-Modules_readline_c lang/python/3.9/patches: patch-Modules_readline_c Log message: Patch Modules/readline.c to workaround an issue with the readline module with Python 3.9+'s definition of PyMODINIT_FUNC and our readline headers https://github.com/openbsd/src/blob/master/gnu/lib/libreadline/rlstdc.h#L41 (Due to some other strangeness in the build system, on 3.9 it rebuilt a working version after the first attempt failed and the file was moved out of the way, but that no longer happens with 3.10+ where readline just failed). Fix up PLISTs and WANTLIB for Python 3.11 while there. Joint work with landry@ tb@ kmos@, ok tb kmos CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/01 10:33:02 Modified files: security/openssl/1.1: Makefile distinfo security/openssl/1.1/pkg: PLIST Log message: Update to openssl-1.1.1s Bugfix release that supposedly also fixes the fixes that were in the retracted openssl-1.1.1r. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/01 10:33:44 Modified files: security/sslscan: Makefile Log message: sslscan: bump after openssl 1.1 update (static linking) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2022/11/01 11:25:33 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: fix a logic error from 2018: be silent if any of -S, -n, -q are mentioned. The actual bug reverted in 1.128 was from "make print-plist-libs" which would invoke pkg_create -n -Q and filter out the libs: but in that case, pkg_create would not be silent, thus yielding reading plist|-/usr/local/lib/libpython3.9.so.0.0 to filter, which obviously wouldn't work. So, turn on silent mode for -Q as well. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/01 11:31:28 Modified files: security/openssl/3.0: Tag: OPENBSD_7_2 Makefile distinfo security/openssl/3.0/patches: Tag: OPENBSD_7_2 patch-Configurations_unix-Makefile_tmpl security/openssl/3.0/pkg: Tag: OPENBSD_7_2 PLIST Log message: MFC: Update to OpenSSL 3.0.7, fixes two overflows in punycode decoding. ok sthen https://www.openssl.org/news/secadv/20221101.txt https://www.openssl.org/news/secadv/20221101b.txt CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/01 11:33:51 Modified files: mail/postfix/snapshot: Tag: OPENBSD_7_2 Makefile mail/postfix/stable: Tag: OPENBSD_7_2 Makefile Log message: mail/postfix: bump after OpenSSL 3 update CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2022/11/01 11:41:19 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: Have -S actually behave like the other introspection options, namely only eschew building the package is -n is mentionned. Document that -S -n is heavily optimized for speed since it's mostly used by dpb -R to figure out what to rebuild. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/11/01 14:25:37 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-runtime_intl_dcigettext_c patch-gettext-runtime_intl_relocatable_c patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_gnulib-lib_asyncsafe-spin_c patch-gettext-tools_src_Makefile_in devel/gettext/pkg: PLIST-tools Removed files: devel/gettext/patches: patch-gettext-runtime_intl_vasnprintf_c patch-gettext-runtime_libasprintf_vasnprintf_c patch-gettext-tools_gnulib-lib_vasnprintf_c patch-gettext-tools_libgettextpo_vasnprintf_c patch-libtextstyle_lib_vasnprintf_c Log message: devel/gettext: maintenance update to 0.21.1, no significant changes CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/01 14:26:20 Modified files: gnu/lib/libreadline: rlstdc.h Log message: Do not neuter __attribute__ with __STRICT_ANSI__ This broke readline support in newer Pythons and generally seems a bad idea. Upstream have removed this conditional in 5.0. ok millert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 14:29:37 ports/mail/postfix/stable35 Update of /cvs/ports/mail/postfix/stable35 In directory cvs.openbsd.org:/tmp/cvs-serv39644/stable35 Log Message: Directory /cvs/ports/mail/postfix/stable35 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 14:29:40 ports/mail/postfix/stable35/pkg Update of /cvs/ports/mail/postfix/stable35/pkg In directory cvs.openbsd.org:/tmp/cvs-serv32271/stable35/pkg Log Message: Directory /cvs/ports/mail/postfix/stable35/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 14:29:42 ports/mail/postfix/stable35/files Update of /cvs/ports/mail/postfix/stable35/files In directory cvs.openbsd.org:/tmp/cvs-serv16220/stable35/files Log Message: Directory /cvs/ports/mail/postfix/stable35/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 14:29:44 ports/mail/postfix/stable35/patches Update of /cvs/ports/mail/postfix/stable35/patches In directory cvs.openbsd.org:/tmp/cvs-serv13801/stable35/patches Log Message: Directory /cvs/ports/mail/postfix/stable35/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 14:39:17 Modified files: mail/postfix : Makefile Added files: mail/postfix/stable35: Makefile distinfo mail/postfix/stable35/files: postfix-disable postfix-enable postfix-install mail/postfix/stable35/patches: patch-conf_main_cf patch-conf_master_cf patch-makedefs patch-src_tls_tls_certkey_c patch-src_tls_tls_server_c patch-src_util_sys_defs_h mail/postfix/stable35/pkg: DESCR MESSAGE PLIST postfix.rc Log message: add back a version of Postfix from the 3.5 "past stable" branch, for two reasons: - despite static linking, there are still some problems with the flavours that pull in a dependency that uses libressl, at least when that dep is making a TLS connection (e.g. to database servers on another machine). - to provide a version of Postfix that is still able to use libressl rather than pulling in openssl, as upstream's more recent stable versions require. as a post on mailop points out in relation to a recent issue with OpenSSL, "MTAs usually do a lot of outbound TLS acting as clients to remote servers, but opportunistically (disabled cert validation)" so SMTP clients will see many certs that might not make it through CA validation checks. ok with Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 14:41:06 Modified files: mail/postfix : Tag: OPENBSD_7_2 Makefile Added files: mail/postfix/stable35: Tag: OPENBSD_7_2 Makefile distinfo mail/postfix/stable35/files: Tag: OPENBSD_7_2 postfix-disable postfix-enable postfix-install mail/postfix/stable35/patches: Tag: OPENBSD_7_2 patch-conf_main_cf patch-conf_master_cf patch-makedefs patch-src_tls_tls_certkey_c patch-src_tls_tls_server_c patch-src_util_sys_defs_h mail/postfix/stable35/pkg: Tag: OPENBSD_7_2 DESCR MESSAGE PLIST postfix.rc Log message: readd a postfix 3.5 version to 7.2-stable CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/11/01 14:44:49 Modified files: infrastructure/bin: pkg_outdated Log message: pkg_outdated: unbreak: use "print-update-signature" instead of old alias CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2022/11/01 19:18:42 Modified files: net/irssi : Makefile distinfo Log message: update net/irssi 1.4.3 from Lauri Tirkkonen ok bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 19:41:36 Removed files: telephony/asterisk/20/patches: patch-configure_ac.orig patch-main_utils_c.orig Log message: rm mistakenly added .orig files, pointed out by aisha CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 19:51:37 Modified files: security/clamav: Makefile distinfo Log message: update to clamav-0.105.1-2, clamav itself wasn't changed but there are updated rust deps with some fixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/01 19:52:10 Modified files: security/clamav: Tag: OPENBSD_7_2 Makefile distinfo Log message: update to clamav-0.105.1-2 CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2022/11/01 20:08:04 Modified files: net/knot : Makefile distinfo net/py-libknot : Makefile distinfo Removed files: net/knot/patches: patch-tests_contrib_test_net_c Log message: net/knot: update to 3.2.2 ok abieber@ jca@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/11/02 01:20:08 Modified files: sys/kern : kern_fork.c sys/arch/hppa/hppa: trap.c sys/arch/m88k/m88k: trap.c sys/arch/powerpc/powerpc: trap.c sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/arm64/arm64: syscall.c sys/arch/mips64/mips64: trap.c sys/arch/powerpc64/powerpc64: syscall.c sys/arch/riscv64/riscv64: syscall.c sys/arch/sparc64/sparc64: trap.c Log message: Clean up more ancient history: since 2015 the libc stubs for fork/vfork/__tfork haven't cared about the second return register. So, stop setting retval[1] in kern_fork.c and stop setting the second return register in the MD child_return() routines. With the above, we have no multi-register return values on LP64, so stop touching that register in the trapframe on those archs. testing miod@ and aoyama@ ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/02 01:25:11 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.364. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/02 01:31:57 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_appconfig_constants_unix_go patch-makefile Log message: Update to amazon-ssm-agent-3.2.183.0. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/11/02 01:36:07 Modified files: usr.bin/tmux : input-keys.c tty-keys.c Log message: Instead of always setting the extended flag, set it only when searching. Allows send-keys to work. From Aaron Jensen. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/02 01:46:34 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-408.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/02 01:47:59 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-8.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/02 01:51:23 Modified files: sysutils/libvirt-python: Makefile distinfo sysutils/libvirt-python/pkg: PLIST Log message: Update to py3-libvirt-8.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/02 02:25:18 Modified files: astro/stellarium: Makefile distinfo Log message: Update to stellarium-1.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/02 02:29:31 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-base_password_py patch-installer_core_install_py Added files: print/hplip/patches: patch-ui5_fabwindow_py Log message: Updte to hplip-3.22.10. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/02 04:04:41 Modified files: usr.sbin/rpki-client: aspa.c crl.c roa.c rsc.c x509.c Log message: Fix x509_get_time() error checks Like most x509_* functions, x509_get_time() returns 0/1 on error/success, not -1/0. ok claudio job CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/02 04:41:34 Modified files: share/man/man9 : audio.9 sys/arch/luna88k/cbus: nec86.c nec86hw.c sys/dev : audio.c audio_if.h sys/dev/isa : ess.c gus.c gusvar.h pas.c sb.c sbdsp.c Log message: Remove audio(9) speaker_ctl(), let open() handle speakers where needed Only five legacy half-duplex hardware drivers require this function to change between playing and recording: i386: ess(4), gus(4), pas(4), sb(4) luna88k: nec86(4) If defined, it is always called early in audio_open(), so just move the call from audio(4) to each hardware driver's open() handler. SPKR_ON/OFF remain defined to leave driver-specific code unchanged. Further cleanup (unchecked speaker_ctl() return values, FWRITE -> AUMODE_PLAY -> SPKR_ON dances, etc.) can happen later. Builds fine on i386. OK ratchov CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 04:41:43 Modified files: usr.sbin/rpki-client: http.c Log message: Also print IP address of the connection that timed out to aid debugging OK claudio@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/02 05:28:36 Modified files: usr.sbin/rpki-client: validate.c Log message: Length check URI before strncasecmp() A priori URI is not NUL terminated, so we should first check it is long enough before comparing it against proto. As a side effect, this now rejects "https://" and "rsync://", which are invalid due to the missing host in the authority section. ok claudio CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/02 05:44:19 Modified files: usr.sbin/rpki-client: http.c Log message: Don't free the addrinfo array after connect and refactor http_finish_connect. In http_connect_done() the addrinfo array was freed but this makes it impossible to show the IP address of the connection in log messages. Also refactor http_finish_connect() to call http_connect_failed() instead of doing the same inline. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/02 06:11:14 Modified files: mail/postfix : Makefile.inc mail/postfix/stable35: Makefile Log message: postfix/stable35 needs older pcre; adjust LIB_DEPENDS/WANTLIB (besides the missing dep, this fixes an error during build apparently relating to sqlite if pcre wasn't installed) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/02 06:11:30 Modified files: mail/postfix : Tag: OPENBSD_7_2 Makefile.inc mail/postfix/stable35: Tag: OPENBSD_7_2 Makefile Log message: postfix/stable35 needs older pcre; adjust LIB_DEPENDS/WANTLIB (besides the missing dep, this fixes an error during build apparently relating to sqlite if pcre wasn't installed) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/02 06:34:13 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.5.3. see https://github.com/OSGeo/gdal/blob/v3.5.3/NEWS.md CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 06:43:02 Modified files: usr.sbin/rpki-client: Makefile extern.h filemode.c main.c mft.c output-json.c parser.c print.c rpki-client.8 rsync.c x509.c Added files: usr.sbin/rpki-client: tak.c Log message: Add support for draft-ietf-sidrops-signed-tal-12 Add support validation of Signed Objects containing Trust Anchor Keys (TAKs - aka 'Signed TALs'). Signed TALs provide a mechanism for RIRs to distribute and sign the next Trust Anchor with the current Trust Anchor. This might be an improvement over visiting RIR websites and copy+pasting TAL data by hand. OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 06:46:49 Modified files: usr.sbin/rpki-client: rsc.c rpki-client.8 Log message: Reference RSC RFC-to-be instead of internet-draft CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 06:55:44 src/regress/usr.sbin/rpki-client/tak Update of /cvs/src/regress/usr.sbin/rpki-client/tak In directory cvs.openbsd.org:/tmp/cvs-serv80617/tak Log Message: Directory /cvs/src/regress/usr.sbin/rpki-client/tak added to the repository CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 06:56:38 Modified files: regress/usr.sbin/rpki-client: Makefile.inc regress/usr.sbin/rpki-client/openssl11: Makefile Added files: regress/usr.sbin/rpki-client: test-tak.c regress/usr.sbin/rpki-client/tak: 05F53BCE4DAA11EDB9AC0C5B9E174E93.tak 42AE70A64DA711EDB37796549E174E93.tak B7C2334E4DA911EDAF862D5A9E174E93.tak Log message: Add regress for Signed TAL (.tak) files CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/02 07:18:04 Modified files: geo/mdal : Makefile distinfo Log message: geo/mdal: update to 1.0.0. see https://github.com/lutraconsulting/MDAL/releases/tag/release-1.0.0 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2022/11/02 07:36:30 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2022.11. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/02 08:45:01 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.70.1 From maintainer Renaud Allard CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2022/11/02 09:10:05 Modified files: net/dnsdist : Makefile distinfo Log message: Update to dnsdist 1.7.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/02 10:37:58 Modified files: devel/swig : Makefile distinfo devel/swig/patches: patch-CCache_configure patch-Source_Swig_include_c patch-configure devel/swig/pkg : PLIST Added files: devel/swig/patches: patch-Examples_test-suite_director_thread_i Removed files: devel/swig/patches: patch-Lib_cdata_i patch-Lib_exception_i patch-Lib_php_php_swg patch-Lib_php_phprun_swg patch-Source_Modules_php_cxx Log message: devel/swig: update to 4.1.0. - remove patches for php8 support that were previously backported - add node, go & boost to TDEP so that most tests can run (most of them pass) - switch to pcre2 ran all tests on i386, amd64 & arm64 (thanks stsp@ for providing access) also tested on arm64 by tb@ and riscv64 by jca@ went in an amd64 bulk build by tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/02 10:39:04 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-tools_lldb_bindings_CMakeLists_txt patch-tools_lldb_bindings_interfaces_swig patch-tools_lldb_bindings_python_python-typemaps_swig Log message: devel/llvm: fix lldb build with swig 4.1.0 from https://reviews.llvm.org/D134877 via https://bugzilla.redhat.com/show_bug.cgi?id=2128646 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/02 10:39:51 Modified files: cad/kicad/patches: patch-pcbnew_CMakeLists_txt Log message: cad/kicad: fix build with swig 4.1.0 from https://gitlab.com/kicad/code/kicad/-/issues/12414 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/02 10:50:52 Modified files: usr.sbin/rpki-client: http.c Log message: Introduce conn_info() which combines http_info() and ip_info() to output both the host/uri and IP address of a connection. Adjust http_connect() error handling to make sure conn->res is set to the last address when hitting the error condition after the loop. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/02 11:49:53 Modified files: x11/gnome/libpanel: Makefile distinfo Log message: Update to libpanel-1.0.2. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/11/02 14:53:47 Modified files: net/nextcloudclient: Makefile Log message: Add missing run-dependency on x11/qt5/qtquickcontrols Diff by maintainer, reported by Sven Wolf CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 17:20:59 Modified files: usr.sbin/rpki-client: cert.c Log message: Emit warnings when unexpected X.509v3 extensions are encountered OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 18:00:53 Modified files: usr.sbin/rpki-client: cert.c Log message: Permit only keyCertSign and CRLSign in CA KeyUsage extension OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 18:44:13 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Add notion of ASPA CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/02 18:48:31 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: shorten Autonomous System Provider Authorizations CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2022/11/02 19:30:44 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile Log message: Update janet to 1.25.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/02 19:45:56 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20221103 CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2022/11/02 21:33:46 Modified files: devel/pcre2 : Makefile Log message: Specify --enable-newline-is-anycrlf instead of --enable-newline-is-any which doesn't work properly with UTF-8 text. The former option treats 0x85, which is used by some kanji chars in UTF-8, as a newline char. ok namn CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/11/02 22:52:41 Modified files: sys/kern : kern_xxx.c Log message: Make scdebug_ret() behave like ktrsysret(), showing the off_t value for lseek() and a single register_t value for all others. ok miod@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/11/02 22:56:48 Modified files: sys/dev : rnd.c sys/kern : kern_exit.c Log message: Style: always use *retval and never retval[0] in syscalls, to reflect that retval is just a single return value. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/03 02:10:51 Modified files: x11/evilwm : Makefile distinfo Log message: update to evilwm-1.4.1 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/11/03 02:33:58 Modified files: usr.bin/tmux : cmd-display-message.c tmux.1 Log message: Add a -l flag to display-message to disable format expansion, from Aaron Jensen. GitHub issue 3372. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/11/03 02:41:53 Modified files: usr.bin/tmux : window-buffer.c Log message: If there are no buffers, reset mode as soon as any key pressed. Fixes crash reported by Gaoyang Zhang in GitHub issue 3373. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/03 02:44:33 Modified files: devel/libsoup3 : Makefile distinfo Log message: Update to libsoup3-3.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/03 02:55:13 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.29.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/03 02:55:23 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.26.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/03 02:55:37 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.27.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/03 02:58:00 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.3.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/03 04:36:35 Modified files: net/bgpq4 : Makefile distinfo Log message: update to bgpq4-1.7 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/03 04:39:19 Modified files: usr.sbin/rpki-client: cert.c Log message: Constrain KeyUsage and ExtendedKeyUsage on both CA & EE certificates RFC 6487 section 4.8.4 restricts the KeyUsage extension on EE certificates to only be digitalSignature. RFC 6487 section 4.8.5 forbids the ExtendedKeyUsage extension from appearing on CA certificates. However, this may change in the future through the standardisation process. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/03 07:12:49 Modified files: telephony/asterisk: Makefile.inc Log message: fix LLD_EMUL handling to avoid passing "-Wl," to ld on systems where LLD_EMUL is defined but empty CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/03 07:40:56 Modified files: databases/recoll: Makefile distinfo databases/recoll/patches: patch-Makefile_in databases/recoll/pkg: PLIST-gui PLIST-main Log message: update to recoll-1.33.1 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2022/11/03 07:41:22 Modified files: net/tailscale : Makefile distinfo Log message: Update tailscale to 1.32.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/03 07:41:47 Modified files: games/gargoyle : Makefile Log message: set COMPILER=base-clang; fails with ports-gcc ld: error: undefined symbol: std::filesystem::__cxx11::path::_M_split_cmpts() CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/03 07:55:53 Added files: databases/recoll/patches: patch-common_conf_post_h Log message: avoid #include of a gcc header that doesn't work with ports-gcc CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2022/11/03 08:11:06 Modified files: devel/got : Makefile distinfo Log message: update to got 0.78 (powered by lots of miod cheese) - gotsh.1: Use Sx for referencing EXAMPLES (patch by Josiah Frentsos) - change got_pack_parse_offset_delta tslen argument to size_t (op) - fix regression test failures with Git 2.30.5 / 2.38.1 or later installed - fix gotd(8) usage() string (patch by Josiah Frentsos) - regress/rebase.sh: remove accidentally included absolute path to "got" (naddy) - fix off_t type mismatches in printf format string arguments (naddy, op) - fix spelling of "FastCGI" (patch by Josiah Frentsos) - add missing `goto done;' on error path of read_raw_delta_data() (op) - add bounds check when reading a delta offset from a packed object (op) - check size before calling mmap(2) (op) - sort getopt() option lists and switch statements (patch by Josiah Frentsos) - make got.conf(5) warn about remotes configured in locally-shared repositories - add missing check for errors from got_gotconfig_read() in open_worktree() - plug a memory leak on error in got_gotconfig_read() - convert pack filesize variables to off_t for large packs on 32-bit arch (op) - remove sendfd pledge promise from gotd repo_read and repo_write processes - add gotctl(8); initially supported commands are 'info' and 'stop' - respect umask when creating or changing files and directories (op) - fix typo which caused a double-free in gotd repo_write_shutdown() - got-fetch-pack: fix wrong memmove length leading to dubious checksum failures - avoid incomplete writes of pack file data in gotsh and got-send-pack - add a test suite for gotd(8); check basic clone and send functionality - require space between commit author name and email, for Git compatibility - gotwebd: avoid 500 error code if erroring out in plaintext mode (landry) - gotwebd: add respect_exportok flag, defaulting to off (landry) - respect open files resource limit when sizing pack cache; regression from 0.71 - provide a diff of changes in a temp file while editing a commit log message - fix memory and file descriptor leak for raw objects (regression from 0.77) - remove casts which made older gcc versions unhappy - fix free of wrong address on error in gotweb's parse.y CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/03 08:15:03 Modified files: infrastructure/db: user.list Log message: user.list: reuse uid/gid 564/565 for upcoming stalwart JMAP/IMAP ports CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/03 08:21:13 Log message: import mail/stalwart 0.2.0 bundles 3 rust ports for: * Stalwart JMAP is an open-source JSON Meta Application Protocol server designed to be secure, fast, robust and scalable. JMAP is a modern protocol for synchronising data such as mail, calendars, or contacts that makes much more efficient use of network resources. * Stalwart IMAP is an open-source Internet Message Access Protocol server designed to be secure, fast, robust and scalable. A JSON Meta Application Protocol (JMAP) backend such as Stalwart JMAP is required to use Stalwart IMAP (in other words, Stalwart IMAP is an imap4-to-jmap proxy). * CLI to administer a Stalwart JMAP server. Allows to: - manage domains (including DKIM) - manage accounts - manage lists (lightweight mailing lists) - manage groups (lightweight aliases) - import accounts & mailboxes cf https://jmap.io for more details on JMAP protocol/specifications. A bit rough around the edges, but works in simple testing with mutt/thunderbird against the imap proxy, and should soon work with meli against the jmap server. A README provides basic info on how to run the whole thing. thanks to semarie@ for help fighting with cargo modules. ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20221103 N ports/mail/stalwart/Makefile.inc N ports/mail/stalwart/Makefile N ports/mail/stalwart/cli/distinfo N ports/mail/stalwart/cli/Makefile N ports/mail/stalwart/cli/crates.inc N ports/mail/stalwart/cli/patches/patch-Cargo_toml N ports/mail/stalwart/cli/patches/patch-modcargo-crates_jmap-client-0_1_0_src_client_rs N ports/mail/stalwart/cli/pkg/DESCR N ports/mail/stalwart/cli/pkg/PLIST N ports/mail/stalwart/imap/distinfo N ports/mail/stalwart/imap/Makefile N ports/mail/stalwart/imap/crates.inc N ports/mail/stalwart/imap/patches/patch-Cargo_toml N ports/mail/stalwart/imap/patches/patch-resources_config_config_yml N ports/mail/stalwart/imap/pkg/PLIST N ports/mail/stalwart/imap/pkg/DESCR N ports/mail/stalwart/imap/pkg/stalwart_imap.rc N ports/mail/stalwart/jmap/distinfo N ports/mail/stalwart/jmap/Makefile N ports/mail/stalwart/jmap/crates.inc N ports/mail/stalwart/jmap/patches/patch-components_jmap_mail_Cargo_toml N ports/mail/stalwart/jmap/patches/patch-Cargo_toml N ports/mail/stalwart/jmap/patches/patch-components_store_src_blob_local_rs N ports/mail/stalwart/jmap/patches/patch-components_store_rocksdb_src_lib_rs N ports/mail/stalwart/jmap/patches/patch-resources_config_config_yml N ports/mail/stalwart/jmap/patches/patch-modcargo-crates_librocksdb-sys-0_8_0+7_4_4_build_rs N ports/mail/stalwart/jmap/patches/patch-components_store_Cargo_toml N ports/mail/stalwart/jmap/patches/patch-modcargo-crates_mail-builder-0_2_3_Cargo_toml N ports/mail/stalwart/jmap/patches/patch-modcargo-crates_mail-builder-0_2_3_src_encoders_encode_rs N ports/mail/stalwart/jmap/patches/patch-modcargo-crates_mail-builder-0_2_3_src_headers_text_rs N ports/mail/stalwart/jmap/patches/patch-modcargo-crates_mail-builder-0_2_3_src_lib_rs N ports/mail/stalwart/jmap/patches/patch-modcargo-crates_mail-builder-0_2_3_src_mime_rs N ports/mail/stalwart/jmap/patches/patch-modcargo-crates_mail-builder-0_2_3_src_encoders_base64_rs N ports/mail/stalwart/jmap/pkg/DESCR N ports/mail/stalwart/jmap/pkg/PLIST N ports/mail/stalwart/jmap/pkg/stalwart_jmap.rc N ports/mail/stalwart/jmap/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/03 08:22:00 Modified files: mail : Makefile Log message: +stalwart CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/03 09:39:54 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.l3vpn.rdomain1.conf bgpd.l3vpn.rdomain2.conf l3vpn.sh Log message: Add an abolute minimal test for L3VPNs. Right now not linked since there is a bug in the kroute code preventing the VPN route to be added properly. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/11/03 09:44:04 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_session_src_filesearch_rs patch-compiler_rustc_target_src_spec_mod_rs patch-library_std_src_sys_unix_thread_rs patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_builder_rs patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs patch-src_test_run-make-fulldeps_relocation-model_Makefile patch-vendor_libgit2-sys_build_rs Removed files: lang/rust/patches: patch-compiler_rustc_llvm_build_rs patch-compiler_rustc_target_src_spec_powerpc64_unknown_openbsd_rs patch-src_bootstrap_native_rs patch-vendor_cc-1_0_69_src_lib_rs Log message: update lang/rust to 1.65.0 Announce: https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html ChangeLog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1650-2022-11-03 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/03 10:57:45 Modified files: devel/p5-Devel-CheckOS: Makefile distinfo devel/p5-Devel-CheckOS/pkg: PLIST Log message: update p5-Devel-CheckOS to 1.95 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/03 11:06:47 Modified files: devel/p5-Exporter-Tiny: Makefile distinfo Log message: update p5-Exporter-Tiny to 1.004004 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/03 11:19:05 Modified files: devel/p5-FFI-CheckLib: Makefile distinfo Log message: update p5-FFI-CheckLib to 0.31 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/03 11:41:22 Modified files: sys/arch/arm64/conf: RAMDISK Log message: Enable smbios0 on arm64 RAMDISK so the code mitigating crashes on the x13s gets correct info from hw.version. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/11/03 11:43:39 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: don't needlessy uppercase Nd; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/03 11:45:48 Modified files: x11/gtksourceview4: Makefile distinfo x11/gtksourceview4/pkg: PLIST Log message: Update to gtksourceview4-4.8.4. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2022/11/03 11:58:10 Modified files: lib/libutil : ber.c Log message: When decoding a sequence/set, make sure that: - We don't create an uninitialized element when there are no subelements to decode - If subelements overflow we return EINVAL While here fix an eyesore of a line continuation. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2022/11/03 13:30:22 Modified files: www/goaccess : Makefile distinfo Log message: update to goaccess-1.6.5 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2022/11/03 13:57:45 Modified files: devel/got : Makefile Log message: got now needs to c99 dance for base-gcc Fixes build on sparc64 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/03 14:37:22 Modified files: textproc/p5-XML-LibXML: Makefile distinfo textproc/p5-XML-LibXML/patches: patch-Makefile_PL Log message: update p5-XML-LibXML to 2.0208 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2022/11/03 15:53:28 ports/devel/got/patches Update of /cvs/ports/devel/got/patches In directory cvs.openbsd.org:/cvs.d/hack/stsp/got/patches Log Message: Directory /cvs/ports/devel/got/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2022/11/03 15:57:18 Modified files: devel/got : Makefile Added files: devel/got/patches: patch-lib_diff_main_c Log message: remove C99-ism that broke the build on sparc64; patch from Ted Bullock CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/11/03 15:59:20 Modified files: usr.bin/ssh : sshconnect.c Log message: replace recently-added valid_domain() check for hostnames going to known_hosts with a more relaxed check for bad characters; previous commit broke address literals. Reported by/feedback from florian@ CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2022/11/03 16:29:01 Modified files: net/irssi : Makefile Log message: Unbreak on ld.bfd arches, disable -Wl,--as-needed ok kmos@ sthen@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2022/11/03 17:26:49 Modified files: sys/arch/riscv64/riscv64: pmap.c Log message: Zap unused variable ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2022/11/03 17:30:55 Modified files: sys/arch/riscv64/riscv64: pmap.c Log message: riscv64 pmap: flush memory writes before remote sfence.vma As pointed out by the RISC-V privileged spec. Sadly this is not enough to solve all existing userland or kernel crashes seen on Unmatched (and possibly other?) machines. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/11/04 02:03:23 Modified files: usr.bin/tmux : format.c Log message: Unescape the string for the literal operator (l:) so special characters work. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/04 02:31:16 Modified files: net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Log message: update to icinga-web2-module-director-1.10.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/04 02:34:56 Modified files: textproc/jo : Makefile distinfo Log message: update to jo-1.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/04 02:49:23 Modified files: x11/gnome : Makefile.inc x11/gnome/accerciser: Makefile x11/gnome/adwaita-icon-theme: Makefile x11/gnome/aisleriot: Makefile x11/gnome/at-spi2-atk: Makefile x11/gnome/at-spi2-core: Makefile x11/gnome/autoar: Makefile x11/gnome/backgrounds: Makefile x11/gnome/baobab: Makefile x11/gnome/browser-connector: Makefile x11/gnome/builder: Makefile x11/gnome/calculator: Makefile x11/gnome/calendar: Makefile x11/gnome/caribou: Makefile x11/gnome/characters: Makefile x11/gnome/cheese: Makefile x11/gnome/clocks: Makefile x11/gnome/connections: Makefile x11/gnome/console: Makefile x11/gnome/contacts: Makefile x11/gnome/control-center: Makefile x11/gnome/dconf-editor: Makefile x11/gnome/desktop: Makefile x11/gnome/devel-docs: Makefile x11/gnome/devhelp: Makefile x11/gnome/dictionary: Makefile x11/gnome/eog : Makefile x11/gnome/eog-plugins: Makefile x11/gnome/epub-thumbnailer: Makefile x11/gnome/file-roller: Makefile x11/gnome/font-viewer: Makefile x11/gnome/gcr : Makefile x11/gnome/gcr4 : Makefile x11/gnome/gdl : Makefile x11/gnome/gdm : Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/gfbgraph: Makefile x11/gnome/ghex : Makefile x11/gnome/gitg : Makefile x11/gnome/gjs : Makefile x11/gnome/gom : Makefile x11/gnome/grilo: Makefile x11/gnome/grilo-plugins: Makefile x11/gnome/gucharmap: Makefile x11/gnome/gvfs : Makefile x11/gnome/icon-theme: Makefile x11/gnome/icon-theme-symbolic: Makefile x11/gnome/initial-setup: Makefile x11/gnome/keyring: Makefile x11/gnome/libadwaita: Makefile x11/gnome/libcryptui: Makefile x11/gnome/libdazzle: Makefile x11/gnome/libdmapsharing: Makefile x11/gnome/libdmapsharing4: Makefile x11/gnome/libgda: Makefile x11/gnome/libgepub: Makefile x11/gnome/libgnome-keyring: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomekbd: Makefile x11/gnome/libgweather4: Makefile x11/gnome/libmediaart: Makefile x11/gnome/libpanel: Makefile x11/gnome/librsvg: Makefile x11/gnome/libsecret: Makefile x11/gnome/libshumate: Makefile x11/gnome/libxklavier: Makefile x11/gnome/libzapojit: Makefile x11/gnome/mahjongg: Makefile x11/gnome/maps : Makefile x11/gnome/menus: Makefile x11/gnome/music: Makefile x11/gnome/mutter: Makefile x11/gnome/nautilus: Makefile x11/gnome/notes: Makefile x11/gnome/online-accounts: Makefile x11/gnome/online-miners: Makefile x11/gnome/orca : Makefile x11/gnome/photos: Makefile x11/gnome/polari: Makefile x11/gnome/power-manager: Makefile x11/gnome/py-atspi: Makefile x11/gnome/quadrapassel: Makefile x11/gnome/screenshot: Makefile x11/gnome/seahorse: Makefile x11/gnome/seahorse-nautilus: Makefile x11/gnome/seahorse-sharing: Makefile x11/gnome/secrets: Makefile x11/gnome/session: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/shell: Makefile x11/gnome/shell-extensions: Makefile x11/gnome/sushi: Makefile x11/gnome/system-monitor: Makefile x11/gnome/terminal: Makefile x11/gnome/text-editor: Makefile x11/gnome/themes-extra: Makefile x11/gnome/todo : Makefile x11/gnome/totem: Makefile x11/gnome/totem-pl-parser: Makefile x11/gnome/tour : Makefile x11/gnome/tracker3: Makefile x11/gnome/tracker3-miners: Makefile x11/gnome/tweaks: Makefile x11/gnome/usage: Makefile x11/gnome/user-docs: Makefile x11/gnome/video-effects: Makefile x11/gnome/weather: Makefile x11/gnome/yelp : Makefile x11/gnome/yelp-tools: Makefile x11/gnome/yelp-xsl: Makefile x11/gnome/zenity: Makefile Log message: Remove jasper@ from MAINTAINER; I am the sole hobbit nowadays... Discussed with jasper@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/11/04 03:03:58 Modified files: lang/clojure : Makefile distinfo Log message: update clojure to 1.11.1.1189 - TDEPS-233 bash script fixes from stale jar check changes - Add some missing items on help and man page CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/04 03:04:28 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-src_CMakeLists_txt Removed files: mail/rspamd/patches: patch-lualib_lua_mime_lua patch-src_libserver_symcache_symcache_internal_hxx patch-src_libutil_printf_c patch-src_plugins_lua_milter_headers_lua Log message: update to rspamd-3.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/04 03:05:53 Modified files: lang/php/7.4 : Makefile distinfo lang/php/7.4/patches: patch-ext_gd_gd_c Log message: update to php-7.4.33 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/04 03:07:49 Modified files: lang/php/7.4 : Tag: OPENBSD_7_2 Makefile distinfo lang/php/7.4/patches: Tag: OPENBSD_7_2 patch-ext_gd_gd_c Log message: update to php-7.4.33 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/04 03:14:24 Modified files: audio/rhythmbox: Makefile databases/evolution-data-server: Makefile devel/atk : Makefile devel/dconf : Makefile devel/gconf2 : Makefile devel/glade : Makefile devel/gobject-introspection: Makefile devel/json-glib: Makefile devel/libgdata : Makefile devel/libgee : Makefile devel/libglade2: Makefile devel/libgsf : Makefile devel/libidn : Makefile devel/libpeas : Makefile devel/libsoup : Makefile devel/libsoup3 : Makefile devel/libwnck : Makefile devel/libwnck3 : Makefile devel/mm-common: Makefile devel/vte3 : Makefile geo/geoclue2 : Makefile geo/geocode-glib: Makefile geo/libchamplain: Makefile graphics/clutter/clutter-gst: Makefile graphics/clutter/clutter-gtk: Makefile graphics/clutter/cogl: Makefile graphics/clutter/core: Makefile graphics/evince: Makefile graphics/gthumb: Makefile graphics/libgexiv2: Makefile graphics/libgxps: Makefile lang/vala : Makefile mail/evolution : Makefile mail/evolution-ews: Makefile mail/evolution-rss: Makefile net/librest : Makefile security/libpwquality: Makefile textproc/libxml++: Makefile textproc/libxml++40: Makefile textproc/libxml++50: Makefile www/epiphany : Makefile x11/gtk-vnc : Makefile x11/gtksourceview3: Makefile x11/gtksourceview4: Makefile x11/gtksourceview5: Makefile Log message: Remove jasper@ from MAINTAINER; I am the sole hobbit nowadays... Discussed with jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/04 03:28:14 Modified files: devel/iso-codes: Makefile devel/libgtop2 : Makefile net/gssdp : Makefile x11/libhandy : Makefile x11/xkbcommon : Makefile net/gupnp : Makefile.inc net/gupnp/av : Makefile net/gupnp/core : Makefile net/gupnp/dlna : Makefile net/gupnp/igd : Makefile net/gupnp/tools: Makefile net/telepathy : Makefile.inc net/telepathy/folks: Makefile net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-logger: Makefile net/telepathy/telepathy-mission-control: Makefile graphics/clutter: Makefile.inc Log message: Take some GNOME dependencies MAINTAINER from jasper@ discussed with jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/11/04 03:36:45 Modified files: sys/uvm : uvm_addr.c uvm_fault.c uvm_map.c uvm_map.h Log message: Assert the VM map lock is held in function used by mmap/mprotect/munmap. Also grab the lock in uvm_map_teardown() and uvm_map_deallocate() to satisfy the assertions. Grabbing the lock there shouldn't be strictly necessary, because no other reference to the map should exist when the reaper is holding it, but it doesn't hurt and makes our life easier. Inputs & tests from Ivo van der Sangen, tb@, gnezdo@, kn@ kettenis@ and tb@ agree with the direction, ok kn@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/04 03:43:13 Modified files: usr.sbin/rpki-client: aspa.c extern.h gbr.c mft.c print.c roa.c tak.c x509.c Log message: Check the SIA signedObject in ROA/MFT/ASPA/TAK/GBR EE certificates Unfortunately we can't yet error out when accessMethods other than signedObject are encountered in the SubjectInformationAccess extension because there is pollution in the ecosystem. OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/04 03:45:19 Modified files: usr.sbin/rpki-client: cert.c Log message: Don't show CPS URIs when in filemode OK tb@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/04 04:01:05 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.35 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/04 04:09:09 Modified files: usr.sbin/rpki-client: cert.c Log message: Catch bad characters in rpkiManifest filenames earlier on This improves the hard-to-read error: rpki-client: .rrdp/59B96A4C078FDCEDBB776D5BE8DF45EAC0149157547270EA7D4647A76611E145/rpki-rsync.us-east-2.amazonaws.com/volume/220c3ec2-ccf9-4b8a-bf61-fd4d1e151271/LAXNBPgDnLLjagP8++RFIoaMCGo.mft: RFC 6487 section 4.8.6: CRL: bad CRL distribution point extension rpki-client: rpki-rsync.us-east-2.amazonaws.com/volume/220c3ec2-ccf9-4b8a-bf61-fd4d1e151271/LAXNBPgDnLLjagP8++RFIoaMCGo.mft: no valid mft available to: rpki-client: rpki.ripe.net/repository/DEFAULT/ZMvVW3ZpjFaCVe2TtDEqMlyFk3E.cer: SIA: rpkiManifest filename contains invalid characters OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/04 04:13:14 Modified files: print/libspectre: Makefile distinfo Log message: Update to libspectre-0.2.11. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/04 05:33:26 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.l3vpn.rdomain1.conf bgpd.l3vpn.rdomain2.conf l3vpn.sh Log message: Extend l3vpn test to insert and remove a route Also add some scaffolding for IPv6 testing but currently IPv6 is broken because mpe(4) is unable to configure a local IPv6 address. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/04 06:05:36 Modified files: usr.sbin/rpki-client: extern.h cert.c Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/04 06:06:54 Modified files: www/trac : Makefile distinfo www/trac/pkg : PLIST Removed files: www/trac/patches: patch-trac_util_presentation_py Log message: update trac to the latest svn checkout, 1.5.3 doesn't work with the version of jinja2 that we have. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/04 06:07:17 Modified files: www/trac : Tag: OPENBSD_7_2 Makefile distinfo www/trac/pkg : Tag: OPENBSD_7_2 PLIST Removed files: www/trac/patches: Tag: OPENBSD_7_2 patch-trac_util_presentation_py Log message: update trac to the latest svn checkout, 1.5.3 doesn't work with the version of jinja2 that we have. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/04 06:29:38 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-408.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/04 06:35:08 Modified files: astro/stellarium: Makefile Log message: Add PORTROACH marker. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/04 06:49:45 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo net/p5-Net-DNS-SEC/pkg: PLIST Log message: update p5-Net-DNS-SEC to 1.20 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2022/11/04 06:59:26 Modified files: regress/usr.sbin/syslogd: args-privsep.pl args-sighup-config.pl args-sighup-privsep.pl args-sighup-tcp.pl args-sighup-tls.pl args-sighup.pl args-sigpipe.pl args-sigterm.pl Log message: In ktrace execve(2) no longer shows meaningless exit code. Change regex for kdump output to execve JUSTRETURN. from anton@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/04 07:01:19 Modified files: usr.sbin/rpki-client: output.c Log message: Add missing field initializer. ok claudio CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/04 07:04:44 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 102.4.2. see https://www.thunderbird.net/en-US/thunderbird/102.4.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/04 07:11:01 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 102.4.2. see https://www.thunderbird.net/en-US/thunderbird/102.4.2/releasenotes/ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2022/11/04 07:22:15 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: allow "=" to be "hey only the default value" for pkgspec in dependencies to be used later once it's in snaps. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/11/04 09:05:10 Modified files: archivers/lrzip: Makefile archivers/lrzip/pkg: PLIST comms/lrzsz : Makefile comms/lrzsz/pkg: PLIST Log message: mark archivers/lrzip and comms/lrzsz as conflicting spotted by naddy@, ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/04 10:49:32 Modified files: sys/arch/amd64/amd64: efi_machdep.c locore.S trap.c Log message: EFI firmware has bugs which may mean that calling EFI runtime services will fault because it does memory accesses outside of the regions it told us to map. Try to mitigate this by installing a fault handler (using the pcb_onfault mechanism) and bail out using longjmp(9) if we encounter a page fault while executing an EFI runtime services call. Since some firmware bugs result in us executing code that isn't mapped, make kpageflttrap() handle execution faults as well as data faults. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/04 11:06:46 Modified files: print/cups : Makefile print/cups/pkg : README-main graphics/sane-backends: Makefile graphics/sane-backends/pkg: README Log message: Fix up permissions for multi-function device or multi-user access to a scanner. reported by Robert Bagdan, thanks CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/04 11:39:36 Modified files: usr.sbin/rpki-client: filemode.c print.c Log message: Format filemode output in a tabular fashion to improve readability OK tb@ claudio@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/04 12:39:08 Modified files: security/rust-openssl-tests: Makefile distinfo Log message: Update to rust-openssl-tests 20221104 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/11/04 14:20:29 Modified files: shells/bash : Makefile Added files: shells/bash/patches: patch-subst_c Log message: shells/bash: fix nested brace expansion, from upstream This fixes a reported problem in sysutils/neofetch. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/04 14:23:52 Modified files: devel/cutter : Makefile Log message: use ${MODPY_WANTLIB} instead of hardcoded python3.9 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/11/04 16:20:07 Modified files: www/gitea : Makefile distinfo www/gitea/pkg : PLIST Log message: Update gitea 1.17.2 -> 1.17.3 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.17.3 Port changes: * Static assets location was changed from /usr/local/share/gitea/public/ to /var/www/gitea/public/; /usr/local/share/gitea/public is now a symlink to /var/www/gitea/public/. This makes serving static files by local http server easier. Idea from aisha@, help from sthen@, thanks! This change breaks port upgrade using 'pkg_add -u'; 'pkg_delete gitea; pkg_add gitea' is needed to upgrade the port. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/04 17:42:56 Modified files: usr.sbin/rpki-client: x509.c Log message: In very verbose mode, log unexpected accessMethods While RFC 6487, 4.8.2.2 is very explicit about allowing id-ad-signedObject as the only accessMethod, the clear language was lost during the RFC 8182 editing process. APNIC, TWNIC and JPNIC and a few others are currently known to have an id-ad-rpkiNotify. The verbose logging allows us to check the ecosystem while waiting for the point in time where we can turn this into an error. See also https://www.rfc-editor.org/errata/eid7239. ok job CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2022/11/04 17:46:22 Modified files: faq/ports : specialtopics.html Log message: delete the "Avoid DT_SONAME hardcoding" section. discussed with gkoehler and sthen; ok sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/04 17:52:59 Modified files: usr.sbin/rpki-client: x509.c Log message: Do not fail on non-rsync URIs in EE cert SIA extensions The spec allows multiple accessMethod entries, ordered by preference. While an rsync URI must be present, others are allowed. Do not fail in that situation and pick the first rsync URI encountered. The logic is very similar to the one in x509_get_crl(). ok job CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/11/04 18:04:30 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.12.0 -> 1.12.1 Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#1121 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2022/11/04 18:12:39 Modified files: sys/dev/pci : azalia.c Log message: match on Intel 500 Series HD Audio (0x43c8) on a Lenovo ThinkPad P1 Gen 4, the audio device is subclass audio not hd audio, so azalia does not match reported by John Browning ok kettenis@ thfr@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/11/05 01:02:05 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.376 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/05 04:31:17 Modified files: sys/kern : exec_elf.c Log message: For textrel binaries, skipping immutability on text segments is not enough: It needs to be all non-writeable segments, which really means rodata. crt0 and ld.so will need to call mimmutable() later on these regions. ok kettenis CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/05 04:32:51 Modified files: regress/usr.sbin/rpki-client: test-aspa.c test-cert.c test-gbr.c test-ip.c test-roa.c test-rsc.c test-tak.c Log message: Fix missing variable declaration in regress, thanks Anton Lindqvist for the report CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/11/05 04:54:57 Modified files: databases/pspg : Makefile distinfo Log message: update databases/pspg to 5.5.9 Adds keybindings to scroll column-wise left or right (shift + left/right.) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/05 05:20:03 ports/misc/freeopcua/py-opcua/patches Update of /cvs/ports/misc/freeopcua/py-opcua/patches In directory cvs.openbsd.org:/tmp/cvs-serv22502/patches Log Message: Directory /cvs/ports/misc/freeopcua/py-opcua/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/05 05:36:50 Modified files: misc/freeopcua/py-opcua: Makefile distinfo Added files: misc/freeopcua/py-opcua/patches: patch-opcua_ua_uatypes_py Log message: update py3-opcua to 0.98.13 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/05 06:03:58 Modified files: etc : netstart Log message: Print full path in usage; OK jmc CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/05 06:06:05 Modified files: etc : netstart Log message: "need root privileges" is an error, print it on stderr" CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/05 07:00:17 Modified files: textproc/p5-ack: Makefile distinfo Log message: update p5-ack to 3.6.0 from George Rosamond CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/11/05 07:03:00 Modified files: editors/vis : Makefile distinfo Log message: Update to vis 0.8 (all 34 tests keep passing on amd64) This is a release of vis as it has been for more than a year before some development started up again. We're releasing this version to get a stable 'old' release out there which should still contain a number of bugfixes compared to 0.7. https://github.com/martanne/vis/releases/tag/v0.8 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/11/05 07:16:26 Modified files: editors/vis : Makefile Log message: simpler vis-test handling CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2022/11/05 07:39:10 Modified files: . : hackathons.html Added files: images/hackathons: h2k22-s.gif h2k22.gif Log message: h2k22 hackathon has started Artwork by Pedro Almeida CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/05 08:06:37 ports/math/py-scikit-image/patches Update of /cvs/ports/math/py-scikit-image/patches In directory cvs.openbsd.org:/tmp/cvs-serv29611/patches Log Message: Directory /cvs/ports/math/py-scikit-image/patches added to the repository CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2022/11/05 08:39:04 Modified files: . : hackathons.html Log message: fix typo CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/11/05 09:36:31 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: devel/intellij: update to 2022.2.3 changelog: https://youtrack.jetbrains.com/articles/IDEA-A-237338663/IntelliJ-IDEA-202223-222434514-build-Release-Notes ok landry, rsadowski CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2022/11/05 09:38:10 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: devel/pycharm: update to 2022.2.3 changelog: https://youtrack.jetbrains.com/articles/PY-A-233538010/PyCharm-202223-222434523-build-Release-Notes ok landry, rsadowski CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/05 10:23:02 Modified files: lib/libc/arch/powerpc64/gen: usertc.c sys/arch/powerpc64/include: timetc.h sys/arch/powerpc64/powerpc64: clock.c Log message: powerpc64: TimeBase: add userspace timecounting support Tested by gkoehler@. ok gkoehler@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/05 10:26:50 Modified files: comms/sigrok/libsigrok: Makefile Added files: comms/sigrok/libsigrok/patches: patch-configure Log message: update libsigrok's autoconf script based on the Python version check in newer aclocal/python.m4; the old one doesn't cope with 3.10 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:04:18 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-gio_glib-compile-schemas_c patch-gio_gunixmount_c patch-glib_gfileutils_c patch-meson_build devel/glib2/pkg: PLIST Log message: Update to glib2-2.74.1. I decided to start the h2k22 hackathon by breaking things :-) There will be mostly mechanical diff over ~340 ports after this commit to fix WANTLIB after GLib moved from pcre to pcre2. This survived a bulk but there might be some misses. First step to upgrade GNOME to 43. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:06:30 Modified files: astro/celestia : Makefile audio/ario : Makefile audio/calf : Makefile audio/deadbeef : Makefile audio/easytag : Makefile audio/fluidsynth: Makefile audio/gmpc : Makefile audio/gmpc-plugins: Makefile audio/grip : Makefile audio/libcanberra: Makefile audio/libgpod : Makefile audio/libmpd : Makefile audio/lv2 : Makefile audio/mp3info : Makefile audio/mp3splt-gtk: Makefile audio/parlatype: Makefile audio/xmms2 : Makefile cad/geda-gaf : Makefile cad/gerbv : Makefile cad/lepton-eda : Makefile cad/pcb2gcode : Makefile chinese/libpinyin: Makefile comms/jpilot : Makefile comms/sigrok/libsigrokdecode: Makefile converters/libpst: Makefile converters/wv : Makefile databases/iodbc: Makefile devel/codeblocks: Makefile devel/electron : Makefile devel/gconf2 : Makefile devel/geany : Makefile devel/giggle : Makefile devel/goffice : Makefile devel/libgee : Makefile devel/libglade2: Makefile devel/libgsf : Makefile devel/libgtop2 : Makefile devel/libofx : Makefile devel/libspectrum: Makefile devel/libunique: Makefile devel/libwnck : Makefile devel/pkgconfig: Makefile devel/py-gobject: Makefile devel/rapidsvn : Makefile devel/sdl-pango: Makefile devel/subversion: Makefile editors/abiword: Makefile editors/subtitleeditor: Makefile education/drgeo: Makefile emulators/fuse : Makefile emulators/fuse-utils: Makefile games/gnome-mastermind: Makefile games/gnubg : Makefile games/pioneers : Makefile geo/foxtrotgps : Makefile geo/gpx-viewer : Makefile geo/osm-gps-map: Makefile geo/spatialite/gui: Makefile graphics/chafa : Makefile graphics/clutter/clutter-gst: Makefile graphics/clutter/clutter-gtk: Makefile graphics/clutter/cogl: Makefile graphics/clutter/core: Makefile graphics/dia : Makefile graphics/dibuja: Makefile graphics/djview4: Makefile graphics/gimp/stable: Makefile graphics/gpicview: Makefile graphics/gtkam : Makefile graphics/gtkimageview: Makefile graphics/libexif-gtk: Makefile graphics/liblqr: Makefile graphics/libmypaint: Makefile graphics/libvips: Makefile graphics/mapnik: Makefile graphics/sane-backends: Makefile graphics/scratch: Makefile graphics/tesseract/tesseract: Makefile graphics/ttfautohint: Makefile graphics/viewnior: Makefile graphics/zbar : Makefile inputmethods/ibus: Makefile inputmethods/ibus-anthy: Makefile inputmethods/ibus-kkc: Makefile inputmethods/ibus-skk: Makefile inputmethods/libskk: Makefile inputmethods/libtomoe-gtk: Makefile inputmethods/scim: Makefile inputmethods/scim-anthy: Makefile inputmethods/scim-chewing: Makefile inputmethods/scim-hangul: Makefile inputmethods/scim-pinyin: Makefile inputmethods/scim-tables: Makefile inputmethods/tomoe: Makefile inputmethods/uim: Makefile inputmethods/uim-tomoe-gtk: Makefile japanese/gwaei : Makefile lang/vala : Makefile mail/claws-mail: Makefile mail/evolution-rss: Makefile mail/gmime30 : Makefile mail/mu : Makefile mail/sylpheed : Makefile math/galculator: Makefile math/gnumeric : Makefile math/graphviz : Makefile math/pspp : Makefile misc/logjam : Makefile misc/redshift : Makefile multimedia/gstreamer1/mm: Makefile multimedia/handbrake: Makefile multimedia/imagination: Makefile multimedia/libass: Makefile multimedia/libheif: Makefile multimedia/libmms: Makefile multimedia/libquicktime: Makefile multimedia/mjpegtools: Makefile multimedia/mpv : Makefile multimedia/ogmrip: Makefile multimedia/shrip: Makefile multimedia/synfig: Makefile multimedia/synfigstudio: Makefile Log message: WANTLIB: pcre -> pcre2-8 after recent glib2 update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:07:38 Modified files: net/avahi : Makefile net/bitlbee-facebook: Makefile net/bitlbee-mastodon: Makefile net/castget : Makefile net/filezilla : Makefile net/librest : Makefile net/loudmouth : Makefile net/mcabber : Makefile net/meanwhile : Makefile net/netatalk3 : Makefile net/pidgin : Makefile net/pidgin-sipe: Makefile net/pidgin-window-merge: Makefile net/profanity : Makefile net/purple-rocketchat: Makefile net/seafile/libsearpc: Makefile net/seafile/seafile: Makefile net/silc-client: Makefile net/telepathy/telepathy-logger: Makefile net/telepathy/telepathy-mission-control: Makefile net/transmission: Makefile print/cups-filters: Makefile print/fontforge: Makefile print/gtklp : Makefile print/sile : Makefile print/texlive/base: Makefile productivity/glabels: Makefile productivity/grisbi: Makefile productivity/rubrica2: Makefile productivity/workrave: Makefile security/opensc: Makefile sysutils/consolekit: Makefile sysutils/curlftpfs: Makefile sysutils/fprintd: Makefile sysutils/gsmartcontrol: Makefile sysutils/syslog-ng: Makefile telephony/iaxclient: Makefile telephony/sofia-sip: Makefile textproc/enchant: Makefile textproc/enchant2: Makefile textproc/gspell: Makefile textproc/gtkspell: Makefile textproc/gtkspell3: Makefile textproc/libtranslate: Makefile textproc/libwpd: Makefile textproc/ots : Makefile www/chromium : Makefile www/iridium : Makefile www/libcroco : Makefile www/liferea : Makefile www/ungoogled-chromium: Makefile x11/dbus-glib : Makefile x11/enlightenment: Makefile x11/fsv : Makefile x11/gcolor2 : Makefile x11/gmtk : Makefile x11/gnome/builder: Makefile x11/gnome/caribou: Makefile x11/gnome/gdl : Makefile x11/gnome/gfbgraph: Makefile x11/gnome/keyring: Makefile x11/gnome/libcryptui: Makefile x11/gnome/libdmapsharing: Makefile x11/gnome/libdmapsharing4: Makefile x11/gnome/libgnome-keyring: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/librsvg: Makefile x11/gnome/libxklavier: Makefile x11/gnome/libzapojit: Makefile x11/gnome/menus: Makefile x11/gnome/online-accounts: Makefile x11/gnome/online-miners: Makefile x11/gnome/seahorse-sharing: Makefile x11/gnome/text-editor: Makefile x11/gnome/themes-extra: Makefile x11/gnome/vino : Makefile x11/gnome/yelp : Makefile x11/gtk+2 : Makefile x11/gtk+3 : Makefile x11/gtk-engines2: Makefile x11/gtk2-aurora-engine: Makefile x11/gtk2-equinox-engine: Makefile x11/gtk2-murrine-engine: Makefile x11/gtk2-nodoka-engine: Makefile x11/gtk2-rezlooks-engine: Makefile x11/gtk2mm : Makefile x11/gtk3-unico-engine: Makefile x11/gtkdatabox : Makefile x11/gtkglarea : Makefile x11/gtkglext : Makefile x11/gtkhotkey : Makefile x11/gtksourceview: Makefile x11/gtksourceview3: Makefile x11/keybinder3 : Makefile x11/libdbus-c++: Makefile x11/libdbusmenu: Makefile x11/libfm/core : Makefile x11/libfm/extra: Makefile x11/libgdiplus : Makefile x11/mate/atril : Makefile x11/mate/caja : Makefile x11/mate/caja-extensions: Makefile x11/mate/control-center: Makefile x11/mate/desktop: Makefile x11/mate/engrampa: Makefile x11/mate/eom : Makefile x11/mate/libmatekbd: Makefile x11/mate/libmatemixer: Makefile x11/mate/libmateweather: Makefile x11/mate/marco : Makefile x11/mate/media : Makefile x11/mate/menus : Makefile x11/mate/notification-daemon: Makefile x11/mate/panel : Makefile x11/mate/polkit: Makefile x11/mate/power-manager: Makefile x11/mate/screensaver: Makefile x11/mate/session-manager: Makefile x11/mate/settings-daemon: Makefile x11/mate/system-monitor: Makefile x11/mate/utils : Makefile x11/menu-cache : Makefile x11/mlterm : Makefile x11/mono-gtk2 : Makefile x11/ogle_gui : Makefile x11/openbox : Makefile x11/pidgin-guifications: Makefile x11/pidgin-libnotify: Makefile x11/py-gtk2 : Makefile x11/qt5/qtwebengine: Makefile x11/rep-gtk : Makefile x11/sawfish : Makefile x11/thewidgetfactory: Makefile x11/winwrangler: Makefile x11/wxSVG : Makefile x11/xarchiver : Makefile x11/xfce4/exo : Makefile x11/xfce4/garcon: Makefile x11/xfce4/libxfce4ui: Makefile x11/xfce4/libxfce4util: Makefile x11/xfce4/mousepad: Makefile x11/xfce4/orage: Makefile x11/xfce4/parole: Makefile x11/xfce4/thunar-archive: Makefile x11/xfce4/thunar-media-tags: Makefile x11/xfce4/thunar-vcs: Makefile x11/xfce4/tumbler: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-cpugraph: Makefile x11/xfce4/xfce4-datetime: Makefile x11/xfce4/xfce4-dev-tools: Makefile x11/xfce4/xfce4-dict: Makefile x11/xfce4/xfce4-diskperf: Makefile x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-genmon: Makefile x11/xfce4/xfce4-mailwatch: Makefile x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfce4-mount: Makefile x11/xfce4/xfce4-mpc: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-notifyd: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-places: Makefile x11/xfce4/xfce4-power-manager: Makefile x11/xfce4/xfce4-pulseaudio: Makefile x11/xfce4/xfce4-screensaver: Makefile x11/xfce4/xfce4-screenshooter: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-settings: Makefile x11/xfce4/xfce4-smartbookmark: Makefile x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-taskmanager: Makefile x11/xfce4/xfce4-verve: Makefile x11/xfce4/xfce4-wavelan: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfconf: Makefile x11/xfce4/xfdashboard: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xfmpc: Makefile x11/xfce4/xfwm4: Makefile Log message: WANTLIB: pcre -> pcre2-8 after recent glib2 update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:08:45 Modified files: devel/libvirt-glib/patches: patch-meson_build Log message: Fix build with new GLib. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:09:18 Modified files: x11/lxqt/build-tools: Makefile x11/lxqt/build-tools/patches: patch-cmake_find-modules_FindGLIB_cmake Log message: Merge upstream patch to fix build with new GLib: FindGLIB.cmake: Use gdesktopappinfo.h to find gio-unix-2.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:10:21 Modified files: textproc/pdfgrep: Makefile multimedia/libde265: Makefile security/gpgme : Makefile security/gpgme/pkg: PLIST-qt devel/gwenhywfar: Makefile x11/mate/terminal: Makefile x11/vlc : Makefile x11/xfce4/terminal: Makefile net/bitcoin : Makefile games/stepmania: Makefile editors/tpad : Makefile lang/apl : Makefile www/bluefish : Makefile Log message: WANTLIB: pcre -> pcre2-8 after recent glib2 update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:23:54 Modified files: net/rrdtool : Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/05 11:24:54 Modified files: www/bluefish : Makefile Log message: remove unintended MODPY_VERSION change, found by aja CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:25:51 Modified files: x11/xfce4/thunar: Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:29:05 Modified files: sysutils/conky : Makefile Log message: This does not need devel/pcre. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:29:18 Modified files: inputmethods/libkkc: Makefile Log message: This does not needed devel/pcre. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2022/11/05 11:29:56 Modified files: devel/p5-DateTime: Makefile distinfo Log message: Update p5-Datetime to 1.59 Documentation, test, and validation fixes CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2022/11/05 11:32:45 Modified files: devel/p5-DateTime-TimeZone: Makefile distinfo devel/p5-DateTime-TimeZone/pkg: PLIST Log message: Update p5-DateTime-Timezone to 2.56 Update to 2.55 from wen heping OK for 2.55 from bluhm@ 2.56 is just the next version of the Olsen database. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:32:53 Modified files: x11/icewm : Makefile Log message: This does not need devel/pcre. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2022/11/05 11:36:02 Modified files: devel/p5-Test-File-Contents: Makefile distinfo Log message: update p5-Test-File-Contents to 0.242 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 11:45:12 Modified files: devel/appstream-glib: Makefile distinfo Log message: Update to appstream-glib-0.8.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 12:33:34 Modified files: x11/gnome/mutter: Makefile distinfo Log message: Update to mutter-42.6. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/05 12:44:09 Modified files: libexec/ld.so : Makefile syscall.h Log message: teach ld.so how to call the mimmutable() system call ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/05 12:48:31 Modified files: libexec/ld.so : sod.c Log message: The /var/run/ld.so.hints file is mapped into memory. It is never replaced, so the mapping can be immutable. ok kettenis CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/05 12:56:09 Modified files: sys/arch/arm64/stand/efiboot: fdt.c sys/arch/armv7/stand/efiboot: fdt.c sys/arch/riscv64/stand/efiboot: fdt.c Log message: Make sure fdt_find_node() returns NULL if it can't find the requested node. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/05 12:58:24 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: Activate the device tree we just loaded from disk. While this doesn't fix any current bug, it might catch issues in the future. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/05 13:00:32 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: Not every device tree we're getting passed has an /aliases or /chosen node, but our code assumes so. It's useful to have them, so create them if they do not exist. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/05 13:01:51 Modified files: sys/arch/arm64/stand/efiboot: conf.c Log message: Bump version number so that it's easier to see if the running version has the bugfixes in. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/05 13:29:46 Modified files: distrib/sets/lists/comp: mi share/man/man9 : Makefile sys/conf : files sys/ddb : db_command.c db_interface.h sys/kern : kern_sysctl.c subr_suspend.c sys/sys : sysctl.h Added files: share/man/man9 : clockintr.9 sys/kern : kern_clockintr.c sys/sys : clockintr.h Log message: clockintr(9): initial commit clockintr(9) is a machine-independent clock interrupt scheduler. It emulates most of what the machine-dependent clock interrupt code is doing on every platform. Every CPU has a work schedule based on the system uptime clock. For now, every CPU has a hardclock(9) and a statclock(). If schedhz is set, every CPU has a schedclock(), too. This commit only contains the MI pieces. All code is conditionally compiled with __HAVE_CLOCKINTR. This commit changes no behavior yet. At a high level, clockintr(9) is configured and used as follows: 1. During boot, the primary CPU calls clockintr_init(9). Global state is initialized. 2. Primary CPU calls clockintr_cpu_init(9). Local, per-CPU state is initialized. An "intrclock" struct may be installed, too. 3. Secondary CPUs call clockintr_cpu_init(9) to initialize their local state. 4. All CPUs repeatedly call clockintr_dispatch(9) from the MD clock interrupt handler. The CPUs complete work and rearm their local interrupt clock, if any, during the dispatch. 5. Repeat step (4) until the system shuts down, suspends, or hibernates. 6. During resume, the primary CPU calls inittodr(9) and advances the system uptime. 7. Go to step (2). This time around, clockintr_cpu_init(9) also advances the work schedule on the calling CPU to skip events that expired during suspend. This prevents a "thundering herd" of useless work during the first clock interrupt. In the long term, we need an MI clock interrupt scheduler in order to (1) provide control over the clock interrupt to MI subsystems like timeout(9) and dt(4) to improve their accuracy, (2) provide drivers like acpicpu(4) a means for slowing or stopping the clock interrupt on idle CPUs to conserve power, and (3) reduce the amount of duplicated code in the MD clock interrupt code. Before we can do any of that, though, we need to switch every platform over to using clockintr(9) and do some cleanup. Prompted by "the vmm(4) time bug," among other problems, and a discussion at a2k19 on the subject. Lots of design input from kettenis@. Early versions reviewed by kettenis@ and mlarkin@. Platform-specific help and testing from kettenis@, gkoehler@, mlarkin@, miod@, aoyama@, visa@, and dv@. Babysitting and spiritual guidance from mlarkin@ and kettenis@. Link: https://marc.info/?l=openbsd-tech&m=166697497302283&w=2 ok kettenis@ mlarkin@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 13:30:14 Modified files: x11/gnome/shell: Makefile distinfo Log message: Update to gnome-shell-42.6. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/05 14:46:24 Modified files: lang/python/3.10: Makefile lang/python/3.10/files: CHANGES.OpenBSD lang/python/3.11: Makefile lang/python/3.11/files: CHANGES.OpenBSD lang/python/3.9: Makefile lang/python/3.9/files: CHANGES.OpenBSD Removed files: lang/python/3.10/patches: patch-Modules_readline_c lang/python/3.11/patches: patch-Modules_readline_c lang/python/3.9/patches: patch-Modules_readline_c Log message: Python: Undo the readline hack again now that most snapshots have caught up with the rlstdc.h change. ok kmos (maintainer), sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/05 15:38:54 Modified files: devel/glib2mm : Makefile Log message: Doesn't use clang-format anymore. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/05 15:50:22 src/regress/lib/libssl/exporter Update of /cvs/src/regress/lib/libssl/exporter In directory cvs.openbsd.org:/tmp/cvs-serv74042/exporter Log Message: Directory /cvs/src/regress/lib/libssl/exporter added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/05 15:58:24 Modified files: regress/lib/libssl: Makefile Added files: regress/lib/libssl/exporter: Makefile exportertest.c Log message: Add regress coverage for TLS exporters. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/05 16:30:57 Modified files: distrib/sparc64/miniroot: list Log message: Add mount_nfs(8) to fetch sets over NFS bsd.rd and miniroot72.img fit, boot and install over NFS with this. OK deraadt CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2022/11/05 16:33:11 Modified files: sys/net : if_pfsync.c sys/netinet : ip_ipsp.c Log message: Fix kernel build without IPSEC option. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/11/05 17:18:03 Modified files: share/man/man9 : clockintr.9 Log message: - escape a macro in an Rs/Re block: groff appears to think it is callable - while here, sort NAME CVSROOT: /cvs Module name: www Changes by: pvk@cvs.openbsd.org 2022/11/05 18:22:09 Modified files: faq : current.html Log message: Add section about www/gitea-1.17.3 port change CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/11/05 23:59:37 Modified files: news/py-sabyenc: Makefile distinfo news/py-sabyenc/patches: patch-setup_py news/py-sabyenc/pkg: PLIST Log message: Update to py-sabyenc-5.4.4 Changes: https://github.com/sabnzbd/sabyenc/releases/tag/v5.4.4 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2022/11/06 00:00:21 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-3.7.0 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.7.0 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/11/06 00:51:22 Modified files: usr.sbin/ntpd : ntpd.8 Log message: remove the remnants of the old -s option, which was left stranded with poor, innocent -n; noticed by indivc on misc@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2022/11/06 01:39:30 Modified files: usr.sbin/ntpd : ntpd.8 Log message: Reintroduce snippet describing startup behaviour to where it belongs. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/11/06 01:33:57 Modified files: textproc/libgrapheme: Makefile distinfo textproc/libgrapheme/pkg: PLIST Log message: update textproc/libgrapheme to 2.0.2 no ABI/API changes; now includes a pkg-config file. ok jan@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/11/06 01:53:44 Modified files: net/lagrange : Makefile distinfo Log message: update net/lagrange to 1.13.8; from MAINTAINER Florian Viehweger, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:07:57 Modified files: astro/stellarium: Makefile Log message: Remove PORTROACH marker; it does nothing for some reason. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:12:03 Modified files: usr.sbin/ntpd : ntpd.8 Log message: typo: wlll -> will CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:13:05 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/pkg: PLIST Log message: Update to webkitgtk40-2.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:13:30 Modified files: www/webkitgtk4 : Tag: OPENBSD_7_2 Makefile distinfo Log message: Maintenance update to webkitgtk40-2.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:15:11 Modified files: devel/gobject-introspection: Makefile distinfo Log message: Update to gobject-introspection-1.74.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:15:58 Modified files: devel/template-glib: Makefile distinfo Log message: Update to template-glib-3.36.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:16:35 Modified files: x11/gnome/at-spi2-core: Makefile distinfo x11/gnome/at-spi2-core/pkg: PLIST Log message: Update to at-spi2-core-2.46.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:16:54 Modified files: devel/libwnck3 : Makefile distinfo devel/libwnck3/patches: patch-libwnck_tasklist_c devel/libwnck3/pkg: PLIST Log message: Update to libwnck3-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:17:14 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/patches: patch-gjs_debugger_cpp patch-meson_build x11/gnome/gjs/pkg: PLIST Log message: Update to gjs-1.74.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:17:35 Modified files: devel/libpeas : Makefile distinfo devel/libpeas/pkg: PLIST Removed files: devel/libpeas/patches: patch-meson_build Log message: Update to libpeas-1.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:18:05 Modified files: x11/gnome/dconf-editor: Makefile distinfo x11/gnome/dconf-editor/pkg: PLIST Removed files: x11/gnome/dconf-editor/patches: patch-editor_meson_build Log message: Update to dconf-editor-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:18:23 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo devel/gsettings-desktop-schemas/pkg: PLIST Log message: Update to gsettings-desktop-schemas-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:18:38 Modified files: net/glib2-networking: Makefile distinfo net/glib2-networking/pkg: PLIST Log message: Update to glib2-networking-2.74.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:18:53 Modified files: x11/gnome/py-atspi: Makefile distinfo Log message: Update to py3-atspi-2.46.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:19:07 Modified files: devel/glibmm268: Makefile distinfo Log message: Update to glibmm268-2.74.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:21:02 Log message: Import spidermonkey102-102.4.0 SpiderMonkey is Mozilla's JavaScript engine written in C and C++. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221106 N ports/devel/spidermonkey102/Makefile N ports/devel/spidermonkey102/distinfo N ports/devel/spidermonkey102/patches/patch-config_gcc_hidden_h N ports/devel/spidermonkey102/patches/patch-js_src_Makefile_in N ports/devel/spidermonkey102/patches/patch-js_src_build_moz_build N ports/devel/spidermonkey102/patches/patch-js_src_jit_ExecutableAllocator_h N ports/devel/spidermonkey102/patches/patch-js_src_jit_ProcessExecutableMemory_h N ports/devel/spidermonkey102/patches/patch-js_src_old-configure_in N ports/devel/spidermonkey102/patches/patch-js_src_wasm_WasmSignalHandlers_cpp N ports/devel/spidermonkey102/patches/patch-moz_configure N ports/devel/spidermonkey102/patches/patch-modules_fdlibm_src_math_private_h N ports/devel/spidermonkey102/patches/patch-third_party_rust_cc_src_lib_rs N ports/devel/spidermonkey102/pkg/DESCR N ports/devel/spidermonkey102/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:21:35 Removed files: devel/spidermonkey91: Makefile distinfo devel/spidermonkey91/patches: patch-config_gcc_hidden_h patch-js_src_Makefile_in patch-js_src_build_moz_build patch-js_src_jit_ExecutableAllocator_h patch-js_src_jit_ProcessExecutableMemory_h patch-js_src_old-configure_in patch-js_src_wasm_WasmSignalHandlers_cpp patch-modules_fdlibm_src_math_private_h patch-moz_configure patch-third_party_rust_cc_src_lib_rs devel/spidermonkey91/pkg: DESCR PLIST Log message: Remove spidermonkey91; replaced with spidermonkey102. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:22:26 Modified files: devel : Makefile x11/gnome : Makefile Removed files: devel/atk : Makefile distinfo devel/atk/pkg : DESCR PLIST x11/gnome/at-spi2-atk: Makefile distinfo x11/gnome/at-spi2-atk/pkg: DESCR PLIST Log message: Remove x11/gnome/at-spi2-atk and devel/atk; they have been merged into x11/gnome/at-spi2-core CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:22:44 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'spidermonkey91' => 'spidermonkey102' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:23:24 Modified files: audio/mp3splt-gtk: Makefile cad/pcb2gcode : Makefile cad/xtrkcad : Makefile devel/atk2mm : Makefile devel/atkmm236 : Makefile inputmethods/fcitx-gtk: Makefile inputmethods/ibus-kkc: Makefile productivity/osmo: Makefile x11/gtk+2 : Makefile x11/qt5/qtbase : Makefile x11/qt6/qtbase : Makefile mail/claws-mail: Makefile www/chromium : Makefile www/iridium : Makefile www/ungoogled-chromium: Makefile x11/gtk+3 : Makefile Log message: Move dependencies from atk|at-spi2-atk to x11/gnome/at-spi2-core. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/06 02:25:39 Modified files: lib/libc/dlfcn : init.c Log message: When a TEXTREL binary is loaded, non-writeable LOADs are not made immutable because a loader may want to perform text relocations wrapped inside mprotect permission flips. So static TEXTREL binaries need to perform this operation themselves, at this fairly late point. ok kettenis CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/06 02:26:29 Modified files: share/man/man1 : proot.1 Log message: Document LOGDIR on its own since it's not a bsd.port.mk variable. ok espie CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2022/11/06 02:29:12 Modified files: infrastructure/lib/DPB: State.pm Log message: be more thorough in flagging bad stat lines. doesn't happen to me, but I don't break my file systems very often as noticed by tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:40:14 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-43. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 02:53:40 Modified files: x11/gnome/backgrounds: Makefile distinfo x11/gnome/backgrounds/pkg: PLIST Log message: Update to gnome-backgrounds-43. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 03:37:41 Modified files: lib/fontconfig/conf.d: Makefile Added files: dist/fontconfig/conf.d: 59-latin-obsd.conf Log message: Add a local configuration file to put back the DejaVu family as default for the latin fonts, replacing Noto which is the default upstreams since fontconfig 2.14. One can get back Noto as default by removing /etc/fonts/conf.d/59-obsd-latin.conf Prodded by robert@ and others, ok robert@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 03:38:40 Modified files: distrib/sets/lists/xetc: mi distrib/sets/lists/xbase: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 03:42:54 ports/net/dleyna/patches Update of /cvs/ports/net/dleyna/patches In directory cvs.openbsd.org:/tmp/cvs-serv88935/patches Log Message: Directory /cvs/ports/net/dleyna/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 03:42:54 ports/net/dleyna/pkg Update of /cvs/ports/net/dleyna/pkg In directory cvs.openbsd.org:/tmp/cvs-serv88935/pkg Log Message: Directory /cvs/ports/net/dleyna/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 03:48:27 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-43.0. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/06 03:53:34 Modified files: distrib/octeon/ramdisk: install.md Log message: Use installboot -p; OK visa CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 03:59:16 Modified files: net/gssdp : Makefile distinfo net/gssdp/patches: patch-libgssdp_gssdp-net-posix_c net/gssdp/pkg : DESCR PLIST Log message: Update to gssdp-1.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 03:59:42 Modified files: net/gupnp/core : Makefile distinfo net/gupnp/core/pkg: PLIST Removed files: net/gupnp/core/patches: patch-doc_meson_build Log message: Update to gupnp-1.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:00:08 Modified files: net/gupnp/igd : Makefile Added files: net/gupnp/igd/patches: patch-libgupnp-igd_meson_build patch-meson_build patch-tests_gtest_gupnp-simple-igd_c Log message: Port to GUPnP 1.6 API (from upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:00:35 Modified files: net/gupnp/tools: Makefile distinfo net/gupnp/tools/pkg: PLIST Log message: Update to gupnp-tools-0.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:00:58 Modified files: net/gupnp/av : Makefile Log message: Match spacing. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:01:49 Modified files: net/dleyna : Makefile Added files: net/dleyna : distinfo net/dleyna/patches: patch-libdleyna_core_log_c net/dleyna/pkg : DESCR PLIST Removed files: net/dleyna : Makefile.inc net/dleyna/connector-dbus: Makefile distinfo net/dleyna/connector-dbus/pkg: DESCR PLIST net/dleyna/core: Makefile distinfo net/dleyna/core/patches: patch-libdleyna_core_log_c net/dleyna/core/pkg: DESCR PLIST net/dleyna/renderer: Makefile distinfo net/dleyna/renderer/pkg: DESCR PLIST net/dleyna/server: Makefile distinfo net/dleyna/server/pkg: DESCR PLIST Log message: Update to dleyna-0.8.1. All subprojects have merged into this one. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:02:28 Modified files: x11/mate/caja-extensions: Makefile x11/mate/caja-extensions/pkg: PLIST Log message: Disable gupnp support; it needs to be ported to libgupnp-1.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:02:53 Modified files: x11/gnome/photos: Makefile x11/gnome/grilo-plugins: Makefile x11/gnome/online-miners: Makefile Log message: Fix dependencies after net/dleyna merge. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:03:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'dleyna-core' => 'dleyna' CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/11/06 04:11:47 Modified files: sbin/iked : ikev2.c Log message: Fix out-of-order string operations resulting in a wrongly calculated string size that could lead to a buffer overflow in ikev2_print_id(). Found by and fix from dropk1ck on github (issue #90) ok patrick@ mbuhl@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:23:56 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:30:55 Log message: Import librest1-0.9.1 librest is a helper library for RESTful services. It uses libsoup to provide HTTP communication. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221106 N ports/x11/gnome/librest1/Makefile N ports/x11/gnome/librest1/distinfo N ports/x11/gnome/librest1/pkg/DESCR N ports/x11/gnome/librest1/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:31:17 Modified files: x11/gnome : Makefile Log message: +librest1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 04:33:13 Modified files: lib/pixman/pixman: pixman-trap.c Log message: CVE 2022-44638 An integer overflow in pixman mat lead to out-of-bounds write. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/06 04:34:50 Modified files: libexec/ld.so : loader.c Log message: When loading startup libraries, pass DF_1_NODELETE to indicate these are unloadable libraries. This allows us make consider making parts of those libraries immutable (in future commits) ok guenther kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/06 04:38:54 Modified files: libexec/ld.so : loader.c Log message: Library RELRO sections are excluded from the immutable list, because ld.so tweaks them quite late. _dl_relro() is called when that work is done, and the final mprotect PROT_READ happens. Then we can make mark it immutable. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/06 04:43:19 Modified files: libexec/ld.so : loader.c Log message: ld.so wants to make it's own RELRO immutable, which is obviously done right after it does mprotect PROT_READ. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/06 04:44:30 Modified files: sys/arch/arm64/arm64: support.S trap.c sys/arch/arm64/conf: files.arm64 sys/arch/arm64/dev: efi_machdep.c Log message: Make EFI runtime calls more robust on arm64 as well. While I have not seen any broken implementations yet, Linux developers claim that arm64 machines intended to run Windows are not much better than x86 machines. And I totally believe that. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:49:30 Modified files: x11/gtk+4 : Makefile Log message: Move things around; no pkg change. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2022/11/06 04:54:08 Modified files: usr.sbin/vmd : vmm.c Log message: Fix typo in comment about pledges (send -> sendfd). No functional change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 04:55:24 Modified files: x11/gnome/ghex : Makefile distinfo x11/gnome/ghex/patches: patch-src_meson_build Log message: Update to ghex-43.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/06 05:00:20 Modified files: libexec/ld.so : loader.c Log message: TEXTREL binaries are loaded without immutable on un-writeable sections. After text relocations are finished, these regions (in the binary) can become immutable. OPENBSD_MUTABLE section always overlaps writeable LOADs, so don't be afraid of that case, it's covered. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/06 05:01:52 Modified files: sys/arch/arm64/dev: simplebus.c Log message: While the Qualcomm GENI isn't just a simplebus(4), as one can e.g. select between DMA or FIFO mode for the i2c/serial devices, we can treat it as one for now. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/06 05:12:45 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt : files.fdt Added files: sys/dev/fdt : qcdwusb.c Log message: Add glue for the USB3 controller on the Lenovo x13s. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 05:13:49 Modified files: x11/gnome/characters: Makefile distinfo x11/gnome/characters/pkg: PLIST Log message: Update to gnome-characters-43.0. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/06 05:14:53 Modified files: sys/arch/arm64/dev: smmu_fdt.c Log message: Disable smmu(4) for Qualcomm SC8280XP on FDT attachment like we already do on ACPI. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/06 05:18:28 Modified files: share/man/man4/man4.arm64: Makefile Added files: share/man/man4/man4.arm64: qcdwusb.4 Log message: qcdwusb(4) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 05:25:44 Modified files: app/bdftopcf : ChangeLog Makefile.am Makefile.in aclocal.m4 atom.c bdfint.h bdfread.c bdftopcf.c bdfutils.c bitmap.c bitmap.h bitmaputil.c bufio.c bufio.h compile configure configure.ac defaults.c fileio.c filewr.c fntfil.h fntfilio.h fntfilst.h font.h fontaccel.c fontink.c fontmisc.h fontutil.h fontxlfd.h pcf.h pcfwrite.c private.c utilbitmap.c app/bdftopcf/man: Makefile.in Added files: app/bdftopcf : README.md Removed files: app/bdftopcf : README stubs.h Log message: Update bdftopcf to version 1.1.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 05:30:09 Modified files: app/rgb : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac rgb.c showrgb.c app/rgb/man : Makefile.in Added files: app/rgb : README.md Removed files: app/rgb : README Log message: Update rgb to 1.1.0 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/11/06 05:33:41 Modified files: usr.sbin/installboot: efi_installboot.c i386_installboot.c macppc_installboot.c octeon_installboot.c powerpc64_installboot.c Log message: Don't leak args.fspec in create_filesystem(). ok kn@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 05:34:23 Modified files: app/sessreg : ChangeLog Makefile.in README.md aclocal.m4 compile configure configure.ac sessreg.c app/sessreg/man: Makefile.in Log message: Update sessreg to version 1.1.3 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2022/11/06 05:42:27 Modified files: . : hackathons.html Log message: 22 developers at or travelling to h2k22 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2022/11/06 05:49:11 src/regress/lib/libc/time/time_conversion Update of /cvs/src/regress/lib/libc/time/time_conversion In directory cvs.openbsd.org:/tmp/cvs-serv97249/time_conversion Log Message: Directory /cvs/src/regress/lib/libc/time/time_conversion added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 05:53:25 Modified files: app/smproxy : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac save.c smproxy.c app/smproxy/man: Makefile.in Added files: app/smproxy : README.md Removed files: app/smproxy : README Log message: Upgrade smproxy to version 1.0.7 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2022/11/06 05:57:09 Added files: regress/lib/libc/time/time_conversion: Makefile timetest.c Log message: Add a bunch of regression tests for time conversion. This regression tests time conversion across various limits, leap seconds, and daylight transistions. gmtime_r, localtime_r, timegm, and mktime are tested against themselves and expected outputs. It requires the "posix" and "right" zoneinfo to be installed on the test running machine in order to access testable time zones. If those are not present the test is skipped successfully with a warning. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 05:58:33 Modified files: x11/gnome/shell: Makefile meta/gnome : Makefile Log message: Sync with gnome-shell version instead of gnome-desktop. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2022/11/06 05:59:46 Modified files: regress/lib/libc/time: Makefile Log message: Enable time_conversion regress tests CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/11/06 06:01:02 Modified files: share/man/man4/man4.arm64: qcdwusb.4 Log message: add arch to Dt; CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2022/11/06 06:01:22 Modified files: sys/arch/luna88k/dev: lunafb.c omrasops.c Log message: Change character drawing depth when 'pseudo' framebuffer depth is changed. Tested on LUNA-88K2 with 4bpp/8bpp framebuffer by me. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 06:01:54 Modified files: x11/gnome/power-manager: Makefile distinfo x11/gnome/power-manager/pkg: PLIST Log message: Update to gnome-power-manager-43.0. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/06 06:03:52 Modified files: sys/sys : conf.h sys/net : pf_ioctl.c Log message: make /dev/pf a clonable device. this provides a 1:1 relationship of pfopen() calls to pfclose() calls. in turn, this makes it a lot easier to track stuff allocated by a process and then clean it up if that process goes away unexpectedly. the unique dev_t provided by the cloning machinery gives us a good identifier to track this state with too. discussed with h2k22 ok sashan@ deraadt@ agrees this is a good time to put this in CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 06:12:48 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 06:17:17 Modified files: x11/gnome/font-viewer: Makefile distinfo x11/gnome/font-viewer/pkg: PLIST Log message: Update to gnome-font-viewer-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 06:37:03 Modified files: x11/gnome/calculator: Makefile distinfo x11/gnome/calculator/pkg: PLIST Log message: Update to gnome-calculator-43.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 06:44:55 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 07:38:33 Modified files: x11/gnome/text-editor: Makefile distinfo x11/gnome/text-editor/patches: patch-src_editor-path_c x11/gnome/text-editor/pkg: PLIST Log message: Update to gnome-text-editor-43.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 07:50:48 Modified files: x11/gnome/shell: Makefile Log message: Move convenience dependencies from gnome-desktop to gnome-shell. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/06 07:50:51 Modified files: usr.sbin/rpki-client: x509.c Log message: Next to signedObject only allow rpkiNotify accessMethods Instead of ignoring all non-signedObject accessMethods, we can be stricter and only allow rpkiNotify (for now) and error on anything else. Also make sure we properly clean up behind ourselves on error. With and ok job CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2022/11/06 07:56:08 Modified files: regress/lib/libcrypto/bf: Makefile Added files: regress/lib/libcrypto/bf: bf_test.c Removed files: regress/lib/libcrypto/bf: bftest.c Log message: Replace existing Blowfish regress tests ok tb@ jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 08:06:39 Modified files: x11/gnome/tour : Makefile distinfo x11/gnome/tour/patches: patch-_cargo_config x11/gnome/tour/pkg: PLIST Log message: Update to gnome-tour-43.0. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/06 08:10:08 Removed files: lib/libcrypto/bf: COPYRIGHT INSTALL README VERSION Log message: Remove useless ancient files. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/06 08:33:58 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/conf : files sys/dev/acpi : files.acpi qcgpio.c sys/dev/fdt : files.fdt Added files: sys/dev/fdt : qcgpio_fdt.c Log message: Add FDT-based attachment for qcgpio(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/06 08:36:14 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/conf : files sys/dev/acpi : files.acpi qciic.c sys/dev/fdt : files.fdt Added files: sys/dev/fdt : qciic_fdt.c Log message: Add FDT-based attachment for qciic(4). ok kettenis@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2022/11/06 08:47:51 Modified files: . : events.html Log message: typos CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 09:00:31 Log message: Import libportal-0.6. libportal provides GIO-style async APIs for most Flatpak portals. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221106 N ports/sysutils/libportal/Makefile N ports/sysutils/libportal/distinfo N ports/sysutils/libportal/pkg/DESCR-gtk3 N ports/sysutils/libportal/pkg/PLIST-gtk3 N ports/sysutils/libportal/pkg/PLIST-gtk4 N ports/sysutils/libportal/pkg/PLIST-qt5 N ports/sysutils/libportal/pkg/PLIST-main N ports/sysutils/libportal/pkg/DESCR-main N ports/sysutils/libportal/pkg/DESCR-gtk4 N ports/sysutils/libportal/pkg/DESCR-qt5 N ports/sysutils/libportal/patches/patch-libportal_portal_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 09:00:52 Modified files: sysutils : Makefile Log message: +libportal CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 09:03:14 Modified files: app/viewres : ChangeLog Makefile.in aclocal.m4 compile configure configure.ac viewres.c app/viewres/man: Makefile.in viewres.man Log message: Update viewres to version 1.0.7 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 09:08:52 Modified files: app/x11perf : ChangeLog Makefile.in README.md aclocal.m4 compile configure configure.ac do_arcs.c do_blt.c do_complex.c do_dots.c do_lines.c do_movewin.c do_rects.c do_segs.c do_simple.c do_text.c do_traps.c do_tris.c do_valgc.c do_windows.c x11perf.c x11perf.h app/x11perf/man: Makefile.in Log message: Update x11perf to version 1.6.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 09:09:48 Modified files: app/xgc : ChangeLog Makefile.am Makefile.in aclocal.m4 choice.c compile configure configure.ac constants.h dashlist.c getfile.c gram.y interpret.c main.c planemask.c record.c testfrac.c tests.c text.c xgc.h app/xgc/Written: FilledRects Interface Jim Notes Notes2 Outline Widget app/xgc/man : Makefile.in Added files: app/xgc : README.md Removed files: app/xgc : README Log message: Update xgc to version 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 09:15:22 Modified files: app/xsetroot : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac xsetroot.c app/xsetroot/man: Makefile.in Added files: app/xsetroot : README.md Removed files: app/xsetroot : README Log message: Update xsetroot to verion 1.1.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 09:24:11 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: Update to epiphany-43.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 09:29:07 Modified files: lib/libXinerama: ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac lib/libXinerama/man: Makefile.in lib/libXinerama/src: Makefile.in Xinerama.c Added files: lib/libXinerama: README.md Removed files: lib/libXinerama: README Log message: Update libXinerama to version 1.1.5. No functional changes. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/06 09:31:19 Modified files: lib/libcrypto/curve25519: curve25519.c curve25519.h Log message: Enable Ed25519 internal to libcrypto. Based on a diff from tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/06 09:41:29 Modified files: regress/lib/libcrypto/curve25519: Makefile Added files: regress/lib/libcrypto/curve25519: ed25519test.c Log message: Add regress for Ed25519. From tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/11/06 09:48:59 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/pkg: PLIST Removed files: x11/gnome/gdm/patches: patch-data_Init_in Log message: update to 43.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 10:00:00 Log message: Import libcloudproviders-0.3.1 libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services. Clients such as file managers and desktop environments can then provide integrated access to the cloud providers services. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221106 N ports/x11/gnome/libcloudproviders/Makefile N ports/x11/gnome/libcloudproviders/distinfo N ports/x11/gnome/libcloudproviders/pkg/DESCR N ports/x11/gnome/libcloudproviders/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 10:00:28 Modified files: x11/gnome : Makefile Log message: +libcloudproviders CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 10:09:15 Modified files: x11/gnome/sushi: Makefile distinfo Log message: Update to sushi-43.0. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/11/06 10:15:05 Log message: Import math/ministat The ministat command calculates fundamental statistical properties of numeric data in the specified files or, if no file is specified, standard input. From Mikhail, with input from op@ sthen@ and kmos@. ok op@ kmos@ Status: Vendor Tag: jca Release Tags: jca_20221106 N ports/math/ministat/Makefile N ports/math/ministat/distinfo N ports/math/ministat/pkg/DESCR N ports/math/ministat/pkg/PLIST N ports/math/ministat/patches/patch-ministat_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/11/06 10:16:28 Modified files: math : Makefile Log message: +ministat CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2022/11/06 10:18:01 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-configure patch-include_Makefile_in Log message: Update to openvpn-2.5.8 ChangeLog: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn25 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 10:35:34 Added files: x11/gnome/amtk : Makefile distinfo x11/gnome/amtk/pkg: DESCR PLIST Log message: Revive amtk and update it to 5.6.0. It's needed by an upcoming gedit update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 10:36:01 Modified files: x11/gnome : Makefile Log message: +amtk CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 10:38:41 Modified files: lib/libXpresent: ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac xpresent.pc.in lib/libXpresent/man: Makefile.am Makefile.in Xpresent.man lib/libXpresent/src: Makefile.in Added files: lib/libXpresent: README.md lib/libXpresent/m4: libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 lib/libXpresent/man: XPresentFreeInput.man XPresentNotifyMSC.man XPresentPixmap.man XPresentQueryCapabilities.man XPresentQueryExtension.man XPresentQueryVersion.man XPresentSelectInput.man XPresentVersion.man Removed files: lib/libXpresent: README Log message: Update libXpresent to version 1.0.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 10:42:35 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 10:49:17 Modified files: lib/libXrender : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac lib/libXrender/include/X11/extensions: Xrender.h lib/libXrender/src: AddTrap.c Color.c Composite.c Cursor.c FillRect.c FillRects.c Filter.c Glyph.c Makefile.in Picture.c Poly.c Trap.c Tri.c Xrender.c Xrenderint.h Added files: lib/libXrender : Doxyfile.in README.md Removed files: lib/libXrender : README Log message: Update libXrender to version 0.9.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 10:52:17 Added files: x11/gnome/tepl : Makefile distinfo x11/gnome/tepl/pkg: DESCR PLIST Log message: Revive tepl and update it to 6.2.0. Soon needed by a gedit update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 10:52:58 Modified files: x11/gnome : Makefile Log message: +tepl CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 11:00:44 Modified files: lib/libXtst : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac lib/libXtst/man: Makefile.in lib/libXtst/specs: Makefile.in lib/libXtst/src: Makefile.in XRecord.c XTest.c Log message: Update libXtst to version 1.2.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 11:03:39 Added files: lib/libXtst : README.md compile Removed files: lib/libXtst : README Log message: libXtst 1.2.4: forgot to cvs add/remove files CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/06 11:05:05 Modified files: sys/net : if_pfsync.c if_pfsync.h pf.c pf_ioctl.c pf_norm.c pfvar.h Log message: move pfsync_state_import in if_pfsync.c to pf_state_import in pf.c this is straightening the deck chairs. the state import and export code are used by both the pf ioctls and pfsync, but the export code is in pf.c and the import code is in if_pfsync. if pfsync was disabled then the ioctl stuff wouldnt link. moving the import code to pf.c makes it more symmetrical(?) and robust. tweaks and ok from kn@ sashan@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 11:09:56 Modified files: lib/libXxf86vm : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac lib/libXxf86vm/man: Makefile.in lib/libXxf86vm/src: Makefile.in XF86VMode.c Added files: lib/libXxf86vm : README.md Removed files: lib/libXxf86vm : README Log message: Update libXxf86vm to version 1.1.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 11:14:28 Modified files: lib/libxkbfile : ChangeLog Makefile.in README.md aclocal.m4 compile config.h.in configure configure.ac lib/libxkbfile/src: Makefile.in XKBfileInt.h cout.c maprules.c srvmisc.c xkbatom.c xkbmisc.c xkbtext.c Log message: Update libxkbfile to version 1.1.1 CVSROOT: /cvs Module name: src Changes by: mbuhl@cvs.openbsd.org 2022/11/06 11:17:56 Modified files: sys/dev/pci : if_em.c if_em_hw.h Log message: Enable IPv4, TCP, and UDP checksum offloading, and VLAN HW tagging for em 82575, 82576, i350, and i210. Additional testing by Hrvoje Popovski OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:23:08 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: Update to gedit-43.1. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/06 11:30:23 Modified files: etc : MAKEDEV.common Log message: There is only one pf(4); OK sashan CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/06 11:31:15 Modified files: lib/libcrypto/man: OPENSSL_malloc.3 Log message: Document that OPENSSL_free() is required in some circumstances BoringSSL uses the common trick of storing malloc metadata in a prefix and then returning a pointer with an offset. Therefore callers must not call free() but OPENSSL_free(). Reported by dropk1ck via tobhe ok beck jsing CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/06 11:33:44 Modified files: share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.arm64: MAKEDEV.8 share/man/man8/man8.armv7: MAKEDEV.8 share/man/man8/man8.hppa: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.landisk: MAKEDEV.8 share/man/man8/man8.loongson: MAKEDEV.8 share/man/man8/man8.luna88k: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.octeon: MAKEDEV.8 share/man/man8/man8.powerpc64: MAKEDEV.8 share/man/man8/man8.riscv64: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.octeon : MAKEDEV etc/etc.powerpc64: MAKEDEV etc/etc.riscv64: MAKEDEV etc/etc.sparc64: MAKEDEV Log message: regen after /dev/pf? cleanup (only /dev/pf exists) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 11:39:25 Modified files: lib/libxshmfence: ChangeLog Makefile.am Makefile.in aclocal.m4 compile config.h.in configure configure.ac test-driver lib/libxshmfence/src: Makefile.in xshmfence_alloc.c lib/libxshmfence/test: Makefile.in Added files: lib/libxshmfence: README.md Removed files: lib/libxshmfence: README Log message: merge libxshmfence version 1.3.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:51:01 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: Update to gnome-online-accounts-3.46.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:51:23 Modified files: x11/gnome/libgweather4: Makefile distinfo x11/gnome/libgweather4/pkg: PLIST Log message: update to libgweather4-4.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:51:39 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:52:03 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST-common PLIST-gtk4 PLIST-main Log message: Update to gnome-desktop-43. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:52:32 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.46.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:52:55 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/patches: patch-meson_build x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:53:16 Modified files: x11/gnome/calendar: Makefile distinfo x11/gnome/calendar/pkg: PLIST Log message: Update to gnome-calendar-43.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:54:14 Modified files: devel/vte3 : Makefile distinfo devel/vte3/patches: patch-meson_build devel/vte3/pkg : PLIST Log message: Update to vte3-0.70.1. This temporarily depends on both GTK3 and GTK4 but I will subpackage it this week. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:54:34 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-meson_build patch-panels_info-overview_cc-info-overview-panel_c patch-panels_meson_build patch-panels_power_cc-power-panel_c patch-shell_cc-panel-loader_c x11/gnome/control-center/pkg: PLIST Log message: Update to gnome-control-center-43.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:54:54 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Log message: Update to gnome-session-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:55:20 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Added files: x11/gnome/nautilus/patches: patch-src_nautilus-file_h Log message: Update to nautilus-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:55:42 Modified files: x11/gnome/console: Makefile distinfo x11/gnome/console/patches: patch-meson_build x11/gnome/console/pkg: PLIST Log message: Update to gnome-console-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:56:03 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST Log message: Update to file-roller-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:56:22 Modified files: x11/gnome/seahorse-nautilus: Makefile distinfo x11/gnome/seahorse-nautilus/pkg: PLIST Removed files: x11/gnome/seahorse-nautilus/patches: patch-meson_build patch-tool_meson_build patch-tool_seahorse-widget_c Log message: Update to seahorse-nautilus-3.11.92.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:56:45 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/patches: patch-src_terminal-app_cc patch-src_terminal-screen_cc patch-src_terminal-util_cc x11/gnome/terminal/pkg: PLIST Added files: x11/gnome/terminal/patches: patch-meson_build Log message: Update to gnome-terminal-3.46.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:58:12 Log message: Import endeavor-43.0 (renamed from gnome-todo). Personal task manager for GNOME. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221106 N ports/x11/gnome/endeavour/Makefile N ports/x11/gnome/endeavour/distinfo N ports/x11/gnome/endeavour/pkg/DESCR N ports/x11/gnome/endeavour/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:58:56 Modified files: x11/gnome : Makefile Log message: -todo +endeavour CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 11:59:26 Removed files: x11/gnome/todo : Makefile distinfo x11/gnome/todo/patches: patch-src_meson_build patch-src_plugins_meson_build patch-src_plugins_todoist_gtd-provider-todoist_c x11/gnome/todo/pkg: DESCR PLIST Log message: gnome-todo had been replaced by endeavour. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 12:00:03 Modified files: meta/gnome : Makefile Log message: x11/gnome/todo -> x11/gnome/endeavour CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 12:00:27 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'gnome-todo' => 'endeavour' CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2022/11/06 12:00:37 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): allocate reference for vm and vcpu SLISTs Mischa Peters reported a performance regression in 7.2 when hosting numerous guests under vmm(4). While iterating through the list of vms during servicing an ioctl, vmm was triggering excessive wakeup calls due to hitting zero refcnt. Much guidance from dlg@ and testing from Mischa. OK mlarkin@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 12:05:43 Modified files: lib/xcb-util-cursor: ChangeLog Makefile.am Makefile.in aclocal.m4 autogen.sh configure configure.ac lib/xcb-util-cursor/cursor: Makefile.in shape_to_id.c xcb_cursor.h lib/xcb-util-cursor/m4: xcb_util_common.m4 Added files: lib/xcb-util-cursor: README.md Removed files: lib/xcb-util-cursor: README Log message: Update xcb-util-cursor to version 0.1.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 12:11:17 Modified files: lib/xcb-util-image: ChangeLog Makefile.am Makefile.in aclocal.m4 autogen.sh compile configure configure.ac test-driver lib/xcb-util-image/image: Makefile.in lib/xcb-util-image/m4: xcb_util_common.m4 lib/xcb-util-image/test: Makefile.am Makefile.in Added files: lib/xcb-util-image: README.md Removed files: lib/xcb-util-image: README Log message: Update xcb-util-image to version 0.4.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 12:15:46 Modified files: lib/xcb-util-keysyms: ChangeLog Makefile.am Makefile.in aclocal.m4 autogen.sh compile configure configure.ac lib/xcb-util-keysyms/keysyms: Makefile.in lib/xcb-util-keysyms/m4: xcb_util_common.m4 Added files: lib/xcb-util-keysyms: README.md Removed files: lib/xcb-util-keysyms: README Log message: Update xcb-util-keysyms to version 0.4.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 12:18:57 Modified files: lib/xcb-util-renderutil: ChangeLog Makefile.am Makefile.in aclocal.m4 autogen.sh compile configure configure.ac lib/xcb-util-renderutil/m4: xcb_util_common.m4 lib/xcb-util-renderutil/renderutil: Makefile.in Added files: lib/xcb-util-renderutil: README.md Removed files: lib/xcb-util-renderutil: README Log message: Update xcb-util-renderutil to version 0.3.10 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 12:21:48 Modified files: audio/speech-dispatcher: Makefile distinfo audio/speech-dispatcher/pkg: PLIST Log message: Update to speech-dispatcher-0.11.4. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 12:22:44 Modified files: lib/xcb-util-wm: ChangeLog Makefile.am Makefile.in aclocal.m4 autogen.sh compile configure configure.ac lib/xcb-util-wm/ewmh: Makefile.in lib/xcb-util-wm/icccm: Makefile.in lib/xcb-util-wm/m4: xcb_util_common.m4 Added files: lib/xcb-util-wm: README.md Removed files: lib/xcb-util-wm: README Log message: Update xcb-util-wm to version 0.4.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 12:26:30 xenocara/util/makedepend/tests/1 Update of /cvs/xenocara/util/makedepend/tests/1 In directory cvs.openbsd.org:/tmp/cvs-serv42647/tests/1 Log Message: Directory /cvs/xenocara/util/makedepend/tests/1 added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 12:27:33 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/pkg: PLIST Log message: Update to liblouis-3.23.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/06 12:28:48 Modified files: lib/libc/sys : mimmutable.2 Log message: At present, mprotect(2) may reduce permissions on immutable pages marked PROT_READ | PROT_WRITE to the less permissive PROT_READ. This one-way operation is permitted for an introductory period to observe how software uses this mechanism. It may change to require explicit mutable region annotation with __attribute__((section(".openbsd.mutable"))) and explicit calls to mimmutable(). ^^^ Decided we'll do that for now, since we've only discovered one program trying to be clever so far (chrome is trying to do something smart, and mimmutable makes it even better) discussed with kettenis and robert CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/06 12:29:08 Modified files: util/makedepend: ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac def.h include.c main.c test-driver Added files: util/makedepend/tests/1: makedep.sh one.cpp two.cpp Log message: Update makedepend to version 1.0.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 12:50:58 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Log message: Update to evince-43.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/11/06 12:56:57 Removed files: lang/ocaml/patches: patch-Makefile patch-configure_ac Log message: our ranlib can now take multiple files at once, no need for this hack anymore prodded by Brad CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/11/06 12:59:36 Modified files: x11/lablgtk2/patches: patch-src_Makefile Log message: our ranlib can now take multiple files at once, no need for this hack anymore prodded by Brad CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/11/06 13:03:49 Modified files: usr.sbin/installboot: loongson_installboot.c macppc_installboot.c octeon_installboot.c Log message: Nuke some 'set but not used' pathlen variables. ok beck@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/11/06 13:15:44 Modified files: lib/libc/sys : mimmutable.2 Log message: remove unneccessary Pp after Sh; CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2022/11/06 13:36:12 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update to broot 1.16.2, unbreaking powerpc64 Crate exr < 1.5.0 failed to build on big-endian arch like powerpc64. This update moves from exr 1.4.2 to 1.5.2. https://github.com/Canop/broot/blob/master/CHANGELOG.md ok landry@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/11/06 14:23:44 Log message: Import dt, DNS scanning/debugging tool. corrections and ok op@, thanks! Status: Vendor Tag: pvk Release Tags: pvk_20221106 N ports/net/dt/Makefile N ports/net/dt/distinfo N ports/net/dt/modules.inc N ports/net/dt/pkg/DESCR N ports/net/dt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/11/06 14:24:25 Modified files: net : Makefile Log message: +dt CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/06 14:31:24 Modified files: sys/net : if_pfsync.c Log message: get rid of pfsync_state_export. it wraps pf_state_export and has the same arguments and return type. pfsync can just call pf_state_export instead. ok clang CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/06 14:32:54 Modified files: distrib/miniroot: install.sub Log message: Skip MD post-install bits on upgrades Upgrades are noiser on macppc (and loongson and octeon) than on other architectures because boot firmware changes and/or tips to complete an OpenBSD installation are always printed, even though they are not needed after an upgrade. OK deraadt CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/06 14:34:01 Modified files: sys/net : if_pfsync.c Log message: Constify pfsync_acts[]; OK dlg CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 14:52:15 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: Update to eog-43.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:00:22 Modified files: www/epiphany : Makefile x11/gnome/file-roller: Makefile x11/gnome/nautilus: Makefile Log message: Loosen up dependencies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:10:01 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Log message: Update to gnome-clocks-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:32:42 Modified files: mail : Makefile Removed files: mail/evolution-rss: Makefile distinfo mail/evolution-rss/patches: patch-configure_ac patch-src_misc_c patch-src_rss-cache_c patch-src_rss-config-factory_c patch-src_rss-evo-common_c patch-src_rss-image_c patch-src_rss_c mail/evolution-rss/pkg: DESCR PLIST Log message: Remove evolution-rss. Barely maintained upstream and evolution provides libcamelrss.so now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:34:12 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register evolution-rss removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:39:17 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.46.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:43:38 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.46.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:51:19 Log message: Import pcaudiolib-1.2 The Portable C Audio Library (pcaudiolib) provides a C API to different audio devices. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20221106 N ports/audio/pcaudiolib/Makefile N ports/audio/pcaudiolib/distinfo N ports/audio/pcaudiolib/pkg/DESCR N ports/audio/pcaudiolib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:51:48 Modified files: audio : Makefile Log message: +pcaudiolib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:52:33 Modified files: audio/espeak : Makefile distinfo audio/espeak/pkg: PLIST Added files: audio/espeak/patches: patch-Makefile_am Removed files: audio/espeak/patches: patch-src_Makefile patch-src_event_cpp patch-src_fifo_cpp patch-src_speech_h patch-src_tr_languages_cpp Log message: Update to espeak(NG)-1.51. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:53:05 Modified files: audio/speech-dispatcher: Makefile audio/speech-dispatcher/pkg: PLIST Log message: Rebuild and regen PLIST+WANTLIB after espeak update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:53:26 Modified files: graphics/arcan : Makefile Log message: Regen WANTLIB after espeak update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 15:57:26 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-43.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 16:04:58 Modified files: x11/gnome/gfbgraph: Makefile Log message: Needs explicit dependency on net/librest. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 16:16:17 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/06 16:17:57 Modified files: x11/gnome/connections: Makefile distinfo x11/gnome/connections/pkg: PLIST Log message: Update to gnome-connections-43.0. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2022/11/06 18:41:57 Modified files: sys/arch/amd64/amd64: copy.S efi_machdep.c trap.c sys/arch/amd64/conf: ld.script Log message: In kpageflttrap(), validate a non-NULL pcb_onfault against an array of permitted addresses, done via .nofault* sections that end up in the linked kernel's rodata. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2022/11/06 18:53:01 Modified files: usr.bin/ssh : PROTOCOL Log message: Fix typo. From pablomh via -portable github PR#344. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2022/11/06 19:21:22 Modified files: etc : moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log message: Import regenerated moduli. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/11/06 21:04:40 Modified files: usr.bin/ssh : ssh-keygen.c Log message: fix parsing of hex cert expiry time; was checking whether the start time began with "0x", not the expiry time. from Ed Maste CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2022/11/07 00:04:08 Modified files: devel/pcre2 : Makefile Log message: Completely remove --enable-newline-is-xxx flag. There is no reason to keep it and no reason to deviate from the upstream. point out naddy, ok namn jca CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/07 00:30:06 Modified files: mail/stalwart/jmap: Makefile Log message: mail/stalwart/jmap: add missing BDEP on llvm librocksdb-sys wants libclang.so, reported by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/07 02:18:14 Modified files: usr.sbin/rpki-client: x509.c Log message: Confirm Path Length is absent in the Basic Constraints extension OK tb@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2022/11/07 02:39:15 Modified files: emulators/nono : Makefile distinfo Log message: Update for Nono to 0.4.4 OK benoit@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/11/07 02:43:04 Modified files: sys/arch/arm64/arm64: db_interface.c pmap.c trap.c sys/arch/arm64/include: pmap.h Log message: Implement db_write_text/bytes() which add support for ddb(4)'s breakpoints. Based on a diff from gerhard@, ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 02:55:56 Modified files: devel/py-pbr : Makefile distinfo devel/py-pbr/pkg: PLIST Log message: update to py3-pbr-5.11.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 02:56:00 Modified files: devel/py-pip : Makefile distinfo devel/py-pip/pkg: PLIST Log message: update to py3-pip-22.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 02:56:06 Modified files: mail/mutt : Makefile distinfo mail/mutt/patches: patch-main_c mail/mutt/pkg : PLIST Log message: update to mutt-2.2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 02:56:09 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-4.7.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 02:56:16 Modified files: devel/py-pybind11: Makefile distinfo devel/py-pybind11/pkg: PLIST Log message: update to py3-pybind11-2.10.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 02:56:42 Modified files: security/py-cryptography_vectors: Makefile distinfo security/py-cryptography_vectors/pkg: PLIST Log message: update to py3-cryptography_vectors-38.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 02:56:44 Modified files: security/py-cryptography: Makefile crates.inc distinfo Log message: update to py3-cryptography-38.0.3 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2022/11/07 03:02:59 Modified files: usr.bin/ssh : servconf.c Log message: Check for and disallow MaxStartups values less than or equal to zero during config parsing, rather than faling later at runtime. bz#3489, ok djm@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/11/07 03:03:27 Log message: Import terraform-docs, documentation generator for Terraform Status: Vendor Tag: pvk Release Tags: pvk_20221107 N ports/textproc/terraform-docs/Makefile N ports/textproc/terraform-docs/distinfo N ports/textproc/terraform-docs/modules.inc N ports/textproc/terraform-docs/pkg/DESCR N ports/textproc/terraform-docs/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2022/11/07 03:03:51 Modified files: textproc : Makefile Log message: +terraform-docs CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2022/11/07 03:05:39 Modified files: usr.bin/ssh : kex.c servconf.c Log message: Remove some set but otherwise unused variables, spotted in -portable by clang 16's -Wunused-but-set-variable. ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2022/11/07 03:09:28 Modified files: usr.bin/ssh : ssh_config.5 Log message: The IdentityFile option in ssh_config can also be used to specify a public key file, as documented in ssh.1 for the -i option. Document this also for IdentityFile in ssh_config.5, for documentation completeness. From laalsaas at systemli.org via portable github PR#352, ok jmc@ djm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/11/07 03:21:17 Modified files: lib/libc/gen : disklabel.c share/man/man5 : disktab.5 sys/kern : subr_disk.c Log message: Nuke last references to d_drivedata. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/11/07 03:33:22 Modified files: sys/sys : disklabel.h Log message: Rename unreferenced field d_drivedata to smoke out any well hidden uses. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/07 03:35:26 Modified files: libexec/ld.so : dlfcn.c library.c library_mquery.c library_subr.c loader.c resolve.h Log message: dtors were broken by trying to reuse DF_1_NODELETE to hint that this library would never unload, and could be immutable. Pass a seperate flag for our purposes Noticed from regress tests by anton, ok kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/07 03:45:39 Modified files: sys/netinet6 : nd6.c Log message: Run the ND6 expiry timer without kernel lock Added in 2017 to Reduce contention on the NET_LOCK() by moving the nd6 address expiration task to the `softnettq`. This should no longer be needed thanks to sys/net/if.c r1.652 in 2022: Activate parallel IP forwarding. Start 4 softnet tasks. Limit the usage to the number of CPUs. Nothing in nd6_expire() or nd6_expire_timer_update() requires protection by the kernel lock. The interface list and per-interface address lists remain protected by the net lock. Tests by Hrvoje OK mpi CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/07 04:03:14 Modified files: libexec/reorder_kernel: reorder_kernel.sh Log message: Set up logger(1) traps earlier to catch logfile setup failures If /usr is mounted read-only, kernel relinking fails silently without any log trace: # /usr/libexec/reorder_kernel /usr/libexec/reorder_kernel[35]: cannot create /usr/share/relink/kernel/GENERIC.MP/relink.log: Read-only file system This stderr line does not show up anywhere because init(8) redirects stdout and stderr to /dev/null, executes rc(8) which inherits it and thus executes reorder_kernel with both streams discarded. So install the error handler first, then try to set up a log file. Introduce ERRMSG to provide error messages to users, i.e. not say "see .../relink.log" when creating this file is what failed: # ksh ./reorder_kernel.sh ./reorder_kernel.sh[40]: cannot create /usr/share/relink/kernel/GENERIC.MP/relink.log: Read-only file system # tail -n1 /var/log/message # or xconsole(1) Nov 7 10:51:00 eru reorder_kernel.sh: failed OK tb CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 04:07:12 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/pkg: PLIST Log message: Update to gedit-plugins-43.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 04:12:30 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-clutter_clutter_clutter-stage-view_c patch-meson_build patch-src_backends_meta-stage-impl_c patch-src_backends_x11_meta-seat-x11_c x11/gnome/mutter/pkg: PLIST Added files: x11/gnome/mutter/patches: patch-src_backends_x11_meta-backend-x11_c patch-src_meson_build patch-src_tests_meson_build Log message: Update to mutter-43.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 04:14:11 Modified files: meta/gnome : Makefile Log message: Add RDEP on x11/gnome/zenity to -extras. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 04:14:39 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-src_main_c x11/gnome/shell/pkg: PLIST Log message: Update to gnome-shell-43.1. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/07 04:15:28 Modified files: app/xterm : MANIFEST NEWS THANKS Tekproc.c button.c charclass.c charproc.c configure.in ctlseqs.ms ctlseqs.txt cursor.c doublechr.c fontutils.c fontutils.h graphics.c graphics_regis.c graphics_sixel.c linedata.c main.c main.h menu.c minstall.in misc.c plink.sh print.c ptydata.c ptyx.h screen.c terminfo trace.c trace.h util.c uxterm.desktop version.h vms.c vms.h wcwidth.c xterm.appdata.xml xterm.desktop xterm.h xterm.log.html xterm.man xtermcfg.h xtermcfg.hin app/xterm/package: xterm.spec app/xterm/package/debian: changelog app/xterm/package/freebsd: Makefile app/xterm/package/pkgsrc: Makefile app/xterm/vttests: 16colors.sh 256colors2.pl 88colors2.pl 8colors.sh acolors.sh ctlpix.sh dl.sh doublechars.sh dynamic.sh dynamic2.sh fonts.sh halves.pl il.sh insdelln.pl lrmm-scroll.pl other-sgr.sh resize.sh scroll.pl tab0.sh title.sh unascii.sh utf8.pl version.sh xorblink.pl Log message: Update xterm to version 374 ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 04:16:01 Modified files: meta/gnome : Makefile Log message: New major GNOME release: 43.1 \o/ Expect some runtime breakage for the next couple of days until the dust settles and the full upgrade is in. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 04:20:17 Modified files: x11/gnome/shell-extensions: Makefile distinfo Log message: Update to gnome-shell-extensions-43.1. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2022/11/07 04:22:56 Modified files: sys/netinet : tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h lib/libc/sys : sysctl.2 Log message: Modify TCP receive buffer size auto scaling to use the smoothed RTT (SRTT) instead of the timestamp option. Since the timestamp option is disabled on some OSs (eg. Windows) or dropped by some firewalls/routers, in such a case the window size had been fixed at 16KB, this limits throughput at very low on high latency networks. Also replace "tcp_now" from 2HZ tick counter to binuptime in milliseconds to calculate the SRTT better. tested by krw matthieu jmatthew dlg djm stu stsp ok claudio CVSROOT: /cvs Module name: src Changes by: mbuhl@cvs.openbsd.org 2022/11/07 04:33:24 Modified files: usr.sbin/bgpctl: output.c output_json.c output_ometric.c usr.sbin/bgpd : util.c Log message: Fix some spelling errors. OK claudio@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/07 04:36:48 Modified files: lib/libXext : COPYING ChangeLog Makefile.in README.md aclocal.m4 config.h.in configure configure.ac lib/libXext/include/X11/extensions: XShm.h Xge.h multibuf.h shape.h sync.h lib/libXext/man: DPMSCapable.man DPMSDisable.man DPMSEnable.man DPMSForceLevel.man DPMSGetTimeouts.man DPMSGetVersion.man DPMSInfo.man DPMSQueryExtension.man DPMSSetTimeouts.man Makefile.in XShm.man XcupGetReservedColormapEntries.man XcupQueryVersion.man XcupStoreColors.man XdbeGetVisualInfo.man Xmbuf.man lib/libXext/specs: Makefile.in dbelib.xml dpmslib.xml shapelib.xml synclib.xml lib/libXext/src: Makefile.am Makefile.in XEVI.c XMultibuf.c XSecurity.c XShape.c XShm.c XSync.c XTestExt1.c Xcup.c Xdbe.c Xge.c extutil.c Added files: lib/libXext/src: extutilP.h reallocarray.c reallocarray.h Log message: Update libXext to version 1.3.5 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2022/11/07 04:41:16 Modified files: faq : current.html Log message: net.inet.tcp.keepidle and net.inet.tcp.keepintvl changed from "slowhz units" (typically, half-seconds) to seconds CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/07 04:44:37 xenocara/lib/libXmu/test Update of /cvs/xenocara/lib/libXmu/test In directory cvs.openbsd.org:/tmp/cvs-serv58526/test Log Message: Directory /cvs/xenocara/lib/libXmu/test added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/07 04:48:25 Modified files: lib/libXmu : COPYING ChangeLog Makefile.am Makefile.in README.md aclocal.m4 compile config.h.in configure configure.ac lib/libXmu/doc : Makefile.in Xmu.xml lib/libXmu/include: Makefile.in lib/libXmu/include/X11/Xmu: EditresP.h lib/libXmu/src : AllCmap.c Clip.c CloseHook.c CmapAlloc.c CrCmap.c CursorName.c CvtCache.c CvtStdSel.c DefErrMsg.c DisplayQue.c Distinct.c EditresCom.c GetHost.c LocBitmap.c LookupCmap.c Makefile.am Makefile.in RdBitF.c ShapeWidg.c StdCmap.c StrToCurs.c StrToShap.c WidgetNode.c Xct.c Added files: lib/libXmu : test-driver lib/libXmu/src : Xmuint.h reallocarray.c lib/libXmu/test: EditResStream.c Makefile.am Makefile.in Log message: Update libXmu to version 1.1.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 04:49:23 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/pkg: PLIST Removed files: x11/gnome/totem/patches: patch-src_plugins_open-directory_totem-open-directory_c Log message: Update to totem-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 04:51:08 Modified files: mail/geary : Makefile distinfo mail/geary/pkg : PLIST Removed files: mail/geary/patches: patch-src_client_application_application-client_vala patch-src_client_util_util-cache_vala Log message: Update to geary-43.0. CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2022/11/07 04:53:36 Modified files: sysutils/u-boot-asahi: Makefile sysutils/u-boot-asahi/pkg: PLIST Log message: Install device trees for u-boot-asahi. We are going to need those to update the booloader binary from the installer. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/07 04:53:39 Modified files: lib/libssl : tls13_key_schedule.c tls13_lib.c Log message: Move tls13_exporter() code. It makes more sense to have tls13_exporter() in tls13_key_schedule.c, rather than tls13_lib.c ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/07 04:58:45 Modified files: lib/libssl : ssl_lib.c ssl_locl.h t1_enc.c tls12_key_schedule.c Added files: lib/libssl : tls12_internal.h Log message: Rewrite TLSv1.2 key exporter. Replace the grotty TLSv1.2 key exporter with a cleaner version that uses CBB and CBS. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 05:05:11 Modified files: devel/libgit2/py-git2: Makefile distinfo Log message: Update to py3-git2-1.11.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 05:14:31 Modified files: devel/libgit2/libgit2-glib: Makefile distinfo devel/libgit2/libgit2-glib/pkg: PLIST Log message: Update to libgit2-glib-1.1.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 05:17:37 Modified files: devel/py-flit_core: Makefile distinfo devel/py-flit_core/pkg: PLIST Log message: update to py3-flit_core-3.8.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 05:17:38 Modified files: devel/py-flit : Makefile distinfo Log message: update to py3-flit-3.8.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/07 05:28:07 Added files: app/xterm : run-tic.in Removed files: app/xterm : run-tic.sh Log message: missed CVS add/remove in previous update to 274. noticed by tb@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2022/11/07 05:29:12 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): set RAX guest register state based on VMCB The read/write register routines for SVM didn't acknowledge RAX in the VMCB as the de facto RAX state. When writing gprs, vmm should update RAX in the VMCB. When reading, it should be setting the guest regs state based on the VMCB. Needed for proper mmio emulation in userland. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/07 05:36:21 Modified files: regress/lib/libcrypto/curve25519: ed25519test.c Log message: Fix whitespace. Looks like I was a pig 3 years ago... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 05:43:25 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/patches: patch-meson_build patch-src_libide_io_ide-path_c patch-src_plugins_todo_gbp-todo-model_c x11/gnome/builder/pkg: PLIST Log message: Update to gnome-builder-43.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 05:45:12 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/patches: patch-gnome-initial-setup_gnome-initial-setup_c patch-gnome-initial-setup_meson_build x11/gnome/initial-setup/pkg: PLIST Log message: Update to gnome-initial-setup-43.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 05:50:43 Modified files: x11/gnome/mutter: Makefile Added files: x11/gnome/mutter/patches: patch-clutter_clutter_clutter-frame-clock_c Log message: 64bit time_t fixes. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/07 05:56:38 Modified files: sys/net : pf.c pf_ioctl.c pfvar.h pfvar_priv.h Log message: move pf_purge out from under the kernel lock and avoid the hogging cpu this also avoids holding NET_LOCK too long. the main change is done by running the purge tasks in systqmp instead of systq. the pf state list was recently reworked so iteration over the state can be done without blocking insertions. however, scanning a lot of states can still take a lot of time, so this also makes the state list scanner yield if it has spent too much time running. the other purge tasks for source nodes, rules, and fragments have been moved to their own timeout/task pair to simplify the time accounting. in my environment, before this change pf purges often took 10 to 50ms. the softclock thread runs next to it often took a similar amount of time, presumably because they ended up spinning waiting for each other. after this change the pf_purges are more like 6 to 12ms, and dont block softclock. most of the variability in the runs now seems to come from contention on the net lock. tested by me sthen@ chris@ ok sashan@ kn@ claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:09:07 Modified files: productivity/glabels: Makefile Log message: Regen WANTLIB to unbreak. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/07 06:19:38 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:44:54 Modified files: x11/gnome/photos: Makefile Log message: Missing BDEP+RDEP on devel/gsettings-desktop-schemas. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:45:47 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Removed files: x11/gnome/contacts/patches: patch-meson_build patch-src_contacts-avatar-selector_vala Log message: Update to gnome-contacts-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:47:25 Modified files: x11/gnome/photos: Makefile Log message: Drop dependency x11/gnome/online-miners; it's been archived upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:48:14 Modified files: meta/gnome : Makefile Log message: Remove RDEP on x11/gnome/online-miners; it's been archives upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:49:27 Modified files: x11/gnome : Makefile Removed files: x11/gnome/online-miners: Makefile distinfo x11/gnome/online-miners/pkg: DESCR PLIST x11/gnome/gfbgraph: Makefile distinfo x11/gnome/gfbgraph/pkg: DESCR PLIST Log message: Remove gnome-online-miners and libgfbgraph; nothing else depends on these. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:50:42 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of libgfbgraph and gnome-online-miners. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:51:58 Modified files: x11/gnome : Makefile Removed files: x11/gnome/libzapojit: Makefile distinfo x11/gnome/libzapojit/pkg: DESCR PLIST Log message: Remove libzapojit; nothing depends on it anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 06:52:36 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of libzapojit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 07:00:20 Modified files: x11/gnome/maps : Makefile Log message: librest -> librest1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 07:01:22 Modified files: x11/gnome/notes: Makefile Log message: Add explicit LDEP on www/webkitgtk4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 07:04:07 Modified files: net : Makefile Removed files: net/librest : Makefile distinfo net/librest/pkg: DESCR PLIST Log message: Remove librest; replaced by librest1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 07:04:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register librest removal. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2022/11/07 07:25:45 Modified files: sys/kern : subr_autoconf.c kern_sysctl.c sys/sys : sysctl.h Log message: introduce a new kern.autoconf_serial sysctl that can be used by userland to monitor state changes of the kernel device tree input from dnd ok dlg@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/11/07 07:37:00 Modified files: net/curl : Makefile net/curl/patches: patch-m4_curl-compilers_m4 Added files: net/curl/patches: patch-lib_noproxy_c Log message: net/curl: fix regressions in the noproxy filter functionality from upstream; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 07:39:47 Modified files: security/py-paramiko: Makefile distinfo security/py-paramiko/patches: patch-tests_test_client_py security/py-paramiko/pkg: PLIST Log message: update to py3-paramiko-2.12.0 CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2022/11/07 07:53:32 Modified files: cad/kicad : Makefile distinfo cad/kicad/patches: patch-pcbnew_CMakeLists_txt cad/kicad-share: Makefile.inc cad/kicad-share/footprints: distinfo cad/kicad-share/footprints/pkg: PLIST cad/kicad-share/packages3D: distinfo cad/kicad-share/packages3D/pkg: PLIST cad/kicad-share/symbols: distinfo cad/kicad-share/templates: distinfo Log message: Update cad/kicad and cad/kicad-share from 6.0.7 to 6.0.9. Updated patch by sdk@. Thanks!! ok sdk@ benoit@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/11/07 08:17:03 Modified files: net/curl : Tag: OPENBSD_7_2 Makefile net/curl/patches: Tag: OPENBSD_7_2 patch-m4_curl-compilers_m4 Added files: net/curl/patches: Tag: OPENBSD_7_2 patch-lib_noproxy_c Log message: net/curl: fix regressions in the noproxy filter functionality from upstream; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 08:17:37 Modified files: x11/gtk+3 : Makefile x11/gtk+4 : Makefile Log message: Remove comment; we will not add libcloudproviders support because it links against the main library and not as a dlopen so file. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 08:20:27 Modified files: x11/gnome/maps : Makefile Log message: No need for graphics/clutter/clutter-gtk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 08:23:48 Modified files: x11/gnome/maps : Makefile Log message: Fix dependencies. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/11/07 08:32:24 Modified files: lib/libc/sys : sysctl.2 Log message: remove one more reference to tcp/slowhz; while here, wrap some long lines; CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2022/11/07 08:37:21 Modified files: plan9/sam : Makefile distinfo plan9/sam/pkg : PLIST Log message: update plan9/sam to the latest commit in the deadpixi fork This brings in ssam(1) (streaming sam; unfortunately without a manpage), fixes the dot after the `<' command (finally!) and some small tweaks to the manpage. While here also add "editors" to CATEGORY and tweak a bit the post-install hook. ok abieber@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/07 08:55:56 Modified files: libexec/reorder_kernel: reorder_kernel.sh Log message: Use variable and shorter logic for NFS check No need to hardcode a parent path if we can reuse an existing variable for the specific path that is in being used. Negate the file system type in df(1) so the `|| exit 1' can be dropped in favour of the errexit option, as is done for everything else in there. Clarify the comment how this is intentionally NOT logged, i.e. the test happens before the error trap/syslog/logfile handling. OK millert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/07 08:56:09 Modified files: usr.sbin/installboot: efi_softraid.c i386_softraid.c installboot.h softraid.c sparc64_softraid.c Log message: Merge duplicate MD code into MI sr_open_chunk() It does not have the prettiest signature, but nicely folds identical copies into softraid.c, which then allows us to reuse sr_open_chunk() yet again in an upcoming diff to make -p softraid aware (fixes arm64 installations). Regress keeps passing. Works fine on amd64, arm64 and sparc64. "looks fine" mlarkin for whom this unbreaks a fresh arm64 softraid install CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2022/11/07 09:23:32 Modified files: usr.sbin/rpki-client: cert.c mft.c Log message: Simplify use of strrchr() with and OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 09:33:55 Modified files: lang/ocaml : Makefile Added files: lang/ocaml/patches: patch-configure_ac Log message: reinstate patch which should not have been removed CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/07 09:35:12 Modified files: sys/net : pf.c pf_ioctl.c pfvar.h pfvar_priv.h Log message: revert "move pf_purge out from under the kernel lock". hrvoje popovski showed me pfsync blowing up with this. im backing it out quickly in case something else at the hackathon makes it harder to do later. kn@ agrees CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/07 09:52:36 Modified files: lib/libpciaccess: ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in README.md aclocal.m4 compile configure configure.ac pciaccess.pc.in lib/libpciaccess/include: Makefile.in pciaccess.h lib/libpciaccess/man: Makefile.am Makefile.in lib/libpciaccess/scanpci: Makefile.am Makefile.in lib/libpciaccess/src: Makefile.am Makefile.in common_interface.c common_io.c freebsd_pci.c hurd_pci.c linux_devmem.h linux_sysfs.c netbsd_pci.c openbsd_pci.c pci_tools.h pciaccess_private.h x86_pci.c x86_pci.h Added files: lib/libpciaccess: meson.build meson_options.txt lib/libpciaccess/man: meson.build lib/libpciaccess/scanpci: meson.build lib/libpciaccess/src: meson.build Log message: Update to libpciaccess 0.17. while there fix small leaks in openbsd_pci.c with help from an ok tb@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/07 09:53:13 Modified files: distrib/sets/lists/xbase: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2022/11/07 10:12:06 Modified files: app/xenodm/greeter: Login.h app/xenodm/config: Xresources.in Log message: remove references to bitmap fonts that aren't used by the greeter anymore CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 10:14:10 Modified files: devel/vte3 : Makefile Added files: devel/vte3/pkg : DESCR-common DESCR-gtk4 DESCR-main PLIST-common PLIST-gtk4 PLIST-main Removed files: devel/vte3/pkg : DESCR PLIST Log message: Split vte3 so gtk4 dependency is only enforced when needed. Hoefully I got the conflict/pkgpath right. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 10:14:40 Modified files: comms/amtterm : Makefile devel/giggle : Makefile emulators/qemu : Makefile x11/elementary/code: Makefile x11/gnome/builder: Makefile x11/gnome/terminal: Makefile x11/gnome/console: Makefile x11/lxterminal : Makefile x11/mate/terminal: Makefile x11/remmina : Makefile x11/roxterm : Makefile x11/sakura : Makefile x11/tilda : Makefile x11/virt-viewer: Makefile x11/xfce4/terminal: Makefile Log message: Bump and fix LDEP after vte3 split. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 10:27:36 Modified files: x11/gnome/cheese: Makefile Added files: x11/gnome/cheese/patches: patch-src_thumbview_cheese-thumb-view_c Log message: thumb-view: update for new gnome-desktop API (from upstream). CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2022/11/07 10:40:04 src/regress/lib/libcrypto/aes Update of /cvs/src/regress/lib/libcrypto/aes In directory cvs.openbsd.org:/tmp/cvs-serv95626/aes Log Message: Directory /cvs/src/regress/lib/libcrypto/aes added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 10:41:06 Modified files: comms/sigrok/libsigrok: Makefile comms/sigrok/libsigrok/patches: patch-configure Log message: fix copy-and-pasto, thanks aja@ CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2022/11/07 10:41:40 Added files: regress/lib/libcrypto/aes: Makefile aes_test.c Log message: Add regress coverage for AES ok tb@ CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2022/11/07 10:42:08 Modified files: regress/lib/libcrypto: Makefile Log message: Link aes/ to regress CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 10:43:47 Modified files: comms/syncterm : Makefile Added files: comms/syncterm/patches: patch-src_xpdev_ini_file_c Log message: Fix for 64bit time_t and no need for _XOPEN_SOURCE_EXTENDED CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 10:50:10 Modified files: www/snownews : Makefile Added files: www/snownews/patches: patch-feedio_c Log message: Fix for 64bit time_t. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 10:59:46 Modified files: graphics/gphoto2: Makefile graphics/gphoto2/patches: patch-gphoto2_actions_c Log message: Properly defined _XOPEN_SOURCE instead of using _XOPEN_SOURCE_EXTENDED. Fix for 64bit time_t while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 11:00:40 Removed files: graphics/rawstudio: patch-librawstudio_rs-exif_cc Log message: Drop unused file. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 11:06:39 Modified files: graphics/rawstudio: Makefile graphics/rawstudio/patches: patch-src_rs-utils_c Log message: Properly define _XOPEN_SOURCE, no need for _XOPEN_SOURCE_EXTENDED. Regen WANTLIB while here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 11:08:38 Modified files: devel/py-wheel : Makefile distinfo devel/py-wheel/pkg: PLIST Log message: update to py3-wheel-0.38.2 (slightly special dep handling because it uses setuptools but now no longer needs a RUN_DEPENDS on setuptools which MODPY_SETUPTOOLS wants to add; this port can't use MODPY_PYBUILD because it's part of the py-build scaffolding itself). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 11:12:10 Modified files: graphics/shotwell: Makefile Log message: Needs explicit dependency on www/webkitgtk4. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/07 11:14:09 Modified files: x11/motif : Makefile Added files: x11/motif/patches: patch-lib_Xm_VirtKeys_c Log message: x11/motif: avoid a bad out-of-bounds array access that crashes xpdf when searching for non-UTF-7. Reported and tested by Walter Alejandro Iglesias ok matthieu CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 11:15:54 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/patches: patch-tools_umax_pp_c Log message: No need for _XOPEN_SOURCE_EXTENDED, just define _XOPEN_SOURCE properly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 11:41:16 Modified files: sysutils/serf : Makefile distinfo Added files: sysutils/serf : modules.inc Log message: Update to (hashicorp-)serf-0.10.1. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/07 11:55:35 Modified files: regress/usr.sbin/rpki-client/openssl11: Makefile Log message: Rework OpenSSL regress binding a bit to prepare for an upcoming beck diff. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/07 11:56:20 Modified files: sys/arch/arm64/dev: aplintc.c Log message: Implement the "halt" IPI. ok patrick@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/07 12:07:31 Modified files: sys/dev/ofw : ofw_misc.c Log message: The ARM SMMUv2 does actually support #iommu-cells = <2>, where the second cell is used as a mask for SMR to match a number of IDs. So far we have asserted that it's always 1, so loosen the restriction and pass both cells instead of only the sid. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2022/11/07 12:42:24 Modified files: lib/libcrypto/x509: x509v3.h Log message: White space KNF, no code change: - line breaking and indentation in three struct declarations - removal of trailing whitespace Found while working on /usr/src/regress/lib/libcrypto/man/check_complete.pl . OK tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/07 13:15:44 Modified files: sys/dev/fdt : dwpcie.c Log message: Add support for the PCIe controller on the Qualcomm SC8280XP. Thankfully UEFI already initializes those, so we can simply just make use of that. That said, the ctrl/dbi region isn't the first in the register list, so instead try and look it up first and use it if available. Furthermore, the ATU region isn't part of the ctrl/dbi region, so if we are able to retrieve a separate reg for the ATU, use that instead. Some reshuffling is necessary to make that work. Tested on my Lenovo x13s and the MacchiatoBin ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/07 13:28:23 Modified files: sys/dev/fdt : gpiokeys.c Log message: The gpiokeys(4) 'label' property seems to be optional. If we don't have any, don't try and print it, and especially don't error out. Tested on Lenovo x13s (myself) and Pinebook Poop (kn@) ok kn@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/07 13:41:38 Modified files: libexec/ld.so/amd64: ld.script libexec/ld.so/aarch64: ld.script Log message: Since the introduction of automatic immutable from the kernel, the munmap() of ld.so boot.text region is now (silently) failing because the region is contained within the text LOAD, which is immutable. So create a new btext LOAD with flags PF_X|PF_R|PF_OPENBSD_MUTABLE, and place all boot.text objects in there. This LOAD must also be page-aligned so it doesn't skip unmapping some of the object region, previously it was hilariously unaligned. Similar changes for other architectures coming after more testing. ok kettenis and guenther seemed to like it also CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/07 13:42:54 Modified files: x11/xfce4/xfce4-settings: Makefile distinfo Log message: x11/xfce4/xfce4-settings: update to 4.16.4. Fixes an argument injection vulnerability in xfce4-mime-helper CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/07 13:43:03 Modified files: x11/xfce4/xfce4-settings: Tag: OPENBSD_7_2 Makefile distinfo Log message: x11/xfce4/xfce4-settings: MFC update to 4.16.4. Fixes an argument injection vulnerability in xfce4-mime-helper CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 13:48:19 Modified files: x11/gnome/file-roller: Makefile Added files: x11/gnome/file-roller/pkg: DESCR-main DESCR-nautilus PLIST-main PLIST-nautilus Removed files: x11/gnome/file-roller/pkg: DESCR PLIST Log message: Split nautilus extension into its own subpackage so file-roller can be used standalone. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 13:50:12 Modified files: meta/gnome : Makefile Log message: Add x11/gnome/file-roller,-nautilus to -extras. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 13:56:09 Modified files: x11/gnome/file-roller: Makefile x11/gnome/file-roller/pkg: DESCR-nautilus Log message: Move LDEP to RDEP. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 14:08:49 Modified files: graphics/gimp/snapshot: Makefile graphics/gimp/snapshot/pkg: PLIST Added files: graphics/gimp/snapshot/patches: patch-desktop_gimp_desktop_in_in Log message: Rename and install conflicting files with gimp-2 so that gimp-3 can is registered as an image editor in desktop environments. looks good to landry@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/07 14:12:57 Modified files: libexec/ld.so/aarch64: ld.script Log message: Missed an ALIGN (which I will admit I do not understand, this is voodoo) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 14:17:22 Modified files: x11/gnome/terminal: Makefile Added files: x11/gnome/terminal/pkg: DESCR-main DESCR-nautilus PLIST-main PLIST-nautilus Removed files: x11/gnome/terminal/pkg: DESCR PLIST Log message: Split nautilus extension into its own subpackage. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 14:18:15 Modified files: meta/gnome : Makefile Log message: Add x11/gnome/terminal,-nautilus to -extras. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 14:38:13 Modified files: x11/gnome/control-center: Tag: OPENBSD_7_2 Makefile distinfo Log message: Maintenane update to gnome-control-center-42.4: fix primary display selection. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 14:41:49 Modified files: mail/sendmail : Tag: OPENBSD_7_2 Makefile distinfo Log message: Maintenance update to sendmail-8.17.1.22 which fixes a couple of regressions. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2022/11/07 14:45:15 Modified files: devel/sdl2 : Makefile devel/sdl2/patches: patch-src_joystick_SDL_gamecontrollerdb_h Log message: Add a patch from SDL upstream to support a SNES/NES-mini controller USB adapter I use. ok thfr@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 14:47:43 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: Update to p5-Sys-Virt-8.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 14:51:06 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: Update to iso-codes-4.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 14:54:40 Modified files: x11/gnome/polari: Makefile distinfo x11/gnome/polari/pkg: PLIST Log message: Update to polari-43.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 15:01:53 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.40.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 15:06:45 Modified files: x11/gnome : Makefile Removed files: x11/gnome/seahorse-sharing: Makefile distinfo x11/gnome/seahorse-sharing/patches: patch-configure x11/gnome/seahorse-sharing/pkg: DESCR PLIST Log message: Remove seahorse-sharing; it's been archived upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 15:07:33 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of seahorse-sharing. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 15:09:43 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: PLIST Added files: x11/gnome/seahorse/patches: patch-ssh_operation_vala Log message: Update to seahorse-43.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 15:24:03 Modified files: lang/erlang/25 : Makefile distinfo lang/erlang/25/pkg: PLIST-main PLIST-wx Log message: update to erlang 25.1.2 and move some files from wx->main, from Volker Schlect add @conflict, from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/07 15:24:47 Modified files: lang/erlang/21 : Makefile lang/erlang/21/pkg: PLIST-main PLIST-wx Log message: move some files from erlang/21's wx->main, from Volker Schlect CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 15:33:35 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.29.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 15:33:47 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.26.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/07 15:34:04 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.27.4. CVSROOT: /cvs Module name: src Changes by: mbuhl@cvs.openbsd.org 2022/11/07 15:39:13 Modified files: usr.sbin/bgpd : pfkey.c usr.sbin/ldpd : pfkey.c Log message: Fix theoretical access to garbage stack memory in pfkey_reply for bgpd and ldpd. Found by CodeChecker. OK claudio@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/11/07 15:39:52 Modified files: sbin/iked : ca.c crypto.c ikev2.c Log message: Free objects that were dynamically allocated in libcrypto with OPENSSL_free(). When linking against libressl, OPENSSL_malloc() is just a wrapper around malloc() so regular free() is safe. Other implementations allow switching to a different allocator where free() could result in a possible heap corruption. Report and initial fix by dropk1ck (gh #92) ok tb@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2022/11/07 15:43:03 Modified files: sysutils/obsdfreqd: Makefile distinfo Log message: Update to obsdfreqd-1.1.1 with inputs from maintainer ok from maintainer Florian Viehweger CVSROOT: /cvs Module name: src Changes by: mbuhl@cvs.openbsd.org 2022/11/07 15:48:35 Modified files: usr.sbin/bgpd : rde.c Log message: Fix a memory leak in the error path of rde_dump_ctx_new. ctx is leaked in case of an allocation in prefix_dump_new, prefix_dump_subtree, rib_dump_new, or rib_dump_subtree fails. Found by CodeChecker. OK claudio@ CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2022/11/07 16:04:25 Modified files: regress/lib/libcrypto/bf: bf_test.c Log message: Move variables above code ok jsing@ CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2022/11/07 16:09:25 Modified files: regress/lib/libcrypto/aes: aes_test.c Log message: Wrap long lines ok jsing@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/07 23:47:31 Modified files: libexec/ld.so : loader.c Log message: Instead of unmapping boot.text, and then a future allocation could land in the gap, mmap a fresh MAP_FIXED MAP_ANON PROT_NONE and make it immutable for good measure ok guenther kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/07 23:55:53 Modified files: libexec/ld.so/riscv64: ld.script Log message: Since the introduction of automatic immutable from the kernel, the munmap() of ld.so boot.text region is now (silently) failing because the region is contained within the text LOAD, which is immutable. So create a new btext LOAD with flags PF_X|PF_R|PF_OPENBSD_MUTABLE, and place all boot.text objects in there. This LOAD must also be page-aligned so it doesn't skip unmapping some of the object region, previously it was hilariously unaligned. ok kettenis and guenther seemed to like it also This one is for riscv64, tested by jca CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/11/07 23:56:20 Modified files: security/keepassxc: Makefile Log message: Re-add a deleted WANTLIB entry in a previous commit Spotted by "Johann" @misc CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/08 01:15:39 Modified files: usr.sbin/rpki-client: cert.c Log message: stray space CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 01:54:12 Added files: net/net-snmp/patches: patch-agent_mibgroup_mibII_tcp_c Log message: XXX workaround issue from sys/netinet/tcp_timer.h r1.19 / tcp_var.h r1.161 TCP_TIME is defined in tcp_var.h as a macro under #ifdef _KERNEL, but used used without #ifdef in tcp_timer.h in the definitions of TCPTV_MIN, TCPTV_REXMTMAX, TCPTV_SRTTDFLT CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 02:26:04 Modified files: x11/openbox : Makefile x11/openbox/pkg: PLIST Log message: run openbox-xdg-autostart through 2to3, allowing it to move the dep from python 2 to python 3. prompted by J. Scott Heppler. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 02:53:02 Modified files: devel/py-pip : Makefile devel/py-pip/pkg: PLIST Log message: switch py-pip back to MODPY_SETUPTOOLS, to avoid a loop, because this is used to break another loop py-build -> py-packaging -> py-parsing -> py-pip -> py-build CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2022/11/08 03:04:31 Modified files: usr.bin/tmux : input-keys.c Log message: Fix C-S-Tab without extended keys, from Aaron Jensen. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 03:50:06 Modified files: textproc/codespell: Makefile textproc/codespell/pkg: PLIST Log message: sync codespell's PLIST; the py-wheel update changed license file handling CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 03:52:06 Log message: import ports/graphics/py-tifffile, ok landry@ Tifffile is a Python library to - store NumPy arrays in TIFF (Tagged Image File Format) files, and - read image and metadata from TIFF-like files used in bioimaging. Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ, GEL, SVS, SCN, SIS, BIF, ZIF (Zoomable Image File Format), QPTIFF (QPI), NDPI, and GeoTIFF files. Image data can be read as NumPy arrays or Zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels. Image data can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack compatible files in multi-page, volumetric, pyramidal, memory-mappable, tiled, predicted, or compressed form. Tifffile can also be used to inspect TIFF structures, read image data from multi-dimensional file sequences, write fsspec ReferenceFileSystem for TIFF files and image file sequences, patch TIFF tag values, and parse many proprietary metadata formats. Status: Vendor Tag: sthen Release Tags: sthen_20221108 N ports/graphics/py-tifffile/Makefile N ports/graphics/py-tifffile/distinfo N ports/graphics/py-tifffile/pkg/DESCR N ports/graphics/py-tifffile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 03:52:21 Modified files: graphics : Makefile Log message: +py-tifffile CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/11/08 04:05:57 Modified files: sys/kern : syscalls.master Log message: Mark mmap(2), munmap(2) and mprotect(2) as NOLOCK. Accesses to data structures used by these syscalls are serialized by the VM map lock with the exception of file mappings which are still protected by the KERNEL_LOCK(). Unlocking this set of syscalls improves most of userland workloads. Tested by many including robert@ (since 2 years), mlarkin@, kn@, sdk@, jca@, aoyama@, naddy@, Scott Bennett and others. Thanks to all! Joint work with kn@. ok robert@, aja@, kettenis@, kn@, deraadt@, beck@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/11/08 04:06:41 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: Regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 04:10:48 Modified files: devel/open-ath9k-htc-firmware: Makefile.inc devel/open-ath9k-htc-firmware/k2: Makefile devel/open-ath9k-htc-firmware/magpie: Makefile Log message: add reminders to bump sysutils/firware/athn if this port is changed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 04:14:59 Modified files: audio/mpd : Makefile audio/mpd/pkg : PLIST audio/mt-daapd : Makefile audio/mt-daapd/pkg: PLIST audio/mumble : Makefile audio/mumble/pkg: PLIST-server audio/navidrome: Makefile audio/navidrome/pkg: PLIST audio/opennap : Makefile audio/opennap/pkg: PLIST audio/squeezecenter: Makefile audio/squeezecenter/pkg: PLIST audio/squeezelite: Makefile audio/squeezelite/pkg: PLIST audio/umurmur : Makefile audio/umurmur/pkg: PLIST audio/ympd : Makefile audio/ympd/pkg : PLIST comms/conserver: Makefile comms/conserver/pkg: PLIST comms/lcdproc : Makefile comms/lcdproc/pkg: PLIST comms/smstools : Makefile comms/smstools/pkg: PLIST databases/barman: Makefile databases/barman/pkg: PLIST databases/influxdb: Makefile databases/influxdb/pkg: PLIST databases/mariadb: Makefile databases/mariadb/pkg: PLIST-server databases/mongodb/36: Makefile databases/mongodb/36/pkg: PLIST databases/mongodb/44: Makefile databases/mongodb/44/pkg: PLIST databases/openldap: Makefile databases/openldap/pkg: PLIST-server databases/pgbouncer: Makefile databases/pgbouncer/pkg: PLIST databases/pgpool: Makefile databases/pgpool/pkg: PLIST databases/postgresql: Makefile databases/postgresql/pkg: PLIST-server databases/puppetdb5: Makefile databases/puppetdb5/pkg: PLIST-main databases/py-carbon: Makefile databases/py-carbon/pkg: PLIST databases/redis: Makefile databases/redis/pkg: PLIST databases/riak : Makefile databases/riak/pkg: PLIST databases/victoriametrics: Makefile databases/victoriametrics/pkg: PLIST databases/web2ldap: Makefile databases/web2ldap/pkg: PLIST devel/distcc : Makefile devel/distcc/pkg: PLIST-server devel/git : Makefile devel/git/pkg : PLIST-main devel/jenkins/devel: Makefile devel/jenkins/devel/pkg: PLIST devel/jenkins/stable: Makefile devel/jenkins/stable/pkg: PLIST devel/py-buildbot/buildbot: Makefile devel/py-buildbot/buildbot/pkg: PLIST devel/py-buildslave: Makefile devel/py-buildslave/pkg: PLIST devel/snare : Makefile devel/snare/pkg: PLIST devel/subversion: Makefile devel/subversion/pkg: PLIST-main games/ioquake3 : Makefile games/ioquake3/pkg: PLIST games/wesnoth : Makefile games/wesnoth/pkg: PLIST games/yquake2 : Makefile games/yquake2/pkg: PLIST geo/osrm-backend: Makefile geo/osrm-backend/pkg: PLIST geo/traccar : Makefile geo/traccar/pkg: PLIST graphics/orthanc/server: Makefile graphics/orthanc/server/pkg: PLIST japanese/Wnn : Makefile japanese/Wnn/pkg: PLIST-main mail/amavisd-new: Makefile mail/amavisd-new/pkg: PLIST-main mail/archiveopteryx: Makefile mail/archiveopteryx/pkg: PLIST mail/courier-authlib: Makefile mail/courier-authlib/pkg: PLIST-main mail/courier-imap: Makefile mail/courier-imap/pkg: PLIST-main PLIST-pop3 mail/dcc : Makefile mail/dcc/pkg : PLIST mail/dkimproxy : Makefile mail/dkimproxy/pkg: PLIST mail/dovecot : Makefile mail/dovecot/pkg: PLIST-server mail/exim : Makefile mail/exim/pkg : PLIST-main mail/imapproxy : Makefile mail/imapproxy/pkg: PLIST mail/kopano/core: Makefile mail/kopano/core/pkg: PLIST-main mail/maildrop : Makefile mail/maildrop/pkg: PLIST-main PLIST-utils mail/mailman : Makefile mail/mailman/pkg: PLIST mail/majordomo : Makefile mail/majordomo/pkg: PLIST mail/milter-checkrcpt: Makefile mail/milter-checkrcpt/pkg: PLIST mail/milter-greylist: Makefile mail/milter-greylist/pkg: PLIST mail/milter-regex: Makefile mail/milter-regex/pkg: PLIST mail/milter-spamd: Makefile mail/milter-spamd/pkg: PLIST mail/opendkim : Makefile mail/opendkim/pkg: PLIST mail/opendmarc : Makefile mail/opendmarc/pkg: PLIST mail/opensmtpd-filters/dkimsign: Makefile mail/opensmtpd-filters/dkimsign/pkg: PLIST mail/p5-Mail-Milter-Authentication: Makefile mail/p5-Mail-Milter-Authentication/pkg: PLIST mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/pkg: PLIST mail/perdition : Makefile mail/perdition/pkg: PLIST-main mail/pop3d : Makefile mail/pop3d/pkg : PLIST mail/postfix/snapshot: Makefile mail/postfix/snapshot/pkg: PLIST mail/postfix/stable: Makefile mail/postfix/stable/pkg: PLIST mail/postfix/stable35: Makefile mail/postfix/stable35/pkg: PLIST mail/postfwd : Makefile mail/postfwd/pkg: PLIST mail/postgrey : Makefile mail/postgrey/pkg: PLIST mail/rmilter : Makefile mail/rmilter/pkg: PLIST mail/rspamd : Makefile mail/rspamd/pkg: PLIST mail/smtp-vilter: Makefile mail/smtp-vilter/pkg: PLIST mail/solid-pop3d: Makefile mail/solid-pop3d/pkg: PLIST mail/spampd : Makefile mail/spampd/pkg: PLIST mail/sqlgrey : Makefile mail/sqlgrey/pkg: PLIST mail/stalwart/imap: Makefile mail/stalwart/imap/pkg: PLIST mail/stalwart/jmap: Makefile mail/stalwart/jmap/pkg: PLIST mail/sympa : Makefile mail/sympa/pkg : PLIST misc/gpsd : Makefile misc/gpsd/pkg : PLIST-main misc/memcached : Makefile misc/memcached/pkg: PLIST misc/plan : Makefile misc/plan/pkg : PLIST misc/rocrail : Makefile misc/rocrail/pkg: PLIST-main misc/srcpd : Makefile misc/srcpd/pkg : PLIST multimedia/motion: Makefile multimedia/motion/pkg: PLIST net/adsuck : Makefile net/adsuck/pkg : PLIST net/argus : Makefile net/argus/pkg : PLIST net/arpwatch : Makefile net/arpwatch/pkg: PLIST net/bitcoin : Makefile net/bitcoin/pkg: PLIST net/bitlbee : Makefile net/bitlbee/pkg: PLIST net/cnupm : Makefile net/cnupm/pkg : PLIST net/darkstat : Makefile net/darkstat/pkg: PLIST net/ddclient : Makefile net/ddclient/pkg: PLIST net/dendrite : Makefile net/dendrite/pkg: PLIST net/dhcpcd : Makefile net/dhcpcd/pkg : PLIST net/dico : Makefile net/dico/pkg : PLIST net/dnscrypt-proxy: Makefile net/dnscrypt-proxy/pkg: PLIST net/dnsdist : Makefile net/dnsdist/pkg: PLIST net/dnsmasq : Makefile net/dnsmasq/pkg: PLIST net/exabgp : Makefile net/exabgp/pkg : PLIST net/fastnetmon : Makefile net/fastnetmon/pkg: PLIST net/flow-tools : Makefile net/flow-tools/pkg: PLIST net/flowd : Makefile net/flowd/pkg : PLIST net/freeradius : Makefile net/freeradius/pkg: PLIST-main net/ftpsesame : Makefile net/ftpsesame/pkg: PLIST net/gdnsd : Makefile net/gdnsd/pkg : PLIST net/gelatod : Makefile net/gelatod/pkg: PLIST net/geomyidae : Makefile net/geomyidae/pkg: PLIST net/go-ipfs : Makefile net/go-ipfs/pkg: PLIST net/gophernicus: Makefile net/gophernicus/pkg: PLIST net/haproxy : Makefile net/haproxy/pkg: PLIST net/hping : Makefile net/hping/pkg : PLIST net/i2p : Makefile net/i2p/pkg : PLIST net/i2pd : Makefile net/i2pd/pkg : PLIST net/icbd : Makefile net/icbd/pkg : PLIST net/icecast : Makefile net/icecast/pkg: PLIST net/icinga/core2: Makefile net/icinga/core2/pkg: PLIST-main net/icinga/web2: Makefile net/icinga/web2/pkg: PLIST net/icinga/web2-module-director: Makefile net/icinga/web2-module-director/pkg: PLIST net/iftop : Makefile net/iftop/pkg : PLIST net/igmpproxy : Makefile net/igmpproxy/pkg: PLIST net/inadyn : Makefile net/inadyn/pkg : PLIST net/inetsim : Makefile net/inetsim/pkg: PLIST net/iodine : Makefile net/iodine/pkg : PLIST net/iperf3 : Makefile net/iperf3/pkg : PLIST net/ipfreely : Makefile net/ipfreely/pkg: PLIST net/ircd-hybrid: Makefile net/ircd-hybrid/pkg: PLIST net/ircd-ratbox: Makefile net/ircd-ratbox/pkg: PLIST net/isc-bind : Makefile net/isc-bind/pkg: PLIST net/isc-dhcp : Makefile net/isc-dhcp/pkg: PLIST-main net/kea : Makefile net/kea/pkg : PLIST net/kismet : Makefile net/kismet/pkg : PLIST net/ladvd : Makefile net/ladvd/pkg : PLIST net/librenms : Makefile net/librenms/pkg: PLIST net/litecoin : Makefile net/litecoin/pkg: PLIST net/lldpd : Makefile net/lldpd/pkg : PLIST net/mac-telnet : Makefile net/mac-telnet/pkg: PLIST net/maradns : Makefile net/maradns/pkg: PLIST net/maradns-deadwood: Makefile net/maradns-deadwood/pkg: PLIST net/mattermost-server: Makefile net/mattermost-server/pkg: PLIST security/vaultwarden: Makefile security/vaultwarden/pkg: PLIST Log message: Stop using the daemon class in @newuser. If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 04:17:22 Modified files: net/mautrix-whatsapp: Makefile net/mautrix-whatsapp/pkg: PLIST net/mcast-proxy: Makefile net/mcast-proxy/pkg: PLIST net/mfi : Makefile net/mfi/pkg : PLIST net/minbif : Makefile net/minbif/pkg : PLIST net/miniflux : Makefile net/miniflux/pkg: PLIST net/minio/server: Makefile net/minio/server/pkg: PLIST net/mirmon : Makefile net/mirmon/pkg : PLIST net/mlvpn : Makefile net/mlvpn/pkg : PLIST net/mon/server : Makefile net/mon/server/pkg: PLIST net/mosquitto : Makefile net/mosquitto/pkg: PLIST net/mrtg : Makefile net/mrtg/pkg : PLIST net/munin : Makefile net/munin/pkg : PLIST-main net/nagios/nagios: Makefile net/nagios/nagios/pkg: PLIST-main net/nagios/nrpe: Makefile net/nagios/nrpe/pkg: PLIST net/natpmpd : Makefile net/natpmpd/pkg: PLIST net/net-snmp : Makefile net/net-snmp/pkg: PLIST-main net/nfdump : Makefile net/nfdump/pkg : PLIST-main net/ngircd : Makefile net/ngircd/pkg : PLIST net/ngrep : Makefile net/ngrep/pkg : PLIST net/no-ip : Makefile net/no-ip/pkg : PLIST net/ntopng : Makefile net/ntopng/pkg : PLIST net/ocserv : Makefile net/ocserv/pkg : PLIST net/openfire : Makefile net/openfire/pkg: PLIST net/openmdns : Makefile net/openmdns/pkg: PLIST net/openvpn : Makefile net/openvpn/pkg: PLIST net/owamp : Makefile net/owamp/pkg : PLIST net/pdnsd : Makefile net/pdnsd/pkg : PLIST net/powerdns : Makefile net/powerdns/pkg: PLIST-main net/powerdns_recursor: Makefile net/powerdns_recursor/pkg: PLIST net/prosody : Makefile net/prosody/pkg: PLIST net/pure-ftpd : Makefile net/pure-ftpd/pkg: PLIST net/quagga : Makefile net/quagga/pkg : PLIST net/rabbitmq : Makefile net/rabbitmq/pkg: PLIST net/rbldnsd : Makefile net/rbldnsd/pkg: PLIST net/routinator : Makefile net/routinator/pkg: PLIST net/rrdtool : Makefile net/rrdtool/pkg: PLIST-main net/rsync : Makefile net/rsync/pkg : PLIST net/scamper : Makefile net/scamper/pkg: PLIST net/silc-server: Makefile net/silc-server/pkg: PLIST net/smokeping : Makefile net/smokeping/pkg: PLIST net/sniproxy : Makefile net/sniproxy/pkg: PLIST net/snort : Makefile net/snort/pkg : PLIST net/synapse : Makefile net/synapse/pkg: PLIST net/syncthing : Makefile net/syncthing/pkg: PLIST net/tacacs+ : Makefile net/tacacs+/pkg: PLIST net/thingsd : Makefile net/thingsd/pkg: PLIST net/tinc : Makefile net/tinc/pkg : PLIST net/tor : Makefile net/tor/pkg : PLIST net/transmission: Makefile net/transmission/pkg: PLIST-main net/unifi/5.14 : Makefile net/unifi/5.14/pkg: PLIST net/unifi/5.6 : Makefile net/unifi/5.6/pkg: PLIST net/unifi/6.0 : Makefile net/unifi/6.0/pkg: PLIST net/unifi/main : Makefile net/unifi/main/pkg: PLIST net/vger : Makefile net/vger/pkg : PLIST net/vnstat : Makefile net/vnstat/pkg : PLIST-main net/vsftpd : Makefile net/vsftpd/pkg : PLIST net/xl2tpd : Makefile net/xl2tpd/pkg : PLIST net/ziproxy : Makefile net/ziproxy/pkg: PLIST news/leafnode : Makefile news/leafnode/pkg: PLIST productivity/radicale: Makefile productivity/radicale/pkg: PLIST productivity/radicale2: Makefile productivity/radicale2/pkg: PLIST productivity/taskd: Makefile productivity/taskd/pkg: PLIST productivity/tryton/5.0/trytond: Makefile productivity/tryton/5.0/trytond/pkg: PLIST productivity/tryton/5.2/trytond: Makefile productivity/tryton/5.2/trytond/pkg: PLIST security/dante : Makefile security/dante/pkg: PLIST security/ipguard: Makefile security/ipguard/pkg: PLIST security/nbaudit: Makefile security/nbaudit/pkg: PLIST security/nikto : Makefile security/nikto/pkg: PLIST security/opendnssec: Makefile security/opendnssec/pkg: PLIST security/ossec-hids: Makefile security/ossec-hids/pkg: PLIST security/scanlogd: Makefile security/scanlogd/pkg: PLIST security/spiped: Makefile security/spiped/pkg: PLIST security/sslsplit: Makefile security/sslsplit/pkg: PLIST security/stunnel: Makefile security/stunnel/pkg: PLIST security/suricata: Makefile security/suricata/pkg: PLIST security/vault : Makefile security/vault/pkg: PLIST security/yubiserve: Makefile security/yubiserve/pkg: PLIST sysutils/alertmanager: Makefile sysutils/alertmanager/pkg: PLIST sysutils/backuppc: Makefile sysutils/backuppc/pkg: PLIST sysutils/bacula: Makefile sysutils/bacula/pkg: PLIST-main PLIST-server sysutils/blackbox_exporter: Makefile sysutils/blackbox_exporter/pkg: PLIST sysutils/burp/2.0: Makefile sysutils/burp/2.0/pkg: PLIST sysutils/burp/2.1: Makefile sysutils/burp/2.1/pkg: PLIST sysutils/burp/2.2: Makefile sysutils/burp/2.2/pkg: PLIST sysutils/collectd: Makefile sysutils/collectd/pkg: PLIST-main sysutils/facette: Makefile sysutils/facette/pkg: PLIST sysutils/gkrellm/gkrellm: Makefile sysutils/gkrellm/gkrellm/pkg: PLIST-main sysutils/grafana: Makefile sysutils/grafana/pkg: PLIST sysutils/logstash: Makefile sysutils/logstash/pkg: PLIST sysutils/loki : Makefile sysutils/loki/pkg: PLIST-main PLIST-promtail sysutils/node_exporter: Makefile sysutils/node_exporter/pkg: PLIST sysutils/nut : Makefile sysutils/nut/pkg: PLIST-main sysutils/prometheus: Makefile sysutils/prometheus/pkg: PLIST sysutils/rancid: Makefile sysutils/rancid/pkg: PLIST sysutils/restic-rest-server: Makefile sysutils/restic-rest-server/pkg: PLIST sysutils/riemann: Makefile sysutils/riemann/pkg: PLIST sysutils/rsyslog: Makefile sysutils/rsyslog/pkg: PLIST-main sysutils/ruby-puppet/5: Makefile sysutils/ruby-puppet/5/pkg: PLIST sysutils/ruby-puppet/6: Makefile sysutils/ruby-puppet/6/pkg: PLIST sysutils/rundeck: Makefile sysutils/rundeck/pkg: PLIST sysutils/salt : Makefile sysutils/salt/pkg: PLIST sysutils/serf : Makefile sysutils/serf/pkg: PLIST sysutils/snmp_exporter: Makefile sysutils/snmp_exporter/pkg: PLIST sysutils/symon : Makefile sysutils/symon/pkg: PLIST-main sysutils/tabled: Makefile sysutils/tabled/pkg: PLIST sysutils/tenshi: Makefile sysutils/tenshi/pkg: PLIST sysutils/uptimed: Makefile sysutils/uptimed/pkg: PLIST telephony/asterisk/16: Makefile telephony/asterisk/16/pkg: PLIST-main telephony/asterisk/18: Makefile telephony/asterisk/18/pkg: PLIST-main telephony/asterisk/19: Makefile telephony/asterisk/19/pkg: PLIST-main telephony/asterisk/20: Makefile telephony/asterisk/20/pkg: PLIST-main telephony/astmanproxy: Makefile telephony/astmanproxy/pkg: PLIST telephony/baresip/restund: Makefile telephony/baresip/restund/pkg: PLIST telephony/coturn: Makefile telephony/coturn/pkg: PLIST telephony/kamailio: Makefile telephony/kamailio/pkg: PLIST-main telephony/resiprocate: Makefile telephony/resiprocate/pkg: PLIST-repro PLIST-return telephony/siproxd: Makefile telephony/siproxd/pkg: PLIST telephony/stuntman: Makefile telephony/stuntman/pkg: PLIST textproc/elasticsearch: Makefile textproc/elasticsearch/pkg: PLIST textproc/solr : Makefile textproc/solr/pkg: PLIST www/apertium-apy: Makefile www/apertium-apy/pkg: PLIST www/c-icap/c-icap: Makefile www/c-icap/c-icap/pkg: PLIST-main www/cntlm : Makefile www/cntlm/pkg : PLIST www/dansguardian: Makefile www/dansguardian/pkg: PLIST www/e2guardian : Makefile www/e2guardian/pkg: PLIST www/ffproxy : Makefile www/ffproxy/pkg: PLIST www/gitea : Makefile www/gitea/pkg : PLIST www/havp : Makefile www/havp/pkg : PLIST www/hiawatha : Makefile www/hiawatha/pkg: PLIST www/honk : Makefile www/honk/pkg : PLIST www/kibana : Makefile www/kibana/pkg : PLIST www/lighttpd : Makefile www/lighttpd/pkg: PLIST www/nextcloud_notify_push: Makefile www/nextcloud_notify_push/pkg: PLIST www/nostromo : Makefile www/nostromo/pkg: PLIST www/odoo : Makefile www/odoo/pkg : PLIST www/polipo : Makefile www/polipo/pkg : PLIST www/pound : Makefile www/pound/pkg : PLIST www/privoxy : Makefile www/privoxy/pkg: PLIST www/puppetboard: Makefile www/puppetboard/pkg: PLIST www/purritobin : Makefile www/purritobin/pkg: PLIST www/rt : Makefile www/rt/pkg : PLIST www/sogo : Makefile www/sogo/pkg : PLIST www/squid : Makefile www/squid/pkg : PLIST-main www/tinyproxy : Makefile www/tinyproxy/pkg: PLIST www/tomcat/v10 : Makefile www/tomcat/v10/pkg: PLIST-main www/tomcat/v8 : Makefile www/tomcat/v8/pkg: PLIST-main www/tomcat/v9 : Makefile www/tomcat/v9/pkg: PLIST-main www/trac : Makefile www/trac/pkg : PLIST www/unit/unit : Makefile www/unit/unit/pkg: PLIST www/varnish : Makefile www/varnish/pkg: PLIST www/vnu : Makefile www/vnu/pkg : PLIST www/wwwoffle : Makefile www/wwwoffle/pkg: PLIST Log message: Stop using the daemon class in @newuser. If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 04:25:01 Modified files: sys/kern : sys_socket.c sys/net : if.c Log message: Push kernel lock down into ifioctl() This is a mechanical diff without semantical changes, locking ioctls individually inside ifioctl() rather than all of them around it. This allows us to unlock ioctls one by one. OK mpi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 04:26:53 Modified files: databases/openldap: Makefile mail/dovecot : Makefile net/icinga/core2: Makefile net/isc-dhcp : Makefile Log message: fixup some of portbump's stupid ideas CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 04:36:32 Modified files: textproc/gi-docgen: Makefile distinfo textproc/gi-docgen/pkg: PLIST Added files: textproc/gi-docgen/patches: patch-setup_cfg Removed files: textproc/gi-docgen/patches: patch-setup_py Log message: Update to gi-docgen-2022.2. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/08 04:40:47 Modified files: sys/arch/arm64/dev: aplintc.c Log message: Sprinkle some #ifdef MULTIPROCESSOR to make non-MP kernels build again. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 04:41:47 Modified files: net/net-snmp : Makefile net/rrdtool : Makefile telephony/kamailio: Makefile www/c-icap/c-icap: Makefile www/squid : Makefile Log message: portbump... CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2022/11/08 04:43:29 Modified files: x11/fvwm3 : Makefile Added files: x11/fvwm3/patches: patch-modules_FvwmIconMan_x_c Log message: Fix crash in fvmw3 due to uninitialized value Fix first appeared on FreeBSD. Upstream discussion: https://github.com/fvwmorg/fvwm3/issues/659 Patch from Michael (Maintainer) CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/08 04:51:35 Modified files: sys/dev/fdt : qcgpio_fdt.c Log message: Implement reading/writing/configuring pins in qcgpio(4). The code has mostly been there, it only needed to be hooked up to our infrastructure. With this I can e.g. correctly see the lid state on the x13s. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2022/11/08 04:55:39 Modified files: sysutils/cpuid : Makefile sysutils/cpuid/files: cpuid.c Log message: Add missing include to cpuid.c ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 05:02:33 Modified files: math/imath : Makefile distinfo Log message: Update to Imath-3.1.6. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 05:08:53 Modified files: regress/usr.sbin/installboot: Makefile usr.sbin/installboot: installboot.c installboot.h softraid.c sparc64_softraid.c Log message: Make "prepare filesystem" softraid aware, fix arm64 softraid install On EFI platforms, 'installboot -p' on a softraid volume will only prepare the filesysem inside the volume and leave physical softraid chunks untouched which leaves you with unbootable chunks. The current workaround is to prepare chunks manually (see regress). Fix it in the same spirit the actual "install" already works in softraid.c. This is what mlarkin has already been tested in a combined diff with the MD -> MI softraid merge bits from the previous commit. Works fine on amd64, arm64 and sparc64 upgrades and installations. OK jsing CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 05:11:13 Modified files: usr.sbin/eeprom: eeprom.8 Log message: Document network-boot-arguments for sparc64 diskless(8) The Oracle OpenBoot 4.x Administration Guide[0] documents a few useful options for network boot. Basically, either {ok} setenv network-boot-arguments tftp-retries=0 {ok} boot net ... or {ok} boot net:tftp-retries=0 ... Newer machines like the T4-2 using OpenBoot 4.38.16 also support BOOTP/DHCP besides RARP: "dhcp,hostname=puffy" works as expected on my T4-2, but "boot-filename" and "boot-retries" remain unsupported on this particular machine despite being documented in the guide. 0: https://docs.oracle.com/cd/E63648_01/html/E63649/gpvll.html#scrolltoc OK miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 05:19:29 Modified files: www/syweb : Makefile distinfo www/syweb/pkg : PLIST Removed files: www/syweb/patches: patch-htdocs_syweb_class_cache_inc patch-htdocs_syweb_class_graph_inc patch-htdocs_syweb_class_layout_inc patch-htdocs_syweb_class_lexer_inc patch-htdocs_syweb_class_rrdtool_inc patch-htdocs_syweb_class_session_inc patch-htdocs_syweb_class_text_inc patch-htdocs_syweb_class_vars_inc patch-htdocs_syweb_setup_inc Log message: update to syweb-0.67 which has php 8 support CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 05:21:05 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-configure_ac Log message: update to ImageMagick-6.9.12.67 CVSROOT: /cvs Module name: xenocara Changes by: bluhm@cvs.openbsd.org 2022/11/08 05:26:43 Modified files: lib/pixman/pixman: Tag: OPENBSD_7_2 pixman-trap.c Log message: CVE 2022-44638 An integer overflow in pixman may lead to out-of-bounds write. from matthieu@ this is errata/7.2/005_pixman.patch.sig CVSROOT: /cvs Module name: xenocara Changes by: bluhm@cvs.openbsd.org 2022/11/08 05:27:30 Modified files: lib/pixman/pixman: Tag: OPENBSD_7_1 pixman-trap.c Log message: CVE 2022-44638 An integer overflow in pixman may lead to out-of-bounds write. from matthieu@ this is errata/7.1/013_pixman.patch.sig CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 05:28:56 Modified files: multimedia/motion: Makefile distinfo Log message: update to motion-4.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 05:32:39 Modified files: print/py-pikepdf: Makefile distinfo print/py-pikepdf/patches: patch-tests_test_io_py Log message: update to py3-pikepdf-6.2.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 05:35:31 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.40.1. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2022/11/08 05:41:00 Modified files: usr.sbin/vmd : vioscsi.c Log message: whitespace fix in debug printf, no functional change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 05:41:05 Modified files: textproc/mupdf : Makefile distinfo textproc/mupdf/patches: patch-Makerules patch-platform_x11_pdfapp_c patch-source_tools_mudraw_c patch-source_tools_pdfinfo_c textproc/mupdf/pkg: PLIST Removed files: textproc/mupdf/patches: patch-source_helpers_pkcs7_pkcs7-openssl_c Log message: update to mupdf-1.21.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 05:41:24 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: bump REVISION for mupdf update (static linking) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 05:41:42 Modified files: mail/dovecot : Makefile mail/dovecot/pkg: README-server net/i2pd : Makefile net/i2pd/pkg : README Log message: Adapt wording. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 05:46:25 Modified files: textproc/mupdf : Makefile Added files: textproc/mupdf/patches: patch-source_helpers_pkcs7_pkcs7-openssl_c Log message: mupdf: reinstate patch pieces that didn't want to be removed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 05:46:32 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: re-bump, mupdf change CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2022/11/08 05:56:00 Modified files: lib/libcrypto : Makefile lib/libcrypto/asn1: a_time.c a_time_tm.c asn1_locl.h Added files: lib/libcrypto/asn1: a_time_posix.c Removed files: lib/libcrypto : o_time.c o_time.h Log message: Replace the old OpenSSL julian date stuff with BoringSSL's OpenSSL dealt with time conversion using a classical julian day scheme. BoringSSL got rid of it and uses only a julian style calculation for seconds since the POSIX time epoch. This changes libressl to use the seconds calculation exculusively instead of a mix of the julian day based conversions and the system time conversions to and from time_t to tm. ok tb@ jsing@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/11/08 05:59:36 Modified files: lib/libcrypto/rsa: rsa_prn.c Log message: Fix leak of pk if EVP_PKEY_set1_RSA() fails. Found with CodeChecker feedback and ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 06:01:28 Modified files: net/gssdp : Makefile distinfo Log message: Update to gssdp-1.6.1. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/08 06:01:53 Modified files: regress/usr.sbin/rpki-client/openssl11: Makefile Log message: rpki-client regress: fix build after beck's libcrypto time changes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/08 06:29:55 Modified files: mail/stalwart : Makefile.inc Log message: mail/stalwart: mark as NOT_FOR_ARCHS = powerpc64 riscv64 sparc64 ring crate does not support those archs reported by jca@ for riscv64, thanks sthen@ for the correct syntax. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2022/11/08 06:47:22 Modified files: libexec/ld.so : loader.c Added files: libexec/ld.so/alpha: ld.script libexec/ld.so/hppa: ld.script libexec/ld.so/i386: ld.script Log message: In the new scheme, the main executable object needs to be marked nodelete, so that _dl_relro() will immutable it's relro. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/08 07:01:13 Modified files: sys/arch/arm64/dev: aplintc.c sys/arch/arm64/include: armreg.h Log message: Move definitions for CNTV_CTL_EL0 to armreg.h. ok mpi@, jsg@, phessler@, patrick@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 07:05:41 Modified files: usr.sbin/installboot: softraid.c Log message: Skip softraid(4) keydisks silently Logging the presence of a keydisk the same way offline data chunks are logged seems unjustified: Offline data chunks mean the softraid volume is degraded and installboot(8) should be rerun when they're online. Offline keydisks just means the user unplugged their USB key or so and installboot must never touch them anyway, so the absence of keydisks is meaningless to installboot -- it should never touch them. So a) drop the "is keydisk - skipping" message and b) hoist the keydisk check before the offline check so as to avoid "not online - skipping" messages for offline keydisks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 07:06:45 Modified files: devel/geany : Makefile sysutils/virt-manager: Makefile x11/gnome/gedit-plugins: Makefile x11/terminator : Makefile Log message: Missed bumps after vte3 split. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 07:22:29 Modified files: net/go-ipfs : Makefile distinfo modules.inc net/go-ipfs/pkg: PLIST README Added files: net/go-ipfs/pkg: ipfs.login ipfs.rc Removed files: net/go-ipfs/pkg: go_ipfs.rc Log message: Unbreak: rename and update form go-ipfs-0.11.0 to kubo-0.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 07:22:42 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'go-ipfs' => 'kubo' CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2022/11/08 07:42:42 Modified files: lib/libcrypto/asn1: a_time_posix.c Log message: Add missing $OpenBSD$ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/08 07:46:51 Modified files: sys/arch/amd64/include: cpu.h sys/arch/amd64/amd64: machdep.c Log message: amd64: add delay_fini() Not all of the clocks with a delay(9) implementation necessarily keep ticking across suspend/resume. We need a clean way to reverse delay_init() during suspend when those clocks stop ticking. Hence, delay_fini(). delay_fini() resets delay_func() to i8254_delay() if the given function pointer is the active delay(9) implementation. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/08 07:49:20 Modified files: sys/arch/i386/include: cpu.h sys/arch/i386/i386: machdep.c Log message: i386: add delay_fini() Not all of the clocks with a delay(9) implementation necessarily keep ticking across suspend/resume. We need a clean way to reverse delay_init() during suspend when those clocks stop ticking. Hence, delay_fini(). delay_fini() resets delay_func() to i8254_delay() if the given function pointer is the active delay(9) implementation. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/08 07:54:43 Log message: import devel/difftastic 0.37, from maintainer Volker Schlecht Difftastic is a structural diff tool that understands syntax. It supports over 30 programming languages, parses the code, and then compares the syntax trees. with feedback from sthen@ and Laurent Cheylus ok sthen@ Status: Vendor Tag: vschlecht Release Tags: landry_20221108 N ports/devel/difftastic/Makefile N ports/devel/difftastic/crates.inc N ports/devel/difftastic/distinfo N ports/devel/difftastic/pkg/DESCR N ports/devel/difftastic/pkg/PLIST N ports/devel/difftastic/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/08 07:54:47 Modified files: sys/dev/acpi : acpihpet.c Log message: acpihpet(4): disable/reenable acpihpet_delay() during suspend/resume We can't use the HPET to delay(9) after we halt it during suspend. Disable acpihpet_delay() before we halt the HPET and reenable it after we restart the HPET during resume. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2022/11/08 07:55:16 Modified files: devel : Makefile Log message: +difftastic CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 08:02:29 Modified files: security/py-fido2: Makefile distinfo security/py-fido2/pkg: DESCR PLIST Log message: update to py-fido2-1.1.0 the various programs in examples/ mostly work as expected with my yubikey, however under some error conditions I had to unplug/replug the key before anything would see it CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 08:08:29 Modified files: meta/gnome : Makefile Log message: Take over MAINTAINER. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 08:20:24 Modified files: sys/net : if.c Log message: Push kernel lock into ifioctl_get() Another mechanical diff without semantic changes to avoid churn in actual unlocking diffs. OK mpi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 08:23:36 Modified files: security/yubico/yubikey-manager: Makefile distinfo security/yubico/yubikey-manager/pkg: MESSAGE PLIST Removed files: security/yubico/yubikey-manager/patches: patch-setup_py patch-test_util_py patch-ykman_cli_fido_py patch-ykman_driver_fido_py patch-ykman_fido_py patch-ykman_opgp_py patch-ykman_piv_py Log message: update to yubikey-manager-4.0.9 this had been held off because the OTP management functions changed to a different HID backend in 4.x which doesn't work with OpenBSD, but in the meantime the old ones got broken by a libffi update, so there's no point keeping 3.x around for that any more. ykman fido appears to be slightly less stall-y with this version, though you still need to sometimes unplug/replug the key (similar has been seen just using py-fido2 directly so it's probably in there somewhere, and it's not new) CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2022/11/08 08:59:51 Modified files: x11/kitty : Makefile distinfo x11/kitty/patches: patch-setup_py x11/kitty/pkg : PLIST Added files: x11/kitty/patches: patch-kitty_boss_py patch-kitty_child_py patch-kitty_complete_py patch-kitty_data-types_c patch-kitty_remote_control_py Log message: update to kitty 0.26.4 changelog: https://sw.kovidgoyal.net/kitty/changelog/ This update disables the encrypted remote control functionality which would require openssl 3.0; as discussed with a few. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2022/11/08 09:00:55 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Source_cmFileCommand_cxx patch-Source_cmGlobalGenerator_cxx devel/cmake/pkg: PLIST Log message: Update cmake to 3.24.3 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/11/08 09:12:02 Log message: import devel/fpm 0.7.0 OK sthen@ Fortran Package Manager (fpm) is a package manager and build system for Fortran. Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests, and examples, and distribute it as a dependency to other Fortran projects. Fpm's user interface is modeled after Rust's Cargo, so if you're familiar with that tool, you will feel at home with fpm. Fpm's long term vision is to nurture and grow the ecosystem of modern Fortran applications and libraries. Fpm is an early prototype and is evolving rapidly. You can use it to build and package your Fortran projects, as well as to use existing fpm packages as dependencies. Fpm's behavior and user interface may change as it evolves, however as fpm matures and we enter production, we will aim to stay backwards compatible. Please follow the issues to contribute and/or stay up to date with the development. Before opening a bug report or a feature suggestion, please read our Contributor Guide. You can also discuss your ideas and queries with the community in fpm discussions, or more broadly on Fortran-Lang Discourse. Status: Vendor Tag: semarie Release Tags: semarie_20221108 N ports/devel/fpm/Makefile N ports/devel/fpm/distinfo N ports/devel/fpm/pkg/DESCR N ports/devel/fpm/pkg/PLIST N ports/devel/fpm/patches/patch-fpm_toml N ports/devel/fpm/patches/patch-src_fpm_manifest_profiles_f90 N ports/devel/fpm/patches/patch-src_fpm_compiler_f90 N ports/devel/fpm/patches/patch-src_fpm_environment_f90 N ports/devel/fpm/patches/patch-src_fpm_command_line_f90 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/11/08 09:13:10 Modified files: devel : Makefile Log message: +devel/fpm CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2022/11/08 09:14:42 Modified files: sysutils/bupstash: Makefile distinfo Log message: update sysutils/bupstash to 0.12.0 ok sdk@ gonzalo@ bket@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2022/11/08 09:20:26 Modified files: sys/net : pf.c Log message: This diff fixes panic tripped by KASSERT(st->sync_state == PFSYNC_S_NONE) found in pfsync_insert_state(). It is caused by two packets which happen to belong to the same session. Think of UDP stream or two TCP SYN packets transmitted almost simultaneously. The first such packet wins a state lock and inserts state to table. The second packet waits for state lock as a reader. As soon as the first packet is done with state creation it drops the lock and is going to sent S_INS message to its peer via pfsync. The second update meanwhile obtains the state lock as a reader. It finds a state created by the first packet. Later the second packet also finds out the state needs to be updated, because sync_state is still set to PFSYNC_S_NONE. The second packet puts state to snapshot list marking it as S_UPD. All this happens before the first packet has a chance to make a progress. Think of the first packet loses cpu after dropping a write lock. Once the first packet gets running again it trips KASSERT() because sync_state is set to S_UPD. tested by hrvoje@ OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 09:22:28 Modified files: textproc/gi-docgen: Makefile Removed files: textproc/gi-docgen/patches: patch-gidocgen_config_py Log message: Remove dot patch; I cannot seem to be able to trigger the bug anymore. Let's see how it keeps rollingin bulks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 09:23:59 Modified files: devel/subversion: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/08 09:48:28 Modified files: lib/libcrypto/asn1: a_bitstr.c Log message: Avoid signed integer overflow in i2c_ASN1_BIT_STRING() If the length of the bitstring is INT_MAX, adding 1 to it is undefined behavior, so error out before doing so. Based on BoringSSL eeb3333f by davidben ok beck joshua CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/08 09:50:29 Modified files: lib/libcrypto/curve25519: curve25519.c Log message: Remove pointless loops. From BoringSSL 997c706d43504. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/08 09:53:40 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Extent the current suspend/resume implementation to include support for parking CPUs in a WFE/WFI loop. ok deraadt@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 10:01:56 Modified files: x11/gtk+4 : Makefile Log message: Drop default CONFIGURE_ARGS. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/08 10:01:57 Modified files: lib/libcrypto/curve25519: curve25519.c Log message: Change function argument to reduce differences with BoringSSL. CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2022/11/08 10:04:23 Modified files: cad/coil64 : Makefile distinfo cad/coil64/patches: patch-resolves_cpp patch-resolves_h Log message: Update cad/coil64 from v2.1.24 to v2.1.25. ok benoit@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/08 10:07:17 Modified files: lib/libcrypto/curve25519: curve25519.c curve25519_internal.h Log message: Refactor/split ED25519_keypair. This brings in ED25519_keypair_from_seed() from BoringSSL commit c034e2d3ce16, which ED25519_keypair then wraps. This reduces differences between us and BoringSSL. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 10:24:05 Modified files: www/nghttp2 : Makefile Log message: nghttp2: be explicit about not picking up ngtcp2/nghttp3, and tweak text around devel/cunit (there don't seem to be any arch-related issues with archs we currently build ports for, but still this is on a hot path at the start of bulk builds nghttp2->curl->cmake which is helpful to keep short; cunit pulls in autoconf etc as well) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/08 10:34:13 Modified files: sys/arch/amd64/amd64: acpi_machdep.c cpu.c lapic.c sys/arch/amd64/include: cpu.h _types.h sys/arch/amd64/isa: clock.c Log message: amd64: switch to clockintr(9) Switch amd64 to the clockintr(9) subsystem. There are lots of little changes, but the bigs ones are listed here. When using the local apic timer: - Run the timer in one-shot mode. - lapic_delay() is gone. We can't use it to delay(9) when running the timer in one-shot mode. - Add a randomized statclock(); stathz = hz. - Add support for switching to profhz when profiling is enabled; profhz = stathz * 10. When using the i8254/mc146818: - i8254's clockintr() no longer has a monopoly on hardclock(). - mc146818's rtcintr() no longer has a monopoly on statclock(). - In profiling mode, the statclock() will drift very slightly because (profhz = 1024) does not divide evenly into one billion. We could avoid this by setting (profhz = 512) instead and programming the RTC to run at that rate. Early revisions reviewed by mlarkin@. Extensively tested by mlarkin@ on a variety of physical and virtual hardware. Additional testing from dv@ and jmc@. Link: https://marc.info/?l=openbsd-tech&m=166776339203279&w=2 ok kettenis@ mlarkin@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/11/08 10:52:12 Modified files: sbin/disklabel : editor.c Log message: Nuke unused variable 'freesectors'. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 10:53:01 Modified files: sys/dev : audio.c Log message: fix indent CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/08 10:56:38 Modified files: sys/arch/arm64/dev: agtimer.c sys/arch/arm64/include: cpu.h _types.h Log message: arm64: switch to clockintr(9) Switch arm64 to the clockintr(9) subsystem. - Remove the custom per-CPU clock interrupt schedule from agtimer(4). - Remove the custom randomized statclock() pieces from agtimer(4). - Add agtimer_rearm(), agtimer_trigger(), and wire up agtimer_intrclock. There is one wart: - The AArch64 spec says that a value written to CNTV_TVAL_EL0 is "treated as a signed 32-bit integer" [1]. kettenis@ doesn't know what to make of this. I'm capping the value at INT32_MAX for now. It's possible I am misreading this, though. Tested by kettenis@ on his Apple M1 mini. Tested by me on my Raspberry Pi 4B. Link: https://marc.info/?l=openbsd-tech&m=166776342503304&w=2 [1] "Arm Architecture Reference Manual for A-profile architecture" issue I.a, section D17.11.27 ("CNTV_TVAL_EL0"). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 10:57:14 Modified files: sys/net : if.c Log message: Push kernel lock inside ifioctl_get() After this mechanical move, I can unlock the individual SIOCG* in there. OK mvs CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 10:57:47 Modified files: sys/net : if.c Log message: Unlock SIOCIFGCLONERS ifconfig(8) -C is the only user in base and the if_clone_attach() comment explains how this list is being built during autoconf(9). After that it is only ever read. Multiple threads may traverse the list in parallel and reading the `int' count is atomic. OK mvs CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2022/11/08 11:06:44 ports/sysutils/m1n1/files Update of /cvs/ports/sysutils/m1n1/files In directory cvs.openbsd.org:/tmp/cvs-serv76598/files Log Message: Directory /cvs/ports/sysutils/m1n1/files added to the repository CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2022/11/08 11:08:43 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): remove locking in vmm_intr_pending Removes a lock around an atomic write; this lock was causing slowdowns since the lock being requested is nearly always unavailable because it is held while the VM is running. Noticed by claudio@, help from mpi@, dlg@ and claudio@. ok dv CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2022/11/08 11:16:18 Modified files: sysutils/m1n1 : Makefile Added files: sysutils/m1n1/files: logo.svg Log message: Add custom OpenBSD bootsplash instead of Asahi Linux default. Discussed with kettenis@ ok patrick@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/08 11:17:51 Modified files: sys/kern : kern_tc.c Log message: tc_setclock: don't print a warning if tc_windup() rejects inittodr(9) time During resume, it isn't necessarily a problem if the UTC time we get from inittodr(9) lags behind the system UTC clock. In particular, if the active timecounter's frequency is low enough, tc_delta() might not overflow across a brief suspend. Remove the misleading warning message. The code is behaving as intended, just not in a way I anticipated when I added the warning message a few years ago. Discovered by kettenis@. Root cause isolated with kettenis@. Link: https://marc.info/?l=openbsd-tech&m=166790845619897&w=2 ok mlarkin@ kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/08 11:28:10 Modified files: sys/dev/pci : if_bwfm_pci.c if_bwfm_pci.h Log message: Implement alternative mailbox handling mechanism required by newer firmware. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 11:43:22 Modified files: sys/net : if.c if_var.h Log message: Document ifc_list immutability Move up to comment explaining different locks to account for all structs. OK millert mvs CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/11/08 11:45:12 Log message: import libudev-openbsd; a udev compatible library based on freebsd's libudev-devd ok aja@ Status: Vendor Tag: robert Release Tags: robert_20221108 N ports/sysutils/libudev-openbsd/Makefile N ports/sysutils/libudev-openbsd/distinfo N ports/sysutils/libudev-openbsd/pkg/DESCR N ports/sysutils/libudev-openbsd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 11:47:58 Modified files: sys/net : if.c Log message: Use four spaces not tabs on line break CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 11:54:31 Modified files: sysutils/libudev-openbsd: Makefile sysutils/libudev-openbsd/pkg: DESCR Log message: Indent and full stop to DESCR. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/11/08 12:06:57 Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : gpiobl.c Log message: Add gpiobl(4), a driver for gpio controlled display backlights. This will allow us to turn off the screen on Apple Silicon laptops until we have a proper display controller driver. ok kettenis@ patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/11/08 12:07:34 Modified files: sys/arch/arm64/conf: GENERIC Log message: Enable gpiobl(4) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2022/11/08 12:09:53 Modified files: sys/kern : kern_timeout.c sys/sys : timeout.h Log message: timeout(9): remove unused, undocumented timeout_in_nsec() interface The kernel is not quite ready for timeout_in_nsec(). Remove it and kclock_nanotime(). Both are unused. Prompted by jsg@. ok kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/11/08 12:17:05 Modified files: lib/libcrypto/dsa: dsa_prn.c Log message: Fix leak of pk if EVP_PKEY_set1_DSA() fails. Found with CodeChecker ok jsing@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2022/11/08 12:17:58 Modified files: sys/kern : kern_pledge.c Log message: allow the KERN_AUTOCONF_SERIAL sysctl in pledge'd processes ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/08 12:18:47 Modified files: sys/arch/amd64/include: vmmvar.h sys/arch/amd64/amd64: vmm.c Log message: further speed up delivery of interrupts to a running vcpu. this records which physical cpu a vcpu is running on. this is used by the code that marks a vcpu as having a pending interrupt to check if the vcpu is currently running. if it thinks the vcpu is running, it sends a nop IPI to the physical cpu it is running on to trigger a vmexit, which in turn runs interrupt handling in the guest. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/11/08 12:19:08 Modified files: lib/libcrypto/rsa: rsa_prn.c Log message: Rename out to err to conform with standard naming scheme. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/11/08 12:29:20 Modified files: www/chromium : Makefile www/chromium/patches: patch-components_storage_monitor_BUILD_gn patch-services_device_hid_BUILD_gn patch-services_device_hid_hid_service_fido_cc patch-services_device_serial_BUILD_gn patch-services_device_usb_usb_service_cc patch-third_party_libusb_BUILD_gn Added files: www/chromium/patches: patch-device_gamepad_BUILD_gn patch-services_device_BUILD_gn patch-services_device_public_mojom_BUILD_gn Log message: enable udev support; if libudev-openbsd is installed, chromium will use its monitoring capabilities so that e.g. fido(4) keys can be plugged in anytime during an authentication process instead of enumerating devices once on startup CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/08 12:34:54 Added files: sys/dev/fdt : qcspmi.c Log message: Add qcspmi(4), a driver for the SPMI PMIC Arbiter found on Qualcomm SoCs, which is used on the Lenovo x13s. As soon as we gain a driver for the Power Domain Controller (PDC) that acts as a shim towards the GIC, we can switch out the timeout for proper IRQs. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/08 12:38:34 Modified files: sys/arch/amd64/amd64: vmm.c Log message: don't keep track of how many vcpus are currently running. the number is never read anywhere, and i'm not sure what value that number has anyway. mlarkin@ agrees CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/08 12:40:09 Added files: sys/dev/fdt : qcpmic.c Log message: Add qcpmic(4), a driver for the SPMI-connected PMICs found on Qualcomm SoCs, which are used on the Lenovo x13s. This is mostly a shim. The work for the actual blocks inside the PMICs occurs in the children. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/08 12:42:10 Added files: sys/dev/fdt : qcpmicgpio.c Log message: Add qcpmicgpio(4), a driver for the GPIO block inside the Qualcomm PMICs. This driver is not completed yet, but good enough to be worked on in-tree. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/08 12:44:28 Added files: sys/dev/fdt : qcpon.c Log message: Add qcpon(4), a driver for the Qualcomm PMIC block that hosts the powerkey and reset input. With this I can use the power button on my x13s to power off the machine. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/08 12:47:05 Added files: sys/dev/fdt : qcrtc.c Log message: Add qcrtc(4), a driver for the RTC found on Qualcomm PMICs. Unfortunately on the Lenovo x13s it does not seem to contain the offset from 1970. Also we are not allowed to write to the RTC. I was told that the offset I need to calculate the actual date is sorted in an UEFI variable, which can be accessed over a secure channel. So as long as we don't have that channel, this driver is useless. Good start though. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/08 12:49:34 Modified files: sys/dev/fdt : files.fdt sys/arch/arm64/conf: GENERIC RAMDISK Log message: Hook up all those Qualcomm SoC SPMI devices. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/08 12:52:40 Modified files: sys/arch/arm64/conf: files.arm64 Log message: Tedu spmi bus definition that moved over to the fdt files. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2022/11/08 13:41:36 Modified files: sys/arch/arm64/include: cpu.h Log message: KNF/whitespace - no code change CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2022/11/08 13:55:44 Modified files: devel/got : Makefile distinfo Removed files: devel/got/patches: patch-lib_diff_main_c Log message: update to got 0.79 - repair build on OpenBSD/sparc64 (patch by Ted Bullock) - fix crash in gotd if client gets disconnected on error (reported by Mikhail) - fix crash in got-send-pack when server does not announce any capabilities - make gotd work as intended on an empty repository - prevent freeing of bogus pointers in got_inflate_end() and got_deflate_end() - reduce delta cache size to avoid running out of memory on large pack files - add missing free of delta buffers in several error paths - make 'got clone -b' work for repositories which lack a valid HEAD reference - use sub-second precision when checking for objects/pack/ modification - fix capabilities announced by gotsh when no references exist in repository CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/08 14:07:33 Modified files: sys/net : if.c Log message: Revert lock changes inside ifioctl_get() WITNESS isn't happy with r1.667 "Push kernel lock into ifioctl_get()", so revert it (including r1.668 and r1.669 depending on it): witness: userret: returning with the following locks held: exclusive kernel_lock &kernel_lock r = 0 (0xffffffff82455f58) #0 witness_lock+0x311 #1 ifioctl_get+0x2e #2 sys_ioctl+0x2c4 #3 syscall+0x384 #4 Xsyscall+0x128 panic: witness_warn Stopped at db_enter+0x10: popq %rbp TID PID UID PRFLAGS PFLAGS CPU COMMAND * 70588 52613 0 0x3 0 4K pfctl So back to the drawing board while leaving documentation bits (r1.670). Thanks Hrvoje. CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/08 15:45:07 ports/devel/py-thrift Update of /cvs/ports/devel/py-thrift In directory cvs.openbsd.org:/tmp/cvs-serv13232/py-thrift Log Message: Directory /cvs/ports/devel/py-thrift added to the repository CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/08 15:45:23 ports/devel/py-thrift/pkg Update of /cvs/ports/devel/py-thrift/pkg In directory cvs.openbsd.org:/tmp/cvs-serv1624/py-thrift/pkg Log Message: Directory /cvs/ports/devel/py-thrift/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/08 15:48:13 Added files: devel/py-thrift: Makefile distinfo devel/py-thrift/pkg: DESCR PLIST Log message: Add the devel/py-thrift port, a dependency for devel/codechecker. OK sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2022/11/08 16:03:43 Modified files: sysutils/patchelf: Makefile distinfo Log message: Update to patchelf 0.17.0 Relevant changes: - write out replace sections in original order - patchelf: correct page size for sparc64 - update vendored elf file CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/08 16:06:03 Modified files: security/py-cryptography: Makefile Removed files: security/py-cryptography/patches: patch-src__cffi_src_openssl_fips_py Log message: Remove FIPS API removal patch. It's no longer needed. Pointed out by Alex Gaynor CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/08 16:06:45 Log message: Add the devel/py-portalocker port, a dependency for devel/codechecker. OK sthen Status: Vendor Tag: mbuhl Release Tags: mbuhl_20221109 N ports/devel/py-portalocker/Makefile N ports/devel/py-portalocker/distinfo N ports/devel/py-portalocker/pkg/DESCR N ports/devel/py-portalocker/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/08 16:13:06 Modified files: devel : Makefile Log message: +py-portalocker +py-thrift CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/08 16:14:43 Modified files: devel/py-thrift: Makefile Log message: Add myself as maintainer. CVSROOT: /cvs Module name: src Changes by: mbuhl@cvs.openbsd.org 2022/11/08 16:19:09 Modified files: lib/libcrypto/objects: o_names.c Log message: In case lh_OBJ_NAME_insert returns NULL due to a failed malloc, onp is leaked in OBJ_NAME_add. ok tb Found by CodeChecker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/08 16:31:58 Modified files: x11/gnome/at-spi2-core: Makefile Added files: x11/gnome/at-spi2-core/patches: patch-meson_build Log message: Properly detect bind_textdomain_codeset(). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 16:44:18 ports/devel/py-thrift/patches Update of /cvs/ports/devel/py-thrift/patches In directory cvs.openbsd.org:/tmp/cvs-serv24100/patches Log Message: Directory /cvs/ports/devel/py-thrift/patches added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/11/08 17:15:59 Modified files: usr.bin/ssh : ssh.c Log message: typo in comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/08 17:21:37 Added files: devel/py-thrift/patches: patch-test_test_socket_py patch-test_test_sslsocket_py Log message: add patches to fix tests, ok mbuhl CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2022/11/08 18:05:45 Modified files: lib/libcrypto/bn: bn_mpi.c Log message: Fix possible memory leak in BN_mpi2bn() if BN_bin2bn() fails. found with CodeChecker feedback from millert@ ok tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2022/11/08 18:37:44 Modified files: usr.bin/ssh : clientloop.c Log message: rename client_global_hostkeys_private_confirm() to client_global_hostkeys_prove_confirm(), as it handles the "hostkeys-prove00@openssh.com" message; no functional change CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/08 19:01:13 Modified files: lib/libcrypto/bn: bn_prime.c Log message: Drop some dead code ok jsing CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2022/11/08 23:32:58 Modified files: sys/arch/amd64/amd64: vmm.c Log message: unbreak GENERIC build on amd64; patch by anton@ vmm.c:900:3: error: implicit declaration of function 'x86_send_ipi' is invalid in C99 [-Werror,-Wimplicit-function-declaration] CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2022/11/08 23:48:29 Modified files: lib/libc/gen : pause.3 Log message: use Fn; from josiah frentsos CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/11/09 00:11:30 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Minor cleanups: - remove unused pmap_vp_remove function. - remove obviously not-applying-to-this-situation comment in _pmap_kenter_pa(), copied from pmap_enter() (where it is legit). - make the PTED_xxx accessors inline. - actually use PTED_WIRED() rather than inlining it everywhere. ok mpi@ kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2022/11/09 00:20:12 Modified files: usr.sbin/eeprom: eeprom.8 main.c Log message: Remove old-style eeprom mentions and relevant leftover code; ok kettenis@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2022/11/09 02:01:52 Modified files: usr.bin/ssh : misc.c Log message: Remove errant colon and simplify format string in error messages. Patch from vapier at chromium.org. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2022/11/09 02:04:12 Modified files: usr.bin/ssh : sftp-server.c Log message: Fix typo in fatal error message. Patch from vapier at chromium.org. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 02:21:45 Modified files: x11/gnome/file-roller: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 02:26:25 Modified files: x11/gnome/gedit: Makefile Log message: Fix BUILD_DEPENDS. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2022/11/09 03:03:04 Modified files: sys/dev/usb : usbdevs Log message: add a USB ID for WELLSPRINGM1_J293 to be used by aplhidev(4) to identify M1 laptops with touchbars CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2022/11/09 03:03:22 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2022/11/09 03:05:18 Modified files: sys/arch/arm64/dev: aplhidev.c sys/dev/hid : hidkbd.c hidkbdsc.h Log message: translate Fn+(1-10,-,=) keys to F1-F12 on M1 laptops with a touchbar ok kettenis@, miod@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2022/11/09 03:10:53 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: document '=' as a pkgspec CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/09 03:19:20 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm on !MULTIPROCESSOR kernels should still mark vpus with pending intrs. the #ifdef MULTIPROCESSOR was a little broad. still grateful to anton and stsp for unbreaking the tree though. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2022/11/09 03:23:01 Modified files: sbin/route : route.8 Log message: add an example for adding a cloning host route to reach a gateway which is outside the subnet, some hosting providers use this. info from Eric JACQUOT ok florian kn phessler CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/11/09 03:26:28 Modified files: sys/kern : syscalls.master Log message: Mark sched_yield(2) as NOLOCK. All the fields accessed in this syscall are protected by the SCHED_LOCK() so it isn't necessary to wait for another CPU to release the KERNEL_LOCK() before that. ok claudio@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/11/09 03:26:37 Modified files: sys/kern : subr_disk.c Log message: gpt_get_fstype() doesn't modify its parameter so make said parameter const. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2022/11/09 03:27:01 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2022/11/09 03:41:18 Modified files: sys/net : if.c Log message: replace SRP with SMR in the if_idxmap. when i first wrote if_idxmap i didn't realise (and no one thought to tell me) that index 0 was special and means "no interface", so while here use the 0th slot in the interface map to store the length of the map instead of prepending the map with a length field. if_get() now special cases index 0 and returns NULL directly. this also means the size of the map is now always a power of 2, which is a nicer fit with what the kernel malloc aprovides. tweaks and ok visa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 04:01:15 Modified files: x11/gnome/shell: Makefile Added files: x11/gnome/shell/patches: patch-subprojects_extensions-tool_src_meson_build Log message: Properly find bind_textdomain_codeset. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2022/11/09 04:20:47 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-build_config_compiler_BUILD_gn Log message: update to 107.0.5304.110 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/09 04:31:51 Modified files: lib/libcrypto/bn: bn_prime.c Log message: Next pass of bn_prime.c cleanup Garbage collect a few pointless variables and remove a loop that wasn't really a loop. Simplify BN_CTX handling and drop some stupid comments. ok jsing miod CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 04:39:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: tepl and tepl are back. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/09 04:50:48 Modified files: net/icinga/web2: Makefile distinfo net/icinga/web2/pkg: PLIST Log message: update to icinga-web2-2.11.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/09 04:56:28 Log message: import net/ngtcp2, an implementation of the RFC 9000 QUIC protocol initial port from jsing ok aisha kn naddy sthen Status: Vendor Tag: tb Release Tags: tb_20221109 N ports/net/ngtcp2/Makefile N ports/net/ngtcp2/distinfo N ports/net/ngtcp2/pkg/DESCR N ports/net/ngtcp2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/09 04:57:48 Modified files: net : Makefile Log message: +ngtcp2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/09 05:00:32 Log message: import www/nghttp3, an implementation of HTTP/3 initial port from jsing ok aisha kn naddy sthen Status: Vendor Tag: tb Release Tags: tb_20221109 N ports/www/nghttp3/Makefile N ports/www/nghttp3/distinfo N ports/www/nghttp3/pkg/DESCR N ports/www/nghttp3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/09 05:01:09 Modified files: www : Makefile Log message: +nghttp3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2022/11/09 05:06:53 Modified files: net/curl : Makefile Log message: net/curl: enable QUIC support. libssl has been ready for a while since we didn't feel the need to implement a full QUIC stack ourselves. With ngtcp2 and nghttp3 available in the ports tree, we can enable QUIC support in curl. initial patch by jsing ok aisha kn naddy sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/09 05:09:37 Modified files: net/icinga/core2: Makefile distinfo Log message: update to icinga2-2.13.6 CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2022/11/09 05:10:17 Modified files: regress/lib/libcrypto/rc4: rc4_test.c Log message: Remove unnecessary sizeof ok jsing@ tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/09 05:12:45 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-storage_rocksdb_CMakeLists_txt databases/mariadb/pkg: PLIST-server PLIST-tests Added files: databases/mariadb/patches: patch-include_my_alarm_h patch-storage_rocksdb_rocksdb_util_crc32c_arm64_cc patch-storage_rocksdb_rocksdb_util_crc32c_arm64_h patch-storage_rocksdb_rocksdb_util_crc32c_cc Removed files: databases/mariadb/patches: patch-storage_rocksdb_ha_rocksdb_cc Log message: update to MariaDB 10.9.4, tidy arch-specific parts of the Makefile, build rocksdb on other 64-bit LE archs, and add run-time hw feature detection for OpenBSD/arm64. From Brad. CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2022/11/09 05:13:09 Modified files: regress/lib/libcrypto/rc2: rc2_test.c Log message: Remove unnecessary sizeof ok jsing@ tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 05:20:45 Modified files: x11/gnome/mutter: Makefile Added files: x11/gnome/mutter/patches: patch-src_backends_meta-backend-private_h patch-src_backends_meta-backend_c patch-src_backends_native_meta-backend-native_c Log message: Prevent a segfault due to our lack of colord (GUdev ...). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 05:21:19 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-js_misc_loginManager_js Log message: Unbreak runtime. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/09 06:08:36 Modified files: sys/net : if.c Log message: Push kernel lock from ifioctl() into ifioctl_get() Recommit these two together: - r1.667 "Push kernel lock into ifioctl_get()" locked before the switch() without unlocking in its cases - r1.668 "Push kernel lock inside ifioctl_get()" locked cases individually, as intended I messed up splitting commits, but of course, Hrvoje managed to test a CVS checkout right inbetween those two. OK mpi mvs CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2022/11/09 06:09:30 Modified files: sys/net : if.c Log message: Recommit r1.669 "Unlock SIOCIFGCLONERS" OK mvs CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/09 06:13:00 Modified files: www/gotosocial : Makefile www/gotosocial/pkg: gotosocial.rc Log message: use daemon_logger; ok maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/09 06:18:07 Modified files: x11/evilwm : Makefile distinfo Log message: update to evilwm-1.4.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/09 06:18:33 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.3.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/09 06:18:34 Modified files: devel/py-wheel : Makefile distinfo Log message: update to py3-wheel-0.38.3 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2022/11/09 06:46:11 Modified files: sys/dev/fdt : qcpmicgpio.c Log message: Implement reading/writing pins on qcpmicgpio(4). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2022/11/09 07:18:26 Modified files: shells/bash : Makefile distinfo Removed files: shells/bash/patches: patch-subst_c Log message: shells/bash: update to 5.2 patchlevel 9 This fixes a number of regressions introduced in 5.2. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/09 07:20:11 Modified files: usr.sbin/bgpctl: bgpctl.h output.c output_json.c Log message: Show the MPLS label of a L3VPN route in show fib output. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/09 07:23:53 Modified files: usr.sbin/bgpd : util.c Log message: Fix nlri parsing of L3VPN prefixes in withdrawals. L3VPN NLRI have different encoding for updates and withdraws. The withdraw carries one dummy MPLS label that needs to be skipped. The code doing that did adjust the lenght but did not skip the the label in the buffer and so the parsed prefix was off by 3 bytes. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2022/11/09 07:24:20 Modified files: security/yubico/yubikey-manager: Makefile security/yubico/yubikey-manager/pkg: MESSAGE Log message: tweak MESSAGE CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2022/11/09 07:25:53 Modified files: graphics/openbsd-backgrounds: Makefile distinfo graphics/openbsd-backgrounds/pkg: PLIST Log message: some new pics CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/09 07:26:14 Modified files: usr.sbin/bgpd : kroute.c Log message: Properly handle L3VPN routes in kroute. This got broken while reworking large part of the code. Issue reported and fix tested by Bars Bars tutbaranov (at) gmail.com OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/09 07:31:31 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Log message: Enable l3vpn test CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 07:38:43 Modified files: x11/gnome/tepl : Makefile Log message: Missing BDEP on textproc/gtk-doc. spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/09 08:01:24 Modified files: sys/netinet : tcp_usrreq.c Log message: Add missin 'e' in comment. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 08:08:55 Modified files: x11/gnome/contacts: Makefile Log message: libportal is not enough; needs to BDEP+RDEP on sysutils/libportal,-gtk4 as well. spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2022/11/09 08:17:28 Modified files: sbin/disklabel : editor.c Log message: Use nitems() instead of a terminating { NULL, NULL } entry. CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2022/11/09 08:17:31 Modified files: infrastructure/mk: arch-defines.mk Log message: Bump _SYSTEM_VERSION for mips64 The ongoing work on mimmutable(2) causes an ABI break on the platform and old binaries will not work. OK sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2022/11/09 08:33:13 Modified files: lib/libcrypto/bn: bn_prime.c Log message: Inline use of bn_is_prime_bpsw() Instead of using the BN_is_prime_fasttime_ex() API, use a direct call to bn_is_prime_bpsw(). This increases readability and simplifies error handling. Also put a division by two to the natural place now that we no longer need to do Miller-Rabin rounds. ok beck jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 08:37:05 Modified files: x11/gnome/nautilus: Makefile Log message: This needs a BDEP on gi-docgen even when docs generation is disabled; the check in meson.build is not correct: if gi-docgen is around, we build the docs whatever the options is. CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/09 08:46:07 Log message: Add the devel/codechecker port, a static code analyser using LLVM tools. OK sthen, sdk Status: Vendor Tag: mbuhl Release Tags: mbuhl_20221109 N ports/devel/codechecker/Makefile N ports/devel/codechecker/distinfo N ports/devel/codechecker/patches/patch-Makefile N ports/devel/codechecker/patches/patch-config_package_layout_json N ports/devel/codechecker/patches/patch-web_Makefile N ports/devel/codechecker/pkg/DESCR N ports/devel/codechecker/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/09 08:48:30 Modified files: devel : Makefile Log message: +devel/codechecker CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2022/11/09 08:52:38 Modified files: net/gupnp/core : Makefile distinfo net/gupnp/core/pkg: PLIST Log message: Update to gupnp-1.6.1. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/09 09:13:39 Modified files: regress/lib/libcrypto/evp: Makefile Added files: regress/lib/libcrypto/evp: evp_test.c Log message: Add some regress coverage for EVP_PKEY_ASN1_METHOD CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2022/11/09 09:14:15 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Sort EVP_PKEY_ASN1_METHOD externs. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2022/11/09 09:23:51 Modified files: sys/arch/arm64/dev: aplpmgr.c Log message: Make aplpmgr(4) work as a reset controller. ok patrick@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2022/11/09 09:29:58 Modified files: usr.bin/ftp : fetch.c Log message: Strip spaces at end of header lines and in chunked encoding headers. HTTP standard allows for spaces in too many places OK millert@ tb@ CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2022/11/09 09:34:09 Modified files: devel : Makefile Log message: Fixup my previous codechecker add. It doesn't come with a FLAVOR. T