CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/09/27 12:37:40 Modified files: x11/dunst : Makefile Log message: Missing BDEP on x11/dbus. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/09/27 12:45:13 Modified files: print/texlive/texmf: Makefile Added files: print/texlive/texmf/patches: patch-texmf-dist_scripts_pdfjam_pdfjam Log message: Fix a confusing error message in TeX Live's pdfjam. pdfjam tries to use `locale -k` to detect the default paper size, but that won't work on OpenBSD. Issue raised upstream: https://github.com/DavidFirth/pdfjam/issues/29 Noticed by, and patch provided by, Laurie Tratt, thanks! OK naddy@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/09/27 15:19:40 Modified files: www/sarg : Makefile Log message: Fix build of www/sarg. It would pick up devel/libexecinfo if it was installed during configure and then fail if it wasn't there. It doesn't actually *use* it though, so add ac_cv_header_execinfo_h=no per suggestion of sthen ok sthen@ CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/09/27 18:27:49 Modified files: . : plus68.html Log message: plus updates through end of beta OK phessler@ CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/09/27 18:30:18 Modified files: . : plus67.html Log message: roll plus file CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/09/28 05:16:13 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 78.3.1. Fixes a crasher at startup in some weird circumstances, cf #1667120 Commit includes addition of libffi to LIB_DEPENDS & WANTLIB which i had completely forgot about, thanks Nam N'Guyen for the diff! ok sthen@ naddy@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/09/28 05:36:03 Modified files: lang/python/3.8: Makefile distinfo lang/python/3.8/pkg: PLIST-main Log message: update Python to 3.8.6. tested in a bulk build by naddy@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/09/28 05:49:57 Modified files: x11/xcolor : Makefile Log message: add python3 to the build_depends, spotted by naddy@. ok Laurence Tratt (maintainer), sthen@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/09/28 07:16:58 Modified files: sys/dev/dt : dt_dev.c Log message: Add defines for the number of frames to skip on powerpc64. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/09/28 08:24:42 Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_skia_src_opts_SkRasterPipeline_opts_h Log message: fix build on aarch64 by reverting (!) upstream qtwebengine-chromium's "Fix building on aarch64 without fp16" commit CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/09/28 09:53:13 Modified files: usr.sbin/pstat : pstat.c Log message: Fix segfault in pstat -v Broken in r1.122 when the vnode list at the mount point was converted to a TAILQ to make softdeps happy. There was a for loop that looked a lot like a LIST_FOREACH that was converted to a TAILQ_FOREACH. Unfortunately, the loop is a bit more intricate. Revert to the original loop logic, but now with TAILQ. "looks correct" millert, "looks good" deraadt CVSROOT: /cvs Module name: src Changes by: solene@cvs.openbsd.org 2020/09/28 11:03:35 Modified files: sbin/bioctl : bioctl.8 Log message: Revert a wording change that was made in revision 1.05 which was reverting a change made into 1.03 bioctl -d is "detaching" and not "deleting" a volume CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/09/28 12:34:45 Modified files: sys/dev/pci : dwiic_pci.c Log message: Add support for Comet Lake I2C controllers; needed to have a working trackpad on machines such as the 8th generation Lenovo X1. This is a temporary fix that uses magic numbers instead of #defines such that this diff can be included in the upcoming release. Will be replaced by a proper fix later. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/09/28 15:35:14 Modified files: usr.sbin/apmd : apmd.c Log message: Set hw.perfpolicy to "manual" and hw.setperf to max when handling -H This is better than using hw.perfpolicy="high" for a number of reasons: - matches the manpage - apm(8) reporting becomes accurate - more symmetry with -L ("low") - lets the user tweak hw.setperf with sysctl(8) later ok tedu@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/09/28 19:44:40 Modified files: sys/dev/usb : if_ure.c Log message: Add TP-LINK UE300 device. Tested by Joel Carnat. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/09/28 21:06:34 Modified files: sys/arch/amd64/isa: isa_machdep.c Log message: Delete dead isa_strayintr() and fakeintr() code, along with multiple dead variables, present from the fork from i386 but unused since the interrupt code on amd64 managed to divorce its ISA heritage ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/09/29 03:11:44 Modified files: sys/dev/usb : ugen.c Log message: Set the correct length before copying to userland. Prevent copying a partial and corrupted descriptor or leaking kernel memory. ok kn@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/09/29 05:47:41 Modified files: sys/uvm : uvm_fault.c uvm_pdaemon.c uvm_swap.c uvm_swap.h Log message: Introduce a helper to check if all available swap is in use. This reduces code duplication, reduces the diff with NetBSD and will help to introduce locks around global variables. ok cheloha@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/09/29 05:48:54 Modified files: sys/kern : uipc_socket.c uipc_syscalls.c Log message: Move the solock() call outside of solisten(). The reason is that the so_state and splice checks were done without the proper lock which is incorrect. This is similar to sobind(), soconnect() which also require the callee to hold the socket lock. Found by, with and OK mvs@, OK mpi@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/09/29 07:50:54 Modified files: sys/dev/i2c : pca9548.c Log message: The pcamux(4) device tree node's children are the individual channels, which we each treat as an I2C bus. While scanning these, we need to use each channel's node as starting point instead of the pcamux(4) node. This fixes finding and attaching devices connected to these channels. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/09/29 07:59:22 Modified files: share/man/man4 : iic.4 pcamux.4 sys/dev/i2c : pca9548.c Log message: Add support for the PCA9546 I2C switch to pcamux(4). In comparison to PCA9548, this variant supports only 4 instead of 8 channels. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/09/29 08:22:50 Modified files: lib/libagentx : subagentx.c Log message: Fix 3 bugs: 1) Don't declare subagentx_index SA_DSTATE_CLOSE until all subfunctions are done with it. This prevents premature freeing of the object. 2) In subagentx_index_free make sure that if an subagentx_object moves out from under us we correct for this. 3) Don't call subagentx_index_free_finalize if sai_cstate is not SA_CSTATE_CLOSE. The first and last can be triggered when calling free while we're disconnected from the agentx master. The second one can only be triggered with when the freed object is not the last one in the list. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/09/29 08:23:54 Modified files: usr.sbin/relayd: subagentx.c Log message: Sync with libagentx CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/09/29 08:51:40 Modified files: sbin/iked : ikev2_pld.c Log message: Check ibuf_seek() return value. ok patrick@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2020/09/29 10:40:33 Modified files: sys/sys : smr.h Log message: Fix mistypes within sys/smr.h LIST_END -> SMR_LIST_END TAILQ_END -> SMR_TAILQ_END ok visa@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/09/29 10:56:16 Modified files: . : plus68.html Log message: repair link to -current plus CVSROOT: /cvs Module name: src Changes by: kmos@cvs.openbsd.org 2020/09/29 13:23:53 Modified files: share/man/man5 : port-modules.5 Log message: Add a reference to ruby-module(5) in SEE ALSO since port-modules(5) explicitly tells folks to read there for information about the lang/ruby module. ok kn CVSROOT: /cvs Module name: src Changes by: procter@cvs.openbsd.org 2020/09/29 13:37:09 Modified files: share/man/man4 : wg.4 Log message: Edit for clarity and precision. Feedback and "Looks good to me" from Matt Dunwoodie ok jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/09/29 15:05:05 Modified files: sys/dev/fdt : sxiccmu_clocks.h Log message: Add support for A64 UART resets. ok patrick@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/09/30 03:11:39 Modified files: etc : moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log message: Regen moduli. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/09/30 03:38:35 Modified files: distrib/notes/i386: whatis Log message: i386 is pentium or later as toolchain defaults to -march=i586 now CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/09/30 03:39:15 Modified files: . : i386.html Log message: i386 is pentium or later as toolchain defaults to -march=i586 now CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/09/30 08:42:14 Modified files: usr.sbin/rpki-client: tal.c Log message: Instead of using the kind of hidden b64_pton() from libc resolv.h switch to the -lcrypto base64 decoder using EVP_Decode* this is more portable. With and OK tb@, OK benno@ (on a less polished version) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/09/30 08:46:02 Modified files: sys/conf : newvers.sh Log message: 6.8-current ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/09/30 08:51:17 Modified files: sys/conf : GENERIC Log message: renable POOL_DEBUG ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/09/30 09:47:36 Modified files: share/man/man4 : bpf.4 Log message: document EINVAL for denorm timeval in BIOCSRTIMEOUT; ok jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/09/30 10:27:16 Modified files: lib/libc/sys : utimes.2 Log message: adjust protos for utimes/futimes to use [2], and then add documentation regarding EINVAL for denomalized time values (sub-second out of range) ok jmc millert, discussion with kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/09/30 10:37:12 Modified files: usr.bin/find : misc.c Log message: Now that dprintf(3) uses format string annotation checking, a sizeof() requires (int) for a '*' modifier ok millert CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/09/30 10:52:08 Modified files: sbin/iked : config.c Log message: Don't leak sa->sa_peerauth.id_buf. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/09/30 10:55:16 Modified files: sbin/iked : ikev2_pld.c Log message: Don't accept ID payloads with ID type IKEV2_ID_NONE. 0 is not a valid type and triggers undesired edge cases. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/09/30 10:59:09 Modified files: sbin/iked : ikev2_pld.c Log message: Don't accept AUTH payloads with invalid auth_method 0. Fixes duplicate AUTH payload detection. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/09/30 11:17:37 Modified files: gnu/usr.bin/binutils/gdb: configure.host configure.tgt Added files: gnu/usr.bin/binutils/gdb: ppc64obsd-nat.c ppc64obsd-tdep.c ppc64obsd-tdep.h gnu/usr.bin/binutils/gdb/config/powerpc: obsd64.mh obsd64.mt Log message: Add minimal support for OpenBSD/powerpc64. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/09/30 12:30:37 Modified files: devel/got : Makefile distinfo Log message: update to got 0.42 (unbreaks 'got clone' into directories other than /tmp) ok naddy@ - add "branch" keyword to got.conf which specifies a list of branches to fetch - rework got's commit-time log message modification check - fix potential type mismatches between format specifiers and arguments (naddy) - prefer the BSD extension to reset getopt over the GNU one (naddy) - fix 'bad path' error from 'got clone' by unveiling the repository path again CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2020/09/30 13:22:51 Modified files: sys/net : if.h Log message: We have no if_attachtail() function so remove the declaration. ok deraadt@ claudio@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/09/30 13:25:41 Modified files: share/man/man4 : bpf.4 Log message: Document BPF_RND. Missed part of the xBPF commit (bpf_filter.c -r1.34). from dlg, ok kn tb jmatthew CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/09/30 14:37:49 Modified files: lib/libagentx : subagentx.c Log message: Fix two minor memory leaks. the first is when a varbind index is of the type ipaddress. the second is on EOMV and the a varbind index is ipaddress or octetstring, where the wrong field is being freed (which in this case is always NULL and unused) CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/09/30 14:39:20 Modified files: usr.sbin/relayd: subagentx.c Log message: Sync with libagentx CVSROOT: /cvs Module name: xenocara Changes by: kn@cvs.openbsd.org 2020/09/30 14:42:12 Modified files: app/fvwm/sample.fvwmrc: Makefile system.fvwmrc Log message: Remove osrelease from system.fvwmrc This is the version string that shows up as part of "OpenBSD 6.8" in the bottom right window in a default installation. But as this version stems from the build machine's kernel with which fvwm was build, it can differ from the version you're running on your machine which is what you'd expect as user. Such values must not be derived from the build environment; instead of fixing it up, remove the version number entirely and leave it to the user's ~/.fvwmrc to update the label if need be. OK deraadt CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/09/30 16:23:41 Modified files: share/man/man4 : Makefile share/man/man4/man4.loongson: Makefile sys/arch/arm64/conf: GENERIC RAMDISK sys/arch/loongson/conf: GENERIC RAMDISK files.loongson sys/arch/loongson/dev: gdiumiic.c sys/dev/i2c : files.i2c Added files: share/man/man4 : mfokrtc.4 sys/dev/i2c : m41t8x.c Removed files: share/man/man4/man4.loongson: mfokclock.4 sys/arch/loongson/dev: m41t8xclock.c Log message: Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more platforms than just loongson. Rename it to mfokrtc(4) for consistency with other RTC drivers. Make it match on st,m41t83, since that was the chip for which the driver was written for. More compatible strings can be added for each chip of the series verified to behave the same. Discussed with kettenis@ Compile tested on loongson by kn@ Tested on loongson by and ok visa@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/09/30 19:05:40 Modified files: lib/libc/arch/aarch64/sys: tfork_thread.S lib/libc/arch/amd64/sys: tfork_thread.S Log message: Mark top-level frame for new thread in both CFI and with zero framepointer, so gdb knows to stop. Inspired by glibc ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/09/30 23:14:10 Modified files: sys/arch/sparc64/dev: pyro.c sys/net : if_ethersubr.c Log message: fix indentation CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/01 01:37:01 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/01 01:37:47 Modified files: share/man/man4 : iic.4 Log message: mfokclock renamed to mfokrtc; CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/10/01 01:58:54 Modified files: sbin/dump : tape.c Log message: Only count the proper node types. Avoid out of-bound access for large filesystems. From FreeBSD. ok millert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/01 02:27:34 Modified files: usr.sbin/rpki-client: main.c Log message: Use correct way to report error when strtonum fails. Use errx(), remove the extra \n and use the correct argument (-s not -t). CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/01 02:37:43 Modified files: build : support.dat . : support.html Log message: add openbsd.amsterdam CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/01 03:35:30 Modified files: sys/dev/pci/drm/include/linux: dma-fence-chain.h Log message: avoid uninitialised var use in drm_syncobj.c We don't walk the chain in dma_fence_chain_for_each() but can provide the first fence. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/01 04:05:09 Modified files: sys/arch/powerpc64/dev: xicp.c Log message: correct size argument to free(9) ok kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/01 04:25:27 Modified files: usr.sbin/rpki-client: main.c Log message: Make the repotab (rt) a global instead of passing the value around as an argument. Will help with further changes. OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/01 05:06:47 Modified files: usr.sbin/rpki-client: main.c Log message: Rewrite the signal handler to just toggle a flag and then exit asap in the main loop. This removes a few portability issues. OK benno@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/01 08:02:08 Modified files: sys/net : pf_ioctl.c sbin/pfctl : parse.y Log message: rdomain IDs do not need to exist for "on rdomain N" to work Unlike "... rtable N", pf.conf(5)'s "on rdomain N" does not alter packet state and will always work no matter if rdomain N currently exists or not, i.e. the rule "pass on rdomain 42" will simply match (and pass) packets if rdomain 42 exists, and it will simply not match (neither pass nor block) packets if 42 does not exist. There's no need to reload the ruleset whenever routing domains are created or deleted, which can already be observed now by creating an rdomain, loading rules referencing it and deleting the same rdomain immediately afterwards: pf will continue to work as expected. Relax both pfctl(8)'s parser check as well as pf(4)'s copyin routine to accept any valid routing domain ID without expecting it to exist at the time of ruleset creation - this lifts the requirement to create rdomains before referencing them in pf.conf while keeping pf behaviour unchanged. Prompted by yasuoka's recent pfctl parse.y r1.702 commit requiring an rtable to exist upon ruleset creation. Discussed with claudio and bluhm at k2k20. Feedback sashan OK sashan yasouka claudio CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/01 09:42:15 Modified files: sys/dev/pci : pcidevs Log message: Add Intel 400-series I2C devices. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/01 09:42:53 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/01 09:43:41 Modified files: sys/dev/pci : dwiic_pci.c Log message: Attach on Intel 400-series chipsets. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/01 11:28:14 Modified files: sys/arch/powerpc64/conf: GENERIC files.powerpc64 sys/dev/wscons : wsconsio.h Added files: sys/arch/powerpc64/dev: astfb.c Log message: Add astfb(4), a driver for the framebuffer of the Aspeed BMC found on many POWER8 and POWER9 systems. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/01 11:29:39 Modified files: sbin/wsconsctl : util.c Log message: Teach wsconsctl about astfb(4). CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/01 12:38:49 Modified files: sbin/iked : ikev2_pld.c Log message: Skip DELETE payload responses only after they are validated. ok patrick@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/01 13:57:00 Modified files: usr.sbin/rpki-client: tal.c Log message: In OpenSSL 1.1.x EVP_ENCODE_CTX is an opaque struct and has to be allocated with EVP_ENCODE_CTX_new(). Do this once on the first call and keep the context around for all subsequent calls. OK tb@ and benno@ CVSROOT: /cvs Module name: src Changes by: ians@cvs.openbsd.org 2020/10/01 16:30:14 Modified files: usr.bin/mandoc : apropos.1 Log message: add example to apropos.1 to list all manuals in a given section ok schwarze@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/01 16:47:26 Modified files: usr.bin/mandoc : apropos.1 Log message: add a missing .Pp CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/01 22:02:46 Modified files: sys/dev/pci/drm/i915/display: intel_vga.c Log message: adjust for reversed outb arguments linux uses CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/02 01:53:58 Modified files: regress/lib/libcrypto/x509/bettertls: verify.c Log message: Make this test compile against OpenSSL 1.1 The X509_STORE_CTX struct is opaque in OpenSSL 1.1. To avoid reaching inside it, reuse the trusted certificate store that was just assigned to it and use X509_STORE_CTX_get0_param(3) to access the verification parameters. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/02 02:07:33 Modified files: regress/lib/libcrypto/x509/bettertls: Makefile Log message: Tidy up: no need to link statically against libcrypto and no need to look at its private headers either. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/02 02:11:49 Modified files: regress/lib/libcrypto/x509/bettertls: Makefile Log message: Use += and ?= and tidy up whitespace CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/02 02:15:00 Added files: . : 68.html Log message: add substance to the 6.8 hype. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/02 02:16:32 Modified files: . : 68.html Log message: fix version number CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/02 03:11:26 Modified files: . : 68.html Log message: Improved userland timecounter description and moved it to the top of general improvements. If there are other related changes, we could put it into its own section? CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/02 03:14:33 Modified files: sys/net : pf_ioctl.c Log message: relax check for valid onrdomain range. onrdomain is -1 if the value is unused by the rule. So skip the rest of the check in that case. Fixes rulest loading for semarie@ OK semarie@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2020/10/02 03:32:14 Modified files: openssh : specs.html Log message: Add RFC8709 (Ed25519) CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/10/02 03:35:14 Modified files: . : 68.html Log message: adjust drm and mesa versions CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/10/02 03:46:35 Modified files: . : 68.html Log message: adding an entry to usbdevs is not adding support for Bluetooth CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/10/02 03:52:03 Modified files: . : 68.html Log message: change multiple uses of "I25" to "I2S" CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/02 04:03:18 Modified files: regress/lib/libcrypto/x509/bettertls: Makefile Log message: Add possibility to link and run this test against the OpenSSL 1.1.1 package using the make variable EOPENSSL11. Suggested by jsing CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/10/02 04:20:41 Modified files: . : 68.html Log message: correct some typos and case CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/10/02 04:51:28 Modified files: . : 68.html Log message: remove mention of an early problem with linux 5.7 drm CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/10/02 05:09:27 Modified files: . : 68.html Log message: Remove items on providing a string for a device id which don't change whether a device is supported or not. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/02 05:14:36 Modified files: . : 68.html Log message: just have a placeholder for powerpc64 for now, kettenis is going to do something about it CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/10/02 05:21:23 Modified files: . : 68.html Log message: first package counts CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/02 05:31:57 Modified files: . : 68.html Log message: delete the mandoc section and move the two items to the general section; there is not enough substance for a dedictaed section in this release CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/02 09:43:48 Modified files: usr.bin/openssl: s_server.c Log message: Add -[46] nops for compatibility with the OpenSSL s_server On OpenBSD it's necessary to use the eopenssl11 s_server with either -4 or -6 to choose an address family. I often want to try something with an OpenSSL server and then test the same thing with LibreSSL or vice versa. Adding and removing -4s on top of editing the command is annoying and distracting. This commits teaches our s_server to ignore -4 and -6 and thus makes commands that work with eopenssl11 more likely to work with openssl(1). These options are deliberately undocumented and don't show up in help listings. ok bcook inoguchi jsing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/02 09:45:23 Modified files: sys/kern : kern_time.c sys_generic.c vfs_syscalls.c Log message: expose timeval/timespec from system calls into ktrace, before determining if they are out of range, making it easier to isolate reason for EINVAL ok cheloha CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/10/02 09:46:00 Modified files: sbin/unwind : frontend.c Log message: Plug leak of 'str': at the end of the strsep() loop it is NULL, so freeing it is a no-op. Leak detected by my experimental malloc leak detector. ok florian@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/02 10:59:46 Modified files: . : 68.html Log message: stsp@ tells me that dwge(4) is boring old ethernet. rest of the wifi section ok stsp@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/02 12:41:51 Modified files: sys/dev/pci : pcidevs Log message: Add Intel 500-series I2C devices. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/02 12:42:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/02 12:43:14 Modified files: sys/dev/pci : dwiic_pci.c Log message: Attach on Intel 500-series chipsets. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 12:45:00 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-3.7.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 12:45:24 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-LibreNMS_Config_php patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-1.68 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 12:45:24 Modified files: mail/roundcubemail: Makefile distinfo Log message: update to roundcubemail-1.4.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 12:46:03 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update unifi/testing to 6.0.24 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 12:47:15 Modified files: net/ntopng : Makefile distinfo net/ntopng/patches: patch-Makefile_in patch-autogen_sh patch-configure_seed patch-include_ntop_defines_h patch-include_ntop_includes_h patch-nDPI_Makefile_am patch-nDPI_src_lib_Makefile_in patch-src_DummyInterface_cpp patch-src_HTTPserver_cpp patch-src_LuaEngine_cpp patch-src_NetworkInterface_cpp patch-src_TimeseriesExporter_cpp net/ntopng/pkg : PLIST Added files: net/ntopng/patches: patch-nDPI_autogen_sh patch-nDPI_src_lib_ndpi_community_id_c patch-src_InfluxDBTimeseriesExporter_cpp patch-src_Ntop_cpp patch-src_PcapInterface_cpp patch-src_SyslogCollectorInterface_cpp Removed files: net/ntopng/patches: patch-src_CommunityIdFlowHash_cpp Log message: update ntopng to commits from the 4.0-stable (ntopng) and 3.2-stable (ndpi) branches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 12:50:59 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-auto_def Log message: update to neomutt-20200925 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 12:51:13 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt patch-cmake_Toolset_cmake mail/rspamd/pkg: PLIST Log message: update to rspamd-2.6 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/02 13:13:07 Modified files: mail/claws-mail: Makefile distinfo Removed files: mail/claws-mail/patches: patch-src_plugins_spamassassin_spamassassin_gtk_c Log message: Update to claws-mail-3.17.7 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/02 13:14:58 Modified files: productivity/ledger: Makefile distinfo productivity/ledger/pkg: PLIST Log message: Update to ledger-3.2.1 Diff from Martin Ziemer CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/02 13:16:53 Modified files: lang/abcl : Makefile distinfo Log message: Update to abcl-1.7.1 From maintainer Timo Myyrä CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/02 13:19:16 Modified files: databases/py-minidb: Makefile distinfo Log message: Update to py-minidb-2.0.4 Diff from wen heping CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/10/02 13:19:22 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/10/02 13:22:09 Modified files: telephony/siproxd: Makefile distinfo telephony/siproxd/patches: patch-doc_siproxd_conf_example patch-src_Makefile_in patch-src_siproxd_c telephony/siproxd/pkg: PLIST Log message: Update to 0.8.3 and take maintainer. Changes: - mostly bugfixes and performance improvements New plugins: - plugin_stats: write some statistics about currently active calls - plugin_blacklist: new plugin to block UACs that cause excessive failures during REGISTER attempts CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/02 13:29:32 Modified files: net/dhcpcd : Makefile distinfo Added files: net/dhcpcd/patches: patch-src_if-bsd_c patch-src_if_c patch-src_if_h Log message: Update to 9.2.0 again with cherry-picked pppoe(4) fix Reverting to 9.1.4 fixed it for naddy but left it broken for me; this time apply the following commit "mak[ing] pppoe(4) interfaces more reliable on FreeBSD and OpenBSD", fixing dhcpcd in my setup as well. https://roy.marples.name/cgit/dhcpcd.git/commit/?id=e675d4dde0d865b6ffc7de733623a52852d284ff Feedback OK sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/02 13:38:39 Modified files: regress/lib/libcrypto/x509/bettertls: Makefile README Log message: spelling, punctuation, whitespace CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/02 13:44:42 Modified files: www/youtube-dl : Makefile distinfo Log message: Update to youtube-dl-2020.09.20 Diff from Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/02 14:02:03 Modified files: sbin/iked : ikev2.c Log message: Send AUTH_FAILED in ikev2_ike_auth_recv() if the message did not contain an AUTH payload and the policy does not use EAP authentication. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2020/10/02 14:18:32 Modified files: textproc/igor : Makefile textproc/igor/patches: patch-igor_1 Log message: 1. update a .Lk, patch from Alan ; upstream agrees 2. fix a wrong .Xr; i shall also report this upstream OK sthen@ tb@ kn@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/02 14:20:09 Modified files: . : 68.html Log message: add section for OpenSSH 8.4, ok dtucker CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/02 14:21:57 Modified files: . : 68.html Log message: there will be powerpc64 packages CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/02 14:23:33 Modified files: . : 68.html Log message: this seems to be correct CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2020/10/02 14:55:53 Modified files: . : 68.html Log message: Mention powerpc64. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2020/10/02 14:58:06 Modified files: . : 68.html Log message: Verified usertc acrhitectures. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/02 14:58:44 Modified files: . : 68.html Log message: delete a section which is not needed CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/02 15:01:41 Modified files: . : 68.html Log message: more junk deletion CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/02 15:05:36 Modified files: . : 68.html Log message: more cleanup CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2020/10/02 15:18:21 Modified files: . : 68.html Log message: powerpc64 install instructions CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2020/10/02 15:20:52 Modified files: . : 68.html Log message: .fs -> .img in the install instructions; mention install68.img in the powerpc64 instructions as well. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/02 15:25:00 Modified files: . : 68.html Log message: Mention ldomctl/ldom.conf changes, move unrelated changes to their sections CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/02 15:31:25 Modified files: . : powerpc64.html Log message: talk about 6.8 in the past, it's to easy to forget this bit when we do the release. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 15:40:25 Modified files: editors : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm editors/py-qscintilla: Makefile Added files: editors/py-qscintilla/pkg: DESCR PLIST Removed files: editors/py-qscintilla/pkg: DESCR-common DESCR-main PLIST-common PLIST-main Log message: move py-qscintilla to py3-only, from kn@ merge old py-qscintilla-common into py3-scintilla, from me, ok kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/02 15:40:35 Modified files: geo/qgis : Makefile Log message: bump, py-qscintilla pkgpath changed CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/02 15:50:06 Modified files: . : 68.html Log message: Add rtable/rdomain changes CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/10/02 16:04:17 Log message: gimp-resynthesizer-plugin is a popular gimp plugin that can recreate missing content and complete patterns so that they are tileable. it is actually completely different from liquid-rescale and has lots of other applications, such as quickly removing selections from images. okay solene@ Status: Vendor Tag: espie Release Tags: ports N ports/graphics/gimp/resynthesizer/Makefile N ports/graphics/gimp/resynthesizer/distinfo N ports/graphics/gimp/resynthesizer/pkg/PLIST N ports/graphics/gimp/resynthesizer/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/10/02 16:05:15 Modified files: graphics/gimp : Makefile Log message: +resynthesizer CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/02 16:16:10 src/share/man/man4/man4.powerpc64 Update of /cvs/src/share/man/man4/man4.powerpc64 In directory cvs.openbsd.org:/tmp/cvs-serv42608/man4.powerpc64 Log Message: Directory /cvs/src/share/man/man4/man4.powerpc64 added to the repository CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/10/02 16:16:59 Modified files: . : 68.html Log message: remove powerpc64 drivers from arm section CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/02 16:17:28 Added files: share/man/man4/man4.powerpc64: Makefile astfb.4 intro.4 Log message: intro(4) and astfb(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/02 16:18:52 Modified files: share/man/man4 : Makefile Log message: Add man4.powerpc64 to SUBDIR. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/02 16:24:17 Modified files: . : 68.html Log message: Add libpcap and tcpdump fixes CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/02 16:30:23 Modified files: . : 68.html Log message: In "Enabled btrace(8)" mention dt(4) not being enabled yet for clarity CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2020/10/02 16:44:53 Modified files: . : 68.html Log message: remove some more entries CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/02 16:58:20 Modified files: audio/ruby-vorbis_comment: Makefile distinfo Log message: Update to vorbis_comment 1.0.3 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/02 17:10:22 Modified files: . : 68.html Log message: additional section does not look interesting CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2020/10/02 18:23:55 Modified files: sys/net : if.c Log message: Introduce `if_cloners_lock' rwlock and use it to serialize if_clone_{create,destroy}(). This fixes the races described below. if_clone_{create,destroy}() are kernel locked, but since they touch various sleep points introduced by rwlocks and M_WAITOK allocations, without serialization they can intersect due to race condition. The avoided races are: 1. While performing if_clone_create(), concurrent thread which performing if_clone_create() can attach `ifp' with the same `if_xname' and made inconsistent `if_list' where all attached interfaces linked. 2. While performing if_clone_create(), concurrent thread which performing if_clone_destroy() can kill this incomplete `ifp'. 3. While performing if_clone_destroy(), concurrent thread which performing if_clone_destroy() can kill this dying `ifp'. ok claudio@ kn@ mpi@ sashan@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/02 18:37:07 Modified files: bin/md5 : md5.c Log message: Use ferror() to check for write error, not the fflush() return value. We can't rely on buffering to catch write errors in fflush(). Based on a diff from Demi M. Obenour, OK kn@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/02 20:18:33 Modified files: usr.bin/ssh : scp.1 Log message: split introductory paragraph, and insert ominous words about the glob issue, which cannot be fully fixed and really requires completely replacing scp with a completely different subsystem. team effort to find the right words.. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/02 21:40:38 Modified files: usr.bin/ssh : sk-usbhid.c Log message: want time.h here too CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/02 22:15:06 Modified files: usr.bin/ssh : myproposal.h ssh_config.5 sshd_config.5 Log message: prefer ed25519 signature algorithm variants to ECDSA; ok markus@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/02 23:38:02 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome to 5.15.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/02 23:56:33 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins to 2.259 CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/10/02 23:58:52 Modified files: distrib/powerpc64/iso: Makefile Log message: Add bsd.mp to powerpc64's installXX.{img,iso} ok deraadt@ CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/10/03 00:22:20 Modified files: sys/arch/macppc/stand: conf.c main.c Log message: Increase CLAIM_LIMIT from 11M to 14M to make room for retguard The kernel text will grow larger when retguard adds code to many functions to check their return addresses. The entire kernel (including text, data, bss, symbol table, and ramdisk) must fit under the CLAIM_LIMIT. A kernel that overflows this limit may fail very quickly, by causing a "DEFAULT CATCH!" error in Open Firmware. Crank version to "1.10", so I can see whether the running ofwboot uses the higher CLAIM_LIMIT. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/03 01:21:50 Modified files: audio/cantata : Makefile distinfo Log message: Update to cantata 2.4.2 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/03 01:31:12 Modified files: sys/dev : kcov.c Log message: Collect coverage from interrupts. Currently limited to remote sections which allows coverage of timeouts executed from softclock to be collected. During boot, a dedicated coverage buffer per CPU is allocated which is used to collect coverage in interrupts. The kcov implementation in Linux recently added the same functionality. ok mpi@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/03 01:32:42 Modified files: share/man/man9 : kcov_remote_register.9 Log message: Mention that kcov_remote_enter() and kcov_remote_leave() can now be called from interrupt context. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/03 01:33:45 Modified files: regress/sys/dev/kcov: kcov.c Log message: sync usage CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/03 01:35:07 Modified files: regress/sys/dev/kcov: Makefile kcov.c Log message: add kcov remote interrupt coverage test CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/03 01:36:08 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: update to tlsfuzzer 20201002 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/03 01:37:45 Modified files: security/py-tlsfuzzer: distinfo Log message: fix typo in previous CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/03 02:11:28 Modified files: usr.bin/ssh : sshconnect.c sshconnect.h sshconnect2.c kex.h Log message: record when the host key checking code downgrades a certificate host key to a plain key. This occurs when the user connects to a host with a certificate host key but no corresponding CA key configured in known_hosts; feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/03 02:12:59 Modified files: usr.bin/ssh : clientloop.c Log message: disable UpdateHostkeys when a wildcard hostname pattern is encountered or when a certificate host key is in use. feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/03 02:30:47 Modified files: usr.bin/ssh : readconf.c ssh_config.5 Log message: enable UpdateHostkeys by default when the configuration has not overridden UserKnownHostsFile; ok markus@ "The timing is perfect" deraadt@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/10/03 02:37:39 Modified files: www/ephemetoot : Makefile distinfo www/ephemetoot/pkg: PLIST Removed files: www/ephemetoot/patches: patch-bin_ephemetoot Log message: update www/ephemetoot to 3.1.0 port switches from GH to pypi distribution. ok solene@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/10/03 02:40:11 Modified files: www/hugo : Makefile distinfo Log message: update www/hugo to 0.75.1 bugfix release Changelog: * resources/image: Fix nilpointer for images with no Exif [#7688] * modules/npm: Preserve the original package.json if it exists [#7690] * tpl: Fix grammar in the new 'requires non-zero' error message [cd830bb0] ok solene@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/03 03:22:26 Modified files: usr.bin/ssh : misc.c misc.h mux.c readconf.c readpass.c ssh-agent.c ssh.c sshconnect.c sshd.c Log message: There are lots of place where we want to redirect stdin, stdout and/or stderr to /dev/null. Factor all these out to a single stdfd_devnull() function that allows selection of which of these to redirect. ok markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:02:23 Modified files: devel/py-gobject3: Makefile Added files: devel/py-gobject3/pkg: DESCR PLIST Removed files: devel/py-gobject3/pkg: DESCR-common DESCR-main PFRAG.no-python3-main PFRAG.python3-main PLIST-common PLIST-main Log message: Make this python3 only. Merge -main and -common. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:02:44 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-gobject3' => 'py3-gobject3' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:11:41 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.64.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:16:19 Modified files: devel/libsigc++-2: Makefile distinfo devel/libsigc++-2/pkg: PLIST Log message: Update to libsigc++-2.10.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:22:12 Modified files: devel/libsigc++30: Makefile distinfo devel/libsigc++30/pkg: PLIST Log message: Update to libsigc++30-3.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:25:36 Modified files: devel/mm-common: Makefile distinfo Log message: Update to mm-common-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:30:20 Modified files: textproc/libxml++: Makefile distinfo textproc/libxml++/pkg: PLIST Log message: Update to libxml++-2.42.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:36:43 Modified files: textproc/libxml++3: Makefile distinfo textproc/libxml++3/pkg: PLIST Log message: Update to libxml++3-3.2.2. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/10/03 04:42:49 Modified files: games/scummvm : Makefile distinfo games/scummvm/patches: patch-Makefile_common patch-configure games/scummvm/pkg: PLIST Log message: update to scummvm 2.2.0 from Donovan Watteau includes changes from kmos@ to depend on liba52 for zvision and adds a few more deps. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:52:36 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.50.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 04:54:27 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: Update to gtk-doc-1.33.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 05:15:20 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 05:21:17 Modified files: sysutils/terraform: Makefile distinfo Removed files: sysutils/terraform/patches: patch-vendor_github_com_apparentlymart_go-userdirs_userdirs_app_stub_go patch-vendor_github_com_apparentlymart_go-userdirs_userdirs_app_unix_go Log message: Update to terraform-0.13.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 05:35:24 Modified files: print/cups-filters: Makefile distinfo Log message: update to cups-filters-1.28.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 05:51:50 Modified files: x11/gnome/dconf-editor: Makefile distinfo Log message: Update to dconf-editor-3.36.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:24:55 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Log message: Update to stellarium-0.20.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:25:18 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-312.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:30:51 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.0.196.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:34:15 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.25.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:35:33 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.18.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:36:40 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-7.5.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:40:28 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.18.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:40:38 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.15.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 06:40:56 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.152. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 07:03:00 Modified files: x11/gnome/aisleriot: Makefile distinfo x11/gnome/aisleriot/pkg: PLIST Log message: Update to aisleriot-3.22.12. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/03 07:12:35 Modified files: databases/mariadb: Makefile databases/mariadb/pkg: PLIST-main PLIST-server Log message: move mariadb-waitpid to -main, from Mikolaj Kucharski/brad/me CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 07:13:07 Modified files: graphics/cairomm: Makefile distinfo graphics/cairomm/pkg: PLIST Log message: Update to cairomm-1.14.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/03 07:17:04 Modified files: devel/boost : Makefile devel/boost/patches: patch-boost_config_compiler_clang_hpp Removed files: devel/boost/patches: patch-boost_config_compiler_gcc_hpp Log message: devel/boost: remove patches that are no long necessary now that some archs have moved to Clang and we no longer mix and match old and new GCC on non-Clang archs. From Brad, has gone through bulks on sparc64 i386. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/03 07:18:39 Modified files: graphics/libavif: Makefile distinfo graphics/libavif/patches: patch-src_codec_aom_c Log message: update to libavif 0.8.1, from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/03 07:19:37 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-configure patch-examples_mk patch-libs_mk Log message: update to libvpx-1.9.0, from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 07:20:27 Modified files: graphics/cairomm: Makefile Log message: Fix PORTROACH. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 07:27:21 Log message: Import cairomm16-1.16.0. This library provides a C++ interface to cairo. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201003 N ports/graphics/cairomm16/distinfo N ports/graphics/cairomm16/Makefile N ports/graphics/cairomm16/pkg/DESCR N ports/graphics/cairomm16/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 07:27:51 Modified files: graphics : Makefile Log message: +cairomm16 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/03 07:30:12 Modified files: misc/tkman : Makefile misc/tkman/patches: patch-Makefile Log message: Remove dependency on glimpse textproc/glimpse is outdated, dead and many alternatives are around; this old tkman port is the only user and can be used without glimpse. Maintainer timeout OK kmos on complete removal of the port OK schwarze who prodded removing the dependency CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 07:39:32 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-installer_core_install_py patch-prnt_cupsext_cupsext_c patch-scan_sane_hpaio_c print/hplip/pkg: PLIST-hpijs Removed files: print/hplip/patches: patch-protocol_discovery_mdns_c Log message: Update to hplip-3.20.9. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/10/03 07:39:56 Modified files: usr.sbin/ospf6d: rde_lsdb.c Log message: The new intra area db entry has to be saved into the tree before orig_intra_area_prefix_lsas() is called. If not, the ospf6d will not announce the new intra area db for a newly learned link from another ospf router of the broadcast domain. OK denis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 07:40:45 Modified files: x11/yaru : Makefile distinfo x11/yaru/pkg : PLIST Log message: Update to yaru-20.10.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 08:00:53 Modified files: net/coredns : Makefile Log message: Add a small comment as to why we cannot update yet. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 08:01:17 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.2. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/03 08:24:17 Modified files: graphics/birdfont: Makefile distinfo Log message: update to birdfont-2.29.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/03 08:25:47 Modified files: sysutils/py-pynetbox: Makefile distinfo Log message: update to pynetbox-5.1.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/03 08:37:38 Modified files: net/xl2tpd : Makefile distinfo net/xl2tpd/pkg : README Log message: - update to xl2tpd-1.3.15 - various portcheck fixes from new maintainer Alex Naumov CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/03 08:39:16 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox-esr 78.3.1. See https://www.mozilla.org/en-US/firefox/78.3.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/03 08:39:19 Modified files: lang/vala : Makefile distinfo Log message: update to vala-0.48.11 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/03 08:40:05 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 81.0.1. See https://www.mozilla.org/en-US/firefox/81.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/03 08:41:23 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-3.1.6 Changelog: https://github.com/gavinhoward/bc/releases/tag/3.1.6 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/03 08:53:15 Modified files: regress/lib/libcrypto/x509/bettertls: README Log message: typo CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/03 08:58:48 Modified files: games/ezquake : Makefile distinfo Log message: Update to ezquake-3.2.2 From maintainer Tom Murphy CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/03 09:19:47 Modified files: regress/lib/libcrypto/x509/bettertls: verify.c Log message: KNF CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/03 09:40:01 Modified files: audio/pithos : Makefile audio/quodlibet: Makefile audio/rgain : Makefile audio/rhythmbox: Makefile audio/sonata : Makefile comms/sigrok/libsigrok: Makefile devel/glade : Makefile devel/libgit2/libgit2-glib: Makefile devel/libpeas : Makefile devel/py-liblarch: Makefile devel/py-urwid : Makefile editors/abiword: Makefile graphics/libgexiv2: Makefile graphics/mypaint: Makefile graphics/py-matplotlib: Makefile graphics/xdot : Makefile inputmethods/ibus: Makefile misc/gpsd : Makefile misc/gramps : Makefile misc/redshift : Makefile multimedia/devede: Makefile multimedia/gstreamer1/py-gstreamer: Makefile net/avahi : Makefile net/deluge : Makefile net/gpodder : Makefile print/system-config-printer: Makefile productivity/gtg: Makefile productivity/rednotebook: Makefile productivity/tryton/5.0/tryton: Makefile productivity/tryton/5.2/tryton: Makefile security/py-keyring: Makefile security/py-secretstorage: Makefile sysutils/d-feet: Makefile sysutils/menulibre: Makefile sysutils/virt-manager: Makefile textproc/catfish: Makefile textproc/meld : Makefile textproc/nfoview: Makefile x11/arandr : Makefile x11/dbus-python: Makefile x11/gnome/accerciser: Makefile x11/gnome/caribou: Makefile x11/gnome/chrome-gnome-shell: Makefile x11/gnome/eog-plugins: Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/gvfs : Makefile x11/gnome/libgnome-keyring: Makefile x11/gnome/libsecret: Makefile x11/gnome/music: Makefile x11/gnome/orca : Makefile x11/gnome/py-atspi: Makefile x11/gnome/shell: Makefile x11/gnome/totem: Makefile x11/gnome/tracker: Makefile x11/gnome/tracker-miners: Makefile x11/gnome/tweaks: Makefile x11/mate/menu-advanced: Makefile x11/screenkey : Makefile x11/terminator : Makefile Log message: Bump after py-gobject3 merge. CVSROOT: /cvs Module name: www Changes by: kevlo@cvs.openbsd.org 2020/10/03 10:21:19 Modified files: . : 68.html Log message: rge(4) is an Ethernet network driver. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/03 11:07:44 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.2.6. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/03 11:09:00 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2020-10. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/03 11:10:09 Modified files: lib/libssl : d1_pkt.c Log message: Inline two macros that are only used in one place each. This improves readability - while here also add a missing return value check (although it cannot currently fail). ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/03 11:11:28 Modified files: lib/libssl : d1_pkt.c Log message: Make dtls1_copy_record() take a DTLS1_RECORD_DATA_INTERNAL *. This removes the need for extra variables and casts. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/03 11:22:27 Modified files: lib/libssl : tls13_record_layer.c Log message: Rename tls13_record_layer_alert() to tls13_record_layer_enqueue_alert() This avoids naming confusion with an upcoming TLSv1.2 record layer change and is more descriptive of this function. Requested by tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/03 11:35:17 Modified files: lib/libssl : d1_pkt.c s3_cbc.c ssl_locl.h ssl_pkt.c t1_enc.c tls12_record_layer.c Log message: Reimplement the TLSv1.2 record handling for the read side. This is the next step in replacing the TLSv1.2 record layer. The existing record handling code does decryption and processing in place, which is not ideal for various reasons, however it is retained for now as other code depends on this behaviour. Additionally, CBC requires special handling to avoid timing oracles - for now the existing timing safe code is largely retained. ok beck@ inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/03 11:54:27 Modified files: lib/libssl : d1_lib.c ssl_locl.h ssl_methods.c Log message: Use TLSv1_1_enc_data instead of DTLSv1_enc_data. DTLSv1 is TLSv1.1 over datagrams - there is no need for a separate SSL3_ENC_METHOD struct, just use TLSv1_1_enc_data and remove DTLSv1_enc_data entirely. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/03 12:01:55 Modified files: lib/libssl : Makefile ssl_clnt.c ssl_locl.h ssl_srvr.c Removed files: lib/libssl : d1_clnt.c d1_srvr.c Log message: Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c The d1_{clnt,srvr}.c contain a single function each - merge these into the ssl_{clnt,srvr}.c, renaming them with an ssl3_ prefix for consistency. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/03 12:17:09 Modified files: share/man/man4/man4.powerpc64: Makefile Added files: share/man/man4/man4.powerpc64: xicp.4 xics.4 xive.4 Log message: xicp(4), xics(4) and xive(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/03 12:18:44 Modified files: share/man/man4/man4.powerpc64: astfb.4 Log message: Add HISTORY and AUTHORS sections. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/03 12:27:41 Modified files: share/man/man4/man4.powerpc64: Makefile Added files: share/man/man4/man4.powerpc64: opal.4 opalcons.4 opalsens.4 Log message: opal(4), opalcons(4) and opalsens(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/03 12:33:25 Modified files: share/man/man4/man4.powerpc64: Makefile Added files: share/man/man4/man4.powerpc64: phb.4 Log message: phb(4) CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/03 14:23:08 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c ikev2_pld.c Log message: React to DELETE notifications only in INFORMATIONAL messages and move the logic closer to the other INFORMATIONAL payloads. Add some more sanity checks while we're at it. ok patrick@ CVSROOT: /cvs Module name: www Changes by: patrick@cvs.openbsd.org 2020/10/03 14:37:32 Modified files: . : 68.html Log message: The pcamux(4) I2C switch is called PCA9548. The leading 8 was a typo in the commit message, which got copied into here. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/03 14:38:46 Log message: Import docker-cli-19.03.13 ok paco@ Inputs from sthen@ Port submitted by Muhammad Kaisar Arkhan The Docker command-line tool allows you to control Docker hosts. You can use it to build docker images, start docker containers, execute commands inside containers, see running containers, and view logs. Status: Vendor Tag: solene Release Tags: solene_20201003 N ports/sysutils/docker-cli/Makefile N ports/sysutils/docker-cli/distinfo N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_continuity_devices_devices_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_continuity_driver_driver_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_continuity_driver_lchmod_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_continuity_fs_copy_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_continuity_sysx_nodata_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_containerd_content_local_store_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_containerd_snapshotter_default_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_containerd_sys_stat_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_continuity_fs_stat_openbsd_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_continuity_hardlinks_unix_go N ports/sysutils/docker-cli/patches/patch-vendor_github_com_containerd_continuity_resource_unix_go N ports/sysutils/docker-cli/pkg/PLIST N ports/sysutils/docker-cli/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/03 14:39:18 Modified files: sysutils : Makefile Log message: + docker-cli CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/03 14:48:07 Modified files: . : 68.html Log message: wireless driver and protocol changes, from stsp@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/03 16:35:32 Modified files: share/man/man4/man4.powerpc64: phb.4 Log message: tweak previous; ok kettenis CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/10/03 21:04:02 Modified files: usr.bin/ssh : sftp.c Log message: Allow full range of UIDs and GIDs for sftp chown and chgrp on 32bit platforms instead of being limited by LONG_MAX. bz#3206, found by booking00 at sina.cn, ok markus@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/04 00:07:08 Modified files: games : Makefile Removed files: games/instead-launcher: Makefile distinfo games/instead-launcher/patches: patch-mainwindow_cpp games/instead-launcher/pkg: DESCR PLIST Log message: Remove Qt4 instead-launcher Upsteam said it was dropped and replaced by InsteadMan 3 (GTK). https://github.com/instead-hub/instead-launcher/issues/2#issuecomment-688618824 ok solene@, merci CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/04 00:11:19 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register instead-launcher removal CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/04 00:59:16 Modified files: sys/net : if_tun.c Log message: fix indent CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/10/04 01:24:26 ports/math/cddlib/patches Update of /cvs/ports/math/cddlib/patches In directory cvs.openbsd.org:/tmp/cvs-serv93889/patches Log Message: Directory /cvs/ports/math/cddlib/patches added to the repository CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/04 01:24:46 Modified files: usr.sbin/ospf6d: rde_lsdb.c Log message: Fix indent CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/10/04 01:27:37 Modified files: math/cddlib : Makefile distinfo math/cddlib/pkg: PLIST Added files: math/cddlib/patches: patch-Makefile_am patch-lib-src_Makefile_gmp_am Log message: Update cddlib to 0.94l. Initial diff from maintainer Dimitri Karamazov OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/04 01:56:22 Modified files: audio/rgain : Makefile Log message: Add missing dependency on audio/py-mutagen Help and OK kmos@ CVSROOT: /cvs Module name: www Changes by: jmatthew@cvs.openbsd.org 2020/10/04 03:21:40 Modified files: . : 68.html Log message: List network drivers with multi-queue in one place CVSROOT: /cvs Module name: www Changes by: jmatthew@cvs.openbsd.org 2020/10/04 03:25:38 Modified files: . : 68.html Log message: mcx(4) also does hardware checksumming now CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/04 03:45:01 Modified files: usr.bin/ssh : hostfile.c hostfile.h sshconnect.c sshconnect2.c Log message: when ordering host key algorithms in the client, consider the ECDSA key subtype; ok markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/04 03:58:44 Modified files: graphics/cairomm: Makefile Log message: Better PORTROACH marker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/04 04:03:08 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/pkg: PLIST Log message: Update to yelp-3.36.1. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 04:35:35 Modified files: sys/dev/pci : pcidevs Log message: add more Intel 400 Series LP PCH and Comet Lake graphics ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 04:36:55 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/04 05:38:59 Modified files: games/barony : Makefile distinfo games/barony/patches: patch-CMakeLists_txt Added files: games/barony/patches: patch-cmake_Modules_FindThreads_cmake Log message: Update to barony-3.3.7 This is the version currently available in GOG and EGS help for rapidjson and ok brynet@ contribution from rsadowski@ for the Cmake patch maintainer David Carlier ok CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/04 06:44:49 Modified files: share/man/man4 : bpe.4 vlan.4 Log message: Fix IEEE 802.1Q link CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/04 08:34:19 Modified files: sysutils/fff : Makefile distinfo sysutils/fff/pkg: PLIST Log message: Update to fff-2.2 From Dimitri Karamazov (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/04 08:34:48 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-3.8 Changes: https://github.com/git-cola/git-cola/blob/v3.8/CHANGES.rst CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/04 08:36:12 Modified files: net/ocserv : Makefile distinfo net/ocserv/patches: patch-configure_ac patch-doc_sample_config patch-tests_multiple-routes Removed files: net/ocserv/patches: patch-src_config_c patch-src_main_c Log message: Update to ocserv-1.1.1 Changes: https://ocserv.gitlab.io/www/changelog.html Remove patches, which have been merged upstream. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/04 09:37:36 Removed files: graphics/libavif/patches: patch-src_codec_aom_c Log message: rm empty file CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/04 09:48:32 Modified files: net/nextcloudclient: Makefile distinfo net/nextcloudclient/patches: patch-src_gui_wizard_owncloudsetuppage_cpp Log message: Update nextcloudclient to 3.0.2 Update diff from Adriano Barbosa (maintainer) with a missing runtime fix by Eric JACQUOT. Nextcloudclient apparently needs x11/qt5/qtgraphicaleffects (plugin) at runtime. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/10/04 09:51:54 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2020/10/04 11:05:59 Modified files: . : 68.html Log message: The installer handles multiple root disks when an upgrade got initiated by sysupgrade(8). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/04 11:07:30 Modified files: mail/enigmail : Makefile distinfo Log message: Update to enigmail 2.2.4 CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2020/10/04 11:14:09 Modified files: . : 68.html Log message: acme-client: - no need to mention tiny error reporting improvement - tab vs space - mention that we no support authorities requiring email contacts CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/04 12:33:40 Modified files: graphics/ffmpeg: Makefile distinfo x11/mplayer : Makefile Added files: graphics/ffmpeg/patches: patch-libavcodec_x86_h264_deblock_asm patch-libavfilter_x86_vf_blend_asm patch-libavutil_x86_x86inc_asm patch-libswscale_x86_yuv_2_rgb_asm Log message: update to FFmpeg 4.3.1, from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/04 12:34:17 Modified files: graphics/libplacebo: Makefile graphics/libplacebo/pkg: PLIST Log message: graphics/libplacebo: create static library. From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/04 12:35:45 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac Log message: update to VLC 3.0.11.1, from Brad. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/04 12:49:22 Modified files: sys/dev : kcov.c Log message: Remove outdated comment. CVSROOT: /cvs Module name: www Changes by: tobhe@cvs.openbsd.org 2020/10/04 13:13:46 Modified files: . : 68.html Log message: Added AES-GCM to iked default configuration. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/04 13:38:36 Modified files: build : mirrors.dat Log message: Add new mirror https://mirror.fsrv.services/pub/OpenBSD, run by Florian Bauer. Thanks for mirroring OpenBSD. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/04 13:39:41 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/04 14:03:57 Modified files: sys/arch/arm64/arm64: copy.S Log message: Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible. This makes sure a kcopy(9) that is a sequence of 64-bit or 32-bit values that are properly aligned is done atomically. This is needed for kbind(2) as it needs to update PLT/GOT entries atomically when doing lazy binding. This seems to fix some random SIGSEGV and SIGTRAP when linking stuff with ld.lld. ok deraadt@, patrick@, drahn@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/04 14:22:22 Modified files: sys/arch/powerpc64/powerpc64: locore.S Log message: Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible. This makes sure a kcopy(9) that is a sequence of 64-bit or 32-bit values that are properly aligned is done atomically. This is needed for kbind(2) as it needs to update PLT/GOT entries atomically when doing lazy binding. This seems to fix some random SIGSEGV and SIGTRAP when linking stuff with ld.lld. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2020/10/04 14:29:11 Modified files: . : 68.html Log message: 10768 aarch64 and 9688 sparc64 packages, respectively CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/04 15:44:53 Modified files: . : 68.html Log message: Split the "general" section because it was of excessive size, a plan that benno@ liked in general. I mostly reordered lines, but dropped two entries that detailed minor tweaks to a subsystems that was only introduced in this release in the first place (kstat -w, kstat filtering). I also deleted a bogus reference to kstat(8), which does not appear to exist. Besides, i moved three lines to the ARM section, and i moved the installboot and FFS2 stuff to the installer section. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/04 15:58:53 Modified files: sys/uvm : uvm_mmap.c Log message: Recent changes for PROT_NONE pages to not count against resource limits, failed to note this also guarded against heavy amap allocations in the MAP_SHARED case. Bring back the checks for MAP_SHARED from semarie, ok kettenis https://syzkaller.appspot.com/bug?extid=d80de26a8db6c009d060 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/04 16:12:48 Modified files: . : 68.html Log message: nesting on a block not needed CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/10/04 16:17:00 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.12.4 -> 1.12.5 Changelog: https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/04 17:23:55 Modified files: . : 68.html Log message: delete a bit of weird and annotate missing CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2020/10/04 19:45:58 Modified files: devel/valgrind : Makefile devel/valgrind/patches: patch-coregrind_link_tool_exe_openbsd_in Log message: Fix valgrind abort. ok tobhe@ CVSROOT: /cvs Module name: src Changes by: asou@cvs.openbsd.org 2020/10/04 19:56:17 Modified files: sys/kern : vfs_bio.c Log message: Fix write hang-up on file system on vnd. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 19:58:33 Modified files: sys/dev/pci : pcidevs Log message: add more Intel 500 Series LP PCH and Tiger Lake graphics ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 19:59:10 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 20:26:54 Modified files: sys/dev/pci/drm/include/drm: i915_pciids.h Log message: drm/i915/tgl: Add new PCI IDs to TGL From Swathi Dhanavanthri 3882581753d1cca0d32b5a8ad81791b79fb35d67 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 20:27:39 Modified files: sys/dev/pci/drm/i915: i915_devlist.h Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 23:28:13 Modified files: sys/dev/usb : usbdevs Log message: add more ure(4) ids found in lenovo version of realtek windows driver and linux ok kevlo@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 23:28:44 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/04 23:29:34 Modified files: sys/dev/usb : if_ure.c Log message: add more ure(4) ids found in lenovo version of realtek windows driver and linux ok kevlo@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/04 23:52:19 Modified files: bin/pax : tar.1 Log message: -f - can respresent both stdin and stdout; rework the text a little to make it read better; reported by roderick ok millert CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/10/05 02:11:45 Modified files: sysutils/firmware/amdgpu: Makefile distinfo sysutils/firmware/amdgpu/pkg: PLIST Log message: update amdgpu firmware to 20200918 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/05 02:54:28 Modified files: print/cups-filters: Makefile print/cups-filters/pkg: PLIST Log message: Use --with-pdftops-path instread of CONFIGURE_ENV and remove dependency on mupdf (we use qpdf by default). CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/10/05 03:19:05 Modified files: usr.sbin/ospfd : rde_lsdb.c Log message: Remove redundant code and lets code looks similar to the ospf6d counterpart. OK remi@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/05 03:53:01 Modified files: usr.bin/tmux : tmux.1 tmux.h tty-features.c tty-term.c tty.c Log message: Use the setal capability as well as (tmux's) Setulc. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/05 04:00:51 Modified files: usr.bin/tmux : resize.c Log message: Tidy the resize code, merge some common bits and add some comments. From "Mike" in GitHub issue 2392. CVSROOT: /cvs Module name: www Changes by: nicm@cvs.openbsd.org 2020/10/05 04:43:14 Modified files: . : 68.html Log message: Add/tweak tmux bits. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/05 05:04:40 Modified files: usr.bin/tmux : names.c tmux.1 Log message: Trim "s from process names; also fix a default format in man page. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/10/05 06:14:23 Modified files: graphics/gimp/resynthesizer: Makefile Log message: fix build CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/10/05 10:05:27 Log message: import graphics/fna3d ok solene@ DESCR: FNA3D was written to be used for FNA's Graphics namespace. It carries the same API design as XNA 4.0, with various implementations available at runtime (including Vulkan, OpenGL, Metal, and Direct3D). For shaders, we support Direct3D 9 Effect Framework binaries via MojoShader. Status: Vendor Tag: thfr Release Tags: thfr_20201005 N ports/graphics/fna3d/Makefile N ports/graphics/fna3d/distinfo N ports/graphics/fna3d/patches/patch-CMakeLists_txt N ports/graphics/fna3d/pkg/DESCR N ports/graphics/fna3d/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/10/05 10:06:51 Modified files: graphics : Makefile Log message: +fna3d CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/05 10:33:09 Modified files: lang/ruby : ruby.port.mk Log message: Remove ruby25 FLAVOR support from lang/ruby module OK kn@, jasper@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/05 10:33:46 Modified files: lang/ruby : Makefile Log message: Unhook Ruby 2.5 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/05 10:34:48 Removed files: lang/ruby/2.5 : Makefile distinfo lang/ruby/2.5/patches: patch-common_mk patch-compile_c patch-configure patch-ext_etc_etc_c patch-ext_extmk_rb patch-ext_openssl_extconf_rb patch-ext_openssl_openssl_missing_h patch-ext_ripper_depend patch-file_c patch-include_ruby_ruby_h patch-lib_fileutils_rb patch-lib_mkmf_rb patch-lib_rubygems_commands_install_command_rb patch-lib_rubygems_dependency_installer_rb patch-lib_rubygems_ext_ext_conf_builder_rb lang/ruby/2.5/pkg: DESCR-gdbm DESCR-main DESCR-ri_docs MESSAGE-main PLIST-gdbm PLIST-main PLIST-ri_docs UNMESSAGE-main Log message: Send Ruby 2.5 to the attic OK kn@, jasper@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/05 10:35:23 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 20 Test by Ricardo (thanks!) OK solene@ CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2020/10/05 10:36:49 Modified files: share/man/man5 : ruby-module.5 Log message: Update ruby-module.5 for removal of Ruby 2.5 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/05 10:49:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for removal of Ruby 2.5 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/05 11:13:13 Modified files: lang/ruby/2.7 : Makefile distinfo lang/ruby/2.7/patches: patch-configure lang/ruby/2.7/pkg: PLIST-main PLIST-ri_docs Log message: Update to Ruby 2.7.2 CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/10/05 12:11:58 Modified files: . : plus68.html Log message: 6.8 remaining bits why wait deraadt@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/05 13:20:22 Modified files: textproc/ruby-yard: Makefile Log message: Comment out TEST_DEPENDS when MODRUBY_TEST is commented out CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/05 13:21:17 Modified files: sbin/iked : ikev2.c Log message: Only handle AUTHENTICATION_FAILED for IKE_AUTH and INFORMATIONAL exchanges. Reply to INFORMATIONAL messages with AUTHENTICATION_FAILED before deleting the SA. ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/05 13:23:10 Modified files: net/dhcpcd : Makefile distinfo Removed files: net/dhcpcd/patches: patch-src_if-bsd_c patch-src_if_c patch-src_if_h Log message: update to dhcpcd-9.3.0 CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2020/10/05 13:26:12 Modified files: . : 68.html Log message: More FFS2 work CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/05 13:46:18 Modified files: security : Makefile mail/enigmail : Makefile mail/mutt : Makefile mail/neomutt : Makefile mail/notmuch/notmuch: Makefile mail/notmuch/notmuch/patches: patch-configure patch-test_test-lib-OPENBSD_sh patch-test_test-lib_sh productivity/mcds: Makefile security/gnupg : Makefile distinfo security/gnupg/patches: patch-doc_Makefile_in security/gnupg/pkg: DESCR PFRAG.ldap PLIST security/gopass: Makefile security/gpgme : Makefile security/keybase: Makefile security/keyringer: Makefile security/keyringer/patches: patch-lib_keyringer_functions security/password-store: Makefile security/password-store/patches: patch-src_password-store_sh patch-src_platform_openbsd_sh security/qtpass: Makefile sysutils/duplicity: Makefile sysutils/salt : Makefile x11/gnome/gcr : Makefile x11/gnome/libcryptui: Makefile x11/gnome/seahorse: Makefile x11/gnome/seahorse-nautilus: Makefile x11/gnome/seahorse-sharing: Makefile x11/kde-applications/kleopatra: Makefile Added files: security/gnupg/pkg: README Removed files: mail/neomutt/patches: patch-contrib_gpg_rc security/gnupg/patches: patch-cipher_Makefile_in patch-g10_Makefile_in patch-keyserver_Makefile_in patch-mpi_Makefile_in patch-mpi_config_links patch-mpi_longlong_h patch-tools_Makefile_in patch-util_Makefile_in patch-util_secmem_c sysutils/duplicity/patches: patch-duplicity_config_py sysutils/salt/patches: patch-salt_renderers_gpg_py Log message: Remove gnupg-1.4 and replace it with gnupg-2 gnupg-1.4 is not developed actively anymore, and new software expects a modern "gpg" executable, which leads to pointless patches in the ports tree. Move the various users of security/gnupg2 to security/gnupg and zap patches that forced the use of "gpg2". Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test reports from semarie@, giovanni@ and solene@, input and bulk build by sthen@. ok sthen@ edd@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/05 13:48:30 Removed files: security/gnupg2: Makefile distinfo security/gnupg2/patches: patch-doc_Makefile_in security/gnupg2/pkg: DESCR PFRAG.ldap PLIST README Log message: This port was moved to security/gnupg ok sthen@ edd@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/05 13:52:43 Modified files: x11/gnome/keyring: Makefile Log message: gnupg2->gnupg in comments CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/10/05 14:48:12 Log message: Import Python 3.9.0, the first stable release of Python 3.9 ok sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20201005 N ports/lang/python/3.9/Makefile N ports/lang/python/3.9/distinfo N ports/lang/python/3.9/files/CHANGES.OpenBSD N ports/lang/python/3.9/patches/patch-Lib_test_test_locale_py N ports/lang/python/3.9/patches/patch-Makefile_pre_in N ports/lang/python/3.9/patches/patch-Modules__hashopenssl_c N ports/lang/python/3.9/patches/patch-Modules__ssl_c N ports/lang/python/3.9/patches/patch-configure_ac N ports/lang/python/3.9/patches/patch-setup_py N ports/lang/python/3.9/pkg/PLIST-tests N ports/lang/python/3.9/pkg/DESCR-gdbm N ports/lang/python/3.9/pkg/DESCR-idle N ports/lang/python/3.9/pkg/DESCR-main N ports/lang/python/3.9/pkg/DESCR-tests N ports/lang/python/3.9/pkg/DESCR-tkinter N ports/lang/python/3.9/pkg/PLIST-gdbm N ports/lang/python/3.9/pkg/PLIST-idle N ports/lang/python/3.9/pkg/PLIST-main N ports/lang/python/3.9/pkg/PLIST-tkinter No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/10/05 14:51:18 Modified files: lang/python : python.port.mk Makefile Log message: Add the necessary bits in python.port.mk to recognize 3.9 as a valid Python version and hook Python 3.9.0 up to the build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/05 14:52:19 Modified files: net/coredns : Makefile Log message: Fix PR number. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/10/05 15:07:37 Log message: Import games/odamex. ``` Odamex is a free, cross-platform modification of the Doom engine that allows players to easily join servers dedicated to playing Doom online. ``` OK solene@, thanks! Status: Vendor Tag: edd Release Tags: edd_20201005 N ports/games/odamex/Makefile N ports/games/odamex/distinfo N ports/games/odamex/patches/patch-server_CMakeLists_txt N ports/games/odamex/patches/patch-client_CMakeLists_txt N ports/games/odamex/patches/patch-CMakeLists_txt N ports/games/odamex/patches/patch-odalpapi_net_io_cpp N ports/games/odamex/pkg/PLIST N ports/games/odamex/pkg/DESCR N ports/games/odamex/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/10/05 15:08:19 Modified files: games : Makefile Log message: Link games/odamex. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/05 15:50:40 Modified files: devel/m4 : Makefile devel/bison : Makefile Added files: devel/m4/patches: patch-lib_vasnprintf_c devel/bison/patches: patch-lib_vasnprintf_c Log message: Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html Spotted in a test bulk by naddy@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/05 16:09:35 Modified files: net/prosody : Makefile distinfo net/prosody/patches: patch-core_certmanager_lua patch-util_prosodyctl_lua net/prosody/pkg: PLIST Log message: Update to prosody-0.11.7 From maintainer Lucas CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/05 17:04:15 Modified files: editors/zile : Makefile Added files: editors/zile/patches: patch-lib_vasnprintf_c Log message: Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html Spotted in a test bulk by naddy@, ok gonzalo@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/05 19:40:43 Modified files: bin/csh : file.c Log message: I observed "csh i < file-containing-^T" to hit tenex(), which proceeds to perform tty(4) ioctl operations against a non-tty. That is a pledge violation, you can only do a subset of tty(4) ioctl against a fd which references a tty device. Sidestep this problem if the input descriptor is not a tty ok anton millert CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/05 19:42:11 Modified files: . : errata67.html Log message: release mmap errata CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/05 20:14:31 Modified files: sys/uvm : Tag: OPENBSD_6_7 uvm_mmap.c Log message: Recent changes for PROT_NONE pages to not count against resource limits, failed to note this also guarded against heavy amap allocations in the MAP_SHARED case. Bring back the checks for MAP_SHARED from semarie, ok kettenis https://syzkaller.appspot.com/bug?extid=d80de26a8db6c009d060 this is errata 6.7/024_mmap.patch.sig CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/10/05 23:53:05 Modified files: devel/arm-none-eabi/binutils: Makefile distinfo devel/arm-none-eabi/binutils/patches: patch-libiberty_testsuite_Makefile_in devel/arm-none-eabi/binutils/pkg: PFRAG.aarch64 PFRAG.arm Removed files: devel/arm-none-eabi/binutils/patches: patch-gas_config_tc-aarch64_c Log message: update arm-none-eabi binutils to 2.30 adds support for Cortex-M33 initial patch from Dave Vandervies with plist changes added CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/10/05 23:59:08 Modified files: sysutils/u-boot: Makefile distinfo sysutils/u-boot/patches: patch-configs_pinebook-pro-rk3399_defconfig patch-configs_rock-pi-4-rk3399_defconfig patch-configs_rock64-rk3328_defconfig patch-configs_rock960-rk3399_defconfig patch-configs_rockpro64-rk3399_defconfig patch-configs_rpi_2_defconfig patch-configs_rpi_3_32b_defconfig patch-configs_rpi_3_defconfig Added files: sysutils/u-boot/patches: patch-arch_arm_dts_rk3399-rock-pi-4_dtsi Removed files: sysutils/u-boot/patches: patch-arch_arm_dts_rk3399-rock-pi-4_dts Log message: update to U-Boot 2020.10 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/10/06 00:31:14 Modified files: lib/libc/stdlib: malloc.c Log message: Use random value for canary bytes; ok tb@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2020/10/06 01:08:37 Modified files: net/dnsdist : Makefile distinfo Log message: Update to dnsdist 1.5.1 CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2020/10/06 01:11:15 Modified files: openssh : specs.html Log message: djm's agent draft is now at rev 4. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/10/06 01:12:04 Modified files: usr.bin/ssh : PROTOCOL.agent Log message: Agent protocol draft is now at rev 4. ok djm@ CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2020/10/06 01:23:15 Modified files: sys/net80211 : ieee80211_ioctl.h Log message: The command value of the _IOC() macro is limited to values [0..255]. This change results in no binary change, it just makes things more clear. OK deraadt CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/06 01:36:05 Modified files: usr.bin/tmux : format.c Log message: Add a state struct to store working state during format expansion instead of modiyfing the format tree. Use this to disable nested job expansion so that the result of #() is not expanded again. Reported by Chas J Owens IV, GitHub issue 2390. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/06 01:36:42 Modified files: usr.bin/tmux : format.c Log message: Fix a last minute change in previous. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/06 01:51:14 Modified files: geo/spatialite/readosm: Makefile distinfo Log message: Update to readosm 1.1.0a (versionned as 1.1.0pl0) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/06 01:52:09 Modified files: geo/spatialite/freexl: Makefile distinfo Log message: update to freexl 1.0.6 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/10/06 02:01:44 Modified files: misc/p5-OPCUA-Open62541: Makefile distinfo Log message: update p5-OPCUA-Open62541 to 0.026 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/10/06 02:11:59 Modified files: converters/p5-Cpanel-JSON-XS: Makefile distinfo Log message: update p5-Cpanel-JSON-XS to 4.24 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/06 02:26:16 Modified files: devel/spice-protocol: Makefile distinfo Log message: Update to spice-protocol-0.14.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/06 02:27:27 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.340. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/10/06 02:27:54 Modified files: devel/p5-Devel-CheckOS: Makefile distinfo devel/p5-Devel-CheckOS/pkg: PLIST Log message: update p5-Devel-CheckOS to 1.84 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/10/06 02:37:45 Modified files: misc/p5-File-LibMagic: Makefile distinfo Log message: update p5-File-LibMagic to 1.23 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/10/06 02:38:45 Modified files: archivers/blosc: Makefile distinfo Log message: Update blosc to 1.20.1. Keep building with external snappy. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/10/06 03:05:03 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.27 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/06 03:20:29 Modified files: regress/lib/libc/sys: Makefile Log message: Use std=gnu99 to be able to build the tests with both base clang and gcc. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/10/06 03:25:34 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo Log message: update p5-Net-DNS-SEC to 1.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/06 03:30:06 Modified files: net/cppzmq : Makefile distinfo Log message: update to cppzmq-4.7.1 CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2020/10/06 03:46:35 Modified files: openssh : specs.html Log message: Update text for agent draft rev 4 too. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/10/06 05:02:34 Modified files: geo/py-rasterio: Makefile distinfo Log message: Update py-rasterio to 1.1.7. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/06 05:09:50 Modified files: lang/php/7.3 : Makefile distinfo Log message: update to php-7.3.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/06 05:09:55 Modified files: lang/php/7.4 : Makefile distinfo Log message: update to php-7.4.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/06 05:10:05 Modified files: lang/php/7.2 : Makefile distinfo Log message: update to php-7.2.34 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/06 05:17:53 Modified files: games/rocksndiamonds: Makefile distinfo games/rocksndiamonds/pkg: PLIST Log message: Update to rocksndiamonds-4.2.0.3. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/10/06 06:35:28 Modified files: textproc/p5-XML-LibXML: Makefile distinfo Log message: update p5-XML-LibXML to 2.0206 CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2020/10/06 07:08:49 Modified files: . : 68.html Log message: mips64 package count CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/06 07:39:05 Log message: Import shapezio-1.1.18pl202009192141 ok thfr@ Shapez.io is an open source base building game inspired by Factorio. Your goal is to produce shapes by cutting, rotating, merging and painting parts of shapes. Status: Vendor Tag: solene Release Tags: solene_20201006 N ports/games/shapezio/Makefile N ports/games/shapezio/distinfo N ports/games/shapezio/pkg/DESCR N ports/games/shapezio/pkg/PLIST N ports/games/shapezio/files/shapezio.desktop N ports/games/shapezio/files/shapezio.png No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/06 07:40:56 Modified files: games : Makefile Log message: + shapezio CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/06 09:43:09 Modified files: www/firefox-esr: Makefile Log message: Use 'ln -f' to ensure "make repackage" works. ok landry CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/06 09:43:29 Modified files: www/mozilla-firefox: Makefile Log message: Use 'ln -f' to ensure "make repackage" works. ok landry CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/06 10:21:00 Modified files: editors/vim : Makefile distinfo editors/vim/pkg: PLIST-lang PLIST-main Log message: update to vim-8.2.1805, fixing a bug with :shell introduced in 8.2.1513 that is somewhat nasty on OpenBSD (https://github.com/vim/vim/issues/7079, reported by Oliver Taïbi). - shuffle some lang entries to the correct PLIST while there CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/06 10:48:54 Log message: Import minizip 2.10. Minizip was originally developed in 1998. It was first included in the zlib distribution as an additional code contribution starting in zlib 1.1.2. Since that time, it has been continually improved upon and contributed to by many people. + Creating and extracting zip archives. + Adding and removing entries from zip archives. + Read and write raw zip entry data. + Reading and writing zip archives from memory. + Zlib, BZIP2, LZMA, and ZSTD compression methods. + Password protection through Traditional PKWARE and WinZIP AES encryption. + Buffered streaming for improved I/O performance. with fixes and tweaks from cwen@: - add patch to fix build on gcc - disable -Os - build & enable tests some ports bundle it, some ports allow building against a systemwide one, some ports bundle/rely on an incompatible version - all those will be fixed in following commits. required by an upcoming geo/spatialite/libspatialite update. ok bentley@ cwen@ Status: Vendor Tag: landry Release Tags: landry_20201006 N ports/archivers/minizip/Makefile N ports/archivers/minizip/distinfo N ports/archivers/minizip/patches/patch-CMakeLists_txt N ports/archivers/minizip/patches/patch-mz_crypt_brg_c N ports/archivers/minizip/patches/patch-mz_h N ports/archivers/minizip/pkg/PLIST N ports/archivers/minizip/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/06 10:49:31 Modified files: emulators/mupen64plus/core: Makefile Log message: Build against systemwide minizip. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/06 10:51:19 Modified files: x11/qt5/qtwebengine/patches: patch-src_core_configure_json Log message: Make sure systemwide minizip isnt detected. qtwebengine bundles two incompatible versions of minizip in its chromium copy, and everything blows if the systemwide minizip is detected. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/06 10:52:25 Modified files: multimedia/assimp: Makefile Log message: make sure we dont pickup systemwide minizip as the bundled version is incompatible. At least there's a cmake option to force building the bundled one.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/06 10:53:33 Modified files: archivers : Makefile Log message: link minizip to the build now that all potential consumers are tweaked CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/06 11:38:28 Modified files: regress/sbin/pfctl: pf93.in pf93.ok Log message: Fix "rtable N" check pfctl parse.y r.1702 enforced rtables to exist at ruleset creation time but rtable 7 does not exist (this regress only tests the parser), so use 0. Spotted by tb. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/06 13:06:06 Modified files: sbin/iked : ikev2.c ikev2_msg.c Log message: Always allocate hash_keylength() for buffers passed to hash_final() to make sure there is enough space for the non truncated hash output. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/06 13:38:51 Modified files: . : 68.html Log message: update the xserver version and remove an XXX CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/06 13:39:44 Modified files: . : 68.html Log message: And one more XXX gone CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/06 14:04:30 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_reference_conf net/ircd-hybrid/pkg: PLIST Log message: Update to ircd-hybrid-8.2.33 diff from brad@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/10/06 14:27:45 Modified files: security/regripper: Makefile distinfo security/regripper/patches: patch-rip_pl security/regripper/pkg: PLIST Removed files: security/regripper/patches: patch-plugins_shellbags_test_pl Log message: update regripper to 3.0. ok solene@. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/10/06 14:29:16 Modified files: databases/py-redis: Makefile distinfo Log message: update to 3.5.3. ok solene@. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/06 16:33:54 ports/sysutils/ruby-libvirt/patches Update of /cvs/ports/sysutils/ruby-libvirt/patches In directory cvs.openbsd.org:/tmp/cvs-serv67024/patches Log Message: Directory /cvs/ports/sysutils/ruby-libvirt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/06 16:36:06 Modified files: sysutils/ruby-libvirt: Makefile Added files: sysutils/ruby-libvirt/patches: patch-ext_libvirt_common_c patch-ext_libvirt_domain_c Log message: Add patches that allow building ruby-libvirt with Ruby 3.0 Builds fine and should be no change in earlier Ruby versions, but bump anyway. CVSROOT: /cvs Module name: www Changes by: jmatthew@cvs.openbsd.org 2020/10/06 17:34:25 Modified files: . : 68.html Log message: bnxt does vlan and checksum offload too CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/06 18:03:21 Modified files: devel/ruby-rb-gsl: Makefile Added files: devel/ruby-rb-gsl/patches: patch-ext_gsl_native_include_rb_gsl_common_h Log message: Add patches to compile with Ruby 3.0 Switch EXTERN to extern using sed. Fix rvalue issue in RBGSL_SET_CLASS0. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/06 19:15:18 Modified files: sys/dev/pci : pcidevs Log message: add Intel 495 Series LP PCH and Ice Lake graphics ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/06 19:18:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/06 20:00:07 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-nltk: Makefile textproc/py-nltk/pkg: PLIST textproc/py-numpydoc: Makefile textproc/py-numpydoc/pkg: PLIST Log message: Make py-nltk and py-numpydoc python3 only so matplotlib can be updated. ok bket@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/06 20:18:45 Modified files: usr.bin/ssh : readconf.c ssh_config.5 Log message: disable UpdateHostkeys by default if VerifyHostKeyDNS is enabled; suggested by Mark D. Baushke CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/06 20:20:35 Modified files: usr.bin/ssh : sshconnect.c Log message: simply disable UpdateHostkeys when a certificate successfully authenticated the host; simpler than the complicated plumbing via kex->flags we have now. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/06 20:22:24 Modified files: usr.bin/ssh : clientloop.c kex.h sshconnect.c sshconnect.h sshconnect2.c Log message: revert kex->flags cert hostkey downgrade back to a plain key (commitid VtF8vozGOF8DMKVg). We now do this a simpler way that needs less plumbing. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/06 20:24:51 Modified files: usr.bin/ssh : sshconnect.c Log message: don't UpdateHostkeys when the hostkey is verified by the GlobalKnownHostsFile file, support only UserKnownHostsFile matches suggested by Mark D. Baushke; feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/06 20:25:43 Modified files: usr.bin/ssh : hostfile.c Log message: Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bug When all of UpdateHostkeys, HashKnownHosts and ChechHostIP were enabled and new host keys were learned, known_hosts IP entries were not being recorded for new host keys. reported by matthieu@ ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/06 20:26:28 Modified files: usr.bin/ssh : sshconnect.c Log message: Disable UpdateHostkeys when hostkey checking fails If host key checking fails (i.e. a wrong host key is recorded for the server) and the user elects to continue (via StrictHostKeyChecking=no), then disable UpdateHostkeys for the session. reminded by Mark D. Baushke; ok markus@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/06 22:35:20 Modified files: geo/spatialite/readosm: distinfo Log message: Fix distinfo; somehow upstream rerolled tarball ? Reported by naddy@, thanks ! CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2020/10/06 23:56:54 Modified files: faq : current.html Added files: faq : upgrade68.html Log message: Roll current.html since we are working on 6.8-current Add the initial version of upgrade68.html The upgrade page has been reworked a bit to rearrange the sections and give sysupgrade top billing of the upgrade methods. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 00:13:32 Modified files: graphics/cairomm16: Makefile Log message: Add missing BDEP on devel/boost (for tests). spotted by sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/07 00:26:43 Modified files: sys/dev/pci : pcidevs Log message: add Intel 400 Series and 400 Series V PCH ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/07 00:27:23 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/07 00:38:16 Modified files: regress/usr.bin/ssh: hostkey-rotate.sh Log message: remove GlobalKnownHostsFile for this test after UpdateHostkeys change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 01:05:28 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.36.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 01:24:13 Modified files: print/hplip : Makefile Log message: Remove optional dependency on devel/py-notify which is going to be removed pending the upcoming x11/py-gtk2 removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 01:25:26 Modified files: devel : Makefile Removed files: devel/py-notify: Makefile distinfo devel/py-notify/patches: patch-src___init___py patch-src_pynotify_defs devel/py-notify/pkg: DESCR PLIST Log message: Remove py-notify; no user in tree anymore and in the way of x11/py-gtk2 removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 01:26:50 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of py-notify. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/07 01:29:04 Modified files: emulators/nono : Makefile distinfo Log message: Update for Nono to 0.1.1 OK daniel@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/07 01:46:18 Modified files: lib/libssl : tls13_legacy.c Log message: Include a TLS record header when switching to the legacy stack. When switching to the legacy TLS stack we previously copied any remaining handshake messages into the receive buffer, but do not include any TLS record header (largely due to the fact that we've already processed part of the TLS record that we actually received - that part is placed into the init_buf). This worked fine with the old record layer implementation, however the new record layer expects to find the TLS record header. This means that if we switch from the new stack to the legacy stack (i.e. the remote side does not support TLSv1.3) and there is more than one handshake message in the TLS plaintext record (which Microsoft's TLS stack is known to do), we now read a TLS record of zero bytes instead of getting the correct length. Fix this by generating a pseudo-TLS record header when switching from the new TLS stack to the legacy stack. Found the hard way by guenther@. Thanks to tb@ for coming up with a reproducible test case and doing much of the debugging. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/07 01:50:12 src/regress/lib/libssl/tlslegacy Update of /cvs/src/regress/lib/libssl/tlslegacy In directory cvs.openbsd.org:/tmp/cvs-serv73492/tlslegacy Log Message: Directory /cvs/src/regress/lib/libssl/tlslegacy added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/07 01:52:17 Added files: regress/lib/libssl/tlslegacy: Makefile tlslegacytest.c Log message: Add regress tests for switching from the new TLS stack to the legacy stack. This includes a test where the server response includes multiple handhshake messages in the single TLS plaintext record (which would have caught the bug just fixed in tls13_legacy.c). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/07 02:23:55 Modified files: usr.bin/tmux : environ.c Log message: Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/07 02:43:34 Modified files: lib/libssl : ssl_locl.h t1_enc.c t1_lib.c Log message: Mop up various things that are now unused with the new record layer. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 02:48:39 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-313.0.0. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/07 03:35:03 Modified files: regress/lib/libssl: Makefile Log message: Hook up tlslegacy regress. CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2020/10/07 04:08:47 Modified files: . : 68.html Log message: add note about rpki-client and rsync --delete CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/07 04:14:45 Modified files: lib/libssl : tls13_legacy.c Log message: fix line wrapping CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2020/10/07 04:22:44 Modified files: . : 68.html Log message: bgpctl has json CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 04:59:25 Modified files: graphics/babl : Makefile distinfo Log message: Update to babl-0.1.82. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/07 05:14:59 Modified files: sys/dev/pci : pcidevs Log message: add more Intel 100, 200 and 300 Series PCH ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/07 05:15:31 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/07 05:17:59 Modified files: sys/dev/pci : dwiic_pci.c Log message: match on more Intel dwiic pci ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/07 05:19:28 Modified files: sys/dev/pci : pchtemp.c Log message: match on more pch thermal ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/07 05:20:41 Modified files: sys/dev/pci : pucdata.c Log message: match on more pch kt ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/07 05:23:05 Modified files: sys/dev/pci : ichiic.c Log message: match more Intel PCH SMBus ids CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 05:29:56 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_appconfig_constants_unix_go patch-makefile Removed files: sysutils/amazon-ssm-agent/patches: patch-agent_plugins_inventory_gatherers_application_dataProvider_go Log message: Update to amazon-ssm-agent-3.0.222.0. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/07 05:34:11 Modified files: sbin/ifconfig : ifconfig.c Log message: Fix display of P2P link to be consistent over all AF. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/07 05:36:05 Modified files: sbin/ifconfig : ifconfig.c Log message: Reverse previous, needs discussion. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 06:00:58 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.36.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/07 06:01:23 Modified files: meta/gnome : Makefile Log message: We're at 3.36.7 now. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/07 06:13:23 Modified files: sys/arch/m88k/m88k: softintr.c sys/arch/mips64/mips64: softintr.c sys/arch/powerpc64/powerpc64: softintr.c sys/arch/sh/sh : interrupt.c Log message: Include directly instead of relying on hidden UVM includes. The header is being pulled via uvm_extern.h -> uvm_map.h CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/07 06:26:20 Modified files: sys/uvm : uvm_mmap.c Log message: Do not release the KERNEL_LOCK() when mmap(2)ing files. Previous attempt to unlock amap & anon exposed a race in vnode reference counting. So be conservative with the code paths that we're not fully moving out of the KERNEL_LOCK() to allow us to concentrate on one area at a time. The panic reported was: ....panic: vref used where vget required ....db_enter() at db_enter+0x5 ....panic() at panic+0x129 ....vref(ffffff03b20d29e8) at vref+0x5d ....uvn_attach(1010000,ffffff03a5879dc0) at uvn_attach+0x11d ....uvm_mmapfile(7,ffffff03a5879dc0,2,1,13,100000012) at uvm_mmapfile+0x12c ....sys_mmap(c50,ffff8000225f82a0,1) at sys_mmap+0x604 ....syscall() at syscall+0x279 Note that this change has no effect as long as mmap(2) is still executed with ze big lock. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/07 06:33:03 Modified files: sys/kern : vfs_vops.c Log message: Document that `a_p' is always curproc by using a KASSERT(). One exception of this rule is VOP_CLOSE() where NULL is used instead of curproc when the garbace collector of unix sockets, that runs in a kernel thread, drops the last reference of a file. This will allows for future simplifications of the VFS interfaces. Previous version ok visa@, anton@. ok kn@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/07 06:34:24 Modified files: math/ocaml-num : Makefile distinfo math/ocaml-num/patches: patch-src_Makefile math/ocaml-num/pkg: PFRAG.native Log message: Update ocaml-num to 1.3 ok chrisz@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/07 06:35:21 Modified files: lang/ocaml-camlp5: Makefile distinfo lang/ocaml-camlp5/pkg: PLIST Log message: Update to ocaml-camlp5 to 7.13 so ocaml can be updated. ok chrisz@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/07 06:56:10 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 78.3.2. See https://www.thunderbird.net/en-US/thunderbird/78.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/07 07:26:52 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update unifi/testing to 6.0.26 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/07 07:31:00 Modified files: regress/lib/libssl/tlsfuzzer: tlsfuzzer.py Log message: add arguments to skip a bunch of x448 tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/07 07:32:27 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm security/py-passlib: Makefile distinfo security/py-passlib/pkg: PLIST Log message: update to py-passlib-1.7.3, switch to py3-only CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/07 07:32:49 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: Makefile distinfo security/letsencrypt/client/pkg: PLIST security/letsencrypt/py-acme: Makefile distinfo Log message: update to py-acme/certbot 1.9.0 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/07 07:33:52 Modified files: . : 68.html Log message: delete chunk noone wants to fill in CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/10/07 07:37:33 Modified files: sys/arch/arm64/arm64: conf.c sys/arch/amd64/amd64: conf.c Log message: Remove dead marko cdev_joy_init. ok mpi@, kettenis@, patrick@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/07 08:38:54 Modified files: sbin/ifconfig : ifconfig.c Log message: Fix display of P2P link to be consistent over all AF. OK kn@, input from claudio@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/07 09:45:00 Modified files: sys/kern : kern_time.c Log message: getitimer(2), setitimer(2): merge critical sections Merge the common code from sys_getitimer() and sys_setitimer() into a new kernel subroutine, setitimer(). setitimer() performs all of the error-free work for both system calls within a single critical section. We need a single critical section to make the setitimer(2) timer swap operation atomic relative to realitexpire() and hardclock(9). The downside of the new atomicity is that the behavior of setitimer(2) must change. With a single critical section we can no longer copyout(9) the old timer before installing the new timer. So If SCARG(uap, oitv) points to invalid memory, setitimer(2) now fail with EFAULT but the new timer will be left running. You can see this in action with code like the following: struct itv, olditv; itv.it_value.tv_sec = 1; itv.it_value.tv_usec = 0; itv.it_interval = itv.it_value; /* This should EFAULT. 0x1 is probably an invalid address. */ if (setitimer(ITIMER_REAL, &itv, (void *)0x1) == -1) warn("setitimer"); /* The timer will be running anyway. */ getitimer(ITIMER_REAL, &olditv); printf("time left: %lld.%06ld\n", olditv.it_value.tv_sec, olditv.it_value.tv_usec); There is no easy way to work around this. Both FreeBSD's and Linux's setitimer(2) implementations have a single critical section and they too fail with EFAULT in this case and leave the new timer running. I imagine their developers decided that fixing this error case was a waste of effort. Without permitting copyout(9) from within a mutex I'm not sure it is even possible to avoid it on OpenBSD without sacrificing atomicity during a setitimer(2) timer swap. Given the rarity of this error case I would rather have an atomic swap. Behavior change discussed with deraadt@. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/07 10:17:25 Modified files: sys/kern : kern_time.c Log message: getitimer(2), setitimer(2): ITIMER_REAL: call getnanouptime(9) once Now that the critical sections are merged we should call getnanouptime(9) once. This makes an ITIMER_REAL timer swap atomic with respect to the clock: the time remaining on the old timer is computed with the same timestamp used to schedule the new timer. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/07 10:58:34 Modified files: audio/mumble : Makefile distinfo Log message: Update to Mumble 1.3.3 Fixed: Chatbox invisble (zero height) (#4388) Fixed: Handling of invalid packet sizes (#4394) Fixed: Race-condition leading to loss of shortcuts (#4430) Fixed: Link in About dialog is now clickable again (#4454) Fixed: Sizing issues in ACL-Editor (#4455) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/07 11:39:43 Modified files: regress/lib/libssl/tlslegacy: tlslegacytest.c Log message: zap trailing whitespace CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/07 11:53:44 Modified files: sys/kern : kern_time.c Log message: sys_getitimer(), sys_setitimer(): style(9), misc. cleanup - Consolidate variable declarations. - Remove superfluous parentheses from return statements. - Prefer sizeof(variable) to sizeof(type) for copyin(9)/copyout(9). - Remove some intermediate pointers from sys_setitimer(). Using SCARG() directly here makes it more obvious to the reader what you're copying. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/07 12:28:08 Modified files: sysutils/borgbackup: Makefile distinfo Log message: Update to borgbackup-1.1.14 Changes: https://github.com/borgbackup/borg/blob/1.1.14/docs/changes.rst OK rsadowski@ CVSROOT: /cvs Module name: www Changes by: tobhe@cvs.openbsd.org 2020/10/07 13:50:02 Modified files: . : 68.html Log message: Cleanup ipsec changes. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/07 13:55:57 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/patches: patch-hw_hppa_lasi_c Log message: qemu: allow to boot {Net,Open}BSD/hppa « Go ahead » Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/07 14:01:32 Modified files: www/ruby-rack : Makefile distinfo www/ruby-rack/pkg: PLIST Log message: Update to rack 2.2.3 Drop test code as the rack gem no longer ships with tests. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/10/07 14:28:59 Modified files: devel/gmp : Makefile Log message: our vsnprintf works properly; skip test that uses %n CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/07 15:03:09 Modified files: bin/ls : ls.c print.c Log message: If we are asked to print the total number of blocks, do so even if we have no entries to print (either due to an empty directory or an error). This makes the -l and -s options more consistent, and matches the behavior of AT&T and GNU ls. From FreeBSD (das). OK kn@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/07 15:14:35 Modified files: devel/gettext : Makefile Added 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: Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html ok naddy@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/07 15:20:45 Modified files: net/powerdns : Makefile distinfo net/powerdns/pkg: PLIST-ldap PLIST-main PLIST-mysql PLIST-pgsql Log message: update to PowerDNS (authoritative server) 4.3.1, ok otto@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/10/07 16:14:12 Modified files: games/fnaify : Makefile distinfo Log message: update to fnaify 3.0 changelog: https://github.com/rfht/fnaify/releases/tag/3.0 given recent mojoshader API changes, you may need to run with '-F 20.09' until there is a ports FNA.dll CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/07 16:33:32 Modified files: share/zoneinfo : Makefile share/zoneinfo/datfiles: africa antarctica asia australasia europe leapseconds northamerica southamerica Removed files: share/zoneinfo/datfiles: pacificnew systemv yearistype.sh Log message: Update to tzdata2020b from www.iana.org. Major changes: Revised predictions for Morocco's changes starting in 2023. Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08. Macquarie Island has stayed in sync with Tasmania since 2011. Casey, Antarctica is at +08 in winter and +11 in summer. Removed obsolete files pacificnew, systemv and yearistype.sh CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/07 16:35:03 Log message: Import graphics/jpeginfo, from Mikolaj Kucharski < mikolaj at kucharski dot name >. OK sthen@ Comment: prints information and tests integrity of JPEG files Description: Jpeginfo is an utility to generate informative listings from JPEG files, and to check JPEG files for errors. Program also supports automagic deletion of broken JPEGs. WWW: https://www.kokkonen.net/tjko/projects.html +jpeginfo Status: Vendor Tag: cwen Release Tags: cwen_20201008 N ports/graphics/jpeginfo/Makefile N ports/graphics/jpeginfo/distinfo N ports/graphics/jpeginfo/pkg/DESCR N ports/graphics/jpeginfo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/07 16:36:04 Modified files: graphics : Makefile Log message: +jpeginfo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/07 16:36:14 Modified files: usr.sbin/zic : zic.8 zic.c Log message: Remove support for zic's long-obsolete '-y YEARISTYPE' option. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/07 18:12:29 Modified files: x11/kitty : Makefile Log message: kitty: build only on hardware accelerated, OpenGL>=3.3, archs Since kitty offloads the rendering to the GPU, it doesn't make much sense to run it without hardware acceleration. Spotted while fixing the build on macppc. Thanks to Brad for proposing to use ONLY_FOR_ARCHS instead of not building the port on macppc only. Aarch64 has been added since it supports amdgpu(4) and radeondrm(4). OK thfr@ (maintainer, on my first proposal) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/07 18:31:05 Modified files: usr.bin/ssh : ssh_config.5 Log message: clarify conditions for UpdateHostkeys CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/07 19:15:16 Modified files: usr.bin/ssh : clientloop.c Log message: don't misdetect comma-separated hostkey names as wildcards; spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/07 22:01:07 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/08 00:47:45 Modified files: print/hplip : Makefile Log message: Oops, bumped the wrong subpackage. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 04:26:26 Modified files: . : 68.html Log message: fix some broken html CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 04:29:49 Modified files: . : 68.html Log message: Initial LibreSSL section CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/08 05:22:43 Modified files: usr.sbin/zic : zic.c Log message: Remove -y from usage too; noticed by jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 05:34:59 Modified files: mail/roundcubemail: Tag: OPENBSD_6_7 Makefile distinfo Log message: MFC update to roundcubemail-1.4.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 05:36:07 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update unifi/testing to 6.0.27, needs beta forum access for now CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 05:37:07 Modified files: net/powerdns : Tag: OPENBSD_6_7 Makefile distinfo net/powerdns/pkg: Tag: OPENBSD_6_7 PLIST-ldap PLIST-main PLIST-mysql PLIST-pgsql Log message: MFC update to powerdns authoritative 4.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 05:38:38 Modified files: lang/php/7.4 : Tag: OPENBSD_6_7 Makefile distinfo Log message: MFC update to php-7.4.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 05:38:45 Modified files: lang/php/7.3 : Tag: OPENBSD_6_7 Makefile distinfo Log message: MFC update to php-7.3.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 05:38:53 Modified files: lang/php/7.2 : Tag: OPENBSD_6_7 Makefile distinfo Log message: MFC update to php-7.2.34 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 05:40:09 Modified files: databases/mariadb: Makefile distinfo Log message: update to MariaDB 10.5.6, from Brad. CVE-2020-15180 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 05:42:03 Modified files: databases/mariadb: Tag: OPENBSD_6_7 Makefile distinfo databases/mariadb/patches: Tag: OPENBSD_6_7 patch-libmariadb_libmariadb_CMakeLists_txt databases/mariadb/pkg: Tag: OPENBSD_6_7 PLIST-server PLIST-tests Removed files: databases/mariadb/patches: Tag: OPENBSD_6_7 patch-libmariadb_libmariadb_ma_charset_c patch-libmariadb_unittest_libmariadb_CMakeLists_txt Log message: update 6.7-stable to MariaDB 10.4.15, from Brad CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/08 05:59:33 Modified files: benchmarks/tsung: Makefile Log message: move tsung to python3 so matplotlib can be updated. ok bket@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/08 06:03:49 Modified files: graphics : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm graphics/py-matplotlib: Makefile distinfo graphics/py-matplotlib/patches: patch-setup_py patch-setupext_py graphics/py-matplotlib/pkg: PLIST Removed files: graphics/py-matplotlib/patches: patch-src__gtkagg_cpp graphics/py-matplotlib/pkg: PFRAG.no-python3 Log message: Update matplotlib to v3.0.3 which is now python3 only. ok bket@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/08 06:08:45 Modified files: etc : daily Log message: Use find -delete instead of execing rm and rmdir. OK sthen@ denis@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/08 06:19:59 Modified files: emulators/nono : Makefile Log message: x11/wxWidgets is LIB_DEPENDS Spotted by aja@ thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/08 06:34:23 Modified files: www/varnish : Makefile distinfo www/varnish/pkg: PLIST Log message: Update to varnish 6.5.1 https://github.com/varnishcache/varnish-cache/blob/6.5/doc/changes.rst OK gonzalo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 08:14:35 Modified files: textproc/solr : Makefile distinfo Log message: update to solr-8.6.3 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/08 08:26:34 Modified files: usr.sbin/sysupgrade: sysupgrade.sh usr.sbin/syspatch: syspatch.sh Log message: Print usage to stderr, print error messages in errx(3) fashion While here, rename sg_err()/ug_err() to just err() and sync code between syspatch(8) and sysupgrade(8). Feedback OK naddy CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/08 08:35:20 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Fail on invalid installurl Validate the URL's protocol identifier to avoid passing bogus arguments to ftp(1) which otherwise might drop into the "ftp> " prompt instead of causing sysupgrade(8) to exit non-zero. Code taken from syspatch(8) as advised by ajacoutot. Feedback jca Feedback OK naddy CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/08 08:38:09 Modified files: regress/lib/libcrypto/x509/bettertls: verify.c Log message: Read cert.pem once and reuse it instead of reading it twice per test cert chain. It only takes a few dozens of ms to read it, but doing this 7290 times adds up to a few minutes run time. This way, the test completes in a handful of seconds. Diagnosed by jsing, ok beck CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2020/10/08 09:17:46 Modified files: . : 68.html Log message: Wordsmith a bit and add mention of new name constraints implementation and bettertls certificate validation test suite. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 09:22:38 Modified files: . : 68.html Log message: use consistent spelling for TLSv1.3 CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 09:37:13 Modified files: . : 68.html Log message: link a few manpages from the libressl section CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 09:41:27 Modified files: . : 68.html Log message: wording tweak from jsing CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 09:48:15 Modified files: . : 68.html Log message: link to UI_new(3) manual CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/08 10:02:38 Modified files: lib/libssl/man : SSL_CTX_set_mode.3 SSL_write.3 Log message: grammar fix: if/when a renegotiation takeS place CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 10:05:20 Modified files: . : 68.html Log message: link to some documentation of SSL_MODE_AUTO_RETRY CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 10:17:07 Modified files: . : 68.html Log message: the pstat -v fix was pulled into 6.8 CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 11:41:42 Modified files: . : 68.html Log message: move pstat(8) a few lines up CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/08 12:21:31 Modified files: lib/libssl/man : SSL_set_bio.3 Log message: A void function has no return value, so zap RETURN VALUES section documenting that SSL_set_bio(3) cannot fail. A similar commit was made by schwarze a while ago for a few functions in libcrypto. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/08 13:32:53 Modified files: . : 68.html Log message: Mention cleanup and refactoring of ssl_prev_session(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/08 13:41:05 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/arm64/arm64: trap.c sys/arch/hppa/hppa: trap.c sys/arch/i386/i386: trap.c sys/arch/m88k/m88k: trap.c sys/arch/mips64/mips64: trap.c sys/arch/powerpc64/powerpc64: trap.c sys/arch/sh/sh : trap.c Log message: use access_type as the PROT_* variable for uvm_fault() consistantly ok kettenis CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/08 13:54:32 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: textproc/glimpse: Makefile distinfo textproc/glimpse/patches: patch-Makefile_in patch-agrep_Makefile_in patch-agrep_agrep_h patch-agrep_bitap_c patch-agrep_parse_c patch-agrep_recursive_c patch-agrep_utilities_c patch-compress_Makefile_in patch-compress_main_tbuild_c patch-compress_misc_c patch-get_filename_c patch-get_index_c patch-glimpse_1 patch-glimpseindex_1 patch-index_Makefile_in patch-index_build_in_c patch-index_convert_c patch-index_io_c patch-index_lib_c patch-index_memlook_c patch-index_region_c patch-libtemplate_template_Makefile_in patch-libtemplate_util_Makefile_in patch-libtemplate_util_log_c patch-libtemplate_util_system_c textproc/glimpse/pkg: DESCR PLIST Log message: Remove glimpse From Stefan Hagen: """ Glimpse is functional, but upstream is dead for years. Glimpse (the indexer) is completely gone and can only be found on mirrors and archive.org. Webglimpse originally was the webfrontend for glimpse, but is mentioned as homepage in the port (which is not correct, the port does not contain the web part). Anyway, webglimpse.net is also gone. There is a backup version on github (last commit 2014). https://github.com/gvelez17/webglimpse The gimpse version we're installing is from 1998. There is no more recent one. Good source code indexers are rare, but this one might just be too old by now. Also: $ make 2>&1 | grep -i warning | wc -l 970 """ No port depends on it anymore after I removed the dependency on it from misc/tkman. No objection schwarze OK kmos CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 14:16:56 Modified files: graphics/gd : Makefile graphics/gd/pkg: PLIST Log message: graphics/gd: switch to cmake build, from Brad, been through bulk on i386 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 14:17:19 Added files: graphics/gd/patches: patch-CMakeLists_txt Log message: graphics/gd: switch to cmake build, from Brad, been through bulk on i386 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/08 14:18:25 Modified files: graphics/glew : Makefile distinfo graphics/glew/patches: patch-Makefile graphics/glew/pkg: PLIST Removed files: graphics/glew/patches: patch-include_GL_glew_h Log message: graphics/glew: update to 2.2.0, from Brad, been through bulk on i386 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/08 14:34:52 Modified files: math : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm math/py-patsy : Makefile math/py-patsy/pkg: PLIST math/py-scs : Makefile math/py-scs/pkg: PLIST Log message: Make py-patsy and py-scs python3 only so scipy can be updated. ok bket@, kmos@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/10/08 14:57:52 Modified files: sys/dev/fdt : sxitwi.c Log message: Register sxitwi(4) in the I2C framework. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/08 17:12:04 Modified files: sysutils : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils/py-augeas: Makefile sysutils/py-augeas/pkg: PLIST Log message: Remove py-augeas Python 2 FLAVOR (no consumers) OK kmos CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/10/08 17:46:57 Modified files: usr.bin/openssl: ocsp.c Log message: set SO_REUSEADDR on the server socket when we play oscp server. ok inoguchi@ tb@ deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/10/08 17:56:48 Added files: regress/usr.sbin/ocspcheck: ocsp-localhost.key Log message: Add regress for ocspcheck CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/08 18:04:05 Modified files: usr.bin/doas : doas.c Log message: Improve error message on missing permission In case "cmd" (and "args") in doas.conf(5) mismatch, the log syslog(3) message might be read as if the command was executed but failed, i.e. returned non-zero. Be unambiguous and help admins spot execution *attempts* as such: -Oct 9 01:05:20 eru doas: failed command for kn: echo bar +Oct 9 01:05:20 eru doas: command not permitted for kn: echo bar OK tedu deraadt CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 19:50:20 Log message: Import devel/p5-Devel-LexAlias Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing. From wen heping Tweaks and OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/devel/p5-Devel-LexAlias/Makefile N ports/devel/p5-Devel-LexAlias/distinfo N ports/devel/p5-Devel-LexAlias/pkg/DESCR N ports/devel/p5-Devel-LexAlias/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 19:52:49 Log message: Import devel/p5-Lexical-Persistence Lexical::Persistence does a few things, all related. Note that all the behaviors listed here are the defaults. Subclasses can override nearly every aspect of Lexical::Persistence's behavior. From wen heping Tweaks + OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/devel/p5-Lexical-Persistence/Makefile N ports/devel/p5-Lexical-Persistence/distinfo N ports/devel/p5-Lexical-Persistence/pkg/DESCR N ports/devel/p5-Lexical-Persistence/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 19:56:17 Log message: Import devel/p5-Devel-StackTrace-WithLexicals The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsulate the information that can retrieved via Perl's caller function, as well as providing a simple interface to this data. From wen heping Tweaks + OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/devel/p5-Devel-StackTrace-WithLexicals/Makefile N ports/devel/p5-Devel-StackTrace-WithLexicals/distinfo N ports/devel/p5-Devel-StackTrace-WithLexicals/pkg/DESCR N ports/devel/p5-Devel-StackTrace-WithLexicals/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 19:57:40 Log message: Import devel/p5-MooseX-RelatedClassRoles Apply roles to a class related to yours. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/devel/p5-MooseX-RelatedClassRoles/Makefile N ports/devel/p5-MooseX-RelatedClassRoles/distinfo N ports/devel/p5-MooseX-RelatedClassRoles/pkg/DESCR N ports/devel/p5-MooseX-RelatedClassRoles/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 19:59:11 Log message: Import devel/p5-MooseX-Object-Pluggable This module is meant to be loaded as a role from Moose-based classes it will add five methods and four attributes to assist you with the loading and handling of plugins and extensions for plugins. I understand that this may pollute your namespace, however I took great care in using the least ambiguous names possible. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/devel/p5-MooseX-Object-Pluggable/Makefile N ports/devel/p5-MooseX-Object-Pluggable/distinfo N ports/devel/p5-MooseX-Object-Pluggable/pkg/DESCR N ports/devel/p5-MooseX-Object-Pluggable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:00:31 Log message: Import devel/p5-Devel-REPL This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/devel/p5-Devel-REPL/Makefile N ports/devel/p5-Devel-REPL/distinfo N ports/devel/p5-Devel-REPL/pkg/DESCR N ports/devel/p5-Devel-REPL/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:01:34 Log message: Import devel/p5-Carp-REPL read-eval-print-loop on die and/or warn. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/devel/p5-Carp-REPL/Makefile N ports/devel/p5-Carp-REPL/distinfo N ports/devel/p5-Carp-REPL/pkg/DESCR N ports/devel/p5-Carp-REPL/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:02:36 Modified files: devel : Makefile Log message: +devel/p5-Devel-LexAlias +devel/p5-Lexical-Persistence +devel/p5-Devel-StackTrace-WithLexicals +devel/p5-MooseX-RelatedClassRoles +devel/p5-MooseX-Object-Pluggable +devel/p5-Devel-REPL +devel/p5-Carp-REPL CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:26:19 Log message: Import www/p5-HTML-FormFu-MultiForm HTML::FormFu::MultiForm handles multi-page/stage forms with FormFu. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-HTML-FormFu-MultiForm/Makefile N ports/www/p5-HTML-FormFu-MultiForm/distinfo N ports/www/p5-HTML-FormFu-MultiForm/pkg/DESCR N ports/www/p5-HTML-FormFu-MultiForm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:28:46 Log message: Import www/p5-Catalyst-Controller-ActionRole Catalyst::Controller::ActionRole is a perl module that apply roles to action instances. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 U ports/www/p5-Catalyst-Controller-ActionRole/Makefile U ports/www/p5-Catalyst-Controller-ActionRole/distinfo U ports/www/p5-Catalyst-Controller-ActionRole/pkg/DESCR U ports/www/p5-Catalyst-Controller-ActionRole/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:30:35 Log message: Import www/p5-Catalyst-ActionRole-ACL Provides a reusable action role for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-Catalyst-ActionRole-ACL/Makefile N ports/www/p5-Catalyst-ActionRole-ACL/distinfo N ports/www/p5-Catalyst-ActionRole-ACL/pkg/DESCR N ports/www/p5-Catalyst-ActionRole-ACL/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:31:36 Log message: Import www/p5-CatalystX-LeakChecker Debug memory leaks in Catalyst applications. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-CatalystX-LeakChecker/Makefile N ports/www/p5-CatalystX-LeakChecker/distinfo N ports/www/p5-CatalystX-LeakChecker/pkg/DESCR N ports/www/p5-CatalystX-LeakChecker/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:32:39 Log message: Import www/p5-CatalystX-InjectComponent CatalystX::InjectComponent will inject Controller, Model, and View components into your Catalyst application at setup (run)time. It does this by creating a new package on-the-fly, having that package extend the given component, and then having Catalyst setup the new component (via ->setup_component) From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-CatalystX-InjectComponent/Makefile N ports/www/p5-CatalystX-InjectComponent/distinfo N ports/www/p5-CatalystX-InjectComponent/pkg/DESCR N ports/www/p5-CatalystX-InjectComponent/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/08 20:33:40 Modified files: x11/elementary/dock: Makefile Log message: Add devel/help2man to BDEPS -- latest arm64 bulk failed because of this. Alerted by naddy@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:34:06 Log message: Import www/p5-CatalystX-Profile CatalystX::Profile adds support for profiling your Catalyst application, without profiling all the crap that happens during setup. This noise can make finding the real profiling stuff trickier, so profiling is disabled while this happens. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-CatalystX-Profile/Makefile N ports/www/p5-CatalystX-Profile/distinfo N ports/www/p5-CatalystX-Profile/pkg/DESCR N ports/www/p5-CatalystX-Profile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:35:08 Log message: Import www/p5-CatalystX-REPL A read-eval-print-loop for debugging your Catalyst application. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-CatalystX-REPL/Makefile N ports/www/p5-CatalystX-REPL/distinfo N ports/www/p5-CatalystX-REPL/pkg/DESCR N ports/www/p5-CatalystX-REPL/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/08 20:36:44 Modified files: astro/gnuastro : Makefile distinfo astro/gnuastro/patches: patch-configure astro/gnuastro/pkg: PLIST Log message: Update to gnuastro-0.13 -- note the major bump to the shlib due to removed symbols. Full changelog is here: https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.13 testing on macppc and ok cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:37:53 Log message: Import www/p5-Catalyst-Plugin-Session-Store-Delegate This store plugins makes delegating session storage to a first class object model easy. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile N ports/www/p5-Catalyst-Plugin-Session-Store-Delegate/distinfo N ports/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:39:25 Log message: Import www/p5-Catalyst-Model-Adaptor Catalyst::Model::Adaptor use a plain class as a Catalyst model. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-Catalyst-Model-Adaptor/Makefile N ports/www/p5-Catalyst-Model-Adaptor/distinfo N ports/www/p5-Catalyst-Model-Adaptor/pkg/DESCR N ports/www/p5-Catalyst-Model-Adaptor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:40:44 Log message: Import www/p5-Catalyst-Plugin-Session-Store-DBIC This storage module will store session data in a database using DBIx::Class. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile N ports/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo N ports/www/p5-Catalyst-Plugin-Session-Store-DBIC/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session-Store-DBIC/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:41:40 Modified files: www : Makefile Log message: +www/p5-HTML-FormFu-MultiForm +www/p5-Catalyst-Controller-ActionRole +www/p5-Catalyst-ActionRole-ACL +www/p5-CatalystX-LeakChecker +www/p5-CatalystX-InjectComponent +www/p5-CatalystX-Profile +www/p5-CatalystX-REPL +www/p5-Catalyst-Plugin-Session-Store-Delegate +www/p5-Catalyst-Model-Adaptor +www/p5-Catalyst-Plugin-Session-Store-DBIC CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:43:28 Log message: Import mail/p5-Catalyst-View-Email This module sends out emails from a stash key specified in the configuration settings. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201008 N ports/mail/p5-Catalyst-View-Email/Makefile N ports/mail/p5-Catalyst-View-Email/distinfo N ports/mail/p5-Catalyst-View-Email/pkg/DESCR N ports/mail/p5-Catalyst-View-Email/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:43:51 Modified files: mail : Makefile Log message: +p5-Catalyst-View-Email CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 20:59:07 Modified files: devel/p5-Catalyst-Manual: Makefile distinfo devel/p5-Catalyst-Manual/patches: patch-lib_Catalyst_Manual_Tutorial_09_AdvancedCRUD_09_FormBuilder_pod devel/p5-Catalyst-Manual/pkg: PLIST Log message: Update p5-Catalyst-Manual to 5.9011 From wen heping Tweaks from me OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:28:28 Modified files: www/p5-Catalyst-Runtime: Makefile distinfo www/p5-Catalyst-Runtime/pkg: PLIST Log message: Update www/p5-Catalyst-Runtime to 5.90126 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:31:39 Modified files: www/p5-Catalyst-Plugin-ConfigLoader: Makefile distinfo www/p5-Catalyst-Plugin-ConfigLoader/pkg: PLIST Log message: Update www/Catalyst-Plugin-ConfigLoader to 0.35 From wen heping OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:34:33 Modified files: www/p5-Catalyst-Devel: Makefile distinfo Removed files: www/p5-Catalyst-Devel/patches: patch-t_generated_app_t Log message: Update www/p5-Catalyst-Devel to 1.41 From wen heping OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:36:31 Modified files: databases/p5-Catalyst-Model-DBIC-Schema: Makefile distinfo databases/p5-Catalyst-Model-DBIC-Schema/pkg: DESCR Log message: Update databases/p5-Catalyst-Model-DBIC-Schema to 0.65 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:38:31 Modified files: textproc/p5-Catalyst-View-TT: Makefile distinfo textproc/p5-Catalyst-View-TT/pkg: DESCR Log message: Update textproc/p5-Catalyst-View-TT to 0.45 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:40:14 Modified files: www/p5-Catalyst-Plugin-Cache: Makefile distinfo www/p5-Catalyst-Plugin-Cache/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-Cache to 0.12 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:42:13 Modified files: www/p5-Catalyst-Plugin-SubRequest: Makefile distinfo www/p5-Catalyst-Plugin-SubRequest/pkg: DESCR PLIST Log message: Update www/p5-Catalyst-Plugin-SubRequest to 0.21 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:44:21 Modified files: devel/p5-Catalyst-Plugin-StackTrace: Makefile distinfo devel/p5-Catalyst-Plugin-StackTrace/pkg: PLIST Log message: Update devel/p5-Catalyst-Plugin-StackTrace to 0.12 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:45:52 Modified files: databases/p5-Catalyst-Model-DBI: Makefile distinfo Log message: Update databases/p5-Catalyst-Model-DBI to 0.32 From wen heping OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:55:02 Modified files: www/p5-Catalyst-Plugin-Session: Makefile distinfo www/p5-Catalyst-Plugin-Session/pkg: PLIST Log message: Update www/p5-Catalyst-Plugin-Session to 0.41 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:57:20 Modified files: devel/p5-Test-WWW-Mechanize-Catalyst: Makefile distinfo Log message: Update devel/p5-Test-WWW-Mechanize-Catalyst to 0.62 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 21:59:57 Modified files: security/p5-Catalyst-Plugin-Authentication: Makefile distinfo security/p5-Catalyst-Plugin-Authentication/pkg: PLIST Log message: Update security/p5-Catalyst-Plugin-Authentication to 0.10023 From wen heping OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 22:01:08 Added files: security/p5-Catalyst-Plugin-Authentication/patches: patch-t_lib_AuthTestApp_pm Log message: Add patch for failing test in p5-Catalyst-Plugin-Authentication CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 22:04:49 Modified files: security/p5-Catalyst-Authentication-Store-DBIx-Class: Makefile distinfo Log message: Update security/p5-Catalyst-Authentication-Store-DBIx-Class to 0.1506 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/08 22:08:06 Modified files: www/p5-Catalyst-Controller-HTML-FormFu: Makefile distinfo Log message: Update www/p5-Catalyst-Controller-HTML-FormFu to 2.04 From wen heping OK cwen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/09 01:04:17 Modified files: converters/bdf2sfd: Makefile distinfo Log message: Update bdf2sfd to 1.1.4. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/10/09 01:18:47 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/patches: patch-docs_docsite_rst_conf_py sysutils/ansible/pkg: PLIST-main Log message: Update ansible 2.9.13 -> 2.9.14 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-14 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/09 01:43:38 Modified files: usr.bin/doas : doas.c doas.conf.5 doas.h parse.y Log message: Add nolog option to avoid syslog(3) doas(1) unconditionally logs all executions but syslog.conf(5) provides no means to filter messages by user, target or command. Add the "nolog" option to doas.conf(5) such that syslog becomes an opt-out feature; this keeps configuration simple enough yet powerful since rule definition is the best place to decide whether to log commands or not on a per rule basis - this also aoids duplicating information or logic in any other log processing tool. OK tedu martijn CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/10/09 01:47:07 Modified files: security/opendnssec: Makefile distinfo Log message: Update opendnssec 2.1.6 -> 2.1.7 Announcement: https://www.opendnssec.org/2020/10/opendnssec-2-1-7 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/09 02:16:28 Modified files: sys/uvm : uvm_map.h Log message: Remove unecesary includes. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/09 02:20:46 Modified files: sys/ufs/ufs : ufs_lookup.c Log message: Do not dereference `vp' after vput(9)ing it. From dholland@NetBSD ok anton@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/09 02:47:58 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-imtest_imtest_c mail/cyrus-imapd/pkg: PLIST Log message: Update to cyrus-imapd-3.2.4. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/09 02:53:16 Modified files: sys/net80211 : ieee80211_radiotap.h sys/dev/ic : athnvar.h athvar.h rt2860var.h sys/dev/pci : if_iwmvar.h if_iwnvar.h if_iwxvar.h if_wpivar.h sys/dev/usb : if_runvar.h share/man/man9 : ieee80211_radiotap.9 Log message: Kill unused IEEE80211_RADIOTAP_HWQUEUE. Its value is conflicting with an effort to standardize TX flags fields of the radiotap header from Mathy Vanhoef. This flag used to indicate the presence of a specific hardware queue used by WME but is unchecked. ok sthen@, kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/09 02:54:24 Modified files: sbin/iked : ca.c config.c eap.c ikev2.c ikev2_msg.c ikev2_pld.c Log message: Remove unused "wait.h" includes. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/09 02:59:16 Modified files: sbin/iked : ca.c config.c control.c eap.c ikev2.c ikev2_msg.c ikev2_pld.c Log message: More unused headers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/09 04:20:32 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.28.4. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/09 04:24:33 Modified files: usr.bin/doas : doas.conf.5 Log message: fix SEE ALSO; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/09 05:03:45 Modified files: comms/chirp : Makefile distinfo Log message: update to chirp-20201008 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/09 07:13:28 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-3.36.4.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/09 07:19:41 Modified files: security/py-passlib: Makefile distinfo Log message: update to py-passlib-1.7.4 CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/10/09 07:23:51 Modified files: lang/go : go.port.mk Added files: infrastructure/bin: modgo-gen-modules-helper Log message: new target modgo-gen-modules for lang/go It generates the lists for MODGO_MODULES and MODGO_MODFILES Useful to update go ports. ok abieber@ CVSROOT: /cvs Module name: src Changes by: paco@cvs.openbsd.org 2020/10/09 07:24:44 Modified files: share/man/man5 : port-modules.5 Log message: document lang/go new target modgo-gen-modules It generates MODGO_MODULES and MODGO_MODFILES for Go port updates ok abieber@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/09 07:30:54 Modified files: net/pear-Net-DNS2: Makefile distinfo net/pear-Net-DNS2/pkg: PLIST Log message: update to pear-Net_DNS2-1.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/09 07:53:36 Modified files: www/minitube : Makefile distinfo www/minitube/pkg: PLIST Log message: update to minitube-3.6.2 CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2020/10/09 09:24:19 Modified files: . : 68.html Log message: make FFS2 it's own section insteads of an installer subsection CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/09 09:47:44 Modified files: x11/gnome/shell: Makefile distinfo Log message: update to gnome-shell-3.36.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/09 09:47:44 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.36.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/09 09:47:45 Modified files: x11/gnome/shell-extensions: Makefile distinfo Log message: update to gnome-shell-extensions-3.36.7 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/10/09 10:01:48 Modified files: lib/libc/dlfcn : dlfcn_stubs.c lib/libc/hidden: dlfcn.h lib/libc/stdlib: malloc.c Log message: As noted by tb@ previous commit only removed an unused fucntion. So redo previous commit properly: Use random value for canary bytes; ok tb@. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/10/09 10:08:18 Modified files: lib/libc/dlfcn : dlfcn_stubs.c lib/libc/hidden: dlfcn.h Log message: Partly revert previous commit, these changes we not supposed to go in. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/09 10:12:27 Modified files: . : 68.html Log message: ^L in ksh's vi mode applies not just to editing mode CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/09 10:18:16 Modified files: games/shapezio : Makefile distinfo games/shapezio/pkg: PLIST Log message: Update to shapezio-1.2.0 Saved games with previous versions can't be used with a newer version. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/09 10:18:26 Modified files: . : 68.html Log message: fix markup CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/09 10:25:21 Modified files: geo/py-shapely : Makefile distinfo geo/py-shapely/patches: patch-setup_py geo/py-shapely/pkg: PLIST Log message: Update to py3-shapely 1.7.1 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/10/09 10:31:03 Modified files: lib/libc/hidden: dlfcn.h lib/libc/dlfcn : dlfcn_stubs.c Log message: Correct error returns, do not print eror message to stdout (there is a dlerror() function for that) and mark dladdr() as PROTO_NORMAL to be able to call it from a malloc.c MALLOC_STATS leak reporting project I'm working on. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/09 10:47:11 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.19.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/09 11:19:35 Modified files: lib/libcrypto/ocsp: ocsp_cl.c Log message: Fix leak or double free with OCSP_request_add0_id() On success, OCSP_request_add0_id() transfers ownership of cid to either 'one' or 'req' depending on whether the latter is NULL or not. On failure, the caller can't tell whether OCSP_ONEREQ_new() failed (in which case cid needs to be freed) or whether it was a failure to allocate memory in sk_insert() (in which case cid must not be freed). The caller is thus faced with the choice of leaving either a leak or a potential double free. Fix this by transferring ownership only at the end of the function. Found while reviewing an upcoming diff by beck. ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/09 11:23:51 Modified files: geo/osm2pgrouting: Makefile distinfo geo/osm2pgrouting/pkg: PLIST Log message: Update to osm2pgrouting 2.3.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/09 11:26:13 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-313.0.1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/09 11:36:47 Modified files: sys/arch/arm64/arm64: copy.S Log message: Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies if possible. No doubt further optimizations are poissible, but this change results in a nice balance between code size and speed and is still easy to understand. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/09 12:37:29 Modified files: net/bro : Makefile net/bro/pkg : README Log message: fix typo in README; ok aja@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/09 12:48:05 Modified files: devel/ninja : Makefile distinfo Log message: Update ninja to 1.10.1 Change log: https://groups.google.com/g/ninja-build/c/QQM54eAhrjU/m/q5zn_zTlAQAJ?pli=1 Has been through bulk build on amd64 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/09 12:50:41 Modified files: devel/cmake : Makefile devel/cmake/patches: patch-Source_cmGeneratorTarget_cxx Log message: Fix cmGeneratorTarget_cxx in devel/cmake There is a mistake in the cmGeneratorTarget_cxx patch. This creates a wrong scope. "this->IsFrameworkOnApple()" is present twice and the first one adds a wrong bracket which creates a scope to the end of the whole function. Has been through bulk build on amd64, ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/09 13:04:34 Modified files: net/libunbound : Makefile distinfo net/libunbound/patches: patch-Makefile_in Log message: update to libunbound-1.12.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/09 13:11:32 Modified files: textproc/hunspell: Makefile distinfo textproc/hunspell/patches: patch-src_tools_hunspell_cxx patch-tests_test_sh textproc/hunspell/pkg: PLIST Log message: Update hunspell to 1.7 Test and feedback from some maintainers. Thanks! Feedback form sthen and landry@. Thanks! Has been through bulk build on amd64 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/09 13:11:35 Modified files: www/otter-browser: Makefile Added files: www/otter-browser/patches: patch-cmake_FindHunspell_cmake Log message: Unbreak with hunspell 1.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/09 13:12:01 Modified files: devel/codeblocks: Makefile devel/kf5/sonnet: Makefile editors/featherpad: Makefile editors/focuswriter: Makefile editors/ghostwriter: Makefile editors/libreoffice: Makefile editors/sigil : Makefile editors/teaqt : Makefile editors/texmaker: Makefile editors/texworks: Makefile net/psi : Makefile print/lyx : Makefile print/scribus : Makefile textproc/enchant: Makefile textproc/enchant2: Makefile textproc/link-grammar: Makefile www/mozilla : mozilla.port.mk x11/qt5/qtvirtualkeyboard: Makefile Log message: Bump after hunspell update The library name has changed from hunspell-1.6 to hunspell-1.7. CVSROOT: /cvs Module name: src Changes by: tim@cvs.openbsd.org 2020/10/09 13:12:36 Modified files: usr.bin/tmux : tmux.1 Log message: Escape ! in Ql OK jmc@ nicm@, agreement from schwarze@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2020/10/09 13:22:42 Modified files: devel/gdb/patches: patch-gdb_configure_host patch-gdb_configure_tgt Added files: devel/gdb/patches: patch-gdb_config_powerpc_obsd64_mh patch-gdb_ppc64obsd-nat_c patch-gdb_ppc64obsd-tdep_c patch-gdb_ppc64obsd-tdep_h Log message: Add minimal OpenBSD/powerpc64 support. Should allow inspection of core dumps, but not much more. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/09 13:40:13 Modified files: sysutils/grive2: Makefile distinfo sysutils/grive2/patches: patch-grive_CMakeLists_txt patch-libgrive_CMakeLists_txt patch-libgrive_src_util_File_cc sysutils/grive2/pkg: PLIST Added files: sysutils/grive2/patches: patch-CMakeLists_txt patch-libgrive_src_util_OS_hh Log message: Update grive2 to 0.5.1 Remove me as maintainer CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/09 13:42:09 Modified files: net/libmesode : Makefile distinfo net/libmesode/pkg: PLIST Removed files: net/libmesode/patches: patch-configure_ac Log message: Update libmesode to 0.10.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/09 14:30:19 Modified files: sys/arch/powerpc64/powerpc64: pmap.c syscall.c trap.c Log message: Unbreak the powerpc64 kernel build. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/09 15:04:54 Modified files: databases/kyotocabinet: Makefile Log message: kyotocabinet: remove BROKEN-powerpc. Linking errors due to the usage of 64-bit __sync* operators are fixed since gkoehler@ has set the llvm max atomic size on powerpc. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/09 15:08:05 Modified files: mail/neomutt : Makefile Log message: neomutt: enable kyotocabinet header cache backend on powerpc OK sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/10/09 15:14:28 Modified files: geo/osm2pgrouting: Makefile Log message: typo in variable name CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/09 15:21:48 Added files: lang/ocaml-camlp5/patches: patch-Makefile Log message: Missed patch; found by naddy@. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/09 16:17:15 Modified files: graphics/gimp/stable: Makefile graphics/gimp/stable/pkg: PLIST Log message: Drop py-gtk2 support py-gtk2 is obsolete, ajacoutot@ wants to take it behind the barn. This diff drops support for python plugins and the Python-fu submenu. ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/09 16:19:46 Modified files: . : 68.html Log message: octboot does not have a manual yet CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/09 19:41:05 Log message: Import devel/p5-Data-Clone Data::Clone does data cloning, i.e. copies things recursively. This is smart so that it works with not only non-blessed references, but also with blessed references (i.e. objects). When clone() finds an object, it calls a clone method of the object if the object has a clone, otherwise it makes a surface copy of the object. That is, this module does polymorphic data cloning. Although there are several modules on CPAN which can clone data, this module has a different cloning policy from almost all of them. From cwen@ with OK to import Status: Vendor Tag: afresh1 Release Tags: afresh1_20201009 N ports/devel/p5-Data-Clone/Makefile N ports/devel/p5-Data-Clone/distinfo N ports/devel/p5-Data-Clone/pkg/DESCR N ports/devel/p5-Data-Clone/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/09 19:41:26 Modified files: devel : Makefile Log message: +p5-Data-Clone CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/09 19:47:57 Log message: Import www/p5-HTML-FormHandler HTML::FormHandler allows you to define HTML form fields and validators. It can be used for both database and non-database forms, and will automatically update or create rows in a database. It can also be used to process structured data that doesn't come from an HTML form. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201009 N ports/www/p5-HTML-FormHandler/Makefile N ports/www/p5-HTML-FormHandler/distinfo N ports/www/p5-HTML-FormHandler/pkg/DESCR N ports/www/p5-HTML-FormHandler/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/09 19:49:24 Log message: Import www/p5-CatalystX-SimpleLogin CatalystX::SimpleLogin is an application class Moose::Role which will inject a Catalyst::Controller which is an instance of CatalystX::SimpleLogin::Controller::Login into your application. This provides a simple login and logout page with the addition of only one line of code and one template to your application. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201009 N ports/www/p5-CatalystX-SimpleLogin/Makefile N ports/www/p5-CatalystX-SimpleLogin/distinfo N ports/www/p5-CatalystX-SimpleLogin/pkg/DESCR N ports/www/p5-CatalystX-SimpleLogin/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/09 19:50:43 Log message: Import www/p5-Catalyst-Authentication-Credential-HTTP HTTP Basic and Digest authentication for Catalyst. From wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201009 N ports/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile N ports/www/p5-Catalyst-Authentication-Credential-HTTP/distinfo N ports/www/p5-Catalyst-Authentication-Credential-HTTP/pkg/DESCR N ports/www/p5-Catalyst-Authentication-Credential-HTTP/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/09 19:51:26 Modified files: www : Makefile Log message: +p5-HTML-FormHandler +p5-CatalystX-SimpleLogin +p5-Catalyst-Authentication-Credential-HTTP CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/09 19:53:15 Modified files: devel/catalyst : Makefile distinfo devel/catalyst/pkg: PLIST Removed files: devel/catalyst/patches: patch-Makefile_PL Log message: Update devel/catalyst to 4.02 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/09 20:01:49 Modified files: sysutils/ugrep : Makefile distinfo sysutils/ugrep/patches: patch-configure Log message: Update to ugrep-3.0.1 Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.0.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/10 00:34:22 Modified files: www/seamonkey : Makefile Log message: Bump REVISION after mozilla.port.mk r1.134 otherwise PLIST_DB on i386 will likely complain.. this port is in a dire need of update to 2.53. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/10 01:07:46 Modified files: sys/dev : kcov.c Log message: Clear the kcov device for the current thread before freeing the same kcov device. Prevents a use-after-free, note I've never seen this one in practice. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/10 02:01:31 Modified files: sysutils/augeas: Makefile distinfo sysutils/augeas/patches: patch-configure patch-examples_dump_c patch-lenses_shellvars_aug patch-man_augparse_1 patch-src_augtool_c sysutils/augeas/pkg: PLIST Removed files: sysutils/augeas/patches: patch-src_augmatch_c Log message: Update to augeas 1.12.0 Many changes including syslog.conf lense fixes which make the respective puppet provider work with "#!doas" style comments. OK rsadowski CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/10 03:00:15 Modified files: share/man/man4/man4.octeon: Makefile Added files: share/man/man4/man4.octeon: octboot.4 Log message: Add a manual page for octboot(4). CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/10/10 03:52:52 Modified files: math/R : Makefile distinfo math/R/patches : patch-configure Log message: Update to R 4.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/10 04:05:54 Modified files: www/w3m : Makefile distinfo Log message: update w3m to the Debian 0.5.3-38 patchset CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/10 04:11:54 Modified files: share/man/man4/man4.octeon: octboot.4 sys/arch/octeon/conf: BOOT Log message: Remove unnecessary count of device instances. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/10 04:19:45 Modified files: regress/lib/libcrypto/x509/bettertls: verify.c Log message: Don't leak bundle_file and cert_file paths at the end. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/10 04:46:26 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.25.3. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/10 07:19:50 Modified files: sys/arch/powerpc64/include: opal.h sys/arch/powerpc64/powerpc64: locore.S Log message: Add OPAL_PCI_MAP_PE_DMA_WINDOW. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/10 08:47:48 Modified files: . : 68.html Log message: Matthieu noticed that i got the xserver version wrong by a tiny ammount. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/10 08:55:13 Modified files: . : 68.html Log message: octboot has a manual now CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/10 10:57:46 Removed files: geo/osm2pgrouting/patches: patch-CMakeLists_txt Log message: Remove patch that isnt needed anymore, build failure noted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/10 11:05:55 Modified files: sys/arch/powerpc64/dev: xive.c Log message: Handle spurious interrupts. ok patrick@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/10 11:13:49 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/pkg: PLIST Log message: Update to libsecret-0.20.4. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/10 11:22:34 Modified files: . : 68.html Log message: ... octboot(4) obviously did not make release pointed out by deraadt CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/10/10 12:03:41 Modified files: sys/sys : tree.h Log message: Returning a void expression is weird; ok kettenis@ daniel@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2020/10/10 12:19:29 Modified files: . : 68.html Log message: Add some more dhclient(8) changes. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/10 12:30:43 Modified files: sysutils : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: sysutils/py-metlog: Makefile distinfo sysutils/py-metlog/pkg: DESCR PLIST Log message: retire sysutils/py-metlog Originally imported in 2012 for firefox-sync, but no longer used there. Defunct sice 2013, and even the replacement heka-py has been deprecated with no updates since 2014. As this port is python2-only, it is in the way of getting numpy updated so into the attic it goes... ok kmos@, bket@, landry@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/10 12:31:55 Modified files: lang/cython : Makefile distinfo lang/cython/pkg: PLIST Log message: Update cython to 0.29.21. This is the minimum version of cython needed to update pandas to the 1.1.3 bugfix release. ok juanfra@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/10 12:34:06 Modified files: textproc/yq : Makefile distinfo textproc/yq/pkg: PLIST Log message: Update to yq 2.11.1 CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2020/10/10 12:36:59 Modified files: . : 68.html Log message: Add cd/scsi changes. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/10 12:45:00 Modified files: devel : Makefile graphics : Makefile net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-construct: Makefile devel/py-construct/pkg: PLIST graphics/py-sane: Makefile graphics/py-sane/pkg: PLIST net/py-zmq : Makefile net/py-zmq/pkg : PLIST Log message: switch py-construct, py-sane, and py-zmq to be python3-only This is one of the many changes needed to update numpy to v1.17.0 or newer as numpy is now python3-only. Analysis of py-zmq consumers flubbed by me. Luckily bket@ did a much better dependency analysis of the py-zmq consumers. ok bket@ CVSROOT: /cvs Module name: www Changes by: martijn@cvs.openbsd.org 2020/10/10 13:08:07 Modified files: . : 68.html Log message: Mention that snmpd(8) now supports port selection and the new agentx backend for relayd(8). OK benno@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/10/10 13:37:15 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/10 13:45:45 Modified files: emulators/nono : Makefile Log message: it's a nono on i386 tvram.cpp:254:5: error: unknown type name '__m128i' tvram.cpp:258:9: error: use of undeclared identifier '_mm_set_epi32' tvram.cpp:358:5: error: unknown type name '__m128i' tvram.cpp:358:21: error: use of undeclared identifier '_mm_set_epi8' etc. +BROKEN-i386= requires __m128i and similar types; may work if SSE is disabled CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/10 13:49:14 Modified files: net/libunbound : Makefile Log message: libunbound: fix comment that was invalidated when pthread was enabled CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/10/10 18:34:30 Modified files: graphics/fna3d : Makefile Log message: base-gcc arches need to use ports-gcc since base-gcc does not have thread-local storage. ok cwen, thfr CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/10/10 19:13:04 Modified files: lib/libssl : s3_lib.c ssl_locl.h ssl_sigalgs.c ssl_sigalgs.h ssl_tlsext.c ssl_tlsext.h Log message: Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into .data.rel.ro and .rodata respectively. ok tb@ jsing@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/10/10 19:16:31 Modified files: lib/libssl : d1_srtp.c ssl_locl.h ssl_tlsext.c Log message: Constipate srtp_known_profiles, pushing it into .data.rel.ro ok tb@ jsing@ CVSROOT: /cvs Module name: www Changes by: yasuoka@cvs.openbsd.org 2020/10/10 19:19:17 Modified files: faq : upgrade68.html Log message: Add a paragraph about npppd.conf permission has been changed. Point out tj, work with mvs and schwarze CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/10 20:12:55 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: Unbreak regress following SRTP_PROTECTION_PROFILE const change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/10 20:22:27 Modified files: lib/libssl : ssl_clnt.c ssl_lib.c ssl_locl.h ssl_methods.c ssl_sess.c ssl_srvr.c tls13_legacy.c Log message: Condense and simplify TLS methods. Historically, OpenSSL has had client and server specific methods - the only difference between these is that the .ssl_connect or .ssl_accept function pointer is set to ssl_undefined_function, with the intention of reducing code size for a statically linked binary that was only a client or server. These days the difference is minimal or non-existant in many cases and we can reduce the amount of code and complexity by having single method. Internally remove all of the client and server specific methods, simplifying code in the process. The external client/server specific API remain, however these now return the same thing as TLS_method() does. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/10 20:30:04 Modified files: regress/lib/libssl/server: servertest.c Log message: Update regress for method changes. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/10 20:44:27 Modified files: lib/libssl : d1_srtp.c ssl_locl.h Log message: Make profile_name const in srtp_find_profile_by_name() There is no reason (and there never was any) for profile_name to be non-const, it was always just passed to strncmp(). Changing this allows removing an ugly instance of casting away const. ok guenther jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/10 20:45:49 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: No longer need to cast away const in srtp_find_profile_by_name() CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/10 20:59:47 Modified files: lib/libssl : tls13_legacy.c Log message: Grow init_buf before stashing a handshake message for the legacy stack. When transitioning from the TLSv1.3 stack to the legacy stack, grow init_buf before stashing the handshake message. The TLSv1.3 stack has already received the handshake message (potentially from multiple TLS records) and validated its size, however the default allocation is only for a single plaintext record, which can result in the handshake message failing to fit in certain cases. Issue noted by tb@ via tlsfuzzer. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/10 21:21:44 Modified files: usr.sbin/httpd : parse.y server.c Log message: Handle absence of TLS certs while parsing the config There is a soft fail mechanism to handle missing certs for seamless interaction with acme-client. Move this to the config parser. This is simpler than server.c r1.117 and avoids a crash due to listening on port 443 without having set up the TLS context first. More precisely, the crash happens if a server with missing certificate is visited via https in a configuration where there is a second server with valid certificate and key. From Joshua Sing (joshua at hypera dot dev) ok benno CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/10 21:47:59 Modified files: lib/libssl : d1_both.c Log message: Fix an assert conditioned on DTLS1_VERSION. This condition previously existed for DTLS BAD_VER, which has long been removed. Furthermore, conditioning on DTLS1_VERSION means this is broken for any newer DTLS version. While here roll up two assertions into one. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/10 23:45:33 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_fence.c amdgpu_sync.c sys/dev/pci/drm/i915: i915_active.c i915_buddy.c i915_request.c i915_scheduler.c i915_vma.c sys/dev/pci/drm/i915/gem: i915_gem_object.c sys/dev/pci/drm/i915/gt: intel_context.c sys/dev/pci/drm/include/linux: processor.h slab.h sys/dev/pci/drm/scheduler: sched_fence.c Log message: Align pool items on CACHELINESIZE when replacing linux kmem_cache with SLAB_HWCACHE_ALIGN flag. tested by semarie@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/11 00:04:03 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-kiwisolver: Makefile distinfo devel/py-kiwisolver/pkg: PLIST Log message: Update kiwisolver to 1.2.0 which is now python3-only. ok bket@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/11 01:05:29 Modified files: sys/dev/ic : ar5008.c ar9003.c ath.c athnvar.h athvar.h rt2860.c rt2860var.h sys/dev/pci : if_iwm.c if_iwmvar.h if_iwn.c if_iwnvar.h if_iwx.c if_iwxvar.h if_wpi.c if_wpivar.h sys/dev/usb : if_run.c if_runvar.h Log message: Stop exporting `wt_hwqueue' now that drivers don't advertise it. Pointed by and ok jsg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/11 01:11:59 Modified files: sys/kern : kern_event.c sys/sys : event.h Log message: Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct". The struct keeps track of the end point of an event queue scan by persisting the end marker. This will be needed when kqueue_scan() is called repeatedly to complete a scan in a piecewise fashion. Extracted from a previous diff from visa@. ok visa@, anton@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/11 02:03:16 Modified files: graphics : Makefile devel : Makefile audio : Makefile Removed files: graphics/pdfmod: Makefile distinfo graphics/pdfmod/patches: patch-Makefile_am patch-Makefile_include patch-configure_ac patch-docs_C_index_docbook patch-docs_Makefile_am patch-icon-theme-installer patch-src_PdfMod_Gui_Actions_cs patch-src_PdfMod_Gui_DocumentIconView_cs graphics/pdfmod/pkg: DESCR PLIST devel/hyena : Makefile distinfo devel/hyena/patches: patch-Hyena_Data_Sqlite_Makefile_in patch-Hyena_Gui_Makefile_in patch-Hyena_Makefile_in patch-Mono_Data_Sqlite_Makefile_in patch-build_build_rules_mk patch-build_m4_shamrock_mono_m4 devel/hyena/pkg: DESCR PLIST audio/mono-taglib: Makefile distinfo audio/mono-taglib/pkg: DESCR PLIST Log message: Remove these 3 unmaintained mono ports that nothing else uses in tree. pdfmod has alternatives. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/11 02:05:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of pdfmod, hyena and mono-taglib. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/11 02:44:10 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Log message: Update to stella-6.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/11 05:38:05 Modified files: textproc/pdftk : Makefile distinfo Log message: update to pdftk(-java) 3.2.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/11 06:35:24 Modified files: usr.sbin/rpki-client: main.c Log message: Introduce repo_filename() a function that converts a URI into the local path to that resource. This will be needed for future RRDP support. Additionally support more then one TAL URI and select the rsync URI in that list. Finally queue_add_from_cert() got modified to include both the rsync URI and the RRDP notify URI (which is still unused). OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/11 06:39:25 Modified files: usr.sbin/rpki-client: tal.c Log message: Implement more of RFC 8630 and support more than one URI in the TAL file. The URI are sorted which results in preferrence of https URI. To make rpki-client's handling easier enforce that all URI use the same filename. OK benno@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/10/11 06:45:52 Modified files: lib/libssl : s3_lib.c ssl_locl.h ssl_methods.c t1_lib.c tls13_legacy.c Log message: SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL with #defines for the per-version initializers instead of extern globals. Add SSL_USE_SHA256_PRF() to complete the abstraction. ok tb@ jsing@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/11 07:10:13 Modified files: gnu/llvm/lld/ELF: SyntheticSections.cpp Log message: Always allocate GOT header entries on powerpc. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/11 08:32:36 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/apache-ant: Makefile distinfo devel/apache-ant/pkg: PLIST Log message: Update apache-ant to 1.10.9 which fixes CVE-2020-11979 ok sthen@ CVSROOT: /cvs Module name: www Changes by: danj@cvs.openbsd.org 2020/10/11 08:35:27 Modified files: faq : current.html Log message: Fix year CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/11 09:45:31 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/pkg: README print/hplip : Makefile print/hplip/pkg: README-common Log message: Add a bit more information regarding HP scanners. from a discussion with landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:11:15 Log message: Import librttopo 1.1.0. The RT Topology Library exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies using user-provided data stores. The code is derived from PostGIS liblwgeom library enhanced to provide thread-safety, have less dependencies and be independent from PostGIS release cycles. New requirement for upcoming geo/spatialite update ok solene@ Status: Vendor Tag: landry Release Tags: landry_20201011 N ports/geo/librttopo/Makefile N ports/geo/librttopo/distinfo N ports/geo/librttopo/pkg/PLIST N ports/geo/librttopo/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:11:47 Modified files: geo : Makefile Log message: +librttopo CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/11 10:14:38 Modified files: lib/libssl/man : SSL_CTX_new.3 Log message: In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3) and *_client_method(3). Adjust the documentation. While here, delete most of the verbiage regarding the deprecated functions SSLv23_*(3) and add the missing entry to RETURN VALUES. OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:20:47 Log message: Import virtualpg 2.0.0. virtualpg is a dynamic extension for the SQLite DBMS. it implements the VirtualPostgres driver, allowing to directly exchange data between SQLite and PostgreSQL; if SpatiaLite is available even PostGIS geometries can be exchanged from one Spatial DBMS to the other. New requirement for an upcoming spatialite_gui update. ok solene@ Status: Vendor Tag: landry Release Tags: landry_20201011 N ports/geo/spatialite/virtualpg/Makefile N ports/geo/spatialite/virtualpg/distinfo N ports/geo/spatialite/virtualpg/pkg/PLIST N ports/geo/spatialite/virtualpg/pkg/DESCR N ports/geo/spatialite/virtualpg/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:25:26 Modified files: devel/proj : Makefile distinfo devel/proj/pkg : PLIST Added files: devel/proj/pkg : README Log message: Major update to proj 7.1.1. - Add curl and tiff dependencies, now that proj can read datum grids from remote cloud-optimized geotiffs (cf https://proj.org/usage/network.html) - Add a README explaining how to access or sync datum grids from the CDN (disabled by default) all consumers had been fixed/adapted beforehands, the last annoying one was spatialite but it's going to be updated right now. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:26:51 Modified files: devel/geotiff : Makefile Log message: Sync WANTLIB after curl dependency addition to devel/proj (could be a good candidate for libset feature..) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:30:30 Modified files: geo/spatialite/libspatialite: Makefile distinfo geo/spatialite/libspatialite/patches: patch-src_Makefile_in geo/spatialite/libspatialite/pkg: PLIST Log message: Update to libspatialite 5.0.0. Add dependency on archivers/minizip & geo/librttopo. Now supports proj6 API since https://www.gaia-gis.it/fossil/libspatialite/info/6eabdf0e6d3520a7 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:31:00 Modified files: geo/spatialite/tools: Makefile distinfo Log message: Update to spatialite-tools 5.0.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:34:03 Modified files: geo/spatialite/librasterlite2: Makefile distinfo geo/spatialite/librasterlite2/pkg: PLIST Log message: Update to librasterlite2 1.1.0beta1. Adds dependencies on geo/librttopo, archivers/minizip & graphics/openjp2 for proper JPEG2000 support. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:34:56 Modified files: geo/spatialite : Makefile.inc Log message: Drop -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 from CONFIGURE_ENV, not needed anymore since spatialite now properly supports proj 6 API CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:37:53 Modified files: geo/spatialite/gui: Makefile distinfo geo/spatialite/gui/pkg: PLIST Removed files: geo/spatialite/gui/patches: patch-configure Log message: Update to spatialite_gui-2.1.0beta1. Depends on libspatialite 5.0.0, librasterlite2 1.1.0beta1 and the newly imported virtualpg. Disable libxlsxwriter support as we dont have a port (yet?) for https://libxlsxwriter.github.io/. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:39:30 Modified files: geo/spatialite : Makefile Log message: Link virtualpg to the build, and unlink spatialite_gis, librewms (both dead upstream and superseded by spatialite_gui), libgaiagraphics & librasterlite (dead upstream, now unused and superseded by librasterlite2) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:40:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register spatialite_gis, librewms, libgaiagraphics & librasterlite removal CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:41:12 Removed files: geo/spatialite/gis: Makefile distinfo geo/spatialite/gis/patches: patch-Classdef_h patch-MapView_cpp patch-configure geo/spatialite/gis/pkg: DESCR PLIST geo/spatialite/libgaiagraphics: Makefile distinfo geo/spatialite/libgaiagraphics/pkg: DESCR PLIST geo/spatialite/librewms: Makefile distinfo geo/spatialite/librewms/patches: patch-configure geo/spatialite/librewms/pkg: DESCR PLIST geo/spatialite/librasterlite: Makefile distinfo geo/spatialite/librasterlite/pkg: DESCR PLIST Log message: Actually remove: - spatialite_gis - librewms - librasterlite - libgaiagraphics CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 10:42:30 Modified files: geo/gdal : Makefile Log message: Fix WANTLIB-main after spatialite update (ie add minizip & rttopo) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 11:35:33 Modified files: mail/thunderbird-i18n: Makefile.inc mail/thunderbird-i18n/pkg: PLIST Log message: Fix thunderbird langpacks by installing them in the proper directory (eg /usr/local/lib/thunderbird/distribution/extensions). Issue reported by Joel Carnat, thanks ! CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/10/11 11:40:55 Modified files: audio/wavpack : Makefile distinfo Log message: Move MASTER_SITES to https. Suggested by tj@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 11:55:17 Modified files: sysutils/libisofs: Makefile mail/courier-unicode: Makefile Log message: Drop useless USE_LIBTOOL=Yes, as that's the default value set in bsd.port.mk CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/11 11:56:15 Modified files: sysutils/libburn: Makefile sysutils/libisoburn: Makefile Log message: Drop two more useless USE_LIBTOOL=Yes CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/11 12:28:17 Modified files: libexec/security: security Log message: Don't skip file systems just because the parent fs is nodev and nosuid. Fixes instances where a mount point uses the nodev and nosuid options but another file system mounted inside that hierarchy does not. OK schwarze@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/11 13:28:13 Log message: import py-cppy Found by ajacoutot@ to be needed by the recent py-kiwisolver update. ok bket@ Status: Vendor Tag: daniel Release Tags: daniel_20201011 N ports/devel/py-cppy/Makefile N ports/devel/py-cppy/distinfo N ports/devel/py-cppy/pkg/DESCR N ports/devel/py-cppy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/11 13:31:57 Modified files: devel : Makefile Log message: +py-cppy,python3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/11 13:37:31 Modified files: devel/py-kiwisolver: Makefile Log message: kiwisolver needs cppy to build build breakage reported by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/11 15:10:15 Modified files: devel/acpica : Makefile distinfo devel/acpica/patches: patch-source_include_platform_aclinux_h Log message: Update to acpica 20200925 tested on amd64 by myself and compiled on sparc64 by kn@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/11 16:12:44 Modified files: usr.bin/ssh : clientloop.c Log message: UpdateHostkeys: better detect manual host entries Disable UpdateHostkeys if the known_hosts line has more than two entries in the pattern-list. ssh(1) only writes "host" or "host,ip" lines so anything else was added by a different tool or by a human. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/11 16:13:37 Modified files: usr.bin/ssh : clientloop.c hostfile.c Log message: UpdateHostkeys: better CheckHostIP handling When preparing to update the known_hosts file, fully check both entries for both the host and the address (if CheckHostIP enabled) and ensure that, at the end of the operation, entries for both are recorded. Make sure this works with HashKnownHosts too, which requires maintaining a list of entry-types seen across the whole file for each key. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/11 16:14:38 Modified files: usr.bin/ssh : clientloop.c Log message: UpdateHostkeys: check for keys under other names Stop UpdateHostkeys from automatically removing deprecated keys from known_hosts files if the same keys exist under a different name or address to the host that is being connected to. This avoids UpdateHostkeys from making known_hosts inconsistent in some cases. For example, multiple host aliases sharing address-based known_hosts on different lines, or hosts that resolves to multiple addresses. ok markus@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/10/11 20:06:25 Modified files: sys/dev/pci : if_rge.c if_rgereg.h Log message: Set the maximum frame size to RGE_JUMBO_FRAMELEN. From Brad. Tweak by myself. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/10/11 20:11:10 Modified files: share/man/man4 : rge.4 Log message: Mention TP-LINK TL-NG421. From Brad. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/11 23:15:59 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome to 5.15.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/11 23:23:39 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins to 2.260 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/10/12 00:56:07 Modified files: math/hdf5 : Makefile distinfo math/hdf5/pkg : PLIST Log message: Update to HDF5 1.10.7 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/12 02:36:37 Modified files: usr.bin/ssh : ssh.c sshconnect.c sshconnect.h Log message: Zap unused family parameter from ssh_connect_direct() sshconnect.c r1.241 from 2013 made it unused; found while reading code. OK djm CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/12 02:44:45 Modified files: sys/uvm : uvm_amap.c Log message: Use KASSERT() instead of if(x) panic() for NULL dereference checks. Improves readability and reduces the difference with NetBSD without compromising debuggability on RAMDISK. While here also use local variables to help with future locking and reference counting. ok semarie@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/12 03:18:33 Modified files: lib/libssl/man : SSL_CTX_new.3 Log message: List and describe the recommended methods first and relegate the deprecated methods to a separate table. Simplify and shorten the surrounding verbiage. Joint work with tb@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/12 03:26:57 Modified files: lib/libssl/man : SSL_CTX_new.3 Log message: drop references to the SSL protocol because support was removed long ago; suggested by tb@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/12 04:18:56 Modified files: x11/osd_clock : Makefile x11/osd_clock/patches: patch-osd_clock_c Log message: osd_clock: fix an infinite loop on unsigned char archs (arm*, powerpc) OK tb@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/12 04:41:35 Modified files: sysutils/xstatbar: Makefile sysutils/xstatbar/patches: patch-xstatbar_c Log message: xstatbar: parse properly options on archs where char is unsigned by default (arm, powerpc) Style hint and OK tb@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/12 07:08:03 Modified files: sys/tmpfs : tmpfs.h tmpfs_vnops.c Log message: Fix build of tmpfs The breakage was caused by the removal of #include from . OK deraadt@, mpi@, beck@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/12 07:36:38 Modified files: regress/lib/libcrypto/symbols: symbols.awk Log message: avoid two overlong lines and drop an unused printf argument CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/12 07:56:22 Modified files: usr.bin/compress: main.c Log message: Accommodate POSIX basename(3) that takes a non-const parameter and may modify the string buffer. ok millert@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/12 07:58:27 Modified files: usr.bin/patch : backupfile.c Log message: Accommodate POSIX basename(3) that takes a non-const parameter and may modify the string buffer. From Joerg Sonnenberger for DragonFly BSD. ok millert@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/10/12 08:52:09 Modified files: gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp gnu/llvm/llvm/lib/Target/PowerPC: CMakeLists.txt PPCAsmPrinter.cpp PPCFrameLowering.cpp PPCFrameLowering.h PPCInstrInfo.td gnu/usr.bin/clang/libLLVMPowerPCCodeGen: Makefile Added files: gnu/llvm/llvm/lib/Target/PowerPC: PPCReturnProtectorLowering.cpp PPCReturnProtectorLowering.h Log message: Add RETGUARD implementation for powerpc and powerpc64. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/10/12 09:13:48 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-src_Makefile_in Removed files: editors/nano/patches: patch-doc_nano_1 Log message: Update to 5.3. Notable improvement: - With --stateflags the state of some things is shown in the title bar. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/12 09:24:23 Modified files: www/nextcloud : Tag: OPENBSD_6_7 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_7 PLIST Log message: Last update for 6.7 - Nextcloud to 18.0.10 6.8 will ship 19.X OK landry@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/12 10:41:03 Modified files: share/man/man1 : clang-local.1 Log message: update retguard list CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/12 10:47:20 Modified files: . : innovations.html Log message: retguard for powerpc/powerpc64 CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/10/12 11:21:39 Modified files: gnu/usr.bin/clang: Makefile.inc Log message: Disable retguard for clang build. Fixes build on powerpc CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/10/12 11:36:06 Modified files: sys/dev/fdt : imxccm_clocks.h Log message: OCOTP's parent clock is the IPG clock on i.MX8M. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/10/12 11:37:56 Modified files: sysutils/ggrep : Makefile distinfo Log message: update to 3.5: miscellaneous bug fixes CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/10/12 11:38:28 Modified files: sys/dev/fdt : imxccm.c Log message: Add support for the i.MX8M AHB clocks. These behave just like all the other composite clocks. With this we can get the frequency for the OCOTP. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/12 13:51:28 Modified files: lib/libc/gen : sysconf.c Log message: mib[2] is no longer used; ok guenther CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/12 15:29:58 Log message: import pybind11, needed for scipy updates. ok bket@ Information for inst:py3-pybind11-2.5.0 Comment: headers for interoperability between C++ and Python Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its goals and syntax are similar to the excellent boost library. Maintainer: The OpenBSD ports mailing-list WWW: https://pypi.python.org/pypi/pybind11 Status: Vendor Tag: daniel Release Tags: daniel_20201012 N ports/devel/py-pybind11/Makefile N ports/devel/py-pybind11/distinfo N ports/devel/py-pybind11/pkg/DESCR N ports/devel/py-pybind11/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/12 15:34:41 Modified files: devel : Makefile Log message: +py-pybind11,python3 CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2020/10/12 15:48:32 Modified files: . : 68.html Log message: 6221 powerpc64 packages CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/12 15:59:54 Modified files: math/py-pandas : Makefile distinfo math/py-pandas/patches: patch-setup_py Log message: Update to py-pandas 1.1.3 ok bket@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/12 16:04:32 Modified files: math : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm math/py-scipy : Makefile distinfo math/py-scipy/patches: patch-scipy_special_tests_test_basic_py math/py-scipy/pkg: PLIST Log message: Update py-scipy to 1.5.2 which is now python3-only. tweaks and ok bket@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/12 16:06:51 Modified files: lib/libc/thread: rthread.c Log message: annoying whitespace CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/12 16:08:34 Modified files: lib/libc/compat-43: gethostid.c sethostid.c lib/libc/gen : getdomainname.c gethostname.c getloadavg.c getpagesize.c setdomainname.c sethostname.c setproctitle.c lib/libc/gmon : gmon.c lib/libc/stdlib: malloc.c lib/libcrypto/arc4random: getentropy_freebsd.c getentropy_netbsd.c lib/libkvm : kvm_proc.c lib/librthread : rthread_np.c lib/libutil : fmt_scaled.c getmaxpartitions.c getrawpartition.c Log message: make fixed-sized fixed-value mib[] arrays be const ok guenther tb millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/12 18:18:46 Modified files: usr.sbin/zic : zic.c Log message: annoying whitespace gliches spotted during re-read CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/10/12 22:42:28 Modified files: lib/libc/gen : auth_subr.c charclass.h fnmatch.c glob.c lib/libc/hash : md5.c rmd160.c lib/libc/regex : cclass.h regcomp.c lib/libc/rpc : getrpcent.c Log message: Do some easy .data -> .rodata/.data.rel.ro conversions ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/12 23:03:03 Modified files: sys/dev/pci/drm/i915/gem: i915_gem_shmem.c Log message: move ifdef to make it clear we don't use __create_shmem() CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/13 00:07:54 Modified files: usr.bin/sed : main.c Log message: Un-const what we pass to dirname(3). Original diff by and OK naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/13 00:59:01 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 81.0.2. See https://www.mozilla.org/en-US/firefox/81.0.2/releasenotes/ Fixes a regression on twitter about 'network protocol violation' (https://bugzilla.mozilla.org/show_bug.cgi?id=1665368) note that 82.0 is due next tuesday. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/13 01:29:24 Modified files: usr.bin/tmux : tty-term.c Log message: Set RGB flag if capabilities are present, GitHub issue 2418. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/13 02:47:59 Modified files: sys/uvm : uvm_unix.c Log message: typo in comment CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2020/10/13 03:04:51 Modified files: comms/gnuradio : Makefile distinfo comms/gnuradio/patches: patch-CMakeLists_txt patch-gnuradio-runtime_lib_thread_thread_cc comms/gnuradio/pkg: PLIST Removed files: comms/gnuradio/patches: patch-gr-dtv_lib_CMakeLists_txt patch-volk_lib_CMakeLists_txt Log message: Update to gnuradio-3.8.2.0. Drop maintainership. Some notable changes to the package with this release: - move from Qt4 to Qt5 - move from Python 2 to Python 3 - drop dependency on py-gtk2 ok (and testing and much prodding from) rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/13 03:25:31 Modified files: misc/osinfo/osinfo-db: Makefile distinfo Log message: Update to osinfo-db-20201011. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2020/10/13 03:30:05 Added files: comms/gnuradio/patches: patch-volk_lib_CMakeLists_txt Removed files: comms/gnuradio/patches: patch-gnuradio-runtime_lib_controlport_CMakeLists_txt Log message: Removed wrong patch. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/10/13 04:05:10 Log message: import NSD 4.3.3, ok florian@ Status: Vendor Tag: NLNETLABS Release Tags: NSD_4_3_3 U src/usr.sbin/nsd/nsec3.h U src/usr.sbin/nsd/udbzone.c U src/usr.sbin/nsd/rbtree.h C src/usr.sbin/nsd/udbradtree.c U src/usr.sbin/nsd/lookup3.h U src/usr.sbin/nsd/configyyrename.h U src/usr.sbin/nsd/tsig.h U src/usr.sbin/nsd/edns.h U src/usr.sbin/nsd/iterated_hash.c C src/usr.sbin/nsd/nsd.conf.5.in C src/usr.sbin/nsd/namedb.c U src/usr.sbin/nsd/answer.h U src/usr.sbin/nsd/difffile.h U src/usr.sbin/nsd/nsd-checkzone.c C src/usr.sbin/nsd/dbaccess.c C src/usr.sbin/nsd/dbcreate.c C src/usr.sbin/nsd/region-allocator.c U src/usr.sbin/nsd/dns.c C src/usr.sbin/nsd/xfrd.c C src/usr.sbin/nsd/zonec.c C src/usr.sbin/nsd/axfr.c C src/usr.sbin/nsd/nsec3.c U src/usr.sbin/nsd/query.h C src/usr.sbin/nsd/nsd.h U src/usr.sbin/nsd/lookup3.c C src/usr.sbin/nsd/config.h.in C src/usr.sbin/nsd/edns.c C src/usr.sbin/nsd/server.c C src/usr.sbin/nsd/util.h U src/usr.sbin/nsd/xfrd-disk.h C src/usr.sbin/nsd/configparser.y U src/usr.sbin/nsd/rbtree.c U src/usr.sbin/nsd/rrl.c U src/usr.sbin/nsd/xfrd-tcp.h U src/usr.sbin/nsd/zlexer.lex C src/usr.sbin/nsd/zonec.h C src/usr.sbin/nsd/namedb.h U src/usr.sbin/nsd/rdata.h C src/usr.sbin/nsd/configure.ac C src/usr.sbin/nsd/nsd-control-setup.sh.in C src/usr.sbin/nsd/popen3.c U src/usr.sbin/nsd/ipc.h C src/usr.sbin/nsd/acx_nlnetlabs.m4 C src/usr.sbin/nsd/remote.c C src/usr.sbin/nsd/options.c C src/usr.sbin/nsd/Makefile.in N src/usr.sbin/nsd/.cirrus.yml U src/usr.sbin/nsd/mkinstalldirs U src/usr.sbin/nsd/nsd-mem.c C src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/dns.h U src/usr.sbin/nsd/xfr-inspect.c U src/usr.sbin/nsd/packet.h C src/usr.sbin/nsd/udb.h U src/usr.sbin/nsd/xfrd-notify.h U src/usr.sbin/nsd/radtree.h C src/usr.sbin/nsd/tsig-openssl.c C src/usr.sbin/nsd/configure C src/usr.sbin/nsd/bitset.h C src/usr.sbin/nsd/xfrd.h U src/usr.sbin/nsd/install-sh C src/usr.sbin/nsd/configlexer.lex C src/usr.sbin/nsd/nsd.c C src/usr.sbin/nsd/popen3.h U src/usr.sbin/nsd/udbzone.h U src/usr.sbin/nsd/mini_event.c U src/usr.sbin/nsd/dname.h U src/usr.sbin/nsd/remote.h U src/usr.sbin/nsd/netio.h U src/usr.sbin/nsd/LICENSE U src/usr.sbin/nsd/rdata.c C src/usr.sbin/nsd/difffile.c C src/usr.sbin/nsd/radtree.c U src/usr.sbin/nsd/iterated_hash.h U src/usr.sbin/nsd/rrl.h U src/usr.sbin/nsd/tsig-openssl.h U src/usr.sbin/nsd/buffer.c U src/usr.sbin/nsd/systemd.m4 U src/usr.sbin/nsd/answer.c U src/usr.sbin/nsd/zparser.y C src/usr.sbin/nsd/ipc.c U src/usr.sbin/nsd/xfrd-notify.c U src/usr.sbin/nsd/dname.c C src/usr.sbin/nsd/udb.c U src/usr.sbin/nsd/udbradtree.h C src/usr.sbin/nsd/mini_event.h U src/usr.sbin/nsd/axfr.h C src/usr.sbin/nsd/query.c C src/usr.sbin/nsd/nsd-control.8.in C src/usr.sbin/nsd/options.h C src/usr.sbin/nsd/nsd.8.in U src/usr.sbin/nsd/netio.c C src/usr.sbin/nsd/nsd-control.c C src/usr.sbin/nsd/util.c U src/usr.sbin/nsd/region-allocator.h C src/usr.sbin/nsd/nsd-checkconf.8.in C src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/buffer.h C src/usr.sbin/nsd/xfrd-disk.c C src/usr.sbin/nsd/tsig.c C src/usr.sbin/nsd/packet.c C src/usr.sbin/nsd/nsd.conf.sample.in C src/usr.sbin/nsd/nsd-checkzone.8.in C src/usr.sbin/nsd/bitset.c N src/usr.sbin/nsd/.github/FUNDING.yml U src/usr.sbin/nsd/dnstap/dnstap.h U src/usr.sbin/nsd/dnstap/dnstap_config.h.in U src/usr.sbin/nsd/dnstap/dnstap_collector.c U src/usr.sbin/nsd/dnstap/dnstap_collector.h U src/usr.sbin/nsd/dnstap/dnstap.c U src/usr.sbin/nsd/dnstap/dnstap.proto U src/usr.sbin/nsd/dnstap/dnstap.m4 53 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/nsd CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/10/13 04:06:08 Modified files: usr.sbin/nsd : Makefile.in acx_nlnetlabs.m4 config.h.in configure configure.ac dbaccess.c ipc.c mini_event.h nsd-checkconf.8.in nsd-checkzone.8.in nsd-control.8.in nsd-control.c nsd.8.in nsd.c nsd.conf.5.in nsd.conf.sample.in options.c options.h server.c tsig-openssl.c util.c util.h zonec.c zonec.h usr.sbin/nsd/doc: ChangeLog RELNOTES Log message: merge NSD 4.3.3 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/10/13 04:08:34 Removed files: usr.sbin/nsd/.github: FUNDING.yml Log message: remove dir useless for cvs CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/13 04:15:23 Modified files: usr.bin/tmux : key-bindings.c Log message: Fix note for "previous-window" default key binding, from Sebastian Falbesoner. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:16:02 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-9.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:26:21 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples Log message: update to apache-tomcat-7.0.106 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:26:28 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples PLIST-main Log message: update to apache-tomcat-8.5.59 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:26:35 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples PLIST-main Log message: update to apache-tomcat-9.0.39 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:29:47 Modified files: mail/roundcubemail: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC update to roundcubemail 1.4.9; tinyMCE fix for newer chrome CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:30:26 Modified files: editors/vim : Tag: OPENBSD_6_8 Makefile distinfo editors/vim/pkg: Tag: OPENBSD_6_8 PLIST-lang PLIST-main Log message: MFC vim update; https://github.com/vim/vim/issues/7079 in :shell CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:30:45 Modified files: lang/php/7.2 : Tag: OPENBSD_6_8 Makefile distinfo lang/php/7.3 : Tag: OPENBSD_6_8 Makefile distinfo lang/php/7.4 : Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC php updates CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:31:58 Modified files: textproc/solr : Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC solr update; CVE-2020-13957 (though you shouldn't expose API anyway) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:33:31 Modified files: net/dhcpcd : Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC dhcpcd update; fix link state problems CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:34:18 Modified files: net/dnsdist : Tag: OPENBSD_6_8 Makefile distinfo net/powerdns : Tag: OPENBSD_6_8 Makefile distinfo net/powerdns/pkg: Tag: OPENBSD_6_8 PLIST-ldap PLIST-main PLIST-mysql PLIST-pgsql Log message: MFC powerdns/dnsdist updates CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 04:35:16 Modified files: databases/mariadb: Tag: OPENBSD_6_8 Makefile distinfo databases/mariadb/pkg: Tag: OPENBSD_6_8 PLIST-main PLIST-server Log message: MFC mariadb 10.5.6 (CVE-2020-15180), from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/13 05:48:43 Modified files: security/libpwquality: Makefile distinfo security/libpwquality/pkg: PLIST Log message: Update to libpwquality-1.4.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 06:09:14 Modified files: net/unifi/testing: Makefile Log message: unifi 6.0.27 now public, add BUILD_V CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2020/10/13 06:13:29 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 4.3.5 fixing https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/13 06:34:27 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: update to tlsfuzzer 20201013 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 06:41:04 Modified files: lang/python/3.7: Makefile lang/python/3.8: Makefile lang/python/3.8/pkg: PLIST-idle PLIST-main Log message: fix python upgrade path from 6.7+stable-packages to -current, thanks to James Cook for the report. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 06:42:22 Modified files: lang/python/3.7: Tag: OPENBSD_6_8 Makefile lang/python/3.8: Tag: OPENBSD_6_8 Makefile lang/python/3.8/pkg: Tag: OPENBSD_6_8 PLIST-idle PLIST-main Log message: fix python upgrade path from 6.7+stable-packages to 6.8, thanks to James Cook for the report. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/13 07:38:07 Modified files: www/geckodriver: Makefile distinfo Log message: Update to v0.27.0, remove myself as maintainer. Original diff from Denis Fondras . Thanks Denis! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 07:50:16 Modified files: databases/openldap: Makefile distinfo Log message: update to OpenLDAP 2.4.54 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/13 08:02:36 Modified files: productivity/calcurse: Makefile distinfo Log message: Update calcurse to 4.7.0. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/13 08:06:10 Removed files: usr.sbin/nsd : .cirrus.yml Log message: More useless stuff snuck in. OK sthen CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/13 09:08:31 ports/x11/xtermset/patches Update of /cvs/ports/x11/xtermset/patches In directory cvs.openbsd.org:/tmp/cvs-serv82814/patches Log Message: Directory /cvs/ports/x11/xtermset/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/13 09:10:39 Modified files: x11/xtermset : Makefile Added files: x11/xtermset/patches: patch-src_term_c patch-src_xtermset_c Log message: xtermset: fix two issues about dealing with configuration files - Fix array bounds that caused a segfault while storing the config file - Ensure that we hit EOF while storing/loading the config file on unsigned char archs (powerpc, arm) Wording hint and OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/13 09:33:16 Modified files: net/powerdns_recursor: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC powerdns-recursor-4.3.5 https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/13 09:58:06 Modified files: games/xcowsay : Makefile distinfo Added files: games/xcowsay/patches: patch-src_config_file_c Log message: xcowsay: update to 1.5.1 Also, remove CFLAGS because C99 is now detected at configure time, and add an upstreamed patch so configuration files are properly read on unsigned char archs (arm, powerpc). Thanks to bcallah@ for code correctness hint! OK gnezdo@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/13 10:43:44 Modified files: sys/kern : kern_time.c Log message: setitimer(2): realitexpire(): call getnanouptime(9) once timespecadd(3) is fast. There is no need to call getnanouptime(9) repeatedly when searching for the next expiration point. Given that it_interval is at least 1/hz, we expect to run through the loop maybe hz times at most. Even at HZ=10000 that's pretty brief. While we're here, pull *all* of the other logic out of the loop. The only thing we need to do in the loop is timespecadd(3). CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/13 11:33:39 Modified files: sys/kern : kern_time.c Log message: setitimer(2): zero itv.it_interval if itv.it_value is zero If itv.it_value is zero we cancel the timer. When we cancel the timer we don't care about itv.it_interval because the timer is not running: we don't use it, we don't look at it, etc. To be on the paranoid side, I think we should zero itv.it_interval when itv.it_value is zero. No need to write arbitrary values into the process struct if we aren't required to. The standard is ambiguous about what should happen in this case, i.e. the value of olditv after the following code executes is unspecified: struct itimerval newitv, olditv; newitv.it_value.tv_sec = newitv.it_value.tv_usec = 0; newitv.it_interval.tv_sec = newitv.it_interval.tv_usec = 1; setitimer(ITIMER_REAL, &newitv, NULL); getitimer(ITIMER_REAL, &olditv); This change should not break any real code. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/13 12:25:35 Modified files: usr.bin/openssl: ocsp.c Log message: Make sure an OCSP query sends a host header While OCSP uses HTTP/1.0 where a host header is optional, some widely used OCSP responders will return 400 bad request if it is missing. Add such a header unless it's already provided in the user's custom headers. OpenSSL did something similar in ff4a9394a23 and 76e0cd12f68 (both commits are under the old license) ok inoguchi CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/13 18:55:17 Modified files: usr.bin/ssh : clientloop.c Log message: make UpdateHostkeys still more conservative: refuse to proceed if one of the keys offered by the server is already in known_hosts under another name. This avoid collisions between address entries for different host aliases when CheckHostIP=yes Also, do not attempt to fix known_hosts with incomplete host/ip matches when there are no new or deprecated hostkeys. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/10/13 23:06:32 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/pkg: PLIST Log message: update to wesnoth-1.14.14 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/13 23:36:18 Modified files: usr.bin/openssl: s_client.c Log message: Free peekaboo pbuf at end of s_client_main() Otherwise each run of the s_client leaks 16k of memory. This hurts in interactive mode. ok inoguchi jsing CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/10/14 00:40:21 Modified files: sys/dev/pci : if_bnxt.c Log message: Add an interrupt barrier in bnxt_down() and check if the interface is running before processing rx or tx events, to avoid crashes if an interrupt is received before we finish shutting down the completion ring. tested by Pavel Mateja ok dlg@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/14 01:03:26 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Bugfix update to firefox 81.0.2. See https://www.mozilla.org/en-US/firefox/81.0.2/releasenotes/ Fixes a regression on twitter about 'network protocol violation' (https://bugzilla.mozilla.org/show_bug.cgi?id=1665368) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/14 01:05:44 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Update to firefox-esr 78.3.1 See https://www.mozilla.org/en-US/firefox/78.3.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/14 01:07:28 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile mail/thunderbird-i18n: Tag: OPENBSD_6_8 Makefile.inc distinfo mail/thunderbird-i18n/pkg: Tag: OPENBSD_6_8 PLIST Log message: MFC: update to thunderbird 78.3.2 See https://www.thunderbird.net/en-US/thunderbird/78.3.2/releasenotes/ and while here fix langpacks by installing them in the proper directory CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/14 01:20:09 Modified files: usr.bin/openssl: apps.c Log message: no need to initialize i if it's re-initialized a few lines down CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/14 02:44:18 Modified files: lang/php/7.2 : Tag: OPENBSD_6_8 Makefile lang/php/7.3 : Tag: OPENBSD_6_8 Makefile lang/php/7.4 : Tag: OPENBSD_6_8 Makefile Log message: bump REVISION-xslt in PHP versions due to a dependency change in libxslt in the 6.7-current cycle. 6.7-stable and 6.7-current both had updates to newer PHP versions since that was changed, so 6.7-stable has PLIST-xslt at 7.2.34 with dep on textproc/libxslt,-main but -current has PLIST-xslt at 7.2.34 with dep on textproc/libxslt. fix is to bump 6.8-stable and -current above the version in 6.7-stable. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/14 02:44:32 Modified files: lang/php/7.2 : Makefile lang/php/7.3 : Makefile lang/php/7.4 : Makefile Log message: bump REVISION-xslt in PHP versions due to a dependency change in libxslt in the 6.7-current cycle. 6.7-stable and 6.7-current both had updates to newer PHP versions since that was changed, so 6.7-stable has PLIST-xslt at 7.2.34 with dep on textproc/libxslt,-main but -current has PLIST-xslt at 7.2.34 with dep on textproc/libxslt. fix is to bump 6.8-stable and -current above the version in 6.7-stable. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/14 03:09:10 Modified files: sys/dev/pci/drm/scheduler: sched_main.c Log message: don't multiply ticks by hz when result is compared to jiffies Used in the return value of drm_sched_suspend_timeout() which nothing currently uses. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/14 05:15:32 Modified files: devel : Makefile sysutils : Makefile www : Makefile Removed files: devel/dbus-sharp-glib: Makefile distinfo devel/dbus-sharp-glib/pkg: DESCR PLIST devel/mono-gdata: Makefile distinfo devel/mono-gdata/patches: patch-Makefile patch-version_AssemblyVersion_cs devel/mono-gdata/pkg: DESCR PLIST devel/mono-notify: Makefile distinfo devel/mono-notify/pkg: DESCR PLIST sysutils/ndesk-dbus-glib: Makefile distinfo sysutils/ndesk-dbus-glib/pkg: DESCR PLIST www/mono-xsp : Makefile distinfo www/mono-xsp/patches: patch-autogen_sh patch-src_Mono_WebServer_FastCgi_ConfigurationManager_cs www/mono-xsp/pkg: DESCR PLIST devel/dbus-sharp: Makefile distinfo devel/dbus-sharp/pkg: DESCR PLIST sysutils/ndesk-dbus: Makefile distinfo sysutils/ndesk-dbus/patches: patch-src_TypeImplementer_cs sysutils/ndesk-dbus/pkg: DESCR PLIST Log message: Remove these mono leaf ports: devel/dbus-sharp devel/dbus-sharp-glib devel/mono-gdata devel/mono-notify sysutils/ndesk-dbus sysutils/ndesk-dbus-glib www/mono-xsp These were mostly used for x11/gnome/banshee which has been removed a long time ago and they don't serve any purpose anymore. The goal would be to update the current mono gtk2 stack to gtk3 at some point. "by all means, OK" robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/14 05:17:10 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of some mono ports. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/14 06:15:21 Modified files: sys/dev/pci/drm/include/drm: drm_drv.h sys/dev/pci/drm: drm_file.c Log message: remove unused locally added drm_driver struct members CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/14 08:22:22 Modified files: share/man/man7 : man.7 Log message: add missing mention of Werner Lemberg, noticed by Werner himself on ; while here, add missing .An macros CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/14 08:26:24 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 distinfo Log message: forgot to run make makesum after bumping MOZILLA_VERSION, as found out by solene@.. sorry ! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/14 09:18:17 Modified files: lang/php/7.2 : Makefile lang/php/7.3 : Makefile lang/php/7.4 : Makefile Log message: doh, i cannot type. found by solene. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/14 09:18:41 Modified files: lang/php/7.2 : Tag: OPENBSD_6_8 Makefile lang/php/7.3 : Tag: OPENBSD_6_8 Makefile lang/php/7.4 : Tag: OPENBSD_6_8 Makefile Log message: doh, i cannot type. found by solene. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/14 09:43:25 src/regress/lib/libssl/dtls Update of /cvs/src/regress/lib/libssl/dtls In directory cvs.openbsd.org:/tmp/cvs-serv29506/dtls Log Message: Directory /cvs/src/regress/lib/libssl/dtls added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/14 09:49:14 Added files: regress/lib/libssl/dtls: Makefile dtlstest.c Log message: Add regress tests for DTLS. Test the operation of a DTLS client and server, with and without cookies, using the default MTU and a specifically lowered MTU. Further regress tests will be built on this to exercise other parts of the DTLS code base (such as retransmission, fragmentation and reassembly). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/14 09:53:22 Modified files: regress/lib/libssl: Makefile Log message: Hook up dtls regress. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/14 10:44:15 Modified files: lib/libssl : ssl_locl.h ssl_methods.c Log message: Mark DTLS methods as DTLS. Rather than inferring DTLS from the method version, add a field that marks a method as specifically being DTLS. Have SSL_IS_DTLS condition on this rather than on version. ok tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/14 10:47:46 Modified files: sys/arch/amd64/amd64: trap.c Log message: Split the userland vs kernel uvm_fault reaching paths to reduce late checking of variables and avoid the KERNEL_LOCK in more cases. Much discussion with kettenis led up to this. ok kettenis CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/14 10:49:58 Modified files: lib/libssl : ssl.h ssl_lib.c Log message: Provide SSL_is_dtls(). For now this is #ifdef LIBRESSL_INTERNAL and will be exposed during the next library bump. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/14 10:57:34 Modified files: lib/libssl : s3_lib.c ssl_both.c ssl_clnt.c ssl_lib.c ssl_locl.h ssl_packet.c ssl_pkt.c ssl_srvr.c ssl_tlsext.c ssl_versions.c t1_enc.c Log message: Replace SSL_IS_DTLS with SSL_is_dtls(). Garbage collect the now unused SSL_IS_DTLS macro. ok tb@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/10/14 12:45:22 Modified files: devel/py-kiwisolver: Makefile Log message: py-kiwisolver uses C++11 so requires ports-gcc on base-gcc arches ok kn@ (who suggested the comment) CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/14 13:22:14 Modified files: sys/net : pfvar.h Log message: replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won't have to pull in ok kn@ sashan@ deraadt@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/14 13:28:22 Modified files: lib/libkvm : kvm.c Log message: Accommodate POSIX basename(3) that takes a non-const parameter and may modify the string buffer. ok millert@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/14 13:30:37 Modified files: sbin/pfctl : pfctl.c Log message: Accommodate a basename(3) that takes a non-const parameter and may in fact modify the string buffer. ok kn@ sashan@ cVS: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/14 14:07:19 Modified files: usr.bin/rcs : rcsutil.c Log message: typo in error message CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/14 14:51:02 Modified files: print/poppler : Makefile Log message: poppler: don't pull in qt5.port.mk if the qt5 package is disabled (e.g. on arm). ok kili@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/14 16:11:19 Modified files: lib/csu : crt0.c lib/csu/aarch64: md_init.h lib/csu/alpha : md_init.h lib/csu/amd64 : md_init.h lib/csu/arm : md_init.h lib/csu/hppa : md_init.h lib/csu/i386 : md_init.h lib/csu/m88k : md_init.h lib/csu/mips64 : md_init.h lib/csu/powerpc: md_init.h lib/csu/powerpc64: md_init.h lib/csu/sh : md_init.h Log message: use symbolic SYS_exit instead of the value 1 ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/14 16:11:52 Modified files: lib/csu/sparc64: md_init.h Log message: use symbolic SYS_exit rather than 1, and skip using the 0x400 %g2 syscall method ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/14 16:41:48 Modified files: sys/kern : kern_malloc.c Log message: delete strange historical FFS_SOFTUPDATES ifdef... ok millert CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/10/14 17:40:33 Modified files: sys/scsi : scsiconf.h scsi_base.c Log message: Introduce scsi_copy_internal_data() to copy 'faked' data from a driver to a scsi_xfer. Will replace various equivalent functions/hand-rolled chunks, none of which were setting xs->resid. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/14 17:47:55 Modified files: sys/dev/usb : usbdevs if_ure.c Log message: don't match on 17ef:3083 in ure(4) Stefan Hagen reports this is an audio device found on the Lenovo ThinkPad Thunderbolt 3 Workstation Dock Gen 2. Originally added as the id appeared in rtux64w10.INF from thinkpad_usb-c_dock_gen2_drivers_v1.0.3.03241.exe as %Lenovo-FFF.DeviceDesc% = RTL8153Bx64_S5WOL.ndi,USB\VID_17EF&PID_3083&REV_3101 but this appears to be wrong. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/14 17:48:28 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/10/14 18:01:24 Modified files: sys/dev/ic : aac.c ami.c cac.c twe.c gdt_common.c Log message: Replace local *_copy_internal_data() with scsi_copy_internal_data(). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/10/14 18:13:47 Modified files: sys/dev : softraid.c Log message: Replace sr_copy_internal_data() with scsi_copy_internal_data(). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/14 19:37:29 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: drm/amdgpu: move discovery gfx config fetching From Alex Deucher 6ba57b7a8f94fcf3df6883db362642a0075d185b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/14 19:42:55 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: drm/amdgpu: move gpu_info parsing after common early init From Alex Deucher 6e29c227a4976460ec6d4cc70b998e3a8c30c873 in mainline linux needed to load the correct gpu info firmware on raven2 (Ryzen 3 3200U/Ryzen 3 3250U/Athlon 300U/Athlon 3000G) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/14 21:14:00 Modified files: sys/ddb : db_break.c db_command.c db_ctf.c db_elf.c db_expr.c db_hangman.c db_input.c db_lex.c db_output.c db_run.c db_sym.c db_var.h db_variables.c db_watch.c Log message: sick of the CMU, let's make this KNF CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/14 22:12:43 Modified files: libexec/ld.so : dl_uname.c util.c Log message: make three mib[] arrays const, as was done in libc CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/14 22:28:43 Modified files: sys/kern : kern_exit.c kern_exec.c kern_time.c sys/sys : time.h Log message: _exit(2), execve(2): cancel per-process interval timers safely During _exit(2) and sometimes during execve(2) we need to cancel any active per-process interval timers. We don't currently do this in an MP-safe way. Both syscalls ignore the locking assumptions documented in proc.h. The easiest way to make them MP-safe is to use setitimer(), just like the getitimer(2) and setitimer(2) syscalls do. To make things a bit cleaner I have added a helper function, cancelitimer(), so the callers don't need to fuss with an itimerval struct. While we're here we can remove the splclock/splx dance from execve(2). It is no longer necessary. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/15 00:44:22 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo x11/xfce4/xfce4-dict/pkg: PLIST Log message: Update to xfce4-dict 0.8.4, fix WANTLIB while here CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/15 00:53:09 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js patch-mozilla_storage_mozStorageConnection_cpp www/seamonkey/pkg: PLIST-lightning PLIST-main README-main Added files: www/seamonkey/patches: patch-mozilla_storage_mozStorageService_cpp Removed files: www/seamonkey/patches: patch-mozilla_intl_icu_source_Makefile_in patch-mozilla_security_manager_ssl_moz_build patch-suite_installer_Makefile_in Log message: Update seamonkey to 2.53.4, unbreaking it on amd64. See for relevant changes: * https://www.seamonkey-project.org/releases/seamonkey2.53.4/ * https://www.seamonkey-project.org/releases/seamonkey2.53.3/ * https://www.seamonkey-project.org/releases/seamonkey2.53.2/ * https://www.seamonkey-project.org/releases/seamonkey2.53.1/ "SeaMonkey 2.53.4 uses the same backend as Firefox and contains the relevant Firefox 60.6 security fixes. Additional important security fixes up to Current Firefox 78.1 ESR and a few enhancements have been backported." Adds dependency on rust/llvm for stylo build. use ld.bfd on i386, otherwise lld OOM's when trying to link libxul - thanks sthen@ for the USE_LLD=No hint! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/15 00:53:46 Modified files: www/seamonkey-i18n: Makefile Makefile.inc distinfo www/seamonkey-i18n/pkg: PLIST Added files: www/seamonkey-i18n/pt-BR: Makefile Removed files: www/seamonkey-i18n/lt: Makefile Log message: Update to seamonkey-i18n 2.53.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/15 00:56:57 Modified files: net/wireshark : Makefile Log message: Add -DENABLE_MINIZIP=false to CONFIGURE_ARGS to make sure minizip is not picked up if found during configure. Found out by naddy@, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/15 01:07:10 Modified files: lib/libssl : tls13_record_layer.c Log message: zap annoying stray spaces CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/15 01:13:43 Modified files: math/p5-Math-FFT: Makefile distinfo math/p5-Math-FFT/pkg: PLIST Log message: Update to p5-Math-FFT-1.35, from wen heping CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/15 01:49:55 Modified files: sys/kern : sched_bsd.c Log message: Stop asserting that the NET_LOCK() shouldn't be held in yield(). This create too many false positive when setting pool_debug=2. Prodded by deraadt@, ok mvs@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/15 04:04:39 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: don't print pci ids when amdgpu attaches Print asic name, rev and number of compute units. Suggested by and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/15 04:08:36 Modified files: sys/dev/pci/drm/radeon: radeon_device.c Log message: don't print pci ids when radeondrm attaches CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/15 04:36:53 Modified files: sys/dev/pci/drm/amd/amdgpu: psp_v3_1.c psp_v12_0.c Log message: consistently use dev_info() for sos fw version messages noticed in renoir dmesg CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/15 04:41:23 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 3.24.0. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/10/15 05:30:08 Modified files: sys/dev/pv : xbf.c Log message: Nuke commented out variable declaration. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/10/15 07:22:13 Modified files: sys/arch/sparc64/dev: vdsk.c sys/dev/ata : atascsi.c sys/dev/ic : nvme.c sys/dev/pci : ips.c sys/dev/pv : vioblk.c xbf.c sys/dev/sdmmc : sdmmc_scsi.c Log message: Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call to scsi_copy_internal_data(). Thus getting xs->resid properly set and adding the usual uio/size sanity checks. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/15 09:36:31 Modified files: sys/sys : kernel.h Log message: sys/kernel.h: remove dead externs: tickfix, tixfixinterval, tickdelta, ... miod@ removed several time-related globals from the kernel with the commit "unifdef -d __HAVE_TIMECOUNTER" (see sys/kern/kern_clock.c v1.76). He neglected to remove their externs from sys/kernel.h, though. Remove the externs. With help from jsg@. ok jsg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/15 10:30:23 Modified files: lib/csu/aarch64: md_init.h lib/csu/alpha : md_init.h lib/csu/amd64 : md_init.h lib/csu/arm : md_init.h lib/csu/hppa : md_init.h lib/csu/i386 : md_init.h lib/csu/m88k : md_init.h lib/csu/mips64 : md_init.h lib/csu/powerpc: md_init.h lib/csu/powerpc64: md_init.h lib/csu/sh : md_init.h lib/csu/sparc64: md_init.h Log message: crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then some of these functions were returning. That makes the +1word address a fairly strong and easily located gadget. Put a hard-trap instruction after the syscall. This remains a gadget for 'terminal system' calls (such as execve), but hey that's why we have pledge w/o "exec" throughout the tree. Quite surprisingly, hppa's delay-slot load of SYS_exit makes it the safest of the bunch, not that this helps anyone. ok kettenis CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/15 10:31:11 Modified files: sys/kern : kern_exec.c kern_exit.c kern_time.c sys/sys : time.h Log message: _exit(2), execve(2): tweak per-process interval timer cancellation If we fold the for-loop iterating over each interval timer into the helper function the result is slightly tidier than what we have now. Rename the helper function "cancel_all_itimers". Based on input from millert@ and kettenis@. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/10/15 11:36:42 Modified files: editors/libreoffice: Makefile distinfo Log message: update to 7.0.2.2 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/10/15 11:47:24 Modified files: sys/dev/pv : hvs.c Log message: Ensure resid is correctly set in the INQUIRY case. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/15 11:51:58 Modified files: regress/lib/libssl/dtls: dtlstest.c Log message: Improve poll and event handling. In particular, ensure we clear events when the client or server side has completed and fix timeouts to ensure we use a non-zero timeout if present. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/15 12:00:31 Modified files: lib/libssl : d1_both.c Log message: Unbreak DTLS retransmissions for flights that include a CCS. When retransmitting a flight that includes a CCS, the record protection from the previous epoch has to be used to send the messages up to and including the CCS, with messages after the CCS using record protection from the current epoch. The code that restores the record protection state failed to work correctly with the new TLSv1.2 record layer. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/10/15 12:05:06 Modified files: regress/lib/libssl/dtls: dtlstest.c Log message: Test DTLS timeouts and retransmissions by dropping specific messages. Provide a BIO that can drop specific messages in order to trigger and test DTLS timeouts and retransmissions. Note that the SSL buffering BIO (bbio) has to be removed to ensure that handshake messages are sent individually. This would have detected the recent DTLS breakage with retransmissions for a flight that includes a CCS. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/15 13:42:56 Modified files: bin/chio : parse.y Log message: Explicitly skip a leading "/dev/" and do not rely on basename(3) and non-POSIX basename semantics. ok millert@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/15 13:45:50 Modified files: usr.sbin/hotplugd: hotplugd.c Log message: Accommodate POSIX basename(3) that takes a non-const parameter and may modify the string buffer. ok florian@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/15 13:47:46 Modified files: usr.bin/rcs : rlog.c Log message: Accommodate POSIX basename(3) that takes a non-const parameter and may modify the string buffer. ok martijn@ millert@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/15 14:03:44 Modified files: sys/kern : kern_timeout.c sys/sys : timeout.h Log message: timeout(9): basic support for kclock timeouts A kclock timeout is a timeout that expires at an absolute time on one of the kernel's clocks. A timeout's absolute expiration time is kept in a new member of the timeout struct, to_abstime. The timeout's kclock is set at initialization and is kept in another new member of the timeout struct, to_kclock. Kclock timeouts are desireable because they have nanosecond resolution, regardless of the value of hz(9). The timecounter subsystem is also inherently NTP-sensitive, so timeouts scheduled against the subsystem are NTP-sensitive. These two qualities guarantee that a kclock timeout will never expire early. Currently there is support for one kclock, KCLOCK_UPTIME (the uptime clock). Support for KCLOCK_RUNTIME (the runtime clock) and KCLOCK_UTC (the UTC clock) is planned for the future. Support for these additional kclocks will allow us to implement some of the POSIX interfaces OpenBSD is missing, e.g. clock_nanosleep() and timer_create(). We could also use it to provide proper absolute timeouts for e.g. pthread_mutex_timedlock(3). Kclock timeouts are initialized with timeout_set_kclock(). They can be scheduled with either timeout_in_nsec() (relative timeout) or timeout_at_ts() (absolute timeout). They are incompatible with timeout_add(9), timeout_add_sec(9), timeout_add_msec(9), timeout_add_usec(9), timeout_add_nsec(9), and timeout_add_tv(9). They can be cancelled with timeout_del(9) or timeout_del_barrier(9). Documentation for the new interfaces is a work in progress. For now, tick-based timeouts remain supported alongside kclock timeouts. They will remain supported until we are certain we don't need them anymore. It is possible we will never remove them. I would rather not keep them around forever, but I cannot predict what difficulties we will encounter while converting tick-based timeouts to kclock timeouts. There are a *lot* of timeouts in the kernel. Kclock timeouts are more costly than tick-based timeouts: - Calling timeout_in_nsec() incurs a call to nanouptime(9). Reading the hardware timecounter is too expensive in some contexts, so care must be taken when converting existing timeouts. We may add a flag in the future to cause timeout_in_nsec() to use getnanouptime(9) instead of nanouptime(9), which is much cheaper. This may be appropriate for certain classes of timeouts. tcp/ip session timeouts come to mind. - Kclock timeout expirations are kept in a timespec. Timespec arithmetic has more overhead than 32-bit tick arithmetic, so processing kclock timeouts during softclock() is more expensive. On my machine the overhead for processing a tick-based timeout is ~125 cycles. The overhead for a kclock timeout is ~500 cycles. The overhead difference on 32-bit platforms is unknown. If it proves too large we may need to use a 64-bit value to store the expiration time. More measurement is needed. Priority targets for conversion are setitimer(2), *sleep_nsec(9), and the kevent(2) EVFILT_TIMER timers. Others will follow. With input from mpi@, visa@, kettenis@, dlg@, guenther@, claudio@, deraadt@, probably many others. Older version tested by visa@. Problems found in older version by bluhm@. Current version tested by Yuichiro Naito. "wait until after unlock" deraadt@, ok kettenis@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/10/15 19:16:55 Modified files: regress/usr.sbin: Makefile usr.sbin/ocspcheck: ocspcheck.c Log message: Refactor a bunch of oscpcheck for single return to clean it up, and add the ability to parse a port in the specified ocsp url. Since this will now pass them, enable regress tests previously committed for ocspcheck. mostly by me with some cleanup by tb after an obvious yak was found to shave in the OCSP routines in libcrypto ok tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/15 20:37:13 Modified files: usr.bin/ssh : sshconnect2.c Log message: use do_log2 instead of function pointers to different log functions CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/15 21:59:24 Modified files: sys/arch/sparc64/dev: vdsk.c Log message: unbreak build CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/15 22:09:25 Modified files: sys/arch/amd64/conf: RAMDISK Log message: rl(4) is becoming rare. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/15 22:09:43 Modified files: sys/arch/i386/conf: RAMDISK_CD Log message: ef(4), give me a break CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/15 22:19:07 Modified files: sys/arch/i386/conf: RAMDISK_CD Log message: xe(4) and mtd(4) are from a long gone era CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/16 01:16:18 Modified files: www/bozohttpd : Makefile distinfo www/bozohttpd/patches: patch-Makefile Log message: Update to bozohttpd-20201014. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/16 03:20:04 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: rbtree.h interval_tree.h Log message: implement linux interval tree functions Adapt kettenis' amdgpu interval tree replacement functions for the interval_tree.h functions radeondrm uses on cayman, aruba and GCN. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/16 03:29:04 Modified files: usr.bin/sed : sed.1 lib/libutil : ober_add_string.3 Log message: double word fixes; from varik valefor CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/16 03:44:17 Modified files: sys/dev/pci/drm/include/linux: xarray.h Log message: remove uneeded pool.h include CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/16 05:38:24 Modified files: net/swirc : Makefile distinfo Removed files: net/swirc/patches: patch-src_events_cap_c Log message: Update to swirc-3.2.5 Update from maintainer Markus Uhlin Thanks! CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/10/16 06:52:36 Modified files: geo/py-supermercado: Makefile distinfo Log message: Update py-supermercado to 0.2.0. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/16 07:24:46 Modified files: usr.bin/ssh : Makefile.inc fatal.c log.c log.h monitor.c monitor_wrap.c monitor_wrap.h ssh-keyscan.c Log message: revised log infrastructure for OpenSSH log functions receive function, filename and line number of caller. We can use this to selectively enable logging via pattern-lists. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/16 07:26:13 Modified files: usr.bin/ssh : auth.c monitor_wrap.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config.5 sshd.c sshd_config.5 Log message: LogVerbose keyword for ssh and sshd Allows forcing maximum debug logging by file/function/line pattern- lists. ok markus@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/16 07:58:46 Log message: disk Usage/free utility OK abieber@ Status: Vendor Tag: gonzalo Release Tags: gonzalo_20201619 N ports/sysutils/duf/Makefile N ports/sysutils/duf/distinfo N ports/sysutils/duf/pkg/DESCR N ports/sysutils/duf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/16 07:59:36 Modified files: regress/sbin/ifconfig: Makefile Log message: Display of P2P links has changed Reported by patrick@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/16 08:00:34 Modified files: sysutils : Makefile Log message: hook duf. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/16 08:02:24 Modified files: regress/usr.bin/ssh/unittests/conversion: Makefile regress/usr.bin/ssh/unittests/misc: Makefile regress/usr.bin/ssh/unittests/sshbuf: Makefile Log message: few more things needs match.c and addrmatch.c now that log.c calls match_pattern_list() CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/16 08:34:33 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: add space between macro arg and punctuation; CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/16 09:38:41 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: update to tlsfuzzer 20201015 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/16 09:54:09 ports/productivity/khard/patches Update of /cvs/ports/productivity/khard/patches In directory cvs.openbsd.org:/tmp/cvs-serv65784/patches Log Message: Directory /cvs/ports/productivity/khard/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/16 10:19:02 Modified files: productivity/khard: Makefile distinfo productivity/khard/pkg: PLIST Added files: productivity/khard/patches: patch-doc_source_conf_py Log message: update to khard 0.17.0 and update paco@'s email; ok paco@ Upstream uses additional sphinx extensions to generate API docs for files on readthedocs. The port only uses sphinx to generate manpages which don't require these; to avoid updating and importing a chain of dependencies for things which don't affect the end results in this port anyway, I have patched them away. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/16 11:11:55 Modified files: net/icinga/core2: Makefile distinfo Log message: update to Icinga 2.12.1 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/16 11:22:40 Modified files: usr.bin/mandoc : html.c mdoc_html.c man_html.c regress/usr.bin/mandoc/man/HP: literal.out_html regress/usr.bin/mandoc/man/IP: literal.out_html regress/usr.bin/mandoc/man/RS: literal.out_html regress/usr.bin/mandoc/man/SY: literal.out_html regress/usr.bin/mandoc/man/TP: literal.out_html regress/usr.bin/mandoc/mdoc/Bd: nf.out_html paragraph.out_html regress/usr.bin/mandoc/mdoc/Rs: paragraph.out_html regress/usr.bin/mandoc/roff/sp: fill-man.out_html regress/usr.bin/mandoc/roff/string: dotT.out_html Log message: In HTML output, avoid printing a newline right after
and right before 
because that resulted in vertical whitespace not requested by the manual page author. Formatting bug reported by Aman Verma on discuss@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/16 11:28:59 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Architecture guarantees that the fields in ID register have the property that a value of n+1 implies all the features included in feature n. Adjust various checks to a simple >= comparison. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/16 11:57:20 Modified files: regress/lib/libssl/dtls: dtlstest.c Log message: Add an explicit cast to make this test compile and pass with gcc. gcc emits a signed vs unsigned comparison warning which breaks the build due to -Werror. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/16 13:39:41 Log message: import spidermonkey 78.3.1 as discussed with aja i'm not hooking this up just yet ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20201610 N ports/devel/spidermonkey78/Makefile N ports/devel/spidermonkey78/distinfo N ports/devel/spidermonkey78/patches/patch-config_gcc_hidden_h N ports/devel/spidermonkey78/patches/patch-js_src_Makefile_in N ports/devel/spidermonkey78/patches/patch-moz_configure N ports/devel/spidermonkey78/patches/patch-js_src_build_moz_build N ports/devel/spidermonkey78/patches/patch-js_src_jit_ExecutableAllocator_h N ports/devel/spidermonkey78/patches/patch-js_src_jit_ProcessExecutableMemory_h N ports/devel/spidermonkey78/patches/patch-js_src_old-configure_in N ports/devel/spidermonkey78/patches/patch-js_src_wasm_WasmSignalHandlers_cpp N ports/devel/spidermonkey78/pkg/DESCR N ports/devel/spidermonkey78/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/16 14:38:28 Modified files: regress/lib/libssl/ciphers: cipherstest.c Log message: make this test compile and pass on sparc64 Two functions missed (void) in their declaration which made gcc whine "warning: function declaration isn't a prototype". CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/16 15:34:59 Modified files: regress/sys/kern/syscall_segment: Makefile regress/sys/kern/syscall_segment/lib: Makefile regress/sys/kern/syscall_segment/libgadgetsyscall: Makefile regress/sys/kern/syscall_segment/main: Makefile Added files: regress/sys/kern/syscall_segment: Makefile.inc Log message: Implement propper handling for make clean and obj. CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2020/10/16 16:43:06 Modified files: . : lyrics.html Log message: hey it's party time CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/16 16:45:22 Added files: images : 68_right.gif Log message: right hand image; from job CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/16 16:46:46 Modified files: regress/usr.sbin/syslogd: Client.pm Server.pm args-client-tls-fake.pl args-server-tls-error.pl args-tls-cafile-fake.pl Log message: With TLS 1.2 the step by step handshake created precise error conditions. TLS 1.3 shortens the handshake, so some errors cannot be reported properly to the other side. Instead the connection is closed and the other side receives a SIGPIPE when it tries to write the next TLS protocol message. Ignore this SIGPIPE signal in TLS client and server and adapt error messages when grepping the log files. discussed with tb@ and jsing@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/16 16:55:45 Modified files: . : lyrics.html Log message: missing word CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/16 17:05:56 Modified files: . : lyrics.html Log message: Fix sentence CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/16 17:11:15 Modified files: . : lyrics.html Log message: Fix lyrics CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/10/16 17:23:09 Modified files: . : lyrics.html Log message: Sync written lyrics with spoken lyrics CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/10/16 17:39:25 Modified files: sys/arch/powerpc64/include: asm.h Log message: Add retguard asm macros for ppc64. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/16 17:42:16 Modified files: lib/libc/arch/powerpc64: SYS.h lib/libc/arch/powerpc64/string: ffs.S memmove.S lib/libc/arch/powerpc64/sys: brk.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S Log message: Adapt SYS.h to use retguard macros from asm.h, so that generated system calls are guarded. Adapt the first few hand-written functions to this model (a few remain) ok kettenis mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/16 17:42:53 Modified files: libexec/ld.so/powerpc64: SYS.h Log message: Use the retguard macros from asm.h to protect the system call stubs. ok mortimer kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/16 17:43:26 Modified files: sys/lib/libkern/arch/powerpc64: ffs.S Log message: Use the retguard macros from asm.h to protect the function. ok mortimer kettenis CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/16 19:28:20 Modified files: usr.bin/ssh : fatal.c log.c log.h ssh-keyscan.c Log message: make the log functions that exit (sshlogdie(), sshfatal(), etc) have identical signatures. Makes things a bit more consistent... CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/16 19:34:21 Modified files: share/zoneinfo/datfiles: australasia europe Log message: Update to tzdata2020c from www.iana.org. Fiji starts DST later than usual, on 2020-12-20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 01:51:19 Modified files: misc/osinfo/osinfo-db: Makefile distinfo Log message: Update to osinfo-db-20201015. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 01:58:49 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-314.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 01:59:23 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.28.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:08:44 Modified files: textproc/enchant2: Makefile distinfo Log message: Update to enchant2-2.2.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:23:15 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.25.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:25:12 Modified files: graphics/libgphoto2: Makefile distinfo graphics/libgphoto2/pkg: PLIST Removed files: graphics/libgphoto2/patches: patch-configure_ac patch-libgphoto2_port_configure_ac Log message: Update to libgphoto-2.5.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:25:30 Modified files: graphics/gphoto2: Makefile distinfo graphics/gphoto2/patches: patch-gphoto2_actions_c Log message: Update to gphoto-2.5.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:33:24 Modified files: x11/yaru : Makefile distinfo x11/yaru/pkg : PLIST Log message: Update to yaru-20.10.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:41:01 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.18.18. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/10/17 02:41:02 Modified files: lang/mono : Makefile distinfo lang/mono/pkg : PLIST Log message: update to 6.12.0.90 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:41:12 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.15.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:41:30 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.159. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 02:42:39 Modified files: sysutils/polkit: Makefile distinfo Log message: Update to polkit-0.118. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/17 06:49:54 Modified files: multimedia/py-caption: Makefile multimedia/py-caption/pkg: PLIST Log message: Move from MODPY_DEFAULT_VERSION_3 to python3 FLAVOR. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/17 06:57:23 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/patches: patch-meson_build patch-modules_console_cpp x11/gnome/gjs/pkg: PLIST Log message: update to gjs-1.66.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/17 06:58:11 Modified files: devel : Makefile Log message: out with the old68, in with the new78 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/17 06:59:20 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/spidermonkey68: Makefile distinfo devel/spidermonkey68/patches: patch-config_gcc_hidden_h patch-js_moz_configure patch-js_src_Makefile_in patch-js_src_build_moz_build patch-js_src_jit_ExecutableAllocator_h patch-js_src_jit_ProcessExecutableMemory_cpp patch-js_src_jit_ProcessExecutableMemory_h patch-js_src_old-configure_in patch-js_src_wasm_WasmSignalHandlers_cpp patch-moz_configure patch-python_mozbuild_mozbuild_backend_recursivemake_py devel/spidermonkey68/pkg: DESCR PLIST Log message: remove spidermonkey68; both consumers have been switched to the new spidermonkey78 CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2020/10/17 09:10:54 Modified files: sys/dev/pci/drm: drm_linux.c Log message: Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup() the caller of kthread_stop(). The thread should also be unparked as else it will not seen the KTHREAD_SHOULDSTOP flag. it follows what Linux is doing. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/17 09:26:05 Modified files: sys/arch/powerpc64/include: asm.h Log message: use the full 64-bit cookies, rather than just 32 bits spotted by gkoehler, ok mortimer CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/10/17 10:25:39 Modified files: regress/usr.sbin/ocspcheck: Makefile Log message: remove debugging output capture to /tmp/ that is not needed CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/17 10:31:20 Modified files: regress/usr.sbin/ocspcheck: Makefile Log message: Use CLEANFILES instead of a custom hack for cleaning up stuff CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/17 10:48:43 Modified files: sysutils/firmware/urtwn: Makefile Log message: Use EXTRACT_FILES No PLIST change, WRKSRC shrinks from 283M to 1.1M CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/17 10:58:42 Modified files: games/angrydd : Makefile Log message: fix angrydd crashing when numpy is missing at runtime Way back in the mists of time, steven@ noticed that angrydd crashes without py-Numeric. This is because angrydd uses surfarray from pygame, and older versions of pygame needed py-Numeric at runtime for the surfarray module. These days, pygame transitioned from py-Numeric to py-numpy so fix the RDEP for angrydd. Confirmed by me that angrydd does indeed crash if py-numpy is missing. ok kmos@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/17 11:06:17 Modified files: devel/pygame : Makefile devel/pygame/pkg: PLIST Log message: drop py-Numeric as a BDEP and a few other tweaks - WHATSNEW says that support for py-Numeric was removed in 2016 - re-enable pypi as a download source - regenerate PLIST while here ok kmos@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/17 11:13:19 Modified files: devel/pyrex : Makefile devel/pyrex/patches: patch-Demos_Makefile devel/pyrex/pkg: PLIST Added files: devel/pyrex/patches: patch-Demos_Setup_py Log message: remove py-Numeric as a TDEP py-Numeric doesn't seem to be needed for pyrex itself, only for a single example script that's used in the regress tests. Remove that example so we can drop the py-Numeric dependency. ok kmos@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/10/17 11:25:52 Modified files: sys/dev/usb : usbdevs Log message: Add Logitech Webcam Pro 9000. From Raf Czlonka CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/10/17 11:26:05 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/10/17 11:28:32 Modified files: share/man/man4 : uvideo.4 Log message: Logitech Webcam Pro 9000 works. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/17 12:05:50 ports/games/mysticmine/patches Update of /cvs/ports/games/mysticmine/patches In directory cvs.openbsd.org:/tmp/cvs-serv9049/patches Log Message: Directory /cvs/ports/games/mysticmine/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/17 12:20:35 Modified files: games/mysticmine: Makefile distinfo games/mysticmine/pkg: PLIST Added files: games/mysticmine/patches: patch-monorail_monorail_py patch-setup_py Log message: use cython instead of pyrex in mysticmine pyrex is used for a single .pyx file. Since development on this game seems to have stopped we could pre-generate a static copy of ai.c so we can drop the pyrex dependency. However, it turns out that the pyrex code is similar enough to modern cython, that we can just swap pyrex for cython. This seems to work... While here: - remove pyrex as an RDEP, not sure why that was ever needed - fix the locale-related crasher so the game doesn't just bail at startup - update to what looks like the final github commit (from July 2016) - s/koonsolo/dewitters/ as requested by kmos@ - regenerate PLIST Tested by myself on amd64 ok kmos@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/17 13:16:24 Modified files: sys/arch/powerpc64/powerpc64: pmap.c Log message: Avoid potential infinite loop in pmap_vp_destroy(). CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/17 15:40:32 Modified files: audio/xmms2 : Makefile audio/xmms2/pkg: PLIST Log message: drop pyrex BDEP from xmms2 xmms2 seems to have moved on from pyrex to cython quite some time ago. Apparently no need to replace the BDEP on pyrex with a BDEP on cython since do-configure already uses "--no-cython" which nigel@ added back in 2014. Tested on amd64 by myself and by kmos@. ok kmos@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/17 16:25:31 Modified files: multimedia : Makefile Log message: Follow up on "Move from MODPY_DEFAULT_VERSION_3 to python3 FLAVOR" from ajacoutot CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/10/17 17:27:03 Modified files: devel/py-setuptools: Makefile Log message: Make tests work reliably. Add missing TEST_DEPENDS. Remove test_virtualenv.py before tests since it requires unported modules CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/10/17 19:29:43 Modified files: gnu/llvm/llvm/lib/Target/PowerPC: PPCReturnProtectorLowering.cpp Log message: Use all 64 bits of the RETGUARD cookie on powerpc64 Change the 64-bit target to use "ld" (load 64-bit doubleword) for the cookie. The 32-bit target stays with "lwz" (load 32-bit word). ok mortimer@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/17 20:36:56 Modified files: build : versionup Log message: rotate some errata page text CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/17 20:37:17 Modified files: faq : faq17.html Log message: briefly mention wireguard; from tb CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/17 20:37:44 Modified files: . : alpha.html amd64.html anoncvs.html arm64.html armv7.html errata66.html ftp.html hppa.html i386.html landisk.html loongson.html luna88k.html macppc.html octeon.html powerpc64.html sparc64.html stable.html build : Makefile build/mirrors : anoncvs.html.head ftp.html.end faq : faq4.html faq5.html index.html Log message: 6.8 updates CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2020/10/18 00:26:17 Modified files: lib/libagentx : subagentx.3 Log message: Fix typo in reference, period that should be comma. The error is present in the RFC byline, but that's no reason to ignore an obvious typo when the correct punctuation is visible right above it. ok jmc@ martijn@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 01:18:06 Modified files: benchmarks/iozone: Makefile distinfo Log message: Update to iozone-3.490. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 01:25:44 Modified files: databases/p5-DBD-Mock: Makefile distinfo Log message: Update to p5-DBD-Mock-1.57. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 01:34:24 Modified files: databases/p5-Tie-DBI: Makefile distinfo Log message: Update to p5-Tie-DBI-1.08. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 01:43:24 Modified files: devel/p5-Algorithm-Dependency: Makefile distinfo Log message: Update to p5-Algorithm-Dependency-1.112. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 01:52:43 Modified files: devel/p5-B-Keywords: Makefile distinfo Log message: Update to p5-B-Keywords-1.21. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 02:01:01 Modified files: devel/p5-Cache-FastMmap: Makefile distinfo Log message: Update to p5-Cache-FastMmap-1.49. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/18 02:16:38 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST-main Log message: Enable chromecast support with avahi and protobuf. Tested by myself. ok brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 02:30:18 Modified files: devel/p5-common-sense: Makefile distinfo Log message: Update to p5-common-sense-3.75. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/18 02:30:46 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-7.5.1. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/10/18 02:32:11 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/18 02:36:24 Modified files: textproc/foliate: Makefile distinfo textproc/foliate/pkg: PLIST Log message: Update to foliate-2.5.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 02:40:58 Modified files: devel/p5-ExtUtils-CppGuess: Makefile distinfo Log message: Update to p5-ExtUtils-CppGuess-0.21. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 02:52:49 Modified files: devel/p5-File-Flat: Makefile distinfo Log message: Update to p5-File-Flat-1.07. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/18 03:00:33 Modified files: devel/p5-File-Remove: Makefile distinfo Log message: Update to p5-File-Remove-1.59. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/18 03:22:32 Modified files: sys/dev/pci/drm/ttm: ttm_bo_vm.c Log message: Fix several bugs in the TTM page fault handler and porperly integrate all the changes made to Linux 5.7. Pointed out by jsg@. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/10/18 03:55:08 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm print : Makefile print/py-relatorio: Makefile print/py-relatorio/pkg: PLIST Log message: switch print/py-relatorio to py3-only ok ajacoutot@ kn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/18 05:03:11 Modified files: games/mysticmine: Makefile Log message: Unbreak: BUILD_DEPNDS -> BUILD_DEPENDS CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/18 05:13:45 Modified files: usr.bin/ssh : log.h Log message: add some variant log.h calls that prepend the calling function name; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/18 05:14:27 Modified files: usr.bin/ssh : log.h Log message: remove a level of macro indirection; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/18 05:21:59 Modified files: usr.bin/ssh : fatal.c log.c log.h monitor.c ssh-keyscan.c Log message: variants of the log methods that append a ssherr.h string from a supplied error code; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/18 05:32:02 Modified files: usr.bin/ssh : addrmatch.c auth-options.c auth-passwd.c auth-rhosts.c auth.c auth2-chall.c auth2-gss.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c auth2.c canohost.c channels.c clientloop.c compat.c dh.c dns.c gss-genr.c hostfile.c kex.c krl.c misc.c monitor.c monitor_fdpass.c monitor_wrap.c msg.c mux.c nchan.c packet.c readconf.c readpass.c sandbox-pledge.c sandbox-rlimit.c scp.c servconf.c serverloop.c session.c sftp-client.c sftp-common.c sftp-server.c sftp.c sk-usbhid.c ssh-add.c ssh-agent.c ssh-ed25519-sk.c ssh-ed25519.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c ssh-sk-client.c ssh-sk-helper.c ssh-sk.c ssh-xmss.c ssh.c ssh_api.c sshconnect.c sshconnect2.c sshd.c sshlogin.c sshsig.c ttymodes.c Log message: use the new variant log macros instead of prepending __func__ and appending ssh_err(r) manually; ok markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/18 05:41:33 Modified files: graphics : Makefile graphics/pycha : Makefile distinfo graphics/pycha/pkg: PLIST Log message: Move pycha to python3. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/10/18 05:53:40 Modified files: net/curl : Makefile distinfo net/curl/pkg : DESCR PLIST Removed files: net/curl/patches: patch-tests_runtests_pl Log message: Update to 7.73.0. Noteworthy changes: * Additional protocol: MQTT * curl tool: new --output-dir option, reworked --help with categories CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/18 06:03:51 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/include: armreg.h Log message: Add code to print CPU features. ok naddy@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/18 06:21:32 Modified files: sys/arch/powerpc64/powerpc64: trap.c Log message: Remove leftover debugging output for EXC_PGM traps. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/18 06:46:07 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Fix typo. Spotted by patrick@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/18 07:22:59 Modified files: faq : upgrade68.html Log message: fix some ugly formatting and clean up a bit of text CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/18 07:23:14 Modified files: faq : upgrade67.html Log message: uncomment upgrade68 links CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/18 08:04:34 Modified files: faq : upgrade68.html Log message: fix link formatting and add a missing tag; from tb CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/18 08:28:18 Modified files: lib/libc/arch/aarch64/sys: tfork_thread.S lib/libc/arch/alpha/sys: tfork_thread.S lib/libc/arch/amd64/sys: tfork_thread.S lib/libc/arch/arm/sys: tfork_thread.S lib/libc/arch/hppa/sys: tfork_thread.S lib/libc/arch/i386/sys: tfork_thread.S lib/libc/arch/m88k/sys: tfork_thread.S lib/libc/arch/mips64/sys: tfork_thread.S lib/libc/arch/powerpc/sys: tfork_thread.S lib/libc/arch/powerpc64/sys: tfork_thread.S lib/libc/arch/sparc64/sys: tfork_thread.S Log message: SYS___threxit cannot fail, but this integration looks like a gadget. Put a hard-trap instruction after the syscall instruction. ok kettenis mortimer CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/18 08:50:14 Modified files: sys/arch/powerpc64/powerpc64: trap.c Log message: Handle trace interrupts from userland. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/18 08:51:09 Modified files: sys/arch/powerpc64/powerpc64: pmap.c Log message: Implement pmap_proc_iflush(). CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2020/10/18 09:21:32 Modified files: . : 68.html index.html artwork.html Log message: Add 6.8 artwork Artwork created by Siah Files HAPPY 25TH EVERYONE!!! CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2020/10/18 09:22:22 Added files: images : PuffyOverride-s.gif PuffyOverride.png puffy68.gif Log message: Add 6.8 artwork files Artwork created by Siah Files CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2020/10/18 09:25:16 Modified files: . : tshirts.html Added files: images : tshirt-56-patchedpuffy.jpg tshirt-55-68.jpg Log message: Add OpenBSD 6.8 t-shirts CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/18 09:30:05 Modified files: . : index.html Log message: link to 68 errata CVSROOT: /cvs Module name: www Changes by: cwen@cvs.openbsd.org 2020/10/18 09:40:32 Modified files: . : 68.html Log message: 68.html: 9783 powerpc packages OK naddy@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2020/10/18 10:02:16 Modified files: telephony/asterisk-openbsd-moh: Makefile distinfo telephony/asterisk-openbsd-moh/pkg: PLIST Log message: Add 6.8 song. "...But two years go by and still my light's on This is hard for me to say, but this is all that I can take It's the last song I'll ever write for you It's the last time that I'll tell you just how much I really care This is the last song I'll ever sing for you..." CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2020/10/18 10:29:53 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.2.2 released CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/18 11:40:06 Modified files: regress/lib/libc/ieeefp/except: Makefile Log message: XFAIL tests on arm64 and armv7 as floating-point exception support is optional and isn't implemented on most hardware. CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/10/18 11:51:40 Modified files: lib/libc/arch/powerpc64/gen: setjmp.S Log message: Add powerpc64 retguard macros for setjmp / longjmp. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/18 12:03:48 Modified files: devel/spidermonkey78: Makefile Log message: Tweak comment. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/18 12:15:35 Modified files: net : Makefile Removed files: net/wireguard-go: Makefile distinfo net/wireguard-go/pkg: DESCR PLIST README wireguard_go.rc Log message: remove userland implementation of wireguard; it's superseded by wg(4) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/18 12:15:46 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register wireguard-go removal CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/18 12:30:34 Modified files: graphics/orthanc/server: Makefile Added files: graphics/orthanc/server/patches: patch-Core_Toolbox_cpp Log message: fix build with newer boost from brad CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/18 12:37:20 Modified files: archivers/brotli: Makefile distinfo archivers/brotli/pkg: PLIST Log message: update brotli to v1.0.9 which fixes CVE-2020-8927 ok pascal@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/18 12:40:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add entry for brotli/CVE-2020-8927 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2020/10/18 12:49:10 Modified files: devel/gdb : Makefile devel/gdb/patches: patch-gdb_ppc64obsd-nat_c patch-gdb_ppc64obsd-tdep_c Log message: Make running programs under gdb work on powerpc64. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/18 13:00:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: wireguard-go already had an entry, so zap the duplicate. discussed with jasper CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/18 14:14:53 Modified files: faq : upgrade68.html Log message: * change order of sections to be more chronological * make people re-run sysmerge after the upgrade (we either need to tell people to look at the boot process for what sysmerge outputs, or just tell them to run it again) * replace an 'above' with 'below' in the Manual Upgrade section * give full reason to reboot again in Manual Update section. ok kmos@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/18 14:35:18 Modified files: usr.bin/ftp : fetch.c util.c Log message: Accommodate POSIX basename(3) that takes a non-const parameter and may modify the string buffer. improved and ok jca@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/18 14:41:26 Modified files: math : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: retire py-Numeric; ok kmos kn CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/18 14:46:44 Removed files: math/py-Numeric: Makefile distinfo math/py-Numeric/patches: patch-Src_multiarraymodule_c patch-Test_test_py math/py-Numeric/pkg: DESCR PLIST Log message: retire py-Numeric which has been replaced by py-numpy ok kmos kn CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/10/18 15:32:24 Modified files: regress/usr.sbin/btrace: Makefile Log message: The maxoperand test is currently expected to fail. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/18 16:00:52 Modified files: sysutils/augeas: Makefile sysutils/ruby-augeas: Makefile Log message: take MAINTAINER (for portroach) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/18 20:48:07 Modified files: lang/ucblogo : Makefile Log message: correct license marker; double checked by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/19 00:34:58 Modified files: geo/pdal : Makefile distinfo geo/pdal/pkg : PLIST Log message: Update to pdal 2.2.0. See https://github.com/PDAL/PDAL/releases/tag/2.2.0. There's still a build failure if devel/gtest is installed (reported by ajacoutot@ & naddy@ with 2.1.0) but i'll look into that. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/19 00:39:28 Modified files: usr.bin/tmux : cmd-select-window.c Log message: Client could be NULL in select-window (for example in .tmux.conf), do not set latest session if so. GitHub issue 2429 from Han Boetes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 01:12:45 Modified files: net/icinga/core2: Tag: OPENBSD_6_8 Makefile distinfo Log message: update to Icinga 2.12.1; includes some deadlock/crash fixes CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/19 01:54:18 Modified files: lib/libunwind/src: DwarfInstructions.hpp Log message: On powerpc64, restore %r2 when needed while unwinding. Makes exception handling work on powerpc64. ok patrick@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/19 02:07:08 Modified files: usr.bin/ssh : fatal.c ssh-keyscan.c Log message: fix SEGV on fatal() errors spotted by dtucker@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/19 02:19:46 Modified files: sys/kern : kern_sysctl.c sys_process.c sys/uvm : uvm_extern.h uvm_map.c uvm_unix.c Log message: Serialize accesses to "struct vmspace" and document its refcounting. The underlying vm_space lock is used as a substitute to the KERNEL_LOCK() in uvm_grow() to make sure `vm_ssize' is not corrupted. ok anton@, kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/19 02:21:02 Modified files: sys/arch/arm/arm: fault.c Log message: Set %r0 to EFAULT instead of the return value from uvm_fault() when it fails and we're doing a copyin/copyout. Fixes a buf where systems calls would return EACCESS instead of EFAULT when accessing userland memory that can't be accessed. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/19 02:47:28 Modified files: lib/libc/arch/aarch64/gen: _setjmp.S setjmp.S Log message: Save and restore the FPCR register such that floating-point control modes are properly restored by longjmp(3). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/19 02:50:35 Modified files: regress/lib/libc/setjmp-fpu: fpu.c setjmp-fpu.c Log message: Skip floating-point exception checks on arm64 and armv7 as the hardware (typically) doesn't implement support for these. ok patrick@, drahn@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/19 03:02:15 Modified files: x11/gtk+3 : Makefile Log message: gtk+3: unlock the build on non-rust archs Change a conditional so only rust archs build the -cups subpackage with colord support, since it requires the rust-powered spidermonkey78 via polkit. Tested on macppc (no rust) and amd64 (rust). "sure, if it does the same" aja@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/19 03:10:17 Modified files: x11/gtk+4 : Makefile Log message: gtk+4: unlock the build on non-rust archs Change a conditional so only rust archs build the -cups subpackage with colord support, since it requires the rust-powered spidermonkey78 via polkit. Tested on macppc (no rust) and amd64 (rust). "sure, if it does the same" aja@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/19 03:35:44 Modified files: regress/lib/libm/msun: fenv_test.c Log message: Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't implement this feature. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/19 04:10:59 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-configure patch-doc_userguide_Makefile_in patch-suricata_yaml_in security/suricata/pkg: PLIST Log message: Update for Suricata to 6.0.0: https://github.com/OISF/suricata/releases Looks good jasper@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/19 06:31:24 Modified files: security/sqlmap: Makefile distinfo security/sqlmap/pkg: PLIST Log message: Update for SQLMap to 1.4.10 OK benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 07:01:10 Modified files: productivity/khal: Makefile distinfo productivity/khal/pkg: PLIST Log message: update to khal-0.10.2, tweak/ok jung@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/19 08:15:29 Modified files: lib/libc/arch/powerpc64/sys: tfork_thread.S Log message: add retguard prologue/epilogue ok mortimer CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/19 08:53:11 Modified files: usr.bin/dig/lib/isc: lex.c Log message: Do not "fall through" to the last "else" when we parsed the character. rev 1.9 of lex.c broke the parser by deleting an outer "if" block when only the inner was supposed to go. OK tb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 09:18:22 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.3.7.43 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 09:23:30 Modified files: mail/dovecot-fts-xapian: Makefile distinfo Log message: update to dovecot-fts-xapian 1.3.3, from Tom Wong-Cornall, with a fix for a deps issue by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 10:50:16 Modified files: graphics/fswebcam: Makefile Added files: graphics/fswebcam/patches: patch-fswebcam_c Log message: fswebcam: backport fix for a change in libgd, update HOMEPAGE/MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 10:57:57 Modified files: graphics/fswebcam: Makefile Removed files: graphics/fswebcam/patches: patch-fswebcam_c Log message: respect CFLAGS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 10:59:00 Modified files: graphics/fswebcam: Makefile Added files: graphics/fswebcam/patches: patch-fswebcam_c Log message: oops, don't cvs rm the patch I just added... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 11:00:22 Modified files: graphics/fswebcam: Tag: OPENBSD_6_8 Makefile Added files: graphics/fswebcam/patches: Tag: OPENBSD_6_8 patch-fswebcam_c Log message: MFC fswebcam fixes for libgd 2.3.0 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/19 11:02:57 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c Log message: Handle NO_PROPOSAL_CHOSEN as IKE_AUTH initiator. ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 11:07:26 Modified files: graphics/fswebcam: Makefile distinfo graphics/fswebcam/patches: patch-videodev2_h Added files: graphics/fswebcam/patches: patch-src_v4l2_c Removed files: graphics/fswebcam/patches: patch-fswebcam_c Log message: update fswebcam in -current to 20200725 CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2020/10/19 11:40:37 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 4.4.0 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/19 11:57:40 Modified files: lib/csu/aarch64: md_init.h lib/csu/arm : md_init.h lib/libc/arch/aarch64/sys: tfork_thread.S lib/libc/arch/arm/sys: tfork_thread.S sys/arch/arm/arm: sigcode.S sys/arch/arm64/arm64: locore.S Log message: replace ad-hoc illegal instruction with the architecturally defined one ("permanently undefined") ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/19 11:57:43 Modified files: sys/uvm : uvm_glue.c Log message: Clear vmspace pointer in struct process before calling uvmspace_free(9). ok patrick@, mpi@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/19 12:15:18 Modified files: bin/md5 : md5.c Log message: Add explicit casts to double to quiet a clang warning. OK deraddt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/19 12:17:38 Modified files: sys/arch/amd64/amd64: trap.c Log message: deliver SIGSEGV rather than SIGBUS for T_PROTFLT,T_SEGNPFLT,T_STKFLT. This is a similar translation as i386, and matches the idea that SIGBUS signals refer to problems with the underlying object rather than the mapping. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/19 12:18:15 Modified files: sys/arch/amd64/amd64: trap.c Log message: the userland pagefault handler can drop the kernel lock before going into trapsignal() discussed with kettenis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 12:49:05 Modified files: net/routinator : Makefile distinfo net/routinator/patches: patch-etc_routinator_conf_system-service net/routinator/pkg: PLIST Log message: update to routinator-0.80. if you already run it, you may need to run routinator by hand after updating to generate some directory contents - the directory layout has changed, there's a new mechanism for handling tals (presumably because of the ridiculous situation with arin's, they *still* require explicit agreement to some license for a certificate which is basically the rpki equivalent of a CA root certificate) and in the "system" directories under /var used by the rc script, cache has moved to a subdirectory. release notes: https://github.com/NLnetLabs/routinator/releases/tag/v0.8.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/19 12:54:58 Modified files: sys/arch/powerpc64/include: opal.h sys/arch/powerpc64/powerpc64: machdep.c Log message: Only use OPAL_CONSOLE_FLUSH if the firmware implements it. Should help on POWER8 machines with older versions of OPAL. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/19 13:06:49 Modified files: usr.sbin/vmd : vioqcow2.c Log message: Accommodate POSIX basename(3) that takes a non-const parameter and may in fact modify the string buffer. truncation check requested and ok florian@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/19 13:51:01 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c devel/git/pkg : PLIST-main Removed files: devel/git/patches: patch-contrib_svn-fe_Makefile Log message: Update to git 2.29.0 https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.29.0.txt Among other changes: * "git maintenance", a "git gc"'s big brother, has been introduced to take care of more repository maintenance tasks, not limited to the object database cleaning. * The final leg of SHA-256 transition plus doc updates. Note that there is no interoperability between SHA-1 and SHA-256 repositories yet. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/19 13:51:20 Modified files: usr.bin/cvs : admin.c checkout.c client.c file.c logmsg.c rcs.c server.c Log message: Accommodate POSIX basename(3) that takes a non-const parameter and may modify the string buffer. ok florian@ millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/19 14:36:35 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update unifi/testing to 6.0.28 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/19 16:01:32 Modified files: sys/arch/arm64/arm64: disasm.c Log message: Decode the UDF ("permanently undefined") instruction in ddb(4)'s arm64 disassembler. The particular immediate16 format appears to be unique to this instruction. ok kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/10/19 16:49:23 Modified files: usr.bin/ssh : authfd.c ssh-xmss.c sshkey-xmss.c sshkey-xmss.h sshkey.c sshkey.h Log message: Adapt XMSS to new logging infrastructure. With markus@, ok djm@. CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/10/19 17:24:17 Modified files: lib/libc/arch/powerpc64/gen: sigsetjmp.S Log message: Retguard sigsetjmp on powerpc64. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/19 22:22:18 Modified files: sys/dev/pci/drm: drm_mm.c drm_vma_manager.c sys/dev/pci/drm/i915/gem: i915_gem_execbuffer.c sys/dev/pci/drm/i915: i915_gem.c sys/dev/pci/drm/include/drm: drm_mm.h drm_vma_manager.h sys/dev/pci/drm/include/linux: rbtree.h Log message: use drm_mm from linux 5.7.y Without this boot time tests from setting amdgpu_testing = 1 fail. For example on Vega 56: drm: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF ... [drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0xa00000 [drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0xb00000 ... [drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x1fe00000 [drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x1ff00000 [drm] *ERROR* 0xffff80000135f858 bind failed Error while testing BO move ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/19 23:14:53 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-3.1.0 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.1.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/19 23:16:08 Modified files: devel/py-prompt_toolkit: Makefile distinfo Log message: Update to py-prompt_toolkit-3.0.8 Changes: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/20 02:47:23 Modified files: sys/uvm : uvm_aobj.c Log message: Remove guard, uao_init() is called only once and no other function use one. ok kettenis@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/20 03:08:15 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: release rpki-client 6.8p0 CVSROOT: /cvs Module name: www Changes by: tobhe@cvs.openbsd.org 2020/10/20 03:27:50 Modified files: . : artwork.html Log message: Fix 6.8 artwork CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/20 03:37:18 Modified files: sysutils/bitrot: Makefile distinfo sysutils/bitrot/pkg: PLIST Log message: update to bitrot-1.0.0, from Martin Ziemer, ok Bryan Vyhmeister (maintainer) CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/20 06:46:21 Modified files: converters/bdf2sfd: Makefile distinfo Log message: Update bdf2sfd to 1.1.5. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/20 06:47:07 Modified files: www/logswan : Makefile distinfo Log message: Update logswan to 2.1.8. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/10/20 07:35:57 Modified files: build/mirrors : rpki-client-portable.html.head rpki-client : portable.html Log message: uopdate list of Linux distributions where rpki-client is known to work. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/20 07:48:05 Modified files: telephony/asterisk: Makefile distinfo Log message: update to asterisk-16.14.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/20 08:40:00 Modified files: regress/sys/kern/syscall_segment: Makefile.inc gadgetsyscall.h Log message: Add arm64 support. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 08:41:29 Removed files: geo/pdal/patches: patch-cmake_modules_FindNumPy_cmake patch-vendor_gtest_src_gtest-port_cc Log message: Remove patches that i forgot to cvs rm - noticed by sthen@, thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 08:44:46 Modified files: security/nss : Makefile distinfo security/nss/pkg: PLIST Log message: Update to nss 3.58, required by gecko 83. See https://developer.mozilla.org/fr/docs/Mozilla/Projects/NSS/NSS_3.58_release_notes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 08:45:12 Modified files: www/mozilla : mozilla.port.mk Log message: Bump dependency to nss 3.58 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 08:45:50 Modified files: www/seamonkey : Makefile Log message: Bump REVISION-main after mozilla.port.mk change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 08:47:23 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 78.3.3. See https://www.thunderbird.net/en-US/thunderbird/78.3.3/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-44/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 08:48:35 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr 78.4.0. See https://www.mozilla.org/en-US/firefox/78.4.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-46/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 09:00:27 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-third_party_rust_authenticator__cargo-checksum_json patch-third_party_rust_authenticator_src_openbsd_device_rs Log message: Update to firefox 82.0. See https://www.mozilla.org/en-US/firefox/82.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-45/ Add two patches for #1666701 that didnt make it in time for 82.0. Add BDEP on GNU m4 for #1670807 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 09:02:29 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Update to firefox-esr 78.4.0. See https://www.mozilla.org/en-US/firefox/78.4.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-46/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 09:03:01 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Update to thunderbird 78.3.3. See https://www.thunderbird.net/en-US/thunderbird/78.3.3/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-44/ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/20 09:21:44 Modified files: sys/arch/mips64/mips64: trap.c Log message: Add handling for a trap instruction that terminates the process. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/20 09:26:59 Modified files: lib/csu/mips64 : md_init.h lib/libc/arch/mips64/sys: tfork_thread.S sys/arch/mips64/mips64: lcore_access.S Log message: Use a trap instruction that unconditionally terminates the process. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/20 09:59:17 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/sparc64/sparc64: clock.c sys/arch/sh/sh : clock.c sys/arch/loongson/dev: glx.c Log message: alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset Normally we set hz(9) at compile-time in sys/conf/param.c to the value of HZ. HZ is one of the fundamental compilation options(4). However, sometimes we need to reset hz(9) at runtime. Whenever we reset hz(9) we need to recompute tick and tick_nsec. Otherwise a variety of "time stuff" in the kernel will not work correctly. For example, most timeouts will expire "too slow" or "too fast". There are a bunch of other places we use tick and tick_nsec that will exhibit similar problems. Test-compiled by deraadt@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/20 10:19:29 Modified files: devel/py-xdg : Makefile distinfo devel/py-xdg/patches: patch-xdg_Menu_py devel/py-xdg/pkg: PLIST Log message: Update to py-xdg-0.27. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2020/10/20 10:24:13 Modified files: build : Makefile build/mirrors : openbgpd-ftp.html.head Log message: OpenBGPD portable 6.8p0 released CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2020/10/20 10:24:44 Modified files: openbgpd : ftp.html Log message: Regen CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/20 10:30:27 Modified files: x11/qt5/qtbase : Makefile Log message: qt5/qtbase: does not need audio/pulseaudio, reenable on !rust archs Remove pulseaudio from BUILD_DEPENDS; there is no reference in the source code and no configure check anymore. This reenables most of x11/qt5/* on !rust archs, since pulseaudio needs the rust-powered spidermonkey78. Was already hinted by adr on a now closely related issue. Tested on macppc and amd64. OK kn@ and rsadowski@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 10:41:12 Modified files: www/firefox-i18n: Makefile.inc Log message: Loosen the RUN_DEPENDS on www/mozilla-firefox. as was done in commitid 0hUl41XpZYWqoTdp for firefox-esr, change it to be >= the version of the langpack instead of =. Will allow langpacks from -release to work with firefox updates in -stable, otherwise packages updates in -stable required one to uninstall the corresponding langpacks (which dont get updates, as technically a langpack cant have security issues) To be merged to 6.8-stable once i've figured out if firefox 82.0 can be backported there.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/20 10:45:54 Added files: editors/sigil/patches: patch-CMakeLists_txt Log message: Make sure system minizip isnt used, as its options/defines differ from the bundled one and build fails if system minizip is detected. reported by naddy@, thanks ! CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/20 11:13:10 Modified files: games/fs2open : Makefile Added files: games/fs2open/patches: patch-code_model_modelread_cpp Log message: fs2open: fix big endian build, limit to hardware OpenGL>=3.2-capable archs Add an upstream fix for big endian archs, and ONLY_FOR_ARCHS to limit the build to architectures with (required) OpenGL>=3.2 hardware acceleration, excepted powerpc64, that is capable but has no drm(4) support for now. Runtime tested by and OK thfr@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/20 12:43:49 Modified files: security/sslscan: Makefile distinfo Log message: update to sslscan-2.0.4 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/10/20 12:58:39 Modified files: build : Makefile Log message: missing deps in the ../ftp.html target, benno@ noticed the first one, I saw some others CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/10/20 13:30:14 Modified files: include : libgen.h lib/libc/gen : basename.3 basename.c dirname.3 dirname.c Log message: Align the basename(3) and dirname(3) prototypes with the POSIX spec: Both functions take a non-const parameter. Implementations may modify the passed string, even though ours do not. ok stsp@ deraadt@ millert@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/10/20 14:21:59 Modified files: build : mirrors.dat Log message: Add https://ftp.lip6.fr/pub/OpenBSD/; also known as ftp2.fr.openbsd.org but it doesn't have an X.509 certificate for that name. Spotted by benno@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/10/20 14:22:43 Modified files: . : ftp.html httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/10/20 16:37:04 Modified files: sysutils/py-vmomi: Makefile distinfo Log message: Update py-vmomi 6.7.3 -> 7.0 Release notes: https://github.com/vmware/pyvmomi/releases/tag/v7.0 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/20 16:37:12 Modified files: sys/kern : kern_timeout.c Log message: timeout(9): fix compilation under NKCOV CVSROOT: /cvs Module name: src Changes by: danj@cvs.openbsd.org 2020/10/20 16:42:29 Modified files: etc : daily share/man/man8 : afterboot.8 daily.8 Log message: Remove calls for df(1), netstat(1), and the verbose dump(1) With this change, daily(8) only sends email when something looks dubious. Consequently VERBOSESTATUS is now a no-op and may be unset. The code is trivial and riddled with choices that look like personal preferences. The old behavior can be achieved through /etc/daily.local. With schwarze@, tweak kn@, sthen@ OK schwarze@, kn@, jung@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/10/20 16:49:03 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-config_config_json net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.27.0 -> 5.28.1 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/10/20 17:21:41 Modified files: sys/arch/arm64/arm64: copystr.S Log message: copyout(9), copyinstr(9) and copyoutstr(9) should bail out properly if they are called with a length of 0. Found by our regression tests Debugged with deraadt@ ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/20 18:05:36 Modified files: games/pingus : Makefile games/pingus/patches: patch-SConscript Added files: games/pingus/patches: patch-src_editor_button_hpp patch-src_editor_checkbox_hpp patch-src_editor_combobox_hpp patch-src_editor_file_list_hpp patch-src_editor_inputbox_hpp patch-src_editor_message_box_hpp patch-src_editor_object_selector_cpp patch-src_editor_viewport_hpp patch-src_pingus_components_check_box_hpp patch-src_pingus_components_choice_box_hpp patch-src_pingus_components_slider_box_hpp patch-src_pingus_config_manager_hpp patch-src_pingus_screens_option_menu_hpp Log message: pingus: convert to boost::signals2, from Brad, no objection aja@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/10/20 18:10:00 Modified files: devel/got : Makefile distinfo Log message: update to got 0.43 - do not treat the -h and -V flags as errors (naddy) - allow regress test data to be stored in locations other than /tmp - unveil repositories read-write when adding tags with 'got tag' - rewrite test argument parsing with the POSIX getopts shell built-in (naddy) - in tests, accommodate ls -l implementations that print "total 0" (naddy) - fix a bug where 'got status' showed an unchanged empty file as changed - handle non-const basename(3) and dirname(3) for POSIX compatibility - properly handle nonexistent remote repository names given to 'got fetch' CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/20 18:24:41 Modified files: net/ntopng : Makefile distinfo net/ntopng/patches: patch-configure_seed patch-nDPI_autogen_sh patch-nDPI_src_include_ndpi_define_h_in patch-nDPI_src_lib_Makefile_in patch-nDPI_src_lib_ndpi_community_id_c Removed files: net/ntopng/patches: patch-nDPI_Makefile_am Log message: update to nDPI-3.4 and a newer ntopng checkout from the 4.0-stable branch CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/20 20:16:53 Modified files: sys/dev/pci/drm: drm_gem.c drm_vma_manager.c sys/dev/pci/drm/amd/amdgpu: amdgpu_ttm.c sys/dev/pci/drm/i915/gem: i915_gem_mman.c i915_gem_object.c sys/dev/pci/drm/include/drm: drm_vma_manager.h sys/dev/pci/drm/radeon: radeon_ttm.c Log message: change drm_vma function arguments to take struct drm_file * reduces the diff to linux 5.7.y ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/20 22:10:56 Modified files: sys/arch/hppa/hppa: machdep.c Log message: hppa also has a similar to arm64: copyout(9), copyinstr(9) and copyoutstr(9) should bail out properly if they are called with a length of 0. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/21 00:18:11 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/files: unveil.gpu Log message: Add /usr/lib r to unveil.gpu, apparently that helps with gpu acceleration on inteldrm with layers.acceleration.force-enabled set to true. swrast tries to load libelf and libLLVM. From tb@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2020/10/21 00:30:39 Modified files: books/progit : Makefile distinfo Log message: Update to progit-2.1.267. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/21 00:48:33 Modified files: usr.sbin/bgpd : log.h Log message: For portability include sys/types.h instead of sys/cdefs.h. cdefs.h may not exist on some systems and the portable framework uses sys/types.h to define __dead. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/21 00:50:15 Modified files: usr.sbin/bgpctl: json.h Log message: No need to include sys/cdefs.h here CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/21 00:52:45 Modified files: usr.sbin/bgpctl: output.c output_json.c Log message: Include endian.h for htobe64(). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/21 00:53:54 Modified files: usr.sbin/bgpd : util.c Log message: Move tmp16 declaration into the #ifdef __KAME__ block to remove a compiler warning on non __KAME__ systems. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/21 00:56:32 Modified files: usr.sbin/bgpd : rde.c Log message: rde_update_dispatch() was switched to void some time ago. There is no need to use or set error anymore. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/21 01:27:47 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_8 Makefile distinfo Added files: www/mozilla-firefox/patches: Tag: OPENBSD_6_8 patch-third_party_rust_authenticator__cargo-checksum_json patch-third_party_rust_authenticator_src_openbsd_device_rs Log message: MFC: Update to firefox 82.0. See https://www.mozilla.org/en-US/firefox/82.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-45/ Add two patches for #1666701 that didnt make it in time for 82.0. Add BDEP on GNU m4 for #1670807 It's unlikely that 83.0 will be backported to 6.8-stable as it will require cbindgen 0.15.0 (among other probable requirements) CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2020/10/21 02:08:05 Modified files: sys/net : pf_ioctl.c pf_osfp.c Log message: - move NET_LOCK() further down in pf_ioctl.c. Also move memory allocations outside of NET_LOCK()/PF_LOCK() scope in easy spots. OK kn@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/21 02:55:40 Modified files: sys/uvm : uvm_fault.c Log message: Move the top part of uvm_fault() (lookups, checks, etc) in their own function. The name, uvm_fault_check() and logic comes from NetBSD as reuducing diff with their tree is useful to learn from their experience and backport fixes. No functional change intended. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/21 03:08:14 Modified files: sys/dev/pci/drm: drm_gem.c sys/dev/pci/drm/ttm: ttm_bo_vm.c sys/uvm : uvm_aobj.c uvm_aobj.h uvm_device.c uvm_object.c uvm_object.h uvm_pager.c uvm_vnode.c Log message: Constify and use C99 initializer for "struct uvm_pagerops". While here put some KERNEL_ASSERT_LOCKED() in the functions called from the page fault handler. The removal of locking of `uobj' will need to be revisited and these are good indicator that something is missing and that many comments are lying. ok kettenis CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/10/21 03:24:05 Modified files: audio/ncmpc : Makefile distinfo audio/ncmpc/patches: patch-src_StatusBar_cxx patch-src_screen_init_cxx Added files: audio/ncmpc/patches: patch-src_screen_utils_cxx patch-src_signals_cxx Log message: Update audio/ncmpc to version 0.41. Tested for the last few days, no issues. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/21 04:00:13 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20201019 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/10/21 04:28:49 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Specify version with fw_update(1) sysupgrade(8) calls fw_update(1) without specifying a path, so running on pre-6.8 snapshot and upgrading to 6.8 release with "-r" will update firmware packages to snapshots. Spotted by sthen OK sthen "looks good" deraadt CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/21 04:53:45 Modified files: www/firefox-i18n: Tag: OPENBSD_6_8 Makefile.inc distinfo Log message: MFC: update to firefox-i18n 82.0. While here loosen the RDEP version on firefox, should allow langpacks from 82.0 to work with firefox 82.0.x. Maybe. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/21 04:54:27 Modified files: devel/cbindgen : Makefile distinfo Log message: Update to cbindgen 0.15.0, required by gecko 83. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/21 05:11:58 Modified files: sbin/ping : ping.c Log message: ICMP raw sockets start to receive packets as soon as they are created by socket(2). They also receive all ICMP packets on the system, for example from parallel running ping(8)s. After creating the raw socket ping(8) sets various socket options with setsockopt(2) and assumes that they apply to all packets it later processes. For example ping6(8) uses setsockopt(IPV6_RECVHOPLIMIT) to print the IPv6 hop count. Packets received between the socket(2) and setsockopt(2) call however do not have the hoplimit information and ping6(8) prints a wrong and missleading warning. To avoid this we have to drain our socket of packets we received before we were fully setup. Problem reported and testing by martijn Input deraadt OK benno CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/10/21 05:36:56 Modified files: sys/net : pf_osfp.c Log message: Prevent NULL dereference introduced in previous. Used a different variable to not shadow `entry' allocated before grabbing the lock. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/10/21 07:25:03 Modified files: print/ghostscript/gnu: Makefile Log message: Use PATCHORIG No update-patches churn, no change. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/21 07:26:44 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ctx.c sys/dev/pci/drm/i915/gem: i915_gem_context.c sys/dev/pci/drm/include/linux: capability.h Log message: handle capable(CAP_SYS_NICE) for allowing high priority contexts CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2020/10/21 09:35:25 Modified files: sys/net : pf_osfp.c Log message: - fixing fatal typos fp vs fp_prealloc. OK mpi CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/21 09:50:00 Modified files: sys/arch/mips64/mips64: lcore_access.S Log message: mips64 has same bug as arm64: copyout(9), copyinstr(9) and copyoutstr(9) should bail out properly if they are called with a length of 0. ok visa CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/10/21 09:57:00 Modified files: x11/gtk+3 : Makefile x11/gtk+4 : Makefile Log message: gtk+{3,4}: a revision bump was needed on !rust archs after the last commit for the -cups subpackage. Found the hard way in the macppc bulk. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/21 10:15:32 Modified files: sys/net : pf_osfp.c Log message: Provide dummy definitions for NET_LOCK() and PF_LOCK() when compiling this file as part of tcpdump(8). Unbreaks the tree. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/21 10:26:28 Modified files: regress/lib/libc/sys: t_gettimeofday.c Log message: On machines with a userland timecounter we bypass the gettimeofday(2) syscall. So whenever we pass a bad address we get a SIGSEGV instead of EFAULT. POSIX explicitly allows this behaviour. So adjust the test to deal with this case. ok deraadt@, millert@, guenther@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/21 11:00:47 Modified files: usr.bin/du : du.1 Log message: simplify and improve the example by using the -a and -d options; suggested by , tweaked by me CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/21 11:17:44 Modified files: lib/libcrypto/man: X509_CRL_get0_by_serial.3 X509_get_subject_name.3 X509_get_version.3 Log message: Stop documenting some functions as macros. In x509.h r1.70 (2018/08/24) I turned some macros into actual functions to follow what OpenSSL is doing since 1.1.0. The documentation still claims that they are implemented as macros. Update a doc sync commit hash while there. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/21 11:22:59 Modified files: lib/libc/arch/amd64/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: Save and restore the MXCSR register and the FPU control word such that floating-point control modes are properly restored by longjmp(3). ok guenther@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/21 11:47:36 Modified files: sbin/iked : config.c Log message: Remove SAs from ike_dstid_sas on 'ikectl reset sa' to prevent use after free. Found by csszep ok patrick@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/21 11:54:33 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/sparc64/sparc64: trap.c sys/arch/m88k/m88k: trap.c sys/arch/mips64/mips64: trap.c sys/arch/sh/sh : trap.c Log message: uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't need to do it ok kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/21 13:00:14 Modified files: sys/arch/amd64/include: setjmp.h Log message: Save and restore the MXCSR register and the FPU control word such that floating-point control modes are properly restored by longjmp(3). ok guenther@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/21 13:12:59 Modified files: sys/arch/sh/sh : trap.c Log message: The condition around uvm_grow() can be simplified, as the error result adjustment is effectively a dead store ok kettenis CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/21 15:11:59 Modified files: devel/grcs : Makefile Added files: devel/grcs/patches: patch-lib_vasnprintf_c Log message: Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html CVSROOT: /cvs Module name: ports Changes by: mariani@cvs.openbsd.org 2020/10/21 15:15:15 Modified files: devel/py-rope : Makefile distinfo Log message: Update devel/py-rope 0.17.0 to 0.18.0 Changelog: https://github.com/python-rope/rope/releases/tag/0.18.0 pytest: 194 out of 194 tests passed, 316 warnings (related to python deprecations). Tested with devel/spyder OK on amd64 (only consumer). CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/21 15:21:59 Modified files: textproc/groff : Makefile Added files: textproc/groff/patches: patch-lib_vasnprintf_c Log message: Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html ok schwarze@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/21 15:24:57 Modified files: sys/arch/hppa/hppa: trap.c sys/uvm : uvm_unix.c Log message: move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(), within the correct #ifdef of course. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/21 15:53:47 Modified files: sys/arch/arm64/arm64: pmap.c trap.c sys/arch/arm64/include: pmap.h Log message: last argument to pmap_fault_fixup() is unused, delete it noticed by kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/21 15:59:50 Modified files: sys/arch/alpha/alpha: trap.c Log message: whitespace CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/21 16:01:52 Modified files: sys/arch/alpha/alpha: trap.c Log message: (same as sh/sh/trap.c) The condition around uvm_grow() can be simplified, as the error result adjustment is effectively a dead store ok kettenis CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/10/21 16:49:11 Modified files: graphics/libgphoto2: Makefile Log message: libgphoto2 uses C99 constructs, so do the usual dance for base-gcc arches (sparc64 in particular) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/21 16:53:56 Modified files: regress/sys/kern/syscall_segment/libgadgetsyscall: Makefile Log message: Fix building the library when invoked with make regress. OK patrick@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/10/21 17:53:22 Modified files: sys/arch/powerpc64/powerpc64: locore.S Log message: Add retguard macros to powerpc64 locore functions. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/21 19:56:22 Modified files: sysutils/facette: Makefile Log message: Remove missed BROKEN marker. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/21 20:58:22 Modified files: devel/sqlc : Makefile distinfo Log message: Bump sqlc to 1.5.0 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/21 22:01:05 Modified files: devel/olm : Makefile distinfo Log message: Update olm to 3.2.1. Changes here: https://gitlab.matrix.org/matrix-org/olm/-/releases CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/21 22:06:10 Modified files: net/gomuks : Makefile distinfo Log message: Bump gomuks to 0.2.0. Changes: https://github.com/tulir/gomuks/releases/tag/v0.2.0 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/10/21 23:15:38 Modified files: net/kdeconnect-kde: Makefile distinfo net/kdeconnect-kde/patches: patch-data_org_kde_kdeconnect_open_desktop net/kdeconnect-kde/pkg: PLIST Log message: Update to KDE Connect 1.4.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/22 01:19:42 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: ug_err() was renamed to err() in r1.41. A new ug_err call was added in r1.42 by accident (that diff was written before the renaming was done). From Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/10/22 01:48:51 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: session tickets are disabled by default, correct the manpage. ok claudio CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/10/22 02:00:24 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: support for session resumption in TLS1.3 does not exist yet, as confirmed by tb@. While there remove the "no" in front of the statement. text from tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/22 02:23:40 Modified files: print/foo2zjs : Makefile distinfo print/foo2zjs/patches: patch-Makefile patch-foo2zjs-pstops_sh patch-getweb_in patch-icc2ps_Makefile Log message: Update to foo2zjs-20200610. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/22 02:24:17 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.53.1 Changes: https://rclone.org/changelog/#v1-53-1-2020-09-13 Vendor tarball is provided as a separate download, which means that we need to download two distfiles. This solution is preferred over using MOGO_* as it is easier to maintain, and does not result in distinfo to be ~170k. OK solene@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/22 02:30:39 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/spidermonkey78: Makefile devel/spidermonkey78/pkg: PLIST Log message: Provide an upgrade path from spidermonkey (there is no spidermonkey60). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/22 04:00:17 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 78.4.0. See https://www.thunderbird.net/en-US/thunderbird/78.4.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-47/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/22 04:02:47 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Update to thunderbird 78.4.0. See https://www.thunderbird.net/en-US/thunderbird/78.4.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-47/ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/10/22 05:24:01 Modified files: sys/dev/pci : if_iwx.c Log message: Do not write unneeded data into the iwx(4) MAC context removal command. This extra data seems to trigger an assertion in the firmware and the Linux iwlwifi driver does not send this data either. tested by Nicola Dell'Uomo and jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/22 05:30:05 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_dig_dig_c patch-configure_ac patch-lib_isc_unix_socket_c Log message: update to BIND 9.16.8 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/22 05:32:53 Modified files: games/ioquake3 : Makefile distinfo Log message: Bump ioquake3 to e7a7a2b6b677c030be5cca8cc9cc58e81b2e04de. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/22 06:07:42 Modified files: security/age : Makefile distinfo Log message: Bump age to v1.0.0-beta5 Changes here: https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta5 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/22 06:10:03 Modified files: net/libfilezilla: Makefile distinfo net/libfilezilla/pkg: PLIST Log message: Update to libfilezilla-0.25.0 Changes: https://lib.filezilla-project.org/ Minor of shared lib has been bumped because of the addition of a symbol. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/22 06:11:06 Modified files: net/filezilla : Makefile distinfo net/filezilla/patches: patch-src_interface_file_utils_cpp net/filezilla/pkg: PLIST Added files: net/filezilla/patches: patch-src_engine_Makefile_am Log message: Update to filezilla-3.51.0 Bugfix release. Changes: https://filezilla-project.org/versions.php CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/22 06:13:39 Modified files: security/gopass: Makefile distinfo security/gopass/pkg: PLIST Log message: Bump gopass to v1.10.1 - Include other gopass tools Changes here: https://github.com/gopasspw/gopass/releases/tag/v1.10.1 CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2020/10/22 06:25:20 Modified files: sys/net : pf_ioctl.c Log message: - missing NET_UNLOCK() in pf_ioctl.c error path Reported-by: syzbot+b9af9c29ed1a6dabda25@syzkaller.appspotmail.com OK anton@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/22 07:41:51 Modified files: sys/arch/powerpc64/powerpc64: trap.c sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/mips64/mips64: trap.c sys/arch/hppa/hppa: trap.c Log message: uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. minor refactorings to narrow KERNEL_LOCK just around uvm_fault() ok kettenis CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/22 07:51:39 Log message: Import dendrite, a Matrix server written in Go. Homepage: https://github.com/matrix-org/dendrite OK landry@ Status: Vendor Tag: abieber Release Tags: abieber_20201022 N ports/net/dendrite/Makefile N ports/net/dendrite/distinfo N ports/net/dendrite/pkg/DESCR N ports/net/dendrite/pkg/PLIST N ports/net/dendrite/pkg/dendrite.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/10/22 07:52:55 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_allocator_gni patch-base_base_switches_cc patch-base_base_switches_h patch-base_debug_elf_reader_cc patch-base_files_file_util_posix_cc patch-base_files_scoped_file_cc patch-base_i18n_icu_util_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_posix_unix_domain_socket_cc patch-base_process_kill_h patch-base_process_kill_posix_cc patch-base_process_memory_cc patch-base_process_process_metrics_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_openbsd_cc patch-base_process_process_metrics_posix_cc patch-base_rand_util_posix_cc patch-base_syslog_logging_cc patch-base_system_sys_info_cc patch-base_system_sys_info_h patch-base_system_sys_info_posix_cc patch-base_threading_platform_thread_linux_cc patch-base_trace_event_malloc_dump_provider_cc patch-base_trace_event_process_memory_dump_cc patch-build_config_BUILD_gn patch-build_config_c++_c++_gni patch-build_config_compiler_BUILD_gn patch-build_config_features_gni patch-build_toolchain_gcc_toolchain_gni patch-cc_BUILD_gn 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_browser_about_flags_cc patch-chrome_browser_after_startup_task_utils_cc patch-chrome_browser_apps_platform_apps_api_music_manager_private_device_id_linux_cc patch-chrome_browser_autocomplete_chrome_autocomplete_scheme_classifier_cc patch-chrome_browser_background_background_mode_manager_cc patch-chrome_browser_background_background_mode_optimizer_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_custom_handlers_protocol_handler_registry_cc patch-chrome_browser_dev_ui_browser_resources_grd patch-chrome_browser_device_identity_device_oauth2_token_service_factory_cc patch-chrome_browser_devtools_devtools_eye_dropper_cc 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_download_download_shelf_context_menu_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_device_info_fetcher_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_device_info_fetcher_linux_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_external_provider_impl_cc patch-chrome_browser_first_run_first_run_dialog_h 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_router_discovery_discovery_network_list_posix_cc patch-chrome_browser_media_webrtc_webrtc_event_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_h patch-chrome_browser_memory_details_cc patch-chrome_browser_memory_details_linux_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_native_file_system_chrome_native_file_system_permission_context_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_store_factory_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_plugins_plugin_info_host_impl_cc patch-chrome_browser_plugins_plugins_resource_service_cc patch-chrome_browser_policy_browser_signin_policy_handler_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_policy_device_management_service_configuration_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_process_singleton_posix_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_attributes_entry_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_send_tab_to_self_receiving_ui_handler_registry_cc patch-chrome_browser_send_tab_to_self_send_tab_to_self_client_service_cc patch-chrome_browser_sharing_shared_clipboard_feature_flags_cc patch-chrome_browser_sharing_shared_clipboard_feature_flags_h patch-chrome_browser_sharing_sharing_device_registration_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_sharing_sharing_service_cc patch-chrome_browser_sharing_webrtc_webrtc_flags_cc patch-chrome_browser_sharing_webrtc_webrtc_flags_h patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_task_manager_sampling_task_group_cc patch-chrome_browser_task_manager_sampling_task_group_h patch-chrome_browser_task_manager_sampling_task_group_sampler_cc patch-chrome_browser_task_manager_sampling_task_group_sampler_h patch-chrome_browser_task_manager_sampling_task_manager_impl_cc patch-chrome_browser_task_manager_task_manager_observer_h patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc patch-chrome_browser_ui_sad_tab_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_download_download_item_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_platform_specific_cc patch-chrome_browser_ui_views_hung_renderer_view_cc patch-chrome_browser_ui_views_tabs_new_tab_button_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_web_apps_pwa_confirmation_bubble_view_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_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_components_web_app_shortcut_cc patch-chrome_common_BUILD_gn 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_paths_internal_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_content_renderer_client_cc patch-chrome_renderer_pepper_pepper_flash_font_file_host_cc patch-chrome_renderer_pepper_pepper_flash_font_file_host_h patch-chrome_service_cloud_print_print_system_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_chrome_finder_cc patch-chrome_test_chromedriver_chrome_launcher_cc patch-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-chromecast_browser_cast_content_browser_client_receiver_bindings_cc patch-chromecast_media_base_default_monotonic_clock_cc patch-chromecast_renderer_cast_content_renderer_client_cc patch-components_autofill_core_browser_autofill_external_delegate_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_util_cc patch-components_content_settings_core_browser_website_settings_registry_cc patch-components_cookie_config_cookie_store_util_cc patch-components_crash_content_browser_BUILD_gn patch-components_crash_core_app_BUILD_gn patch-components_download_internal_common_base_file_cc patch-components_feature_engagement_public_event_constants_cc patch-components_feature_engagement_public_event_constants_h 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_gwp_asan_BUILD_gn patch-components_invalidation_impl_invalidation_switches_cc patch-components_metrics_BUILD_gn patch-components_neterror_resources_neterror_js patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_os_crypt_os_crypt_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_policy_resources_policy_templates_json patch-components_previews_core_previews_features_cc patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_h patch-components_startup_metric_utils_browser_startup_metric_utils_cc patch-components_storage_monitor_removable_device_constants_cc patch-components_storage_monitor_removable_device_constants_h patch-components_sync_device_info_local_device_info_util_cc patch-components_viz_common_features_cc patch-components_viz_common_gpu_dawn_context_provider_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-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-content_app_content_main_runner_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_devtools_protocol_system_info_handler_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_ppapi_plugin_process_host_receiver_bindings_cc patch-content_browser_renderer_host_input_input_device_change_observer_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_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_event_handler_cc patch-content_browser_scheduler_responsiveness_native_event_observer_cc patch-content_browser_scheduler_responsiveness_native_event_observer_h patch-content_browser_utility_process_host_receiver_bindings_cc patch-content_browser_v8_snapshot_files_cc patch-content_browser_webui_shared_resources_data_source_cc patch-content_browser_zygote_host_zygote_host_impl_linux_cc patch-content_child_child_process_cc patch-content_common_sandbox_init_linux_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_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_ppapi_plugin_ppapi_plugin_main_cc patch-content_public_browser_BUILD_gn patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_media_audio_audio_device_factory_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_renderer_renderer_main_platform_delegate_linux_cc patch-content_shell_BUILD_gn patch-content_shell_app_shell_main_delegate_cc patch-content_shell_browser_shell_browser_context_cc patch-content_shell_utility_shell_content_utility_client_cc patch-content_test_BUILD_gn patch-content_utility_BUILD_gn patch-content_utility_utility_blink_platform_with_sandbox_support_impl_cc patch-content_utility_utility_blink_platform_with_sandbox_support_impl_h patch-content_utility_utility_main_cc patch-content_zygote_zygote_main_linux_cc patch-device_bluetooth_BUILD_gn patch-device_gamepad_gamepad_provider_cc 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_common_api__permission_features_json patch-extensions_common_features_feature_cc patch-extensions_shell_app_shell_main_delegate_cc patch-gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-gpu_command_buffer_service_external_vk_image_backing_cc patch-gpu_ipc_common_gpu_memory_buffer_support_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_ipc_service_gpu_watchdog_thread_cc patch-gpu_vulkan_generate_bindings_py 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_content_browser_client_cc patch-headless_lib_browser_headless_content_browser_client_h patch-headless_lib_headless_macros_h patch-ipc_ipc_channel_common_cc patch-ipc_ipc_channel_h patch-ipc_ipc_channel_mojo_cc patch-ipc_ipc_message_utils_cc patch-ipc_ipc_message_utils_h patch-media_audio_BUILD_gn patch-media_audio_audio_features_cc patch-media_audio_audio_input_device_cc patch-media_audio_audio_manager_cc patch-media_audio_audio_manager_h patch-media_base_audio_latency_cc patch-media_base_media_switches_cc patch-media_base_scopedfd_helper_h patch-media_base_status_cc patch-media_base_vector_math_cc patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_fake_video_capture_device_factory_cc patch-media_capture_video_file_video_capture_device_factory_cc patch-media_capture_video_linux_fake_v4l2_impl_cc patch-media_capture_video_linux_video_capture_device_factory_linux_cc patch-media_capture_video_linux_video_capture_device_factory_linux_h patch-media_gpu_buffer_validation_cc patch-media_media_options_gni patch-media_mojo_clients_mojo_video_encode_accelerator_cc patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_mojo_services_gpu_mojo_media_client_cc patch-mojo_public_js_mojo_bindings_resources_grd patch-net_BUILD_gn patch-net_base_network_change_notifier_cc patch-net_cert_cert_verify_proc_cc patch-net_cert_test_root_certs_h patch-net_nqe_network_quality_estimator_cc patch-net_proxy_resolution_configured_proxy_resolution_service_cc patch-net_socket_udp_socket_posix_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-net_tools_quic_quic_http_proxy_backend_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_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-remoting_base_chromoting_event_cc patch-remoting_client_display_sys_opengl_h patch-remoting_host_evaluate_capability_cc 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_remoting_me2me_host_cc patch-remoting_host_switches_cc patch-remoting_host_switches_h patch-sandbox_BUILD_gn patch-sandbox_features_gni patch-sandbox_linux_BUILD_gn patch-services_device_geolocation_location_arbitrator_cc patch-services_device_hid_BUILD_gn patch-services_device_hid_hid_service_cc patch-services_device_serial_BUILD_gn patch-services_device_serial_serial_device_enumerator_cc patch-services_device_serial_serial_io_handler_posix_cc patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_sandbox_hook_linux_cc patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h patch-services_service_manager_BUILD_gn patch-services_service_manager_embedder_BUILD_gn patch-services_service_manager_embedder_main_cc patch-services_service_manager_public_cpp_service_executable_BUILD_gn patch-services_tracing_public_cpp_perfetto_perfetto_config_cc patch-services_tracing_public_cpp_perfetto_trace_time_cc patch-services_tracing_public_cpp_perfetto_trace_time_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_third_party_vulkan-loader_src_loader_loader_c patch-third_party_angle_util_BUILD_gn patch-third_party_blink_public_common_privacy_budget_identifiable_token_h 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_controller_memory_usage_monitor_posix_h patch-third_party_blink_renderer_core_editing_editing_behavior_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_html_forms_internal_popup_menu_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_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_cc patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_fonts_font_metrics_cc patch-third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc patch-third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_wtf_container_annotations_h patch-third_party_blink_renderer_platform_wtf_stack_util_cc patch-third_party_boringssl_BUILD_generated_gni patch-third_party_brotli_common_platform_h patch-third_party_crashpad_crashpad_build_crashpad_buildconfig_gni patch-third_party_crashpad_crashpad_client_BUILD_gn patch-third_party_crashpad_crashpad_client_crashpad_client_posix_cc patch-third_party_crashpad_crashpad_util_misc_capture_context_h patch-third_party_crashpad_crashpad_util_posix_close_multiple_cc patch-third_party_crashpad_crashpad_util_posix_drop_privileges_cc patch-third_party_crashpad_crashpad_util_posix_signals_cc patch-third_party_ffmpeg_BUILD_gn patch-third_party_libusb_BUILD_gn patch-third_party_nasm_config_config-linux_h patch-third_party_node_node_py patch-third_party_pdfium_BUILD_gn patch-third_party_pdfium_core_fxge_fx_ge_linux_cpp patch-third_party_pdfium_xfa_fgas_font_cfx_fontsourceenum_file_cpp patch-third_party_perfetto_include_perfetto_base_build_config_h patch-third_party_perfetto_include_perfetto_ext_base_thread_utils_h patch-third_party_perfetto_src_base_subprocess_cc patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_sqlite_BUILD_gn patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_usrsctp_BUILD_gn patch-third_party_vulkan_memory_allocator_src_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_system_wrappers_BUILD_gn patch-third_party_webrtc_webrtc_gni patch-third_party_zlib_BUILD_gn patch-tools_json_schema_compiler_cpp_bundle_generator_py patch-tools_json_schema_compiler_feature_compiler_py patch-tools_json_schema_compiler_model_py patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_base_clipboard_clipboard_ozone_cc patch-ui_base_dragdrop_os_exchange_data_provider_factory_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_test_skia_gold_pixel_diff_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_webui_web_ui_util_cc patch-ui_base_x_x11_shm_image_pool_cc patch-ui_compositor_compositor_h patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_events_event_switches_cc patch-ui_events_event_switches_h patch-ui_events_keycodes_dom_keycode_converter_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_font_list_cc patch-ui_gfx_font_render_params_h patch-ui_gfx_font_util_cc patch-ui_gfx_gpu_memory_buffer_cc patch-ui_gfx_gpu_memory_buffer_h patch-ui_gfx_ipc_gfx_param_traits_macros_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_native_pixmap_handle_h patch-ui_gfx_native_widget_types_h patch-ui_gl_BUILD_gn patch-ui_gl_generate_bindings_py patch-ui_gl_gl_features_cc patch-ui_gl_gl_fence_cc patch-ui_gl_sync_control_vsync_provider_cc patch-ui_gl_sync_control_vsync_provider_h patch-ui_platform_window_platform_window_init_properties_h patch-ui_views_bubble_bubble_dialog_delegate_view_cc patch-ui_views_controls_label_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_examples_widget_example_cc patch-ui_views_style_platform_style_cc patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h 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_native_widget_aura_cc patch-ui_views_window_custom_frame_view_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_message_loop_message_pump_glib_cc patch-chrome_browser_nearby_sharing_nearby_notification_manager_cc patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-components_feature_engagement_public_feature_configurations_cc patch-components_safe_browsing_core_realtime_url_lookup_service_base_cc patch-content_browser_gpu_compositor_util_cc patch-content_utility_services_cc patch-gpu_command_buffer_service_external_semaphore_cc patch-remoting_host_heartbeat_sender_cc patch-sandbox_policy_BUILD_gn patch-sandbox_policy_openbsd_sandbox_openbsd_cc patch-sandbox_policy_openbsd_sandbox_openbsd_h patch-sandbox_policy_sandbox_cc patch-sandbox_policy_sandbox_h patch-sandbox_policy_switches_cc patch-sandbox_policy_switches_h patch-services_audio_audio_sandbox_hook_linux_h patch-services_network_network_sandbox_hook_linux_h patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_abseil-cpp_absl_base_internal_endian_h patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_abseil-cpp_absl_debugging_failure_signal_handler_cc patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_blink_renderer_core_clipboard_system_clipboard_cc patch-third_party_pdfium_core_fxcrt_cfx_datetime_cpp patch-tools_perf_chrome_telemetry_build_BUILD_gn patch-ui_base_clipboard_clipboard_constants_cc patch-ui_base_clipboard_clipboard_constants_h patch-v8_src_base_platform_platform-openbsd_cc Removed files: www/chromium/patches: patch-base_profiler_stack_sampler_openbsd_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc patch-chrome_browser_policy_chrome_browser_cloud_management_controller_cc patch-content_browser_utility_process_host_cc patch-gpu_command_buffer_service_external_vk_image_backing_h patch-gpu_command_buffer_service_external_vk_image_gl_representation_cc patch-media_audio_audio_thread_impl_cc patch-printing_backend_cups_helper_cc patch-services_service_manager_sandbox_BUILD_gn patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_cc patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_h patch-services_service_manager_sandbox_sandbox_cc patch-services_service_manager_sandbox_sandbox_h patch-services_service_manager_sandbox_switches_cc patch-services_service_manager_sandbox_switches_h patch-third_party_pdfium_core_fxcrt_fx_system_h patch-tools_gn_src_gn_args_cc Log message: update to 86.0.4240.111 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/22 07:52:57 Modified files: infrastructure/db: user.list Log message: reserve 860 for net/dendrite CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/22 07:53:34 Modified files: net : Makefile Log message: + dendrite CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/22 08:31:28 Modified files: sys/dev/ic : bwfm.c Log message: Switch away from splsoftnet() and change the code to splnet(). splsoftnet was used for the upper layers of the network stack and should no longer be used. OK patrick@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/22 08:33:47 Modified files: . : 68.html Log message: fix four instances of missing section numbers in man.openbsd.org hyperlinks, resulting in links pointing to the wrong manual page; reported by Andras Farkas CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/22 08:52:42 Modified files: . : 68.html Log message: link to bettertls.com, suggested by Andras Farkas; while here, use the official spelling "BetterTLS" CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/22 09:05:21 Modified files: . : 68.html Log message: sftp-client(1) doesn't exist, link to the intended sftp(1) instead; wrong link noticed by Andras Farkas; while here, fix another typo on the same line, too CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/22 09:09:55 Modified files: . : 68.html Log message: add missing end tag, found by Andras Farkas with validator.w3.org CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/22 09:31:34 Modified files: . : 68.html Log message: typo fix: sshd(1) -> ssh(1); noticed by Andras Farkas CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/22 09:54:10 Modified files: sys/arch/powerpc64/powerpc64: pmap.c Log message: Use the DBZ instruction to zero memory a cache line at a time. This is what we already do on powerpc and seems to be what everybody does for 64-bit POWER systems. ok deraadt@, patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/22 11:06:09 Modified files: sbin/iked : ikev2_pld.c Log message: Add missing break. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/22 11:11:27 Modified files: sbin/iked : ikev2.c ikev2_pld.c Log message: Handle NO_PROPOSAL_CHOSEN for initiator in IKE_SA_INIT exchange. This NOTIFY payload is not encryted, remove check. ok patrick@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2020/10/22 12:11:13 Modified files: sys/dev/pci : azalia_codec.c pcidevs pcidevs.h pcidevs_data.h Log message: add support for AMD 17h/3xh HD Audio and the ALC887 codec ok deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/10/22 13:52:11 Modified files: build : mirrors.dat Log message: openbsd.c3sl.ufpr.br is back in good shape again, re-add it prompted by a mail from Eike Lantzsch CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/10/22 13:52:32 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/22 14:17:13 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.2.7. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/22 14:17:56 Modified files: graphics/ansilove: Makefile distinfo Log message: Update ansilove to 4.1.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/22 14:45:06 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: update to IntelliJ IDEA 2020.2.3, from Lucas Raab (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/22 14:45:45 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: update to PyCharm 2020.2.3, from Lucas Raab (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/22 14:47:22 Modified files: databases/py-ldap3: Makefile distinfo databases/py-ldap3/pkg: PLIST Log message: update to py-ldap3 2.8.1, from Lucas Raab CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/10/22 16:03:37 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.0.18 CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/10/22 17:35:43 Modified files: sys/arch/powerpc64/include: asm.h sys/arch/powerpc64/powerpc64: locore.S Log message: Add retguard to OPAL functions in powerpc64 locore. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/22 20:10:23 Log message: Import devel/p5-IO-Interactive This module provides utility subroutines that make it easier to develop interactive applications. From new MAINTAINER wen heping OK with tweaks cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201022 N ports/devel/p5-IO-Interactive/Makefile N ports/devel/p5-IO-Interactive/distinfo N ports/devel/p5-IO-Interactive/pkg/DESCR N ports/devel/p5-IO-Interactive/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/22 20:11:00 Modified files: devel : Makefile Log message: +p5-IO-Interactive CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/22 20:20:34 Modified files: databases/p5-DBI-Shell: Makefile distinfo Log message: Update databases/p5-DBI-Shell to 11.97 From wen heping OK with tweaks cwen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/23 01:04:09 Modified files: www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/files: all-openbsd.js www/tor-browser/browser/patches: patch-_mozconfig patch-browser_extensions_tor-launcher_src_components_tl-process_js patch-config_makefiles_rust_mk patch-security_nss_Makefile patch-security_nss_coreconf_OpenBSD_mk patch-security_nss_lib_freebl_blapi_h patch-toolkit_moz_configure www/tor-browser/browser/pkg: PLIST www/tor-browser/noscript: Makefile distinfo www/tor-browser/noscript/pkg: PLIST meta/tor-browser: Makefile meta/tor-browser/pkg: README Added files: www/tor-browser/browser/files: pledge.content pledge.gpu pledge.main unveil.content unveil.gpu unveil.main www/tor-browser/browser/patches: patch-dom_ipc_ContentChild_cpp patch-media_libcubeb_src_cubeb_sndio_c patch-toolkit_system_gnome_nsGIOService_cpp Removed files: www/tor-browser/browser/patches: patch-config_system-headers_mozbuild patch-js_src_jit_ProcessExecutableMemory_cpp patch-storage_mozStorageConnection_cpp patch-storage_mozStorageService_cpp Log message: Update to tor-browser 10.0.2, from MAINTAINER Caspar Schutijser. This version is based off firefox 78esr, and support for unveil() was added. See https://blog.torproject.org/new-release-tor-browser-100 and https://blog.torproject.org/new-release-tor-browser-1002 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/23 02:30:37 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.0.284.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/23 03:28:38 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-315.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/23 03:37:41 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.13.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/23 03:49:56 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.25.5. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/10/23 03:53:28 Removed files: app/fonttosfnt : AUTHORS Log message: remove empty file not present upstreams CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/23 03:59:57 Modified files: graphics/sk1 : Makefile Log message: Mark as BROKEN: needs to move to python3 or gobject-introspection bindings. It's in the way of py-gtk2 removal. Idea to mark it BROKEN and not remove it from daniel@, thanks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/10/23 05:17:04 Modified files: app/fonttosfnt : ChangeLog Makefile.in aclocal.m4 compile configure configure.ac fonttosfnt.c fonttosfnt.h read.c struct.c util.c write.c app/fonttosfnt/man: Makefile.in Log message: Update to fonttosfnt 1.2.0. Includes work done by chrisz@ to fix issues for recent pango versions. tested with st and gvim and OK chrisz@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/10/23 05:18:47 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/10/23 06:42:34 Modified files: net/owncloudclient: Makefile Log message: update HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/23 06:58:42 Modified files: security/suricata: Makefile security/suricata/pkg: PLIST Log message: unbreak build if git was not installed. revision.py was generated during the build if git was present, and as such it ended up in PLIST. remove the file instead as it serves no purpose for us. prompted by aja@ and naddy@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/10/23 07:38:33 Modified files: net/gomuks : Makefile distinfo Log message: Update gomuks to 0.2.1. Changes here: https://github.com/tulir/gomuks/releases/tag/v0.2.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 07:44:30 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Source_cmGlobalGenerator_cxx devel/cmake/pkg: PLIST Log message: Update CMake to 3.17.5 This update ran without issues through a full amd64 bulk build. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 07:44:33 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/pkg: PLIST Log message: Update keepassxc to 2.6.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 07:44:36 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.263 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 07:44:39 Modified files: devel/catch2 : Makefile distinfo Log message: Update catch2 to 2.13.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 07:44:41 Modified files: net/libmesode : Makefile distinfo Log message: Update libmesode to 0.10.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/23 08:00:17 Modified files: geo/mdal : Makefile distinfo Log message: Update to MDAL 0.7.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 08:22:27 Modified files: devel/qt-creator: Makefile distinfo Log message: Update qt-creator to 4.13.2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/10/23 09:20:30 Modified files: www/nginx : Makefile Log message: Enable TLS 1.3 in nginx by defining TLS1_3_VERSION which is not yet public in libressl CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 09:40:16 Modified files: graphics : Makefile Removed files: graphics/k3dsurf: Makefile distinfo graphics/k3dsurf/patches: patch-src_PovConfig_h graphics/k3dsurf/pkg: DESCR PLIST Log message: Remove k3dsurf Qt3 K3DSurf is dead upstream and was replaced by MathMod: https://github.com/parisolab/mathmod https://sourceforge.net/projects/k3dsurf Nobody wants to help to update it to MathMod. OK kn@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2020/10/23 09:40:51 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Align man with reality OK claudio@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 09:43:09 Modified files: games : Makefile Removed files: games/spacehulk: Makefile distinfo games/spacehulk/patches: patch-src_rand_h patch-src_smtp_cpp games/spacehulk/pkg: DESCR PLIST Log message: Remove Qt3 spacehulk OK kn ajacoutot solene CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 09:43:53 Modified files: games : Makefile Removed files: games/taxipilot: Makefile distinfo games/taxipilot/patches: patch-taxipilot_cdp_cpp patch-taxipilot_level_h patch-taxipilot_message_cpp patch-taxipilot_movingobject_cpp patch-taxipilot_preferences_cpp patch-taxipilot_taxipilot_cpp patch-taxipilot_timedobject_h games/taxipilot/pkg: DESCR PLIST Log message: Remove Qt3 taxipilot OK kn ajacoutot solene CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 09:48:21 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of k3dsurf spacehulk taxipilot CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/23 09:50:23 Modified files: www/tor-browser: Makefile Log message: unlink https-everywhere, its now bundled in tor-browser (and fails to package anyway, as noticed by ajacoutot@) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/23 10:20:20 Modified files: archivers/minizip: Makefile distinfo archivers/minizip/patches: patch-CMakeLists_txt archivers/minizip/pkg: PLIST Removed files: archivers/minizip/patches: patch-mz_h Log message: Update to minizip 2.10.1. - remove patch from upstream fixing build failure with gcc - patch CMakeLists.txt to use pkg-config to find system zstd (instead of trying to fetch zstd source from github..) - enable zstd support CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/23 10:22:33 Modified files: archivers/minizip: Makefile archivers/minizip/pkg: PLIST Log message: Oops, forgotten in previous: bump minor and update PLIST again CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/23 10:49:10 Modified files: textproc/py-canonicaljson: Makefile distinfo Log message: Update to py-canonicaljson-1.4.0 Thanks to maintainer Renaud Allard for the diff CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/23 10:49:48 Modified files: net/synapse : Makefile distinfo net/synapse/pkg: PLIST Log message: Update to synapse-1.21.2 Fix CVE-2020-26891 Thanks to maintainer Renaud Allard for the diff CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/23 10:50:59 Modified files: net/synapse : Tag: OPENBSD_6_8 Makefile distinfo net/synapse/pkg: Tag: OPENBSD_6_8 PLIST Log message: Update to synapse-1.21.2 Fix CVE-2020-26891 Thanks to maintainer Renaud Allard for the diff CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 10:51:28 Modified files: audio/musique : Makefile distinfo Removed files: audio/musique/patches: patch-src_mainwindow_cpp Log message: Update musique to 1.10 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/23 10:51:43 Modified files: textproc/py-canonicaljson: Tag: OPENBSD_6_8 Makefile distinfo Log message: Update to py-canonicaljson-1.4.0 Required to build the net/synapse update Thanks to maintainer Renaud Allard for the diff CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/23 10:54:35 Modified files: sys/arch/sparc64/sparc64: trap.c Log message: Refactor page fault/error functions, normalizing their operation relative to other architectures. Kernel lock only the minimum (in preparation for further unlocking down the line) ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/23 10:54:45 Modified files: sys/arch/arm64/arm64: trap.c Log message: Refactor page fault/error functions, normalizing their operation relative to other architectures. Kernel lock only the minimum (in preparation for further unlocking down the line) ok kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/23 11:50:34 Modified files: security/suricata: Makefile Log message: tweak previous; from naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/23 12:06:20 Modified files: devel/py-r2pipe: Makefile distinfo Log message: update to r2pipe-1.5.0 and make python3 the default flavor. as the python2 flavor was effectively disabled since -r1.1.1.1 i'm not adding an @pkgpath marker CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/23 12:22:21 Modified files: sysutils : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils/py-croniter: Makefile distinfo sysutils/py-croniter/pkg: PLIST Log message: - update to py-croniter-0.3.35 - switch to python3 by default CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/23 12:44:57 Modified files: devel/spidermonkey78: Makefile distinfo devel/spidermonkey78/pkg: PLIST Log message: update to spidermonkey78-78.4.0v CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/23 13:21:48 Modified files: www/qutebrowser: Makefile distinfo www/qutebrowser/pkg: PLIST Log message: Update qutebrowser to 1.14.0 From maintainer Dimitri Karamazov CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/10/23 14:25:35 Modified files: sys/dev/usb : ehci.c Log message: Don't panic on curlen == 0. This DIAGNOSTIC code should have been removed already in revision 1.57 IMO. From Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/23 14:28:09 Modified files: sys/kern : kern_synch.c Log message: sleep_setup_timeout(): always KASSERT that P_TIMEOUT is unset Even if we aren't setting a timeout, P_TIMEOUT should not be set at this point in the sleep. ok visa@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/23 14:37:11 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: sort options list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/23 14:37:45 Modified files: share/man/man8 : afterboot.8 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/10/23 14:55:15 Modified files: sys/dev/ic : m41t8xreg.h sys/dev/i2c : m41t8x.c Log message: Add support for the Micro Crystal RV4162. This variant holds the square wave frequency control bits in the Day Of Week register. To make sure we don't fudge with those bits, only reset those that hold the day and keep the rest as is. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/23 15:23:58 Modified files: sys/dev/usb : utpms.c Log message: Subtract threshold from absolute position to allow absolute pointer movement smaller than threshold. Fixes an issue where the pointer sometimes jumped a few pixels. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/23 15:27:52 Modified files: net/lftp : Makefile net/lftp/patches: patch-lib_vasnprintf_c Log message: Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html ok rsadowski@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/23 15:34:05 Modified files: devel/bison/patches: patch-lib_vasnprintf_c devel/gettext/patches: patch-gettext-runtime_libasprintf_vasnprintf_c patch-gettext-tools_gnulib-lib_vasnprintf_c patch-gettext-tools_libgettextpo_vasnprintf_c patch-libtextstyle_lib_vasnprintf_c devel/grcs/patches: patch-lib_vasnprintf_c devel/m4/patches: patch-lib_vasnprintf_c editors/zile/patches: patch-lib_vasnprintf_c net/lftp/patches: patch-lib_vasnprintf_c Log message: Add link to upstream commit CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2020/10/23 16:06:27 Modified files: sys/dev/pckbc : pms.c Log message: 1. Work around a firmware bug of some Elantech-v1 touchpads. 2. Remove obsolete code from the v1-/v2-packet handlers (coordinate values are ignored if z is 0). CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/23 19:47:45 Modified files: www/p5-IO-HTML : Makefile distinfo Log message: Update www/p5-IO-HTML to 1.004 From wen heping No feedback from MAINTAINER CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/23 19:56:29 Modified files: devel/p5-Proc-Background: Makefile distinfo Log message: Update devel/p5-Proc-Background to 1.21 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/10/23 19:59:06 Modified files: devel/p5-Devel-ebug: Makefile distinfo devel/p5-Devel-ebug/pkg: PLIST Log message: Update devel/p5-Devel-ebug to 0.63 From wen heping CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/24 10:58:49 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_providers_mdal_CMakeLists_txt patch-src_server_CMakeLists_txt geo/qgis/pkg : PLIST Removed files: geo/qgis/patches: patch-cmake_FindQCA_cmake Log message: Update to QGIS 3.16.0. See https://changelog.qgis.org/en/qgis/version/3.16/ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/10/24 12:27:05 Modified files: net/haproxy : Makefile Log message: Fix CFLAGS handling The proper variable to override for optimizations is CPU_CFLAGS. Upstream Makefile adds -fno-strict-aliasing so remove it. From brad CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/10/24 12:27:51 Modified files: net/haproxy : Makefile Added files: net/haproxy/patches: patch-Makefile Log message: Backport two commits to support closefrom() From brad CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2020/10/24 14:01:23 Modified files: x11/dmenu : Makefile distinfo Log message: update to dmenu 5.0 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/24 14:27:59 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c Log message: Don't modify sa in ikev2_pld_cp. Store cp_type in msg until message has passed all checks. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/24 15:06:56 Modified files: sys/arch/powerpc64/powerpc64: conf.c Log message: /dev/drm* CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/24 15:07:53 Modified files: sys/uvm : uvm_device.c Log message: We will soon have DRM on powerpc64. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/24 15:10:41 Modified files: etc/etc.powerpc64: MAKEDEV.md Log message: Add /dev/drm[0-3]. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/24 15:12:37 Modified files: etc/etc.powerpc64: MAKEDEV Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/24 15:14:25 Modified files: share/man/man8/man8.powerpc64: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/24 15:16:49 Modified files: share/man/man8 : Makefile Log message: Add man8.powerpc64 to SUBDIR. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/24 15:42:10 Modified files: sys/arch/powerpc64/include: intr.h Log message: Add forward declaration of struct trapframe. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/24 16:52:34 Modified files: usr.bin/mandoc : mandoc.c regress/usr.bin/mandoc/roff/nr: predef.in predef.out_ascii regress/usr.bin/mandoc/roff/string: dotT.in dotT.out_ascii dotT.out_html dotT.out_markdown dotT.out_utf8 Log message: Treat \*[.T] in the same way as \*(.T rather than calling abort(3). Bug found because the groff-current manual pages started using the variant form of this predefined string. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/24 18:37:55 Added files: share/man/man8/man8.powerpc64: Makefile Log message: needs a Makefile... CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/24 18:54:51 Modified files: lib/libc/sys : clock_gettime.2 Log message: clock_gettime.2: overhaul manpage The clock_gettime.2 page is clumsy. It will be easier to use if it is reorganized to emphasize clock_gettime(2), a general and widely used interface, over clock_settime(2), a special-purpose and rarely used interface. While doing that I found a bunch of other things I wanted to tweak or improve: - Simplify the NAME summary. No need to mention "calibration" or "date". - "now", "res", and "clock" are better argument names than "tp" and "clock_id". - The CLOCK_* list is a bunch of fragments. Rewrite the list to make it easier to understand what the clocks represent and how they behave. - Mention clock_settime(2) *after* the list of clocks. Almost nobody needs to use it. It shouldn't lead the page alongside clock_gettime(2). - Drop the adjtime(2) reference. We could mention it in a CAVEATS section but it definitely doesn't belong here in the DESCRIPTION. - Drop the useless init(8) reference. - Add a bunch of EXAMPLES demonstrating how to actually use each clock. - Clean up the ERRORS. - Update the cross references. - Add a HISTORY for the interfaces and each clock. High-level structural ideas from jmc@ and schwarze@. Edited by jmc@. ok jmc@, probably ok schwarze@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/24 19:36:59 Modified files: sys/dev/pci : azalia_codec.c Log message: recognise some more realtek codecs found in submitted dmesgs CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/24 19:55:18 Modified files: sys/kern : kern_time.c kern_fork.c Log message: setitimer(2): ITIMER_REAL: use kclock timeouts Reimplement the ITIMER_REAL interval timer with a kclock timeout. Couple things of note: - We need to use the high-res nanouptime(9) call, not the low-res getnanouptime(9). - The code is simpler now that we aren't working with ticks. Misc. thoughts: - Still unsure if "kclock" is the right name for these things. - MP-safely cancelling a periodic timeout is very difficult. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/24 20:54:38 Modified files: sys/dev/pci : azalia_codec.c Log message: use pci macros when testing subvendor id for idt codecs CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/24 22:16:55 Modified files: sys/dev/pci : azalia.c Log message: enable snooping on more AMD devices CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/24 22:36:12 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/25 01:20:10 Modified files: sys/dev/pci : pcidevs Log message: add more Intel azalia ids rename Intel 0xa171 The same id is used by HM175 QM175 CM238 (KBL-H), not just CM238. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/25 01:20:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/25 01:22:06 Modified files: sys/dev/pci : azalia.c Log message: enable snooping on more Intel devices CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/10/25 02:31:40 Modified files: sys/dev/acpi : abl.c Log message: Unbreak brightness setting on MacBooks introduced by abl(4). MacBooks already handle the brightness through the drm driver. Therefore only attach abl(4) to iMacs. Issue initially reported by James Luigy. Discussed with kettenis@, ok jung@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/10/25 02:35:11 Modified files: share/man/man4 : abl.4 Log message: Document that abl(4) is only required on iMacs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/25 02:52:19 Modified files: sysutils/consul/patches: patch-vendor_github_com_shirou_gopsutil_process_process_openbsd_go Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/25 02:53:25 Modified files: security/libgcrypt: Makefile distinfo security/libgcrypt/patches: patch-configure_ac patch-random_random-csprng_c Log message: Update to libgcrypt-1.8.7. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2020/10/25 03:03:02 Modified files: sys/dev/usb : usbdevs Log message: add my new graphics tablet, not yet working CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2020/10/25 03:03:45 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/25 03:16:10 Modified files: net/bro : Makefile distinfo net/bro/patches: patch-src_iosource_BPF_Program_cc patch-src_iosource_Packet_cc patch-src_iosource_pcap_Source_cc net/bro/pkg : PLIST Added files: net/bro/patches: patch-auxil_binpac_lib_CMakeLists_txt patch-auxil_broker_CMakeLists_txt patch-auxil_broker_caf_libcaf_core_CMakeLists_txt patch-auxil_broker_caf_libcaf_core_caf_config_hpp patch-auxil_broker_caf_libcaf_io_CMakeLists_txt patch-auxil_broker_caf_libcaf_openssl_CMakeLists_txt patch-auxil_highwayhash_highwayhash_os_specific_cc patch-auxil_libkqueue_test_test_c patch-auxil_zeek-archiver_zeek-archiver_cc Removed files: net/bro/patches: patch-aux_binpac_lib_CMakeLists_txt patch-aux_broker_3rdparty_caf_libcaf_core_CMakeLists_txt patch-aux_broker_3rdparty_caf_libcaf_core_caf_config_hpp patch-aux_broker_3rdparty_caf_libcaf_io_CMakeLists_txt patch-aux_broker_3rdparty_caf_libcaf_openssl_CMakeLists_txt patch-aux_broker_3rdparty_caf_libcaf_test_caf_test_dsl_hpp patch-aux_broker_3rdparty_libkqueue_test_test_c patch-aux_broker_CMakeLists_txt patch-aux_broker_bindings_python__broker_cpp patch-src_3rdparty_caf_libcaf_core_caf_config_hpp patch-src_3rdparty_libkqueue_test_test_c Log message: Update to zeek-3.2.2. Committing early in the release process to give time to test this. Please contact me if you see any regression. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/25 03:43:46 Modified files: sys/dev/pci/drm: files.drm Log message: Add firmload attribute to drivers that load firmware. ok jsg@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/25 04:17:49 Modified files: usr.sbin/relayd: agentx.c agentx_control.c parse.y subagentx.c Log message: Remove trailing spaces & tabs CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/25 04:23:40 Modified files: sys/dev/pci/drm/radeon: radeon_kms.c Log message: Make mapping the "I/O Space" BAR optional. POWER9 systems don't support "I/O Space" on their PCIe host bridges and for most (all) Radeon variants there is an alternative method to access the relevant registers. ok jsg@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/25 04:31:33 Modified files: sys/arch/octeon/conf: GENERIC files.octeon Log message: Add missing firmload attribute. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/25 04:33:31 Modified files: sys/arch/octeon/conf: GENERIC Log message: Revert accidental commit. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/10/25 04:43:42 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.5.4 -> 1.5.5 Changelog: https://github.com/hashicorp/vault/blob/master/CHANGELOG.md ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/25 04:55:42 Modified files: sys/kern : subr_log.c sys/sys : msgbuf.h Log message: Serialize msgbuf access with a mutex. This introduces a system-wide mutex that serializes msgbuf operations. The mutex controls access to all modifiable fields of struct msgbuf. It also covers logsoftc.sc_state. To avoid adding extra lock order constraints that would affect use of printf(9), the code does not take new locks when the log mutex is held. The code assumes that there is at most one thread using logread(). This keeps the logic simple. If there was more than one reader, logread() might return the same data to different readers. Also, log wakeup might not be reliable with multiple threads. Tested in snaps for two weeks. OK mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/25 08:11:16 Modified files: sys/arch/powerpc64/dev: phb.c Log message: Implement a workaround for PCI devices that can't address the full 64-bit PCI address space. Needed for radeondrm(4) and amdgpu(4) since Radeon GPUs only implement 36, 40 or 44 bits of address space. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/25 09:33:20 Modified files: share/man/man4 : softraid.4 Log message: mention that stacking disciplines is not supported, with wording similar to the FAQ; suggested by Filippo Valsorda ; tweak and OK jca@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/25 10:54:43 Modified files: sys/arch/alpha/alpha: trap.c Log message: As done with other architectures, narrow the KERNEL_LOCK around uvm_fault() as best we can. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/10/25 12:12:58 Modified files: biology/py-biopython: Makefile distinfo biology/py-biopython/patches: patch-Tests_run_tests_py biology/py-biopython/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update py-biothyon to 1.78. Take maintainer and completely overhaul the port including the switch to python3-only. ok kmos CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/25 12:21:07 Modified files: usr.bin/mandoc : tbl_term.c regress/usr.bin/mandoc/tbl/data: block_width.out_ascii regress/usr.bin/mandoc/tbl/layout: center.out_ascii spacing.out_ascii span.out_ascii regress/usr.bin/mandoc/tbl/mod: expand.out_ascii font.out_ascii Log message: The GNU tbl(1) program contained in the groff package internally uses roff(7) tabulator settings to implement tables, and it used to leak the changed tabulator settings from tables to the subsequent roff(7) code. In mandoc/tbl_term.c rev. 1.42 (June 17, 2017), code was added to be bug-compatible with groff. In commit d0e03cf6 (Oct 20, 2020), GNU tbl(1) changed behaviour to save the tabulator settings before starting a table and restore them afterwards. Adjust mandoc for compatibility. Since mandoc implements tables without using roff(7) tabulator settings, saving and restoring tabulator settings is not needed in mandoc. Simply deleting the code that changed tabulator settings by reverting tbl_term.c rev. 1.42 is sufficient in mandoc. Also adjust the desired output of the regression tests to match the new behaviour of both groff and mandoc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/25 14:47:10 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Log message: Update to deja-dup-42.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/25 14:47:53 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/patches: patch-src_filter_c print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.7.8. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/25 14:48:40 Modified files: devel/sqlc : Makefile Log message: sqlc fails on 32-bit, set ONLY_FOR_ARCHS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/25 14:57:40 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-0.12.6. CVSROOT: /cvs Module name: ports Changes by: mariani@cvs.openbsd.org 2020/10/25 16:36:41 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: distinfo net/qbittorrent/qbittorrent-nox: distinfo Log message: Update net/qbittorrent 4.2.5 to 4.3.0.1 Changelog: https://github.com/qbittorrent/qBittorrent/blob/release-4.3.0.1/Changelog Tested OK on amd64. OK solene@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/25 17:09:43 Modified files: build : mirrors.dat Log message: rwth-aachen.de switched its upstream to ftp.fr.openbsd.org CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/10/25 17:52:46 Modified files: lang/janet : Makefile Added files: lang/janet/patches: patch-src_include_janet_h Log message: Add a patch to allow janet to compile on mips64el and possibly mips64 and sparc64. From and test on loongson by Donovan Watteau Bump for safety. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/10/25 18:39:04 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: Minor man page fixes (capitalization, commas) identified by the manpage-l10n project via bz#3223. feedback deraadt@, ok jmc@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/25 21:00:15 Modified files: sys/dev/pci/drm/include/linux: atomic.h Log message: use lwsync and eieio for smp barriers on powerpc ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/25 22:01:19 Modified files: sys/dev/pci/drm/include/linux: atomic.h Log message: use __membar() where possible CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/10/25 22:04:31 Modified files: sys/lib/libsa : loadfile_elf.c usr.sbin/vmd : loadfile_elf.c Log message: Remove an unneeded variable. OK kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/25 22:10:25 Modified files: sys/dev/pci/drm/include/linux: atomic.h Log message: remove unused alpha memory barrier defines CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2020/10/26 02:09:44 Modified files: fonts/dina-fonts: Makefile fonts/dina-fonts/pkg: PLIST Log message: Install OpenType bitmap fonts, too ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/26 02:26:00 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/patches: patch-configure_ac patch-src_Makefile_am patch-src_pulsecore_core-util_c audio/pulseaudio/pkg: PLIST Log message: Update to pulseaudio-13.99.2. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/26 02:31:01 Modified files: usr.sbin/bgpd : parse.y Log message: Fix a memory leak when parsing roa-set lists. If the prefixset_item is already in the RB tree free the item we tried to add since the item form the RB tree is used. Memory leak found and fix provided by Felix Maurer ( felix at felix-maurer.de) CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/26 05:24:00 Modified files: lib/libagentx : agentx.c subagentx.c Log message: Remove trailing spaces & tabs OK martijn@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/26 05:48:39 Modified files: usr.bin/openssl: apps.c openssl.1 verify.c Log message: Add a -legacy_verify flag to force use of the old validator for debugging and testing purposes. ok beck inoguchi jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/26 05:56:36 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Make sure that x509_vfy_check_id() failure also sets ctx->error, not only ctx->xsc->error. Will be needed in an upcoming diff. from beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/26 05:59:16 Modified files: lib/libcrypto/x509: x509_verify.c Log message: If x509_verify() fails, ensure that the error is also set on the store context. This is what is returned in SSL_get_verify_result(). Spotted and initial diff from jeremy; discussed with jsing ok beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/26 06:01:01 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Add a safety net to ensure that we set an error on the store context. Suggested by and discussed with beck CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/26 06:09:55 Modified files: security/lynis : Makefile distinfo security/lynis/pkg: PLIST Log message: Update for Lynis to 3.0.1 OK benoit@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/10/26 06:11:47 Modified files: regress/lib/libcrypto/x509: verify.c regress/lib/libcrypto/x509/bettertls: verify.c Log message: catch unset error when validation fails. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/26 06:55:52 Modified files: graphics/opencv: Makefile distinfo graphics/opencv/patches: patch-cmake_OpenCVFindLibsGrfmt_cmake graphics/opencv/pkg: PLIST-java PLIST-main Removed files: graphics/opencv/patches: patch-modules_core_src_parallel_cpp Log message: Update opencv to 4.5.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/26 06:59:24 Modified files: graphics/digikam: Makefile Log message: Fix WANTLIB CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/26 07:00:05 Modified files: lib/libagentx : agentx.c Log message: Initialize srl to NULL to silence gcc. There is no case where this is uninitialized and clang doesn't trip over this. Pointed out by and OK stsp@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/10/26 07:32:00 Modified files: driver/xf86-video-ati/src: radeon.h Log message: backport commits to not crash when accel is disabled c0eb5dbd Don't crash X server if GPU acceleration is not available 4d84cf43 Handle NULL fb_ptr in pixmap_get_fb prompted by a report to bugs@ from Jean-Louis ABRAHAM ok matthieu@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/26 07:42:07 Modified files: share/man/man4 : softraid.4 Log message: Document the hw.sensors.softraid0.drive sysctl. The text was written by an OpenBSD developer in 2018, but i do not remember by whom. Tweaks and OK deraadt@, OK kn@ stsp@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/10/26 08:15:50 Modified files: driver/xf86-video-amdgpu/src: amdgpu_bo_helper.c amdgpu_pixmap.h Log message: backport commits to not crash when accel is disabled cb27a5b Handle NULL fb_ptr in pixmap_get_fb e2cd67a Bail from amdgpu_pixmap_get_handle with ShadowFB CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/26 08:34:46 Modified files: sys/dev/pci/drm/include/linux: io.h Log message: Improve I/O functions to match Linux: - Reverse byte order on big-endian architectures (except on sparc64) - Add memory barriers Note that sparc64 is special as we use a little-endian mapping for PCI bus space, so we shouldn't reverse the byte order there. ok jsg@ CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2020/10/26 08:37:14 Modified files: lib/mesa/mk : config.mk Log message: Build AMD drivers on powerpc64. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/26 09:36:08 Modified files: productivity/kmymoney: Makefile Log message: Fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/26 09:36:53 Modified files: productivity/libalkimia: Makefile distinfo productivity/libalkimia/patches: patch-autotests_CMakeLists_txt patch-src_CMakeLists_txt productivity/libalkimia/pkg: PLIST Log message: Update alkimia to 8.0.4 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/26 09:45:56 Modified files: lib/libagentx : Makefile Symbols.list agentx.c agentx.h shlib_version Added files: lib/libagentx : agentx.3 agentx_internal.h agentx_log.c ax.c ax.h Removed files: lib/libagentx : subagentx.3 subagentx.c subagentx.h subagentx_internal.h subagentx_log.c Log message: s/agentx_/ax_/g and s/subagentx_/agentx_/g Requested by and OK deraadt@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/26 09:50:31 Modified files: include : Makefile Log message: Hook up agentx.h. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/26 09:56:02 Modified files: lib/libagentx : Makefile Log message: make includes should be more verbose ok martijn CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/26 09:57:03 Modified files: lib/libagentx : Makefile agentx.c Log message: use installed include file ok martijn CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/26 10:02:16 Modified files: lib/libagentx : agentx.c agentx.h agentx_internal.h agentx_log.c ax.c ax.h Log message: Add missing RCS tags CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/26 10:09:58 Modified files: lib/libagentx : agentx.3 Log message: The agentx API will first appear in 6.9. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/10/26 10:17:00 Modified files: sys/kern : kern_event.c Log message: kevent(2): ktrace the timeout before validating it As deraadt@ has pointed out, tracing timevals and timespecs before validating them makes debugging easier. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/26 10:19:45 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/26 10:52:07 Modified files: usr.sbin/relayd: Makefile agentx_control.c parse.y Removed files: usr.sbin/relayd: agentx.c agentx.h subagentx.c subagentx.h subagentx_internal.h subagentx_log.c Log message: Let relayd make use of libagentx. No functional change intended. OK tb@ Enthousiasm from Mischa Peters CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/26 11:10:38 Modified files: share/man/man3 : intro.3 Log message: subagentx -> agentx; ok martijn CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/26 12:15:37 Modified files: graphics/libraw: Makefile distinfo Log message: Update libraw to 0.20.2 https://www.libraw.org/news/libraw-0-20-2-Release CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/26 12:16:52 Modified files: bin/ksh : misc.c Log message: In lib/libc/gen/charclass.h r1.3 guenther made cclasses const. Mark the pointer used to walk the array in ksh const as well. From Matthew Martin ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/26 12:28:44 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/26 12:35:42 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Switch the pmap and PDP pools to IPL_VM, drop the PR_WAITOK flag from the PDP pool and use the single page allocator for the PDP pool. This makes pmap_destroy(9) mpsafe while preventing additional pressure on the interrupt-safe kernel map. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/26 12:38:00 Modified files: graphics/openimageio: Makefile Log message: Don't pick up dcmtk if available Force-disable the dep for now, can be reconsidered later if DICOM support is deemed valuable. Spotted by naddy@, ok pascal@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/26 12:53:20 Modified files: sys/ddb : db_command.c share/man/man4 : ddb.4 Log message: add a top-level "reboot" command, for people who keep forgetting "boot reboot" ok kn CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/26 13:00:37 Modified files: usr.bin/tmux : proc.c Log message: SIGQUIT handler needs to be cleared before fork like the others, reported by Simon Andersson. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/26 13:02:30 Modified files: lib/libagentx : ax.c Log message: Set ax_rbsize before calling malloc and use it in malloc. OK tb@ and kn@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/26 13:31:22 Modified files: usr.sbin/httpd : parse.y Log message: Do not allow duplicate "location" directive. Found and fix by Matthias Pressfreund . Thanks. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/26 13:48:19 Modified files: sys/uvm : uvm_vnode.c uvm_vnode.h Log message: Fix a deadlock between uvn_io() and uvn_flush(). While faulting on a page backed by a vnode, uvn_io() will end up being called in order to populate newly allocated pages using I/O on the backing vnode. Before performing the I/O, newly allocated pages are flagged as busy by uvn_get(), that is before uvn_io() tries to lock the vnode. Such pages could then end up being flushed by uvn_flush() which already has acquired the vnode lock. Since such pages are flagged as busy, uvn_flush() will wait for them to be flagged as not busy. This will never happens as uvn_io() cannot make progress until the vnode lock is released. Instead, grab the vnode lock before allocating and flagging pages as busy in uvn_get(). This does extend the scope in uvn_get() in which the vnode is locked but resolves the deadlock. ok mpi@ Reported-by: syzbot+e63407b35dff08dbee02@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/26 13:54:02 src/regress/sys/uvm/vnode Update of /cvs/src/regress/sys/uvm/vnode In directory cvs.openbsd.org:/tmp/cvs-serv25074/vnode Log Message: Directory /cvs/src/regress/sys/uvm/vnode added to the repository CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/26 13:54:31 Added files: regress/sys/uvm/vnode: Makefile vnode.c Log message: Add a reproducer for uvm vnode deadlock fixed in revision 1.108 of sys/uvm/uvm_vnode.c. The reproducer can trigger the deadlock in matter of seconds but only performs 100 tries by default; in order to make it a viable part of a full `make regress' run. Running it indefinitely can be done by passing the `-I' option. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/10/26 13:55:01 Modified files: regress/sys/uvm: Makefile Log message: hook up vnode CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/26 14:59:41 Modified files: sys/arch/powerpc64/powerpc64: pmap.c Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/26 15:06:03 Modified files: sys/conf : Tag: OPENBSD_6_8 newvers.sh Log message: 6.8-stable CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/26 15:13:56 Modified files: sys/arch/powerpc64/conf: files.powerpc64 Log message: Include I2C stuff. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/26 16:02:38 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: Define ws_get/set_param for macppc using ofw brightness and backlight commands. Fixes wsconsctl display commands with drm drivers. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/26 16:05:02 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c Log message: Make mapping the "I/O Space" BAR optional. POWER9 systems don't support "I/O Space" on their PCIe host bridges and for most (all) Radeon variants there is an alternative method to access the relevant registers. ok jsg@ CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/10/26 16:07:06 Modified files: lib/libc/arch/powerpc: SYS.h lib/libc/arch/powerpc/string: ffs.S memmove.S lib/libc/arch/powerpc/sys: brk.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S tfork_thread.S libexec/ld.so/powerpc: SYS.h sys/arch/powerpc/include: asm.h Log message: Retguard asm macros for powerpc libc, ld.so Add retguard to some, but not all, asm functions in libc. Edit SYS.h in libc to remove the PREFIX macros and add SYSENTRY (more like aarch64 and powerpc64), so we can insert RETGUARD_SETUP after SYSENTRY. Some .S files in this commit don't get retguard, but do stop using the old prefix macros. Tested by deraadt@, who put this diff in a macppc snap. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/10/26 17:19:18 Modified files: usr.sbin/tcpdump: print-gtp.c Log message: Fix parsing GTP packets with invalid extended headers. In GTP a zero extended header length is invalid, deal with this instead of looping forever. Report and fix by Peter J. Philipp, tweaked by me, ok kn@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/10/26 18:54:00 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-20.10.0. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/10/26 19:26:53 Modified files: sys/lib/libkern/arch/powerpc: ffs.S memmove.S Log message: Retguared asm macros for powerpc libkern This was in the macppc snap, but I forgot to include it in my last commit "Retguard asm macros for powerpc libc, ld.so" CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2020/10/26 20:39:07 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/amd64/include: pci_machdep.h sys/arch/amd64/pci: pci_machdep.c sys/dev/acpi : files.acpi Added files: sys/dev/acpi : acpidmar.c acpidmar.h amd_iommu.h Log message: Adding IOMMU support for AMD Vi and Intel VTD (disabled) This creates separate domains for each PCI device and can provide protection against invalid memory access. Needed for Passthrough PCI from vmd. ok deraadt@, kettenis@ : ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/26 21:09:08 Modified files: sys/arch/alpha/alpha: trap.c Log message: observed by miod, a kernel unlock missed in last commit CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/26 21:11:49 Modified files: devel/py-pybind11: Makefile distinfo devel/py-pybind11/pkg: PLIST Log message: update to pybind11 2.6.0 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/10/26 22:50:23 Modified files: . : innovations.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2020/10/27 00:56:07 Added files: print/ghostscript/gnu/patches: patch-base_fapi_ft_c Log message: Add patch from upstream to handle freetype 2.10.3+ ok kn@ naddy@ killi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/27 02:57:17 Modified files: graphics/sk1 : Makefile Log message: Comment BDEP on graphics/py-cairo for the time being. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/27 03:25:37 Modified files: mail/claws-mail: Makefile distinfo Log message: Update to claws-mail-3.17.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/27 05:17:53 Modified files: mail/neomutt : Makefile Added files: mail/neomutt/patches: patch-index_c Log message: fix for neomutt/notmuch, from Olivier Taïbi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/27 05:23:09 Modified files: mail/neomutt : Tag: OPENBSD_6_8 Makefile Added files: mail/neomutt/patches: Tag: OPENBSD_6_8 patch-index_c Log message: backport fix for neomutt/notmuch from Olivier Taïbi's diff for -current CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/27 06:45:32 Modified files: sys/arch/powerpc64/powerpc64: pmap.c Log message: Flush cache before mapping a page as uncached. The CPU gets really upset without this. The machine reboots and the core we were running on will be deconfigured. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/27 06:50:49 Modified files: sys/arch/powerpc64/powerpc64: trap.c Log message: Add limited emulation of unaligned access in the kernel. The radeondrm(4) and amdgpu(4) drivers do unaligned access to uncached memory because the Linux DRM code doesn't mark pointers to device memory (VRAM) as volatile. I'm still investigating a better solution but this gets things going such that we can also look at the userland side of this issue. discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/27 06:51:51 Modified files: sys/arch/powerpc64/conf: GENERIC Log message: Enable radeondrm(4). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/27 09:36:08 Modified files: net/py-smbc : Makefile distinfo Log message: Update to py3-smbc-1.0.23. CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2020/10/27 10:19:52 Modified files: distrib/sets/lists/xserv: md.powerpc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/27 11:19:44 Modified files: lib/libagentx : agentx.c agentx.h ax.c ax.h Log message: According to SMI (RFC 2578) an integer is signed. Somehow I managed to overlook this. This change prevens indices larger then INT32_MAX, but this shouldn't happen in the current code (relayd) anyway. In all other cases the bytes would've been passed on to SNMP anyway, so there's no effective difference there. Probably no ABI-change, but we can ride yesterday's bump anyway. OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/27 11:24:52 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-js_src_jit_arm64_vixl_MozCpu-vixl_cpp Log message: Bugfix update to firefox 82.0.1. See https://www.mozilla.org/en-US/firefox/82.0.1/releasenotes/ While here add a patch from #1672619 to fix build on arm64, tested by solene@ and phessler@ (thanks !) - first patch on an arch i dont have.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/27 11:29:59 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_8 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_6_8 patch-dom_ipc_ContentChild_cpp Added files: www/mozilla-firefox/patches: Tag: OPENBSD_6_8 patch-js_src_jit_arm64_vixl_MozCpu-vixl_cpp Log message: MFC: update to firefox 82.0.1 See https://www.mozilla.org/en-US/firefox/82.0.1/releasenotes/ Add a patch from #1672619 to fix build failure reported by solene@ on arm64, tested by solene@ and phessler@ (thanks !) - should get us a firefox 82.0.1 package in -stable for arm64.. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/27 11:33:05 Modified files: lib/libagentx : agentx.3 Log message: Adjust manpage to uint32_t->int32_t change. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/27 11:42:05 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Check that SHA256.sig has at least three lines If there are fewer than three syspatches, this utility currently won't see them due to a small thinko from r1.164 that checks whether SHA256 has at least three lines (two lines signature + 1 line with a syspatch) instead of doing the same on SHA256.sig. Adjust the check so it works as intended with no need for brilliantly ugly workarounds from robert. found by tj ok ajacoutot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/27 11:57:04 Modified files: sys/arch/powerpc64/conf: GENERIC Log message: add the nearly full list of usb devices. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/27 12:24:01 Modified files: lib/libagentx : Symbols.list agentx.3 agentx.c agentx.h Log message: Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 to be more clear what to use when a normal unsigned is desired. This is in conformance with RFC 2578/SMIv2. Ride yesterday's bump OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/27 12:48:07 Modified files: usr.sbin/relayd: agentx_control.c Log message: Add some additional INT32_MAX overflow checks. These are unlikely to hit, but better safe then sorry. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/10/27 13:13:34 Modified files: usr.sbin/bgpd : parse.y Log message: Do not allow configuration of the same neighbor multiple times. For this the parser needs to check if the remote address is already in the RB tree. Additionally fixup get_id to also compare the remote_masklen and fix some memory leaks on parser failures. Fixes a bgpd fatal on reload reported by Pascal Mathis. OK benno@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/27 13:17:12 Modified files: sys/arch/i386/i386: trap.c Log message: refactor page-fault handling out of the trap() switch into user and kernel functions, rearrange to be highly similar to amd64 fault handling, and reduce the KERNEL_LOCK to only be around uvm_fault reviewed by numerous people, especially kettenis In snaps for over a week CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/27 13:18:06 Modified files: sys/arch/powerpc/powerpc: trap.c Log message: uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just around uvm_fault(), and slightly refactor code to be more like on other architectures CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/27 13:18:47 Modified files: sys/arch/arm/arm: fault.c Log message: uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just around uvm_fault(), and slightly refactor code to be more like on other architectures in snaps for 2 weeks CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/27 13:18:48 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.2.8. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/10/27 13:19:48 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.5.3. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/27 13:40:08 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl display settings. Found by and ok kn@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/27 14:05:20 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/27 14:23:36 Modified files: net/unifi/stable: Makefile distinfo net/unifi/stable/patches: patch-unifi_sh_api net/unifi/stable/pkg: PLIST Log message: switch unifi/stable to 6.0.28 (moved to 6.0 branch) likely to fix the problem some people have seen with the C++ component in the rebuilt version of snappy-java that we're using (this is a mess, one of the java modules used by unifi includes C++ code which wants to be compiled with gcc, upstream no longer provides builds for OpenBSD as they used to do in the past. it's a wonder it works at all) (there are newer snappy-java releases now that include a pure-java version, but that doesn't support one of the functions that unifi uses..) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/27 14:24:58 Modified files: net/unifi : Makefile Removed files: net/unifi/testing: Makefile distinfo net/unifi/testing/files: unifi.sh net/unifi/testing/patches: patch-unifi_sh_api net/unifi/testing/pkg: DESCR PLIST README unifi.rc Log message: rm unifi/testing CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/27 14:38:00 Modified files: usr.sbin/bgpd : Tag: OPENBSD_6_8 parse.y Log message: Fix a memory leak when parsing roa-set lists. If the prefixset_item is already in the RB tree free the item we tried to add since the item form the RB tree is used. Memory leak found and fix provided by Felix Maurer ( felix at felix-maurer.de) from claudio@ this is errata/6.8/001_bgpd.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/27 14:38:26 Modified files: usr.sbin/bgpd : Tag: OPENBSD_6_7 parse.y Log message: Fix a memory leak when parsing roa-set lists. If the prefixset_item is already in the RB tree free the item we tried to add since the item form the RB tree is used. Memory leak found and fix provided by Felix Maurer ( felix at felix-maurer.de) from claudio@ this is errata/6.7/025_bgpd.patch.sig CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/27 14:47:43 Modified files: x11/i3lock : Makefile distinfo x11/i3lock/patches: patch-Makefile_in patch-configure_ac Log message: update to i3lock-2.13 CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/10/27 14:59:24 Modified files: . : errata67.html errata68.html Log message: release bgpd errata CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/27 15:01:33 Modified files: sys/arch/sparc64/dev: vpci.c Log message: If Open Firmware doesn't provide an interrupt mapping, use the swizzled interrupt pin as the devino. Fixes ohci(4) and ehci(4) interrupts on the Fujitsu M10-1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/27 15:06:57 Modified files: lib/libc/stdio : vfprintf.c vfwprintf.c Log message: The printf format string component %n is a nearly turning-complete gadget. Largely considered attack surface nowadays. The benefit provided by %n is completely overshadowed by the risk. New uses of %n don't seem to be entering the C ecosystem, as static tools flag them. And everyone points fingers at those people.... The list of programs (and libraries) which use %n is therefore finite and shrinking. Most of the %n use comes out of the GNU ecosystem. jca@ has convinced gnulib to fix their code (so we need to wait for software including gnulib to make new releases). A few libraries have moved ahead of us and become more strict. Some n longer permit %n (for instance, andriod bionic). Others log the occurance. Some log and abort if the output location is W|X (MacOS). Our base tree is clean. The ports tree contains a handful during build time, and unknown count (more) during runtime. We would like to abort programs on any occurance of %n. Or we could be like MacOS, aborting for W|X pages (but would need a system call which can check that condition, and that introduces addressspace knowledge we don't want attackers to know, and may be a poor tradeoff). For now, we can syslog, to increase awareness, and involve more people in the greater community to remove %n uses. [If %n is at the end, use the *printf return value. If it occurs in the middle, split the printf calls into multiples] Hopefully one day, we can just abort() when %n happens. Help us get there? ok jca, plus naddy for ports team CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/27 15:42:08 Modified files: x11/i3-gaps : Makefile distinfo Log message: Update i3-gaps to 4.18.3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/27 15:48:03 Log message: import py-threadpoolctl with tweaks from kmos@ Needed so we can update the currently broken sklearn port. Tested by myself and James Cook. ok kmos@ Information for inst:py3-threadpoolctl-2.1.0 Comment: introspect/set max threads in native libraries like BLAS Description: Python helpers to limit the number of threads used in the threadpool-backed of common native libraries used for scientific computing and data science (e.g. BLAS and OpenMP). Fine control of the underlying thread-pool size can be useful in workloads that involve nested parallelism so as to mitigate oversubscription issues. Maintainer: The OpenBSD ports mailing-list WWW: https://github.com/joblib/threadpoolctl Status: Vendor Tag: daniel Release Tags: daniel_20201027 N ports/sysutils/py-threadpoolctl/Makefile N ports/sysutils/py-threadpoolctl/distinfo N ports/sysutils/py-threadpoolctl/pkg/DESCR N ports/sysutils/py-threadpoolctl/pkg/PLIST N ports/sysutils/py-threadpoolctl/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/27 15:50:10 Modified files: sysutils : Makefile Log message: +py-threadpoolctl,python3 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/27 17:32:02 Modified files: sys/dev/pci : if_ix.c Log message: Do not touch non existing queues. Allows to disable MSI-X in ix(4). OK jmatthew@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/27 19:24:38 Modified files: math/py-scipy : Makefile distinfo math/py-scipy/pkg: PLIST Log message: update to 1.5.3; a bug-fix release CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/27 20:03:55 Modified files: games/pysol : Makefile Added files: games/pysol/patches: patch-pysollib_mfxutil_py Log message: pysol was broken at runtime since the switch to python 3.8 due to the deprecated use of time.clock. add a minimal work-around until pysol can be updated to a newer version. reported by Carsten Boysen Jensen on ports@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/27 22:04:04 Modified files: math/py-scikit-learn: Makefile distinfo math/py-scikit-learn/pkg: PLIST Log message: unbreak sklearn by updating to 0.23.2 Doing "import sklearn" resulted in breakage at runtime due to sklearn 0.20.3 not being compatible with python 3.8. In addition: - add WANTLIB - rework the DEPs for the new version - remove SKLEARN_NO_OPENMP which was dropped in commit 9876f748 Breakage initially reported by James Cook (who provided many pointers on moving forward) and also tested the update. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/10/28 00:28:37 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.53.2 Maintenance release. Changes: https://github.com/rclone/rclone/blob/v1.53.2/docs/content/changelog.md CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/10/28 01:09:37 Modified files: sys/dev/pci : if_mcx.c Log message: Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdq operations during attach fail on some amd64 systems using the TSC delay function, seemingly as there aren't enough memory operations happening to get the doorbell write out to the device otherwise. The lapic delay function didn't expose this problem. suggested by kettenis@ ok dlg@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/28 01:47:40 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.264 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/28 03:58:57 Modified files: sys/arch/amd64/include: bus.h Log message: Use "memory" on inline fence instructions to suggest to the compiler it shouldn't optimise across them. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/28 04:09:10 Modified files: usr.bin/tmux : server-client.c Log message: Do not require that there be no other clients before loading the config, being the first client is enough. GitHub issue 2438. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/28 04:27:21 Modified files: sys/dev/pci/drm/radeon: cik.c r100.c radeon.h radeon_device.c radeon_kms.c Log message: Use the function from for all "Memory Space" IO. This reduces the diffs to Linux and makes sure we use memory barriers in the same way as Linux does. ok jsg@ (who added the doorbell changes) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/28 05:01:40 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 82.0.2. See https://www.mozilla.org/en-US/firefox/82.0.2/releasenotes/ Fixes websocket regressions (cf https://bugzilla.mozilla.org/show_bug.cgi?id=1673340) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/28 05:02:04 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_8 Makefile Log message: MFC: Bugfix update to firefox 82.0.2. See https://www.mozilla.org/en-US/firefox/82.0.2/releasenotes/ Fixes websocket regressions (cf https://bugzilla.mozilla.org/show_bug.cgi?id=1673340) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/28 05:06:42 Modified files: www/py-flask-cors: Makefile distinfo Log message: Update to py-flask-cors 3.0.9. Fixes CVE-2020-25032. From Wen Heping (thanks!) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/10/28 05:30:20 Log message: import Unbound 1.12.0, ok tb@ Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_12_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 C 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 C src/usr.sbin/unbound/validator/val_nsec.c U src/usr.sbin/unbound/validator/val_nsec3.h C src/usr.sbin/unbound/validator/validator.h C src/usr.sbin/unbound/validator/val_anchor.h U src/usr.sbin/unbound/validator/val_utils.c C src/usr.sbin/unbound/validator/validator.c C 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 C src/usr.sbin/unbound/validator/val_nsec.h C 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 C 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 U src/usr.sbin/unbound/services/localzone.c C src/usr.sbin/unbound/services/mesh.h C src/usr.sbin/unbound/services/listen_dnsport.c U 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 U 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 U 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 U src/usr.sbin/unbound/services/cache/infra.h C 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 U 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 U 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 U src/usr.sbin/unbound/iterator/iter_hints.c U 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 C src/usr.sbin/unbound/sldns/parseutil.h U src/usr.sbin/unbound/sldns/wire2str.h U src/usr.sbin/unbound/sldns/sbuffer.c C 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 C 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/respip/respip.c U src/usr.sbin/unbound/respip/respip.h U src/usr.sbin/unbound/dynlibmod/dynlibmod.c U src/usr.sbin/unbound/dynlibmod/dynlibmod.h U src/usr.sbin/unbound/dynlibmod/examples/helloworld.c U src/usr.sbin/unbound/edns-subnet/subnet-whitelist.c U src/usr.sbin/unbound/edns-subnet/subnetmod.c U src/usr.sbin/unbound/edns-subnet/subnetmod.h U src/usr.sbin/unbound/edns-subnet/addrtree.h U src/usr.sbin/unbound/edns-subnet/edns-subnet.c U src/usr.sbin/unbound/edns-subnet/edns-subnet.h U src/usr.sbin/unbound/edns-subnet/subnet-whitelist.h U 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 C src/usr.sbin/unbound/libunbound/unbound.h U src/usr.sbin/unbound/libunbound/worker.h C src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/unbound-event.h C src/usr.sbin/unbound/libunbound/context.c U src/usr.sbin/unbound/libunbound/context.h U src/usr.sbin/unbound/libunbound/libworker.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/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 N 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/mini_tpkg.sh 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/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 U 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 U src/usr.sbin/unbound/daemon/daemon.h U src/usr.sbin/unbound/daemon/remote.h C src/usr.sbin/unbound/daemon/unbound.c U src/usr.sbin/unbound/daemon/acl_list.h U src/usr.sbin/unbound/daemon/cachedump.h U src/usr.sbin/unbound/daemon/stats.h U 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 C 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 C 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 U 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 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 U 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 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 C src/usr.sbin/unbound/util/mini_event.h C 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 U 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 U 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 2020/10/28 05:31:08 Modified files: usr.sbin/unbound: Makefile.in README.md acx_nlnetlabs.m4 config.guess config.h.in config.sub configure configure.ac usr.sbin/unbound/daemon: daemon.c remote.c stats.c unbound.c worker.c usr.sbin/unbound/dnstap: dnstap.c 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/iterator: iterator.c usr.sbin/unbound/libunbound: context.c libunbound.c libworker.c unbound.h usr.sbin/unbound/services: listen_dnsport.c listen_dnsport.h mesh.c mesh.h outside_network.c usr.sbin/unbound/services/cache: dns.c usr.sbin/unbound/sldns: parseutil.c parseutil.h rrdef.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 iana_ports.inc mini_event.h module.h net_help.c net_help.h netevent.c netevent.h usr.sbin/unbound/validator: val_anchor.c val_anchor.h val_neg.c val_neg.h val_nsec.c val_nsec.h validator.c validator.h Log message: merge Unbound 1.12.0 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/10/28 05:35:58 Modified files: etc : unbound.conf Log message: Remove commented-out edns-buffer-size section from the default unbound.conf. The default in Unbound (and other DNS server software in the recent "DNS flag day") changed to 1232 bytes, this avoids problems due to fragmented packets (fragments can result in blackholes and also enable some attack vectors) so there's now little reason to reduce this from defaults, and increasing it is more of a specialist use case that isn't really needed in this streamlined default config. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/28 05:45:32 Modified files: sysutils/krename: Makefile distinfo sysutils/krename/pkg: PLIST Removed files: sysutils/krename/patches: patch-CMakeLists_txt patch-config-krename_h_cmake patch-src_CMakeLists_txt patch-src_exiv2plugin_cpp Log message: Update krename to 5.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/28 05:55:52 Log message: import ports/net/py-rrdtool, ok martin@ These Python bindings to rrdtool are based on the code of the original Python 2 bindings module for rrdtool by Hye-Shik Chang which are shipped with the RRDtool distribution. This project is maintained separately to provide a more pythonic way to install those bindings via PyPI and include support for Python 3. Status: Vendor Tag: sthen Release Tags: sthen_20201028 N ports/net/py-rrdtool/Makefile N ports/net/py-rrdtool/distinfo N ports/net/py-rrdtool/pkg/DESCR N ports/net/py-rrdtool/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/28 05:57:12 Modified files: net : Makefile Log message: +py-rrdtool. sort directory names while there. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/28 05:59:54 Modified files: archivers/pecl-lzf: Makefile distinfo archivers/pecl-lzf/pkg: PLIST Log message: update to pecl-LZF 1.6.8, from maintainer Johan Huldtgren CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/28 06:12:46 Modified files: net/rrdtool : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm net/py-rrdtool : Makefile net/py-rrdtool/pkg: PLIST Removed files: net/rrdtool/pkg: DESCR-python PLIST-python Log message: enable py2 for py-rrdtool as well, use it to replace net/rrdtool,-python (which is an older version of the same thing). add an upgrade path via quirks/@pkgpath. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/28 06:13:06 Modified files: databases/py-whisper: Makefile Log message: switch dep to py-rrdtool CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/10/28 06:14:15 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu.h amdgpu_device.c amdgpu_doorbell.h amdgpu_kms.c gfx_v10_0.c gfx_v9_0.c Log message: Switch from bus_space_read/write to linux io.h interfaces for all pci "memory space" io. Further reduces the diff to linux. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/28 08:16:22 Modified files: games/openrct2 : Makefile distinfo games/openrct2/patches: patch-CMakeLists_txt games/openrct2/pkg: PLIST Log message: Update to openrct-0.3.1 Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.1 ok daniel@, additional testing by Florian Viehweger CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/28 08:26:59 Modified files: sbin/unwind/libunbound: config.h sbin/unwind/libunbound/dnstap: dnstap.h sbin/unwind/libunbound/iterator: iterator.c sbin/unwind/libunbound/libunbound: context.c libunbound.c libworker.c unbound.h sbin/unwind/libunbound/services: listen_dnsport.c listen_dnsport.h mesh.c mesh.h outside_network.c rpz.c sbin/unwind/libunbound/services/cache: dns.c sbin/unwind/libunbound/sldns: parseutil.c parseutil.h rrdef.h sbin/unwind/libunbound/util: config_file.c config_file.h configlexer.c configlexer.lex configparser.h configparser.y edns.c edns.h fptr_wlist.c iana_ports.inc mini_event.h module.h net_help.c net_help.h netevent.c netevent.h sbin/unwind/libunbound/validator: val_anchor.c val_anchor.h val_neg.c val_neg.h val_nsec.c val_nsec.h validator.c validator.h Log message: Update to libunbound 1.12.0; heavy lifting by sthen CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/28 09:04:05 Modified files: net/kdsoap : Makefile distinfo net/kdsoap/patches: patch-CMakeLists_txt net/kdsoap/pkg : PLIST Log message: Update kdsoap to 1.9.1 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/28 09:31:32 Modified files: share/man/man7 : man.7 Log message: Improve the HISTORY and AUTHORS sections, using information received from Douglas McIlroy in private mail: https://manpages.bsd.lv/history/mcilroy_26_10_2020.txt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/28 09:42:15 Modified files: multimedia/gstreamer1: Makefile Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/patches: patch-meson_build multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: Makefile distinfo multimedia/gstreamer1/py-gstreamer/pkg: PLIST Log message: Update Gstreamer stack to 1.18.1. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/28 10:16:17 Modified files: games/devilutionx: Makefile distinfo Removed files: games/devilutionx/patches: patch-CMakeLists_txt Log message: Update to devilutionx-1.1.0 Changelog: https://github.com/diasurgical/devilutionX/releases/tag/1.1.0 ok solene@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/28 11:27:35 Modified files: sys/netinet : icmp6.h sys/netinet6 : icmp6.c Log message: When generating the ICMP6 response to an IPv6 packet, the kernel could use mbuf memory after freeing it. If m_pullup() allocates a new mbuf, the caller uses the old pointer. found and reported by Maxime Villard, thanks OK claudio@ markus@ denis@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/28 11:28:31 Modified files: sys/netinet : Tag: OPENBSD_6_8 icmp6.h sys/netinet6 : Tag: OPENBSD_6_8 icmp6.c Log message: When generating the ICMP6 response to an IPv6 packet, the kernel could use mbuf memory after freeing it. If m_pullup() allocates a new mbuf, the caller uses the old pointer. found and reported by Maxime Villard, thanks OK claudio@ markus@ denis@ this is errata/6.8/002_icmp6.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/10/28 11:29:15 Modified files: sys/netinet : Tag: OPENBSD_6_7 icmp6.h sys/netinet6 : Tag: OPENBSD_6_7 icmp6.c Log message: When generating the ICMP6 response to an IPv6 packet, the kernel could use mbuf memory after freeing it. If m_pullup() allocates a new mbuf, the caller uses the old pointer. found and reported by Maxime Villard, thanks OK claudio@ markus@ denis@ this is errata/6.7/026_icmp6.patch.sig CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/28 11:33:22 Modified files: . : errata67.html errata68.html Log message: release icmp6 errata. from tj; ok bluhm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/28 11:47:36 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_8 distinfo Log message: sync distinfo, noticed by solene@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/10/28 11:52:16 Modified files: net/seafile/client: Makefile distinfo net/seafile/seafile: Makefile distinfo Log message: update seafile to 7.0.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/28 12:34:34 Modified files: audio/ncspot : Makefile distinfo audio/ncspot/patches: patch-Cargo_toml Log message: update to ncspot-0.2.4, from maintainer Henrik Friedrichsen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/28 12:49:03 Modified files: sys/dev/pci : pcidevs Log message: Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/28 12:49:33 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/28 13:19:40 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20201026 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/28 14:40:02 Modified files: sys/dev/usb : usbdevs Log message: Add a few more Apple Geyser IDs. ok tobhe@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/28 14:40:51 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/28 14:42:04 Modified files: sys/dev/usb : ukbd.c Log message: Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker. ok tohe@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/28 14:43:02 Modified files: x11/sxhkd : Makefile distinfo Log message: update to sxhkd-0.6.2 from Ricky Cintron CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/28 14:43:40 Modified files: x11/bspwm : Makefile distinfo Removed files: x11/bspwm/patches: patch-examples_bspwmrc Log message: - update to bspwm-0.9.10 - remove unneeded patch modifying the example config from Ricky Cintron CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/28 14:52:47 Added files: comms/gnuradio/patches: patch-volk_CMakeLists_txt Log message: gnuradio: add a cmake patch that avoids a build error if doxygen was present on the system earlier in configure, but was then removed before it reaches this point. more details in the patch comment. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/28 14:54:13 Modified files: sbin/iked : dh.c dh.h ikev2.c Log message: Refactor parts of the dh_* API. ok patrick@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/28 15:07:01 Modified files: share/man/man7 : roff.7 Log message: Correct an embarrassing spelling mistake: The last name of the author of groff is "Clark". CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2020/10/28 16:18:10 Modified files: driver : Makefile Log message: Video drivers for powerpc64. ok matthieu@, jsg@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/28 16:47:00 Modified files: games/julius : Makefile distinfo Log message: Update to julius-1.5.1 This version is the same as 1.5.0 with a fix for Android, the 1.5.0 changelog is here: https://github.com/bvschaik/julius/releases/tag/v1.5.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/28 17:07:32 Modified files: multimedia/streamlink: Makefile distinfo multimedia/streamlink/pkg: PLIST Log message: Update to streamlink-1.7.0 Changelog: https://github.com/streamlink/streamlink/releases/tag/1.7.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/28 17:17:36 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-161 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/28 17:31:59 Modified files: sysutils/ugrep : Makefile distinfo Log message: Update to ugrep-3.0.4 Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.0.4 CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2020/10/28 20:22:25 Modified files: java/gradle : Makefile distinfo java/gradle/pkg: PLIST Log message: Update to Gradle 6.7. https://docs.gradle.org/6.7/release-notes.html CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/28 20:47:23 Modified files: usr.bin/ssh : clientloop.c Log message: UpdateHostkeys: fixed/better detection of host keys that exist under other names and addresses; spotted by and debugged with lots of help from jca@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/28 20:52:43 Modified files: usr.bin/ssh : authfd.c digest-openssl.c mux.c sftp.c ssh-keygen.c sshconnect2.c Log message: whitespace; no code change CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/28 21:01:18 Modified files: usr.bin/ssh : ssh-keygen.c Log message: fix type of nid in type_bits_valid(); github PR#202 from github user thingsconnected CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/28 21:13:06 Modified files: usr.bin/ssh : servconf.h Log message: fix sshd_config SetEnv directive inside Match blocks; part of github PR#201 from github user manuelm CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/28 23:14:04 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-redis_conf patch-src_Makefile patch-src_networking_c Added files: databases/redis/patches: patch-src_debug_c Removed files: databases/redis/patches: patch-src_zmalloc_c Log message: Update to Redis 6.0.9 The incorrect assumption in zmalloc_usable_size() was corrected upstream, so we can get rid of the local patch. Add a new patch for a long long time_t format string, with a tweak from jca. ok danj Changelog: https://github.com/redis/redis/blob/6.0.9/00-RELEASENOTES CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/29 00:05:12 Modified files: regress/lib/libssl/interop/botan: Makefile regress/lib/libssl/interop/openssl: Makefile regress/lib/libssl/interop/openssl11: Makefile Log message: Do not fail with obscure error messages on 'make' Fix some tests that fail with obscure error messages on 'make' if the required package (either version of OpenSSL or Botan 2) isn't installed. This can be avoided by doing 'make regress' instead. I'll try to adjust my finger memory for the many tests outside the LibreSSL tree that have the same "problem". The fix here is unintrusive and I've been wasting enough time with this to want to change it. ok bluhm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/29 01:01:24 Modified files: bin/dd : dd.1 Log message: replace the "write a floppy image" example with a more up to date one; input/ok deraadt jca CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/29 06:30:52 Modified files: usr.sbin/httpd : httpd.conf.5 httpd.h parse.y server_http.c Log message: Add location (found|not found) option to test for resource path existence. Diff by Matthias Pressfreund . Thanks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/29 07:44:14 Modified files: multimedia/mpv : Makefile distinfo Log message: Upstream updated to using WAF 2.0.20 for some bug fix. Sync WANTLIB while here. from Brad CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/10/29 07:46:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm databases/py-whisper: Makefile distinfo databases/py-whisper/pkg: PLIST databases/py-carbon: Makefile distinfo databases/py-carbon/patches: patch-bin_validate-storage-schemas_py patch-lib_carbon_conf_py patch-setup_py databases/py-carbon/pkg: PLIST Log message: Update py-whisper and py-carbon to 1.1.7, dropping python2 support. Input and OK sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/29 07:47:46 Modified files: sys/dev/pci/drm/radeon: radeon_device.c Log message: Silence "using MMIO for ATOM IIO" error message, since that is normal on POWER9 machines. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/10/29 08:10:52 Modified files: devel/xtensa-esp32-elf: Makefile.inc devel/xtensa-esp32-elf/binutils: Makefile distinfo devel/xtensa-esp32-elf/gcc: Makefile distinfo devel/xtensa-esp32-elf/gcc/pkg: PLIST devel/xtensa-esp32-elf/gcc-bootstrap: Makefile distinfo devel/xtensa-esp32-elf/gcc-bootstrap/pkg: PLIST devel/xtensa-esp32-elf/gdb: Makefile distinfo devel/xtensa-esp32-elf/newlib: Makefile distinfo devel/xtensa-esp32-elf/newlib/pkg: PLIST Log message: Update xtensa-esp32-elf toolchain to 8.4.0. ok claudio@ kmos@ CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/10/29 08:11:50 Modified files: devel/arduino-esp32: Makefile devel/arduino-esp32/patches: patch-platform_txt Log message: Update arduino-esp32 patches to match xtensa-esp32-elf version 8.4.0. ok benoit@ kmos@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/29 08:18:46 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_common_Makefile_in patch-source_common_putil_cpp patch-source_i18n_Makefile_in patch-source_io_Makefile_in patch-source_layoutex_Makefile_in patch-source_stubdata_Makefile_in patch-source_tools_ctestfw_Makefile_in patch-source_tools_toolutil_Makefile_in textproc/icu4c/pkg: PLIST-main Log message: Update to icu4c-68.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/29 08:31:58 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-10.0.2. based on a submission from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/29 09:53:14 Modified files: lang/php/7.3 : Makefile distinfo lang/php/7.3/patches: patch-acinclude_m4 patch-aclocal_m4 patch-configure_ac Log message: update to php-7.3.24 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/29 10:33:01 Modified files: usr.bin/tmux : input.c Log message: Do not write after the end of the array and overwrite the stack when colon-separated SGR sequences contain empty arguments. Reported by Sergey Nizovtsev. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/29 10:34:15 Modified files: usr.bin/tmux : Tag: OPENBSD_6_7 input.c Log message: Do not write after the end of the array and overwrite the stack when colon-separated SGR sequences contain empty arguments. Reported by Sergey Nizovtsev. this is errata 6.7/027_tmux.patch.sig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/29 10:34:28 Modified files: usr.bin/tmux : Tag: OPENBSD_6_8 input.c Log message: Do not write after the end of the array and overwrite the stack when colon-separated SGR sequences contain empty arguments. Reported by Sergey Nizovtsev. this is errata 6.8/003_tmux.patch.sig CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/29 10:45:49 Modified files: sys/dev/pci/drm/include/linux: io.h Log message: We need more memory barriers on powerpc. ok tobhe@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/29 10:55:18 Modified files: faq/ports : guide.html Log message: Fix manual page link to mktemp(3) which actually pointed to mktemp(1); patch from Martin Vahlensieck on tech@. While here, add a few more links as suggested by Martin. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/29 11:01:16 Modified files: . : errata67.html errata68.html Log message: release tmux errata CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/10/29 11:14:39 Modified files: . : errata68.html Log message: spell href correctly. noted by abieber CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2020/10/29 11:23:21 Modified files: x11/cegui : Makefile Log message: Do not pick up minizip if present. Found by naddy@. ok landry@ CVSROOT: /cvs Module name: src Changes by: solene@cvs.openbsd.org 2020/10/29 11:28:12 Modified files: sbin/unwind : unwind.8 unwind.conf.5 Log message: Add some documentation about the caching done in unwind. Inputs from jmc@ florian@ ok jmc@ florian@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/10/29 12:36:08 Modified files: www/mozilla-firefox/patches: patch-js_src_jit_arm64_vixl_MozCpu-vixl_cpp Log message: Add link to upstream commit CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/10/29 14:28:41 Modified files: games/tome4 : Makefile distinfo games/tome4/pkg: PLIST-main Log message: Update to tome4-1.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/29 15:06:52 Modified files: www/chromium : Makefile Log message: chromium: disable build on i386, the binary cannot be execve()'d, it immediately returns ENOMEM so there's no point wasting 26h in a build for it 2254 sh NAMI "/usr/local/chrome/chrome" 2254 sh RET execve -1 errno 12 Cannot allocate memory CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/29 15:15:27 Modified files: sbin/route : keywords.h keywords.sh route.8 route.c show.c show.h sys/kern : kern_pledge.c sys/net : art.h route.c route.h rtable.c rtable.h rtsock.c sys/netinet : in_pcb.c sys/netinet6 : in6_src.c sys/sys : socket.h Log message: Add feature to force the selection of source IP address Based/previous work on an idea from deraadt@ Input from claudio@, djm@, deraadt@, sthen@ OK deraadt@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/29 15:49:58 Modified files: sbin/iked : config.c iked.h ikev2.c ikev2_msg.c ikev2_pld.c parse.y Log message: Add initial support to request IP addresses as IKEv2 initiator. At the moment the address is only negotiated and printed to the log. If 'request addr 0.0.0.0' is configured, any address will be accepted. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/29 16:34:38 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-3.2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/29 16:35:43 Modified files: lang/php/7.3 : Tag: OPENBSD_6_8 Makefile distinfo lang/php/7.3/patches: Tag: OPENBSD_6_8 patch-acinclude_m4 patch-aclocal_m4 patch-configure_ac Log message: MFC update to php-7.3.24 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/29 16:36:16 Modified files: net/wireshark : Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC update to wireshark-3.2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/29 17:25:16 Modified files: lang/php/7.4 : Makefile distinfo lang/php/7.4/patches: patch-configure_ac patch-php_ini-development Log message: update to php-7.4.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/29 17:25:36 Modified files: lang/php/7.4 : Tag: OPENBSD_6_8 Makefile distinfo lang/php/7.4/patches: Tag: OPENBSD_6_8 patch-configure_ac patch-php_ini-development Log message: MFC update to php-7.4.12 CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2020/10/29 18:26:35 Modified files: distrib/sets/lists/xbase: md.powerpc64 distrib/sets/lists/xserv: md.powerpc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/10/29 19:50:07 Modified files: usr.bin/ssh : sshconnect2.c Log message: print reason in fatal error message when kex_assemble_namelist() fails CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/10/29 21:12:40 Modified files: regress/lib/libssl/interop/botan: Makefile Log message: botan2 uses C++11, so use ports-gcc on gcc-archs This makes this interop test pass on sparc64. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/30 01:02:01 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_common_Makefile_in patch-source_common_putil_cpp patch-source_i18n_Makefile_in patch-source_io_Makefile_in patch-source_layoutex_Makefile_in patch-source_stubdata_Makefile_in patch-source_tools_ctestfw_Makefile_in patch-source_tools_toolutil_Makefile_in textproc/icu4c/pkg: PLIST-main Log message: Revert previus; too many breakages I need to fix first. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/30 01:43:48 Modified files: usr.sbin/snmpd : parse.y Log message: Remove the old deprecated listen on syntax. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/10/30 02:34:36 Modified files: devel/git : Makefile distinfo Log message: Update to git 2.29.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/30 02:55:56 Modified files: usr.bin/tmux : cmd-display-menu.c menu.c server-client.c tmux.1 tmux.h Log message: Add a -O flag to display-menu to change the mouse behaviour and not close the menu when the mouse is released, from teo_paul1 at yahoo dot com. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/30 03:00:07 Modified files: usr.bin/tmux : server-client.c Log message: There is no reason not to fire focus events when a pane is in a mode, GitHub issue 2372. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/30 03:45:03 Modified files: usr.sbin/relayd: parse.y Log message: Remove deprecated snmp keyword. OK denis@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/10/30 03:47:35 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: Use metrics instead of statistics. Also point people where in the tree they might be able to find said metrics. OK denis@ jmc@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/30 05:27:28 Added files: textproc/libical/patches: patch-src_libical_icalrecur_c Log message: Unbreak with upcoming icu4c update. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/30 05:33:41 Modified files: usr.bin/tmux : screen.c Log message: Do not leak path when freeing screen, from Sergey Nizovtsev. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/30 05:34:13 Modified files: usr.bin/tmux : input.c Log message: Limit range of repeat to avoid silly high numbers causing delays, from Sergey Nizovtsev. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/30 06:00:01 Modified files: usr.bin/tmux : menu.c Log message: Do not allow disabled items to be selected. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/30 06:29:40 Modified files: sbin/iked : ikev2.c Log message: Fix key payload size. Use size from new SA. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/30 06:32:17 Modified files: sbin/iked : ikev2.c Log message: Whitespace fixes. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/30 07:07:49 Modified files: sys/arch/powerpc64/include: fdt.h sys/arch/powerpc64/powerpc64: machdep.c Log message: Add code to determine the console devie node. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/30 07:11:11 Modified files: sys/arch/powerpc64/dev: astfb.c Log message: Allow astfb(4) to become the console. At this point this is a "late" switch and early kernel boot messages will appear on opalcons(4) until astfb(4) attaches. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/30 07:11:31 Modified files: net/gnugk : Makefile distinfo Removed files: net/gnugk/patches: patch-Toolkit_cxx Log message: Update to gnugk-5.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/30 07:19:38 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/30 07:19:49 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/30 07:20:04 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.168. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/30 07:24:26 Modified files: usr.bin/mandoc : man_validate.c mdoc_validate.c Log message: Promote section headers that can can be used unmodified as fragment identifiers from TAG_WEAK to TAG_STRONG, such that for example ...#DESCRIPTION always works. Suggested by Aman Verma on the discuss@ list. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/30 07:26:29 Modified files: sys/arch/powerpc64/dev: opalcons.c Log message: Add a comment that explains why the major/minor of the device is set unconditionally now that astfb(4) can be used as the console as well. Only print that we're the console if we actually are. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/30 07:28:54 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-316.0.0. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/30 07:36:45 Modified files: sys/arch/powerpc64/dev: astfb.c Log message: No need to print that we're the console device; wsdisplay(4) will do that for us. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/30 07:55:48 Modified files: sbin/bioctl : bioctl.8 bioctl.c Log message: Do not use ".Ar device" for both an option argument and for the operand. Instead, use ".Ar chunk" for the -R option argument just like it is already done for -l and -O. While here, polish a few minor details in the vicinity of the word "device". OK kn@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/30 08:30:51 Modified files: sbin/route : route.8 Log message: Source address set can be printed CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/10/30 10:10:17 Modified files: build : support.dat . : support.html Log message: minor updates to the entry of atmnis.com; requested by Sergey Prysiazhnyi CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/10/30 10:21:12 Modified files: archivers/bzip2: Makefile Log message: Stop using -fno-strength-reduce. It is ignored by gcc4 and triggers a warning by clang. Add debug package. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/10/30 10:23:57 Modified files: usr.bin/su : su.c Log message: auth_approval() does not necessarily set errno on failure. From Piotr Durlej. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/10/30 10:47:09 Modified files: share/man/man5 : hostname.if.5 Log message: Document configuration of source IP address Looks good, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/10/30 11:11:20 Modified files: sys/arch/m88k/m88k: trap.c Log message: As done on other architectures, narrow the KERNEL_LOCK only around uvm_fault (and some similar "fault emulation" code which scream danger danger) tested by aoyama CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/10/30 11:17:01 Modified files: devel/jansson : Makefile Log message: Move HOMEPAGE and MASTER_SITES to https. Suggested by tj@. OK kirby@ (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 12:21:16 Modified files: x11/bspwm : Makefile x11/sxhkd : Makefile Log message: take maintainership CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/30 12:25:06 Modified files: sbin/slaacd : engine.c Log message: update_iface_ra does too much, move rdns handling into function. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/30 12:25:29 Modified files: sbin/slaacd : engine.c Log message: update_iface_ra does too much, move dfr handling into function. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/30 12:25:54 Modified files: sbin/slaacd : engine.c Log message: update_iface_ra does too much, move prefix handling into function. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/30 12:26:24 Modified files: sbin/slaacd : engine.c Log message: Pull check for duplicate address up to skip them early, we are not going to renew them. Avoids redundant check for privacy addresses. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/30 12:27:40 Modified files: sbin/slaacd : engine.c Log message: Since the RFC 4941 constants are no longer in a public header (netinet6/nd6.h) we can remove the ND6 prefix. While here use a MAX_DESYNC_FACTOR of 10 minutes as the RFC specifies. We are using arc4random_uniform which avoids modulo bias. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/30 12:28:38 Modified files: sbin/slaacd : engine.c Log message: Follow RFC 4941 and calculate the desync_factor at startup. There is probably nothing wrong with calculating a new random value everytime we create an address, but we are also not gaining anything. Makes math in upcomming diffs easier. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/30 12:29:13 Modified files: sbin/slaacd : engine.c Log message: If Duplicate Address Detection (DAD) fails only generate a new address if we are using Semantically Opaque Interface Identifiers (soii) otherwise we would just create the same address again and DAD will fail again. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/10/30 12:30:26 Modified files: sbin/slaacd : engine.c Log message: Track creation time of address proposals to be able to establish total lifetime. Use this information to renew pltime / vltime of privacy addresses for up to 1 day / 2 days as RFC 4941. This is important when announced pltime / vltime is lower than 1 day / 2 days, privacy addresses would have expired too fast. Spotted after a remark by Fernando Gont on misc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 12:48:36 ports/x11/libhandy/patches Update of /cvs/ports/x11/libhandy/patches In directory cvs.openbsd.org:/tmp/cvs-serv50087/patches Log Message: Directory /cvs/ports/x11/libhandy/patches added to the repository CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/10/30 12:54:24 Modified files: usr.bin/tmux : client.c server-client.c Log message: With csh, a tmux client gets SIGTERM before SIGCONT when killed with "kill %%", so when the client tells the server it got SIGCONT, don't use bits that may already have been freed when it got SIGTERM. Also don't print anything on exit if we get SIGTERM while suspended. Reported by Theo. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 13:17:12 Modified files: net/gupnp/igd : Makefile distinfo net/gupnp/igd/pkg: PLIST Log message: - update to gupnp-igd-1.2.0 - switch to meson CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 13:18:12 Modified files: net/gupnp : Makefile.inc net/gupnp/av : Makefile net/gupnp/core : Makefile net/gupnp/dlna : Makefile net/gupnp/tools: Makefile Log message: - update HOMEPAGE - most ports in here use meson which get their CONFIGURE_STYLE from the module, so stop setting it to 'gnu' in Makefile.inc by default CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 13:25:57 Modified files: graphics/orthanc/webviewer-plugin: Makefile Added files: graphics/orthanc/webviewer-plugin/patches: patch-Orthanc_Core_Toolbox_cpp patch-Plugin_Cache_CacheManager_h Log message: fix build with newer versions of boost from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 13:28:51 Modified files: security/boofuzz: Makefile distinfo security/boofuzz/pkg: PLIST Log message: update to boofuzz-0.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 13:29:08 Modified files: security/py-scp: Makefile distinfo security/py-scp/pkg: PLIST Log message: update to py-scp-0.13.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 13:38:27 Modified files: security/pwntools: Makefile distinfo Log message: update to pwntools-4.2.2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/30 13:39:00 Modified files: sys/arch/amd64/stand/efiboot: conf.c efiboot.c Log message: Use a 64MB block to load the kernel to deal with kernel growth. Note that the first 16MB of the block are currently unused since we link our kernels at physical address 0x01000000. Therefore 32MB is no longer enough to load a kernel that is now larger than 16MB. Fixes the "entry point at 0x10010000" hang that people have reported on some machines. ok patrick@, naddy@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 13:44:33 Modified files: lang/elixir : Makefile distinfo lang/elixir/pkg: PLIST Log message: update to elixir-1.11.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 14:12:10 Modified files: devel/py-elftools: Makefile distinfo devel/py-elftools/pkg: PLIST Log message: - update to py-elftools-0.27 - switch to python3-only CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/10/30 14:12:35 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-elftools went python3-only CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/10/30 14:40:53 Log message: Import Kid3, a multimedia tags editor. The utility supports editing multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Opus, Speex, TrueAudio, WavPack, WMA, WAV and AIFF files at once, having full control over ID3v1 & v2 tags. There are both GUI and interactive CLI. input from sthen@ and rsadowski@, okay rsadowski@ Status: Vendor Tag: zhuk Release Tags: zhuk_20201030 N ports/multimedia/kid3/Makefile N ports/multimedia/kid3/distinfo N ports/multimedia/kid3/patches/patch-src_app_cli_standardiohandler_cpp N ports/multimedia/kid3/patches/patch-src_core_CMakeLists_txt N ports/multimedia/kid3/patches/patch-src_gui_CMakeLists_txt N ports/multimedia/kid3/pkg/DESCR N ports/multimedia/kid3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/10/30 14:42:00 Modified files: multimedia : Makefile Log message: hook up kid3 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/10/30 14:55:01 Modified files: multimedia/mediainfo: Makefile distinfo Log message: update to 20.09 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/30 15:31:19 Modified files: usr.bin/mandoc : mandoc.css Log message: Finally get rid of the "overflow: auto" property of ".Bl-tag > dd" which has long been know to cause ugly and pointless scroll bars. Matthew Martin helpfully explained the following two points to me: 1. What we need to do here is establish a new block formatting context such that the first line of the
content moves down rather than to the right if the preceding
is wide. 2. A comprehensive list of methods to establish block formatting context is available in: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context In that list, i found that "column-count: 1" does the job. It is part of CSS Multi-column Layout Level 1. While that is still in Working Draft status according to https://www.w3.org/Style/CSS/current-work , it is fully supported by all browsers according to https://developer.mozilla.org/en-US/docs/Web/CSS/column-count , probably because it was already part of the second draft of this standard almost 20 years ago: WD-css3-multicol-20010118. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/10/30 16:07:20 Modified files: lang/ruby/2.7 : Makefile distinfo lang/ruby/2.7/patches: patch-common_mk Log message: Add distpatch to fix crashes when using fibers on sparc64 Also add local patch to compile a couple of fiber-related files with -O0, as that is also needed to prevent the crash on sparc64. Add a second distpatch to fix a regression in 2.7.2 causing a crash when calling ffi_closure_free. OK kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/30 16:13:37 Modified files: net/unifi/lts : Makefile net/unifi/lts/pkg: DESCR Log message: Update unifi/lts DESCR information about security support to past-tense. only use this branch if you have one of the devices that do not work with the unifi/stable release (Broadcom 11ac and Pico M2 flashed with unifi firmware). Prompted by a mail from Jordan Geoghegan. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/30 16:20:34 Modified files: net/unifi/stable: Tag: OPENBSD_6_8 Makefile distinfo Log message: switch unifi/stable in 6.8-stable to a different build of snappy-java, problem reported by claudio@ and Jordan Geoghegan, fixed differently in -current (by moving unifi/stable to a newer branch with newer snappy-java build). this approach to fixing tested by Jordan Geoghegan (though not directly with this diff). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/30 16:21:50 Modified files: net/unifi : Tag: OPENBSD_6_8 Makefile.inc Log message: oops, this part needed too for last unifi/stable/Makefile change to work CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/30 16:44:17 Modified files: net/unifi/lts : Tag: OPENBSD_6_8 Makefile net/unifi/lts/pkg: Tag: OPENBSD_6_8 DESCR Log message: MFC, update unifi/lts DESCR information about security support to past-tense. only use this branch if you have one of the devices that do not work with the unifi/stable release (Broadcom 11ac and Pico M2 flashed with unifi firmware). Prompted by a mail from Jordan Geoghegan. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/30 17:05:39 Modified files: sbin/iked : iked.h Log message: style(9) CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/10/30 17:32:42 Modified files: sbin/iked : ikev2.c Log message: Add missing bits to make 'request addr 0.0.0.0' accept ANY dynamic address. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/31 00:42:58 Modified files: net/nextcloudclient: Makefile distinfo Log message: Update nextcloudclient to 3.0.3 Update diff from maintainer with shared-lib and WANTLIB teak by me CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/10/31 00:49:42 Modified files: share/man/man5 : hostname.if.5 Log message: reformat previous example; ok denis CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/10/31 01:39:53 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20201030 CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/10/31 01:50:41 Modified files: sys/dev/pci : if_rge.c if_rgereg.h Log message: Update the RTL8125B microcode and use ifiq_input and its return value to apply backpressure to rxrs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 02:40:09 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.6.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 02:41:27 Modified files: x11/sxhkd : Makefile Log message: Unbreak: EVISION -> REVISION CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 02:43:40 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 02:43:53 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 02:44:14 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.169. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/10/31 02:55:41 Modified files: net/vnstat : Makefile distinfo net/vnstat/patches: patch-cfg_vnstat_conf net/vnstat/pkg : PLIST-main README-main Removed files: net/vnstat/patches: patch-Makefile patch-src_Makefile Log message: Update vnstat to 2.6 Feedback and ok solene@, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 03:28:32 Modified files: audio/pulseaudio: Makefile distinfo Log message: Update to pulseaudio-13.99.3. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/10/31 03:42:59 Modified files: www/nextcloud : Tag: OPENBSD_6_8 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_8 PLIST Log message: Update for Nextcloud to 19.0.4 OK rsadowski@ - tested also by Adriano Barbosa CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/10/31 04:07:36 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-src_libs_zbxnix_daemon_c net/zabbix/pkg : PLIST-web Log message: update to 5.0.5; from Mark Patruck CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/10/31 04:40:05 Log message: gimp plugin to use lensfen (correct camera aberrations) okay and tweak solene@, thanks for the test! Status: Vendor Tag: espie Release Tags: ports N ports/graphics/gimp/lensfun/Makefile N ports/graphics/gimp/lensfun/distinfo N ports/graphics/gimp/lensfun/pkg/PLIST N ports/graphics/gimp/lensfun/pkg/DESCR N ports/graphics/gimp/lensfun/patches/patch-src_gimplensfun_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/10/31 04:40:36 Modified files: graphics/gimp : Makefile Log message: +lensfun CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/10/31 04:50:16 Modified files: security/opm : Makefile distinfo Log message: update to 1.2 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/10/31 05:44:25 Modified files: share/man/man7 : mandoc_char.7 Log message: Delete a sentence pointing to "the Predefined Strings subsection of the roff(7) manual." Such a subsection does not exist, and i do not see why it should. Predefined strings are an obsolete feature of macro packages, not a feature of the roff language. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/10/31 06:09:04 Modified files: mail/geary : Makefile graphics/libgphoto2: Makefile devel/glade : Makefile x11/gnome/seahorse: Makefile x11/libhandy : Makefile Log message: set DEBUG_PACKAGES before including bsd.port.arch.mk, otherwise they're built on all archs not just DEBUGINFO_ARCHS. ok aja@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/10/31 08:08:43 Modified files: sys/net : wg_noise.c Log message: release the correct lock in noise_remote_begin_session() fixes a "noise_keypair: lock not held" panic observed by Caspar Sc hutijser from Jason A. Donenfeld CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/10/31 09:14:39 Modified files: lib/libm/man : ilogb.3 Log message: Align with C99 (and our implementation) and describe the return values for NaN and 0 arguments using FP_ILOGB0 and FP_ILOGBNAN. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 09:44:50 Modified files: audio : Makefile Removed files: audio/py-mpd : Makefile distinfo audio/py-mpd/pkg: DESCR PLIST Log message: Remove py-mpd; nothing uses it and it hasn't seen a release in 14y. audio/py-mpd2 is the new kid. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 09:48:07 Modified files: audio : Makefile Added files: audio/py-mpd : Makefile distinfo audio/py-mpd/pkg: DESCR PLIST Log message: Oops, revert previous, I was in the wrong dir. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 09:49:41 Modified files: audio : Makefile Removed files: audio/pympd : Makefile distinfo audio/pympd/pkg: DESCR PLIST Log message: Remove pympd; nothing uses it and it has seen no release in 14y. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 09:50:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register pympd removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 10:12:40 Removed files: textproc/libical/patches: patch-src_libical_icalrecur_c Log message: Unbreak: this needs to be applied *after* the new ICU is in tree. Reported by naddy CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/10/31 10:27:55 Modified files: print/qpdf : Makefile Added files: print/qpdf/patches: patch-configure Log message: Don't pick up libatomic from ports gcc if it happens to be installed. reported by naddy@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/10/31 11:57:53 Modified files: sys/arch/powerpc64/powerpc64: autoconf.c machdep.c Log message: Add support for passing a bootmac command line argument to RAMDISK. The bootmac passed is supposed to be the MAC address of the NIC that we have booted from. This allows bsd.rd to realize it should run an unattended install via network. This is needed for adding powerpc64 to bluhm's regression tests. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/31 15:22:25 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20201018 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/10/31 15:30:39 Modified files: lang/seed7 : Makefile distinfo lang/seed7/patches: patch-src_makefile lang/seed7/pkg : PLIST Log message: Update to seed7-20200929 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/10/31 17:44:34 Modified files: graphics : Makefile Log message: Hook up py-cairo,python3 Missed when graphics/py3-cairo was merged into graphics/py-cairo CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/10/31 19:00:58 Modified files: devel/py-setuptools: Makefile distinfo devel/py-setuptools/patches: patch-setup_cfg devel/py-setuptools/pkg: PLIST Log message: Update py-setuptools to 44.1.1 The 44.x series is the last that supports Python 2.7 Ran a bulk build with no issues. tweaks and ok daniel@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/10/31 19:10:36 Modified files: games/pokerth : Makefile Added files: games/pokerth/patches: patch-src_third_party_websocketpp_websocketpp_transport_asio_connection_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_endpoint_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_security_none_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_security_tls_hpp Log message: fix pokerth with newer boost Fix taken from archlinux. Tested by me with newer boost. Tested by Brad with in-tree boost. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/11/01 01:12:14 Modified files: usr.bin/dig/lib/dns: message.c usr.bin/dig/lib/dns/include/dns: message.h Log message: Implement Extended DNS Error (RFC 8914). OK otto, sthen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/01 01:48:56 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:14:08 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py devel/meson/pkg: PLIST Log message: Update to meson-0.56.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:15:53 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_common_Makefile_in patch-source_common_putil_cpp patch-source_i18n_Makefile_in patch-source_io_Makefile_in patch-source_layoutex_Makefile_in patch-source_stubdata_Makefile_in patch-source_tools_ctestfw_Makefile_in patch-source_tools_toolutil_Makefile_in textproc/icu4c/pkg: PLIST-main Added files: textproc/icu4c/patches: patch-source_common_unicode_umachine_h Log message: Update (again) to icu4c-68.1. Set U_DEFINE_FALSE_AND_TRUE to allow ports that haven't cope to build (thanks kili@ for the pointer). Bulk tested. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:17:08 ports/sysutils/dwdiff/patches Update of /cvs/ports/sysutils/dwdiff/patches In directory cvs.openbsd.org:/tmp/cvs-serv33816/patches Log Message: Directory /cvs/ports/sysutils/dwdiff/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:17:23 Modified files: sysutils/dwdiff: Makefile distinfo Added files: sysutils/dwdiff/patches: patch-src_definitions_h Log message: Update to dwdiff-2.1.3 and unbreal with new ICU. ok benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:18:42 Modified files: textproc/py-ICU: Makefile distinfo textproc/py-ICU/patches: patch-setup_py textproc/py-ICU/pkg: PLIST Log message: Update to py-ICU-2.5+ (i.e. git commit with new ICU support). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:19:28 Added files: textproc/libical/patches: patch-src_libical_icalrecur_c Log message: Re-add patch now that icu-68.1 has been committed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:19:49 Added files: textproc/calibre/patches: patch-src_calibre_utils_matcher_c Log message: Fix build with icu4c >= 68.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:21:04 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-gio_gunixmount_c patch-glib_gfileutils_c patch-meson_build devel/glib2/pkg: PLIST Removed files: devel/glib2/patches: patch-glib_gmacros_h Log message: Update to glib2-2.66.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:21:19 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Update to at-spi2-core-2.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:21:34 Modified files: x11/gnome/at-spi2-atk: Makefile distinfo Log message: Update to at-spi2-atk-2.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:21:53 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:22:10 Modified files: x11/gnome/yelp-tools: Makefile distinfo x11/gnome/yelp-tools/pkg: PLIST Log message: Update to yelp-tools-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:22:25 Modified files: devel/dconf : Makefile distinfo Log message: Update to dconf-0.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:22:41 Modified files: x11/gnome/dconf-editor: Makefile distinfo Log message: Update to dconf-editor-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:22:56 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo Log message: Update to gsettings-desktop-schemas-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:23:11 Modified files: net/glib2-networking: Makefile distinfo Log message: Update to glib2-networking-2.66.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:23:31 Modified files: devel/py-gobject3: Makefile distinfo devel/py-gobject3/pkg: PLIST Log message: Update to py3-gobject3-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:23:50 Modified files: x11/gnome/py-atspi: Makefile distinfo Log message: Update to py3-atspi-2.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:24:05 Modified files: devel/jsonrpc-glib: Makefile distinfo Log message: Update to jsonrpc-glib-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:24:25 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:24:42 Modified files: devel/libsoup : Makefile distinfo Log message: Update to libsoup-2.72.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:25:02 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.46.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:25:26 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:25:42 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/patches: patch-libyelp_yelp-man-parser_c Log message: Update to yelp-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:26:04 Modified files: x11/gnome/backgrounds: Makefile distinfo x11/gnome/backgrounds/pkg: PLIST Log message: Update to gnome-backgrounds-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:26:21 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/pkg: PLIST Log message: Update to gtranslator-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:26:39 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:26:57 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:27:13 Modified files: x11/gnome/devel-docs: Makefile distinfo Log message: Update to gnome-devel-docs-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:27:33 Modified files: x11/gnome/sushi: Makefile distinfo x11/gnome/sushi/pkg: PLIST Removed files: x11/gnome/sushi/patches: patch-src_libsushi_meson_build Log message: Update to sushi-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:27:47 Modified files: x11/gnome/accerciser: Makefile distinfo Log message: Update to accerciser-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:28:01 Modified files: graphics/simple-scan: Makefile distinfo graphics/simple-scan/patches: patch-src_simple-scan_vala Log message: Update to simple-scan-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:28:13 Modified files: x11/gnome/gcr : Makefile distinfo Log message: Update to gcr-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 01:28:26 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-3.38.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 02:16:23 Modified files: devel/p5-lib-abs: Makefile distinfo Log message: Update to p5-lib-abs-0.95. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 02:26:09 Modified files: devel/p5-File-MimeInfo: Makefile distinfo Log message: Update to p5-File-MimeInfo-0.30. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 02:34:30 Modified files: devel/p5-Object-Declare: Makefile distinfo Log message: Update to p5-Object-Declare-0.25. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 02:42:39 Modified files: devel/p5-Package-New: Makefile distinfo Log message: Update to p5-Package-New-0.09. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/01 02:46:08 Modified files: devel/ipython : Makefile distinfo Log message: Update to 7.19.0 Changes: https://github.com/ipython/ipython/blob/7.19.0/docs/source/whatsnew/version7.rst CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 02:46:45 Modified files: devel/p5-Parse-Win32Registry: Makefile distinfo Log message: Update to p5-Parse-Win32Registry-1.1. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/01 02:48:48 Modified files: mail/notmuch : Makefile.inc mail/notmuch/notmuch: Makefile distinfo mail/notmuch/notmuch/patches: patch-Makefile_global patch-configure patch-doc_Makefile_local patch-doc_conf_py patch-notmuch-new_c mail/notmuch/py-notmuch: distinfo Added files: mail/notmuch/notmuch/patches: patch-lib_config_cc patch-test_Makefile_local Removed files: mail/notmuch/notmuch/patches: patch-test_T355-smime_sh patch-test_T530-upgrade_sh Log message: Update to notmuch-0.31 Changes: https://notmuchmail.org/news/release-0.31/ Bump major of shared lib as symbol has been removed. Thanks to Olivier Taïbi for working together with upstream to fix a segfault. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/01 02:50:24 Modified files: sbin/iked : parse.y Log message: Add 'dynamic' keyword to configure flows to dynamically assigned addresses. The keyword is replaced at runtime with the address assigned from the pool in 'config address'. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 02:55:22 Modified files: devel/p5-POSIX-strftime-Compiler: Makefile distinfo Log message: Update to p5-POSIX-strftime-Compiler-0.44. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 03:05:35 Modified files: devel/p5-prefork: Makefile distinfo Log message: Update to p5-prefork-1.05. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 03:09:56 Modified files: devel/p5-Sys-Mmap: Makefile distinfo devel/p5-Sys-Mmap/pkg: PLIST Log message: Update to p5-Sys-Mmap-0.20. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 03:23:15 Modified files: devel/p5-Text-FixEOL: Makefile distinfo Log message: Update to p5-Text-FixEOL-1.08. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/01 03:30:50 Modified files: math/p5-Math-FFT: Makefile distinfo Log message: Update to p5-Math-FFT-1.36. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/11/01 03:59:45 Modified files: sysutils/fzf : Makefile distinfo Log message: Update sysutils/fzf to version 0.24.1. OK abieber@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/01 04:54:30 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Log message: Update to thunar 1.8.16 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/01 04:54:55 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2020-11. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/01 04:55:59 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.198. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/01 05:43:46 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/vte : Makefile Added files: devel/vte/pkg : DESCR PLIST Removed files: devel/vte/pkg : DESCR-main DESCR-python PLIST-main PLIST-python Log message: remove py-vte, it's no longer used by anything and it's getting in the way of py-gtk2 going the way of the dodo regen PLIST and sync WANTLIB while here CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/01 06:24:10 Modified files: x11/roxterm : Makefile distinfo x11/roxterm/patches: patch-mscript_py x11/roxterm/pkg: PLIST Log message: - update to roxterm-3.3.2, this version switches to python3/gtk3/vte3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/01 06:28:14 Modified files: sysutils : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils/py-lockfile: Makefile sysutils/py-lockfile/pkg: PLIST Log message: py-lockfile can be switch to python3-only now that roxterm has been updated CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/01 08:01:37 Log message: import spike (git HEAD) Spike, the RISC-V ISA Simulator, implements a functional model of one or more RISC-V harts. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20200111 N ports/emulators/spike/Makefile N ports/emulators/spike/distinfo N ports/emulators/spike/pkg/DESCR N ports/emulators/spike/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/01 08:03:38 Modified files: emulators : Makefile Log message: +spike CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/01 10:42:45 Modified files: gnu/llvm/lld/ELF: SyntheticSections.cpp Log message: Do not reserve PowerPC GOT header entries when creating a relocatable object file. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/01 10:47:59 Modified files: audio/gradio : Makefile Log message: Mark BROKEN for now. As seen on http://www.radio-browser.info/gui/#!/ the radio-browser database API migrated to a new incompatible version and gradio is abandoned upstream/author moved to a new rust-based project named shortwave (sigh). Will eventually dive into vala to adapt to the new API, otherwise this port is a candidate for the Attic. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2020/11/01 11:16:08 Modified files: usr.bin/diff : diff.h Log message: restore RCS id removed in 1.33 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/01 11:18:49 Modified files: sysutils/serf : Makefile distinfo Log message: Update to (hashicorp-)serf-0.9.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/01 12:35:20 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-9.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/01 13:15:33 Modified files: databases/freetds: Makefile distinfo Log message: update to FreeTDS 1.2.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/01 13:15:53 Modified files: net/lldpd : Makefile distinfo Log message: update to lldpd 1.0.7 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/01 13:35:26 Log message: Import a python2-only version of py-cairo Newer versions of py-cairo dropped support for python2, sadly x11/py-gtk2 still needs a python2 cairo module. Create a python2-only port of the existing version of py-cairo under a new path, to be used by x11/py-gtk2. Then ajacoutot@ can move graphics/py-cairo to newer releases. Suggested by sthen@, discussed with ajacoutot@ Status: Vendor Tag: jca Release Tags: jca_20201101 N ports/graphics/py2-cairo/Makefile N ports/graphics/py2-cairo/distinfo N ports/graphics/py2-cairo/pkg/DESCR N ports/graphics/py2-cairo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/01 13:38:45 Modified files: graphics : Makefile graphics/py-cairo: Makefile graphics/py-cairo/pkg: PLIST x11/py-gtk2 : Makefile Removed files: graphics/py-cairo/pkg: PFRAG.no-python3 PFRAG.python3 Log message: Use py2-cairo in py-gtk2, zap python2 support from graphics/py-cairo CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/01 13:40:45 Modified files: graphics/gimp/stable: Makefile graphics/gimp/stable/pkg: PLIST Log message: Reinstate python plugins support Requested by espie@, who points out that disabling python broke the resynthetizer plugin. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/01 13:55:12 Modified files: games/dmagnetic: Makefile distinfo Log message: Update dMagnetic to 0.27 Form maintainer Thomas Dettbarn CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/01 14:07:07 Modified files: graphics/sk1 : Makefile Log message: Move to py2-cairo to unbreak. Sync WANTLIB while here. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/01 14:32:04 Modified files: share/man/man4 : audio.4 usr.bin/openssl: openssl.1 usr.sbin/vipw : vipw.8 usr.sbin/ypserv/mkalias: mkalias.8 usr.sbin/ypserv/ypserv: ypserv.8 ypserv.acl.5 Log message: some comma fixes; from varik valefor (audio.4 tweaked from that submitted) CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2020/11/01 15:28:24 Modified files: regress/usr.sbin/rpki-client: test-mft.c test-roa.c Log message: Add options to print RPKI EE Certificates in PEM format for ROA & MFT files CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/11/01 16:05:14 Modified files: www/otter-browser: Makefile Log message: otter-browser: move to QtWebEngine I asked for QtWebKit in Otter to be kept when QtWebEngine was introduced, because it was the only fully featured browser that really worked on macppc. Since the last QtWebKit update, it was crashing when running javascript. And now the rust-powered spidermonkey78 is in its chain of dependencies, so it's not built anymore on macppc anyway. OK rsadoswki@, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/01 16:19:16 ports/comms/sigrok/pulseview/patches Update of /cvs/ports/comms/sigrok/pulseview/patches In directory cvs.openbsd.org:/tmp/cvs-serv19712/patches Log Message: Directory /cvs/ports/comms/sigrok/pulseview/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/01 17:18:09 Modified files: comms/sigrok/pulseview: Makefile Added files: comms/sigrok/pulseview/patches: patch-pv_util_hpp Log message: fix pulseview with newer boost Fix taken from upstream. Brad sent the same diff to MAINTAINER. ok bentley@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/11/01 17:25:49 Modified files: sys/dev/pci : if_ixl.c Log message: add support for ctl reads and writes on 710 chips with API < 1.5 this gets rid of some annoying errors when bringing such an interface up, but more importantly is allows RSS to work on these boards with older firmware. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/11/01 17:29:58 Modified files: usr.sbin/ospfd : ospfe.c Log message: apply the "depend on" logic in the the default handling of rtr links. this fixes the use of "depend on" in my situation, which is an Ethernet (broadcast) interface where I'm actually peering with multiple routers so i don't have "type p2p" set. with this the ospf peers now know how to route around my firewalls when their carp interfaces are in the backup state. discussed with claudio@ and jmatthew@ ok remi@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/11/01 17:30:56 Modified files: usr.sbin/ospfd : interface.c ospfd.h usr.sbin/ospfctl: output.c Log message: print "depend on" information when available in "ospfctl sh int" output. ok remi@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/01 21:29:23 Modified files: sys/netinet : tcp_usrreq.c Log message: Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars OK deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/01 23:17:36 Modified files: comms/amtterm : Makefile Log message: missed bump after vte,-main was removed and thus its dependency changed CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/01 23:22:08 Added files: inputmethods/ibus/patches: patch-ui_gtk3_application_vala patch-ui_gtk3_extension_vala Log message: fix build with upcoming vala 0.50 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/01 23:59:42 Modified files: x11/xfce4/xfwm4: Makefile distinfo Log message: Update to xfwm4 4.14.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/02 00:41:50 Modified files: graphics/py2-cairo: Makefile Log message: Add PORTROACH marker. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 01:11:09 ports/x11/elementary/code/patches Update of /cvs/ports/x11/elementary/code/patches In directory cvs.openbsd.org:/tmp/cvs-serv60479/patches Log Message: Directory /cvs/ports/x11/elementary/code/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 01:12:07 Added files: x11/elementary/code/patches: patch-plugins_outline_Vala_ValaSymbolOutline_vala Log message: Fix build with vala 0.50 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 01:20:31 Modified files: x11/gnome/contacts: Makefile Log message: mark BROKEN; this requires an update to 3.38 to unbreak with vala. that in turn requires a few other updates which are pending. it'll get autofixed soon. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/02 01:21:30 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in GitHub issue 2442. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 02:10:43 Added files: net/dino/patches: patch-xmpp-vala_src_module_xep_0030_service_discovery_module_vala Log message: fix build with vala 0.50; from upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/02 02:23:53 Modified files: x11/xfce4 : xfce4.port.mk Log message: Update MASTER_SITES_GIT to fetch tarballs from gitlab.xfce.org while here enable debug packages for xfce goodies/apps. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/11/02 03:26:30 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 20.0.1 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/11/02 06:15:58 Modified files: emulators/nono : Makefile distinfo Log message: Update for Nono to 0.1.2: http://www.pastel-flower.jp/~isaki/nono/ OK daniel@ benoit@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/02 06:40:58 Modified files: regress/usr.sbin/rpki-client: test-mft.c test-roa.c Log message: Correctly initialize ppem CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/11/02 06:58:44 Modified files: usr.sbin/accton: accton.8 Log message: fix HISTORY section; no objection when shown on tech@ CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/11/02 07:41:59 Modified files: cad/gerbv : Makefile distinfo cad/gerbv/pkg : PLIST Log message: Update gerv to 2.7.0. ok bcallah@ jsc@ Note: find a good solution for make test later CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/02 07:46:27 Modified files: textproc/p5-Pod-Markdown: Makefile distinfo Log message: update p5-Pod-Markdown to 3.300 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/02 07:55:06 Modified files: devel/p5-Devel-CheckOS: Makefile distinfo devel/p5-Devel-CheckOS/pkg: PLIST Log message: update p5-Devel-CheckOS to 1.85 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/02 08:04:41 Modified files: converters/p5-Cpanel-JSON-XS: Makefile distinfo Log message: update p5-Cpanel-JSON-XS to 4.25 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/02 08:24:49 Modified files: devel/p5-YAML-Syck: Makefile distinfo devel/p5-YAML-Syck/patches: patch-syck_h Log message: update p5-YAML-Syck to 1.34 remove patch that has been commited upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 08:59:54 Modified files: devel/json-glib: Makefile distinfo devel/json-glib/pkg: PLIST Log message: update to json-glib-1.6.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 09:00:22 Modified files: devel/gobject-introspection: Makefile distinfo Log message: update to gobject-introspection-1.66.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 09:00:57 Modified files: devel/vte3 : Makefile distinfo devel/vte3/patches: patch-src_app_app_cc Log message: update to vte3-0.62.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 09:01:57 Modified files: lang/vala : Makefile distinfo Log message: - update to vala-0.50.1 - extend API_V comment tested in a bulk by aja@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 09:03:41 Modified files: x11/gnome/libgda: Makefile x11/elementary/code: Makefile x11/elementary/code/patches: patch-plugins_outline_Vala_ValaSymbolOutline_vala Log message: bump API_V/sync WANTLIB for vala-0.50 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 09:10:23 Modified files: comms/amtterm : Makefile distinfo comms/amtterm/patches: patch-mk_Maintainer_mk Added files: comms/amtterm/patches: patch-parseconfig_c Log message: - update to amtterm-1.6 (this swithes the port to use vte3) - add patch from upstream to address a memory leak CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 09:13:29 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/vte : Makefile distinfo devel/vte/patches: patch-src_pty_c patch-src_table_c patch-src_vteseq_c devel/vte/pkg : DESCR PLIST Log message: remove vte; all consumers have switched to vte3. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/02 09:16:55 Modified files: games/lbreakout2: Makefile Added files: games/lbreakout2/patches: patch-client_game_c Log message: Patch to prevent random pauses in game without external actions from Donovan Watteau. https://bugs.debian.org/916606 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 09:19:34 Modified files: devel/libpeas : Makefile distinfo Log message: update to libpeas-1.28.0 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/02 10:15:17 Modified files: devel/p5-List-MoreUtils-XS: Makefile distinfo devel/p5-List-MoreUtils-XS/patches: patch-MANIFEST devel/p5-List-MoreUtils-XS/pkg: PLIST Log message: update p5-List-MoreUtils-XS to 0.430 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/02 10:26:10 Modified files: net/konversation: Makefile distinfo net/konversation/patches: patch-src_irc_outputfilter_cpp net/konversation/pkg: PLIST Log message: Update konversation to 1.7.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/02 10:27:45 Modified files: devel/qbs : Makefile distinfo devel/qbs/patches: patch-src_lib_corelib_tools_processutils_cpp patch-src_lib_corelib_tools_tools_pri devel/qbs/pkg : PLIST Log message: Update Qbs to 1.17.0 Removed "KDE porting team" aka. me as maintainer. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/02 10:28:06 Modified files: devel/catch2 : Makefile distinfo Log message: Update catch2 to 2.13.3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/02 10:45:36 Modified files: lib/libcrypto/man: ASN1_time_parse.3 Log message: typo: ASN1_parse_time -> ASN1_time_parse CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/11/02 11:32:08 Modified files: sys/arch/amd64/amd64: locore.S vector.S sys/arch/amd64/include: frameasm.h Log message: Restore abstraction of register saving into macros in frameasm.h The Meltdown mitigation work ran right across the previous abstractions; draw slightly different lines and use separate macros for interrupts vs traps vs syscall. The generated ASM for traps and general interrupts is completely unchanged; the ASM for the four directly routed interrupts is brought into line with the general interrupts; the ASM for syscalls is changed to delay reenabling interrupts until after all registers are saved and cleared. ok mpi@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/02 11:35:38 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: Set initial default display brightness via of_setbrightness() to ensure wscons and ofw are in sync. ok kn@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/02 11:39:44 Modified files: games/freedoom : Makefile.inc games/freedoom/freedm: distinfo games/freedoom/freedm/pkg: PLIST games/freedoom/freedoom: distinfo games/freedoom/freedoom/pkg: PLIST Log message: - update to freedom-0.12.1 - remove bogus WANTLIB line CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/02 11:44:36 Modified files: audio/gradio : Makefile Added files: audio/gradio/patches: patch-data_de_haeckerfelix_gradio_gschema_xml patch-src_gradio-app_vala patch-src_gradio-audio-player_vala patch-src_gradio-category-items_vala patch-src_gradio-library_vala patch-src_gradio-radio-browser_vala patch-src_gradio-radio-station_vala patch-src_gradio-search-provider_vala patch-src_gradio-searchbar_vala patch-src_gradio-settings_vala patch-src_gradio-utils_vala patch-src_page_gradio-search-page_vala Log message: Unbreak gradio with newer radio-browser.info API - cf https://api.radio-browser.info/ - use uuid string to identify stations - adapt to type changes in the API (str -> bool or int) - do a DNS SRV lookup to randomly select an API server CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/02 12:12:41 Modified files: devel/p5-List-MoreUtils: Makefile distinfo devel/p5-List-MoreUtils/patches: patch-MANIFEST patch-Makefile_PL Log message: update p5-List-MoreUtils to 0.430 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/02 12:45:18 Modified files: sys/dev/hid : hidkbd.c sys/dev/usb : makemap.awk ukbd.c sys/dev/wscons : wskbd.c Log message: Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4). ok kn@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/11/02 12:46:45 Modified files: productivity/baikal: Makefile distinfo productivity/baikal/patches: patch-Core_Frameworks_Baikal_Model_Config_Standard_php productivity/baikal/pkg: PLIST Log message: Update baikal to 0.7.2. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/02 12:47:50 Modified files: sys/dev/usb : ukbdmap.c Log message: sync CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/02 12:49:40 Log message: Import py-pikepdf, a Python library for reading and writing PDF files Tweaks and ok landry@ pkg/DESCR: pikepdf is a Python library for reading and writing PDF files. It is based on QPDF (https://github.com/qpdf/qpdf), a powerful PDF manipulation and repair library. Status: Vendor Tag: jca Release Tags: jca_20201102 N ports/print/py-pikepdf/Makefile N ports/print/py-pikepdf/distinfo N ports/print/py-pikepdf/pkg/PLIST N ports/print/py-pikepdf/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/02 12:52:43 Log message: Import pdfarranger, a GUI tool to rearrange and modify PDF files pdfarranger is a fork of print/pdfshuffler with python3 and gtk+3 support. Tweaks and ok landry@ pkg/DESCR: pdfarranger is a small python-gtk application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. Status: Vendor Tag: jca Release Tags: jca_20201102 N ports/print/pdfarranger/Makefile N ports/print/pdfarranger/distinfo N ports/print/pdfarranger/pkg/PLIST N ports/print/pdfarranger/pkg/DESCR N ports/print/pdfarranger/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/02 12:54:42 Modified files: print : Makefile Log message: Hook up py-pikepdf,python3 and pdfarranger, ok landry@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/11/02 13:30:41 Modified files: etc/examples : httpd.conf usr.sbin/acme-client: acme-client.1 Log message: acme response challenge location to issue better error code Notified to me by jmc@ Diff by Matthias Pressfreund , thanks CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/02 14:30:35 Modified files: www/p5-SOAP-WSDL: Makefile distinfo www/p5-SOAP-WSDL/pkg: PLIST Log message: Update to p5-SOAP-WSDL-3.004. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/02 14:40:38 Modified files: www/p5-HTML-Calendar-Month-Simple: Makefile distinfo Log message: Update to p5-HTML-CalendarMonthSimple-1.26. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/02 14:57:19 Modified files: productivity/zim: Makefile distinfo productivity/zim/patches: patch-setup_py productivity/zim/pkg: PLIST Log message: Update to zim-0.73.3 Moves to py3-gobject and gtk+3 instead of py-gtk2. Looks good to ajacoutot@ and pamela@, ok benno@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/02 15:49:17 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-configure patch-include_Makefile_in patch-sample_sample-config-files_tls-home_conf patch-sample_sample-config-files_tls-office_conf patch-src_openvpn_route_c patch-src_openvpn_tun_c net/openvpn/pkg: PLIST Removed files: net/openvpn/patches: patch-sample_sample-config-files_static-home_conf patch-sample_sample-config-files_static-office_conf Log message: Update to openvpn-2.5.0 This update drops the default fallback to BF-CBC with older clients. See https://openvpn.net/community-downloads/ for a list of details. 2.5.0-rcN test reports from gonzalo@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/11/02 19:45:20 Modified files: sys/arch/amd64/amd64: vector.S Log message: Correct comment typo in previous CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/02 20:03:51 Modified files: devel/p5-Type-Tiny: Makefile distinfo Log message: Update devel/p5-Type-Tiny to 1.010006 From wen heping Additional TEST_DEPENDS from me CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/11/02 21:47:01 Modified files: sys/net : if_gre.c Log message: replace the nvgre node when the endpoint ip changes. this helps nvgre follow things like carp masters changing on the inside of the virtual network. "makes sense" jmatthew@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/02 23:46:23 Modified files: share/man/man8 : netstart.8 Log message: rachel roch pointed out that wg was missing from DESCRIPTION; address this and update the text somewhat to make it clear we are not trying to exhaustively list all devices; at the same time, update the lists ;) help/ok claudio deraadt CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/03 01:09:35 Modified files: usr.bin/tmux : cmd-display-menu.c tmux.1 Log message: Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot com in GitHub issue 2442. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/11/03 01:17:58 Modified files: net/munin : Makefile distinfo Log message: update to munin-2.0.65 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/03 02:05:46 Modified files: emulators/stella: Makefile distinfo Log message: Update to stella-6.4. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/11/03 02:23:46 Modified files: usr.sbin/accton: accton.8 Log message: insert missing EXIT STATUS section; OK jmc@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/03 03:27:02 Modified files: multimedia/mpv : Makefile Log message: Regen WANTLIB to unbreak. noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/03 03:30:31 Modified files: www/p5-XML-Atom-SimpleFeed: Makefile distinfo www/p5-XML-Atom-SimpleFeed/pkg: PLIST Log message: Update to p5-XML-Atom-SimpleFeed-0.904. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/03 03:41:05 Modified files: textproc/p5-PDF-Table: Makefile distinfo Log message: Update to p5-PDF-Table-0.12, from wen heping, ok afresh1@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/03 04:09:20 Modified files: x11/gtksourceview4: Makefile distinfo x11/gtksourceview4/pkg: PLIST Log message: update to gtksourceview4-4.8.0 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/03 05:40:00 Modified files: print/py-pikepdf: Makefile Log message: Missing dep on devel/py-setuptools_scm,python3 Spotted by sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/11/03 06:21:54 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-content_public_common_common_param_traits_macros_h Log message: update to 86.0.4240.185 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/03 06:37:39 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.28 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/03 06:46:26 Modified files: textproc/pdfpc : Makefile distinfo Removed files: textproc/pdfpc/patches: patch-man_pdfpcrc_in patch-src_classes_action_action_mapping_vala patch-src_classes_drawings_storage_vala patch-src_classes_renderer_cache_base_vala patch-src_classes_timer_label_vala patch-src_classes_view_behaviour_base_vala Log message: update to pdfpc-4.4.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/03 06:52:14 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-toml: Makefile distinfo textproc/py-toml/pkg: PLIST Log message: - update to py-toml-0.10.2 - switch to python3 - enable tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/03 06:53:25 Modified files: security/recon-ng: Makefile distinfo Log message: this moved to github; no relevant change in the distfile CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/03 06:58:45 Modified files: regress/sys/uvm/vnode: vnode.c Log message: On arm64 char is unsigned, use int in getopt() loop. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/11/03 08:50:37 Modified files: devel/fossil : Makefile distinfo devel/fossil/patches: patch-auto_def Log message: Update fossil to 2.13. Release notes: https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_13 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/03 08:54:02 Modified files: textproc/p5-Text-Format: Makefile distinfo Log message: Update to p5-Text-Format-0.62. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/03 08:59:37 Modified files: textproc/p5-Text-Template: Makefile distinfo Log message: Update to p5-Text-Template-1.59. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/03 09:07:37 Modified files: textproc/p5-XString: Makefile distinfo Log message: Update to p5-XString-0.005. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 09:12:09 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: distinfo devel/kf5/baloo: Makefile distinfo devel/kf5/baloo/pkg: PLIST-main devel/kf5/bluez-qt: Makefile distinfo devel/kf5/bluez-qt/pkg: PLIST devel/kf5/breeze-icons: distinfo devel/kf5/breeze-icons/pkg: PLIST devel/kf5/extra-cmake-modules: distinfo devel/kf5/extra-cmake-modules/pkg: PLIST devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: distinfo devel/kf5/kactivities-stats: distinfo devel/kf5/kapidox: distinfo devel/kf5/kapidox/pkg: PLIST devel/kf5/karchive: distinfo devel/kf5/kauth: distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kcalendarcore: distinfo devel/kf5/kcmutils: Makefile distinfo devel/kf5/kcmutils/pkg: PLIST devel/kf5/kcodecs: distinfo devel/kf5/kcompletion: distinfo devel/kf5/kconfig: Makefile distinfo devel/kf5/kconfigwidgets: Makefile distinfo devel/kf5/kcontacts: distinfo devel/kf5/kcoreaddons: Makefile distinfo devel/kf5/kcoreaddons/pkg: PLIST devel/kf5/kcrash: distinfo devel/kf5/kdav : distinfo devel/kf5/kdav/pkg: PLIST devel/kf5/kdbusaddons: distinfo devel/kf5/kdeclarative: Makefile distinfo devel/kf5/kdeclarative/pkg: PLIST devel/kf5/kded : distinfo devel/kf5/kdelibs4support: distinfo devel/kf5/kdelibs4support/pkg: PLIST devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: distinfo devel/kf5/kdesu/patches: patch-src_suprocess_cpp devel/kf5/kdewebkit: distinfo devel/kf5/kdnssd: distinfo devel/kf5/kdoctools: distinfo devel/kf5/kemoticons: distinfo devel/kf5/kfilemetadata: distinfo devel/kf5/kglobalaccel: distinfo devel/kf5/kguiaddons: distinfo devel/kf5/kholidays: distinfo devel/kf5/khtml: distinfo devel/kf5/khtml/pkg: PLIST devel/kf5/ki18n: distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kinit: 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: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : Makefile distinfo devel/kf5/kjsembed: distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: Makefile distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: Makefile distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: distinfo devel/kf5/kparts/pkg: PLIST devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kross: distinfo devel/kf5/krunner: Makefile distinfo devel/kf5/krunner/pkg: PLIST devel/kf5/kservice: Makefile distinfo devel/kf5/kservice/pkg: PLIST devel/kf5/ktexteditor: Makefile distinfo devel/kf5/ktexteditor/pkg: PLIST devel/kf5/ktextwidgets: distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: distinfo devel/kf5/kwallet/pkg: PLIST devel/kf5/kwidgetsaddons: Makefile distinfo devel/kf5/kwidgetsaddons/pkg: PLIST devel/kf5/kwindowsystem: distinfo devel/kf5/kwindowsystem/pkg: PLIST devel/kf5/kxmlgui: Makefile distinfo devel/kf5/kxmlgui/pkg: PLIST devel/kf5/kxmlrpcclient: distinfo devel/kf5/oxygen-icons: distinfo devel/kf5/plasma-framework: Makefile distinfo devel/kf5/plasma-framework/pkg: PLIST devel/kf5/prison: distinfo devel/kf5/purpose: distinfo devel/kf5/purpose/pkg: PLIST devel/kf5/qqc2-desktop-style: Makefile distinfo devel/kf5/solid: Makefile distinfo devel/kf5/sonnet: Makefile distinfo devel/kf5/syndication: distinfo devel/kf5/syndication/pkg: PLIST devel/kf5/syntax-highlighting: Makefile distinfo devel/kf5/threadweaver: distinfo Removed files: devel/kf5/breeze-icons/patches: patch-generate-24px-versions_sh devel/kf5/kcoreaddons/patches: patch-src_desktoptojson_CMakeLists_txt patch-src_desktoptojson_main_cpp devel/kf5/kfilemetadata/patches: patch-src_xattr_p_h devel/kf5/kwallet/patches: patch-src_runtime_kwalletd_backend_blowfish_cc patch-src_runtime_kwalletd_backend_blowfish_h Log message: Update KDE frameworks to 5.75.0 One notable kf5 ports change: - Some patches merged upsteam. This is very positive that the KDE team accepts our patches. Ran a bulk build with no issues. Otherwise a simple update. Release notes: https://kde.org/announcements/kde-frameworks-5.75.0/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 09:12:42 Modified files: x11/kde-applications: Makefile.inc x11/kde-applications/akonadi: Makefile distinfo x11/kde-applications/akonadi/pkg: PLIST x11/kde-applications/akonadi-calendar: Makefile distinfo x11/kde-applications/akonadi-calendar-tools: Makefile distinfo x11/kde-applications/akonadi-contacts: Makefile distinfo x11/kde-applications/akonadi-import-wizard: Makefile distinfo x11/kde-applications/akonadi-mime: Makefile distinfo x11/kde-applications/akonadi-notes: Makefile distinfo x11/kde-applications/akonadi-search: Makefile distinfo x11/kde-applications/akonadi-search/pkg: PLIST x11/kde-applications/akonadiconsole: Makefile distinfo x11/kde-applications/akregator: Makefile distinfo x11/kde-applications/analitza: Makefile distinfo x11/kde-applications/ark: Makefile distinfo x11/kde-applications/artikulate: Makefile distinfo x11/kde-applications/audiocd-kio: Makefile distinfo x11/kde-applications/audiocd-kio/pkg: PLIST x11/kde-applications/baloo-widgets: Makefile distinfo x11/kde-applications/blinken: Makefile distinfo x11/kde-applications/bomber: Makefile distinfo x11/kde-applications/bovo: Makefile distinfo x11/kde-applications/calendarsupport: Makefile distinfo x11/kde-applications/cantor: Makefile distinfo x11/kde-applications/cervisia: Makefile distinfo x11/kde-applications/dolphin: Makefile distinfo x11/kde-applications/dolphin-plugins: Makefile distinfo x11/kde-applications/dolphin-plugins/pkg: PLIST x11/kde-applications/dragon: Makefile distinfo x11/kde-applications/dragon/pkg: PLIST x11/kde-applications/eventviews: Makefile distinfo x11/kde-applications/ffmpegthumbs: Makefile distinfo x11/kde-applications/ffmpegthumbs/pkg: PLIST x11/kde-applications/filelight: Makefile distinfo x11/kde-applications/granatier: Makefile distinfo x11/kde-applications/grantlee-editor: Makefile distinfo x11/kde-applications/grantleetheme: Makefile distinfo x11/kde-applications/gwenview: Makefile distinfo x11/kde-applications/incidenceeditor: Makefile distinfo x11/kde-applications/juk: Makefile distinfo x11/kde-applications/kaddressbook: Makefile distinfo x11/kde-applications/kajongg: Makefile distinfo x11/kde-applications/kalarm: Makefile distinfo x11/kde-applications/kalarmcal: Makefile distinfo x11/kde-applications/kalgebra: Makefile distinfo x11/kde-applications/kalzium: Makefile distinfo x11/kde-applications/kamera: Makefile distinfo x11/kde-applications/kamera/pkg: PLIST x11/kde-applications/kanagram: Makefile distinfo x11/kde-applications/kapman: Makefile distinfo x11/kde-applications/kapptemplate: Makefile distinfo x11/kde-applications/kate: Makefile distinfo x11/kde-applications/kate/pkg: PLIST x11/kde-applications/katomic: Makefile distinfo x11/kde-applications/kbackup: Makefile distinfo x11/kde-applications/kblackbox: Makefile distinfo x11/kde-applications/kblocks: Makefile distinfo x11/kde-applications/kblog: Makefile x11/kde-applications/kbounce: Makefile distinfo x11/kde-applications/kbreakout: Makefile distinfo x11/kde-applications/kbruch: Makefile distinfo x11/kde-applications/kcachegrind: Makefile distinfo x11/kde-applications/kcalc: Makefile distinfo x11/kde-applications/kcalutils: Makefile distinfo x11/kde-applications/kcharselect: Makefile distinfo x11/kde-applications/kcolorchooser: Makefile distinfo x11/kde-applications/kcron: Makefile distinfo x11/kde-applications/kcron/pkg: PLIST x11/kde-applications/kde-dev-scripts: Makefile distinfo x11/kde-applications/kde-dev-utils: Makefile distinfo x11/kde-applications/kde-dev-utils/pkg: PLIST x11/kde-applications/kdebugsettings: Makefile distinfo x11/kde-applications/kdeedu-data: Makefile distinfo x11/kde-applications/kdegraphics-mobipocket: Makefile distinfo x11/kde-applications/kdegraphics-thumbnailers: Makefile distinfo x11/kde-applications/kdenetwork-filesharing: Makefile distinfo x11/kde-applications/kdenlive: Makefile distinfo x11/kde-applications/kdenlive/patches: patch-src_lib_localeHandling_cpp x11/kde-applications/kdenlive/pkg: PLIST x11/kde-applications/kdepim-addons: Makefile distinfo x11/kde-applications/kdepim-addons/pkg: PLIST x11/kde-applications/kdepim-apps-libs: Makefile distinfo x11/kde-applications/kdepim-runtime: Makefile distinfo x11/kde-applications/kdesdk-kioslaves: Makefile distinfo x11/kde-applications/kdesdk-thumbnailers: Makefile distinfo x11/kde-applications/kdesdk-thumbnailers/pkg: PLIST x11/kde-applications/kdf: Makefile distinfo x11/kde-applications/kdialog: Makefile distinfo x11/kde-applications/kdiamond: Makefile distinfo x11/kde-applications/keditbookmarks: Makefile distinfo x11/kde-applications/kfind: Makefile distinfo x11/kde-applications/kfloppy: Makefile distinfo x11/kde-applications/kfourinline: Makefile distinfo x11/kde-applications/kgeography: Makefile distinfo x11/kde-applications/kget: Makefile distinfo x11/kde-applications/kgoldrunner: Makefile distinfo x11/kde-applications/kgpg: Makefile distinfo x11/kde-applications/khangman: Makefile distinfo x11/kde-applications/khelpcenter: Makefile distinfo x11/kde-applications/kidentitymanagement: Makefile distinfo x11/kde-applications/kig: Makefile distinfo x11/kde-applications/kigo: Makefile distinfo x11/kde-applications/killbots: Makefile distinfo x11/kde-applications/kimagemapeditor: Makefile distinfo x11/kde-applications/kimap: Makefile distinfo x11/kde-applications/kio-extras: Makefile distinfo x11/kde-applications/kio-extras/pkg: PLIST x11/kde-applications/kiriki: Makefile distinfo x11/kde-applications/kiten: Makefile distinfo x11/kde-applications/kitinerary: Makefile distinfo x11/kde-applications/kjumpingcube: Makefile distinfo x11/kde-applications/kldap: Makefile distinfo x11/kde-applications/kleopatra: Makefile distinfo x11/kde-applications/klettres: Makefile distinfo x11/kde-applications/klickety: Makefile distinfo x11/kde-applications/klines: Makefile distinfo x11/kde-applications/kmag: Makefile distinfo x11/kde-applications/kmahjongg: Makefile distinfo x11/kde-applications/kmail: Makefile distinfo x11/kde-applications/kmail/pkg: PLIST x11/kde-applications/kmail-account-wizard: Makefile distinfo x11/kde-applications/kmailtransport: Makefile distinfo x11/kde-applications/kmbox: Makefile distinfo x11/kde-applications/kmime: Makefile distinfo x11/kde-applications/kmines: Makefile distinfo x11/kde-applications/kmix: Makefile distinfo x11/kde-applications/kmousetool: Makefile distinfo x11/kde-applications/kmouth: Makefile distinfo x11/kde-applications/kmplot: Makefile distinfo x11/kde-applications/knavalbattle: Makefile distinfo x11/kde-applications/knetwalk: Makefile distinfo x11/kde-applications/knotes: Makefile distinfo x11/kde-applications/kolf: Makefile distinfo x11/kde-applications/kollision: Makefile distinfo x11/kde-applications/kollision/pkg: PLIST x11/kde-applications/kolourpaint: Makefile distinfo x11/kde-applications/kompare: Makefile distinfo x11/kde-applications/konqueror: Makefile distinfo x11/kde-applications/konqueror/pkg: PLIST x11/kde-applications/konquest: Makefile distinfo x11/kde-applications/konsole: Makefile distinfo x11/kde-applications/kontact: Makefile distinfo x11/kde-applications/kontactinterface: Makefile distinfo x11/kde-applications/korganizer: Makefile distinfo x11/kde-applications/kpimtextedit: Makefile distinfo x11/kde-applications/kpkpass: Makefile distinfo x11/kde-applications/kqtquickcharts: Makefile distinfo x11/kde-applications/krdc: Makefile distinfo x11/kde-applications/kreversi: Makefile distinfo x11/kde-applications/krfb: Makefile distinfo x11/kde-applications/kross-interpreters: Makefile distinfo x11/kde-applications/kruler: Makefile distinfo x11/kde-applications/kshisen: Makefile distinfo x11/kde-applications/ksirk: Makefile distinfo x11/kde-applications/ksmtp: Makefile distinfo x11/kde-applications/ksnakeduel: Makefile distinfo x11/kde-applications/kspaceduel: Makefile distinfo x11/kde-applications/ksquares: Makefile distinfo x11/kde-applications/ksudoku: Makefile distinfo x11/kde-applications/ksystemlog: Makefile distinfo x11/kde-applications/kteatime: Makefile distinfo x11/kde-applications/ktimer: Makefile distinfo x11/kde-applications/ktnef: Makefile distinfo x11/kde-applications/ktouch: Makefile distinfo x11/kde-applications/ktuberling: Makefile distinfo x11/kde-applications/kturtle: Makefile distinfo x11/kde-applications/kubrick: Makefile distinfo x11/kde-applications/kubrick/pkg: PLIST x11/kde-applications/kwalletmanager: Makefile distinfo x11/kde-applications/kwordquiz: Makefile distinfo x11/kde-applications/libgravatar: Makefile distinfo x11/kde-applications/libgravatar/pkg: PLIST x11/kde-applications/libkcddb: Makefile distinfo x11/kde-applications/libkcompactdisc: Makefile distinfo x11/kde-applications/libkcompactdisc/patches: patch-src_CMakeLists_txt x11/kde-applications/libkdcraw: Makefile distinfo x11/kde-applications/libkdegames: Makefile distinfo x11/kde-applications/libkdepim: Makefile distinfo x11/kde-applications/libkeduvocdocument: Makefile distinfo x11/kde-applications/libkexiv2: Makefile distinfo x11/kde-applications/libkgapi: Makefile distinfo x11/kde-applications/libkipi: Makefile distinfo x11/kde-applications/libkleo: Makefile distinfo x11/kde-applications/libkmahjongg: Makefile distinfo x11/kde-applications/libkomparediff2: Makefile distinfo x11/kde-applications/libksane: Makefile distinfo x11/kde-applications/libksieve: Makefile distinfo x11/kde-applications/lokalize: Makefile distinfo x11/kde-applications/lskat: Makefile distinfo x11/kde-applications/mailcommon: Makefile distinfo x11/kde-applications/mailimporter: Makefile distinfo x11/kde-applications/marble: Makefile distinfo x11/kde-applications/mbox-importer: Makefile distinfo x11/kde-applications/messagelib: Makefile distinfo x11/kde-applications/minuet: Makefile distinfo x11/kde-applications/minuet/pkg: PLIST x11/kde-applications/okteta: Makefile x11/kde-applications/okular: Makefile distinfo x11/kde-applications/okular/pkg: PLIST x11/kde-applications/palapeli: Makefile distinfo x11/kde-applications/picmi: Makefile distinfo x11/kde-applications/pim-data-exporter: Makefile distinfo x11/kde-applications/pim-sieve-editor: Makefile distinfo x11/kde-applications/pimcommon: Makefile distinfo x11/kde-applications/poxml: Makefile distinfo x11/kde-applications/print-manager: Makefile distinfo x11/kde-applications/rocs: Makefile distinfo x11/kde-applications/spectacle: Makefile x11/kde-applications/step: Makefile distinfo x11/kde-applications/step/pkg: PLIST x11/kde-applications/svgpart: Makefile distinfo x11/kde-applications/sweeper: Makefile distinfo x11/kde-applications/umbrello: Makefile distinfo x11/kde-applications/umbrello/pkg: PLIST x11/kde-applications/zeroconf-ioslave: Makefile distinfo Removed files: x11/kde-applications: kde-applications.port.mk Log message: Update KDE applications to 20.08.2 One notable kde-applications ports change: - Remove undocumented kde-applications.port.mk and move logic into Makefile.inc. Ran a bulk build with no issues. Otherwise a simple bug-fix update. Release notes: https://kde.org/announcements/releases/2020-10-apps-update/ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/03 09:13:02 Modified files: textproc/p5-Text-Aligner: Makefile distinfo Log message: Update to p5-Text-Aligner-0.16. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 09:13:26 Modified files: graphics/krita : Makefile distinfo graphics/krita/pkg: PLIST Log message: Update krita to 4.4.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/03 09:43:31 Modified files: sys/net : Tag: OPENBSD_6_8 wg_noise.c Log message: release the correct lock in noise_remote_begin_session() fixes a "noise_keypair: lock not held" panic observed by Caspar Schutijser from Jason A. Donenfeld original commit: jasper this is errata/6.8/004_wg.patch.sig CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/03 09:45:40 Modified files: sbin/iked : parse.y Log message: Add 'any' keyword for request to allow 'request address any'. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/03 09:48:09 Modified files: x11/xfce4/xfdesktop: Makefile distinfo x11/xfce4/xfdesktop/pkg: PLIST Log message: Update to xfdesktop 4.14.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 09:51:33 Modified files: x11/kde-applications/kmail: Makefile x11/kde-applications/knotes: Makefile x11/kde-applications/kontact: Makefile x11/kde-applications/korganizer: Makefile Log message: Fix duplicated assignment of MODKDE5_TRANSLATIONS CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 09:54:23 Modified files: x11/kde-applications/kcalc: Makefile Log message: Fix Makefile does not have $OpenBSD$ RCS tag at the top CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/03 10:00:08 Modified files: www/youtube-dl : Makefile distinfo Log message: Update to youtube-dl-2020.11.01.1 ok rsadowski@ Update diff from Christoph R. Winter CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/11/03 10:09:49 Modified files: . : errata68.html Log message: release wg errata CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/03 10:22:45 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Hook X509_STORE_CTX get_issuer() callback from new X509 verifier. If we fail to find a parent certificate from either the supplied roots or intermediates and we have a X509_STORE_CTX, call its get_issuer() callback to see if it can supply a suitable certificate. This makes things like certificates by directory (aka by_dir) work correctly. Issue noted by Uwe Werler ok beck@ tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 10:34:50 Modified files: math/kst : Makefile Log message: Removed "KDE porting team" aka. me as maintainer. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 10:36:00 Modified files: x11/py-qt5 : Makefile Log message: Removed "KDE porting team" aka. me as maintainer. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 10:38:35 Modified files: multimedia/phonon-backend: Makefile.inc multimedia/phonon-backend/gstreamer: Makefile multimedia/phonon-backend/vlc: Makefile Log message: Removed "KDE porting team" aka. me as maintainer. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/03 10:41:39 Modified files: lib/libssl : tls13_legacy.c Log message: Only check BIO_should_read() on read and BIO_should_write() on write. The TLSv1.3 code that drives a BIO currently checks BIO_should_read() after BIO_write() and BIO_should_write() after BIO_read(), which was modelled on SSL_get_error(). However, there are certain cases where this can confuse the caller - primarily where the same BIO is being used for both read and write and the caller is manipulating the retry flags. SSL_get_error() tends avoids this issue by relying on another layer of state tracking. Unfortunately haproxy hits this situation - it has its own BIO_METHOD, the same BIO is used for both read and write and it manipulates the retry flags - resulting in it stalling. Issued noted by Thorsten Lockert ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/03 10:43:01 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Fix bad indent. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/11/03 11:19:32 Modified files: sys/arch/amd64/amd64: locore.S Log message: Give sizes to more of the functions in locore.S ok mpi@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/03 11:39:18 Modified files: usr.bin/openssl: verify.c Log message: X509_verify_cert()'s return value is not reliable if the callback returns 1. verify.c's cb() ignores a bunch of things to display as much info as possible. Thus, check the error code on the store ctx as well, similar to OpenSSL commit d9e309a6 (old licence). This makes openssl verify error on expired certs, at least with the legacy verify code. While here, fix a number of style issues, simplify and plug a leak. ok inoguchi CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/03 11:42:52 Modified files: usr.bin/openssl: verify.c Log message: * ptr -> *ptr CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/03 11:47:19 Modified files: usr.bin/openssl: verify.c Log message: garbage collect an essentially unused variable and wrap some overlong lines CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/03 11:50:25 Modified files: usr.bin/openssl: verify.c Log message: Wrap remaining overlong lines. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 11:56:11 Modified files: devel/universal-ctags: Makefile distinfo devel/universal-ctags/patches: patch-Makefile_am patch-misc_units devel/universal-ctags/pkg: PLIST Log message: Update universal-ctags to 0.20201103 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 12:41:36 Modified files: x11/kde-applications/ksystemlog: Makefile Log message: Remove unnecessary dependency on kiconthemes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 12:42:41 Modified files: x11/kde-applications/libgravatar: Makefile x11/kde-applications/libgravatar/pkg: DESCR Log message: Remove trailing whitespace in pkg/DESCR CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/03 12:45:30 Modified files: net/unison : Makefile.inc net/unison/2.4x/pkg: PLIST net/unison/2.5x: Makefile distinfo net/unison/2.5x/patches: patch-uicommon_ml Removed files: net/unison/2.5x/patches: patch-files_ml patch-recon_ml patch-system_system_generic_ml patch-uigtk2_ml Log message: Update to unison-2.51.3 Changes: https://github.com/bcpierce00/unison/blob/v2.51.3/src/NEWS CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/03 12:46:04 Modified files: x11/herbstluftwm: Makefile distinfo x11/herbstluftwm/pkg: PLIST Added files: x11/herbstluftwm/pkg: README Log message: Update to herbstluftwm-0.9.0 Changes: https://herbstluftwm.org/news.html From Lucas (maintainer), plus a minor change by me. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 12:54:10 Modified files: x11/kde-applications/kmail-account-wizard: Makefile Log message: Add missing RDEP on devel/desktop-file-utils, misc/shared-mime-info CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 12:55:37 Modified files: x11/kde-applications/kmail: Makefile Log message: Add missing RDEP on devel/desktop-file-utils CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 12:56:33 Modified files: x11/kde-applications/knotes: Makefile Log message: Add missing RDEP on devel/desktop-file-utils CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/03 12:57:02 Modified files: x11/herbstluftwm: Makefile x11/herbstluftwm/pkg: PLIST Log message: Oops, don't '@comment' out share/doc/herbstluftwm/hlwm-doc.json in pkg/PLIST as it contains structured documentation compared to the long man page. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 12:57:27 Modified files: x11/kde-applications/kontact: Makefile Log message: Add missing RDEP on devel/desktop-file-utils CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 12:58:04 Modified files: x11/kde-applications/korganizer: Makefile Log message: Add missing RDEP on devel/desktop-file-utils CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:00:24 Modified files: x11/kde-applications/kleopatra: Makefile Log message: Fix $OpenBSD$ RCS tag CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:02:52 Modified files: x11/kde-applications/step: Makefile Log message: Fix missing RDEP on devel/desktop-file-utils, misc/shared-mime-info CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:04:03 Modified files: x11/kde-applications/pim-data-exporter: Makefile Log message: Fix missing RDEP on devel/desktop-file-utils CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:05:16 Modified files: x11/kde-applications/messagelib: Makefile Log message: Fix $OpenBSD$ RCS tag at the top CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:06:44 Modified files: x11/kde-applications/kalgebra: Makefile Log message: Fix $OpenBSD$ RCS tag at the top CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:13:08 Modified files: x11/kde-applications/pim-sieve-editor: Makefile Log message: Add missing RDEP on devel/desktop-file-utils CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:13:37 Modified files: x11/kde-applications/mbox-importer: Makefile Log message: Add missing RDEP on devel/desktop-file-utils CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:14:44 Modified files: x11/kde-applications/kpkpass: Makefile Log message: Add missing RDEP on misc/shared-mime-info CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:15:56 Modified files: x11/kde-applications/kdepim-runtime: Makefile Log message: Add missing RDEP on x11/gtk+3,-guic CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:18:47 Modified files: graphics/krita : Makefile distinfo Log message: Update krita to 4.4.1 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/03 13:45:58 Modified files: regress/sbin/iked/dh: Makefile dhtest.c Log message: Fix dh test after recent API refactoring. Remove outdated references to EC2N while we're at it. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 13:52:45 Modified files: x11/kde-applications/ark: Makefile Log message: Remove unnecessary dependency on kiconthemes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 14:09:36 Modified files: x11/kde-applications/kamera: Makefile Log message: Fix hardcoded path in CXXFLAGS CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/03 14:16:32 Modified files: regress/usr.sbin/rpki-client: test-mft.c test-roa.c Log message: Inline pem_print(). It's a wrapper around PEM_write_bio_X509(). ok benno claudio CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/03 14:36:31 Modified files: devel/llvm : Makefile Log message: Attempt to fix build on powerpc Apparently -mlong-calls does more harm than good these days. From Brad. http://build-failures.rhaalovely.net/arm/2020-06-03/devel/llvm,,-main.log CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/11/03 14:42:32 Modified files: www/py-requests: Makefile distinfo Added files: www/py-requests/patches: patch-setup_py Removed files: www/py-requests/patches: patch-tests_test_utils_py Log message: Update to py-requests-2.24.0 Requested by ajacoutot@, ok sthen@. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/03 14:46:14 Modified files: sys/dev/fdt : if_mvpp.c if_mvppreg.h Log message: Disable HW PHY polling. It's enabled by default. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/03 14:49:42 Modified files: sys/dev/mii : eephy.c eephyreg.h miivar.h Log message: The Marvell 88E1512 supports multiple modes between MAC to PHY and PHY to Media. The mode can be configured in the General Control Register 1. On the 88E1512 and 88E1514 this mode defaults to 111 (invalid). Thus we need to change the mode if we want SGMII-to-Copper. For this, allow the interface to pass an SGMII flag, indicating that the interface between MAC and PHY is SGMII. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/03 14:50:54 Modified files: sys/dev/fdt : if_mvpp.c Log message: Have mvpp(4) pass MII flags depending on the phy mode specified in the device tee. This allows my ClearFog GT 8K to get the 1G link up. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/03 14:50:58 Modified files: regress/sys/net/rtable: kern_compat.h Log message: The 'source IP address' commit (route.c r1.249) broke the rtable regress tests since it introduced use of ifa_ifwithaddr() from if.c, so the tests no longer link due to the missing symbol. Provide an ifa_ifwithaddr() shim that makes the test link again. Passes on amd64 and sparc64. ok bluhm CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/03 15:53:12 Modified files: usr.bin/ssh : match.c Log message: fold consecutive '*' wildcards to mitigate combinatorial explosion of recursive searches; ok dtucker CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/03 16:19:14 Modified files: graphics/zbar/pkg: PLIST Added files: graphics/zbar/patches: patch-zbarimg_zbarimg_c Log message: Missed in previous CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/03 19:06:02 Modified files: devel/p5-Array-Compare: Makefile distinfo Log message: Update devel/p5-Array-Compare to 3.0.3 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/03 19:16:55 Modified files: databases/p5-SQL-Translator: Makefile distinfo Log message: Update databases/p5-SQL-Translator to 1.62 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/03 19:31:15 Modified files: graphics/p5-SVG-Graph: Makefile distinfo graphics/p5-SVG-Graph/pkg: PLIST Log message: Update graphics/p5-SVG-Graph to 0.04 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/03 21:14:27 Modified files: devel/p5-DateTime: Makefile Log message: Add missing TEST_DEPENDS to devel/p5-DateTime CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/03 21:18:48 Modified files: devel/p5-DateTime-TimeZone: Makefile distinfo Log message: Update devel/p5-DateTime-TimeZone to 2.43 From wen heping CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/03 21:40:13 Modified files: sys/net : bpf.c Log message: Use sysctl_int_bounded in bpf_sysctl Unlike the other cases of sysctl_bounded_arr this one uses a dynamic limit. OK millert@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 22:48:38 Modified files: x11/kde-applications/kmix: Makefile Log message: Add missing dependency audio/pulseaudio CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 22:51:13 Modified files: x11/kde-applications/akonadi-calendar: Makefile Log message: Remove unnecessary dependency on x11/grantlee-qt5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 22:52:41 Modified files: x11/kde-applications/akonadi-contacts: Makefile Log message: Remove unnecessary dependency on kdbusaddons CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 22:54:52 Modified files: x11/kde-applications/akregator: Makefile Log message: Remove unnecessary dependency on kiconthemes and prison CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:01:01 Modified files: x11/kde-applications/calendarsupport: Makefile Log message: Remove unnecessary dependency on grantlee-qt5, kdepim-apps-libs CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:02:09 Modified files: x11/kde-applications/cantor: Makefile Log message: Remove unnecessary dependency on textproc/discount CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:05:10 Modified files: x11/kde-applications/kalarm: Makefile Log message: Remove unnecessary dependency on libkdepim, cleanup build-,lib-dependencies CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:07:33 Modified files: x11/kde-applications/kdepim-apps-libs: Makefile Log message: Move LIB_DEPENDS kemoticons and kitemmodels to build/run CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:08:45 Modified files: x11/kde-applications/konqueror: Makefile Log message: Remove unnecessary dependency on khtml and kjs CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:09:42 Modified files: x11/kde-applications/kalzium: Makefile Log message: Clean up dependency issues, spotted by portcheck CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:18:31 Modified files: x11/kde-applications/step: Makefile Log message: Remove unnecessary dependency on kjs and khtml CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:29:46 Modified files: x11/kde-applications/rocs: Makefile Log message: Remove unnecessary dependency on qtwebkit CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:30:08 Modified files: x11/kde-applications/rocs: Makefile Log message: Missed port bump CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/03 23:38:07 Modified files: x11/kde-applications/akonadi-calendar-tools: Makefile Log message: Regen WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 00:10:52 Modified files: x11/kde-applications/kolourpaint: Makefile Log message: Remove unnecessary dependency on ... - kdelibs4support - knotifications - kparts - kunitconversion CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/04 01:19:29 Modified files: misc/xkcd-viewer: Makefile misc/xkcd-viewer/patches: patch-lib_XKCD_Core_pm Added files: misc/xkcd-viewer/patches: patch-script_xkcd_viewer_pl Log message: xkcd.com moved to https a while ago - fix this important port :) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/04 01:26:38 Modified files: x11/kde-applications/okteta: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/04 02:19:22 Modified files: devel/proj : Makefile distinfo devel/proj/pkg : PLIST Log message: Update to proj 7.2.0. See https://proj.org/news.html#release-notes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/04 02:19:47 Modified files: geo/gdal : Makefile distinfo geo/gdal/pkg : PLIST-main PLIST-python Log message: Update to gdal 3.2.0. See https://github.com/OSGeo/gdal/blob/v3.2.0/gdal/NEWS CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/04 03:20:17 Modified files: www/p5-HTTP-Entity-Parser: Makefile distinfo Log message: Update to p5-HTTP-Entity-Parser-0.24. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/04 03:25:22 Modified files: www/p5-Dancer-Plugin-Thumbnail: Makefile distinfo Log message: Update to p5-Dancer-Plugin-Thumbnail-0.16. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/04 03:32:30 Modified files: textproc/p5-XML-RSS: Makefile distinfo Log message: Update to p5-XML-RSS-1.62. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/11/04 03:34:18 Modified files: etc/examples : httpd.conf usr.sbin/acme-client: acme-client.1 Log message: Back out last commit. Some devs are not convinced. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/04 03:37:21 Modified files: textproc/p5-String-Random: Makefile distinfo Log message: Update to p5-String-Random-0.31. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/04 03:46:32 Modified files: geo/traccar : Makefile distinfo geo/traccar/patches: patch-conf_default_xml geo/traccar/pkg: PLIST Log message: update to traccar-4.1.1, from Renaud Allard, plus regen patch CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/04 03:50:55 Modified files: security/p5-Crypt-X509: Makefile distinfo Log message: Update to p5-Crypt-X509-0.53. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/04 03:53:29 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Recognise Cortex-A78AE, Cortex-X1 and Neoverse V1. Checked against ATF, LLVM and Arm TRMs. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 05:09:18 Modified files: x11/kde-applications/kontact: Makefile Log message: Fix and clean up dependencies CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 05:17:55 Modified files: x11/kde-applications/libksieve: Makefile Log message: Remove unnecessary dependency on prison CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 05:20:16 Modified files: x11/kde-applications/lokalize: Makefile Log message: clean up port-install python module handling CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 05:50:27 Modified files: x11/kde-applications/kget: Makefile Log message: Remove unnecessary dependency on kemoticons, fix kitemmodels CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 05:53:59 Modified files: x11/kde-applications/pimcommon: Makefile Log message: Remove unnecessary dependency on kdbusaddons CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 05:55:37 Modified files: x11/kde-applications/kdepim-runtime: Makefile Log message: Remove unnecessary dependency on kdbusaddons CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/04 05:57:07 Modified files: print/py-pikepdf: Makefile Log message: Add missing BDEP on devel/py-setuptools_scm_git_archive${MODPY_FLAVOR} should fix another build failure reported by naddy@, without it setup.py tries to install it via pip and fails horribly CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/04 06:05:45 Modified files: security/p5-Crypt-RIPEMD160: Makefile distinfo security/p5-Crypt-RIPEMD160/pkg: PLIST Log message: Update to p5-Crypt-RIPEMD160-0.08. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/04 06:13:42 Modified files: security/p5-Crypt-Rijndael: Makefile distinfo Log message: Update to p5-Crypt-Rijndael-1.15. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/04 06:41:47 Modified files: security/p5-Crypt-OpenSSL-EC: Makefile distinfo security/p5-Crypt-OpenSSL-EC/pkg: PLIST Log message: Update to p5-Crypt-OpenSSL-EC-1.32. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/04 07:26:52 Modified files: security/recon-ng: Makefile distinfo Log message: rename distfile, distfile changes without a name change cause problems in bulk CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/04 07:28:22 Modified files: sysutils/facette: Makefile Log message: mark facette broken, it fetches from internet during build so it fails in bulk builds and also in builds where the porter has set PORTS_PRIVSEP=Yes and disabled internet access for the build user (which I strongly recommend for all porters) ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/04 07:40:03 Modified files: emulators/spike: Makefile Log message: disable spike on i386, compiling disasm.cc uses more memory than there is available address space. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/04 07:55:20 Modified files: audio/py-mutagen: Makefile audio/py-mutagen/pkg: PLIST Log message: MODPY_3ONLY can be spelt "MODPY_COMMENT", it is the same thing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/04 08:01:28 Modified files: www/py-genshi : Makefile distinfo www/py-genshi/pkg: PLIST Log message: update to py-genshi-0.7.4, fix _speedups.so handling in PLIST/Makefile (it is present on py2 but not py3). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/04 08:15:06 Log message: import ports/sysutils/direnv, from Ashton Fagg with tweaks from abieber/me similar version was ok abieber@ Status: Vendor Tag: sthen Release Tags: sthen_20201104 N ports/sysutils/direnv/Makefile N ports/sysutils/direnv/distinfo N ports/sysutils/direnv/pkg/DESCR N ports/sysutils/direnv/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/04 08:15:34 Modified files: sysutils : Makefile Log message: +direnv CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/04 08:32:10 Modified files: sbin/iked : ca.c Log message: Add check for static id size. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 08:44:02 Modified files: x11/kde-applications/kalgebra: Makefile Log message: Clean up dependencies spotted by portcheck CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 08:46:27 Modified files: x11/kde-applications/kdenlive: Makefile Log message: Add missing dependency on x11/qt5/qtquickcontrols2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 08:47:06 Modified files: x11/kde-applications/korganizer: Makefile Log message: Remove unnecessary dependency on kdepim-apps-libs CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/04 09:28:22 src/regress/sys/net/wg Update of /cvs/src/regress/sys/net/wg In directory cvs.openbsd.org:/tmp/cvs-serv66758/wg Log Message: Directory /cvs/src/regress/sys/net/wg added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/04 09:31:41 Added files: regress/sys/net/wg: Makefile Log message: Set up two WireGuard wg(4) interfaces in different routing domains. Combinations of IPv4 and IPv6 are used for tunnel and interface addresses. Check that routes are created correctly by WireGuard setup. Ping addresses on the wg interfaces locally and through the VPN tunnel. Check with tcpdump that encrypted traffic appears on loopback. Configure wg interface with bad key and check that ping does not work. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 09:33:24 Modified files: x11/kde-applications/knotes: Makefile Log message: Remove unnecessary dependency on kdbusaddons CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/04 09:33:37 Modified files: x11/kde-applications/mailimporter: Makefile Log message: Remove unnecessary dependency on libkdepim CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/04 11:46:01 Modified files: lang/gerbil : Makefile Added files: lang/gerbil/patches: patch-src_tools_gxtags_ss Log message: pull in fix from upstream for gxtags; this was causing repeated failures on exopi, and i think this will also unbreak this port for i386 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/04 12:14:51 Log message: Import i2p-0.9.47 I2P is an anonymous overlay network - a network within a network. It is intended to protect communication from dragnet surveillance and monitoring by third parties such as ISPs. I2P is used by many people who care about their privacy: activists, oppressed people, journalists and whistleblowers, as well as the average person. No network can be "perfectly anonymous". The continued goal of I2P is to make attacks more and more difficult to mount. Its anonymity will get stronger as the size of the network increases and with ongoing academic review. ok rsadowski@ help from sthen@ Port sent by Dimitri Karamazov who takes maintainership Status: Vendor Tag: solene Release Tags: solene_20201104 N ports/net/i2p/Makefile N ports/net/i2p/distinfo N ports/net/i2p/pkg/DESCR N ports/net/i2p/pkg/PLIST N ports/net/i2p/pkg/i2p.rc N ports/net/i2p/patches/patch-installer_resources_eepget N ports/net/i2p/patches/patch-installer_resources_i2prouter N ports/net/i2p/patches/patch-installer_resources_wrapper_config N ports/net/i2p/patches/patch-core_c_jbigi_build_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/04 12:15:15 Modified files: net : Makefile Log message: + i2p CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/04 12:15:30 Modified files: infrastructure/db: user.list Log message: + _i2p for net/i2p CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/04 12:17:01 Log message: Import java-tanukiwrapper-3.5.43 Required for net/i2p The Java Service Wrapper is an application which has evolved out of a desire to solve a number of problems common to many Java applications: - Run as a Windows Service or Unix Daemon - Application Reliability - Standard, Out of the Box Scripting - On Demand Restarts - Flexible Configuration - Ease Application Installations - Logging ok rsadowski@ Port sent by Dimitri Karamazov who takes maintainership Status: Vendor Tag: solene Release Tags: solene_20201104 C ports/java/tanukiwrapper/Makefile C ports/java/tanukiwrapper/distinfo U ports/java/tanukiwrapper/pkg/DESCR C ports/java/tanukiwrapper/pkg/PLIST C ports/java/tanukiwrapper/patches/patch-build-tests_xml C ports/java/tanukiwrapper/patches/patch-build_xml C ports/java/tanukiwrapper/patches/patch-src_c_logger_c C ports/java/tanukiwrapper/patches/patch-src_c_wrapper_c C ports/java/tanukiwrapper/patches/patch-src_c_wrapper_h C ports/java/tanukiwrapper/patches/patch-src_c_wrapper_unix_c C ports/java/tanukiwrapper/files/Makefile-openbsd-x86-64.gmake C ports/java/tanukiwrapper/files/Makefile-openbsd-x86-32.gmake 11 conflicts created by this import. Use the following command to help the merge: cvs checkout -jsolene:yesterday -jsolene ports/java/tanukiwrapper CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/04 13:21:47 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-textfsm: Makefile textproc/py-textfsm/pkg: PLIST textproc/py-unicodecsv: Makefile textproc/py-unicodecsv/pkg: PLIST Log message: make these python3-only as nothing py2 depends on them anymore CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/04 13:45:00 Added files: java/tanukiwrapper: Makefile distinfo java/tanukiwrapper/files: Makefile-openbsd-x86-32.gmake Makefile-openbsd-x86-64.gmake java/tanukiwrapper/patches: patch-build-tests_xml patch-build_xml patch-src_c_logger_c patch-src_c_wrapper_c patch-src_c_wrapper_h patch-src_c_wrapper_unix_c java/tanukiwrapper/pkg: DESCR PLIST Log message: Reimport java-tanukiwrapper-3.5.43 Required for net/i2p ok rsadowski@ Port sent by Dimitri Karamazov who takes maintainership CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/04 13:46:41 ports/emulators/spike/patches Update of /cvs/ports/emulators/spike/patches In directory cvs.openbsd.org:/tmp/cvs-serv94912/patches Log Message: Directory /cvs/ports/emulators/spike/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/04 13:52:45 Modified files: java : Makefile Log message: + tanukiwrapper CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/11/04 13:58:17 Modified files: security/angrop: Makefile devel/angr : Makefile.inc devel/angr/py-ailment: Makefile devel/angr/py-angr: Makefile devel/angr/py-archinfo: Makefile devel/angr/py-claripy: Makefile devel/angr/py-cle: Makefile devel/angr/py-pyvex: Makefile devel/angr/py-z3-solver: Makefile devel/angr/vex : Makefile Log message: Remove myself as MAINTAINER CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/04 15:08:37 Modified files: devel/py-gobject3: Makefile devel/py-gobject3/pkg: PLIST Log message: Fix upgrade path by providing a @pkgpath marker for devel/py-gobject3,-main instead of devel/py-gobject3. issue reported by landry@ "yes i think that's it" sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/04 19:58:03 Modified files: databases/p5-DBIx-Class: Makefile distinfo databases/p5-DBIx-Class/pkg: PLIST Removed files: databases/p5-DBIx-Class/patches: patch-Makefile_PL Log message: Update databases/p5-DBIx-Class to 0.082842 From wen heping With tweaks by me Two tests still failing, reported upstream as it's not clear it's us https://rt.cpan.org/Public/Bug/Display.html?id=133170 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/04 22:00:14 Modified files: usr.sbin/tcpdump: INSTALL Removed files: usr.sbin/tcpdump: print-skip.c Log message: Send print-skip.c to the attic This was unhooked from the build in a code sync in 1996 and didn't make it into the upstream revision history. Prompted by a diff from Neeraj Pal that showed that this file wasn't compiled. ok jca kn CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/04 22:35:33 Modified files: net/unison/2.4x: Makefile Log message: Bump REVISION I updated WANTLIB in net/unison/Makefile.inc as part of an update of net/unison/2.5x, and forgot to bump REVISION in net/unison/2.4x. Reported by naddy@. Thank you! CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 01:09:29 Modified files: converters/p5-Unicode-MapUTF8: Makefile distinfo Log message: Update to p5-Unicode-MapUTF8-1.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 01:22:31 Modified files: devel/p5-Class-C3-XS: Makefile distinfo devel/p5-Class-C3-XS/pkg: PLIST Log message: Update to p5-Class-C3-XS-0.15. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/05 01:25:34 Modified files: devel/leatherman: Makefile distinfo Log message: simple update 1.12.1 -> 1.12.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 01:26:13 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-daemon_gdm-manager_c x11/gnome/gdm/pkg: PLIST Log message: Update to gdm-3.36.4. - fix a crash CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/05 01:26:15 Modified files: sysutils/facter: Makefile distinfo Log message: simple update 3.14.13 -> 3.14.14 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/05 01:28:57 Modified files: net/rabbitmq : Makefile Log message: the rabbitmqadmin script needs MODPY_BIN, so remove the MODPY_RUNDEP = No line to include python in the RUN_DEPDS CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/05 01:29:50 Modified files: www/sope : Makefile distinfo Log message: simple update 5.0.0 -> 5.0.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/05 01:30:35 Modified files: www/sogo : Makefile distinfo Log message: simple update 5.0.0 -> 5.0.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/05 01:35:16 Modified files: emulators/spike: Makefile Added files: emulators/spike/patches: patch-disasm_disasm_mk_in Log message: compile disasm files with -O1 to half memory usage (to 4GB) when compiling these files CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 01:36:24 Modified files: devel/p5-Class-Generate: Makefile distinfo Log message: Update to p5-Class-Generate-1.18. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 01:42:07 Modified files: devel/p5-Clone-PP: Makefile distinfo Log message: Update to p5-Clone-PP-1.08. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 01:55:26 Modified files: devel/p5-Error : Makefile distinfo Log message: Update to p5-Error-0.17029. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/05 02:06:23 Added files: mail/mozilla-thunderbird/patches: patch-bug-1663715 www/tor-browser/browser/patches: patch-bug-1663715 www/firefox-esr/patches: patch-bug-1663715 Log message: Fix build with rust 1.47.0. jumbo patch from https://hg.mozilla.org/releases/mozilla-esr78/rev/85c38ea4d349 cf https://bugzilla.mozilla.org/show_bug.cgi?id=1663715 ok semarie@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/05 02:21:35 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_builder_rs patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs patch-src_librustc_session_filesearch_rs patch-src_test_ui_out-of-stack_rs patch-vendor_openssl-sys_build_main_rs lang/rust/pkg : PLIST-gdb PLIST-main Added files: lang/rust/patches: patch-library_std_src_sys_unix_os_rs patch-library_std_src_sys_unix_stack_overflow_rs Removed files: lang/rust/patches: patch-src_libstd_sys_unix_os_rs patch-src_libstd_sys_unix_stack_overflow_rs Log message: update rustc to 1.47.0 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 03:03:56 Modified files: devel/p5-File-BOM: Makefile distinfo Log message: Update to p5-File-BOM-0.18. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 03:12:02 Modified files: devel/p5-File-HomeDir: Makefile distinfo Log message: Update to p5-File-HomeDir-1.006. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 03:19:18 Modified files: devel/p5-File-Remove: Makefile distinfo Log message: Update to p5-File-Remove-1.60. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 03:26:14 Modified files: devel/p5-File-ShareDir: Makefile distinfo Log message: Update to p5-File-ShareDir-1.118. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 03:26:32 Modified files: devel/py-gobject3: Makefile Log message: Fix REVISION; there is no -main anymore CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 03:32:23 Modified files: devel/p5-IO-Tee: Makefile distinfo Log message: Update to p5-IO-Tee-0.66. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 03:32:25 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST Log message: Update to gnome-desktop-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 03:32:49 Modified files: meta/gnome : Makefile Log message: Bump to GNOME 3.38.1 (real upgrade planned for next week-end). CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/11/05 03:46:14 Modified files: sys/net : rtable.c sys/netinet : in_pcb.c sys/netinet6 : in6_src.c Log message: Replace wrong cast with satosin. Advised by bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:13:56 Log message: import ports/x11/autorandr, from Ashton Fagg, tweaks me/kn@, ok kn@ Status: Vendor Tag: sthen Release Tags: sthen_20201105 N ports/x11/autorandr/Makefile N ports/x11/autorandr/distinfo N ports/x11/autorandr/pkg/DESCR N ports/x11/autorandr/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:14:24 Modified files: x11 : Makefile Log message: +autorandr CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:15:24 Modified files: www/youtube-dl : Makefile Log message: youtube-dl: use MODPY_PYTEST to simplify test setup; ok rsadowski CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:17:57 Modified files: devel/p5-IO-Pager: Makefile distinfo devel/p5-IO-Pager/pkg: PLIST Log message: update to p5-IO-Pager-2.10, from wen heping, tweak from me to fix a test failure by setting TERM for less(1). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/11/05 04:20:34 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Fix comment to better reflect reality CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:23:04 Modified files: devel/boost : Makefile distinfo devel/boost/patches: patch-Jamroot patch-boost_config_compiler_clang_hpp patch-boost_log_detail_event_hpp patch-boost_predef_other_endian_h patch-boost_test_impl_execution_monitor_ipp patch-boost_type_traits_is_convertible_hpp patch-libs_context_build_Jamfile_v2 patch-libs_context_src_asm_jump_i386_sysv_elf_gas_S patch-libs_context_src_asm_jump_ppc32_sysv_elf_gas_S patch-libs_context_src_asm_make_i386_sysv_elf_gas_S patch-libs_context_src_asm_make_ppc32_sysv_elf_gas_S patch-libs_context_src_asm_ontop_i386_sysv_elf_gas_S patch-libs_context_src_asm_ontop_ppc32_sysv_elf_gas_S patch-libs_filesystem_src_operations_cpp patch-tools_build_src_tools_gcc_jam devel/boost/pkg: PLIST-main Added files: devel/boost/patches: patch-boost_asio_detail_impl_socket_ops_ipp patch-libs_context_src_asm_jump_mips64_n64_elf_gas_S patch-libs_context_src_asm_make_mips64_n64_elf_gas_S patch-libs_context_src_asm_ontop_mips64_n64_elf_gas_S patch-libs_context_src_asm_ontop_ppc64_sysv_elf_gas_S Removed files: devel/boost/patches: patch-boost_asio_detail_config_hpp patch-boost_atomic_detail_ops_gcc_x86_dcas_hpp patch-tools_build_src_engine_execunix_c Log message: update to Boost 1.70, from Brad, bulk tests for various update diffs (this and earlier releases) me/kmos, various testing/fixes for related ports from otto daniel bentley rsadowski ok rsadowski (co-maintainer with Brad) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:23:30 Modified files: archivers/innoextract: Makefile Log message: adjust for boost 1.70, from Brad (i think) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/11/05 04:28:11 Modified files: usr.sbin/bgpd : control.c session.c session.h Log message: Refactor the control code to be more like a module. Change control_dispatch_msg() to return the change of control connection count since the return value was not used before. Add control_fill_pfds() to replace the TAILQ_FOREACH loop in session.c. This allows to move the ctl_conns symbol to control.c (from session.h where it caused issues when compiled with -fno-common). OK benno@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:30:11 Modified files: graphics/zxing : Makefile Log message: graphics/zxing: take maintainer, enable debug packages CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/11/05 04:39:44 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/patches: patch-etc_Makefile_in Log message: minor update to 2.10.22, okay sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/11/05 04:51:13 Modified files: usr.sbin/bgpd : bgpd.h printconf.c rde.c rde_filter.c rde_rib.c Log message: Refactor the filterset handling of nexthops. Instead of depending on bgpd_process and changing the behaviour that way add a new filterset type ACTION_SET_NEXTHOP_REF which is used when the nexthop reference of the union is used. Adjust the RDE to convert ACTION_SET_NEXTHOP to ACTION_SET_NEXTHOP_REF when receiving the filtersets. OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/11/05 04:52:59 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h rde.c session.c Log message: Kill bgpd_process, nothing uses it anymore. Instead pass the process type directly to log init. One less common in bgpd. OK benno@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:57:59 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-libmariadb_libmariadb_CMakeLists_txt patch-scripts_mysqld_safe_sh databases/mariadb/pkg: PLIST-server PLIST-tests Added files: databases/mariadb/patches: patch-unittest_mysys_stacktrace-t_c Removed files: databases/mariadb/patches: patch-libmariadb_mariadb_config_mariadb_config_c_in patch-storage_maria_libmarias3_src_marias3_c patch-storage_perfschema_CMakeLists_txt patch-storage_perfschema_my_thread_h patch-storage_perfschema_pfs_config_h_cmake Log message: update to MariaDB 10.5.7, from Brad CVE-2020-14765, CVE-2020-14776, CVE-2020-14789, CVE-2020-14812 iconv linking is now disabled by default upstream; remove the patch that was needed for building with libiconv (as opposed to libc iconv) - https://github.com/mariadb-corporation/mariadb-connector-c/commit/7052619cc4 / https://jira.mariadb.org/browse/CONC-491 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 04:59:10 Modified files: databases/mariadb: Tag: OPENBSD_6_8 Makefile distinfo databases/mariadb/patches: Tag: OPENBSD_6_8 patch-libmariadb_libmariadb_CMakeLists_txt patch-libmariadb_mariadb_config_mariadb_config_c_in patch-scripts_mysqld_safe_sh databases/mariadb/pkg: Tag: OPENBSD_6_8 PLIST-server PLIST-tests Added files: databases/mariadb/patches: Tag: OPENBSD_6_8 patch-unittest_mysys_stacktrace-t_c Removed files: databases/mariadb/patches: Tag: OPENBSD_6_8 patch-storage_maria_libmarias3_src_marias3_c patch-storage_perfschema_CMakeLists_txt patch-storage_perfschema_my_thread_h patch-storage_perfschema_pfs_config_h_cmake Log message: update -stable to MariaDB 10.5.7, from Brad CVE-2020-14765, CVE-2020-14776, CVE-2020-14789, CVE-2020-14812 iconv was disabled by default upstream; keeping it enabled for -stable to avoid changing library deps CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 06:37:05 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/pkg: PLIST Log message: Update to totem-3.38.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 06:38:19 Log message: Import tracker3-3.0.1 Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. This package contains the triplestore database, provided as the `libtracker-sparql` library and implemented using SQLite. It also provides the database ontologies and the commandline user interface (`tracker`). ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200511 N ports/x11/gnome/tracker3/Makefile N ports/x11/gnome/tracker3/distinfo N ports/x11/gnome/tracker3/pkg/DESCR N ports/x11/gnome/tracker3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/11/05 06:38:49 Modified files: www/openradtool: Makefile distinfo www/openradtool/pkg: PLIST Log message: Update openradtool to 0.10.3. Includes new ort library. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 06:38:59 Log message: Import tracker3-miners-3.0.1 Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. This package contains the indexer daemon (`tracker-miner-fs`) and tools to extract metadata from many different filetypes. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200511 N ports/x11/gnome/tracker3-miners/Makefile N ports/x11/gnome/tracker3-miners/distinfo N ports/x11/gnome/tracker3-miners/patches/patch-meson_build N ports/x11/gnome/tracker3-miners/pkg/DESCR N ports/x11/gnome/tracker3-miners/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 06:39:31 Modified files: x11/gnome : Makefile Log message: +tracker3{,-miners} CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/11/05 07:44:59 Modified files: usr.sbin/bgpd : rde.c session.c Log message: Mark some common symbols of RDE and SE as static so that linking with -fno-common does not fail. OK bcook@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/05 07:49:02 Modified files: net/scapy : Makefile distinfo net/scapy/patches: patch-setup_py net/scapy/pkg : PLIST Removed files: net/scapy/patches: patch-scapy_tools_generate_ethertypes_py Log message: update scapy to 2.4.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/05 07:50:26 Modified files: sysutils/py-distro: Makefile distinfo Log message: update to py-distro-1.5.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/05 07:54:38 Modified files: sysutils/salt : Tag: OPENBSD_6_8 Makefile sysutils/salt/patches: Tag: OPENBSD_6_8 patch-salt_client_ssh_shell_py Added files: sysutils/salt/patches: Tag: OPENBSD_6_8 patch-salt_modules_tls_py patch-salt_netapi___init___py Log message: backport security fixes for CVE-2020-16846, CVE-2020-17490, CVE-2020-25592 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/05 07:56:04 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-salt_grains_core_py patch-salt_utils_network_py sysutils/salt/pkg: PLIST Removed files: sysutils/salt/patches: patch-requirements_crypto_txt patch-salt_returners_highstate_return_py patch-salt_returners_nagios_nrdp_return_py patch-salt_states_sysctl_py Log message: update to salt-3002 which includes fixes for CVE-2020-16846, CVE-2020-17490, CVE-2020-25592 https://docs.saltstack.com/en/master/topics/releases/3002.html CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/05 07:57:22 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add cve entry for salt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 08:06:54 Modified files: databases/p5-DBD-MariaDB: Makefile Log message: regen WANTLIB to unbreak following MariaDB update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/05 08:23:23 Modified files: net/i2p : Makefile net/i2p/pkg : PLIST Log message: Unbreak: Error: newgroup _i2p: id mismatch in ports/infrastructure/db/user.list (861 vs 860) Error: newuser _i2p: id mismatch in ports/infrastructure/db/user.list (861 vs 860) CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2020/11/05 08:46:39 Modified files: build : Makefile build/mirrors : openbgpd-ftp.html.head Log message: OpenBGPD-6.8p1 release CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2020/11/05 08:47:06 Modified files: openbgpd : ftp.html Log message: Regen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/11/05 08:49:54 Modified files: www/iridium : Makefile distinfo www/iridium/files: hid_service_fido.cc sndio_input.cc unveil.gpu unveil.main unveil.plugin unveil.renderer unveil.utility unveil.utility_audio unveil.utility_network www/iridium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-ash_display_mirror_window_controller_cc patch-base_BUILD_gn patch-base_allocator_allocator_gni 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_proc_maps_linux_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_kqueue_h patch-base_files_file_path_watcher_stub_cc patch-base_files_file_util_posix_cc patch-base_files_scoped_file_cc patch-base_i18n_icu_util_cc patch-base_linux_util_cc patch-base_memory_discardable_memory_cc patch-base_memory_discardable_memory_internal_h 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_native_library_posix_cc patch-base_posix_can_lower_nice_to_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_cc patch-base_process_process_handle_h patch-base_process_process_handle_openbsd_cc patch-base_process_process_iterator_openbsd_cc patch-base_process_process_metrics_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_profiler_stack_sampler_openbsd_cc patch-base_rand_util_h patch-base_rand_util_posix_cc patch-base_syslog_logging_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_system_sys_info_posix_cc patch-base_test_launcher_test_launcher_cc patch-base_test_test_file_util_linux_cc 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_third_party_symbolize_symbolize_cc patch-base_threading_platform_thread_h patch-base_threading_platform_thread_linux_cc patch-base_threading_platform_thread_posix_cc patch-base_trace_event_malloc_dump_provider_cc patch-base_trace_event_process_memory_dump_cc patch-base_trace_event_process_memory_dump_h patch-build_config_BUILDCONFIG_gn patch-build_config_BUILD_gn patch-build_config_c++_c++_gni patch-build_config_compiler_BUILD_gn patch-build_config_features_gni patch-build_config_linux_BUILD_gn patch-build_config_linux_pkg-config_py patch-build_config_v8_target_cpu_gni patch-build_detect_host_arch_py patch-build_gn_run_binary_py patch-build_toolchain_gcc_solink_wrapper_py patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_openbsd_BUILD_gn patch-cc_BUILD_gn 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_shutdown_signal_handlers_posix_cc 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_api_music_manager_private_device_id_linux_cc patch-chrome_browser_autocomplete_chrome_autocomplete_scheme_classifier_cc patch-chrome_browser_background_background_mode_manager_cc patch-chrome_browser_background_background_mode_optimizer_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_browser_main_linux_cc patch-chrome_browser_chrome_browser_main_posix_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_crash_upload_list_crash_upload_list_cc patch-chrome_browser_crash_upload_list_crash_upload_list_crashpad_cc patch-chrome_browser_custom_handlers_protocol_handler_registry_cc patch-chrome_browser_defaults_cc patch-chrome_browser_dev_ui_browser_resources_grd patch-chrome_browser_devtools_devtools_eye_dropper_cc patch-chrome_browser_diagnostics_diagnostics_writer_h 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_download_download_shelf_context_menu_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_device_info_fetcher_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_device_info_fetcher_linux_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_api_webrtc_logging_private_webrtc_logging_private_api_cc patch-chrome_browser_extensions_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_external_provider_impl_cc patch-chrome_browser_first_run_first_run_dialog_h patch-chrome_browser_first_run_first_run_internal_h patch-chrome_browser_first_run_first_run_internal_posix_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc patch-chrome_browser_media_galleries_media_file_system_registry_cc patch-chrome_browser_media_router_discovery_discovery_network_list_posix_cc patch-chrome_browser_media_router_discovery_discovery_network_list_wifi_linux_cc patch-chrome_browser_media_webrtc_webrtc_event_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_h patch-chrome_browser_memory_details_cc patch-chrome_browser_memory_details_linux_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_native_file_system_chrome_native_file_system_permission_context_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_store_factory_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_plugins_plugin_info_host_impl_cc patch-chrome_browser_plugins_plugins_resource_service_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_process_singleton_posix_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_attributes_entry_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_plugin_metadata_plugins_linux_json patch-chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_js patch-chrome_browser_resources_settings_appearance_page_appearance_page_html patch-chrome_browser_resources_settings_appearance_page_appearance_page_js patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_send_tab_to_self_receiving_ui_handler_registry_cc patch-chrome_browser_send_tab_to_self_send_tab_to_self_client_service_cc patch-chrome_browser_sharing_shared_clipboard_feature_flags_cc patch-chrome_browser_sharing_shared_clipboard_feature_flags_h patch-chrome_browser_sharing_sharing_device_registration_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_sharing_sharing_service_cc patch-chrome_browser_sharing_webrtc_webrtc_flags_cc patch-chrome_browser_sharing_webrtc_webrtc_flags_h patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_task_manager_sampling_task_group_cc patch-chrome_browser_task_manager_sampling_task_group_h patch-chrome_browser_task_manager_sampling_task_group_sampler_cc patch-chrome_browser_task_manager_sampling_task_group_sampler_h patch-chrome_browser_task_manager_sampling_task_manager_impl_cc patch-chrome_browser_task_manager_task_manager_observer_h patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_tracing_crash_service_uploader_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_view_prefs_cc patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc patch-chrome_browser_ui_sad_tab_cc 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_chrome_browser_main_extra_parts_views_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_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_platform_specific_cc patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_frame_system_menu_model_delegate_cc patch-chrome_browser_ui_views_hung_renderer_view_cc patch-chrome_browser_ui_views_tabs_new_tab_button_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_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_appearance_handler_h patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_components_web_app_shortcut_cc patch-chrome_browser_web_applications_extensions_bookmark_app_finalizer_utils_cc patch-chrome_common_BUILD_gn patch-chrome_common_channel_info_h patch-chrome_common_channel_info_posix_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_paths_internal_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_command_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_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_renderer_chrome_content_renderer_client_cc patch-chrome_renderer_pepper_pepper_flash_font_file_host_cc patch-chrome_renderer_pepper_pepper_flash_font_file_host_h patch-chrome_service_cloud_print_print_system_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_chrome_finder_cc patch-chrome_test_chromedriver_chrome_launcher_cc patch-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-chromecast_browser_cast_content_browser_client_receiver_bindings_cc patch-chromecast_renderer_cast_content_renderer_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_util_cc patch-components_content_settings_core_browser_website_settings_registry_cc patch-components_cookie_config_cookie_store_util_cc patch-components_crash_content_browser_BUILD_gn patch-components_crash_core_common_BUILD_gn patch-components_discardable_memory_service_discardable_shared_memory_manager_cc patch-components_download_internal_common_base_file_cc patch-components_feature_engagement_public_event_constants_cc patch-components_feature_engagement_public_event_constants_h 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_gwp_asan_BUILD_gn patch-components_metrics_BUILD_gn patch-components_metrics_drive_metrics_provider_linux_cc patch-components_neterror_resources_neterror_js patch-components_network_session_configurator_browser_network_session_configurator_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_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_previews_core_previews_features_cc patch-components_safe_browsing_core_db_v4_protocol_manager_util_cc patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_h patch-components_startup_metric_utils_browser_startup_metric_utils_cc patch-components_storage_monitor_removable_device_constants_cc patch-components_storage_monitor_removable_device_constants_h patch-components_sync_device_info_local_device_info_util_cc patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-components_viz_common_features_cc patch-components_viz_common_gpu_dawn_context_provider_cc patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_viz_test_mock_display_client_h patch-content_app_content_main_runner_impl_cc patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_memory_swap_metrics_driver_impl_linux_cc patch-content_browser_ppapi_plugin_process_host_receiver_bindings_cc patch-content_browser_renderer_host_input_input_device_change_observer_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_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_event_handler_cc patch-content_browser_scheduler_responsiveness_jank_monitor_cc patch-content_browser_scheduler_responsiveness_native_event_observer_cc patch-content_browser_scheduler_responsiveness_native_event_observer_h patch-content_browser_utility_process_host_receiver_bindings_cc patch-content_browser_v8_snapshot_files_cc patch-content_browser_webui_shared_resources_data_source_cc patch-content_common_common_sandbox_support_linux_cc patch-content_common_sandbox_init_linux_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_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_ppapi_plugin_ppapi_plugin_main_cc patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_public_common_use_zoom_for_dsf_policy_cc patch-content_renderer_media_audio_audio_device_factory_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_renderer_renderer_main_platform_delegate_linux_cc patch-content_shell_BUILD_gn patch-content_shell_app_shell_main_delegate_cc patch-content_shell_browser_shell_browser_context_cc patch-content_shell_browser_shell_browser_main_parts_cc patch-content_utility_BUILD_gn patch-content_utility_utility_blink_platform_with_sandbox_support_impl_cc patch-content_utility_utility_blink_platform_with_sandbox_support_impl_h patch-content_utility_utility_main_cc patch-device_bluetooth_BUILD_gn patch-device_fido_features_cc patch-device_fido_features_h patch-device_gamepad_gamepad_provider_cc patch-device_gamepad_hid_writer_linux_cc 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_common_api__permission_features_json patch-extensions_common_feature_switch_cc patch-extensions_common_features_feature_cc patch-extensions_shell_app_shell_main_delegate_cc patch-extensions_shell_browser_api_runtime_shell_runtime_api_delegate_cc patch-extensions_shell_browser_shell_extensions_api_client_cc patch-extensions_shell_browser_shell_extensions_api_client_h patch-extensions_shell_common_switches_cc patch-extensions_shell_common_switches_h patch-google_apis_gcm_engine_heartbeat_manager_cc patch-gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-gpu_command_buffer_service_external_vk_image_backing_cc patch-gpu_command_buffer_service_external_vk_image_backing_h patch-gpu_command_buffer_service_external_vk_image_gl_representation_cc patch-gpu_ipc_common_gpu_memory_buffer_support_cc patch-gpu_ipc_common_gpu_memory_buffer_support_h patch-gpu_ipc_service_gpu_init_cc patch-gpu_ipc_service_gpu_memory_buffer_factory_cc patch-gpu_ipc_service_gpu_watchdog_thread_cc patch-gpu_ipc_service_gpu_watchdog_thread_h patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-headless_lib_browser_headless_content_browser_client_cc patch-headless_lib_browser_headless_content_browser_client_h patch-headless_lib_browser_headless_request_context_manager_cc patch-headless_lib_headless_macros_h patch-ipc_ipc_channel_common_cc patch-ipc_ipc_channel_h patch-ipc_ipc_channel_mojo_cc patch-ipc_ipc_message_utils_cc patch-ipc_ipc_message_utils_h patch-iridium_trknotify_cpp patch-media_BUILD_gn patch-media_audio_BUILD_gn patch-media_audio_audio_input_device_cc patch-media_audio_audio_manager_cc patch-media_audio_audio_manager_h patch-media_audio_audio_thread_impl_cc patch-media_base_audio_latency_cc patch-media_base_media_switches_cc patch-media_base_scopedfd_helper_h patch-media_base_vector_math_cc patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_create_video_capture_device_factory_cc patch-media_capture_video_fake_video_capture_device_factory_cc patch-media_capture_video_file_video_capture_device_factory_cc patch-media_capture_video_linux_fake_v4l2_impl_cc patch-media_capture_video_linux_fake_v4l2_impl_h patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_capture_video_linux_v4l2_capture_device_h patch-media_capture_video_linux_v4l2_capture_device_impl_cc patch-media_capture_video_linux_v4l2_capture_device_impl_h patch-media_capture_video_linux_video_capture_device_factory_linux_cc patch-media_capture_video_linux_video_capture_device_factory_linux_h patch-media_capture_video_video_capture_buffer_pool_impl_cc patch-media_capture_video_video_capture_device_client_cc patch-media_gpu_buffer_validation_cc patch-media_media_options_gni patch-media_mojo_clients_mojo_video_encode_accelerator_cc patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_mojo_services_gpu_mojo_media_client_cc patch-media_video_fake_gpu_memory_buffer_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-mojo_public_js_mojo_bindings_resources_grd patch-net_BUILD_gn patch-net_base_address_tracker_linux_cc patch-net_base_address_tracker_linux_h patch-net_base_network_change_notifier_cc patch-net_base_network_change_notifier_posix_cc patch-net_base_network_interfaces_posix_h patch-net_disk_cache_blockfile_disk_format_h patch-net_dns_address_sorter_posix_cc patch-net_dns_dns_util_cc patch-net_dns_host_resolver_proc_cc patch-net_http_http_network_session_cc patch-net_nqe_network_quality_estimator_cc patch-net_proxy_resolution_proxy_config_service_linux_cc patch-net_socket_socks5_client_socket_cc patch-net_socket_udp_socket_posix_cc patch-net_tools_cert_verify_tool_cert_verify_tool_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-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_base_chromoting_event_cc patch-remoting_client_display_sys_opengl_h patch-remoting_host_evaluate_capability_cc patch-remoting_host_host_attributes_cc patch-remoting_host_host_details_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_remoting_me2me_host_cc patch-remoting_host_switches_cc patch-remoting_host_switches_h patch-remoting_resources_remoting_strings_grd patch-sandbox_BUILD_gn patch-sandbox_features_gni patch-sandbox_linux_BUILD_gn patch-sandbox_linux_services_init_process_reaper_cc patch-sandbox_linux_services_libc_interceptor_cc patch-services_audio_audio_sandbox_hook_linux_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_hid_BUILD_gn patch-services_device_hid_hid_service_cc patch-services_device_serial_BUILD_gn patch-services_device_serial_serial_io_handler_posix_cc patch-services_device_time_zone_monitor_time_zone_monitor_linux_cc patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_sandbox_hook_linux_cc patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_linux_cc patch-services_service_manager_BUILD_gn patch-services_service_manager_embedder_main_cc patch-services_service_manager_embedder_switches_cc patch-services_service_manager_embedder_switches_h patch-services_service_manager_public_cpp_service_executable_BUILD_gn patch-services_service_manager_sandbox_BUILD_gn patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_cc patch-services_service_manager_sandbox_sandbox_cc patch-services_service_manager_sandbox_sandbox_h patch-services_tracing_public_cpp_perfetto_perfetto_config_cc patch-services_tracing_public_cpp_perfetto_trace_time_cc patch-services_tracing_public_cpp_perfetto_trace_time_h patch-services_video_capture_broadcasting_receiver_cc patch-skia_ext_SkMemory_new_handler_cpp patch-third_party_angle_BUILD_gn patch-third_party_angle_src_common_platform_h patch-third_party_angle_src_gpu_info_util_SystemInfo_internal_h patch-third_party_angle_src_gpu_info_util_SystemInfo_linux_cpp patch-third_party_angle_src_gpu_info_util_SystemInfo_x11_cpp patch-third_party_angle_src_libANGLE_Display_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_third_party_vulkan-loader_src_BUILD_gn patch-third_party_angle_third_party_vulkan-loader_src_loader_loader_c patch-third_party_angle_third_party_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_angle_third_party_vulkan-validation-layers_src_layers_vk_loader_platform_h patch-third_party_angle_util_BUILD_gn patch-third_party_blink_public_platform_web_vector_h patch-third_party_blink_renderer_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_controller_memory_usage_monitor_posix_h patch-third_party_blink_renderer_core_editing_editing_behavior_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_html_forms_internal_popup_menu_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_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_cc patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_fonts_font_metrics_cc patch-third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc patch-third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_graphics_begin_frame_provider_cc patch-third_party_blink_renderer_platform_heap_thread_state_cc patch-third_party_blink_renderer_platform_wtf_container_annotations_h patch-third_party_blink_renderer_platform_wtf_stack_util_cc patch-third_party_boringssl_BUILD_generated_gni patch-third_party_boringssl_src_crypto_fipsmodule_rand_internal_h patch-third_party_boringssl_src_crypto_rand_extra_arc4random_c patch-third_party_boringssl_src_include_openssl_base_h patch-third_party_boringssl_src_include_openssl_cpu_h patch-third_party_breakpad_breakpad_src_common_simple_string_dictionary_h patch-third_party_brotli_common_platform_h patch-third_party_crashpad_crashpad_build_crashpad_buildconfig_gni patch-third_party_crashpad_crashpad_client_BUILD_gn patch-third_party_crashpad_crashpad_client_crashpad_client_posix_cc patch-third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc patch-third_party_crashpad_crashpad_util_misc_address_types_h patch-third_party_crashpad_crashpad_util_misc_capture_context_h patch-third_party_crashpad_crashpad_util_misc_metrics_cc patch-third_party_crashpad_crashpad_util_misc_uuid_cc patch-third_party_crashpad_crashpad_util_posix_close_multiple_cc patch-third_party_crashpad_crashpad_util_posix_drop_privileges_cc patch-third_party_crashpad_crashpad_util_posix_signals_cc patch-third_party_crashpad_crashpad_util_posix_symbolic_constants_posix_cc patch-third_party_crc32c_BUILD_gn patch-third_party_crc32c_src_src_crc32c_arm64_linux_check_h patch-third_party_ffmpeg_BUILD_gn 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_libavcodec_x86_cabac_h patch-third_party_ffmpeg_libavutil_cpu_c patch-third_party_ffmpeg_libavutil_mem_c patch-third_party_ffmpeg_libavutil_random_seed_c patch-third_party_flatbuffers_src_src_util_cpp patch-third_party_fontconfig_include_config_h patch-third_party_fontconfig_src_src_fccompat_c patch-third_party_libXNVCtrl_NVCtrl_c 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_libusb_BUILD_gn patch-third_party_libusb_src_libusb_core_c patch-third_party_libxml_linux_config_h patch-third_party_libxml_src_dict_c patch-third_party_nasm_config_config-linux_h patch-third_party_node_node_py patch-third_party_opus_BUILD_gn patch-third_party_pdfium_BUILD_gn patch-third_party_pdfium_core_fxcrt_fx_system_h patch-third_party_pdfium_core_fxge_fx_ge_linux_cpp patch-third_party_pdfium_xfa_fgas_font_cfx_fontsourceenum_file_cpp patch-third_party_perfetto_include_perfetto_base_build_config_h patch-third_party_perfetto_include_perfetto_base_thread_utils_h patch-third_party_perfetto_include_perfetto_ext_base_event_fd_h patch-third_party_perfetto_src_base_thread_task_runner_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_protobuf_src_google_protobuf_stubs_strutil_h patch-third_party_skia_src_gpu_GrAutoLocaleSetter_h patch-third_party_skia_src_ports_SkOSFile_stdio_cpp patch-third_party_skia_src_sksl_SkSLString_h patch-third_party_sqlite_BUILD_gn patch-third_party_swiftshader_BUILD_gn 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_libGLES_CM_libGLES_CM_hpp patch-third_party_swiftshader_src_OpenGL_libGLESv2_libGLESv2_hpp patch-third_party_swiftshader_src_System_SharedLibrary_hpp patch-third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp patch-third_party_swiftshader_third_party_llvm-subzero_build_Linux_include_llvm_Config_config_h patch-third_party_swiftshader_third_party_marl_src_memory_cpp patch-third_party_swiftshader_third_party_marl_src_thread_cpp patch-third_party_unrar_src_crypt_cpp patch-third_party_usrsctp_BUILD_gn patch-third_party_webrtc_BUILD_gn patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_webrtc_modules_desktop_capture_linux_x_server_pixel_buffer_cc patch-third_party_webrtc_rtc_base_BUILD_gn patch-third_party_webrtc_rtc_base_physical_socket_server_cc patch-third_party_webrtc_rtc_base_physical_socket_server_h patch-third_party_webrtc_rtc_base_platform_thread_types_cc patch-third_party_webrtc_system_wrappers_BUILD_gn patch-third_party_webrtc_webrtc_gni patch-third_party_zlib_BUILD_gn patch-tools_gn_build_build_linux_ninja_template patch-tools_gn_build_gen_py patch-tools_gn_src_base_files_file_posix_cc patch-tools_gn_src_base_files_file_util_posix_cc patch-tools_gn_src_gn_args_cc patch-tools_json_schema_compiler_cpp_bundle_generator_py patch-tools_json_schema_compiler_feature_compiler_py patch-tools_json_schema_compiler_model_py patch-tools_protoc_wrapper_protoc_wrapper_py patch-tools_variations_fieldtrial_to_struct_py patch-ui_base_dragdrop_os_exchange_data_provider_factory_cc patch-ui_base_ime_init_input_method_initializer_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_webui_web_ui_util_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_events_event_switches_cc patch-ui_events_event_switches_h patch-ui_events_keycodes_dom_keycode_converter_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_codec_png_codec_cc patch-ui_gfx_font_fallback_linux_cc patch-ui_gfx_font_list_cc patch-ui_gfx_font_render_params_h patch-ui_gfx_font_util_cc patch-ui_gfx_gpu_memory_buffer_cc patch-ui_gfx_gpu_memory_buffer_h patch-ui_gfx_ipc_gfx_param_traits_macros_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc patch-ui_gfx_mojom_buffer_types_mojom_traits_cc patch-ui_gfx_native_pixmap_handle_cc patch-ui_gfx_native_pixmap_handle_h patch-ui_gl_BUILD_gn patch-ui_gl_generate_bindings_py patch-ui_gl_gl_bindings_api_autogen_glx_h patch-ui_gl_gl_bindings_autogen_glx_cc patch-ui_gl_gl_bindings_autogen_glx_h patch-ui_gl_gl_fence_cc patch-ui_gl_sync_control_vsync_provider_cc patch-ui_gl_sync_control_vsync_provider_h patch-ui_message_center_views_message_popup_view_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_platform_window_platform_window_init_properties_h patch-ui_strings_app_locale_settings_grd patch-ui_views_bubble_bubble_dialog_delegate_view_cc patch-ui_views_controls_label_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_corewm_tooltip_aura_cc patch-ui_views_examples_widget_example_cc patch-ui_views_selection_controller_cc patch-ui_views_style_platform_style_cc patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_native_widget_aura_cc patch-ui_views_window_custom_frame_view_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-ui_webui_resources_js_cr_js patch-ui_webui_resources_js_icon_js patch-v8_BUILD_gn patch-v8_include_v8config_h patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_base_sys-info_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_diagnostics_perf-jit_h patch-v8_src_trap-handler_handler-inside-posix_cc patch-v8_src_trap-handler_handler-inside-posix_h patch-v8_src_trap-handler_trap-handler_h patch-v8_tools_run_py patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h patch-weblayer_browser_system_network_context_manager_cc patch-weblayer_common_weblayer_paths_cc www/iridium/pkg: PLIST Added files: www/iridium/files: pledge.utility_video unveil.utility_video www/iridium/patches: patch-base_system_sys_info_cc patch-base_trace_event_memory_dump_manager_cc patch-cc_trees_frame_rate_estimator_cc patch-chrome_browser_device_identity_device_oauth2_token_service_factory_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc patch-chrome_browser_policy_chrome_browser_cloud_management_controller_cc patch-chrome_browser_policy_device_management_service_configuration_cc patch-chrome_browser_prefs_pref_service_incognito_allowlist_cc patch-chrome_browser_printing_print_job_worker_cc patch-chrome_browser_ui_views_web_apps_pwa_confirmation_bubble_view_cc patch-chrome_browser_web_applications_components_web_app_file_handler_registration_h patch-chrome_updater_installer_cc patch-chromecast_media_base_default_monotonic_clock_cc patch-components_autofill_core_browser_autofill_external_delegate_cc patch-components_crash_core_app_BUILD_gn patch-components_invalidation_impl_invalidation_switches_cc patch-components_safe_browsing_core_resources_gen_file_type_proto_py patch-components_security_interstitials_content_utils_cc patch-components_services_print_compositor_BUILD_gn patch-components_viz_service_display_embedder_software_output_surface_cc patch-components_viz_service_display_embedder_software_output_surface_h patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_devtools_protocol_system_info_handler_cc patch-content_browser_utility_process_host_cc patch-content_browser_zygote_host_zygote_host_impl_linux_cc patch-content_browser_zygote_host_zygote_host_impl_linux_h patch-content_child_child_process_cc patch-content_common_mojo_core_library_support_cc patch-content_public_browser_BUILD_gn patch-content_public_browser_zygote_host_zygote_host_linux_h patch-content_public_common_zygote_features_gni patch-content_shell_utility_shell_content_utility_client_cc patch-content_test_BUILD_gn patch-content_zygote_zygote_linux_cc patch-content_zygote_zygote_main_linux_cc patch-headless_lib_browser_headless_browser_main_parts_h patch-headless_lib_browser_headless_browser_main_parts_linux_cc patch-media_audio_audio_features_cc patch-media_base_status_cc patch-net_cert_cert_verifier_cc patch-net_cert_cert_verify_proc_cc patch-net_cert_cert_verify_proc_h patch-net_cert_test_root_certs_h patch-net_proxy_resolution_configured_proxy_resolution_service_cc patch-printing_backend_cups_helper_cc patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-services_device_serial_serial_device_enumerator_cc patch-services_network_public_cpp_cert_verifier_cert_verifier_creation_cc patch-services_service_manager_embedder_BUILD_gn patch-services_service_manager_sandbox_switches_cc patch-services_service_manager_sandbox_switches_h patch-third_party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX_cpp patch-third_party_blink_public_common_privacy_budget_identifiable_token_h patch-third_party_blink_renderer_bindings_scripts_bind_gen_style_format_py patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_glfw_src_src_egl_context_c patch-third_party_perfetto_include_perfetto_ext_base_thread_utils_h patch-third_party_perfetto_src_base_subprocess_cc patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_swiftshader_src_Reactor_Debug_cpp patch-third_party_swiftshader_src_System_Debug_cpp patch-third_party_swiftshader_third_party_llvm-10_0_configs_linux_include_llvm_Config_config_h patch-third_party_vulkan_memory_allocator_src_vk_mem_alloc_h patch-tools_gn_src_base_files_file_util_h patch-tools_gn_src_base_files_scoped_file_cc patch-tools_gn_src_gn_version_h patch-ui_base_clipboard_clipboard_ozone_cc patch-ui_base_test_skia_gold_pixel_diff_cc patch-ui_base_x_x11_shm_image_pool_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_widget_types_h patch-ui_gl_gl_features_cc patch-ui_gl_init_gl_initializer_linux_x11_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_views_focus_focus_manager_cc patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc www/iridium/pkg: README Removed files: www/iridium/patches: patch-base_allocator_allocator_shim_cc patch-base_threading_thread_task_runner_handle_cc patch-build_config_compiler_compiler_gni patch-chrome_browser_browser_switcher_browser_switcher_service_cc patch-chrome_browser_extensions_api_input_ime_input_ime_api_h patch-chrome_browser_prefs_pref_service_incognito_whitelist_cc patch-chrome_browser_resources_safe_browsing_gen_file_type_proto_py patch-chrome_browser_ssl_ssl_error_controller_client_cc patch-chrome_browser_ui_gtk_print_dialog_gtk_cc patch-chrome_browser_ui_input_method_input_method_engine_base_cc patch-chrome_browser_ui_toolbar_app_menu_model_cc patch-chrome_browser_ui_views_frame_desktop_linux_browser_frame_view_cc patch-chrome_browser_web_applications_components_web_app_file_handler_registration_cc patch-chromecast_media_base_monotonic_clock_cc patch-components_autofill_core_browser_autofill_experiments_cc patch-components_crash_content_app_BUILD_gn patch-components_crash_content_app_crashpad_cc patch-components_crash_content_app_crashpad_h patch-components_crash_content_app_crashpad_linux_cc patch-components_sync_device_info_device_info_sync_bridge_cc patch-components_sync_device_info_local_device_info_util_linux_cc patch-components_viz_service_display_embedder_skia_output_device_dawn_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-content_browser_media_media_internals_cc patch-content_browser_scheduler_responsiveness_watcher_cc patch-net_base_features_cc patch-net_proxy_resolution_proxy_resolution_service_cc patch-services_service_manager_zygote_common_zygote_features_gni patch-services_service_manager_zygote_host_zygote_host_impl_linux_cc patch-services_service_manager_zygote_host_zygote_host_impl_linux_h patch-services_service_manager_zygote_zygote_host_linux_h patch-services_service_manager_zygote_zygote_linux_cc patch-services_service_manager_zygote_zygote_main_linux_cc patch-third_party_angle_src_third_party_volk_BUILD_gn patch-third_party_freetype_src_src_psaux_psft_c patch-third_party_pdfium_third_party_libopenjpeg20_opj_malloc_h patch-third_party_skia_third_party_vulkanmemoryallocator_include_vk_mem_alloc_h patch-third_party_sqlite_amalgamation_sqlite3_c patch-third_party_swiftshader_src_Vulkan_VkDebug_cpp patch-third_party_swiftshader_third_party_llvm-7_0_configs_linux_include_llvm_Config_config_h patch-third_party_webrtc_rtc_base_network_cc patch-third_party_yasm_source_config_openbsd_config_h patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h patch-tools_gn_base_files_file_util_h patch-tools_gn_base_files_scoped_file_cc patch-ui_base_x_x11_shm_image_pool_base_cc patch-ui_compositor_host_host_context_factory_private_cc patch-ui_gfx_mojom_buffer_types_mojom_traits_h patch-ui_message_center_public_cpp_message_center_constants_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_h Log message: update to 2020.11.85 and sync with the chromium port CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/05 08:53:55 Modified files: usr.sbin/rpki-client: mft.c Log message: Fix checks for manifest validity interval The check_validity() function used the X509_cmp_time() functions with GeneralizedTime. This doesn't work with current dates since LibreSSL enforces conformance with RFC 5280 in X509_cmp_time(), which requires that dates before 2050 are represented with UTCTime. The functions would return an error, but missing error checking led to failing to detect expired or not yet valid manifests. Fix this by converting the dates into struct tm and using ASN1_time_tm_cmp() instead. With input from claudio, jsing ok benno claudio jsing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/05 08:56:39 Modified files: devel/git-lfs : Makefile distinfo Log message: update to git-lfs-2.12.1 (includes a fix for CVE-2020-27955 but that only affects windows) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/05 09:04:39 Modified files: lib/libc/sys : sendsyslog.2 usr.bin/awk : awk.1 Log message: double word fixes; CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/11/05 09:22:59 Modified files: sbin/unwind : frontend.c resolver.c unwind.c unwind.h Log message: Handle DNS answers that are larger than the maximum imsg size (about 16k) by splitting them up. Previously unwind would send meta-data about the finished query from the resolver process to the frontend process and then silently fail to send the actual answer because it was too big for imsg. When receiving the meta-data for the next query the frontend process would then exit via fatal() because it was still expecting an answer. This likely fixes rare crashes observed by Leo Unglaub. Note that even with DNSSEC signatures, answers this big are very rare. OK tb, benno CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/05 09:38:09 Modified files: usr.sbin/rpki-client: mft.c Log message: typo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/05 09:43:29 Modified files: geo/pdal : Makefile Log message: explicitly disable tests to prevent picking up gtest and then failing to build. updating gtest (+patches from git) end up breaking on ports so let's disable the tests here instead. ok landry@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 09:59:15 Modified files: textproc/oniguruma: Makefile distinfo Log message: update to onig-6.9.6, including fixes for various problems found by OSS-Fuzz and Coverity. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/11/05 11:25:39 Modified files: regress/sys/uvm/vnode: Makefile Log message: add missing rcs id CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/05 11:34:46 Modified files: math : Makefile math/py-networkx: Makefile Log message: fix Makefile entry for py-networkx and drop maintainership CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2020/11/05 11:38:42 Modified files: mail/mdsort : Makefile distinfo Log message: update to mdsort-7.0.0 - rework attachment grammar - initialize file descriptor field for attachments CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/11/05 12:27:38 Modified files: security/angrop: Makefile Log message: Fix previous (removed the wrong MAINTAINER) CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2020/11/05 12:28:28 Modified files: sbin/iked : pfkey.c sbin/ipsecctl : pfkdump.c sys/net : pfkeyv2.h pfkeyv2_convert.c sys/netinet : ip_ipsp.h Log message: Enable support for ASN1_DN ipsec identifiers. Tested with multiple Window 10 Pro (ver 2004) clients, and OpenBSD+iked as the server. OK tobhe@ sthen@ kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 12:42:29 Modified files: graphics/ffmpeg: Makefile multimedia/dav1d: Makefile multimedia/x264: Makefile Log message: FFmpeg, dav1d, x264: disable asm on (32-bit) arm. OpenBSD runs this with strict alignment but the asm code in these assumes that unaligned access works. From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 12:46:19 Modified files: java/tanukiwrapper: Makefile Log message: mark BROKEN-i386, various "relocation R_386_PC32 cannot be used against symbol XX" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 12:47:35 Modified files: benchmarks/sysbench: Makefile Log message: sync WANTLIB to unbreak following mariadb dep change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 12:49:52 Modified files: mail/courier-authlib: Makefile Log message: sync WANTLIB to unbreak following MariaDB dep change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 12:54:50 Modified files: net/i2p : Makefile Log message: since V is defined for the version, use it in MASTER_SITES too CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/05 13:04:42 Modified files: regress/sbin/iked/live: Makefile Log message: Add test for ASN1_DN ids with existing certs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 13:13:01 Modified files: net/kea : Makefile Log message: sync WANTLIB to unbreak following MariaDB dep change CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/11/05 13:21:35 Modified files: lang/ruby/2.7 : Makefile distinfo Log message: Switch github.com/.diff URLs to .patch in PATCHFILES The latter includes the original commit message which we then get to see in "make patch" output. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/11/05 13:27:59 Modified files: sysutils/ruby-puppet/6: Makefile distinfo sysutils/ruby-puppet/6/patches: patch-lib_puppet_defaults_rb patch-lib_puppet_util_run_mode_rb sysutils/ruby-puppet/6/pkg: PLIST Log message: Update to Puppet 6.19.1, take MAINTAINER Makefile.inc registered wrongfully registered sebastian as maintainer; CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/05 13:31:31 Modified files: x11/kde-applications/kontact: Makefile Log message: Add missing dependency on pimcommon, spotted by naddy, thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 13:33:19 Modified files: net/powerdns : Makefile Log message: sync WANTLIB to unbreak following MariaDB dep change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/05 13:35:19 Modified files: mail/opensmtpd-extras: Makefile Log message: sync WANTLIB to unbreak following MariaDB dep change CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/11/05 13:37:32 Log message: Import new port cad/pcb2gcode 2.1.0 ok and input sthen@, ok kmos@ pcb2gcode is a command-line software for the isolation, routing and drilling of PCBs. It takes Gerber files as input and it outputs gcode files, suitable for the milling of PCBs. It also includes an Autoleveller, useful for the automatic dynamic calibration of the milling depth. Status: Vendor Tag: tracey Release Tags: tracey_20201105 N ports/cad/pcb2gcode/Makefile N ports/cad/pcb2gcode/distinfo N ports/cad/pcb2gcode/pkg/DESCR N ports/cad/pcb2gcode/pkg/PLIST N ports/cad/pcb2gcode/patches/patch-m4_geos_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/11/05 13:38:02 Modified files: cad : Makefile Log message: Add pcb2gcode to the build CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 13:40:54 Modified files: devel/p5-IO-Tty: Makefile distinfo Log message: Update to p5-IO-Tty-1.15. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/05 13:41:25 Modified files: x11/kde-applications/libkdegames: Makefile x11/kde-applications/print-manager: Makefile Log message: Add missing dependency on x11/qt5/qtdeclarative (QML) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/05 13:48:05 Modified files: regress/lib/libcrypto/ocsp: Makefile Log message: Skip test if web server cannot be pinged. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 14:15:31 Modified files: devel/p5-strictures: Makefile distinfo Log message: Update to p5-strictures-2.000006. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/05 14:47:17 Modified files: math/p5-Statistics-Descriptive: Makefile distinfo Log message: Update to p5-Statistics-Descriptive-3.0800. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/05 14:55:11 Modified files: regress/sbin/iked/live: Makefile Log message: Make sure IPsec flows are loaded with srcid/dstid attributes. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/11/05 15:32:31 Modified files: sysutils/tmate : Makefile distinfo Removed files: sysutils/tmate/patches: patch-tmate-session_c patch-tmate-ssh-client_c Log message: Replace local patch with merged upstream one While here, pick another fix I submitteed. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/11/05 15:33:30 Modified files: sysutils/tmate : Makefile Log message: Zap stray backslash CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/11/05 19:45:47 Modified files: sys/dev/pci : if_mcx.c Log message: Bail out early if the port type is not Ethernet, rather than failing later on in the attach process with a useless error message. tested on a ConnectX-6 card in infiniband mode by Nilson Lopes ok dlg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/11/05 19:50:02 Modified files: sys/dev/pci : if_mcx.c Log message: Match on ConnectX-6 (non-Dx) cards too. tested by Nilson Lopes CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/05 20:10:44 Modified files: sys/dev/pci/drm/include/linux: mm_types.h rwsem.h spinlock.h Log message: move definitions which should be in rwsem.h CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/05 20:26:19 Modified files: regress/usr.sbin/syslogd: Client.pm args-client-tls-fake.pl args-server-tls-client-fake.pl funcs.pl Log message: Fix some races in syslogd tests. Fewer handshakes in TLS 1.3 make the error messages and behavior less deterministic. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/05 21:22:18 Modified files: usr.sbin/rpki-client: mft.c Log message: Treat stale manifests as such, not as 'failed to parse' There is currently dead code in mft_parse() that handles stale manifests by setting the stale flag and removing all files they reference. This code was made unreachable in a refactor that fixed a logic error that made mft_parse() succeed despite its error handling. check_validity() returns three possible values. Report failures and stale mfts back immediately via rc. Success needs to reset rc to -1, so subsequent errors are reported as such. This is mostly cosmetic and only changes the rpki-client output in that the comment at the top of the config now actually shows stale manifests. This makes regress pass again. ok claudio job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/05 22:42:43 Modified files: usr.sbin/rpki-client: output.c Log message: 8 spaces -> tab CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:26:57 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.341. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:32:59 Modified files: print/system-config-printer: Makefile distinfo print/system-config-printer/pkg: PLIST Log message: Update to system-config-printer-1.5.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:34:09 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.0.356.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:34:21 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.20.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:37:28 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/pkg: PLIST Log message: Update to shotwell-0.30.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:40:16 Modified files: textproc/enchant2: Makefile distinfo Log message: Update to enchant2-2.2.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:42:42 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-317.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:53:27 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-0.12.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:53:46 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.26.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:58:45 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.12. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 00:58:46 Modified files: converters/p5-JSON-XS: Makefile distinfo Log message: Update to p5-JSON-XS-4.03. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:58:55 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 00:59:12 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.172. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 01:12:13 Modified files: databases/p5-DBD-Mock: Makefile distinfo Log message: Update to p5-DBD-Mock-1.58. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 01:32:08 Modified files: databases/p5-DBIx-SearchBuilder: Makefile distinfo Log message: Update to p5-DBIx-SearchBuilder-1.68. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 02:02:33 Modified files: devel/p5-Config-AutoConf: Makefile distinfo Log message: Update to p5-Config-AutoConf-0.319. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 02:05:51 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-res_res_pjsip_pubsub_c Log message: Update to Asterisk 16.14.1, fixing two issues with res_pjsip (both requiring authenticated sessions to trigger): AST-2020-001: Remote crash in res_pjsip_session AST-2020-002: Outbound INVITE loop on challenge with different nonce CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 02:06:06 Modified files: telephony/asterisk: Tag: OPENBSD_6_8 Makefile distinfo telephony/asterisk/patches: Tag: OPENBSD_6_8 patch-res_res_pjsip_pubsub_c Log message: Update to Asterisk 16.14.1, fixing two issues with res_pjsip (both requiring authenticated sessions to trigger): AST-2020-001: Remote crash in res_pjsip_session AST-2020-002: Outbound INVITE loop on challenge with different nonce CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 02:08:02 Modified files: devel/p5-Data-ICal: Makefile distinfo Log message: Update to p5-Data-ICal-0.24. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/11/06 02:31:31 Modified files: security/py-tlsfuzzer: Makefile distinfo security/py-tlsfuzzer/pkg: PLIST Log message: Update to tlsfuzzer 20201105 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 02:32:51 Modified files: devel/p5-File-Slurp: Makefile distinfo Log message: Update to p5-File-Slurp-9999.32. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 03:19:00 Modified files: databases/mariadb/patches: patch-unittest_mysys_stacktrace-t_c Log message: add ticket url, from brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 03:22:38 Modified files: textproc/oniguruma: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC update to onig-6.9.6, including fixes for various problems found by OSS-Fuzz and Coverity. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 03:48:34 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-10.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 03:53:18 Modified files: x11/gnome/gedit: Makefile Log message: Mark BROKEN in preparation of tepl update. Will be unbroken tomorrow. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 04:14:15 Modified files: x11/gnome/amtk : Makefile distinfo x11/gnome/amtk/pkg: PLIST Log message: Update to amtk-5.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 04:14:52 Modified files: x11/gnome/tepl : Makefile distinfo x11/gnome/tepl/pkg: PLIST Log message: Update to tepl-5.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 04:15:13 Modified files: x11/gnome/latex: Makefile distinfo x11/gnome/latex/pkg: PLIST Log message: Update to gnome-latex-3.38.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/06 04:52:39 Modified files: sys/dev/pci/drm: drm_gem.c sys/dev/pci/drm/ttm: ttm_bo_vm.c sys/dev/pci/drm/i915/gem: i915_gem_mman.c sys/uvm : uvm_device.c uvm_fault.c uvm_fault.h Log message: Remove unused `anon' argument from uvmfault_unlockall(). It won't be used when amap and anon locking will be introduced. This "fixes" passing a unrelated/uninitialized pointer in an error path in case of memory shortage. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/06 06:22:07 Modified files: sys/dev/pci/drm: drm_gem_cma_helper.c Log message: Remove unused `anon' argument from uvmfault_unlockall(). It won't be used when amap and anon locking will be introduced. This "fixes" passing a unrelated/uninitialized pointer in an error path in case of memory shortage. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/06 06:29:45 Modified files: sys/dev/fdt : mvclock.c Log message: The ClearFog GT 8K device tree references the PP22's gate clock instead of the core clock, so add this one to mvclock(4) as well. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/06 06:32:39 Modified files: sys/arch/arm64/arm64: autoconf.c machdep.c Log message: Clean up arm64's autoconf code. There have been quite a few unused variables and includes. While there get rid of the boot_file support and (void) casts. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 07:23:57 Modified files: productivity/glabels: Makefile Log message: Don't depend on zint; support has been removed months ago. Regen WANTLIB and fix HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 07:29:59 Modified files: mail/evolution-rss: Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 07:30:33 Modified files: sysutils/moreutils: Makefile distinfo Log message: update to moreutils-0.64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 07:36:11 Modified files: databases/openldap: Makefile distinfo Log message: update to OpenLDAP 2.4.55 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 07:36:43 Modified files: security/sslscan: Makefile distinfo Log message: update to sslscan-2.0.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 07:38:27 Modified files: comms/conserver: Makefile distinfo Log message: update to conserver-8.2.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 07:39:19 Modified files: textproc/solr : Makefile distinfo textproc/solr/patches: patch-bin_solr patch-bin_solr_in_sh textproc/solr/pkg: PLIST Log message: update to solr-8.7.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 07:45:58 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 07:46:18 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 07:46:39 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/pkg: PLIST Log message: Update to evolution-ews-3.38.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 08:02:50 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to LibreNMS 1.69 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/06 08:26:38 Modified files: regress/sys/net/rtable: Makefile.inc util.h Log message: Compiling rtable.c kernel source file needs satosin() and satosin6() now. Provide macros via CPPFLAGS on command line. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 08:36:38 Modified files: textproc/mupdf : Makefile distinfo textproc/mupdf/patches: patch-Makefile patch-Makerules patch-Makethird patch-platform_x11_pdfapp_c patch-source_tools_mudraw_c patch-source_tools_pdfextract_c patch-source_tools_pdfshow_c Log message: update to MuPDF 1.18.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 08:37:02 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: bump zathurs/plugins/mupdf, mupdf update -> static linked CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 08:45:52 Modified files: x11 : Makefile Removed files: x11/keybinder : Makefile distinfo x11/keybinder/patches: patch-configure x11/keybinder/pkg: DESCR-main DESCR-python PLIST-main PLIST-python Log message: Remove keybinder; nothing depends on it and the world has moved to keybinder3. ok jca@ kn@ jasper@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 08:47:39 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register keybinder removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 09:12:13 Modified files: x11/mate/control-center: Makefile Log message: Missing shared-mime-info in MODGNOME_TOOLS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 09:29:21 Log message: Import connections-3.38.0. Connections is a remote desktop client for the GNOME desktop environment. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201106 N ports/x11/gnome/connections/Makefile N ports/x11/gnome/connections/distinfo N ports/x11/gnome/connections/pkg/DESCR N ports/x11/gnome/connections/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 09:29:47 Modified files: x11/gnome : Makefile Log message: +connections CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 09:32:15 Modified files: meta/gnome : Makefile Log message: Add x11/gnome/connections to -extras. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 09:33:46 Modified files: x11/gnome : Makefile Removed files: x11/gnome/vinagre: Makefile distinfo x11/gnome/vinagre/patches: patch-configure patch-plugins_rdp_vinagre-rdp-tab_c x11/gnome/vinagre/pkg: DESCR PLIST Log message: Remove vinagre; replacement is x11/gnome/connections. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 09:34:30 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register vinagre removal. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/06 10:01:24 Modified files: www/pear : Makefile distinfo www/pear/pkg : PLIST-main Log message: update to pear-1.10.19 and take maintainer, ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/06 10:02:09 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Log message: Update to nautilus-3.38.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/06 10:37:40 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 78.4.1. See https://www.thunderbird.net/en-US/thunderbird/78.4.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/06 10:38:25 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Update to thunderbird 78.4.1. See https://www.thunderbird.net/en-US/thunderbird/78.4.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 11:18:38 Modified files: www : Makefile www/py-mechanize: Makefile distinfo www/py-mechanize/pkg: PLIST Log message: update to py-mechanize-0.4.5 and add python3 flavor CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 11:19:16 Modified files: security/recon-ng: Makefile distinfo security/recon-ng/patches: patch-recon_core_base_py security/recon-ng/pkg: PLIST Log message: update to recon-ng 5.1.1 and switch to python3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 11:42:15 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-salt_client_ssh_shell_py Log message: update to salt-3002.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 11:42:50 Added files: sysutils/salt/patches: patch-requirements_crypto_txt Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 12:36:44 Modified files: lang/abcl : Makefile distinfo lang/abcl/files: abcl_completions lang/abcl/pkg : PLIST Log message: update to abcl-1.8.0 from Timo Myyra (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 12:40:34 Modified files: x11/picom : Makefile distinfo Added files: x11/picom/patches: patch-src_picom_c patch-src_win_c Log message: update to picom-0.8.2 from Omar Polo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 12:45:59 Modified files: archivers/p5-Archive-Zip: Makefile distinfo Log message: update to p5-Archive-Zip-1.68 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 12:50:06 Modified files: books/man-pages-posix: Makefile distinfo books/man-pages-posix/pkg: PLIST Log message: update to man-pages-posix-2017a CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 13:01:34 Modified files: devel/pudb : Makefile distinfo Log message: update to pudb-2019.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 13:02:26 Modified files: cad/gtkwave : Makefile distinfo Log message: update to gtkwave-3.3.105 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/06 13:05:24 Modified files: lang/gerbil : Makefile distinfo lang/gerbil/pkg: PLIST Removed files: lang/gerbil/patches: patch-src_tools_gxtags_ss Log message: update to gerbil-0.16 from Timo Myyra (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/11/06 13:31:58 Modified files: usr.sbin/acme-client: acme-client.conf.5 Log message: mention that acme-client generates a 4096-bit or secp384r1 key if the key file doesn't exist; ok florian jmc CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/06 13:39:54 Modified files: sbin/iked : ikev2.c Log message: Set correct netmask on patched addresses for debug printing. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/06 13:46:15 Modified files: devel/ruby-gettext-setup: Makefile distinfo Log message: simple update 0.31 -> 0.34 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/06 13:47:05 Modified files: sysutils/ruby-r10k: Makefile distinfo sysutils/ruby-r10k/pkg: PLIST Log message: update 3.5.2 -> 3.6.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/06 13:47:43 Modified files: databases/puppetdb5: Makefile distinfo Log message: update 5.2.18 -> 5.2.19 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/06 13:48:19 Modified files: sysutils/ruby-puppet/5: Makefile distinfo Log message: update 5.5.21 -> 5.5.22 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/06 13:48:53 Modified files: shells/dash : Makefile distinfo Log message: Maintenance update to dash-0.5.11.2 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/06 14:15:41 Modified files: sbin/dhclient : dhclient.8 kroute.c Log message: Add some debug output showing the exact network configuration changes that will be attempted after accepting a lease. Verbiage enhancement suggested by jmc@. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/11/06 14:24:47 Modified files: sbin/ifconfig : ifconfig.c Log message: Keep track of allowed ips pointer correctly Someone reported wg(4) not working on macppc; fix ifconfig(8)'s "wgaip" to interate over data structures in the same way as the kernel does. Analysis and fiff from Jason A. Donenfeld Tested on macppc, sparc64 and amd64 by me CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/11/06 14:32:09 Modified files: usr.sbin/ldomctl: ldom.conf.5 Log message: Explain vcpu strides, provide example Quite a few users and developers (including me) were confused by how virtual CPU strides would work. Initial diff together with stsp, final feedback from kettenis CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/06 14:35:17 Modified files: mail/swaks : Makefile distinfo Log message: Bugfix update to swaks-20201014.0 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/06 14:53:55 Modified files: sbin/dhclient : dhclient.8 dhclient.c dhcpd.h Log message: Remove the -L option. A debugging tool that is no longer required. man page and usage() tweaks from jmc@. ok lteo@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/06 15:34:33 Modified files: databases/mariadb: Makefile Removed files: databases/mariadb/patches: patch-client_mysqladmin_cc patch-man_mysqladmin_1 Log message: Drop patches that lowered mysqladmin's default --connect-timeout The kernel used to have a quite small limit for SO_RCVTIMEO/SO_SNDTIMEO, this lead mysqladmin to error out with its default --connect-timeout value. But that was before mpi@'s uipc_socket.c rev 1.239 commit, which extended the maximum timeout for those socket options. ok Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/11/06 15:55:25 Modified files: devel/py-esptool: Makefile distinfo devel/py-esptool/pkg: PLIST Log message: Update devel/py-esptool to 3.0. ok benoit@ jca@ with input CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/06 16:02:23 Modified files: net/knot : Makefile distinfo net/knot/pkg : PLIST Log message: Update to knot-3.0.1 https://www.knot-dns.cz/2020-09-09-version-300.html https://www.knot-dns.cz/2020-10-10-version-301.html CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2020/11/06 19:52:08 Modified files: lib/libc/arch/m88k/sys: tfork_thread.S Log message: Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/06 20:49:06 Modified files: sys/dev/pci/drm: drm_vma_manager.c sys/dev/pci/drm/include/drm: drm_vma_manager.h sys/dev/pci/drm/include/linux: rwlock_types.h spinlock.h Log message: change from rwlock(9) to mutex(9) for linux rwlocks Linux rwlocks are read/write spin locks which don't sleep. Fixes a panic claudio@ reported with a WITNESS kernel on inteldrm(4) 'panic: acquiring blockable sleep lock with spinlock or critical section held (rwlock) drmvma' Patch from kettenis@ with a small tweak from me. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/06 22:24:20 Modified files: sys/kern : kern_sysctl.c sys/sys : sysctl.h sys/ufs/ffs : ffs_vfsops.c Log message: Convert ffs_sysctl to sysctl_bounded_args Requires sysctl_bounded_arr branch to support sysctl_rdint. The read-only variables are marked by an empty range of [1, 0]. OK millert@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 23:08:25 Modified files: devel/p5-Cache-FastMmap: Makefile distinfo Log message: Update to p5-Cache-FastMmap-1.50. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 23:15:36 Modified files: devel/p5-Carp-Assert-More: Makefile distinfo Log message: Update to p5-Carp-Assert-More-1.24. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 23:29:33 Modified files: devel/p5-IPC-System-Simple: Makefile distinfo Log message: Update to p5-IPC-System-Simple-1.30. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 23:39:18 Modified files: devel/p5-Locale-Codes: Makefile distinfo Log message: Update to p5-Locale-Codes-3.65. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/06 23:59:11 Modified files: devel/p5-Term-Shell: Makefile distinfo Log message: Update to p5-Term-Shell-0.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 00:48:55 Modified files: textproc/unicode-ucd: Makefile distinfo Log message: Update to unicode-ucd-13.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 00:49:15 Modified files: x11/gnome/gucharmap: Makefile Log message: Bump after unicode-ucd update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:04:25 Modified files: inputmethods/ibus: Makefile distinfo Log message: Update to ibus-1.5.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:19:47 Modified files: japanese/skk-jisyo: Makefile distinfo Log message: Update to skk-jisyo-20201101. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:24:25 Modified files: inputmethods/libskk: Makefile distinfo inputmethods/libskk/pkg: PLIST Log message: Update to libskk-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:24:33 Modified files: inputmethods/ibus-skk: Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:29:17 Modified files: graphics/py-cairo: Makefile distinfo Log message: Update to py3-cairo-1.20.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:31:08 Modified files: x11/gnome/connections: Makefile distinfo x11/gnome/connections/pkg: PLIST Log message: Update to connections-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:35:33 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:35:45 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:35:58 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.173. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:37:41 Modified files: x11/gnome/nautilus: Makefile Log message: Tweak comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 01:40:59 Modified files: textproc/foliate: Makefile Log message: Remove soft dependency on old x11/gnome/tracker. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 01:46:48 Modified files: x11/gnome/online-accounts: Makefile distinfo Log message: update to gnome-online-accounts-3.38.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/07 01:57:44 Modified files: lib/libm/src : s_ilogb.c s_ilogbf.c Added files: lib/libm/src/ld128: s_ilogbl.c lib/libm/src/ld80: s_ilogbl.c Removed files: lib/libm/src : s_ilogbl.c Log message: Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and FP_ILOGBNAN which isn't the case for the amd64 and i386 assembly versions. Drop these in favour of C implementations. Als reimplement ilogbl(3) by providing separate ld80 and ld128 implementations that replace the existing implementation which may hit an infinite loop when built for quad-precision long double. ok patrick@, gkoehler@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/07 01:58:28 Modified files: regress/lib/libm/msun: Makefile Added files: regress/lib/libm/msun: ilogb_test.c Log message: Add test for ilogb(3). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 01:59:35 Modified files: textproc/unicode-ucd: Makefile x11/gnome/gucharmap: Makefile distinfo x11/gnome/gucharmap/pkg: PLIST Added files: x11/gnome/gucharmap/patches: patch-gucharmap_meson_build patch-meson_build Log message: - unbreak gucharmap by updating to 13.0.4 - tweak comment in unicode-ucd to be more explicit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 02:01:25 Modified files: meta/gnome : Makefile Log message: Sync with gitlab.gnome.org:GNOME/gnome-build-meta.git. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 02:06:47 Modified files: x11/libhandy : Makefile distinfo x11/libhandy/pkg: DESCR PLIST Log message: update to libhandy-1.0.1 this update is known to break a bunch of dependant ports, they'll be addressed shortly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 02:11:43 Modified files: x11/libhandy : Makefile Log message: remove stale pre-configure target CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 02:14:04 Modified files: sysutils/deja-dup: Makefile Added files: sysutils/deja-dup/patches: patch-data_ui_preferences_ui patch-deja-dup_ConfigFolderList_vala patch-deja-dup_ConfigLocationRow_vala patch-deja-dup_main_vala patch-meson_build Log message: unbreak with libhandy-1, from upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 02:20:57 Modified files: x11/gnome/screenshot: Makefile distinfo x11/gnome/screenshot/pkg: PLIST Log message: update to gnome-screenshot-3.38.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 02:27:14 Modified files: x11/gnome/calendar: Makefile distinfo x11/gnome/calendar/pkg: PLIST Added files: x11/gnome/calendar/patches: patch-meson_build patch-src_gui_gcal-alarm-row_c patch-src_gui_gcal-alarm-row_ui patch-src_gui_gcal-application_c patch-src_gui_gcal-edit-dialog_c patch-src_gui_gcal-edit-dialog_h patch-src_gui_gcal-edit-dialog_ui Log message: - update to gnome-calendar-3.38.1 - add patches from upstream to switch to libhandy-1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 02:34:10 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Log message: update to gnome-contacts-3.38 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 02:37:34 Modified files: x11/gnome/libdazzle: Makefile distinfo x11/gnome/libdazzle/pkg: PLIST Removed files: x11/gnome/libdazzle/patches: patch-src_util_dzl-counter_c patch-src_util_dzl-counter_h Log message: Update to libdazzle-3.38.0. Disable goi and vala until I figure out the build breakage when enabled. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 02:39:40 Modified files: mail/geary : Makefile distinfo mail/geary/patches: patch-test_engine_imap-db_imap-db-database-test_vala mail/geary/pkg : PLIST Log message: Update to geary-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 02:46:21 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-3.38.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 02:47:57 Modified files: x11/gnome/libdazzle: Makefile x11/gnome/libdazzle/pkg: PLIST Log message: re-enable gobject-introspection; turned out having libdazzle-3.36 around at build time caused the observed undefined reference CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 02:50:42 Modified files: x11/gnome/usage: Makefile distinfo x11/gnome/usage/pkg: PLIST Log message: Update to gnome-usage-3.38.0. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/11/07 02:51:40 Modified files: sbin/route : route.8 sys/net : rtable.c rtable.h rtsock.c sys/netinet : in_pcb.c sys/netinet6 : in6_src.c Log message: Rework source IP address setting. - Move most of the processing out of rtable.c (reasonnable tb@, ok bluhm@) - Remove memory allocation, store pointer to existing ifaddr - Fix tunnel interface handling looks fine mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 02:52:09 Modified files: x11/gnome/session: Makefile distinfo Log message: Update to gnome-session-3.38.0. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/11/07 02:53:21 Modified files: regress/sys/net/rtable: Makefile.inc kern_compat.h util.h Log message: Since rework of source IP selection, we can reverse the last changes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 03:01:26 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Log message: Update to gnome-clocks-3.38.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 03:01:43 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: update to file-roller-3.38.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 03:04:22 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Removed files: graphics/evince/patches: patch-libdocument_ev-document-misc_c Log message: update to evince-3.38.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 03:09:40 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-3.38.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 03:10:22 Modified files: meta/gnome : Makefile Log message: tracker-miners -> tracker3-miners CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 03:13:09 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-meson_build patch-panels_applications_cc-applications-panel_c patch-panels_common_meson_build patch-panels_info-overview_meson_build patch-panels_power_cc-power-panel_c patch-panels_printers_pp-host_c patch-panels_user-accounts_cc-realm-manager_c patch-panels_user-accounts_user-utils_c x11/gnome/control-center/pkg: PLIST Log message: Update to gnome-control-center-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 03:18:40 Modified files: x11/gnome/vino : Makefile Log message: Give MAINTAINER to robert@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 03:25:19 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 03:27:35 Modified files: meta/gnome : Makefile Log message: x11/gnome/tracker-miners will also be needed for the time being. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 03:33:15 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-3.38.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/11/07 03:54:22 Modified files: infrastructure/bin: update-plist Log message: left a bit of dead code while refactoring CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:09:21 Modified files: x11/gnome/eog : Makefile distinfo Log message: update to eog-3.38.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:11:12 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: update to gedit-3.38.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:11:51 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Added files: www/epiphany/patches: patch-lib_ephy-flatpak-utils_c patch-meson_build patch-meson_options_txt Removed files: www/epiphany/patches: patch-lib_ephy-sync-utils_c Log message: update to epiphany-3.38.1 along with patches from upstream git to make libportal optional (and subsequently disable it) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:22:59 Modified files: x11/gnome/gedit-plugins: Makefile distinfo Log message: update to gedit-plugins-3.38.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:23:00 Modified files: x11/gnome/calculator: Makefile distinfo x11/gnome/calculator/pkg: PLIST Log message: update to gnome-calculator-3.38.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:28:32 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Log message: update to gnome-system-monitor-3.38.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:37:02 Modified files: devel/glade : Makefile distinfo devel/glade/pkg: PLIST Log message: update to glade-3.38.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:37:05 Modified files: x11/gnome/gjs : Makefile Log message: sync COMPILER comment with reality CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 04:39:17 Modified files: meta/gnome : Makefile Log message: Remove x11/gnome/bijiben for now. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 04:40:16 Modified files: x11/gnome/bijiben: Makefile Log message: mark BROKEN for now; upstream hasn't moved to libhandy1 yet CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 04:40:40 Modified files: x11/gnome/gjs : Makefile Log message: tyop in comment, no pkg change. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/07 04:45:52 Modified files: devel/llvm : Makefile Log message: Sync with base: performance optimizations CXXFLAGS This adds: -fno-ret-protector on powerpc and mips64el -fomit-frame-pointer on mips64 and mips64el Prompted by a similar diff from Brad CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/07 04:53:33 Modified files: games/tome4 : Makefile distinfo Log message: Update to tome4-1.7.2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/07 04:56:41 Modified files: lib/libm : Makefile Removed files: lib/libm/arch/amd64: s_ilogb.S s_ilogbf.S lib/libm/arch/i387: s_ilogb.S s_ilogbf.S Log message: Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and FP_ILOGBNAN which isn't the case for the amd64 and i386 assembly versions. Drop these in favour of C implementations. Als reimplement ilogbl(3) by providing separate ld80 and ld128 implementations that replace the existing implementation which may hit an infinite loop when built for quad-precision long double. ok patrick@, gkoehler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 05:12:21 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/pkg: PLIST Log message: Update to gnome-builder-3.38.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 05:17:25 Modified files: x11/gnome/quadrapassel: Makefile distinfo x11/gnome/quadrapassel/pkg: PLIST Log message: update to quadrapassel-3.38.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 06:13:32 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/pkg: PLIST Added files: x11/gnome/mutter/patches: patch-cogl_cogl_cogl-dma-buf-handle_c patch-cogl_cogl_cogl-dma-buf-handle_h patch-cogl_meson_build Log message: update to ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── update to mutter-3.38. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 06:13:34 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-data_gnome-shell-dbus-interfaces_gresource_xml patch-js_misc_loginManager_js x11/gnome/shell/pkg: PLIST Log message: update to gnome-shell-3.38.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 06:13:35 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: update to gnome-shell-extensions-3.38.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 06:13:36 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Log message: update to gnome-terminal-3.38.1 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/07 06:14:21 Modified files: x11/i3 : Makefile distinfo Log message: Update to i3-4.18.3 Bugfix release. Changes: https://github.com/i3/i3/blob/4.18.3/RELEASE-NOTES-4.18.3 OK tb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 06:29:28 Modified files: x11/gnome/seahorse: Makefile Log message: fallback to bundled libhandy for now while upstream sorts out the transition to libhandy1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 07:21:48 Log message: import gnome-mahjongg-3.38.3 Mahjongg is a solitaire (one player) version of the classic Eastern tile game, Mahjongg. The objective is to select pairs of similar tiles. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20200711 N ports/x11/gnome/mahjongg/Makefile N ports/x11/gnome/mahjongg/distinfo N ports/x11/gnome/mahjongg/pkg/DESCR N ports/x11/gnome/mahjongg/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 07:22:25 Modified files: x11/gnome : Makefile Log message: +mahjongg CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 07:51:46 Modified files: devel/libgit2/libgit2: Makefile distinfo devel/libgit2/libgit2/pkg: PLIST Log message: update libgit2 to 1.1.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 07:52:30 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: update to py-git2-1.4.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 07:53:25 Modified files: devel/libgit2/libgit2-glib: Makefile Added files: devel/libgit2/libgit2-glib/patches: patch-libgit2-glib_ggit-clone-options_c patch-libgit2-glib_ggit-config_c patch-libgit2-glib_ggit-diff_c patch-libgit2-glib_ggit-error_c patch-libgit2-glib_ggit-message_c patch-libgit2-glib_ggit-patch_c patch-libgit2-glib_ggit-remote-callbacks_c patch-libgit2-glib_ggit-repository_c Log message: unbreak with libgit2-1.1.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 07:54:11 Modified files: misc/subsurface: Makefile Added files: misc/subsurface/patches: patch-core_git-access_c patch-core_save-git_c Log message: add patches from upstream git to unbreak with libgit2-1.1.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 07:58:24 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Log message: update to gnome-contacts-3.38.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 08:40:50 Log message: Import gnome-tour-3.38.0. A guided tour and greeter for GNOME. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_2-2-11-7 N ports/x11/gnome/tour/Makefile N ports/x11/gnome/tour/distinfo N ports/x11/gnome/tour/pkg/DESCR N ports/x11/gnome/tour/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 08:41:16 Modified files: x11/gnome : Makefile Log message: +tour CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 08:50:53 Modified files: meta/gnome : Makefile Log message: Switch x11/gnome/getting-started-docs for gnome-tour. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 08:51:26 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/patches: patch-data_20-gnome-initial-setup_rules patch-gnome-initial-setup_gnome-initial-setup_c patch-gnome-initial-setup_meson_build Log message: Update to gnome-initial-setup-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 08:55:30 Modified files: x11/gnome : Makefile Removed files: x11/gnome/getting-started-docs: Makefile distinfo x11/gnome/getting-started-docs/pkg: DESCR PLIST Log message: Remove getting-started-docs; it's been replaced by gnome-tour and gnome-user-docs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 08:56:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register gnome-getting-started-docs removal. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/07 09:02:20 Modified files: regress/usr.sbin/relayd: Client.pm Relayd.pm Server.pm Log message: Set TCP option NODELAY in relayd and in client and server. This speeds up transferring data and avoids to run into timeout. The test was broken since switching to TLS 1.3 if running relayd on a remote machine. With no delay in tcp, https-multi using TLS 1.3 is slightly faster than TLS 1.2 on i386. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 09:09:55 Modified files: x11/gnome/zenity: Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/11/07 09:12:20 Modified files: sys/arch/alpha/alpha: trap.c Log message: multiple reads of pmap_emulate_reference() don't show any reason for it to need KERNE_LOCK. Been testing this for about 3 weeks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 09:13:32 Modified files: lang/elixir : Makefile distinfo Log message: update to elixir-1.11.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 09:15:16 Modified files: sysutils/py-croniter: Makefile distinfo sysutils/py-croniter/pkg: PLIST Log message: update to py3-croniter-0.3.36 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/07 09:21:47 Modified files: security/py-cryptodome: Makefile distinfo Log message: update to py-cryptodome-3.9.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 09:26:41 Modified files: meta/gnome : Makefile Log message: Fix typo. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/11/07 10:17:22 Modified files: www/varnish : Makefile www/varnish/files: varnishreload varnishreload.1 www/varnish/pkg: PLIST Log message: Zap duplicate example VCL files, improve varnishreload(1) - use UTC in timestamps - provide EXAMPLES section - improve manual wording CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/07 10:19:22 Modified files: x11/py-gtk2 : Makefile x11/py-gtk2/pkg: PLIST Log message: Sync PLIST .pyo -> .${MODPY_PYOEXTENSION} CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/07 10:50:53 Modified files: x11/gnome/seahorse: Makefile distinfo Added files: x11/gnome/seahorse/patches: patch-meson_build Log message: Update to seahorse-3.38.0. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/07 12:14:57 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/patches: patch-lib_ansible_config_base_yml sysutils/ansible/pkg: PLIST-main Log message: Update ansible 2.9.14 -> 2.9.15 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-15 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/07 13:32:47 Modified files: lang/cython : Makefile Log message: eliminate dependency on python2 numpy Only cython tests depend on py-numpy so we can drop the python2 dependency without needing to convert all cython consumers to python3. Doing the latter would require moving ports like py-sphinx to python3 which may still be a long way off. ok juanfra@ (MAINTAINER) with tweaks from jca@, sthen@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/07 14:22:02 Modified files: sbin/iked : ikev2.c Log message: Implement 'from dynamic', which installs flows where 'dynamic' is replaced with the received dynamic IP addresse. ok patrick@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/07 14:42:47 Modified files: sys/dev/fdt : imxccm.c imxccm_clocks.h Log message: Add clock support for i.MX8MP. This variant uses essentially the same layout as the i.MX8MM, which means that all supported clocks so far have the same selection of parents and allows reusing the i.MX8MM code. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/07 14:48:06 Modified files: x11/py-gtk2 : Makefile Log message: Drop dep on py2 numpy Optional dep, could be useful if our graphics/mypaint used python2 (it doesn't). ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/07 14:51:18 Modified files: cad/qrouter : Makefile Log message: cad/qrouter: drop USE_LLD=No; from Brad, ok maintainer. (I think I may have added this when testing the patch for building on ld.bfd archs and forgotten to remove it..) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/07 15:13:39 Modified files: www/pear : Makefile www/pear/pkg : PLIST-main Log message: reinstate a pear/lib/.lock file that update-plist wants to remove, which breaks ports trying to build using this. found the hard way by naddy. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/07 15:20:46 Modified files: mail/mutt : Makefile distinfo mail/mutt/pkg : PLIST Log message: Update to Mutt 2.0.0. This has a major version number bump due to some incompatible changes in behaviour or defaults, although the code changes are less big than some other "lesser" bumps. See http://www.mutt.org/relnotes/2.0/ for details. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/07 15:21:41 Modified files: devel/llvm : Makefile Log message: mips64el hasn't switched to clang yet Pointed out by Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/07 15:22:43 Modified files: mail/gmail-oauth2: Makefile mail/gmail-oauth2/pkg: DESCR Log message: add a comment to DESCR drawing attention to the oauth2 refresh token script now included in Mutt's examples dir (which uses python 3 whereas this one is still py2-only). CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/07 16:36:24 Modified files: regress/usr.bin/lastcomm: trapstack.c Log message: Check return value of mmap(2) correctly and set correct flags. Now mmap(2) actually returns non-stack memory and triggers a SIGSEGV due to MAP_STACK on i386. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/07 17:45:47 Modified files: sys/dev/fdt : if_mvpp.c Log message: Check that DMA memory has been allocated for the rings and the BM. While there remove a memset that's already been done by the allocator. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/07 17:46:40 Modified files: sys/dev/fdt : if_mvpp.c Log message: Hand the pool a physical address, not a virtual one. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/07 17:49:42 Modified files: sys/dev/fdt : if_mvpp.c if_mvppreg.h Log message: U-Boot might not have cleaned its pools. The pool needs to be empty before we fill it, otherwise our packets are written to wherever U-Boot allocated memory. Cleaning it up ourselves is worrying as well, since the BM's pages are probably in our own memory. Best we can do is stop the BM, set new memory and drain the pool. Tests show that this still returns U-Boot's entries. Now, where have those been stored... in HW or in memory? CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 00:42:26 Modified files: x11/gnome/gucharmap: Makefile Log message: Missing BDEP on textproc/gtk-doc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 00:44:36 Modified files: x11/gnome/connections: Makefile Log message: Missing BDEP on vala. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 00:46:14 Modified files: x11/gnome/mahjongg: Makefile Log message: Missing BDEP on vala. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 00:48:27 Modified files: x11/gnome/connections: Makefile Log message: Another missing BDEP: devel/gobject-introspection CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 00:55:30 Modified files: x11/mate/settings-daemon: Makefile x11/mate/settings-daemon/pkg: PLIST Log message: Remove bogus @gtk-update-icon-cache anotation. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 01:07:20 Modified files: x11/gnome/seahorse: Makefile distinfo Log message: Update to seahorse-3.38.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 01:19:16 Modified files: x11/mate/control-center: Makefile x11/mate/control-center/pkg: PLIST Log message: Regen PLIST and WANTLIB to unbreak. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 01:34:58 Modified files: x11/gnome/tracker: Makefile x11/gnome/tracker-miners: Makefile Log message: Add PORTROACH markers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 01:49:11 Modified files: textproc : Makefile textproc/py-enchant: Makefile textproc/py-enchant/pkg: PLIST Log message: Move py-enchant to py3 only; nothing py2 depends on it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 01:50:12 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-enchant' => 'py3-enchant' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 02:38:19 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-js_misc_loginManager_js Added files: x11/gnome/shell/patches: patch-js_ui_endSessionDialog_js Log message: Unbreak runtime. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 02:52:01 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-daemon_gdm-local-display-factory_c patch-daemon_gdm-manager_c patch-daemon_gdm-session-record_c x11/gnome/gdm/pkg: PLIST Added files: x11/gnome/gdm/patches: patch-common_meson_build patch-data_meson_build patch-libgdm_meson_build patch-meson_build patch-pam_gdm_pam_gdm_c Removed files: x11/gnome/gdm/patches: patch-Makefile_am patch-configure_ac patch-daemon_Makefile_am patch-data_Makefile_am patch-libgdm_Makefile_am Log message: Update to gdm-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 03:42:44 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-js_misc_loginManager_js patch-src_main_c Log message: Unbreak suspend (+auto lock) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 04:07:53 Modified files: x11/gnome/tracker3-miners: Makefile Log message: Build without compiler optimisations (-O0). https://gitlab.gnome.org/GNOME/tracker-miners/issues/7 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/08 04:46:12 Modified files: usr.bin/ssh : ssh.c sshd.c sshkey.h Log message: Replace WITH_OPENSSL ifdefs in log calls with a macro. The log calls are themselves now macros, and preprocessor directives inside macro arguments are undefined behaviour which some compilers (eg old GCCs) choke on. It also makes the code tidier. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/08 05:10:20 Modified files: usr.bin/ssh/moduli-gen: Makefile Log message: Add a comment documenting the source of the moduli group sizes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 05:10:39 Removed files: x11/gnome/seahorse/patches: patch-meson_build Log message: Forgot to remove this in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 06:20:35 Modified files: x11/gnome/photos: Makefile Log message: tracker3-miners -> tracker-miners CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 06:29:20 Modified files: x11/gnome/grilo-plugins: Makefile x11/gnome/grilo-plugins/pkg: PLIST Log message: Move to tracker3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 06:59:49 Modified files: x11/gnome/control-center: Makefile Log message: No need for x11/gnome/power-manager. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/08 07:42:48 Modified files: sys/dev/ofw : ofw_misc.c ofw_misc.h Log message: Add code to determine the supported media types from the SFP EEPROM. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/08 07:43:36 Modified files: sys/dev/fdt : if_mvpp.c Log message: Add supported media types for SFPs. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/08 08:46:15 Modified files: java/tanukiwrapper: Makefile distinfo Log message: Update java-tanukiwrapper to 3.5.44 From maintainer Dimitri Karamazov CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/08 08:58:48 Modified files: audio/solfege : Makefile distinfo audio/solfege/pkg: PLIST Log message: Update to solfege-3.23.4 and move to python3/gtk3 ... instead of py-gtk2. Runtime appears much more reliable. ok ajacoutot@ bcallah@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/08 08:59:43 Modified files: audio/solfege/patches: patch-run-solfege_py_in Log message: refresh patch CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/08 09:51:43 Modified files: etc : netstart Log message: no more mobileip; ok claudio deraadt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/11/08 10:01:52 Modified files: infrastructure/bin: update-plist Log message: by default, only run pkg-locatedb for "new" files, so that people will actually run it by default okay sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/11/08 10:02:34 Modified files: share/man/man1 : update-plist.1 Log message: document -f option to force pkg_locatedb for all files new behavior is to only check for conflicts on new files CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/08 10:11:55 Modified files: regress/sbin/iked/live: Makefile iked.in Log message: Add seperate FROM/TO variables. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 10:47:48 ports/x11/gnome/tweaks/patches Update of /cvs/ports/x11/gnome/tweaks/patches In directory cvs.openbsd.org:/tmp/cvs-serv34311/patches Log Message: Directory /cvs/ports/x11/gnome/tweaks/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/08 10:48:00 Modified files: x11/gnome/tweaks: Makefile Added files: x11/gnome/tweaks/patches: patch-gnome-tweaks patch-gtweak_tweakview_py Log message: Merge libhandy-1 support from upstream. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/11/08 13:05:28 Modified files: lang/gravity : Makefile distinfo Log message: Update to gravity-0.8.0 Changelog: https://github.com/marcobambini/gravity/compare/0.7.9...0.8.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/11/08 13:07:47 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20201105 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/08 13:12:59 Modified files: x11/kde-applications: Makefile.inc x11/kde-applications/akonadi: distinfo x11/kde-applications/akonadi-calendar: Makefile distinfo x11/kde-applications/akonadi-calendar/pkg: PLIST x11/kde-applications/akonadi-calendar-tools: Makefile distinfo x11/kde-applications/akonadi-calendar-tools/pkg: PLIST x11/kde-applications/akonadi-contacts: Makefile distinfo x11/kde-applications/akonadi-contacts/pkg: PLIST x11/kde-applications/akonadi-import-wizard: distinfo x11/kde-applications/akonadi-mime: distinfo x11/kde-applications/akonadi-notes: distinfo x11/kde-applications/akonadi-search: distinfo x11/kde-applications/akonadiconsole: distinfo x11/kde-applications/akregator: Makefile distinfo x11/kde-applications/analitza: distinfo x11/kde-applications/ark: Makefile distinfo x11/kde-applications/artikulate: distinfo x11/kde-applications/audiocd-kio: distinfo x11/kde-applications/audiocd-kio/pkg: PLIST 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: Makefile distinfo x11/kde-applications/cantor: Makefile distinfo 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/eventviews: distinfo x11/kde-applications/ffmpegthumbs: distinfo x11/kde-applications/filelight: distinfo x11/kde-applications/granatier: distinfo x11/kde-applications/grantlee-editor: distinfo x11/kde-applications/grantleetheme: distinfo x11/kde-applications/gwenview: distinfo x11/kde-applications/incidenceeditor: distinfo x11/kde-applications/juk: distinfo x11/kde-applications/kaddressbook: distinfo x11/kde-applications/kajongg: distinfo x11/kde-applications/kalarm: Makefile distinfo x11/kde-applications/kalarmcal: distinfo x11/kde-applications/kalgebra: Makefile distinfo x11/kde-applications/kalzium: Makefile distinfo x11/kde-applications/kamera: distinfo x11/kde-applications/kanagram: distinfo x11/kde-applications/kapman: distinfo x11/kde-applications/kapptemplate: distinfo x11/kde-applications/kate: distinfo x11/kde-applications/kate/pkg: PLIST x11/kde-applications/katomic: distinfo x11/kde-applications/kbackup: distinfo x11/kde-applications/kbackup/pkg: PLIST 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: Makefile distinfo x11/kde-applications/kdepim-addons: distinfo x11/kde-applications/kdepim-apps-libs: Makefile distinfo x11/kde-applications/kdepim-runtime: Makefile distinfo x11/kde-applications/kdesdk-kioslaves: distinfo x11/kde-applications/kdesdk-thumbnailers: distinfo x11/kde-applications/kdf: distinfo x11/kde-applications/kdialog: distinfo x11/kde-applications/kdiamond: distinfo x11/kde-applications/keditbookmarks: distinfo x11/kde-applications/kfind: distinfo x11/kde-applications/kfloppy: distinfo x11/kde-applications/kfourinline: distinfo x11/kde-applications/kgeography: distinfo x11/kde-applications/kget: Makefile distinfo x11/kde-applications/kgoldrunner: distinfo x11/kde-applications/kgpg: distinfo x11/kde-applications/khangman: distinfo x11/kde-applications/khelpcenter: distinfo x11/kde-applications/kidentitymanagement: distinfo x11/kde-applications/kidentitymanagement/pkg: PLIST 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/kio-extras/pkg: PLIST x11/kde-applications/kiriki: distinfo x11/kde-applications/kiten: distinfo x11/kde-applications/kitinerary: distinfo x11/kde-applications/kitinerary/pkg: PLIST x11/kde-applications/kjumpingcube: distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kleopatra: distinfo x11/kde-applications/klettres: distinfo x11/kde-applications/klickety: distinfo x11/kde-applications/klines: distinfo x11/kde-applications/kmag: distinfo x11/kde-applications/kmahjongg: distinfo x11/kde-applications/kmail: Makefile distinfo x11/kde-applications/kmail-account-wizard: Makefile distinfo x11/kde-applications/kmailtransport: distinfo x11/kde-applications/kmbox: distinfo x11/kde-applications/kmime: distinfo x11/kde-applications/kmines: distinfo x11/kde-applications/kmix: Makefile 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: Makefile 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: Makefile distinfo x11/kde-applications/konquest: distinfo x11/kde-applications/konsole: distinfo x11/kde-applications/kontact: Makefile distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/korganizer: Makefile distinfo x11/kde-applications/kpimtextedit: distinfo x11/kde-applications/kpkpass: Makefile 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/kshisen: distinfo x11/kde-applications/ksirk: distinfo x11/kde-applications/ksmtp: distinfo x11/kde-applications/ksnakeduel: distinfo x11/kde-applications/kspaceduel: distinfo x11/kde-applications/ksquares: distinfo x11/kde-applications/ksudoku: distinfo x11/kde-applications/ksystemlog: Makefile 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/kwordquiz/pkg: PLIST x11/kde-applications/libgravatar: Makefile distinfo x11/kde-applications/libkcddb: distinfo x11/kde-applications/libkcompactdisc: distinfo x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: Makefile 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: Makefile distinfo x11/kde-applications/lokalize: distinfo x11/kde-applications/lskat: distinfo x11/kde-applications/mailcommon: distinfo x11/kde-applications/mailimporter: Makefile distinfo x11/kde-applications/marble: distinfo x11/kde-applications/mbox-importer: Makefile distinfo x11/kde-applications/messagelib: distinfo x11/kde-applications/minuet: distinfo x11/kde-applications/okular: distinfo x11/kde-applications/okular/patches: patch-shell_shell_cpp x11/kde-applications/okular/pkg: PLIST x11/kde-applications/palapeli: distinfo x11/kde-applications/picmi: distinfo x11/kde-applications/pim-data-exporter: Makefile distinfo x11/kde-applications/pim-sieve-editor: Makefile distinfo x11/kde-applications/pimcommon: Makefile distinfo x11/kde-applications/poxml: distinfo x11/kde-applications/print-manager: Makefile distinfo x11/kde-applications/rocs: Makefile distinfo x11/kde-applications/step: Makefile distinfo x11/kde-applications/svgpart: distinfo x11/kde-applications/sweeper: distinfo x11/kde-applications/umbrello: Makefile distinfo x11/kde-applications/zeroconf-ioslave: distinfo Log message: Update KDE Applications to 20.08.3 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/11/08 13:37:15 Modified files: sysutils/bfs : Makefile distinfo sysutils/bfs/patches: patch-tests_sh Log message: Update to bfs-2.0 Changelog: https://github.com/tavianator/bfs/releases/tag/2.0 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/08 13:37:24 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/arm/arm: sig_machdep.c sys/arch/arm64/arm64: sig_machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/i386/i386: machdep.c sys/arch/m88k/m88k: sig_machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mips64/mips64: sendsig.c sys/arch/sh/sh : sh_machdep.c sys/arch/powerpc64/powerpc64: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/kern : kern_sig.c sys/sys : signalvar.h Log message: In case of failure, call sigexit() from trapsignal instead of sensig(). Simplify MD code and reduce the amount of recursion into the signal code which helps when dealing with locks. ok cheloha@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/08 13:43:54 Modified files: devel/p5-Log-Dispatch-Perl: Makefile distinfo Log message: Update to p5-Log-Dispatch-Perl-0.05. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/08 14:37:54 Modified files: devel/p5-Module-Find: Makefile distinfo Log message: Update to p5-Module-Find-0.15. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/08 15:37:24 Modified files: usr.bin/ssh : misc.h readpass.c ssh-agent.c ssh-keygen.c sshconnect2.c Log message: when requesting a security key touch on stderr, inform the user once the touch has been recorded; requested by claudio@ ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/08 16:19:03 Modified files: usr.bin/ssh : readpass.c Log message: unbreak; missing NULL check CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/08 16:52:09 Modified files: sys/dev/pci/drm: drm_vblank.c Log message: vblank seqlock is used from interrupt context so use IPL_TTY CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/08 18:32:01 Modified files: textproc/p5-LaTeX-Driver: Makefile distinfo Log message: Update textproc/p5-LaTeX-Driver to 1.2.0 From wen heping CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/08 21:13:32 Modified files: sbin/unwind : frontend.c Log message: Don't leak domain when freeing block list nodes Domains contained in the block list file were not correctly freed. This would grow the frontend process by the size of the blocklist file on each config reload. ok florian CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/08 21:20:46 Modified files: sbin/unwind : frontend.c parse.y unwind.c Log message: Check for and handle duplicates on RB_INSERT If the configuration contains duplicate domains in the block list file or a force list, the nodes would leak in the frontend process each time the config is reloaded. Also add a check when copying the force list over imsg and fatal if a duplicate is encountered. This should never happen. ok florian CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/08 21:22:05 Modified files: sbin/unwind : frontend.c parse.y unwind.c Log message: Use RB_FOREACH_SAFE instead of handrolling it No binary change on amd64. ok florian CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/08 22:22:53 Modified files: devel/jsoncpp : Makefile distinfo devel/jsoncpp/pkg: PLIST Removed files: devel/jsoncpp/patches: patch-include_json_config_h patch-include_json_value_h patch-meson_build patch-src_lib_json_json_value_cpp Log message: Update jsoncpp to 1.9.4 This version includes all CVS patches and fixes some security related bugs. There is no longer any reason why we should install jsoncpp headers not in the default path (include/json). Now we follow the "default" again. Tested with all consumers and also with possible consumers. Thanks sthen@ OK jca@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/08 22:22:57 Modified files: multimedia/upplay: Makefile multimedia/upplay/patches: patch-upplay_pro Log message: Unbreak build with jsoncpp 1.9.4 OK jca@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/08 22:42:43 Modified files: sys/dev/pci/drm/include/linux: atomic.h Log message: use 64 bit atomic builtins on i386 for atomic64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/09 00:16:51 Modified files: x11/gnome/mahjongg: Makefile Log message: requires itstool CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/09 01:42:43 Modified files: usr.bin/tmux : screen-write.c Log message: Remove some old debug logging. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/09 02:10:10 Modified files: usr.bin/tmux : format-draw.c format.c tmux.1 Log message: Change how escaping is processed for formats so that ## and # can be used in styles. Also add a 'w' format modifier for the width. From Chas J Owens IV in GitHub issue 2389. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/09 02:59:52 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.48.0. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/09 03:54:28 Modified files: usr.bin/tmux : tty.c Log message: If mouse bits change, clear them all and set again to avoid problems with some bits implying others. GitHub issue 2458. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/09 04:33:12 Modified files: comms/fldigi : Makefile Log message: Add --without-asciidoc (breaks with upcoming asciidoc update); the man pages don't need to be regen'd. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/09 04:33:39 Modified files: textproc/asciidoc: Makefile distinfo textproc/asciidoc/pkg: DESCR PLIST Log message: Update to asciidoc-9.0.4. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/09 05:17:08 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-gtk_gtkfilechooserwidget_c patch-gtk_gtkplacessidebar_c patch-modules_printbackends_meson_build x11/gtk+4/pkg : PLIST-main Added files: x11/gtk+4/pkg : DESCR-cloudprint DESCR-demos PLIST-cloudprint PLIST-demos Removed files: x11/gtk+4/patches: patch-gtk_roaring_h Log message: Update to gtk+4-3.99.4. Add 2 new subpackages: - cloudprint: Cloud Print backend for gtk+4. - demos: Demo programs for gtk+4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/09 05:30:46 Modified files: x11/gnome/shell: Makefile Log message: Missing RDEP on x11/gnome/weather. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/11/09 05:38:27 Modified files: print/hplip : Makefile Added files: print/hplip/patches: patch-hp-uiscan_desktop_in Log message: Fix hp-uiscan desktop file. OK aja@ (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/11/09 05:39:29 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: reword confusing message CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/11/09 06:28:31 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: fix indirect dependencies bug: match what pkg_add does by adding tag definitions to the list of RequiredBy. requires passing the pkgname around for the special case where tag and define-tag are in the same location, so use that info for better diagnostics Note that this loses the optimization where we only need read DependsOnly this can be addressed later by storing stub packing-lists with only relevant info during the first pass, so that we don't have to read them again CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/09 06:33:24 Modified files: sys/dev/fdt : if_mvpp.c Log message: Small whitespace cleanup. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/09 07:05:48 Modified files: sysutils/dmidecode: Makefile distinfo sysutils/dmidecode/patches: patch-util_c sysutils/dmidecode/pkg: PLIST Removed files: sysutils/dmidecode/patches: patch-Makefile Log message: update to dmidecode-3.3 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/11/09 07:07:49 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: speed up the dependency check pass significantly: first pass will read packing-lists fully, use that to cache along dependency information, so we don't have to read packing-list again during second pass. we do not cache full plists for the file checks, because 1/ that is significantly larger 2/ that pass is disk io bound anyway CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/09 07:40:40 Modified files: net/ipv6calc : Makefile distinfo net/ipv6calc/pkg: PLIST Log message: update to ipv6calc-3.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/09 07:41:55 Modified files: net/ipv6calc : Makefile Log message: ipv6calc: add TDEP on bash CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/09 08:01:45 Log message: import risk-pk git HEAD The RISC-V Proxy Kernel, pk, is a lightweight application execution environment that can host statically-linked RISC-V ELF binaries. It is designed to support tethered RISC-V implementations with limited I/O capability and thus handles I/O-related system calls by proxying them to a host computer. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20200911 N ports/sysutils/riscv-pk/Makefile N ports/sysutils/riscv-pk/distinfo N ports/sysutils/riscv-pk/pkg/DESCR N ports/sysutils/riscv-pk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/09 08:02:34 Modified files: sysutils : Makefile Log message: +riscv-pk CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/09 08:09:10 Modified files: sys/dev/pci : if_ix.c Log message: There seems to be a silicon errata for 82598 ix(4) chips. When the link state changes and an interrupt is fired for that, the MSI-X interrupt mask bits of the queues are cleared. During init while the queues are enabled by the driver, the hardware disabled them in the background. Then receiving packets did not work. In MSI-X mode, use the FreeBSD logic to read the cause from EICS register. from Christiano Haesbaert; tested with 82599 and X540T and OK jmatthew@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/09 08:17:21 Modified files: sysutils/py-ghmi: Makefile distinfo Log message: update to py3-ghmi-1.5.19 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/11/09 08:23:48 Modified files: usr.sbin/pkg_add: pkg_check.8 Log message: blurb about @tag being recorded as well CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 08:31:39 src/regress/usr.sbin/rpki-client/libressl Update of /cvs/src/regress/usr.sbin/rpki-client/libressl In directory cvs.openbsd.org:/tmp/cvs-serv40191/libressl Log Message: Directory /cvs/src/regress/usr.sbin/rpki-client/libressl added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 08:31:39 src/regress/usr.sbin/rpki-client/openssl11 Update of /cvs/src/regress/usr.sbin/rpki-client/openssl11 In directory cvs.openbsd.org:/tmp/cvs-serv40191/openssl11 Log Message: Directory /cvs/src/regress/usr.sbin/rpki-client/openssl11 added to the repository CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/09 08:40:01 Modified files: sys/dev/fdt : if_mvpp.c Log message: On interface down, drop received packets by adding them back into the buffer manager pool. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/09 08:41:44 Modified files: sys/dev/fdt : if_mvpp.c Log message: Clear TX sent counter on up/down. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 08:43:46 Modified files: regress/usr.sbin/rpki-client: Makefile test-mft.c Added files: regress/usr.sbin/rpki-client: Makefile.inc regress/usr.sbin/rpki-client/libressl: Makefile regress/usr.sbin/rpki-client/openssl11: Makefile Log message: Rework the rpki-client test to also run against OpenSSL 1.1 if the package is installed. This ensures that the part of rpki-client that uses libcrypto works as expected with both LibreSSL and OpenSSL. This will hopefully also help reduce the friction of cutting the portable release. The OpenSSL code reaches around into libcrypto for the LibreSSL specific functions that are provided in -portable. A tiny bit of glue in test-mft.c is also needed. Positive feedback from benno CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/09 08:45:21 Modified files: sys/dev/fdt : if_mvpp.c Log message: Rework MAC initialization code. Properly turn comphy off and on again on re-initialization. Make sure interrupts are masked while we are doing those bits dirty. This fixes issues with network stopping after the first down/up cycle. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 08:49:48 Modified files: regress/usr.sbin/rpki-client: Makefile Log message: Print reminder to install OpenSSL 1.1 if it's not present in accordance with bsd.regress.mk. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 08:53:42 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Log message: Fix compiler warnings about missing prototypes. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 09:05:10 Modified files: regress/usr.sbin/rpki-client: Makefile.inc regress/usr.sbin/rpki-client/openssl11: Makefile Log message: One more missing prototype CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 09:13:02 Modified files: regress/usr.sbin/rpki-client: test-cert.c test-mft.c test-roa.c test-tal.c Log message: Remove uses of the deprecated ERR_remove_state() CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/09 09:13:57 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable mvpp(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 09:54:53 Modified files: sbin/unwind : Tag: OPENBSD_6_8 frontend.c resolver.c unwind.c unwind.h Log message: Handle DNS answers that are larger than the maximum imsg size (about 16k) by splitting them up. Previously unwind would send meta-data about the finished query from the resolver process to the frontend process and then silently fail to send the actual answer because it was too big for imsg. When receiving the meta-data for the next query the frontend process would then exit via fatal() because it was still expecting an answer. This likely fixes rare crashes observed by Leo Unglaub. Note that even with DNSSEC signatures, answers this big are very rare. OK tb, benno original commit: florian This is errata/6.8/005_unwind.patch.sig CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 09:55:01 Modified files: sbin/unwind : Tag: OPENBSD_6_7 frontend.c resolver.c unwind.c unwind.h Log message: Handle DNS answers that are larger than the maximum imsg size (about 16k) by splitting them up. Previously unwind would send meta-data about the finished query from the resolver process to the frontend process and then silently fail to send the actual answer because it was too big for imsg. When receiving the meta-data for the next query the frontend process would then exit via fatal() because it was still expecting an answer. This likely fixes rare crashes observed by Leo Unglaub. Note that even with DNSSEC signatures, answers this big are very rare. OK tb, benno original commit: florian This is errata/6.7/028_unwind.patch.sig CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 09:58:04 Modified files: usr.sbin/rpki-client: Tag: OPENBSD_6_8 mft.c Log message: Fix checks for manifest validity interval The check_validity() function used the X509_cmp_time() functions with GeneralizedTime. This doesn't work with current dates since LibreSSL enforces conformance with RFC 5280 in X509_cmp_time(), which requires that dates before 2050 are represented with UTCTime. The functions would return an error, but missing error checking led to failing to detect expired or not yet valid manifests. Fix this by converting the dates into struct tm and using ASN1_time_tm_cmp() instead. With input from claudio, jsing ok benno claudio jsing This is errata/6.8/006_rpki.patch.sig CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/09 09:58:09 Modified files: usr.sbin/rpki-client: Tag: OPENBSD_6_7 mft.c Log message: Fix checks for manifest validity interval The check_validity() function used the X509_cmp_time() functions with GeneralizedTime. This doesn't work with current dates since LibreSSL enforces conformance with RFC 5280 in X509_cmp_time(), which requires that dates before 2050 are represented with UTCTime. The functions would return an error, but missing error checking led to failing to detect expired or not yet valid manifests. Fix this by converting the dates into struct tm and using ASN1_time_tm_cmp() instead. With input from claudio, jsing ok benno claudio jsing This is errata/6.7/029_rpki.patch.sig CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/11/09 10:22:12 Modified files: . : errata67.html errata68.html Log message: release unwind and rpki errata CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/09 10:30:35 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Security update to firefox 82.0.3. Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-49/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/09 10:33:16 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Security update to firefox 82.0.3. Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-49/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/09 10:42:37 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Security update to firefox-esr 78.4.1. Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-49/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/09 10:43:00 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Security update to firefox-esr 78.4.1. Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-49/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/09 10:53:13 Modified files: x11/xfce4/xfconf: Makefile distinfo Log message: Update to xfconf 4.14.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/09 10:55:29 Modified files: x11/xfce4/xfce4-mailwatch: Makefile distinfo x11/xfce4/xfce4-mailwatch/pkg: PLIST Log message: Update to xfce4-mailwatch 1.3.0. Finally ported to Gtk+3 after being left behind for years - cf https://mail.xfce.org/pipermail/xfce-announce/2020-November/000917.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/09 10:57:59 Modified files: x11/xfce4/xfce4-screensaver: Makefile distinfo x11/xfce4/xfce4-screensaver/pkg: PLIST Log message: Update to xfce4-screensave 0.1.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/09 11:15:57 Modified files: x11/gnome/terminal: Makefile Log message: Missing BDEP on textproc/docbook-xsl. reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/09 11:41:40 Modified files: x11/qwt : Makefile distinfo x11/qwt/patches: patch-qwtconfig_pri Added files: x11/qwt/pkg : DESCR PLIST Removed files: x11/qwt/patches: patch-designer_designer_pro patch-qwt_prf patch-src_src_pro patch-textengines_textengines_pri x11/qwt/pkg : DESCR-common DESCR-main PFRAG.no-qt5-main PFRAG.qt5-main PLIST-common PLIST-main Log message: Update qwt to 6.1.5 and remove all Qt4 dependencies This update also removes -common/-main and unmaze all creepy Qt4 workarounds. What remains is a Qt5 only port. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/09 11:41:42 Modified files: comms/gnuradio : Makefile Log message: Unbreak with qwt 6.1.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/09 11:41:44 Modified files: geo/qgis : Makefile Log message: Unbreak with qwt 6.1.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/09 11:42:30 Modified files: x11 : Makefile Log message: Zap qwt,qt5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/09 11:53:45 Modified files: sysutils/telegraf: Makefile distinfo Added files: sysutils/telegraf/patches: patch-plugins_inputs_all_all_go Log message: Update telegraf to 1.13.4 Tommy Scheunemann pointed out to me, that we can remove some linux only plugins. Tested by Martin Reindl, thanks CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/09 11:56:10 Modified files: lang/rust : Makefile Log message: lang/rust: re-add libgit2 as dependency now it is a more recent version (cargo will pick it anyway) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/11/09 12:29:27 Modified files: sys/arch/amd64/amd64: vector.S sys/arch/amd64/include: frameasm.h Log message: Give sizes and types to more functions and objects. No effect on object code, just symbol table accuracy ok mpi@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/09 14:07:26 Modified files: regress/sbin/iked/live: Makefile iked.in Log message: Add test for dynamic IP assignment via "config address" and "request address". Use the "dynamic" keyword to see generate flows from/to dynamic address. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/09 14:42:52 Modified files: print : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: print/py-poppler: Makefile distinfo print/py-poppler/patches: patch-poppler_defs print/py-poppler/pkg: DESCR PLIST print/pdfshuffler: Makefile distinfo print/pdfshuffler/patches: patch-pdfshuffler_pdfshuffler_py patch-setup_py print/pdfshuffler/pkg: DESCR PLIST Log message: Remove py-poppler and pdfshuffler Both were unmaintained upstream and using python2 and x11/py-gtk2. pdfarranger is a maintained fork of pdfarranger that uses gobject and gtk3. ok jasper@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/11/09 14:48:25 Modified files: x11/agar : Makefile.inc x11/agar/agar/patches: patch-core_byteswap_h patch-core_cpuinfo_c Log message: agar: powerpc fixes: remove BROKEN, fix assembly code, add runtime AltiVec detection (improvements hinted by naddy@, thanks!) OK naddy@ CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2020/11/09 15:43:46 Modified files: inputmethods/anthy: Makefile inputmethods/anthy/patches: patch-src-util_anthy_el Log message: Fix anthy.el not to use process-kill-without-query which is deleted. ok jca CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/09 16:09:11 Modified files: x11/wxWidgets : Makefile Log message: gc ac_cv_lib_esd_esd_close=no autoconf override, not used/useful anymore CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/09 16:18:51 Modified files: regress/lib/libc/sys: Makefile t_chroot.c t_dup.c t_fsync.c t_getgroups.c t_getitimer.c t_getrusage.c t_gettimeofday.c t_mknod.c t_mlock.c t_mmap.c t_msgget.c t_pipe.c t_pipe2.c t_poll.c t_ptrace.c t_revoke.c t_select.c t_stat.c t_write.c Log message: Sync libc syscall tests with changes in upstream NetBSD. Use #ifdef to document differences to NetBSD behaviour, this helps to track upstream. Mark currently failing test as expected failures. So test programs get compiled and executed, but it shows that further investigation is necceassry. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/09 16:25:12 Modified files: devel/ruby-zeitwerk: Makefile distinfo Log message: update 2.4.0 -> 2.4.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/09 16:25:50 Modified files: devel/ruby-activesupport: Makefile distinfo Log message: update 6.0.3.3 -> 6.0.3.4 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/09 16:26:28 Modified files: security/wpscan: Makefile distinfo Log message: update 3.8.7 -> 3.8.10 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/09 16:27:03 Modified files: security/hcxtools: Makefile distinfo security/hcxtools/pkg: PLIST Log message: update 6.1.1 -> 6.1.3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/09 16:49:03 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: update to 2020-11-07 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/09 16:53:30 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: atomic.h Log message: use a single preinitialised mutex for atomic64 fallback path Previously we would initialise a variable specific mutex in ATOMIC64_INIT() or atomic64_set() but the drm code in multiple places zeroes memory and later accesses it without calling these resulting in a mutex with IPL_NONE instead of IPL_HIGH. Fixes a 'locking against myself' panic reported by Anthony Richardby on macppc with PowerBook5,6 and RV350. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/10 00:16:34 Modified files: x11/xfce4/xfce4-weather: Makefile distinfo x11/xfce4/xfce4-weather/pkg: PLIST Log message: Update to xfce4-weather 0.10.2. Switch to the 2.0 API of met.no among other changes. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/10 00:17:57 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Security update to thunderbird 78.4.2. Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-49/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/10 00:18:40 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Security update to thunderbird 78.4.2. Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-49/ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/10 00:26:40 Modified files: textproc/p5-PDF-Table: Makefile distinfo Log message: Update to p5-PDF-Table-1.001, from wen heping. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/10 00:43:37 Modified files: textproc/raptor: Makefile Added files: textproc/raptor/patches: patch-src_raptor_xml_writer_c Log message: raptor: backport a (2017!) commit that fixes CVE-2017-18926 heap based buffer overflow. From wen heping, I added upstream.commit information to the patch. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/10 00:44:57 Modified files: textproc/raptor: Tag: OPENBSD_6_8 Makefile Added files: textproc/raptor/patches: Tag: OPENBSD_6_8 patch-src_raptor_xml_writer_c Log message: raptor: backport a (2017!) commit that fixes CVE-2017-18926 heap based buffer overflow. From wen heping, I added upstream.commit information to the patch. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/11/10 00:46:20 Modified files: usr.bin/ssh : readpass.c Log message: Free the previously allocated msg buffer after writing it out. OK djm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/10 01:14:50 Modified files: multimedia/dav1d: Makefile Log message: dav1d: use -O1 on arm to workaround sigbus. from brad CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/10 01:16:53 Modified files: usr.bin/tmux : window-copy.c Log message: Allow previous-word to scroll onto the first line, noticed by Anindya Mukherjee. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/10 02:06:12 Modified files: gnu/usr.bin/clang: Makefile.inc Log message: Sort list of archs in alphabetical order. From Brad ok mortimer@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/10 02:19:43 Modified files: sys/dev/fdt : sfp.c Log message: If possible, check the MOD-DEF0 signal to detect the presence of an SFP. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/10 02:42:02 Modified files: devel/spidermonkey78: Makefile distinfo Log message: update to spidermonkey78-78.4.1 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/11/10 03:01:37 Modified files: net/syncthing : Makefile distinfo Log message: Update net/syncthing to version 1.11.1. OK bket@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/10 03:48:15 Modified files: x11/gnome/libgda: Makefile distinfo Removed files: x11/gnome/libgda/patches: patch-libgda-report_RML_trml2html_trml2html_py patch-libgda-report_RML_trml2pdf___init___py patch-libgda-report_RML_trml2pdf_color_py patch-libgda-report_RML_trml2pdf_trml2pdf_py Log message: Update to libgda-5.2.10. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/10 04:10:18 Modified files: sys/dev/fdt : sfp.c Log message: Fix previous commit; using > 0 to check a pointer isn't quite right. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/11/10 04:19:37 Modified files: sys/dev/usb : if_urtwn.c Log message: Fix urtwn(4) against access points which use WPA1/TKIP as the group cipher. Problem first reported against dhclient(8) by Artem Mazurov on bugs@ Bug was traced down into urtwn(4) by krw@ with a TP-Link TP-WA850RE AP. Regardless, please configure your access points to use WPA2/AES only! WPA1/TKIP is insecure and should die. ok krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/10 04:40:23 Modified files: textproc/zathura/plugins/mupdf: Makefile Added files: textproc/zathura/plugins/mupdf/patches: patch-meson_build Log message: zathura-pdf-mupdf needs to pull in the new mupdf dependency, gumbo, otherwise it has missing symbols. I guess I forgot to make update before testing.. Reported with an alternative diff proposal by Olivier Taïbi. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/10 04:45:59 Modified files: textproc/zathura/plugins/mupdf/patches: patch-meson_build Log message: zathura-pdf-mupdf: replace patch with the version in upstream's "develop" branch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/10 04:52:41 Modified files: meta/gnome : Makefile Log message: Actually remove RDEP on x11/gnome/tracker-miners; it's being added by other dependencies and will automatically go away once everything has moved to tracker3. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/10 05:05:50 Modified files: devel/llvm : Makefile Log message: Sync -fno-ret-protector list with base Makefile.inc From Brad CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/10 07:43:14 Modified files: regress/lib/libc/sys: Makefile t_syscall.c Log message: Declare prototype of __syscall locally. Fixes t_syscall test. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/11/10 08:15:27 Modified files: www/chromium : Makefile distinfo Log message: update to 86.0.4240.193 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/10 08:17:51 Modified files: regress/sbin/iked/live: Makefile Log message: Pass correct vars to FROM and TO. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/10 09:13:35 Modified files: regress/sys/kern: Makefile Log message: Link all regress/sys/kern/ subdirs to build and sort alphabetically. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/10 09:40:18 Modified files: multimedia/mpv : Makefile Log message: mpv: build debug packages, req by mpi@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/10 09:42:18 Modified files: usr.sbin/dhcpd : dhcpd.h hash.c memory.c Log message: Remove prototypes for functions removed 10+ years ago. Return types should be on their own lines. Diffs from Martin Vahlensiech via tech@. Thanks! CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/11/10 10:26:55 Modified files: sys/kern : kern_time.c sys/sys : proc.h Log message: setitimer(2): ITIMER_REAL: protect state with per-process mutex ps_mtx To unlock getitimer(2) and setitimer(2) we need to protect the per-process ITIMER_REAL state with something other than the kernel lock. As the ITIMER_REAL timeout callback realitexpire() runs at IPL_SOFTCLOCK the per-process mutex ps_mtx is appropriate. In setitimer() we need to use ps_mtx instead of the global itimer_mtx if the given timer is ITIMER_REAL. Easy. The ITIMER_REAL timeout callback routine realitexpire() is trickier. When we enter ps_mtx during the callback we need to check if the timer was cancelled or rescheduled. A thread from the process can call setitimer(2) at the exact moment the callback is about to run from timeout_run() (see kern_timeout.c). Update the locking annotation in sys/proc.h accordingly. ok anton@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/10 12:08:43 Modified files: sys/dev/fdt : sfp.c sys/dev/ofw : ofw_misc.c ofw_misc.h Log message: Add interfaces to control optical output of an SFP. ok claudio@, patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/10 12:10:14 Modified files: sys/dev/fdt : if_mvpp.c Log message: Enable optical output when bringing an interface up and disable it again when bringing the interface down. Disable optical output when the driver attaches to be sure. ok claudio@, patrick@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/11/10 15:30:18 Modified files: devel/got : Makefile distinfo Log message: update to got 0.44 - detect unknown repository format extensions such as Git's sha256 extension - prevent a NULL dereference if 'got log -p' runs against a root commit - fix permissions mode bits for fetched pack files; patch by Alisdair MacLeod - use fchmod(2) instead of chmod(2) (semarie, naddy) - initialize sb.st_mode after stat(2) failure in got_worktree_resolve_path() - clear staged file type in file index entries whenever staged status is cleared - unlink temporary files in error cases of install_blob() - fix replacing a file with a symlink during merges; problem found by jrick - fix parsing of 'ON' keyword in gotweb parse.yl patch by Martin Vahlensieck - remove unused variable in gotweb.c; patch by Martin Vahlensieck CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/10 16:03:57 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Added files: x11/gnome/gdm/patches: patch-daemon_meson_build Log message: Only link what's needed with -lutil. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/10 16:49:45 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/10 16:50:00 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/10 16:50:18 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.175. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/10 17:04:42 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.26.2. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/10 18:25:06 Modified files: devel/ruby-extlib: Makefile Log message: Remove test code that no longer works: NoMethodError: undefined method `last_comment' for # OK sthen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201110 N ports/devel/p5-curry/Makefile N ports/devel/p5-curry/distinfo N ports/devel/p5-curry/pkg/DESCR N ports/devel/p5-curry/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/10 19:27:32 Modified files: devel : Makefile Log message: +devel/p5-curry CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/10 19:39:12 Modified files: databases/ruby-mysql: Makefile databases/ruby-mysql/patches: patch-ext_mysql_api_mysql_c Log message: Simplify patch, and make Mysql#close not crash if called more than once CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/10 19:41:58 Modified files: devel/ruby-isolate: Makefile Log message: Remove test code as it no longer works, and drop maintainership CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/10 19:42:55 Modified files: devel/ruby-rake-remote_task: Makefile devel/ruby-rake-remote_task/patches: patch-_metadata Log message: Loosen rake dependency in gem metadata to allow building with Ruby 2.7 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/10 19:45:18 Modified files: x11/ruby-tk : Makefile distinfo x11/ruby-tk/pkg: PLIST Log message: Update to ruby-tk 0.3.0 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/10 20:07:51 Modified files: devel/p5-Graph : Makefile distinfo devel/p5-Graph/pkg: PLIST Log message: Update devel/p5-Graph to 0.9708 Version 0.9707 from wen heping Minor update to 0.9708 by me CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/10 22:22:32 Modified files: usr.bin/ssh : readconf.c Log message: fix logic error that broke URI parsing in ProxyJump directives; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2020/11/10 22:23:29 Modified files: misc/remind : Makefile distinfo Log message: Update to remind-3.3.3 Changes: https://dianne.skoll.ca/pipermail/remind-fans/2020/003780.html From Martin Ziemer (MAINTAINER). Thank You! CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/11 02:11:34 Modified files: devel/py-voluptuous: Makefile distinfo Log message: update 0.11.7 -> 0.12.0 drop MAINTAINER CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 02:13:11 Modified files: devel/poedit : Makefile distinfo Log message: Update to poedit-2.4.2, from Omar Polo. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 02:21:25 Modified files: math/p5-Math-GMP: Makefile distinfo Log message: Update to p5-Math-GMP-2.20. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/11/11 02:27:41 Modified files: lib/freetype : CMakeLists.txt ChangeLog ChangeLog.21 Makefile README lib/freetype/builds/amiga/include/config: ftmodule.h lib/freetype/builds/amiga/src/base: ftdebug.c ftsystem.c lib/freetype/builds/cmake: testbuild.sh lib/freetype/builds/mac: ftmac.c lib/freetype/builds/unix: configure.ac configure.raw freetype2.m4 ftconfig.h ftsystem.c lib/freetype/builds/vms: ftconfig.h ftsystem.c lib/freetype/builds/wince: ftdebug.c lib/freetype/builds/wince/vc2005-ce: index.html lib/freetype/builds/wince/vc2008-ce: index.html lib/freetype/builds/windows: ftdebug.c lib/freetype/builds/windows/vc2010: index.html lib/freetype/builds/windows/visualc: index.html lib/freetype/builds/windows/visualce: index.html lib/freetype/devel: ftoption.h lib/freetype/docs: CHANGES INSTALL.ANY VERSIONS.TXT freetype-config.1 lib/freetype/include: ft2build.h lib/freetype/include/freetype: freetype.h ftadvanc.h ftbbox.h ftbdf.h ftbitmap.h ftbzip2.h ftcache.h ftcid.h ftcolor.h ftdriver.h fterrors.h ftfntfmt.h ftgasp.h ftglyph.h ftgxval.h ftgzip.h ftimage.h ftincrem.h ftlcdfil.h ftlist.h ftlzw.h ftmac.h ftmm.h ftmodapi.h ftmoderr.h ftotval.h ftoutln.h ftparams.h ftpfr.h ftrender.h ftsizes.h ftsnames.h ftstroke.h ftsynth.h ftsystem.h fttrigon.h fttypes.h ftwinfnt.h t1tables.h ttnameid.h tttables.h tttags.h lib/freetype/include/freetype/config: Makefile ftconfig.h ftheader.h ftmodule.h ftoption.h lib/freetype/include/freetype/internal: autohint.h cffotypes.h cfftypes.h ftcalc.h ftdebug.h ftdrv.h ftgloadr.h fthash.h ftmemory.h ftobjs.h ftpsprop.h ftrfork.h ftserv.h ftstream.h ftvalid.h psaux.h pshints.h sfnt.h t1types.h tttypes.h wofftypes.h lib/freetype/include/freetype/internal/services: svbdf.h svcfftl.h svcid.h svfntfmt.h svgldict.h svgxval.h svkern.h svmetric.h svmm.h svotval.h svpfr.h svpostnm.h svpscmap.h svpsinfo.h svsfnt.h svttcmap.h svtteng.h svttglyf.h svwinfnt.h lib/freetype/src/autofit: afblue.c afblue.dat afblue.h afcjk.c aferrors.h afglobal.c afhints.c aflatin.c aflatin2.c afloader.c afmodule.c afmodule.h afranges.c afscript.h afshaper.c afshaper.h afstyles.h aftypes.h autofit.c lib/freetype/src/base: ftadvanc.c ftbase.c ftbase.h ftbbox.c ftbdf.c ftbitmap.c ftcalc.c ftcid.c ftcolor.c ftdbgmem.c ftdebug.c fterrors.c ftfntfmt.c ftfstype.c ftgasp.c ftgloadr.c ftglyph.c ftgxval.c fthash.c ftinit.c ftlcdfil.c ftmac.c ftmm.c ftobjs.c ftotval.c ftoutln.c ftpatent.c ftpfr.c ftpsprop.c ftrfork.c ftsnames.c ftstream.c ftstroke.c ftsynth.c ftsystem.c fttrigon.c fttype1.c ftutil.c ftwinfnt.c lib/freetype/src/bdf: bdf.c bdf.h bdfdrivr.c bdfdrivr.h bdferror.h bdflib.c lib/freetype/src/bzip2: ftbzip2.c lib/freetype/src/cache: ftcache.c ftcbasic.c ftccache.c ftccache.h ftccback.h ftccmap.c ftcerror.h ftcglyph.c ftcglyph.h ftcimage.c ftcimage.h ftcmanag.c ftcmanag.h ftcmru.c ftcmru.h ftcsbits.c ftcsbits.h lib/freetype/src/cff: cff.c cffcmap.c cffcmap.h cffdrivr.c cffdrivr.h cfferrs.h cffgload.c cffgload.h cffload.c cffload.h cffobjs.c cffobjs.h cffparse.c cffparse.h lib/freetype/src/cid: ciderrs.h cidgload.c cidgload.h cidload.c cidload.h cidobjs.c cidobjs.h cidparse.c cidparse.h cidriver.c cidriver.h type1cid.c lib/freetype/src/gxvalid: gxvalid.c gxvalid.h gxvcommn.h gxverror.h gxvjust.c gxvkern.c gxvmod.c gxvmod.h gxvmort.h gxvmorx.h lib/freetype/src/gzip: ftgzip.c lib/freetype/src/lzw: ftlzw.c ftzopen.c ftzopen.h lib/freetype/src/otvalid: otvalid.c otvalid.h otvcommn.h otverror.h otvmod.c otvmod.h lib/freetype/src/pcf: pcf.c pcf.h pcfdrivr.c pcfdrivr.h pcferror.h pcfread.c pcfread.h pcfutil.c pcfutil.h lib/freetype/src/pfr: pfr.c pfrcmap.c pfrcmap.h pfrdrivr.c pfrdrivr.h pfrerror.h pfrgload.c pfrload.c pfrload.h pfrobjs.c pfrsbit.c pfrtypes.h lib/freetype/src/psaux: afmparse.c afmparse.h cffdecode.c cffdecode.h psarrst.c psaux.c psauxerr.h psauxmod.c psauxmod.h psblues.c psconv.c psconv.h pserror.h psfont.c psfont.h psft.c psft.h pshints.c psintrp.c psobjs.c psobjs.h psread.c psstack.c psstack.h pstypes.h t1cmap.c t1cmap.h t1decode.c t1decode.h lib/freetype/src/pshinter: pshalgo.c pshglob.c pshglob.h pshinter.c pshmod.c pshmod.h pshnterr.h pshrec.c pshrec.h lib/freetype/src/psnames: psmodule.c psmodule.h psnamerr.h psnames.c lib/freetype/src/raster: ftraster.c ftraster.h ftrend1.c ftrend1.h raster.c rasterrs.h lib/freetype/src/sfnt: pngshim.c pngshim.h sfdriver.c sfdriver.h sferrors.h sfnt.c sfobjs.c sfobjs.h sfwoff.c sfwoff.h sfwoff2.c sfwoff2.h ttbdf.c ttbdf.h ttcmap.c ttcmap.h ttcolr.c ttcolr.h ttcpal.c ttcpal.h ttkern.c ttkern.h ttload.c ttload.h ttmtx.c ttmtx.h ttpost.c ttpost.h ttsbit.c ttsbit.h woff2tags.c woff2tags.h lib/freetype/src/smooth: ftgrays.c ftgrays.h ftsmerrs.h ftsmooth.c ftsmooth.h module.mk smooth.c lib/freetype/src/tools: test_afm.c test_bbox.c test_trig.c lib/freetype/src/tools/ftrandom: ftrandom.c lib/freetype/src/truetype: truetype.c ttdriver.c ttdriver.h tterrors.h ttgload.c ttgload.h ttgxvar.c ttgxvar.h ttinterp.c ttinterp.h ttobjs.c ttobjs.h ttpload.c ttpload.h ttsubpix.c ttsubpix.h lib/freetype/src/type1: t1afm.c t1afm.h t1driver.c t1driver.h t1errors.h t1gload.c t1gload.h t1load.c t1load.h t1objs.c t1objs.h t1parse.c t1parse.h type1.c lib/freetype/src/type42: t42drivr.c t42drivr.h t42error.h t42objs.c t42objs.h t42parse.c t42parse.h t42types.h type42.c lib/freetype/src/winfonts: fnterrs.h winfnt.c winfnt.h Added files: lib/freetype/builds/unix: ftconfig.h.in lib/freetype/include/freetype/config: integer-types.h mac-support.h public-macros.h lib/freetype/include/freetype/internal: compiler-macros.h lib/freetype/src/tools: make_distribution_archives.py Removed files: lib/freetype : Jamfile Jamrules lib/freetype/builds/unix: ftconfig.in lib/freetype/include/freetype/internal: internal.h lib/freetype/src: Jamfile lib/freetype/src/autofit: Jamfile lib/freetype/src/base: Jamfile lib/freetype/src/bdf: Jamfile lib/freetype/src/bzip2: Jamfile lib/freetype/src/cache: Jamfile lib/freetype/src/cff: Jamfile lib/freetype/src/cid: Jamfile lib/freetype/src/gxvalid: Jamfile lib/freetype/src/gzip: Jamfile lib/freetype/src/lzw: Jamfile lib/freetype/src/otvalid: Jamfile lib/freetype/src/pcf: Jamfile lib/freetype/src/pfr: Jamfile lib/freetype/src/psaux: Jamfile lib/freetype/src/pshinter: Jamfile lib/freetype/src/psnames: Jamfile lib/freetype/src/raster: Jamfile lib/freetype/src/sfnt: Jamfile lib/freetype/src/smooth: Jamfile lib/freetype/src/tools: Jamfile lib/freetype/src/truetype: Jamfile lib/freetype/src/type1: Jamfile lib/freetype/src/type42: Jamfile lib/freetype/src/winfonts: Jamfile Log message: Update to freetype 2.10.4. Tested by tb@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/11/11 02:27:45 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 02:28:48 Modified files: misc/p5-Finance-QuoteHist: Makefile distinfo Log message: Update to p5-Finance-QuoteHist-1.29. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/11/11 02:28:59 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 02:37:31 Modified files: net/p5-Net-DNS-Resolver-Mock: Makefile distinfo Log message: Update to p5-Net-DNS-Resolver-Mock-1.20200215. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 02:43:47 Modified files: net/p5-Net-SMTPS: Makefile distinfo Log message: Update to p5-Net-SMTPS-0.10. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/11 02:47:04 Modified files: www/py-urllib3 : Makefile distinfo www/py-urllib3/pkg: PLIST Log message: update 1.25.9 -> 1.26.0 drop MAINTAINER CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 02:50:14 Modified files: graphics/gdk-pixbuf2: Makefile distinfo graphics/gdk-pixbuf2/patches: patch-meson_build graphics/gdk-pixbuf2/pkg: DESCR PLIST Log message: Update to gdk-pixbuf-2.42.0. - jasper2000 support removed - gdk_pixbuf_xlib-2.0 is deprecated and will move to another port CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 02:51:05 Modified files: net/p5-Net-SSH2: Makefile distinfo net/p5-Net-SSH2/pkg: PLIST Log message: Update to p5-Net-SSH2-0.71. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 02:51:06 Log message: Import gdk-pixbuf-xlib-2.40.0. This package provides the deprecated API for integrating Xlib and GdkPixbuf. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201111 N ports/graphics/gdk-pixbuf-xlib/Makefile N ports/graphics/gdk-pixbuf-xlib/distinfo N ports/graphics/gdk-pixbuf-xlib/pkg/DESCR N ports/graphics/gdk-pixbuf-xlib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 02:51:17 Modified files: graphics : Makefile Log message: +gdk-pixbuf-xlib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 02:51:46 Modified files: x11/icewm : Makefile x11/sawfish : Makefile x11/wmmenu : Makefile x11/xscreensaver: Makefile x11/fbpanel : Makefile x11/fbpanel/pkg: PLIST Log message: Unbreak oldies: graphics/gdk-pixbuf2 -> graphics/gdk-pixbuf-xlib CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 02:57:04 Modified files: productivity/p5-Business-Tax-VAT-Validation: Makefile distinfo Log message: Update to p5-Business-Tax-VAT-Validation-1.12. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 03:12:09 Modified files: sysutils/supervisor: Makefile distinfo Log message: Update to supervisor-4.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 03:18:22 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-318.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/11 03:19:44 Modified files: graphics/img2pdf: Makefile distinfo Log message: update to img2pdf-0.4.0, mostly from wen heping, i switched tests to MODPY_PYTEST to fix them CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 03:21:20 Modified files: x11/gnome/control-center: Makefile Removed files: x11/gnome/control-center/patches: patch-tests_datetime_meson_build patch-tests_interactive-panels_meson_build Log message: Remove uneeded patches. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 03:32:52 Modified files: sysutils/d-feet: Makefile sysutils/d-feet/pkg: PLIST Log message: Does not install icons under %D/share/icons/HighContrast anyore; drop @tag CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2020/11/11 03:41:24 Modified files: lib/libcrypto/arc4random: getentropy_win.c Log message: Update getentropy on Windows to use Cryptography Next Generation (CNG). wincrypt is deprecated and no longer works with newer Windows environments, such as in Windows Store apps. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 04:47:24 Modified files: meta/gnome : Makefile Log message: Shuffle dependencies a bit to prevent direct dependency on gtk+2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 04:49:55 Modified files: x11/gtk+2 : Makefile x11/gtk+2/pkg : README-main x11/gtk+3 : Makefile x11/gtk+3/pkg : README-main x11/gtk+4 : Makefile x11/gtk+4/pkg : README-main Log message: Reword the themes section and add blurb about libcanberra (sound theme) and gnome-themes-extra (for Adwaita support in gtk+2). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 05:21:39 Modified files: x11/gnome/nautilus: Makefile Added files: x11/gnome/nautilus/patches: patch-src_nautilus-tag-manager_c Log message: Search in PATH and not envp to find the tracker3 executable. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 05:43:58 Modified files: archivers/brotli: Makefile Log message: Build DEBUG_PACKAGES. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/11 05:59:18 Modified files: sys/dev/usb : usbdevs Log message: Add Prolific PL2303GC USB serial adapter. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/11 05:59:44 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 06:11:33 Modified files: x11/gnome/tracker3-miners: Makefile Added files: x11/gnome/tracker3-miners/patches: patch-src_tracker-extract_tracker-extract-decorator_c Log message: tracker-extract: Avoid non-native URI (from upstream). CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/11/11 06:14:49 Modified files: emulators/frodo: Makefile Log message: frodo: unbreak with clang on powerpc CodeWarrior styled asm inline functions are used for powerpc optimisation, guarded by "__POWERPC__" that base-clang defines, but not base-gcc. As such, undefine __POWERPC__ to revert the situation as it was when powerpc was a gcc arch. Runtime tests by Anthony Richardby (thanks!) and me. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/11/11 06:37:58 Modified files: multimedia/gstreamer1/plugins-good: Makefile Log message: gstreamer1/plugins-good: reenable on !rust archs (but without pulse support) pulseaudio has rust in its chain of dependencies since spidermonkey78. Disable the -pulse subpackage on !rust archs, and work around a meson issue about pulse autodetection not being honoured, so these plugins can be built there and used by www/webkitgtk4 notably. Tested on powerpc. improvements (thanks!) and no objection from aja@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/11 06:55:54 Modified files: regress/lib/libc/sys: Makefile Log message: Run the atf cleanup block after each test. This makes more tests pass when run as non root. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/11 07:04:25 Modified files: x11/gnome/settings-daemon: Makefile Added files: x11/gnome/settings-daemon/patches: patch-plugins_org_gnome_SettingsDaemon_Dummy_desktop_in Log message: /bin/false -> false CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/11 07:29:19 Modified files: usr.sbin/unbound/doc: unbound.conf.5.in Log message: remove reference to non-existent pidfile; issue raised by martin vahlensieck discussed with and ok sthen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 08:09:46 Modified files: databases/p5-GDBM_File: Makefile distinfo databases/p5-GDBM_File/pkg: PLIST Log message: Update to p5-GDBM_File-1.26.3. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/11 08:18:47 Modified files: devel/p5-Algorithm-C3: Makefile distinfo Log message: Update to p5-Algorithm-C3-0.11. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/11 08:53:42 Modified files: devel/boost : Makefile Log message: Use find -exec {} + to speed up make fake Down to 4 seconds instead of 4 minutes on my builder. No bump since there is no change in the resulting package. ok Brad rsadowski@ (maintainers) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/11 09:28:24 Modified files: devel/kf5/kapidox: Makefile Log message: Add dependency on setuptools with MODPY_SETUPTOOLS Spotted by naddy@ Thanks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/11 10:12:50 Modified files: www/mozilla : mozilla.port.mk Log message: Add pending bug# removing the gtk+2 dependency, prompted by a question by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/11 11:14:12 Modified files: lib/libssl : ssl_locl.h t1_enc.c Log message: Use size_t for key_block_len. This allows us to remove a check and will make future changes simpler. Use suitable names for tls1_generate_key_block() arguments while here. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/11 11:20:10 Modified files: lib/libssl : tls13_server.c Log message: Implement auto chain for the TLSv1.3 server. Apparently OpenLDAP relies on this craziness to provide intermediates, rather than specifying the chain directly like a normal TLS server would. Issue noted by sthen@ and Bernard Spil, who both also tested this diff. ok tb@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/11 11:24:55 Modified files: sbin/iked : proc.c Log message: Cleanup after proc_init() in proc_close(). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/11 11:49:34 Modified files: lib/libcrypto/x509: x509_internal.h x509_verify.c Log message: Handle additional certificate error cases in new X.509 verifier. With the old verifier, the verify callback can always return 1 instructing the verifier to simply continue regardless of a certificate verification failure (e.g. the certificate is expired or revoked). This would result in a chain being built, however the first error encountered would be persisted, which allows the caller to build the chain, have the verification process succeed, yet upon inspecting the error code note that the chain is not valid for some reason. Mimic this behaviour by keeping track of certificate errors while building chains - when we finish verification, find the certificate error closest to the leaf certificate and expose that via the X509_STORE_CTX. There are various corner cases that we also have to handle, like the fact that we keep an certificate error until we find the issuer, at which point we have to clear it. Issue reported by Ilya Shipitcin due to failing haproxy regression tests. With much discussion and input from beck@ and tb@! ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/11 13:53:29 Modified files: sys/arch/arm64/conf: GENERIC Log message: Enable acpitz(4) and acpipwrres(4). Stop horrible jet fan noise on my HoneyComb LX2K. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/11/11 14:27:03 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_WebCore_platform_graphics_x11_PlatformDisplayX11_cpp powerpc-patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm Log message: webkitgtk4: powerpc-only fixes 1) Fix javascript crashes at runtime Take a patch from Daniel Kolesa @ Void-PPC to avoid segfaults in consumers as soon as javascript is used. Keep it powerpc-only for now, since it has not yet been reviewed by upstream and can have consequences on other 32-bit archs. 2) Fix colors Colors were off as soon as javascript is involved. Disabling context GL fixes the issue (but hurts performances). Another patch was needed because of a missing include when this option is disabled. Thanks to sthen and aja for hints! OK aja@ (maintainer) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/11/11 15:45:09 Modified files: sys/dev/ic : ar5008.c Log message: Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher. Problem confirmed and fix tested by Matej Nanut. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/11 21:36:22 Modified files: sys/dev/pci/drm/include/linux: mutex.h sys/dev/pci/drm/ttm: ttm_page_alloc.c Log message: use RWLOCK_INITIALIZER() in DEFINE_MUTEX() Gives rwlocks defined this way a non-NULL rwl_name. Move ttm_pool_shrink_scan() DEFINE_MUTEX use out of function scope to fix build with WITNESS after this change and expand macro to have a better name than "lock". Found by and ok semarie@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/11 22:26:17 Modified files: net/weechat : Makefile distinfo net/weechat/patches: patch-tests_CMakeLists_txt net/weechat/pkg: PLIST-main Added files: net/weechat/patches: patch-src_gui_gui-hotlist_h Log message: Update weechat to 3.0 - Changelog: https://weechat.org/news/111/20201111-Version-3.0/ OK gnezdo CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/11 22:35:30 Modified files: x11/yakuake : Makefile distinfo Log message: Update yakuake to 20.08.3v CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2020/11/11 22:49:26 Modified files: sys/kern : subr_witness.c Log message: witness: detect and report uninitialized (or zeroed) lock usage ok visa@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/11 23:17:57 Modified files: news/sabnzbd : Makefile distinfo Log message: Update to sabnzbd-3.1.1 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.1.1 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/11 23:18:29 Modified files: databases/py-influxdb: Makefile distinfo databases/py-influxdb/patches: patch-influxdb__dataframe_client_py Log message: Update to py-influxdb-5.3.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/12 00:26:24 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 78.4.3. See https://www.thunderbird.net/en-US/thunderbird/78.4.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/12 01:20:45 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Log message: @extraunexec -> @unexec-delete CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/12 02:33:42 Log message: Import devel/lua-say 1.3.1 Say is a simple string key/value store for i18n or any other case where you want namespaced strings. ok cwen@ Status: Vendor Tag: semarie Release Tags: semarie_20201112 N ports/devel/lua-say/Makefile N ports/devel/lua-say/distinfo N ports/devel/lua-say/pkg/DESCR N ports/devel/lua-say/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/12 02:35:32 Log message: Import devel/luassert 1.7.11 Luassert extends Lua's built-in assertions to provide additional tests and the ability to create your own. It comes preloaded with argument formatters for common Lua types, but it is easy to roll your own. ok cwen@ Status: Vendor Tag: semarie Release Tags: semarie_20201112 N ports/devel/luassert/Makefile N ports/devel/luassert/distinfo N ports/devel/luassert/pkg/DESCR N ports/devel/luassert/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/12 02:38:19 Modified files: devel : Makefile Log message: +luassert +lua-say CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/12 03:47:07 Modified files: sys/dev/fdt : bd718x7.c fanpwr.c rkpmic.c sypwr.c Log message: FDT-based I2C drivers should not use OF_* API in the match code, since on machines with ACPI ia->ia_cookie will be an ACPI node instead of an OF node. We'll still get into trouble with APCI devices that provide a string that matches, but we'll worry when that happens. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/12 06:31:19 Modified files: sys/dev/usb : if_urtwn.c sys/net80211 : ieee80211_pae_input.c Log message: Don't enable port or link until all crypto keys are installed by async task(s). Makes dhclient(8) much happier. Suggestions and ok stsp@, jmatthew@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/12 06:50:30 Modified files: sys/dev/ofw : ofw_misc.c Log message: Add 1000baseT media support and set active media to the appropriate value. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/12 06:53:41 Modified files: sys/dev/fdt : if_mvpp.c Log message: Reconfigure the COMPHY mode when we find an SFP and configure inband media status updates in that case. This probably won't work properly on the 10G ports of the MACCHIATOBin "double shot" model, but makes all SFP cages work on the "single shot" model. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/12 06:59:31 Added files: geo/spatialite/libspatialite/patches: patch-src_spatialite_spatialite_c Log message: Move bracket to avoid "- 'VirtualXPath' [XML Path Language - XPath]" being printed to stderr everytime gdal/spatialite is initialized. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/11/12 07:25:46 Modified files: www/chromium : Makefile distinfo Log message: update to 86.0.4240.198 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/12 07:39:54 Modified files: www/luakit : Makefile distinfo Added files: www/luakit/patches: patch-common_ipc_c patch-tests_run_test_lua Removed files: www/luakit/patches: patch-lib_session_lua Log message: update luakit to 2.2.1 + enable test suite original diff from maintainer remove BROKEN-powerpc from cwen@ remove git call from test suite by me, following cwen@ advices ok cwen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/12 08:05:03 Modified files: x11/libhandy : Makefile distinfo x11/libhandy/pkg: PLIST Log message: update to /usr/ports/packages/amd64/all/libhandy-1.0.2.tgz CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/12 08:16:18 Modified files: sys/dev/pci : if_iwn.c Log message: Nuke variable 'ba'. Only use was removed in r1.230. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/12 08:25:28 Modified files: sys/net : art.c art.h Log message: Document art locking. ok denis@, jmatthew@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/12 10:00:06 Modified files: net/radcli : Makefile distinfo net/radcli/pkg : PLIST Log message: update to radcli-1.2.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/12 10:00:46 Modified files: databases/openldap: Makefile distinfo Log message: update to openldap-2.4.56 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/12 10:21:35 Modified files: www/kcaldav : Makefile distinfo www/kcaldav/patches: patch-Makefile patch-kcaldav_sql www/kcaldav/pkg: PLIST README Removed files: www/kcaldav/patches: patch-kcaldav_passwd_in_1 Log message: update to kcaldav-0.2.0, from maintainer Aaron Poffenberger, a couple of typo fixes from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/12 10:22:29 Modified files: www/kcaldav : Makefile www/kcaldav/pkg: README Log message: kcaldav: remove stray added linefeed in readme CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2020/11/12 10:29:46 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: Release rpki-client 6.8p1 This is the second release based on OpenBSD 6.8. It includes the following changes to the previous release: * incorporate OpenBSD 6.8 errata 006 of November 10, 2020: rpki-client incorrectly checks the manifest validity interval. In the portable version, * Add compat code for the LibreSSL ASN1_time_parse() and ASN1_time_tm_cmp() functions. Those are needed to properly check the validity of MFT files. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/12 11:37:22 Modified files: devel/luassert : Makefile devel/luassert/pkg: PLIST Log message: unbreak flavored version of luassert reported by naddy@. sorry for the breakage. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/12 14:24:06 Modified files: devel/p5-MooseX-Daemonize: Makefile distinfo Log message: Update to p5-MooseX-Daemonize-0.22 from wen heping CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/12 14:36:27 Modified files: devel/p5-PadWalker: Makefile distinfo devel/p5-PadWalker/pkg: PLIST Log message: Update to p5-PadWalker-2.5. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/12 14:39:31 Modified files: textproc/ruby-rouge: Makefile distinfo Log message: Update ruby-rouge to 3.25.0. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/12 15:17:21 Modified files: sbin/iked : ikev2.c Log message: Fail if ikev2_init_ike_auth() is entered with invalid state. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/12 15:19:38 Modified files: sbin/iked : ikev2.c Log message: Close SA if ikev2_init_auth() fails. ok markus@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/12 15:38:57 Modified files: usr.bin/ssh : ssh.c Log message: Prevent integer overflow when ridiculously large ConnectTimeout is specified, capping the effective value (for most platforms) at 24 days. bz#3229, ok djm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/12 15:56:00 Modified files: usr.bin/ssh : sshconnect.c Log message: when prompting the user to accept a new hostkey, display any other host names/addresses already associated with the key. E.g. > The authenticity of host 'test (10.0.0.1)' can't be established. > ECDSA key fingerprint is SHA256:milU4MODXm8iJQI18wlsbPG7Yup+34fuNNmV08qDnax. > This host key is known by the following other names/addresses: > ~/.ssh/known_hosts:1: host.example.org,10.0.0.1 > ~/.ssh/known_hosts:2: [hashed name] > ~/.ssh/known_hosts:3: [hashed name] > ~/.ssh/known_hosts:4: host > ~/.ssh/known_hosts:5: [host]:2222 > Are you sure you want to continue connecting (yes/no/[fingerprint])? feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/11/12 16:29:16 Modified files: sys/arch/amd64/include: frameasm.h Log message: Simplify interrupt entry stubs to not push around bogus trapno+err slots but rather go directly from the iretq frame to an intrframe. This saves 22 bytes in each of the 148 interrupt entry points. ok mpi@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/12 21:53:12 Modified files: usr.bin/ssh : sshconnect2.c Log message: prefix keyboard interactive prompts with (user@host) to make it easier to determine which connection they are associated with in cases like scp -3, ProxyJump, etc. bz#3224 ok dtucker CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/11/12 22:32:08 Modified files: sys/arch/amd64/amd64: vector.S Log message: Correct CVE number in comment CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2020/11/12 23:38:17 Modified files: . : want.html Log message: Remove ram wanted; I solved the problem by moving some of load to another machine. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/13 00:30:44 Modified files: usr.bin/ssh : sshconnect2.c Log message: scrub keyboard-interactive authentication prompts coming from the server through asmprintf() prior to display; suggested by and ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/13 01:48:46 Modified files: textproc/meld : Makefile textproc/meld/pkg: PLIST Log message: No more HighContrast icons. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/13 03:14:53 Modified files: sys/dev/i2c : pca9548.c share/man/man4 : iic.4 pcamux.4 Log message: Add support for the PCA9547 I2C mux to pcamux(4). In comparison to the PCA954[68], this is a mux instead of a switch and can only have one active channel at a time. On the bright side, we treat switches like a mux, so only the bits have to be set a little bit differently. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/13 04:11:49 Modified files: sys/uvm : uvm_amap.c uvm_amap.h Log message: Introduce amap_adjref_anons() an helper to reference count amaps. Reduce code duplication, reduce differences with NetBSD and simplify upcoming locking diff. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/13 04:16:08 Modified files: sys/uvm : uvm_fault.c Log message: Move the logic dealing with faults 1A & 1B to its own function. Some minor documentation improvments and style nits but this should not contain any functionnal change. ok tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/13 05:40:06 Modified files: sys/dev/fdt : imxiic.c Log message: Even though the registers are 16-bit wide, the upper 8 bits are always reserved. It is fine to use byte-wide access on those registers, which will be necessary to support VF610. Tested on i.MX6 by kettenis@ and on i.MX8MQ by myself ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/13 05:43:04 Modified files: sys/dev/fdt : imxiic.c Log message: On VF610 the registers are a single byte apart, so introduce a regshift variable so that read/write can calculate the correct register offset. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/13 05:51:08 Modified files: sys/dev/fdt : imxiic.c Log message: Add define for the status register's Arbitration Lost bit. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/13 06:04:53 Modified files: sys/dev/usb : uplcom.c Log message: Add support for the PL2303HXN series chips to uplcom(4). The main difference is that is uses a different bRequest value for READ/WRITE. Apart from that the flow control bits are in a different register and resetting the data pipes uses different bits as well. We can check if its an HXN by reading an HX-only register and checking for a fail. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/13 07:18:25 Modified files: sys/uvm : uvm_fault.c Log message: Use a helper to look for existing mapping & return if there's an anon. Separate fault handling code for type 1 and 2 and reduce differences with NetBSD. ok tb@, jmatthew@, kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 07:34:05 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.2.11 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/11/13 09:42:50 Modified files: sys/arch/loongson/stand: Makefile.inc Log message: Use BTB bug workaround also with assembly files. This might fix some boot-time hangs. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/11/13 09:43:50 Modified files: devel/p5-Log-Any: Makefile distinfo Log message: update to 1.708 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/11/13 09:45:11 Modified files: sys/arch/loongson/stand: Makefile.inc Log message: Fold -fno-builtin-* into -fno-builtin. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/11/13 09:52:39 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Log message: update to 2.99031 fixes .in and .mx whois servers CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/11/13 09:53:02 Modified files: sys/arch/loongson/stand/libsa: Makefile Log message: Do not include ../Makefile.inc twice. System include file includes ../Makefile.inc if it exists. This avoids repetition of certain compile options. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 10:16:05 Modified files: lang/gcc/8 : Makefile Log message: lang/gcc/8: use gas 2.31.1 from ports on amd64/i386 as well (already used on aarch64/arm). The compiler emits opcodes in some cases which are not supported by gas 2.17 in base. From Brad, maintainer timeout. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 10:18:20 Modified files: databases/mariadb: Makefile Removed files: databases/mariadb/patches: patch-storage_connect_reldef_cpp patch-storage_oqgraph_CMakeLists_txt Log message: databases/mariadb: Replace a hack to disable OQGraph with PLUGIN_OQGRAPH=NO and remove some bits that are no longer necessary. From Brad (maintainer). CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/11/13 10:18:56 Modified files: graphics/graphene: Makefile Log message: Tell non-base-clang arches to use ports-gcc. Fixes a "redeclaration of __errno" error and allows it to build on sparc64. ok aja CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 10:22:44 Modified files: databases/mariadb: Makefile distinfo Log message: databases/mariadb: update to 10.5.7, from Brad (maintainer) Out-of-cycle release to fix regressions in MariaDB 10.5.7 Follow up to MDEV-19838 to alter protocol checks to support the following implementations (which add garbage to the end of some packets): mysqlnd (from PHP < 7.3) (MDEV-24121) mysql-connector-python (all versions) (MDEV-24134) and mysql-connector-java (all versions) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 10:25:00 Modified files: databases/mariadb: Tag: OPENBSD_6_8 Makefile databases/mariadb/patches: Tag: OPENBSD_6_8 patch-unittest_mysys_stacktrace-t_c Removed files: databases/mariadb/patches: Tag: OPENBSD_6_8 patch-client_mysqladmin_cc patch-man_mysqladmin_1 patch-storage_connect_reldef_cpp patch-storage_oqgraph_CMakeLists_txt Log message: databases/mariadb: update to 10.5.8, from Brad (maintainer) Out-of-cycle release to fix regressions in MariaDB 10.5.7 Follow up to MDEV-19838 to alter protocol checks to support the following implementations (which add garbage to the end of some packets): mysqlnd (from PHP < 7.3) (MDEV-24121) mysql-connector-python (all versions) (MDEV-24134) and mysql-connector-java (all versions) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/13 10:41:39 Modified files: graphics/gdk-pixbuf-xlib: Makefile distinfo graphics/gdk-pixbuf-xlib/pkg: PLIST Log message: Update to gdk-pixbuf-xlib-2.40.2. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2020/11/13 12:00:11 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Security update to 12.5 ok danj@ jeremy@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/13 13:46:18 Modified files: sys/dev/fdt : imxiic.c imxiicvar.h Log message: Convert array of two-element arrays into a much more readable array of structs. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/13 13:50:06 Modified files: sys/dev/fdt : imxiic.c imxiicvar.h Log message: To prepare for upcoming VF610 support, access the clk div table using a pointer in the softc instead of using a hardcoded table. While there move the call to retrieve the clock frequency into the attach code, and store the value in the softc as well. This will allow a future ACPI attachment driver to supply its value in different fashion. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/13 14:09:49 Modified files: sbin/iked : ikev2.c Log message: addr_net is already checked in ikev2_cp_setaddr() before sessing sa_addrpool, so we don't need to re-check here. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 14:33:44 Modified files: security/hydra : Makefile distinfo security/hydra/patches: patch-configure patch-hydra-gtk_make_xhydra_sh security/hydra/pkg: PLIST-main Added files: security/hydra/patches: patch-Makefile_am Removed files: security/hydra/patches: patch-Makefile Log message: update to thc-hydra-9.1 - fixes ssh brute force (upstream commit a2de33fd2b, sebastia@ ran into the problem too and came up with the same [fix|workaround]) - add a few more protocols - remove bogus patch in a file that's regenerated during build, use PATCHORIG to avoid it recurring - use a whitelist rather than blacklist approach for patch-configure and avoid patching so many lines, to reduce conflict risk during updates - general port maintenance; use DEBUG_PACKAGES, don't unconditionally strip, convert gui-disabling PSEUDO_FLAVOR to use BUILD_PACKAGES, fix HOMEPAGE, etc. tested by sebastia@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 14:34:27 Modified files: sysutils/monit : Makefile distinfo sysutils/monit/patches: patch-Makefile_in sysutils/monit/pkg: PLIST Log message: update to monit-5.27.1, from maintainer Caspar Schutijser CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 15:25:45 Modified files: games/vegastrike: Makefile.inc x11/ogre : Makefile Log message: mark vegastrike BROKEN-i386 to avoid packaging ~700MB of data/music/etc; -engine cannot build there because x11/ogre is BROKEN-i386. add comment to x11/ogre to reenable if unbreaking there. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 15:41:14 Modified files: databases : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm databases/py-sqlparse: Makefile distinfo databases/py-sqlparse/pkg: PLIST databases/py-sqlalchemy-migrate: Makefile databases/py-sqlalchemy-migrate/pkg: PLIST Log message: update py-sqlparse to 0.4.1, dropping py2 support. disable py2 for py-sqlalchemy-migrate. updated from a diff from wen heping. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/13 15:46:20 Modified files: sys/dev/fdt : if_mvpp.c Log message: Assert reset before configuring the MACs. Otherwise we leave the 10G MAC in reset which prevents it from working. ok patrick@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/11/13 16:08:10 Modified files: sys/arch/amd64/include: trap.h Log message: Delete unused #defines: T_USER hasn't been used since July 2018 while TC_TSS and TC_FLAGMASK have _never_ been used ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 16:25:38 Modified files: graphics/openimageio: Makefile Log message: remove stray \ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/11/13 16:31:37 Modified files: infrastructure/db: user.list Log message: Comment _wiresep net/wiresep has been removed in June after wg(4) arrival. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/13 17:00:39 Modified files: lang/gcc/8 : Makefile Log message: backout previous, old ld.bfd can't cope with new gas. found by naddy@ in seabios (sysutils/firmware/vmm). /usr/bin/ld.bfd: scripts/kconfig/zconf.tab.o: invalid relocation type 42 /usr/bin/ld.bfd: BFD 2.17 assertion fail /usr/src/gnu/usr.bin/binutils-2.17/bfd/elf64-x86-64.c:259 ... /usr/bin/ld.bfd: scripts/kconfig/conf.o(.text+0x3b3): unresolvable L<8B>^]^A^Z^E relocation against symbol `__sF' etc. CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/11/13 17:38:01 Modified files: . : plus.html Log message: plus through Nov 4 input from kmos, denis, phessler tweak and OK florian CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/11/13 21:56:41 Modified files: devel/py-setuptools: Makefile Log message: Portroach notation to limit it to 44.x while we support python2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 00:44:59 Modified files: textproc/highlight: Makefile distinfo textproc/highlight/patches: patch-src_makefile textproc/highlight/pkg: PLIST Log message: Update to highlight-3.59. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 00:53:23 Modified files: games/rocksndiamonds: Makefile distinfo games/rocksndiamonds/pkg: PLIST Log message: Update to rocksndiamonds-4.2.0.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/14 01:02:49 Modified files: x11/xfce4/xfce4-notifyd: Makefile x11/xfce4/xfce4-notifyd/pkg: PLIST Log message: Reenable startup via d-bus, otherwise xfce4-notifyd isnt started at all CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 01:07:37 Modified files: databases : Makefile databases/py-pygresql: Makefile distinfo databases/py-pygresql/pkg: PLIST Log message: Update to py-pygresql-5.2.1, , dropping py2 support. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 01:14:42 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-pygresql went python3-only CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/14 01:20:57 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.59, will be required by gecko 84. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.59_release_notes CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 01:54:58 Log message: Import p5-Struct-Dumb-0.12 from Sven Falempin, OK afresh1@ Status: Vendor Tag: benoit Release Tags: benoit_20201114 N ports/devel/p5-Struct-Dumb/Makefile N ports/devel/p5-Struct-Dumb/distinfo N ports/devel/p5-Struct-Dumb/pkg/DESCR N ports/devel/p5-Struct-Dumb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/11/14 01:59:08 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-ui_base_x_x11_cursor_loader_cc Log message: unbreak xcursor theme handling by using XcursorLibraryPath() to determine our own path for the icons instead of using the hardcoded linux paths tested and okidoki aja@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 02:05:39 Modified files: devel : Makefile Log message: +p5-Struct-Dumb CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 02:06:10 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.19.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 02:06:27 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 02:06:47 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.178. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 02:17:14 Log message: Import p5-Net-Prometheus-0.11 from Sven Falempin, OK afresh1@ Status: Vendor Tag: benoit Release Tags: benoit_20201114 N ports/databases/p5-Net-Prometheus/Makefile N ports/databases/p5-Net-Prometheus/distinfo N ports/databases/p5-Net-Prometheus/pkg/DESCR N ports/databases/p5-Net-Prometheus/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 02:20:48 Modified files: databases : Makefile Log message: +p5-Net-Prometheus CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/14 02:24:45 Modified files: sys/dev/pci/drm: drm_ioctl.c Log message: We should only grab the drm_global_mutex lock for legacy drivers. Spotted thanks to debugging work by semarie@ ok jsg@, semarie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/14 03:16:15 Modified files: lib/libc/sys : kqueue.2 Log message: EVFILT_EXCEPT operates on sockets (emil engler) or pseudo terminals (visa); ok mpi visa CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2020/11/14 03:26:18 Modified files: lang/pfe : Makefile Log message: there is macros with assembly for many arches, but not arm so mark as BROKEN CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/14 03:35:58 Modified files: lib/libc/uuid : uuid_compare.3 lib/libelf : elf.3 gelf.3 lib/libm/man : feclearexcept.3 fegetround.3 share/man/man4 : bnx.4 share/man/man9 : getdevvp.9 getnewvnode.9 vclean.9 vdevgone.9 vflush.9 vinvalbuf.9 usr.bin/file : magic.5 Log message: remove macro instances from arbitrary string width specifiers. for example -width ".Dv BOB" -> -width "BOB" although they are not errors, they are misleading and probably should not get pasted around CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 03:59:37 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-data_Init_in Log message: Set bg to the same color as the GDM background to enhance fade in look. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 04:03:47 Modified files: graphics/gthumb: Makefile graphics/simple-scan: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/settings-daemon/pkg: PLIST x11/gtk+3 : Makefile x11/gtk+4 : Makefile x11/xfce4/xfce4-settings: Makefile x11/xfce4/xfce4-settings/pkg: PLIST graphics/darktable: Makefile x11/gnome/control-center: Makefile x11/gnome/control-center/patches: patch-meson_build patch-panels_meson_build patch-shell_cc-panel-loader_c x11/gnome/control-center/pkg: PLIST meta/gnome : Makefile Added files: x11/gnome/control-center/patches: patch-panels_display_meson_build Log message: graphics/colord is going away: regen WANTLIB / LIB_DEPENDS We are stuck on an old release because new one requires GUdev, GUsb etc. Also it depends on the suid dbus-daemon-launch-helper and polkit. And it currently has no benetif... no objection sthen@ jasper@ phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 04:04:04 Modified files: print/cups : Makefile print/cups-filters: Makefile Log message: Remove comments about colord. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 04:05:43 Modified files: x11/gnome : Makefile Removed files: x11/gnome/color-manager: Makefile distinfo x11/gnome/color-manager/patches: patch-data_gcm-import_desktop_in patch-man_meson_build patch-src_gcm-viewer_c x11/gnome/color-manager/pkg: DESCR PLIST Log message: Remove gnome-color-manager. It depends on the soon to be removed colord and brings no benefit (not functionnal on OpenBSD). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 04:06:54 Modified files: graphics : Makefile Removed files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-client_cd-util_c patch-configure patch-lib_colord_cd-icc-store_c patch-src_Makefile_in patch-src_cd-main_c graphics/colord/pkg: DESCR PLIST graphics/colord-gtk: Makefile distinfo graphics/colord-gtk/pkg: DESCR PLIST Log message: Remove colord and colord-gtk. We are stuck on an old release because new one requires GUdev, GUsb etc. Also it depends on the suid dbus-daemon-launch-helper and polkit. And it currently has no benefit... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 04:07:10 Modified files: infrastructure/db: user.list Log message: Comment the _colord user/group. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 04:12:39 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of gnome-color-manager, colord and colord-gtk. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/14 04:39:46 Modified files: security/py-ecdsa: Makefile distinfo security/py-ecdsa/pkg: PLIST Log message: Update to py-ecdsa-0.16.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 04:45:34 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-daemon_gdm-display-access-file_c x11/gnome/gdm/pkg: PLIST Log message: Run under the _x11 group. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 04:49:30 Modified files: databases/postgresql: Tag: OPENBSD_6_8 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_6_8 PLIST-docs Log message: MFC security update to postgresql 12.5 CVE-2020-25695: Multiple features escape "security restricted operation" sandbox CVE-2020-25694: Reconnection can downgrade connection security settings CVE-2020-25696: psql's \gset allows overwriting specially treated variables CVE-2020-25695 is serious; more info below. Notes for the others are at https://www.postgresql.org/about/news/postgresql-131-125-1110-1015-9620-and-9524-released-2111/ Versions Affected: 9.5 - 13. An attacker having permission to create non-temporary objects in at least one schema can execute arbitrary SQL functions under the identity of a superuser. While promptly updating PostgreSQL is the best remediation for most users, a user unable to do that can work around the vulnerability by disabling autovacuum and not manually running ANALYZE, CLUSTER, REINDEX, CREATE INDEX, VACUUM FULL, REFRESH MATERIALIZED VIEW, or a restore from output of the pg_dump command. Performance may degrade quickly under this workaround. VACUUM without the FULL option is safe, and all commands are fine when a trusted user owns the target object. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 04:51:29 Modified files: databases/mariadb: Tag: OPENBSD_6_8 distinfo Log message: regen distinfo, missed in previous, found by solene@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 04:53:28 Modified files: www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/pkg: PLIST www/tor-browser/noscript: Makefile distinfo meta/tor-browser: Makefile Removed files: www/tor-browser/https-everywhere: Makefile distinfo www/tor-browser/https-everywhere/pkg: DESCR PLIST Log message: update to tor-browser-10.0.4, from maintainer Caspar Schutijser https-everywhere merges into the main package CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 04:57:58 Modified files: infrastructure/db: user.list audio : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm audio/py-tagpy : Makefile audio/py-tagpy/pkg: PLIST Removed files: audio/zeya : Makefile distinfo audio/zeya/patches: patch-backends_py patch-decoders_py patch-doc_zeya_1 patch-doc_zeyaclient_1 patch-zeya_py patch-zeyaclient_py audio/zeya/pkg : DESCR PLIST zeya.rc Log message: switch py-tagpy to py3-only and remove its only py2-consumer audio/zeya (a ten year old network daemon, no longer maintained in ports or upstream; distfiles were fetched from debian who removed it from their packaging ~5 years ago). py-tagpy is one of the few consumers of boost's py2 library. ok jca CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2020/11/14 04:59:49 Modified files: databases/sqlite3-tcl: Makefile distinfo databases/sqlite3-tcl/patches: patch-tea_configure databases/sqlite3-tcl/pkg: PLIST Log message: Update to 3.33.0. Build against Tcl 8.5 so this Tcl extension can work with Tcl 8.5 and Tcl 8.6. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/14 05:35:05 Modified files: www/py-requests: Makefile distinfo Log message: Update to py-requests-2.25.0 Changes: https://github.com/psf/requests/blob/v2.25.0/HISTORY.md This fixes breakage caused by a recent update of py-urllib3. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 06:03:49 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: README-server Log message: adjust postgresql upgrade readme steps; edit pg_hba.conf to support connecting without passwords *before* copying to the new dir. saves manually making the same change to two copies of the same file. ok pea@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/11/14 07:06:42 Modified files: usr.bin/pkill : pkill.1 Log message: Simplify wording of the matching rules, with help and ok jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/14 07:07:53 Modified files: sys/dev/ofw : ofw_misc.c Log message: Add SFP+ support, including support for direct attach cables. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/14 07:11:08 Modified files: sys/dev/fdt : if_mvpp.c Log message: Add 10G media support. This makes the 10G ports on the "single shot" model work. The "double shot" model needs more work (support for "clause 45" PHYs). ok patrick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 07:54:06 Modified files: audio/py-mpd2 : Makefile distinfo audio/py-mpd2/pkg: PLIST Log message: Update to py-mpd2-1.1.0 and make it py3 only. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 07:55:24 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-mpd2' => 'py3-mpd2' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 07:55:47 Modified files: audio : Makefile Log message: -py-mpd2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/14 07:57:41 Modified files: sys/dev/pci/drm: drm_linux.c Log message: whitespace CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/14 08:00:20 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: idr.h Log message: Bring IDR function prototypes in line with modern Linux and implement IDA functions in terms of IDR. Fixes issues with running out of PASIDs in amdgpu(4). ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/14 10:15:43 Modified files: audio/sonata : Makefile distinfo audio/sonata/pkg: PLIST Removed files: audio/sonata/patches: patch-setup_py Log message: Update to a newer snapshot. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/14 10:42:12 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/pkg: PLIST-main Added files: www/seamonkey/patches: patch-mozilla_ipc_chromium_src_base_process_util_bsd_cc Removed files: www/seamonkey/patches: patch-mozilla_storage_mozStorageConnection_cpp patch-mozilla_storage_mozStorageService_cpp Log message: Update to seamonkey 2.53.5. See https://www.seamonkey-project.org/releases/seamonkey2.53.5/ Drop building against systemwide sqlite as this possibility was removed upstream CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2020/11/14 10:45:17 Modified files: archivers/unzip: Makefile archivers/unzip/patches: patch-extract_c patch-process_c patch-unzip_c Added files: archivers/unzip/patches: patch-unzpriv_h Log message: Backport an upstream patch to fix erroneous "zip bomb" detection ok naddy CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/14 10:46:15 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey-i18n 2.53.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 11:21:53 Log message: import ports/devel/py-tenacity, from Mikolaj Kucharski, ok martin@ small tweak from me, use MODPY_PI instead of setting MASTER_SITES Status: Vendor Tag: sthen Release Tags: sthen_20201114 N ports/devel/py-tenacity/Makefile N ports/devel/py-tenacity/distinfo N ports/devel/py-tenacity/pkg/DESCR N ports/devel/py-tenacity/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 11:22:10 Modified files: devel : Makefile Log message: +py-tenacity,python3 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/11/14 12:20:31 Modified files: math/py-scikit-learn: Makefile Log message: py-scikit-learn uses C++11, so needs ports-gcc for base-gcc arches. ok daniel CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 12:42:41 Modified files: x11/menumaker : Makefile distinfo Log message: update to menumaker-0.99.12, from maintainer Alessandro De Laurenzis CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/14 13:14:07 Modified files: sbin/iked : ikev2.c Log message: Make sure not to replace 0.0.0.0 with dynamic address if it is a a network address (addr_net is set). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2020/11/14 13:53:31 Modified files: sys/sys : disklabel.h lib/libc/gen : disklabel.c sbin/disklabel : disklabel.c Log message: Constify dktypenames and fstypenames in libc. Adjust variable declaration in disklabel to match. ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/14 14:21:26 Modified files: sys/dev/fdt : imxiic.c Log message: Move enabling/disabling the I2C controller and clearing the Interrupt Flag into their own functions, since these are the two single pieces of register content that behave differently on the VF610. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 14:22:12 Modified files: graphics/libavif: Makefile distinfo Log message: update to libavif-0.8.2, from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/14 14:24:08 Modified files: sys/dev/fdt : imxiic.c imxiicvar.h Log message: Add support for the VF610 I2C controller to imxiic(4). It uses its own clock divisor table and its registers are each a byte apart. The status register is write 1 to clear instead of write 0 to clear, and the enable bit is also inverted. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/14 14:24:37 Added files: databases/mariadb/patches: patch-storage_oqgraph_CMakeLists_txt Log message: mariadb: fix OQGraph check to avoid cmake printing unexpected check output, from Brad (maintainer), https://jira.mariadb.org/browse/MDEV-24161 CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/11/14 14:37:09 Modified files: lang/racket-minimal: Makefile distinfo lang/racket-minimal/pkg: PFRAG.bc PLIST Log message: Update to racket 7.9. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/14 14:50:51 Modified files: sys/dev/i2c : pca9548.c Log message: Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it's always matched on an FDT-capable device, but the HoneyComb LX2K seems to have a PCA9547 and provides it as NXP0002 HID. This means we know if it's ACPI or FDT based on the name passed. This is required to be able to make two acpitz(4) nodes work, since the thermel sensors are behind the mux. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/11/14 15:03:58 Modified files: www/openradtool: Makefile distinfo www/openradtool/pkg: PLIST Log message: Update openradtool to 0.11.0 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/14 15:09:59 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable sdhc(4) at ACPI. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/14 15:42:06 Modified files: sys/dev/pci/drm: drm_linux.c Log message: idr limit should be inclusive ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/14 16:08:47 Modified files: sys/dev/pci/drm: drm_drv.c drm_linux.c Log message: Revise the initialization of the DRM Linux emulation layer such that we only call it when the first drm(4) instance attaches. Also add a cleanup function that gets called when the last drm(4) instance detaches. This makes sure that statically initialized IDR instances always work. ok jsg@, semarie@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/11/14 16:17:14 Modified files: sysutils/firmware/intel: Makefile distinfo sysutils/firmware/intel/pkg: PLIST Log message: update intel microcode to 20201112 https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/microcode-20201112/releasenote.md omit 06-8c-01 (tiger lake) as it has issues https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/44 ok sthen@ on an earlier version CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/11/14 16:59:07 Modified files: sys/dev/usb : usbdevs Log message: add Edimax EW-7811Un V2, from Morgan Aldridge CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/11/14 17:01:42 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/11/14 17:04:05 Modified files: sys/dev/usb : if_urtwn.c Log message: match on Edimax EW-7811Un V2, from Morgan Aldridge CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/11/14 17:33:24 Modified files: share/man/man4 : urtwn.4 Log message: add Edimax EW-7811Un v2 to the list of working devices, suggested by jmc CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/14 20:02:19 Modified files: lang/compcert : Makefile distinfo lang/compcert/patches: patch-Makefile patch-configure Log message: update to commit 27beb944 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/14 20:31:52 Modified files: devel/pygame : Makefile devel/pygame/patches: patch-Setup_in Removed files: devel/pygame/patches: patch-examples_eventlist_py patch-examples_fastevents_py Log message: cleanup some mangled patches Looks like the commit to 1.8.1 about 11 years ago mangled a few patches. Clean these up to make it slightly easier to do an update to a newer version of pygame. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/14 23:46:29 Modified files: comms/gnuradio : Makefile Log message: Disable cmake find_package doxygen We are not building a documentation CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/14 23:48:36 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: distinfo devel/kf5/baloo: distinfo devel/kf5/baloo/pkg: PLIST-main devel/kf5/bluez-qt: distinfo devel/kf5/breeze-icons: distinfo devel/kf5/breeze-icons/pkg: PLIST devel/kf5/extra-cmake-modules: distinfo devel/kf5/extra-cmake-modules/pkg: PLIST devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: distinfo devel/kf5/kactivities-stats: distinfo devel/kf5/kapidox: distinfo devel/kf5/karchive: distinfo devel/kf5/kauth: Makefile distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kcalendarcore: distinfo devel/kf5/kcmutils: distinfo devel/kf5/kcmutils/pkg: PLIST devel/kf5/kcodecs: distinfo devel/kf5/kcompletion: distinfo devel/kf5/kconfig: distinfo devel/kf5/kconfigwidgets: distinfo devel/kf5/kcontacts: distinfo devel/kf5/kcoreaddons: Makefile distinfo devel/kf5/kcrash: distinfo devel/kf5/kdav : distinfo devel/kf5/kdbusaddons: distinfo devel/kf5/kdeclarative: Makefile distinfo devel/kf5/kded : distinfo devel/kf5/kdelibs4support: distinfo devel/kf5/kdelibs4support/patches: patch-src_kssl_kopenssl_cpp devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: distinfo devel/kf5/kdewebkit: distinfo devel/kf5/kdnssd: distinfo devel/kf5/kdoctools: distinfo devel/kf5/kdoctools/pkg: PLIST devel/kf5/kemoticons: distinfo devel/kf5/kfilemetadata: Makefile distinfo devel/kf5/kglobalaccel: distinfo devel/kf5/kglobalaccel/pkg: PLIST devel/kf5/kguiaddons: distinfo devel/kf5/kholidays: distinfo devel/kf5/khtml: distinfo devel/kf5/khtml/patches: patch-src_html_kopenssl_cpp devel/kf5/ki18n: distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kinit: distinfo devel/kf5/kio : Makefile distinfo devel/kf5/kio/pkg: PLIST devel/kf5/kirigami2: distinfo devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kjs/patches: patch-src_kjs_collector_cpp devel/kf5/kjsembed: distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: distinfo devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kross: distinfo devel/kf5/krunner: distinfo devel/kf5/kservice: distinfo devel/kf5/ktexteditor: distinfo devel/kf5/ktextwidgets: distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: distinfo devel/kf5/kwidgetsaddons: Makefile distinfo devel/kf5/kwindowsystem: distinfo devel/kf5/kxmlgui: distinfo 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: distinfo devel/kf5/purpose/pkg: PLIST devel/kf5/qqc2-desktop-style: distinfo devel/kf5/qqc2-desktop-style/pkg: PLIST devel/kf5/solid: distinfo devel/kf5/solid/patches: patch-CMakeLists_txt patch-src_solid_devices_backends_udisks2_udisksopticaldisc_cpp patch-src_solid_devices_backends_udisks2_udisksstoragedrive_cpp devel/kf5/sonnet: distinfo devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: distinfo devel/kf5/threadweaver: distinfo Log message: Update KDE frameworks to 5.76.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/14 23:57:07 Modified files: devel/kf5/knotifyconfig: Makefile Log message: Enable Qt5 TextToSpeech CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/15 00:00:21 Modified files: devel/kf5/knotifications: Makefile Log message: Enable Qt5 TextToSpeech CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 00:48:21 Modified files: databases/p5-CDB_File: Makefile distinfo Log message: Update to p5-CDB_File-1.03. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 00:54:13 Modified files: devel/p5-Cache-FastMmap: Makefile distinfo Log message: Update to p5-Cache-FastMmap-1.51. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 01:06:53 Modified files: devel/p5-Class-C3: Makefile distinfo Log message: Update to p5-Class-C3-0.35. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 01:17:08 Modified files: devel/p5-Glib-Object-Introspection: Makefile distinfo Log message: Update to p5-Glib-Object-Introspection-0.049. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 01:22:32 Modified files: devel/p5-Log-Any-Adapter-Callback: Makefile distinfo devel/p5-Log-Any-Adapter-Callback/pkg: PLIST Log message: Update to p5-Log-Any-Adapter-Callback-0.101. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 01:31:01 Modified files: devel/p5-Parallel-Forker: Makefile distinfo Log message: Update to p5-Parallel-Forker-1.260. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 01:42:53 Modified files: devel/p5-System-Command: Makefile distinfo Log message: Update to p5-System-Command-1.121. CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2020/11/15 02:12:13 Log message: TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL and packaged as a PostgreSQL extension, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. https://www.timescale.com/ Based on the work of Martin Got, thanks. Help and OK sthen@ Status: Vendor Tag: denis Release Tags: denis_20201115 N ports/databases/timescaledb/Makefile N ports/databases/timescaledb/distinfo N ports/databases/timescaledb/pkg/DESCR N ports/databases/timescaledb/pkg/PLIST N ports/databases/timescaledb/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2020/11/15 02:13:54 Log message: TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL and packaged as a PostgreSQL extension, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. https://www.timescale.com/ Based on the work of Martin Got. Help and OK sthen@ Status: Vendor Tag: denis Release Tags: denis_20201115 U ports/databases/timescaledb/Makefile U ports/databases/timescaledb/distinfo U ports/databases/timescaledb/pkg/DESCR U ports/databases/timescaledb/pkg/PLIST U ports/databases/timescaledb/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 02:16:01 Modified files: devel/p5-Test-Fatal: Makefile distinfo Log message: Update to p5-Test-Fatal-0.016. CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2020/11/15 02:16:26 Log message: TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL and packaged as a PostgreSQL extension, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. https://www.timescale.com/ Based on the work by Martin Got, thanks. Help & OK sthen@ Status: Vendor Tag: denis Release Tags: denis_20201115 U ports/databases/timescaledb/Makefile U ports/databases/timescaledb/distinfo U ports/databases/timescaledb/pkg/DESCR U ports/databases/timescaledb/pkg/PLIST U ports/databases/timescaledb/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2020/11/15 02:22:32 Log message: TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL and packaged as a PostgreSQL extension, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. https://www.timescale.com/ Based on the work by Martin Got, thanks. Help & OK sthen@ Status: Vendor Tag: denis Release Tags: denis_20201115 U ports/databases/timescaledb/Makefile U ports/databases/timescaledb/distinfo U ports/databases/timescaledb/pkg/DESCR U ports/databases/timescaledb/pkg/PLIST U ports/databases/timescaledb/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2020/11/15 02:39:52 Modified files: databases : Makefile Log message: Import timescaledb-1.7.4 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 02:45:18 Modified files: devel/perltidy : Makefile distinfo devel/perltidy/pkg: PLIST Log message: Update to perltidy-20201001. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/15 03:02:20 Modified files: devel/py-cflow2dot: Makefile distinfo devel/py-cflow2dot/pkg: PLIST Removed files: devel/py-cflow2dot/patches: patch-setup_py Log message: Update to py-cflow2dot-0.2.2. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2020/11/15 05:28:27 Modified files: graphics/piglit: Makefile Added files: graphics/piglit/patches: patch-tests_util_piglit-subprocess_c Log message: Avoid running atexit(3) hooks in the child which fails horribly since it will try to to clean up the thread pool created by the Mesa radeonsi driver that doesn't actually exist in the child, resulting in a hang of several tests. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/15 07:40:50 Modified files: devel/ccache : Makefile Log message: Typo in comment Noticed after learning about a ccache-4.0 release and checking our port. ;) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/15 07:56:34 Modified files: audio/lmms : Makefile distinfo audio/lmms/patches: patch-CMakeLists_txt Log message: update to lmms-1.2.2, mostly from Dimitri Karamazov who takes maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/15 08:15:16 Modified files: mail/mutt : Makefile distinfo mail/mutt/patches: patch-main_c Log message: update to mutt-2.0.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/15 09:47:12 Modified files: sys/arch/amd64/conf: GENERIC sys/dev/acpi : files.acpi Added files: sys/dev/acpi : pchgpio.c Log message: Add pchgpio(4), a driver for the GPIO controllers found on modern Intel PCHs. With help from James Hastings. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/15 10:27:32 Modified files: sys/arch/arm64/dev: agintc.c Log message: Add support for edge-triggered interrupts to agintc(4). This is mostly based on the ampintc(4) version, which already has support for it. For now only do this for SPIs. SGIs are always edge-triggered and cannot be modified, and PPIs can be both, but let's keep it safe for now. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/15 10:28:29 Modified files: sys/arch/arm64/arm64: acpi_machdep.c Log message: Add support for edge-triggered interrupts in acpi_intr_establish(). So far we have always passed level-high, but now we can check the irq flags and pass the device-tree compatible values. This makes my powerbutton not flood the system with interrupts after a single press. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/15 10:29:00 Modified files: www/seamonkey : Makefile Log message: add BDEP on nasm for AV1 support, as spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/15 10:44:06 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : pchgpio.4 Log message: pchgpio(4) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/15 10:45:34 Modified files: x11/xfce4/tumbler: Makefile distinfo x11/xfce4/tumbler/pkg: PLIST Log message: Update to tumbler 0.3.1. Disable the new epub thumbnailer otherwise it would bring in libgepub and webkitgtk4.. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/11/15 10:54:49 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Return the specific failure for a "self signed certificate" in the chain in order to be compatible with the openssl error craziness in the legacy verifier case. This will fix a regress problem noticed by znc ok tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/15 11:04:11 Modified files: share/man/man4 : Makefile sys/dev/acpi : files.acpi Added files: share/man/man4 : acpige.4 sys/dev/acpi : acpige.c Log message: Add acpige(4), a driver for ACPI generic event devices. This is a rather simple device that simply reacts to interrupts by invoking _EVT with the interrupt number. This is used on the HoneyComb LX2K to implement power button handling. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/15 11:04:39 Modified files: sys/arch/arm64/conf: GENERIC Log message: Enable acpige(4) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/15 11:32:04 Modified files: www/py-feedgenerator: Makefile distinfo Log message: update py-feedgenerator to 1.9.1 Main benefit is a reduced distfile size. Update from Vladimir Seleznev (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/11/15 12:14:12 Modified files: www/chromium/patches: patch-tools_gn_build_gen_py www/iridium/patches: patch-tools_gn_build_gen_py Added files: www/chromium/patches: patch-tools_gn_src_util_exe_path_cc www/iridium/patches: patch-tools_gn_src_util_exe_path_cc Log message: make it possible for gn to determine its own executable path so that regenerating rules with ninja is possible CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/15 12:17:37 Modified files: databases/p5-DBIx-Class-Schema-Loader: Makefile distinfo databases/p5-DBIx-Class-Schema-Loader/pkg: DESCR PLIST Log message: Update databases/p5-DBIx-Class-Schema-Loader to 0.07049 Originally from wen heping With additional tweaks by me Has some test failures, but they are very similar to the failures in DBIx::Class as reported upstream. https://rt.cpan.org/Public/Bug/Display.html?id=133170 CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2020/11/15 15:05:10 Modified files: games/godot : Makefile www/webkitgtk4 : Makefile Log message: Remove last uses of -mlongcall on powerpc -Wl,--relax solves linker errors of "relocation truncated to fit", -mlongcall isn't necessary. diff from Brad Smith, ok cwen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/15 15:34:58 Modified files: usr.bin/ssh : readconf.c Log message: revert r1.341; it breaks ProxyJump; reported by sthen@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/15 15:39:36 Modified files: sbin/iked : iked.conf.5 Log message: Document new 'dynamic' keyword to create flows from or to a dynamically assigned address. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/15 16:13:00 Modified files: sys/arch/powerpc64/include: bus.h Log message: Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() to generic_space_read_N() and generic_space_write_N() as they should not do any byte swapping. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/15 16:14:04 Modified files: sys/arch/powerpc64/dev: phb.c Log message: Make sure we perform address translation to all elements of a DMA mapping. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/11/15 16:17:00 Modified files: sysutils/ggrep : Makefile distinfo Log message: Update to 3.6. The GREP_OPTIONS environment variable is ignored now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/11/15 20:35:32 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/11/15 22:17:33 Modified files: graphics/piglit: Makefile Added files: graphics/piglit/patches: patch-tests_egl_spec_egl_chromium_sync_control_egl_chromium_sync_control_c patch-tests_util_piglit-framework-gl_c patch-tests_util_piglit-util_c Log message: include libgen.h for basename(3) prompted by -Wimplicit-function-declaration warnings CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/15 23:37:07 Modified files: sys/kern : kern_sysctl.c Log message: Convert kern_sysctl to sysctl_bounded_args objdump -h changes in Size of kern_sysctl.o on amd64 before after .text 7140 64b0 .data 24 40 .bss 10 14 .rodata 50 338 CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/15 23:38:20 Modified files: sys/netinet : ip_divert.c sys/netinet6 : ip6_divert.c Log message: Remove the cases folded into sysctl_bounded_args but left behind divert_sysctl and divert6_sysctl get a tiny bit slimmer. CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/15 23:42:12 Modified files: sys/kern : kern_sysctl.c Log message: Convert hw_sysctl to sysctl_bounded_args This one is surprisingly a minor loss if one were to simply add bytes on amd64: .text+.data+.bss+.rodata before 0x64b0+0x40+0x14+0x338 = 0x683c after 0x6440+0x48+0x14+0x3b8 = 0x6854 CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/15 23:44:39 Modified files: sys/netinet : ip_input.c tcp_usrreq.c sys/netinet6 : ip6_input.c Log message: Replace sysctl_rdint with sysctl_bounded_args entries in net.inet* CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/11/16 00:10:29 Modified files: devel/p5-Log-Any: Makefile devel/p5-Log-Any/pkg: PLIST Log message: Update PLSIT, original diff from Wen Heping, reminded by afresh1@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/11/16 00:40:19 Modified files: sys/dev/pci : pcidevs Log message: Add PCI ids for Intel 2.5Gb adapters. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/11/16 00:40:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/16 02:49:10 Modified files: sys/dev/usb : usbdevs Log message: Move PL2303GC around to make sure the list is sorted properly. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/16 02:49:40 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/16 04:21:59 Modified files: graphics/libavif: Makefile Log message: libavif 0.8.2 should have been a major bump, avifDecoderParse function signature changed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/16 04:24:20 Added files: graphics/darktable/patches: patch-src_common_imageio_avif_c Log message: fix with libavif 0.8.2, patch from upstream found by jca@ https://github.com/darktable-org/darktable/issues/6530 / e531b66f486f CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/16 05:30:16 Modified files: sys/uvm : uvm_fault.c Log message: Remove Case2 goto, use a simple if () instead. ok tb@, jmatthew@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/16 05:59:20 Modified files: sbin/iked : ikev2.c Log message: Backout ikev2_init_auth() return check to fix regression with certificate authentication. Reported by Mark Patruck CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/16 07:46:00 Modified files: sys/dev/ic : bwfm.c Log message: Add multicast support to bwfm(4) to make IPv6 work and to fix promiscuous mode. ok gerhard@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/16 07:50:02 Modified files: databases/openldap: Tag: OPENBSD_6_8 Makefile Added files: databases/openldap/patches: Tag: OPENBSD_6_8 patch-libraries_libldap_tls_o_c Log message: databases/openldap: force disabling TLS 1.3 to work-around lack of auto chain in libssl TLSv1.3 server in 6.8 release, resulting in invalid cert chains as the intermediate was not included for TLS 1.3 connections. Not needed in -current following lib/libssl/tls13_server.c r1.62 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/16 08:22:12 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.66.3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/11/16 08:50:45 Modified files: regress/usr.sbin/syslogd: args-tls-cafile-default.pl Log message: Certificate verification error message has been improved. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/16 08:52:38 Modified files: archivers/lz4 : Makefile distinfo archivers/lz4/patches: patch-lib_Makefile archivers/lz4/pkg: PLIST Removed files: archivers/lz4/patches: patch-tests_test_install_sh Log message: Update to lz4-1.9.3 Changes: https://github.com/lz4/lz4/releases/tag/v1.9.3 Minor of shared lib has been bumped because of the addition of a symbol. While here update HOMEPAGE and take MAINTAINER. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/16 08:53:10 Modified files: mail/notmuch : Makefile.inc mail/notmuch/notmuch: Makefile distinfo mail/notmuch/notmuch/patches: patch-configure mail/notmuch/py-notmuch: distinfo Removed files: mail/notmuch/notmuch/patches: patch-Makefile_global patch-Makefile_local patch-devel_RELEASING patch-devel_nmbug_doc_conf_py patch-doc_conf_py patch-lib_config_cc Log message: Update to notmuch-0.31.2 Changes: - https://notmuchmail.org/news/release-0.31.1/ - https://notmuchmail.org/news/release-0.31.2/ Drop several local patches as these are not needed any more. While here sync WANTLIB. OK bentley@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/16 10:12:55 Modified files: sys/dev/ic : bwfm.c Log message: Fix compile error on big-endian machines caused by recent multicast commit. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/16 10:42:35 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Add back an X509_STORE_CTX error code assignment. This was inadvertently removed in r1.19. Spotted by tb@ ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/16 10:43:37 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Use X509_V_OK instead of 0. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/16 10:52:08 Modified files: usr.sbin/pkg_add: pkg_check.8 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/16 10:53:13 Modified files: share/man/man4 : acpi.4 Log message: add acpige(4) and pchgpio(4); CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/16 11:00:30 Modified files: sbin/iked : ikev2.c Log message: Reenable ikev2_init_auth() return value check. Make sure sa_stateok() returns 0 on error. This code path is taken multiple times until all requirements for sa_stateok() are met, so don't delete the SA because of a single failure. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/16 11:36:23 Log message: Import ruby-regexp_parser This is a new dependency of www/ruby-capybara. OK gkoehler@ Status: Vendor Tag: jeremy Release Tags: jeremy_2020-Nov-16 N ports/devel/ruby-regexp_parser/Makefile N ports/devel/ruby-regexp_parser/distinfo N ports/devel/ruby-regexp_parser/pkg/DESCR N ports/devel/ruby-regexp_parser/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/16 11:37:06 Modified files: sys/kern : kern_exit.c Log message: Prevent exit status from being clobbered on thread exit. Ensure that EXIT_NORMAL only runs once by guarding it with PS_EXITING. It was previously possible for EXIT_NORMAL to be run twice, depending on which thread called exit() and the order in which the threads were torn down. This is due to the P_HASSIBLING() check triggering the last thread to run EXIT_NORMAL, even though it may have already been run via an exit() call. ok kettenis@ visa@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/16 11:40:32 Modified files: devel : Makefile Log message: Hookup ruby-regexp_parser CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/16 11:41:21 Modified files: www/ruby-xpath : Makefile distinfo Log message: Update xpath to 3.2.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/16 11:42:05 Modified files: www/ruby-capybara: Makefile distinfo www/ruby-capybara/pkg: PLIST Log message: Update capybara to 3.33.0 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/11/16 11:55:15 Modified files: lib/libssl : ssl_lib.c tls13_internal.h tls13_key_schedule.c tls13_lib.c Log message: Implement exporter for TLSv1.3. This implements the key material exporter for TLSv1.3, as defined in RFC8446 section 7.5. Issue reported by nmathewson on github. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/16 12:04:57 Modified files: sys/arch/powerpc64/conf: GENERIC RAMDISK Log message: Enable mcx(4) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/16 13:34:39 Modified files: cad/gerbv : Makefile Log message: gerbv: gettext-tools is needed at build time, otherwise packaging fails (share/locale/ru/LC_MESSAGES/gerbv.mo doesn't exist). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/16 14:43:08 Modified files: graphics/libavif: Makefile distinfo Log message: update to libavif-0.8.3, from Brad CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2020/11/16 15:17:48 Modified files: devel/cppcheck : Makefile distinfo devel/cppcheck/pkg: PLIST Log message: update to cppcheck-2.2 CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2020/11/16 15:21:10 Modified files: plan9/plan9port: Makefile distinfo plan9/plan9port/pkg: PLIST Log message: CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/11/16 16:06:07 Log message: import games/fna DESCR: This is FNA, an XNA4 reimplementation that focuses solely on developing a fully accurate XNA4 runtime for the desktop. The port includes FNA.NetStub and the XNA 4.0 ABI bridge for compatibility with XNA games, as well as bindings for Vorbisfile and SDL2_image for backwards compatibility. ok solene@ who reminded me to separate GH commit id tarballs with DIST_SUBDIR Status: Vendor Tag: thfr Release Tags: thfr_20201116 N ports/games/fna/Makefile N ports/games/fna/distinfo N ports/games/fna/pkg/DESCR N ports/games/fna/pkg/PLIST N ports/games/fna/files/FNA.Settings.props N ports/games/fna/files/FNA.dll.config No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/11/16 16:07:20 Modified files: games : Makefile Log message: +fna CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2020/11/16 16:56:37 Modified files: plan9/plan9port: Makefile distinfo Log message: add proper log message, missing in previous commit "update to latest github commit" CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2020/11/16 17:04:59 Modified files: plan9/plan9port/pkg: PLIST Log message: add proper log message, missing in previous commit "update to latest github commit" CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/16 20:15:00 Modified files: devel/ruby-jeweler: Makefile Log message: Force FLAVOR to ruby26 This version of jeweler doesn't run on ruby27 due to the bundler dependency. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/16 20:15:34 Modified files: lang/ruby : ruby.port.mk Log message: Switch default Ruby version to Ruby 2.7 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/11/16 20:19:38 Modified files: devel/gitsh : Makefile devel/ragel : Makefile devel/swig : Makefile devel/vim-command-t: Makefile editors/vim : Makefile graphics/inkscape: Makefile lang/mruby : Makefile mail/mew : Makefile misc/tpp : Makefile net/munin : Makefile net/ocserv : Makefile net/weechat : Makefile net/whatweb : Makefile security/arirang: Makefile sysutils/facter: Makefile sysutils/mcollective: Makefile sysutils/ruby-puppet/5: Makefile sysutils/ruby-puppet/6: Makefile www/h2o : Makefile www/webkitgtk4 : Makefile x11/kde-applications/kross-interpreters: Makefile x11/qt5/qtwebkit: Makefile security/wpscan: Makefile sysutils/tmuxinator: Makefile textproc/asciidoctor: Makefile www/sass : Makefile www/nginx : Makefile databases/puppetdb5: Makefile Log message: Bump related ports after default Ruby version switch OK gkoehler@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/16 20:23:10 Modified files: sys/miscfs/fuse: fuse_vfsops.c Log message: Convert fusefs_sysctl to sysctl_bounded_args OK millert@ CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2020/11/16 20:23:32 Modified files: share/man/man5 : ruby-module.5 Log message: Update ruby-module.5 for change in default Ruby version CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/16 20:23:54 Modified files: sys/kern : sysv_sem.c Log message: Convert sysctl_sysvsem to sysctl_bounded_args Used sysctl_int_bounded in many places to shrink code. Extracted a new function to make the case tidy. Removed some superflous fluff. OK millert@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/16 21:13:18 Modified files: lang/compcert : Makefile distinfo Log message: update to tagged release of 3.8 Adds coq 8.12.1 support along with the usual spate of improvements. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/16 21:21:20 Modified files: sys/dev/pci/drm/i915/display: intel_vga.c Log message: adjust for reversed outb arguments linux uses CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/16 22:56:08 Modified files: multimedia/xvidcore: Makefile distinfo multimedia/xvidcore/pkg: PLIST Log message: Update to xvidcore 1.3.7 Changes since 1.3.6: Fix for a regression in initializing the Inter matrix with MPEG Quantization Changes since 1.3.5: Fix for various, long-standing and potentially critical security vulnerabilities in the decoder (credit to OSS-Fuzz) From Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/16 23:11:28 Modified files: sysutils/nnn : Makefile distinfo Log message: Update nnn to 3.5 From Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/16 23:17:24 Modified files: audio/chromaprint: Makefile distinfo Removed files: audio/chromaprint/patches: patch-tests_test_utils_cpp patch-tests_test_utils_h Log message: Update chromaprint to 1.5.0 Input from cwen@ and sthen@, ok sthen@. Thanks CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/17 00:02:30 Modified files: lib/libssl : tls13_server.c Log message: typo & punctuation in comment CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/17 00:39:28 Modified files: sys/dev/pci/drm/include/linux: jiffies.h Log message: fix time_after32() macro CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/17 01:13:35 Modified files: usr.bin/tmux : input-keys.c Log message: Log missing keys when extended keys is on rather than fatal(). CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2020/11/17 01:44:05 Modified files: converters/opencc: Makefile distinfo converters/opencc/pkg: PLIST Removed files: converters/opencc/patches: patch-data_CMakeLists_txt Log message: Update to opencc-1.1.1. From wen heping; thanks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/17 03:01:41 Modified files: sys/dev/pci/drm/include/linux: timer.h sys/dev/pci/drm: drm_vblank.c Log message: remove setup_timer() interface linux removed in 2017 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/17 03:23:18 Modified files: devel/libinotify: Makefile devel/libinotify/pkg: PLIST Added files: devel/libinotify/pkg: README Log message: libinotify: add a pkg-readme explaining that openfiles/maxfiles limits may need to be increased for kqueue, based on the one in glib2. regen plist and add debug packages while there. ok aja@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/17 04:20:59 Modified files: sys/dev/pci/drm/include/linux: gfp.h pm_qos.h timer.h uaccess.h Log message: remove unused definitions which no longer exist in linux CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/17 04:23:58 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: Specify that the KDF function is bcrypt. Based on github PR#214 from rafork, ok markus@, mdoc correction jmc@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/11/17 05:11:04 Modified files: sbin/sysctl : sysctl.c Log message: Fix comment sysctl(3) -> sysctl(2). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/17 05:18:55 Modified files: x11/gnome/tracker3-miners: Makefile Log message: We still need CFLAGS += -O0 which I wrongly removed in a previous commit. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/11/17 05:39:56 Modified files: sys/dev/usb : uvideo.c Log message: Zap parameter names in function prototypes. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/17 06:01:11 Modified files: lang/gnucobol : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/17 07:30:13 Modified files: sys/conf : files sys/dev/fdt : files.fdt Added files: sys/dev/fdt : imxiic_fdt.c sys/dev/ic : imxiic.c imxiicvar.h Removed files: sys/dev/fdt : imxiic.c imxiicvar.h Log message: Split imxiic(4) into the FDT-attachment code and the i.MX I2C code in preparation for upcoming ACPI-attachment. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/17 07:31:59 Modified files: sys/dev/acpi : files.acpi Added files: sys/dev/acpi : imxiic_acpi.c Log message: Add ACPI support to imxiic(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/17 07:32:34 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable imxiic(4) at ACPI. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/17 07:33:26 Modified files: share/man/man4 : imxiic.4 Log message: Update imxiic(4) to reflect newly added ACPI support. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/11/17 07:45:42 Modified files: sys/kern : uipc_socket.c Log message: Fix handling of MSG_PEEK in soreceive() for the case where an empty mbuf is encountered in a seqpacket socket. This diff uses the fact that setting orig_resid to 0 results in soreceive() to return instead of looping back with the intent to sleep for more data. orig_resid is now always set to 0 in the control message case (instead of only if controlp is defined). This is the same behaviour as for the PR_NAME case. Additionally orig_resid is set to 0 in the data reader when MSG_PEEK is used. Tested in snaps for a while and by anton@ Reported-by: syzbot+4b0e9698b344b0028b14@syzkaller.appspotmail.com CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/17 08:48:35 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: Update to gtk-doc-1.33.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/17 08:56:55 Modified files: www/mozilla : mozilla.port.mk Log message: Fall cleanup in mozilla.port.mk, in preparation for fx 83 - update nss dep to 3.59, will be required for gecko 84 - drop options to build against systemwide cairo/hunspell/libevent/sqlite as those were dropped upstream (#1611386 for sqlite, #1432751 for cairo) - move the dependency for nasm (required for dav1d since 67) from the consumers to the module - move the dependency for rust & llvm from the consumers to the module (cbindgen and nodejs are next, but seamonkey doesnt require them yet) - drop the plumbing for the debug FLAVOR, DEBUG_PACKAGES is the new hotness - all consumers build against Gtk3, drop MOZILLA_USE_GTK3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/17 08:58:06 Modified files: www/tor-browser/browser: Makefile Log message: drop all the redundant/deprecated bits that were either removed or moved to mozilla.port.mk - no REVISION bump as it uses bundled nss CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/17 08:59:00 Modified files: mail/mozilla-thunderbird: Makefile Log message: drop all the redundant/deprecated bits that were either removed or moved to mozilla.port.mk - bump REVISION for nss change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/17 09:01:46 Modified files: www/seamonkey : Makefile Log message: Follow changes in mozilla.port.mk - plumbing to build against system cairo/hunspell moved here from module - remove all the deprecated MOZILLA_USE* bits - bump REVISION for nss dep change - while here enable aarch64 build, who knows.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/17 09:07:08 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp patch-security_manager_pki_resources_content_exceptionDialog_js patch-taskcluster_docker_firefox-snap_firefox_desktop patch-widget_nsPrintSettingsImpl_cpp www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Removed files: www/mozilla-firefox/patches: patch-js_src_jit_arm64_vixl_MozCpu-vixl_cpp patch-third_party_rust_authenticator__cargo-checksum_json patch-third_party_rust_authenticator_src_openbsd_device_rs Log message: Update to firefox 83.0. See https://www.mozilla.org/en-US/firefox/83.0/releasenotes/ Fixes https://www.mozilla.org/security/advisories/mfsa2020-50/ * remove all the MOZILLA_USE_* and the common BUILD_DEPENDS bits that were removed from mozilla.port.mk * properly install share/pixmaps/firefox.png and point at it in the desktop file, should ease icon overriding by third-party themes * drop patch fixing build on arm64 from #1672619 merged upstream * drop patches from #1666701, merged upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/17 09:09:59 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr/patches: patch-taskcluster_docker_firefox-snap_firefox_desktop www/firefox-esr/pkg: PLIST www/firefox-esr-i18n: Makefile.inc distinfo Removed files: www/firefox-esr/patches: patch-bug-1663715 Log message: Update to firefox-esr 78.5.0. See https://www.mozilla.org/en-US/firefox/78.5.0/releasenotes/ Fixes https://www.mozilla.org/security/advisories/mfsa2020-51/ * remove all the MOZILLA_USE_* and the common BUILD_DEPENDS bits that were removed from mozilla.port.mk * properly install share/pixmaps/firefox-esr.png and point at it in the desktop file, should ease icon overriding by third-party themes * drop jumbo patch from #1663715 fixing build with rust 1.47, merged upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/17 09:10:52 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC(sortof): Update to firefox-esr 78.5.0. See https://www.mozilla.org/en-US/firefox/78.5.0/releasenotes/ Fixes https://www.mozilla.org/security/advisories/mfsa2020-51/ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/11/17 09:33:44 Modified files: sys/arch/loongson/loongson: machdep.c Log message: Ensure proper alignment of memory map entries, needed with clang. gcc has generated unaligned loads with the original code. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/11/17 09:38:10 Modified files: sys/arch/loongson/loongson: machdep.c Log message: Avoid accidental truncation of large memory segments. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/17 10:48:19 Modified files: x11/gnome/gdm : Makefile Log message: Define HAVE_LOGINCAP so that setusercontext(30 is called. Thanks to sthen@ for listening to me talking to myself until I found this out :-) CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/17 11:39:56 Modified files: sbin/iked : ikev2.c Log message: Remove redundant indirection via msg_parent. This is only needed in ikev2_pld_parse(). CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/17 12:33:56 Modified files: devel/cmake : cmake.port.mk Log message: Only if the requested module is found, set MODTCL_* and/or MODTK_* CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/17 13:37:09 Modified files: graphics/openimageio: Makefile graphics/openimageio/pkg: PLIST Log message: openimageio tweaks: - use system pugixml rather than embedded copy (fixing a build error seen with Blender 2.81 if system pugixml is installed during build) - switch python bindings from py2 to py3, removing another user of boost_python27 libs - sort LIB_DEPENDS ok pascal@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/17 13:51:34 Modified files: devel/cryptopp : Makefile devel/cryptopp/patches: patch-GNUmakefile patch-algparam_h patch-config_h patch-cryptlib_h patch-filters_h patch-misc_h patch-osrng_cpp patch-osrng_h patch-pubkey_h patch-secblock_h patch-seckey_h patch-simple_h patch-stdcpp_h patch-trap_h Log message: cryptopp: apply a little light ports tidying, use https HOMEPAGE, regen patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/17 13:53:11 Modified files: devel/cryptopp : Makefile Log message: cryptopp: use unzip -a instead of unzip + pre-patch perl sed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/17 13:53:51 Modified files: devel/cryptopp : Makefile Log message: fix edit typo, removed wrong line CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/17 14:05:29 Modified files: www/cgicc : Makefile distinfo www/cgicc/pkg : PLIST Log message: Update to cgicc-3.2.19. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/17 14:23:43 Modified files: textproc/p5-Mojolicious-Plugin-TtRenderer: Makefile distinfo Log message: Update to p5-Mojolicious-Plugin-TtRenderer-1.61. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/11/17 14:54:42 Modified files: devel/gmp : Makefile distinfo Log message: maintenance update to 6.2.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/17 15:54:27 Modified files: converters/p5-JSON-MaybeXS: Makefile distinfo Log message: update p5-JSON-MaybeXS to 1.004003 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/17 16:03:12 Modified files: share/man/man4 : acpi.4 Log message: add imxiic(4); CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/17 17:15:35 Modified files: devel/cryptopp : Makefile distinfo devel/cryptopp/patches: patch-config_h patch-osrng_cpp devel/cryptopp/pkg: PLIST Removed files: devel/cryptopp/files: cryptopp.pc devel/cryptopp/patches: patch-GNUmakefile patch-algparam_h patch-cryptlib_h patch-filters_h patch-misc_h patch-osrng_h patch-pubkey_h patch-secblock_h patch-seckey_h patch-simple_h patch-stdcpp_h patch-trap_h Log message: update to cryptopp-8.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/17 17:15:57 Modified files: net/amule : Makefile net/amule/patches: patch-acinclude_m4 Added files: net/amule/patches: patch-src_ClientCreditsList_cpp Log message: amule: apply patch from upstream to cope with cryptopp update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/17 17:17:18 Modified files: emulators/citra: Makefile Removed files: emulators/citra/patches: patch-src_core_hle_service_cfg_cfg_cpp patch-src_core_hle_service_nwm_nwm_cpp patch-src_core_telemetry_session_cpp Log message: citra: remove patches that changed namespace for a cryptopp type. citra already supported newer cryptopp but the port needed patching to cope with the old one we had in-tree. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/17 23:56:07 Modified files: regress/lib/libcrypto/x509: verify.c Log message: Don't leak verify and store contexts. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/18 01:46:31 Modified files: security/kpcli : Makefile Log message: Add missing RDEP on p5-Clone CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/18 02:41:49 Modified files: devel/spidermonkey78: Makefile distinfo Log message: update to spidermonkey78-78.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/18 03:24:19 Log message: import ports/net/dog, ok rsadowski@ gonzalo@ dog is an open-source DNS client for the command-line. It has colourful output, supports the DoT and DoH protocols, and can emit JSON. Status: Vendor Tag: sthen Release Tags: sthen_20201118 N ports/net/dog/Makefile N ports/net/dog/distinfo N ports/net/dog/patches/patch-dns_Cargo_toml N ports/net/dog/pkg/PLIST N ports/net/dog/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/18 03:24:41 Modified files: net : Makefile Log message: +dog CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2020/11/18 04:10:08 Modified files: lib/libcrypto : opensslv.h Log message: bump to 3.3.0 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/11/18 04:40:36 Modified files: . : 68.html Log message: 7870 packages for mips64el CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/18 05:10:08 Modified files: net/dog : Makefile distinfo net/dog/pkg : PLIST Log message: pull in the dog(1) manual from upstream's binary archive (it's normally created using pandoc) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/11/18 05:29:34 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-base_BUILD_gn patch-base_allocator_allocator_gni patch-base_base_switches_cc patch-base_base_switches_h patch-base_debug_proc_maps_linux_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_util_posix_cc patch-base_files_scoped_file_cc patch-base_memory_discardable_memory_cc patch-base_memory_discardable_memory_internal_h patch-base_process_kill_h patch-base_process_kill_posix_cc patch-base_process_launch_h patch-base_process_process_handle_cc patch-base_process_process_handle_h patch-base_process_process_metrics_cc patch-base_process_process_metrics_h patch-base_process_process_posix_cc patch-base_rand_util_posix_cc patch-base_syslog_logging_cc patch-base_system_sys_info_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_h patch-base_threading_platform_thread_posix_cc patch-build_config_BUILDCONFIG_gn patch-build_config_compiler_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-cc_BUILD_gn patch-chrome_app_chrome_command_ids_h 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_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_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_device_info_fetcher_linux_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_external_provider_impl_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_webrtc_webrtc_event_log_uploader_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_nearby_sharing_nearby_notification_manager_cc patch-chrome_browser_notifications_notification_display_service_impl_cc patch-chrome_browser_password_manager_password_store_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_renderer_preferences_util_cc patch-chrome_browser_resources_plugin_metadata_plugins_linux_json 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_ui_browser_command_controller_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc patch-chrome_browser_ui_views_download_download_item_view_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_system_menu_model_builder_cc patch-chrome_browser_ui_views_hung_renderer_view_cc patch-chrome_browser_ui_views_tabs_new_tab_button_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_web_apps_pwa_confirmation_bubble_view_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_components_web_app_file_handler_registration_h patch-chrome_browser_web_applications_components_web_app_shortcut_cc patch-chrome_common_BUILD_gn patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_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_content_renderer_client_cc patch-chrome_test_BUILD_gn patch-chrome_updater_installer_cc patch-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-chromecast_renderer_cast_content_renderer_client_cc patch-components_autofill_core_browser_autofill_external_delegate_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_util_cc patch-components_cookie_config_cookie_store_util_cc patch-components_crash_content_browser_BUILD_gn patch-components_crash_core_app_BUILD_gn patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_policy_resources_policy_templates_json patch-components_safe_browsing_core_db_v4_protocol_manager_util_cc patch-components_security_interstitials_content_utils_cc patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-components_viz_common_features_cc patch-components_viz_service_display_embedder_software_output_surface_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_renderer_host_input_input_device_change_observer_cc patch-content_browser_renderer_host_pepper_pepper_file_io_host_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_event_handler_cc patch-content_browser_v8_snapshot_files_cc patch-content_browser_webui_shared_resources_data_source_cc patch-content_child_child_process_cc patch-content_common_mojo_core_library_support_cc patch-content_common_user_agent_cc patch-content_gpu_gpu_sandbox_hook_linux_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_ppapi_plugin_ppapi_plugin_main_cc patch-content_public_browser_BUILD_gn patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_public_common_use_zoom_for_dsf_policy_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_context_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_utility_blink_platform_with_sandbox_support_impl_cc patch-content_utility_utility_blink_platform_with_sandbox_support_impl_h patch-content_utility_utility_main_cc patch-content_zygote_zygote_linux_cc patch-content_zygote_zygote_main_linux_cc patch-device_bluetooth_BUILD_gn patch-device_gamepad_gamepad_provider_cc patch-extensions_browser_browser_context_keyed_service_factories_cc patch-extensions_shell_app_shell_main_delegate_cc patch-extensions_shell_browser_shell_extensions_api_client_h patch-gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-gpu_command_buffer_service_external_semaphore_cc patch-gpu_command_buffer_service_external_vk_image_backing_cc patch-gpu_ipc_common_gpu_memory_buffer_support_cc patch-gpu_ipc_common_gpu_memory_buffer_support_h patch-gpu_ipc_service_gpu_init_cc patch-gpu_ipc_service_gpu_memory_buffer_factory_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-media_BUILD_gn patch-media_audio_BUILD_gn patch-media_base_media_switches_cc patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_fake_video_capture_device_factory_cc patch-media_capture_video_file_video_capture_device_factory_cc patch-media_capture_video_linux_fake_v4l2_impl_cc patch-media_capture_video_linux_video_capture_device_factory_linux_cc patch-media_capture_video_linux_video_capture_device_factory_linux_h patch-media_capture_video_video_capture_buffer_pool_impl_cc patch-media_capture_video_video_capture_device_client_cc patch-media_media_options_gni patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_video_fake_gpu_memory_buffer_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_base_network_change_notifier_cc patch-net_socket_udp_socket_posix_cc patch-pdf_pdfium_pdfium_engine_cc patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-remoting_host_heartbeat_sender_cc patch-remoting_host_it2me_it2me_native_messaging_host_main_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_remoting_me2me_host_cc patch-sandbox_linux_BUILD_gn patch-sandbox_policy_BUILD_gn patch-sandbox_policy_openbsd_sandbox_openbsd_cc patch-sandbox_policy_switches_cc patch-sandbox_policy_switches_h patch-services_device_hid_BUILD_gn patch-services_device_serial_BUILD_gn patch-services_device_serial_serial_device_enumerator_cc patch-services_device_serial_serial_io_handler_posix_cc patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_linux_cc patch-services_tracing_public_cpp_perfetto_perfetto_config_cc patch-services_video_capture_broadcasting_receiver_cc patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_renderer_driver_utils_h patch-third_party_angle_util_BUILD_gn patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_html_forms_internal_popup_menu_cc patch-third_party_blink_renderer_core_layout_layout_view_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_fonts_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_heap_thread_state_cc patch-third_party_boringssl_BUILD_generated_gni patch-third_party_crashpad_crashpad_client_BUILD_gn patch-third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc patch-third_party_crashpad_crashpad_util_misc_address_types_h patch-third_party_crashpad_crashpad_util_misc_capture_context_h patch-third_party_crashpad_crashpad_util_misc_metrics_cc patch-third_party_crashpad_crashpad_util_misc_uuid_cc patch-third_party_crashpad_crashpad_util_posix_close_multiple_cc patch-third_party_crashpad_crashpad_util_posix_signals_cc patch-third_party_crashpad_crashpad_util_posix_symbolic_constants_posix_cc patch-third_party_libxml_linux_config_h patch-third_party_pdfium_core_fxge_fx_ge_linux_cpp patch-third_party_perfetto_src_base_unix_socket_cc patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_swiftshader_src_OpenGL_libEGL_libEGL_cpp patch-third_party_usrsctp_BUILD_gn 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_physical_socket_server_cc patch-third_party_webrtc_system_wrappers_BUILD_gn patch-third_party_webrtc_webrtc_gni patch-third_party_zlib_BUILD_gn patch-tools_gn_build_gen_py patch-tools_gn_src_util_exe_path_cc patch-tools_json_schema_compiler_cpp_bundle_generator_py patch-tools_json_schema_compiler_feature_compiler_py patch-ui_base_clipboard_clipboard_constants_cc patch-ui_base_clipboard_clipboard_constants_h patch-ui_base_ime_init_input_method_initializer_cc patch-ui_base_ui_base_features_cc patch-ui_base_x_x11_cursor_loader_cc patch-ui_base_x_x11_shm_image_pool_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_gpu_memory_buffer_cc patch-ui_gfx_ipc_gfx_param_traits_macros_h patch-ui_gl_BUILD_gn patch-ui_gl_generate_bindings_py patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_message_center_views_message_popup_view_cc patch-ui_views_bubble_bubble_dialog_delegate_view_cc patch-ui_views_controls_label_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_examples_widget_example_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_platform_platform-posix_cc patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h patch-weblayer_browser_system_network_context_manager_cc patch-weblayer_common_weblayer_paths_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_allocator_partition_allocator_partition_lock_h patch-base_allocator_partition_allocator_spinning_futex_linux_cc patch-base_allocator_partition_allocator_spinning_futex_linux_h patch-base_cpu_h patch-build_config_compiler_pgo_pgo_gni patch-chrome_browser_intranet_redirect_detector_h patch-components_feed_core_proto_v2_wire_version_proto patch-components_feed_core_proto_wire_version_proto patch-components_feed_core_v2_proto_util_cc patch-content_browser_font_access_font_enumeration_cache_h patch-content_browser_scheduler_responsiveness_jank_monitor_impl_cc patch-content_common_BUILD_gn patch-printing_printing_features_cc patch-printing_printing_features_h patch-third_party_pdfium_core_fxge_cfx_fontmapper_cpp patch-ui_events_ozone_keyboard_hook_ozone_cc patch-ui_ozone_ozone_gni Removed files: www/chromium/patches: patch-chrome_browser_sharing_sharing_service_cc patch-chrome_browser_sharing_webrtc_webrtc_flags_cc patch-chrome_browser_sharing_webrtc_webrtc_flags_h patch-components_metrics_BUILD_gn patch-content_browser_scheduler_responsiveness_jank_monitor_cc patch-content_renderer_media_audio_audio_device_factory_cc patch-services_service_manager_embedder_BUILD_gn patch-services_service_manager_embedder_main_cc patch-services_service_manager_embedder_switches_cc patch-services_service_manager_embedder_switches_h patch-third_party_pdfium_xfa_fgas_font_cfx_fontsourceenum_file_cpp patch-tools_gn_src_base_files_file_util_h patch-tools_gn_src_base_files_file_util_posix_cc patch-tools_gn_src_base_files_scoped_file_cc patch-ui_webui_resources_js_icon_js Log message: update to 87.0.4280.66 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/18 06:25:35 Modified files: sys/dev/pci : pcidevs Log message: add Realtek RealManage devices CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/18 06:26:53 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/18 06:41:56 Modified files: sys/dev/pci : vga_pci_common.c Log message: fix build on loongson with clang initial diff from and ok visa@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/18 07:20:14 Modified files: math/matio : Makefile distinfo math/matio/pkg : PLIST Log message: Update to matio-1.5.19. From wen heping with tweaks by me CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/18 07:41:20 Modified files: devel/p5-PAR-Dist: Makefile distinfo Log message: Update to p5-PAR-Dist-0.50. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/18 08:46:45 Modified files: net/nagios/nrpe: Makefile net/nagios/nrpe/pkg: DESCR Log message: net/nagios/nrpe: update HOMEPAGE, warn in DESCR that 1) this is an old version for compat with junk crypto, and 2) current versions are no longer under active development upstream. This is often used for remote checks on disk space etc, suggest using manubolon-snmp + an SNMP daemon instead. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/11/18 09:19:54 Modified files: share/man/man4 : gre.4 Log message: s/explicitley/explicitly/ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/18 09:31:48 Modified files: sbin/dhclient : kroute.c Log message: Tweak debug messages around resolv.conf updating. Take more care to only update resolv.conf when a default route can be found with which to determine the responsible interface. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/18 10:00:59 Modified files: lib/libcrypto/x509: x509_constraints.c x509_internal.h x509_issuer_cache.c x509_vfy.c Log message: KNF (whitespace) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/18 10:08:59 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Move freeing of the verify context to its natural place instead of a few lines after. stylistic nit from jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/18 10:13:55 Modified files: lib/libcrypto/x509: x509_verify.c Log message: zap ugly empty line before closing brace CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/18 10:40:43 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Plug a big memory leak in the new validator The legacy validator would only call x509_vfy_check_policy() once at the very end after cobbling together a chain. Therefore it didn't matter that X509_policy_check() always allocates a new tree on top of the one that might have been passed in. This is in stark contrast to other, similar APIs in this code base. The new validator calls this function several times over while building its chains. This adds up to a sizable leak in the new validator. Reported with a reproducer by Hanno Zysik on github, who also bisected this to the commit enabling the new validator. Narrowed down to x509_vfy_check_policy() by jsing. We simultaenously came up with a functionally identical fix. ok jsing CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/18 10:43:33 Modified files: sbin/dhclient : dhclient.c Log message: No need to call get_hw_address() from interface_state() since the appropriate ifa is already known and ifi->rdomain does not need to be updated because a change of rdomain causes a link bounce and thus reinitialization of ifi. One less invocation of getifaddrs() during route message processing. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/18 10:54:46 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Plug leak in x509_verify_chain_dup() x509_verify_chain_new() allocates a few members of a certificate chain: an empty stack of certificates, a list of errors encountered while validating the chain, and a list of name constraints. The function to copy a chain would allocate a new chain using x509_verify_chain_new() and then clobber its members by copies of the old chain. Fix this by replacing x509_verify_chain_new() with calloc(). Found by review while investigating the report by Hanno Zysik who found the same leak using valgrind. This is a cleaner version of my initial fix from jsing. ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/18 11:13:34 Modified files: mail/mozilla-thunderbird: Makefile distinfo Removed files: mail/mozilla-thunderbird/patches: patch-bug-1663715 Log message: Update to thunderbird 78.5.0. See https://www.thunderbird.net/en-US/thunderbird/78.5.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-52/ remove jumbo patch from #1663715 fixing build with rust 1.47, merged upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/18 11:20:41 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: MFC: Update to thunderbird 78.5.0. See https://www.thunderbird.net/en-US/thunderbird/78.5.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-52/ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/18 11:42:54 Modified files: sbin/dhclient : dhclient.c Log message: Recognize get_link_ifa() failure (a.k.a. "invalid interface") as a fatal error in interface_state() as it is elsewhere. Avoids any possible NULL pointer dereference. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/18 11:47:53 Added files: x11/gnome/settings-daemon/patches: patch-meson_build Log message: Remove dependency on lcms2. spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/11/18 12:11:05 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/18 12:22:50 Modified files: converters/p5-Convert-Binary-C: Makefile distinfo Log message: Update to p5-Convert-Binary-C-0.80. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/18 12:43:26 Modified files: www/wslay : Makefile distinfo www/wslay/pkg : PLIST Log message: update to wslay-1.1.1, enable DEBUG_PACKAGES while there CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/18 12:57:53 Modified files: devel/p5-Module-ScanDeps: Makefile distinfo Log message: Update to p5-Module-ScanDeps-1.29. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/18 13:31:55 Modified files: sysutils/p5-Quota: Makefile distinfo sysutils/p5-Quota/pkg: PLIST Log message: Update to p5-Quota-1.8.1. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/11/18 13:54:43 Modified files: usr.sbin/acme-client: revokeproc.c Log message: Do not check the list of SAN's in the cert when -F is specified to force renewal This allows you to add a SAN DNS name to a cert, and request a forced renewal to get the new name added immediately ok florian@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/18 14:20:00 Modified files: devel/llvm/patches: patch-tools_clang_include_clang_Basic_CodeGenOptions_def patch-tools_clang_include_clang_Driver_Options_td patch-tools_clang_lib_Basic_Targets_X86_h patch-tools_clang_lib_Driver_ToolChains_Clang_cpp patch-tools_clang_lib_Frontend_CompilerInvocation_cpp Added files: devel/llvm/patches: patch-lib_Target_PowerPC_PPCAsmPrinter_cpp patch-lib_Target_PowerPC_PPCFrameLowering_cpp patch-lib_Target_PowerPC_PPCFrameLowering_h patch-lib_Target_PowerPC_PPCInstrInfo_td patch-lib_Target_PowerPC_PPCReturnProtectorLowering_cpp patch-lib_Target_PowerPC_PPCReturnProtectorLowering_h patch-tools_clang_include_clang_Basic_DiagnosticFrontendKinds_td patch-tools_clang_include_clang_Basic_DiagnosticGroups_td patch-tools_clang_include_clang_Basic_LangOptions_def patch-tools_clang_include_clang_Basic_TargetInfo_h patch-tools_clang_lib_Basic_TargetInfo_cpp patch-tools_clang_lib_Basic_Targets_SystemZ_h patch-tools_clang_lib_Frontend_CompilerInstance_cpp patch-tools_lld_ELF_SyntheticSections_cpp Log message: Sync changes from base-clang The previous commit was missing some files. Ah, cvs... From Brad CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/18 15:24:03 Modified files: regress/sbin/iked/parser: common.c sbin/iked : eap.c iked.h ikev2_pld.c policy.c Log message: Constify sa in ikev2_pld_eap(). The parser code must not change any sa or policy state, this should help make it clearer. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/18 17:17:49 Modified files: sysutils/coreutils: Makefile Added files: sysutils/coreutils/patches: patch-lib_vasnprintf_c Log message: Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html Spotted by schwarze@, ok bcallah@ (maintainer) schwarze@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/11/18 21:08:46 Modified files: sys/kern : sysv_shm.c Log message: Convert sysctl_sysvsem to sysctl_int_bounded Performed a minor refactoring and removed a few trailing whitespaces. ok anton@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/19 00:15:49 Log message: Import p5-Data-Section-Simple-0.07 from wen heping, OK afresh1@ Status: Vendor Tag: benoit Release Tags: benoit_20201119 N ports/devel/p5-Data-Section-Simple/Makefile N ports/devel/p5-Data-Section-Simple/distinfo N ports/devel/p5-Data-Section-Simple/pkg/DESCR N ports/devel/p5-Data-Section-Simple/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/19 00:19:55 Modified files: devel : Makefile Log message: +p5-Data-Section-Simple CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/11/19 00:33:53 Modified files: graphics/lcms2 : Makefile Log message: switch HOMEPAGE to HTTPS CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/11/19 00:42:18 Modified files: graphics/lcms : Makefile Log message: switch HOMEPAGE to HTTPS here too CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/19 01:01:26 Modified files: www/cgicc : Makefile Log message: Unbreak cgicc, spotted by ajacoutot@ Thanks CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/11/19 01:14:19 Modified files: lib/libsndio : sio.c sndio.7 Log message: Allow specific devices to be used for play-only and rec-only modes. Introduce new AUDIO{PLAY,REC}DEVICE environment variables that override AUDIODEVICE in cases play-only and rec-only mode is requested. This allows using different devices for playback and recording in programs requesting twice the default device (one in play-only mode and one in rec-only mode). Based on diffs from Peter J Philipp, semarie, and solene ok solene, sthen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/19 01:43:57 Modified files: graphics/p5-GD : Makefile distinfo Log message: Update to p5-GD-2.73. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/19 01:53:14 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: The conversion of the IO BAR access did not completely mirror the behaviour of Linux' implementation: arm64's bus space operations have no barriers, so while Linux' iowrite32/ioread32 explicitly contain barriers, using bus space read/write is not enough on arm64. Add read barriers after a read to make sure that all reads have completed before the following reads. Add write barriers before a write to make sure all previous writes have completed before that write. This fixes panics on the HoneyComb LX2K with amdgpu(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/19 02:35:50 Modified files: regress/lib/libssl/client: clienttest.c Log message: $OpenBSD$ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/19 04:30:56 Modified files: devel/cryptopp : Makefile Log message: cryptopp: disable asm on powerpc* for now, gkoehler@'s tests with asm failed (https://marc.info/?l=openbsd-ports&m=160575195204466&w=2) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/19 04:41:01 Modified files: graphics/openimageio: Makefile Log message: disable hidden build dep on ccache (picked up if present during configure) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/19 05:06:38 Modified files: x11/gnome/nautilus/patches: patch-src_nautilus-tag-manager_c Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/19 05:07:59 Added files: graphics/openimageio/patches: patch-src_doc_CMakeLists_txt Log message: fix cmakefile (part of an upstream commit) to avoid packaging failure if openimageio (specifically iv) isn't already installed. reported by aja@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/19 06:31:07 Modified files: sys/arch/arm64/dev: acpipci.c Log message: Implement address translation for bus_space_mmap(9). ok patrick@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/19 06:45:15 Modified files: sys/scsi : scsiconf.c scsi_base.c Log message: TL;DR -- don't configure devices that return insufficient INQUIRY data. Treat INQUIRY data with fewer than SID_SCSI2_HDRLEN bytes as invalid. Use only INQUIRY data returned by the device. Get all available INQUIRY data (up to sizeof(struct scsi_inquiry_data)) even when SCSIDEBUG is not set. Tweak returned INQUIRY data so additional_length field does not point past end of returned data when available data is greater than sizeof(struct scsi_inquiry_data). Missing dmafree() spotted by gnezdo@. ok jmatthew@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/19 07:00:55 Modified files: mail/postgrey : Makefile mail/postgrey/pkg: postgrey.rc Log message: postgrey: at least under some conditions, the process title has " (perl)" at the end. adapt pexp to cope. reported by Mike Fischer CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/19 08:00:43 Modified files: sbin/iked : ikev2_pld.c Log message: More sa cleanup + constify. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/19 08:17:48 Modified files: print/psutils : Makefile distinfo Log message: Update to psutils-2.04. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/19 08:39:18 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-319.0.0. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/19 09:06:07 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-library_std_src_sys_unix_os_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_builder_rs patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs Added files: lang/rust/patches: patch-compiler_rustc_session_src_filesearch_rs patch-compiler_rustc_target_src_spec_i686_unknown_openbsd_rs Removed files: lang/rust/patches: patch-src_librustc_session_filesearch_rs patch-src_librustc_target_spec_i686_unknown_openbsd_rs Log message: update lang/rust to 1.48.0 Announce: https://blog.rust-lang.org/2020/11/19/Rust-1.48.html ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1480-2020-11-19 ok landry@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/11/19 09:06:10 Modified files: www/seamonkey : Makefile Added files: www/seamonkey/patches: patch-mozilla_third_party_rust_packed_simd_src_api_into_bits_arch_specific_rs patch-mozilla_third_party_rust_packed_simd_src_codegen_reductions_mask_x86_rs patch-mozilla_third_party_rust_packed_simd_src_lib_rs Log message: www/seamonkey adds few patches to be buildable with rust-1.48.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/19 09:10:45 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_appconfig_constants_unix_go patch-makefile Removed files: sysutils/amazon-ssm-agent/patches: patch-agent_log_log_unix_go Log message: Update to amazon-ssm-agent-3.0.413.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/19 09:15:05 Modified files: mail/postgrey : Makefile mail/postgrey/pkg: postgrey.rc Log message: postgrey: additional pexp fix was needed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/19 09:16:01 Modified files: mail/postgrey : Tag: OPENBSD_6_8 Makefile mail/postgrey/pkg: Tag: OPENBSD_6_8 postgrey.rc Log message: postgrey: fix pexp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/19 09:49:07 Modified files: www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo meta/tor-browser: Makefile Removed files: www/tor-browser/browser/patches: patch-bug-1663715 Log message: update to tor-browser 10.0.5, from maintainer Caspar Schutijser CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/19 10:06:41 Modified files: sys/uvm : uvm_fault.c Log message: Move logic handling lower faults, case 2, to its own function. No functionnal change. ok kettenis@, jmatthew@, tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/19 10:42:19 Modified files: sys/arch/arm64/dev: pciecam.c Log message: Make sure bus_space_mmap(9) works for pciecam(4). ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/19 10:42:59 Modified files: sys/arch/arm64/dev: simplebus.c Log message: Make bus_space_mmap(9) work for simplebus(4). ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/19 10:44:46 Modified files: sys/dev/fdt : if_mvpp.c Log message: Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical (CPU) address of the device. Pointed out by miod@ ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/19 10:47:48 Modified files: net/unifi/stable: Makefile distinfo net/unifi/stable/pkg: PLIST Log message: update to unifi-6.0.36 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/19 12:44:24 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.267 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/19 13:03:33 Modified files: sys/net80211 : ieee80211_ioctl.c ieee80211_pae_input.c ieee80211_proto.c Log message: Always check for EBUSY when the return value of ic_set_key() is tested. Fixes urtwn(4) repeated DEAUTH and subsequent loss/restoration of link. It was a great dhclient(4) stress test. Note that urtwn(4) is the first and so far only device whose *_set_key() function returns EBUSY. Debugging hints and ok stsp@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/19 13:13:38 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.12.5 -> 1.12.6 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.12.6 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/19 13:14:02 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-config_config_json net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.28.1 -> 5.29.0 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/19 13:14:28 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/pkg: PLIST Log message: Update elasticsearch 7.9.1 -> 7.10.0 Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.10/release-notes-7.10.0.html CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2020/11/19 13:15:16 Modified files: . : 68.html Log message: 8705 arm packages CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/19 13:28:05 Modified files: www/kibana : Makefile distinfo www/kibana/patches: patch-config_kibana_yml patch-package_json www/kibana/pkg : PLIST kibana.rc Log message: Update kibana 7.9.1 -> 7.10.0 Release notes: https://www.elastic.co/guide/en/kibana/7.10/release-notes-7.10.0.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/19 13:49:19 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/patches: patch-bin_logstash patch-config_logstash_yml sysutils/logstash/pkg: PLIST Log message: Update logstash 7.9.1 -> 7.10.0 Release notes: https://www.elastic.co/guide/en/logstash/7.10/logstash-7-10-0.html CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/11/19 14:08:04 Modified files: devel/mpfr : Makefile distinfo devel/mpfr/pkg : PLIST Log message: Update to 4.1.0 for assorted bug fixes and small improvements. Regression tests successfully pass at least on aarch64, amd64, i386. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/19 15:30:19 Modified files: sbin/dhclient : dhclient.c kroute.c Log message: Avoid spurious resolv.conf updates when 1) The RTM_PROPOSAL telling unwind(8) about DNS servers is seen. 2) The interface is in the process of getting a new or renewed lease. 3) The default route is not UP. Edge cases discovered while debugging urtwn(4) link bouncing. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/19 16:05:06 Modified files: usr.bin/ssh : ssh2.h Log message: draft-ietf-secsh-architecture is now RFC4251. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/11/19 16:20:23 Modified files: sysutils/restic-rest-server: Makefile distinfo Removed files: sysutils/restic-rest-server/patches: patch-htpasswd_go Log message: Update rest-server to v0.10.0 - Switch to GOMOD_* vars. - Remove upstreamed patches. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/11/19 16:22:22 Modified files: sysutils/restic: Makefile distinfo Log message: Update to v0.11.0 OK bket@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/11/19 19:10:42 Modified files: devel/p5-Locale-US: Makefile distinfo Log message: Update devel/p5-Locale-US to 3.04 From wen heping CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/19 19:14:16 Modified files: usr.bin/ssh : sshconnect.c Log message: Explicitly initialize all members of the find_by_key_ctx struct. Initializing a single member should be enough (the spec says the remainder should be initialized as per the static rules) but some GCCs warn on this which prevents us testing with -Werror on those. ok deraadt@ djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/19 20:16:56 Modified files: usr.bin/ssh : sftp-client.c Log message: When doing an sftp recursive upload or download of a read-only directory, ensure that the directory is created with write and execute permissions in the interim so that we can actually complete the transfer, then set the directory permission as the final step. (The execute bit is only likely to be an issue with a non-POSIX server). bz#3222, ok djm@ CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/11/19 22:07:27 Modified files: gnu/llvm/clang/lib/CodeGen: TargetInfo.cpp Log message: Fix va_arg in C++, Objective-C on 32-bit powerpc In the PPC32 SVR4 ABI, a va_list has copies of registers from the function call. va_arg looked in the wrong registers for (the pointer representation of) an object in Objective-C, and for some types in C++. Fix va_arg to look in the general-purpose registers, not the floating-point registers. Also fix va_arg for some C++ types, like a member function pointer, that are aggregates for the ABI. Anthony Richardby found the problem in Objective-C. Eli Friedman suggested part of this fix. Fixes https://bugs.llvm.org/show_bug.cgi?id=47921 I have submitted this diff as https://reviews.llvm.org/D90329 ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/11/19 22:27:29 Modified files: sys/sys : videoio.h Log message: Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/19 22:39:54 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.53.3 Security fix release to fix CVE-2020-28924. Some passwords generated with rclone config may be insecure. In particular if you used the 'g' generate option with rclone v1.49 - v1.53.2 then your password will based on the second it was generated in. This means that there are fixed number of passwords in that period. Additional information: https://github.com/rclone/rclone/issues/4783. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/19 22:41:11 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add cve entry for rclone CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/20 00:43:41 Modified files: geo/mapproxy : Makefile distinfo geo/mapproxy/pkg: PLIST Log message: Update to mapproxy 1.13.0. Add RDEP on py3-proj as it now tries it first to use proj>=6 APIs. See https://mapproxy.org/blog/new-mapproxy-1.13.0-release/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 00:52:18 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.19.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 00:52:31 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 00:52:48 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.181. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 00:56:53 Modified files: games/gcompris : Makefile distinfo games/gcompris/pkg: PLIST Log message: Update to gcompris-1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 00:59:31 Modified files: misc/osinfo/osinfo-db: Makefile distinfo Log message: Update to osinfo-db-20201119. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/20 01:03:53 Modified files: lib/libssl : ssl_cert.c Log message: fix confusing line break and indent CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 01:06:13 Modified files: security/vault : Makefile distinfo Log message: Update to vault-1.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 01:07:06 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.8.6. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/20 01:08:02 Modified files: lib/libssl : ssl_cert.c Log message: fix another misleading line break and indent CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 01:08:11 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-0.12.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 01:16:40 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.26.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 01:24:35 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-3.38.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/20 01:43:40 Modified files: converters/p5-Convert-Binary-C: Makefile distinfo Log message: Update to p5-Convert-Binary-C-0.83. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/20 02:37:20 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey 2.53.5.1. See https://www.seamonkey-project.org/releases/seamonkey2.53.5.1/ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/11/20 03:00:11 Modified files: emulators/nono : Makefile distinfo Log message: Update for Nono to 0.1.3: http://www.pastel-flower.jp/~isaki/nono/ Now even closer to be able to run OpenBSD Luna88k OK benoit@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/11/20 03:15:39 Modified files: math/py-cftime : Makefile distinfo Log message: Update py-cftime to 1.3.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 04:07:54 Modified files: sysutils/dmidecode: Makefile sysutils/dmidecode/pkg: PLIST Added files: sysutils/dmidecode/pkg: PFRAG.x86 Log message: dmidecode: allow packaging on !x86 (which don't build some tools which are specific to x86 - BIOS, IBM/Lenovo VPD, compaq ownership) and enable on aarch64. Not sure if it will actually find anything, the only hw I can test on is rpi4 and od1000 and both return "No SMBIOS nor DMI entry point found, sorry". CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 04:12:45 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 04:13:10 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/20 04:13:28 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.38.2. CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/11/20 04:42:51 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to youtube-dl 2020.11.18 OK gnezdo@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/11/20 05:09:45 Modified files: lib/libsndio : sio_open.3 Log message: * Add SIO_BPS() to NAME and SYNOPSIS where it is missing. * Use .Fn rather than .Dv for macros taking arguments. * Actually say what SIO_LE_NATIVE means. * Add closely related APIs to SEE ALSO. * Add missing HISTORY and AUTHORS sections. OK ratchov@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/11/20 05:13:11 Modified files: lib/libsndio : sndio.7 Log message: * Make .Nd more specific. * Avoid lots of short non-standard .Sh sections. * Describe server and raw descriptors separately. * Move examples to the EXAMPLES section. * Mention that "default" is used even when *not* specified. tweak and OK ratchov@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/20 05:38:26 Modified files: sbin/iked : iked.8 iked.c Log message: Add -s socket option to specify control socket. This can be useful if multiple iked instances running in different rdomains are used. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 05:38:53 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-configure_ac patch-main_utils_c patch-res_res_rtp_asterisk_c telephony/asterisk/pkg: PLIST-main Log message: update to asterisk-16.15.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 05:48:58 Modified files: sysutils/flashrom: Makefile sysutils/flashrom/patches: patch-Makefile Added files: sysutils/flashrom/patches: patch-platform_h patchpci-pciutils_lib_obsd-device_c Removed files: sysutils/flashrom/patches: patch-pciutils_lib_obsd-device_c Log message: flashrom tweaks: - allow building on all arches (without libpci support, it can programme some devices via USB flashers) - remove dmidecode dependency, flashrom moved to using an internal DMI/SMBIOS decoder by default in 0.9.8. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2020/11/20 05:59:46 Modified files: lang/pfe : Makefile Log message: spell aarch64 correctly CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/20 06:03:00 Modified files: sbin/iked : iked.8 iked.c Log message: add -s to synopsis and usage; -S before -s in options list; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 06:10:23 Modified files: sysutils/dmidecode: Makefile Log message: dmidecode: disable on aarch64 again, on !x86 it will only fetch from sysfs or by looking up the entry point in EFI and it only has code to do the latter on x86. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/20 06:21:00 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/patches: patch-salt_client_ssh_shell_py Log message: update to salt-3002.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/20 06:21:08 Modified files: lang/vala : Makefile distinfo Log message: update to vala-0.50.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/20 06:46:53 Modified files: x11/gnome/gedit-plugins: Makefile distinfo Log message: update to gedit-plugins-3.38.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 07:18:22 Modified files: textproc/sphinx: Makefile distinfo textproc/sphinx/patches: patch-Makefile_in patch-configure patch-src_sphinx_cpp patch-src_sphinxplugin_cpp patch-src_sphinxrt_cpp patch-src_sphinxstd_cpp patch-src_sphinxutils_cpp textproc/sphinx/pkg: PLIST Removed files: textproc/sphinx/patches: patch-src_indexer_cpp patch-src_indextool_cpp patch-src_searchd_cpp patch-src_sphinxjson_cpp patch-src_sphinxstd_h patch-test_Makefile Log message: update to sphinx (search) 2.2.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/20 07:39:04 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: update to gedit-3.38.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 07:56:54 Modified files: multimedia/motion: Makefile distinfo Log message: update to motion-4.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 10:17:22 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-conn_sasl_c patch-conn_sasl_h mail/neomutt/pkg: PLIST Removed files: mail/neomutt/patches: patch-index_c Log message: update to neomutt-20201120 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 10:29:11 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-CMakeLists_txt patch-caputils_capture-pcap-util_c patch-rawshark_c net/wireshark/pkg: PLIST-text Added files: net/wireshark/patches: patch-epan_crypt_dot11decrypt_ccmp_compat_c Removed files: net/wireshark/patches: patch-epan_crypt_dot11decrypt_ccmp_c Log message: update to wireshark-3.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 11:03:04 Modified files: mail/mutt : Makefile distinfo Log message: update to mutt-2.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 11:09:32 Modified files: mail/mutt : Tag: OPENBSD_6_8 Makefile Added files: mail/mutt/patches: Tag: OPENBSD_6_8 patch-imap_imap_c Log message: mutt: backport 04b06aaa3e0, fixes CVE-2020-28896 - incorrect error handling when initially connecting to an IMAP server, which could result in an attempt to authenticate without enabling TLS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 11:09:55 Modified files: mail/neomutt : Tag: OPENBSD_6_8 Makefile distinfo mail/neomutt/patches: Tag: OPENBSD_6_8 patch-auto_def patch-conn_sasl_c patch-conn_sasl_h mail/neomutt/pkg: Tag: OPENBSD_6_8 PLIST Log message: MFC neomutt update, fixes CVE-2020-28896 - incorrect error handling when initially connecting to an IMAP server, which could result in an attempt to authenticate without enabling TLS. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/20 11:48:22 Modified files: sbin/dhclient : dhclient.c Log message: The default lease rebind time is 7 * (expiry/8), not 8 * (expiry/7). CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/11/20 12:16:19 Modified files: math/lrs : Makefile distinfo math/lrs/files : openbsd_regress.sh math/lrs/patches: patch-makefile math/lrs/pkg : PLIST Log message: Update math/lrs to version 071a. Diff sent in by Dimitri Karamazov and then tweaks from sthen@ and myself. Dimitri is also taking MAINTAINER since I don't use this any more. Thanks! CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2020/11/20 12:28:10 Modified files: www/h2o : Makefile Added files: www/h2o/patches: patch-lib_common_socket_c Log message: Apply band-aid to work around a libressl bug, a proper fix (in libressl) isn't available yet. From tb@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/11/20 12:31:43 Modified files: emulators/nono : Makefile distinfo Log message: Update for nono to 0.1.4 Bugfix release. OK benoit@ gsoares@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 12:38:48 Modified files: www/youtube-dl : Makefile Log message: youtube-dl: reinstate ${VERSION} in MASTER_SITES, /latest/ is a moving target. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 13:26:28 Modified files: www/liferea : Makefile distinfo www/liferea/pkg: PLIST Log message: update to liferea-1.12.9, from Tim (trondd) CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/11/20 13:37:57 Modified files: usr.sbin/smtpd : smtp_session.c Log message: partially revert revision 1.423 which went a bit too far slightly relax the ORCPT check by not enforcing that a domain is required, allowing e.g.: ORCPT=rfc822;root originally reported via github issue #1084 by Leo Gaspard with input from gilles ok kn CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/11/20 13:39:31 Modified files: usr.sbin/httpd : parse.y Log message: remove an unused struct from Edgar Pettijohn ok kn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 13:48:12 Modified files: www/snownews : Makefile distinfo www/snownews/patches: patch-Makefile patch-configure www/snownews/pkg: PLIST Added files: www/snownews/patches: patch-Config_mk_in patch-netio_c www/snownews/pkg: README Removed files: www/snownews/patches: patch-doc_man_snownews_1_in patch-updatecheck_c Log message: update to snownews-1.6.10, reworked from a diff from Tim (trondd) CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/11/20 13:48:15 Modified files: devel/jdk/1.8 : Makefile distinfo devel/jdk/1.8/pkg: PLIST Added files: devel/jdk/1.8/patches: patch-hotspot_make_bsd_makefiles_gcc_make patch-jdk_src_solaris_native_java_net_ExtendedOptionsImpl_c Log message: Update to 8u275 GA: * Contains many upstream bug fixes and security fixes which can be found in the release notes here: https://foojay.io/java-8/?quarter=102020&tab=highlights https://openjdk.java.net/groups/vulnerability/advisories/2020-10-20 * Reduce optimization level of bitMap.cpp to -O1 to fix an undefined symbol runtime linking error with clang 10 on i386. * Fix build due to no support for socket options TCP_KEEPIDLE, TCP_KEEPCNT and TCP_KEEPINTVL CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 13:48:43 Modified files: www/liferea : Makefile Log message: liferea: sync wantlib CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/11/20 13:49:59 Modified files: devel/jdk/11 : Makefile distinfo devel/jdk/11/patches: patch-make_common_NativeCompilation_gmk devel/jdk/11/pkg: PLIST Added files: devel/jdk/11/patches: patch-src_hotspot_share_opto_addnode_cpp Log message: Update to 11.0.9 GA: * Contains many upstream bug fixes and security fixes which can be found in the release notes here: https://foojay.io/java-11/?quarter=102020&tab=allissues&version=11.0.9 https://openjdk.java.net/groups/vulnerability/advisories/2020-10-20 * Backport 11.0.9.1 fix for: 8250861: Crash in MinINode::Ideal(PhaseGVN*, bool) https://bugs.openjdk.java.net/browse/JDK-8250861 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/20 14:17:22 Modified files: sysutils/node_exporter: Makefile sysutils/node_exporter/pkg: node_exporter.rc sysutils/prometheus: Makefile sysutils/prometheus/pkg: prometheus.rc sysutils/snmp_exporter: Makefile sysutils/snmp_exporter/pkg: snmp_exporter.rc Log message: u