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: use /bin/ksh #! line on Prometheus-related ports as is standard with other rc scripts CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/20 14:48:33 Modified files: sys/arch/arm64/arm64: cpufunc_asm.S Log message: Restructure cache flush operations to avoid repeated barriers. Specifically restructure them so that all of the data cache operations are performed before any instruction cache operations. Then we only need one barrier between the data and instruction cache operations and one barrier after the instruction cache operations. From FreeBSD ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/11/20 16:27:48 Modified files: net/py-tlslite-ng: Makefile Log message: tlslite's home moved to the tlsfuzzer organization Update GH_ACCOUNT and bump CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/11/20 16:30:13 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20201121 CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/11/20 16:39:02 Modified files: emulators/mednafen: Makefile distinfo Log message: update to 1.26.1 and set myself as maintainer OK jeremy@ (former maintainer) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/20 18:05:22 Modified files: devel/pygame : Makefile distinfo devel/pygame/pkg: PLIST Added files: devel/pygame/patches: patch-buildconfig_Setup_SDL1_in patch-buildconfig_config_unix_py patch-src_c_camera_h patch-src_c_camera_v4l2_c Removed files: devel/pygame/patches: patch-Setup_in patch-config_unix_py patch-src_camera_h patch-src_camera_v4l2_c Log message: update py-game to 1.9.6 In this update the source directories were restructured so all our local patches need to be applied to new file names causing a bit of churn. The biggest change in this release is progress towards migrating from sdl1 to sdl2. For now our port stays on sdl1 though. CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2020/11/20 18:50:57 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: add myself ok thfr@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/20 22:18:45 Modified files: x11/xbindkeys : Makefile distinfo x11/xbindkeys/patches: patch-xbindkeys_1 Log message: Update to xbindkeys-1.8.7 From Ashton Fagg , plus a couple of changes by me (removal of REVISION, switch HOMEPAGE to https ans update patch). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 01:07:30 Modified files: x11/gnome/tepl : Makefile distinfo x11/gnome/tepl/pkg: PLIST Log message: Update to tepl-5.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 01:16:28 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 01:38:00 Modified files: x11/gnome/nautilus: Makefile distinfo Removed files: x11/gnome/nautilus/patches: patch-src_nautilus-tag-manager_c Log message: Update to nautilus-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 02:09:24 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.50.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 02:31:04 Modified files: misc/p5-User-Identity: Makefile distinfo Log message: Update to p5-User-Identity-1.00. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 02:38:15 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 02:38:26 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 02:38:40 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.183. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 02:40:10 Modified files: multimedia/py-pafy: Makefile distinfo multimedia/py-pafy/pkg: PLIST Log message: Update to py-pafy-0.5.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 02:44:30 Modified files: sysutils/consolekit: Makefile sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c Log message: Simplify stat2proc. Fix max_consoles. Remove useless header. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 03:46:40 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_WTF_wtf_PageBlock_h patch-Source_cmake_WebKitFeatures_cmake Log message: Update to webkitgtk4-2.30.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 05:25:58 Log message: import ports/sysutils/blackbox_exporter, ok tracey@ This Prometheus exporter allows "blackbox" probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP. That is, it allows making requests using various protocols from a management machine to standard network servers and gathering metrics from them. Status: Vendor Tag: sthen Release Tags: sthen_20201121 N ports/sysutils/blackbox_exporter/Makefile N ports/sysutils/blackbox_exporter/distinfo N ports/sysutils/blackbox_exporter/patches/patch-Makefile_common N ports/sysutils/blackbox_exporter/pkg/DESCR N ports/sysutils/blackbox_exporter/pkg/PLIST N ports/sysutils/blackbox_exporter/pkg/blackbox_exporter.rc N ports/sysutils/blackbox_exporter/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 05:26:50 Modified files: infrastructure/db: user.list sysutils : Makefile Log message: +blackbox_exporter CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 05:28:02 Modified files: sysutils/direnv: Makefile distinfo Log message: update to direnv-2.24.0, from Ashton Fagg (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 05:32:55 Modified files: x11/xbindkeys : Makefile Log message: tidy whitespace, mix of "=" and " =" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/21 05:59:56 Modified files: devel/glade : Makefile distinfo Log message: update to glade-3.38.2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 06:49:06 Modified files: devel/py-guppy : Makefile distinfo devel/py-guppy/pkg: PLIST Log message: Update to py-guppy-0.1.11. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 07:08:14 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-9.3.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 07:13:06 Modified files: math/lrs : Makefile math/lrs/patches: patch-makefile Log message: math/lrs tweaks, ok edd@, works for maintainer - don't patch away upstream's INCLUDEDIR/LIBDIR mechanism to replace it with something using CPPFLAGS/LDFLAGS which does exactly the same; simplifies the patch - building the targets chosen for the port requires a compiler with 128-bit int support; afaik this requires clang, or GCC 4.6 or newer, and a 64-bit arch. So I've set the compiler and restricted archs. (alternatively we could use "ALL_TARGETS=lrs64" on those archs but that would mean extra mess with arch-specific PLISTs). - simplify the test target CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/21 07:15:17 Modified files: gnu/llvm/lld/ELF: InputSection.cpp Relocations.cpp Log message: Backport https://reviews.llvm.org/D75419. This adds a workaround for undefined references to .got2 on powerpc making it possible to link llvm with lld. ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/21 07:17:16 Modified files: sys/dev/pci/drm/radeon: r100.c Log message: Add barriers in the IO helper functions just like what was done for amdgpu(4). ok patrick@, jsg@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 07:28:01 Modified files: devel/py-pathspec: Makefile distinfo devel/py-pathspec/pkg: PLIST Log message: Update to py-pathspec-0.8.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 07:33:31 Modified files: net/dhcpcd : Makefile Added files: net/dhcpcd/patches: patch-src_if-options_c patch-src_route_c Log message: dhcpcd: add a couple of upstream patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 07:33:56 Modified files: mail/rcube-contextmenu: Makefile distinfo Log message: update to rcube-contextmenu-3.2.1 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/11/21 07:34:34 Modified files: usr.bin/sndioctl: sndioctl.1 Log message: Groups are optional OK ratchov CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 07:45:49 Modified files: security/sslscan: Makefile distinfo Log message: update to sslscan-2.0.6 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 07:46:07 Modified files: devel/py-plugnplay: Makefile distinfo devel/py-plugnplay/pkg: PLIST Log message: Update to py-plugnplay-0.5.4. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/11/21 07:46:15 Modified files: sysutils/coreboot-utils: Makefile distinfo sysutils/coreboot-utils/patches: patch-util_cbmem_cbmem_c patch-util_ectool_ectool_c Log message: Update to coreboot 4.13 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/21 07:56:28 Modified files: sbin/dhclient : dhclient.c Log message: When REBOOT'ing it is necessary to apply_defaults() to the recorded lease and use the updated values to initialize ifi->expiry and ifi->rebinding. Fixes odd behaviour, bouncing the link in particular, when using dhclient.conf to change the lease renew/rebind/expiry timing. e.g. when debugging wifi interface behaviour. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 08:07:47 Modified files: net/zabbix : Tag: OPENBSD_6_8 Makefile distinfo net/zabbix/patches: Tag: OPENBSD_6_8 patch-src_libs_zbxnix_daemon_c net/zabbix/pkg : Tag: OPENBSD_6_8 PLIST-web Log message: update stable to zabbix-5.0.5, ok robert@ fixes problem reported by Federico Churca-Torrusio with fping 5.x CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 08:24:37 Modified files: devel/py-pyprof2calltree: Makefile distinfo devel/py-pyprof2calltree/pkg: PLIST Log message: Update to py-pyprof2calltree-1.4.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 08:28:04 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Update to glib2mm-2.64.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 08:36:25 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-3.38.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 08:39:51 Modified files: devel/py-selectors2: Makefile distinfo Log message: Update to py-selectors2-2.0.2. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/21 08:41:59 ports/sysutils/beats/heartbeat/patches Update of /cvs/ports/sysutils/beats/heartbeat/patches In directory cvs.openbsd.org:/tmp/cvs-serv9924/patches Log Message: Directory /cvs/ports/sysutils/beats/heartbeat/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 08:50:40 Modified files: sysutils/htop/patches: patch-CPUMeter_c patch-Header_c patch-openbsd_OpenBSDProcessList_h Log message: regen patches CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/21 08:58:41 Modified files: sysutils/beats : Makefile Makefile.inc sysutils/beats/filebeat: Makefile distinfo sysutils/beats/filebeat/patches: patch-filebeat_filebeat_yml sysutils/beats/filebeat/pkg: PLIST filebeat.rc sysutils/beats/heartbeat: Makefile distinfo sysutils/beats/heartbeat/pkg: heartbeat.rc sysutils/beats/metricbeat: Makefile distinfo sysutils/beats/metricbeat/pkg: PLIST metricbeat.rc sysutils/beats/packetbeat: Makefile distinfo sysutils/beats/packetbeat/patches: patch-packetbeat_packetbeat_yml sysutils/beats/packetbeat/pkg: PLIST packetbeat.rc Added files: sysutils/beats/filebeat/patches: patch-libbeat_cfgfile_cfgfile_go sysutils/beats/heartbeat/patches: patch-libbeat_cfgfile_cfgfile_go sysutils/beats/metricbeat/patches: patch-libbeat_cfgfile_cfgfile_go patch-metricbeat_include_list_common_go patch-metricbeat_metricbeat_yml sysutils/beats/packetbeat/patches: patch-libbeat_cfgfile_cfgfile_go Removed files: sysutils/beats/filebeat/pkg: README sysutils/beats/packetbeat/pkg: README Log message: Update beats 7.9.1 -> 7.10.0 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.0.html Port changes: * Set default path.{config,data,home,logs} to OpenBSD-specific locations on OpenBSD * Add Kibana dashboards: name setup --dashboards command work * Remove modules (e.g. docker, k8, windows) and dashboards which are irrelevant on OpenBSD * Remove redundant pkg/README for filebeat and packetbeat Thanks to David Alten for detailed reports on various usability issues CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/21 09:00:43 Modified files: x11/gnome/initial-setup: Makefile distinfo Log message: Update to gnome-initial-setup-3.38.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 09:23:27 Modified files: sysutils/p5-Proc-ProcessTable: Makefile distinfo sysutils/p5-Proc-ProcessTable/pkg: PLIST Log message: Update to p5-Proc-ProcessTable-0.59. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 09:29:37 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-5.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 09:30:25 Modified files: archivers : Makefile archivers/pecl-rar: Makefile distinfo archivers/pecl-rar/pkg: PLIST Log message: update to pecl-rar-4.1.0, enable for PHP 7.3 and 7.4 CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2020/11/21 09:47:17 Log message: Import fonts/ttyp0-font UW ttyp0 is a family of bitmap programmer's fonts. It covers most of the Latin and Cyrillic alphabet, Greek, Armenian, Georgian (only Mkhedruli), Hebrew (without cantillation marks), Thai, most of IPA (but no UPA), standard punctuation, common symbols, some mathematics, line graphics, a few dingbats, and Powerline delimiter symbols. ok sthen@, Manuel Giraud (who ported the same font) is also fine with it. Status: Vendor Tag: chrisz Release Tags: chrisz_20201121 N ports/fonts/ttyp0-font/Makefile N ports/fonts/ttyp0-font/distinfo N ports/fonts/ttyp0-font/pkg/PLIST N ports/fonts/ttyp0-font/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 09:53:37 Modified files: devel/py-tz : Makefile distinfo devel/py-tz/pkg: PLIST Log message: update to pytz-2020.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 10:03:20 Modified files: devel/py-wbem : Makefile Log message: add comment with new dep requirements for updating CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 10:08:49 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 10:11:06 Modified files: graphics/libqrencode: Makefile distinfo graphics/libqrencode/pkg: PLIST Log message: update to libqrencode-4.1.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 10:11:42 Modified files: devel/py-pathlib2: Makefile distinfo Log message: Update to py-pathlib2-2.3.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 10:12:32 Modified files: sysutils/entr : Makefile distinfo Log message: update to entr-4.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 10:15:34 Modified files: net/nagios/check_esxi_hardware: Makefile distinfo Log message: update to check_esxi_hardware-20200710 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 10:23:40 Modified files: net/radcli : Makefile distinfo net/radcli/patches: patch-lib_util_h Log message: update to radcli-1.3.0, mostly from bket@ but converted back to a plain distfile now that one is available CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 10:29:44 Modified files: security/oath-toolkit: Makefile distinfo security/oath-toolkit/patches: patch-libpskc_examples_pskctool-h_txt security/oath-toolkit/pkg: PLIST-main PLIST-pskc Log message: update to oath-toolkit-2.6.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/21 10:34:59 Modified files: net/nfdump : Makefile distinfo Added files: net/nfdump/patches: patch-configure_ac Log message: update to nfdump-1.6.22 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/21 11:34:25 Modified files: sbin/dhclient : dhclient.c kroute.c privsep.c privsep.h Log message: No need to update resolv.conf when renewing a lease does not result in any configuration changges. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/21 12:23:53 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c Log message: Clean up NATT hack. Pass 'frompeer' as parameter instead of manipulating msg header to get the correct addresses and spis. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/21 12:25:08 Modified files: regress/sbin/iked/parser: common.c Log message: Fix ikev2_nat_detection(). CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/21 13:01:41 Modified files: math/py-sympy : Makefile distinfo math/py-sympy/patches: patch-setup_py math/py-sympy/pkg: PLIST README Log message: update sympy to 1.6.2 CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2020/11/21 13:15:05 Modified files: fonts : Makefile Log message: enable build of new ttyp0 font and single flavor variants. More flavors could be added if need arises. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/21 13:36:39 Modified files: sbin/dhclient : dhclient.c Log message: No need to update ifi->state just before setting quit to TERMINATE. Check quit != TERMINATE before trying to open leases file. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 14:37:16 Modified files: www/py-jonpy : Makefile distinfo Log message: Update to py-jonpy-0.14. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/21 15:02:56 ports/sysutils/py-vmomi/patches Update of /cvs/ports/sysutils/py-vmomi/patches In directory cvs.openbsd.org:/tmp/cvs-serv15711/patches Log Message: Directory /cvs/ports/sysutils/py-vmomi/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/11/21 15:03:13 Modified files: www/snownews : Makefile Log message: snownews uses C11 so base-gcc doesn't work to built it Switch to ports-gcc for base-gcc arches (like sparc64) ok sthen CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/21 15:03:39 Modified files: sysutils/py-vmomi: Makefile distinfo Added files: sysutils/py-vmomi/patches: patch-pyVmomi_Version_py Log message: Update py-vmomi 7.0 -> 7.0.1 Release notes: https://github.com/vmware/pyvmomi/releases/tag/v7.0.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/21 15:17:54 Modified files: www/p5-WWW-Search: Makefile distinfo Log message: Update to p5-WWW-Search-2.519. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/22 01:27:21 Log message: Import p5-Crypt-OpenSSL-Guess-0.11 from wen heping, OK afresh1@ Status: Vendor Tag: benoit Release Tags: benoit_20201122 N ports/security/p5-Crypt-OpenSSL-Guess/Makefile N ports/security/p5-Crypt-OpenSSL-Guess/distinfo N ports/security/p5-Crypt-OpenSSL-Guess/pkg/DESCR N ports/security/p5-Crypt-OpenSSL-Guess/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/22 01:30:08 Modified files: security : Makefile Log message: +p5-Crypt-OpenSSL-Guess CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/22 01:36:14 Modified files: security/p5-Crypt-OpenSSL-Random: Makefile distinfo Log message: Update to p5-Crypt-OpenSSL-Random-0.15 from wen heping, OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 01:57:31 Modified files: x11/gnome/devel-docs: Makefile distinfo Log message: Update to gnome-devel-docs-3.38.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/22 02:01:00 Modified files: www/p5-Apache-LogFormat-Compiler: Makefile distinfo Log message: Update to p5-Apache-LogFormat-Compiler-0.36. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 02:01:28 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 02:20:54 Modified files: x11/gnome/user-docs: Makefile distinfo Log message: Update to gnome-user-docs-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 02:39:38 Modified files: x11/gnome/music: Makefile distinfo Log message: Update to gnome-music-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 02:41:11 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/patches: patch-libyelp_yelp-man-parser_c Removed files: x11/gnome/yelp/files: yelp-groff Log message: Update to yelp-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 03:07:49 Modified files: sysutils/consolekit: Makefile sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c patch-src_ck-sysdeps-unix_c Log message: Open /dev/ttyCcfg as the control device. This will allow to get along with getty and X. Fixes a long standing bug where the session would lose its active state. debugged and fixed by robert@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/11/22 03:13:52 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 03:19:03 Modified files: mail/sendmail : Tag: OPENBSD_6_8 Makefile mail/sendmail/files: Tag: OPENBSD_6_8 site.OS.m4 Log message: Use OpenSSL/1.1 for TLS. There's a regression in LibreSSL with certificate chaining which we have yet to understand. This will prevent: verify error:num=20:unable to get local issuer certificate verify error:num=21:unable to verify the first certificate verify return:1 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/22 03:19:33 Modified files: archivers/py-lz4: Makefile distinfo archivers/py-lz4/patches: patch-setup_py Log message: Update to py-lz4-3.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 03:19:44 Modified files: mail/sendmail : Makefile Log message: Bump to be ahead of -stable. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/22 03:40:39 Modified files: usr.bin/nm : elf.c Log message: fix typo; from Kris Katterjohn CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2020/11/22 06:41:11 Modified files: sysutils/hw-probe: Makefile Log message: Only add the dmidecode dependency for i386 and amd64. ok David Dahlberg (maintainer) CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/11/22 07:06:23 Modified files: sys/dev/pci : if_rgereg.h Log message: Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disable until the root cause is found. ok kevlo@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/22 07:10:00 Removed files: mail/neomutt/patches: Tag: OPENBSD_6_8 patch-contrib_gpg_rc patch-index_c Log message: remove old patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/22 07:43:02 Modified files: net/kea : Makefile distinfo net/kea/pkg : PFRAG.mysql PFRAG.postgresql PLIST Log message: update to kea-1.8.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 07:53:02 Modified files: www/py-bokeh : Makefile www/py-bokeh/pkg: PLIST Log message: convert bokeh into a flavored port ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 07:54:28 Modified files: www : Makefile Log message: py-bokeh is now flavored CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 08:12:04 Modified files: www/py-autobahn: Makefile www/py-autobahn/pkg: PLIST Log message: make py-autobahn python3 only This removes a dependency on the obsolete py-trollius port. The consumers of py-autobahn are already python3 only. ok bket@, sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 08:12:55 Modified files: www : Makefile Log message: remove py-autobahn CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 08:14:34 Modified files: devel/py-txaio : Makefile devel/py-txaio/pkg: PLIST Log message: make py-txaio python3 only This removes the final dependency on the obsolete py-trollius port. ok bket@, sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 08:15:04 Modified files: devel : Makefile Log message: remove py-txaio CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 08:17:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-autobahn and py-txaio become python3-only so the obsolete devel/py-trollius can be retired. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/22 08:18:35 Modified files: sys/arch/arm64/arm64: bus_dma.c Log message: ARM64's bus dma coalesces segments when they are physically contiguous, to optimize the amount of segments given to hardware for DMA. The cache maintenance code uses the virtual addresses stored in the segments for flushing, since we have to flush by VA. Unfortunately the coalescing only checks if the physical blocks are contiguous. Thus it is possible that phys-contig but virt-non-contig blocks are coalesced. The cache flush operations are then not aware of this, and will flush the vaddr with the length of the whole physical block, thus running long and then flushing vaddrs that do not belong to the segments. Fix this by making sure the coalescing only occurs if the bus space is coherent, which means we do not do any flushing, or if the vaddrs are contiguous as well. An alternative fix would have been to keep a copy of the mbuf/uio pointers and flush vaddrs extracted from those objects. This fixes a panic seen with mbuf chains, where the physical data was surpisingly contiguous, but the mbufs' data pointers were not. ok drahn@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 09:05:14 Modified files: x11/gnome/dconf-editor: Makefile distinfo Log message: Update to dconf-editor-3.38.2. CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2020/11/22 10:06:00 Modified files: sysutils/rsyslog: Makefile sysutils/rsyslog/pkg: PLIST-main Log message: Enable imfile. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/22 10:10:06 Modified files: usr.sbin/acpidump: acpidump.8 Log message: add a comma; CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 10:40:08 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: retire py-trollius; ok bket, landry CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 10:42:22 Removed files: devel/py-trollius: Makefile distinfo devel/py-trollius/pkg: DESCR PLIST Log message: send py-trollius to the attic py-trollius is a long obsolete project for python2 projects. As the project itself has been dead for many years and as python3 has asyncio, there's no more need for this port. ok landry@, bket@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 10:43:41 Modified files: math/py-pandas : Makefile distinfo Log message: update pandas to 1.1.4 for the latest batch of bug fixes ok bket@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/22 10:47:50 Modified files: sbin/iked : ikev2_pld.c Log message: Fix comment typo. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/22 11:25:12 Log message: import ports/x11/xss-lock, tweak/ok daniel@ xss-lock uses the MIT screen saver extension for X to allow running your choice of screen locker when X's screen saver activates. Status: Vendor Tag: sthen Release Tags: sthen_20201122 N ports/x11/xss-lock/Makefile N ports/x11/xss-lock/distinfo N ports/x11/xss-lock/pkg/DESCR N ports/x11/xss-lock/pkg/PLIST N ports/x11/xss-lock/patches/patch-doc_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/22 11:25:36 Modified files: x11 : Makefile Log message: +xss-lock CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 11:36:01 Modified files: devel/py-six : Makefile distinfo Log message: update py-six to 1.15.0 Submitted by Aisha Tammy back in September as one step toward getting py-sphinx updated. Also improves python 3.9+ support. tested by kmos@ and myself CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 11:45:00 Modified files: x11/gnome/yelp : Makefile Log message: Oops, unbreak. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/22 11:49:33 Modified files: x11/gnome/yelp/pkg: PLIST Log message: Forgot in previous. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/22 13:51:29 Log message: Import py-vsphere-automation, VMware vSphere Automation SDK for Python. Help from kmos@, kn@, sthen@, thanks! ok kn@ Status: Vendor Tag: pvk Release Tags: pvk_20201122 N ports/sysutils/py-vsphere-automation/Makefile N ports/sysutils/py-vsphere-automation/distinfo N ports/sysutils/py-vsphere-automation/pkg/DESCR N ports/sysutils/py-vsphere-automation/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/11/22 13:52:14 Modified files: net/mcabber : Makefile distinfo Log message: update to 1.1.2 OK gnezdo@ and OK/tweak Markus Hennecke (maintainer) CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/11/22 13:52:44 Modified files: sysutils : Makefile Log message: +py-vsphere-automation,python3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 14:30:15 Modified files: math/ocaml-num : Makefile distinfo Log message: update to ocaml-num 1.4 ok chrisz@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/22 14:30:43 Modified files: math/ocaml-zarith: Makefile distinfo math/ocaml-zarith/patches: patch-configure patch-project_mak math/ocaml-zarith/pkg: PLIST Log message: update to ocaml-zarith 1.11 ok chrisz@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/22 15:37:12 Modified files: usr.bin/ssh : sshconnect.c Log message: when mentioning that the host key has changed, don't report the type because it is ambiguous as to whether it referred to the known or new host key. bz3216; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/22 15:38:26 Modified files: usr.bin/ssh : ssh-pkcs11.c Log message: when loading PKCS#11 keys, include the key fingerprints and provider/slot information in debug output. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/22 17:49:15 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-Makefile_in patch-configure x11/wxWidgets/pkg: PLIST-main Log message: Update to wxWidget-3.0.5.1 Bugfix release on the stable branch. https://www.wxwidgets.org/news/2020/04/wxwidgets-3.0.5-released/ https://github.com/wxWidgets/wxWidgets/blob/v3.0.5/docs/publicity/announce.txt While here, switch bdeps to python3. Shorter diff to 3.0.5 proposed by daniel@ who test-built consumers and also tested runtime for a few of them. CVSROOT: /cvs Module name: src Changes by: halex@cvs.openbsd.org 2020/11/22 23:21:52 Modified files: usr.bin/find : function.c Log message: The -exec primary is terminated by either ';' or '+', but the latter only if immediately following a '{}' placeholder. Slightly modify the error message to indicate so. Brought up by and discussed with Paul de Weerd, thanks! ok millert@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/23 00:10:05 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/pkg: PLIST Log message: Update qt-creator to 4.13.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/23 00:25:15 Modified files: devel/cmake/patches: patch-Modules_Platform_OpenBSD_cmake Log message: Fix comment and DEBUG_PACKAGES detection Use DEFINE ENV{} instead $ENV cmake syntax and fix typo in comment CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/23 00:33:20 Modified files: devel/cmake : Makefile cmake.port.mk devel/cmake/patches: patch-Modules_Compiler_G95-Fortran_cmake patch-Modules_Compiler_GNU-Fortran_cmake patch-Modules_Compiler_GNU_cmake Log message: Set MODCMAKE_PORT_BUILD environment variable in the cmake module. This disable cmake's default optimization flags and gives the control over the ports tree. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/23 00:48:32 Modified files: textproc/p5-PPIx-QuoteLike: Makefile distinfo Log message: Update to p5-PPIx-QuoteLike-0.013 from wen heping CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/23 01:51:21 Modified files: devel/p5-Graph : Makefile distinfo Log message: Update to p5-Graph-0.9709. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/23 02:31:46 Modified files: graphics/makehuman: Makefile distinfo graphics/makehuman/pkg: PLIST Log message: Update makehuman to 1.2.0 From maintainer Dimitri Karamazov CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/11/23 02:32:27 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 20.0.2: https://nextcloud.com/changelog/ OK tracey@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/23 02:58:35 Modified files: devel/cmake : cmake.port.mk Log message: Cleanup: tabs and spaces CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/23 03:36:08 Modified files: x11/gnome/calculator: Makefile distinfo Log message: update to gnome-calculator-3.38.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/23 03:36:12 Modified files: x11/gnome/eog : Makefile distinfo Log message: update to eog-3.38.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/23 03:49:41 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-lang PLIST-main Added files: editors/vim/patches: patch-runtime_syntax_bindzone_vim Log message: update to vim-8.2.2034 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/23 05:37:25 Modified files: net/i2p : Makefile java/tanukiwrapper: Makefile Log message: explicitly set ONLY_FOR_ARCHS; it would normally come from java.port.mk but MODULES is pulled in too late when bsd.port.arch.mk is included directly from the port makefile. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/23 05:39:34 Modified files: x11/qt5/qtwebkit: Makefile Log message: qtwebkit: disable dwz for aarch64 assertion "off == cu_size" failed: file "dwz.c", line 9607, function "recompute_abbrevs" CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/11/23 07:32:51 Modified files: math/matio : Makefile Log message: Fix build for matio on sparc64 by making it use ports-gcc rather than base-gcc (Fails with "error: stray '\357' in program") ok benoit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/23 07:40:27 Modified files: net/i2p : Makefile Added files: net/i2p/patches: patch-core_c_build_sh Log message: i2p: fix post-build, add a download mirror (original has cert problems) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/23 07:48:21 Modified files: devel/py-txaio : Makefile Log message: bump REVISION CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/23 07:54:36 Modified files: mail/p5-MIME-Lite: Makefile distinfo Log message: Update to p5-MIME-Lite-3.031. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/11/23 08:16:44 Modified files: textproc/mdbook: Makefile distinfo Log message: Update textproc/mdbook to version 0.4.4. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/11/23 08:42:12 Modified files: lib/libc/stdlib: malloc.c Log message: mapalign() only handles allocations >= a page; problem found by and ok semarie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/23 11:05:49 Modified files: www/py-autobahn: Makefile Log message: bump revision, pointed out by daniel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/23 11:35:03 Modified files: devel/cmake : cmake.port.mk Log message: MODCMAKE_PORT_BUILD=yes must be set in CONFIGURE_ENV. Keeping it in MAKE_ENV as well in case something runs a second copy of cmake during the build. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/23 12:20:08 Modified files: sbin/iked : ikev2_pld.c Log message: Ignore duplicate sigsha2 notify, don't fail the exchange. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/23 13:51:42 Modified files: www/c-icap/c-icap: Makefile distinfo Log message: update to c-icap-0.5.7 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/23 14:33:38 Modified files: sys/dev/usb : umass.c umassvar.h Log message: Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4) devices whose INQUIRY command succeeds but with a residue equal to the requested bytes. Subsequent i/o's (including the INQUIRY) which succeed with a residue equal to the requested bytes will have residue set to 0. Fixes (very?) old devices such as the memory stick Andrew Daugherity pulled out of his drawer and with which he hoped to install 6.8. Subsequent testing of diffs much appreciated! CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/11/23 16:58:28 Modified files: faq : faq14.html Log message: corrected invalid command abbreviation ok tb phessler CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2020/11/23 19:41:40 Modified files: libressl : index.html releases.html Log message: Add 3.3.0 release CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/24 00:47:21 Modified files: geo/mdal : Makefile distinfo Log message: Update to MDAL 0.7.2 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/11/24 01:06:56 Modified files: sysutils/ugrep : Makefile distinfo sysutils/ugrep/patches: patch-configure Log message: Update to ugrep-3.0.5 Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.0.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/24 01:27:59 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_8 Makefile distinfo www/webkitgtk4/patches: Tag: OPENBSD_6_8 patch-Source_WTF_wtf_PageBlock_h patch-Source_cmake_WebKitFeatures_cmake Added files: www/webkitgtk4/patches: Tag: OPENBSD_6_8 patch-Source_WebCore_platform_graphics_x11_PlatformDisplayX11_cpp Log message: SECURITY update to webkitgtk4-2.30.3. CVE-2020-13584, CVE-2020-9948, CVE-2020-9951, CVE-2020-9952, CVE-2020-9983. https://webkitgtk.org/security/WSA-2020-0008.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/24 02:22:28 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Log message: geo/postgis: update to 3.0.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/24 02:33:51 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Log message: geo/pgrouting: update to 3.1.1 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/11/24 03:40:44 ports/x11/lemonbar/patches Update of /cvs/ports/x11/lemonbar/patches In directory cvs.openbsd.org:/tmp/cvs-serv2182/patches Log Message: Directory /cvs/ports/x11/lemonbar/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/24 06:08:43 Modified files: graphics : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm graphics/py-qrcode: Makefile graphics/py-qrcode/pkg: PLIST Log message: switch py-qrcode to py3-only, ok feinerer@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/24 06:12:46 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_providers_mdal_CMakeLists_txt patch-src_server_CMakeLists_txt geo/qgis/pkg : PLIST Log message: geo/qgis: update to 3.16.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/24 06:42:58 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/pkg: PLIST Log message: Update to pulseaudio-14.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/24 06:49:09 Modified files: sys/uvm : uvm.h uvm_anon.c uvm_object.c uvm_page.c uvm_pdaemon.c Log message: Grab the `pageqlock' before calling uvm_pageclean() as intended. Document which global data structures require this lock and add some asserts where the lock should be held. Some code paths are still incorrect and should be revisited. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/24 06:52:40 Modified files: sys/arch/amd64/amd64: cpu.c sys/arch/luna88k/luna88k: isr.c Log message: Remove commented-out code messing with uvmexp. ok jca@ CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2020/11/24 06:54:59 Modified files: sys/dev/pci : if_ix.c Log message: fter ixgbe_stop() there will be no more link-state-change interrupts. Hence, update the link state manually. Tested and ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/24 07:29:31 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.29 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/24 07:42:31 Modified files: www/nghttp2 : Makefile distinfo Log message: update to nghttp2-1.42.0 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/11/24 08:28:18 Modified files: www/openradtool: Makefile distinfo www/openradtool/pkg: PLIST Log message: Update openradtool to 0.11.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/11/24 08:46:17 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: p5-Net-SIP to 0.825 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/11/24 08:57:08 Modified files: usr.sbin/nsd : Makefile.bsd-wrapper Log message: Pid files? Where we're going, we don't need pid files. OK sthen CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/24 09:03:28 Modified files: astro/kstars : Makefile distinfo astro/kstars/pkg: PLIST Log message: Update kstars to 3.5.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/24 09:04:38 Modified files: lang/clazy : Makefile distinfo lang/clazy/pkg : PLIST Removed files: lang/clazy/patches: patch-CMakeLists_txt Log message: Update clazy to 1.8 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/24 09:19:54 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins to 2.268 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/11/24 09:28:32 Modified files: x11/picom : Makefile Log message: picom uses C11 constructs. base-gcc comes from before then, so the build fails in configuration. Falsely claiming it cannot find uthash.h, but it's actually failing because base-gcc doesn't understand -std=c11 This fixes the build on sparc64 Correction and ok sthen CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/11/24 09:33:06 Modified files: share/man/man4 : wg.4 Log message: use non-reserved ports in the wg(4) example, the previous 111 was quite a bad choice as it conflicts with portmap. ok deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/24 09:42:07 Log message: reimport graphics/py-Pillow as py2-Pillow, splitting off Python 2 support so that the main port can be updated to a Python 3-only version. changes to dependent ports to follow. feedback/ok kmos@ Status: Vendor Tag: sthen Release Tags: sthen_20201124 N ports/graphics/py2-Pillow/Makefile N ports/graphics/py2-Pillow/distinfo N ports/graphics/py2-Pillow/pkg/DESCR N ports/graphics/py2-Pillow/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/24 09:43:38 Modified files: graphics : Makefile graphics/py-Pillow: Makefile graphics/py-Pillow/pkg: PLIST Log message: switch graphics/py-Pillow to py3-only. py2 support has moved to graphics/py2-Pillow. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/24 09:44:17 Modified files: games/fretsonfire: Makefile games/hypatia : Makefile geo/gmapcatcher: Makefile geo/tilecache : Makefile graphics/asymptote: Makefile graphics/comix : Makefile graphics/py-pyx: Makefile graphics/sk1 : Makefile print/py-reportlab: Makefile print/scribus : Makefile productivity/impressive: Makefile security/volatility: Makefile textproc/calibre: Makefile Log message: switch python 2 users of Pillow to graphics/py2-Pillow. py-Pillow is now 3-only. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2020/11/24 09:45:43 Modified files: textproc/codespell: Makefile distinfo textproc/codespell/pkg: PLIST Log message: Update textproc/codespell to 2.0.0. OK sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/11/24 09:54:44 Modified files: usr.bin/rsync : extern.h io.c main.c receiver.c rsync.1 sender.c Log message: Simple implementation of --timeout to exit after specified seconds of I/O inactivity. By default rsync will wait forever but this results in stuck processes if the remote side does not answer properly as seen in rpki-client. OK job@ benno@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2020/11/24 10:54:57 Modified files: usr.sbin/rpki-client: rsync.c Log message: Kill connection if rsync server stalls OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/11/24 11:14:47 Modified files: www/hugo : Makefile distinfo Log message: update www/hugo to 0.78.2 tested by Nathanael Dalliard, thanks ! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/24 11:44:50 Modified files: graphics/py-Pillow: Makefile distinfo Log message: update to py-Pillow-8.0.1 some PyQt-related tests are disabled because they segfault; this is not new CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/24 11:58:22 Modified files: net/packetq : Makefile distinfo Log message: Update packetq to 1.4.3. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/24 11:59:28 Modified files: games/nudoku : Makefile distinfo games/nudoku/pkg: PLIST Log message: Update nudoku to 2.1.0. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/24 15:14:31 Modified files: sbin/iked : ikev2.c Log message: Fix duplicate sa->sa_cp assignment. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/24 15:44:12 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_CodeGen_TargetInfo_cpp Added files: devel/llvm/patches: patch-tools_lld_ELF_InputSection_cpp patch-tools_lld_ELF_Relocations_cpp Log message: Sync with base llvm From Brad CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/24 17:05:48 Modified files: sbin/dhclient : kroute.c Log message: When processing proposed static routes (inc. default route) ignore routes that are already present, neither deleting nor re-adding them. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/25 00:53:32 Modified files: converters/p5-Convert-Binary-C: Makefile distinfo Log message: Update to p5-Convert-Binary-C-0.84. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/25 01:12:52 Modified files: databases/p5-SQL-Abstract-Limit: Makefile distinfo Log message: Update to p5-SQL-Abstract-Limit-0.142. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/25 03:10:28 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/25 03:10:59 Modified files: meta/gnome : Makefile Log message: Welcome to GNOME 3.38.2! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 06:04:09 Modified files: devel/p5-Time-TimeDate: Makefile distinfo devel/p5-Time-TimeDate/pkg: PLIST Log message: update to p5-Time-TimeDate-2.33, from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 06:22:42 Modified files: devel/jdk/1.8 : Makefile devel/jdk/1.8/patches: patch-jdk_src_solaris_native_java_net_ExtendedOptionsImpl_c Log message: jdk/1.8: fix "libnet.so: undefined symbol 'socketOptionSupported'" as found by pamela@ and kmos@. ok kurt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/25 06:49:00 Modified files: sys/kern : kern_event.c sys/sys : event.h Log message: Change kqueue_scan() to keep track of collected events in the given context. It is now possible to call the function multiple times to collect events. For that, the end marker has to be preserved between calls because otherwise the scan might collect an event more than once. If a collected event gets reactivated during scanning, it will be added at the tail of the queue, out of reach because of the end marker. This is required to implement select(2) and poll(2) on top of kqueue_scan(). Done & originally committed by visa@ in r1.143, in snap for more than 2 weeks. ok visa@, anton@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 06:54:12 Modified files: net/fastnetmon : Makefile net/fastnetmon/pkg: PLIST Log message: fastnetmon: tidy away some scripts in examples that aren't useful at runtime, @sample the sample exabgp config file (it needs modification in order to use it). ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 07:11:17 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: README-main Log message: asterisk: AST.pdf is no more, replace the reference in pkg-readme with a link to the official documentation wiki. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 07:26:26 Modified files: security/opensc: Makefile distinfo security/opensc/patches: patch-configure_ac patch-doc_tools_Makefile_am security/opensc/pkg: PLIST Log message: update to OpenSC 0.21.0, various fixes/improvements including CVE-2020-26570, CVE-2020-26571, CVE-2020-26572 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 08:23:49 Modified files: lang/go : go.port.mk Log message: For MODGO_MODULES ports, don't point the port to fetch files directly from /usr/ports/distfiles when it wants to unpack modules during the build, instead copy the files into the WRKDIR and point it there. If there was a mistake with setting up MODGO_MODULES/MODGO_MODFILES in a port then this change will cause it to show up in build, otherwise it may succeed or fail randomly depending on what files are present in distfiles (fetched by other ports). CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2020/11/25 09:02:05 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 4.4.1 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/11/25 10:07:35 Modified files: . : 68.html Log message: fix trailing whitespace on man url CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/11/25 10:13:19 Modified files: . : plus60.html Log message: missing protocol in URL CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/11/25 10:16:10 Modified files: . : events.html Log message: fix bad relative links CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 12:58:32 Modified files: security/openssl/1.0.2: Makefile security/openssl/1.1: Makefile Log message: openssl ports: add PKGSPEC CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 12:58:48 Modified files: net/nagios/nsca-ng: Makefile distinfo net/nagios/nsca-ng/pkg: PLIST-client PLIST-main Log message: update to nsca-ng-1.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 13:01:34 Modified files: net/nagios/nrpe: Makefile Log message: nrpe: bump to be sure that openssl PKGSPEC change causes no problems CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 14:14:43 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-configure_ac net/isc-bind/pkg: PLIST Log message: update to bind-9.16.9 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/25 14:17:52 Modified files: lib/libcrypto/x509: x509_constraints.c Log message: Avoid undefined behavior due to memcpy(NULL, NULL, 0) This happens if name->der_len == 0. Since we already have a length check, we can malloc and memcpy inside the conditional. This also makes the code easier to read. agreement from millert ok jsing CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/11/25 14:19:51 Modified files: x11/gnome/gucharmap/patches: patch-meson_build Log message: gucharmap: unbreak on ld.bfd archs The `-Bsymbolic-functions' linker flag is not supported by ld.bfd and broke a configure test. Emit a simple message instead of an assertion error, and use that flag only if the linker is capable. Built and run tested on powerpc. "sure" jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 14:22:23 Modified files: net/isc-bind : Makefile Log message: tweak comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/25 14:24:32 Modified files: net/isc-bind : Tag: OPENBSD_6_8 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_6_8 patch-bin_dig_dig_c patch-configure_ac patch-lib_isc_unix_socket_c net/isc-bind/pkg: Tag: OPENBSD_6_8 PLIST Log message: update to isc-bind-9.16.9 includes assert crash fixes and others CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/25 14:32:40 Modified files: textproc/py-snowballstemmer: Makefile distinfo textproc/py-snowballstemmer/pkg: PLIST Log message: update to py-snowballstemmer 2.0.0 From Aisha Tammy as part of the big batch of diffs to get py-sphinx updated. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/25 14:36:05 Modified files: sbin/route : route.c Log message: Teach route(8) about the names of the IEEE80211_F_* flags. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/25 14:45:06 Modified files: www/py-bokeh : Makefile distinfo Log message: update py-bokeh to 2.2.3 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/25 15:17:14 Modified files: sbin/iked : config.c iked.h ikev2.c ikev2_pld.c policy.c Log message: Fix proposal error handling. If a proposal contains an unknown transform type or id, ignore the proposal instead of failing the exchange. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/25 16:56:25 Modified files: games/vegastrike: Makefile.inc Log message: Mark as BROKEN, this uses boost_python27 which is getting in the way Upstream development has taken a new turn, with python3 support planned for 0.8.0. While here update HOMEPAGE and point at github for new releases. Maintainer timeout, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/25 17:06:04 Modified files: devel/boost : Makefile devel/boost/pkg: PLIST-main Log message: Drop boost_python27, boost_numpy27 and boost-build support Drops one consumer of py2-numpy, upstream numpy is now python3 only. Dropping all python27 support makes the port simpler and hopefully future updates easier. boost-build also leaves as collateral damage, its python files aren't ready for python3 and it's not clear how useful they are. ok Brad, rsadowski@ (maintainers) ok sthen@ who also helped clear the way CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/11/25 17:08:36 Modified files: devel/boost : Makefile Removed files: devel/boost/patches: patch-tools_build_src_engine_Jambase Log message: boost-build has been removed, gc pointless patch Suggested by Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2020/11/25 20:31:56 Log message: Import rebar3-3.13.2 - "the official build tool for Erlang" ok jasper@ Status: Vendor Tag: jmatthew Release Tags: jmatthew_20201126 N ports/devel/rebar3/Makefile N ports/devel/rebar3/distinfo N ports/devel/rebar3/patches/patch-bootstrap N ports/devel/rebar3/patches/patch-src_rebar_prv_escriptize_erl N ports/devel/rebar3/patches/patch-_build_default_lib_relx_priv_templates_bin N ports/devel/rebar3/patches/patch-rebar_config N ports/devel/rebar3/patches/patch-_build_default_lib_relx_priv_templates_extended_bin N ports/devel/rebar3/pkg/DESCR N ports/devel/rebar3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2020/11/25 20:41:39 Modified files: devel : Makefile Log message: +rebar3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/25 22:30:03 Modified files: math/coq : Makefile distinfo Log message: update coq to 8.12.1; a bug fix release ok Yozo Toda (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/25 22:38:13 Modified files: devel/py-pybind11: Makefile distinfo Log message: update to pybind11 2.6.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/11/26 00:43:33 Modified files: geo/pgpointcloud: Makefile distinfo geo/pgpointcloud/pkg: PLIST Log message: Update to pgpointcloud 1.2.1, from wen heping, thanks ! CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/26 02:19:10 Modified files: usr.bin/tmux : cmd-display-panes.c tmux.1 Log message: Add -N flag to display-panes to ignore keys, GitHub issue 2473. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/26 02:58:32 Modified files: net/tor : Makefile distinfo Log message: Update to tor-0.4.4.6 update from Martin Ziemer maintainer timeout CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/26 06:06:21 Modified files: usr.bin/tmux : cmd-display-menu.c Log message: Fix check for vertical centre. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 06:59:48 Modified files: sysutils/freeipmi: Makefile sysutils/freeipmi/pkg: PLIST Log message: freeipmi: add missing dir to PLIST, avoid warning during install CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 07:24:03 Modified files: textproc/p5-PDF-API2-XS: Makefile distinfo Log message: update to p5-PDF-API2-XS-1.002 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 07:24:40 Modified files: textproc/p5-PDF-API2-XS: Makefile Log message: update license marker, LGPLv2->perl CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2020/11/26 08:40:49 Modified files: net/tor/patches: patch-configure_ac Log message: update patch, no functional change CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/11/26 10:33:23 Modified files: net/bombadillo : Makefile distinfo Log message: update net/bombadillo to 2.3.3 ok abieber@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 10:43:40 Modified files: net/freeradius3: Makefile Log message: freeradius3: use https HOMEPAGE/MASTER_SITES mirror, enable debug packages CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/26 11:55:12 Modified files: sys/netinet6 : ip6_forward.c Log message: fix typo in log message: inteface -> interface ok florian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 13:37:13 Modified files: devel/glog : Makefile distinfo devel/glog/pkg : PLIST Log message: update to glog-0.4.0, from Ashton Fagg who takes maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 13:37:48 Modified files: lang/php/7.3 : Makefile distinfo lang/php/7.3/patches: patch-acinclude_m4 patch-aclocal_m4 Log message: update to php-7.3.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 13:39:15 Modified files: lang/php/7.4 : Makefile distinfo lang/php/7.4/patches: patch-build_php_m4 Added files: lang/php/7.4/patches: patch-ext_openssl_openssl_c Log message: update to php-7.4.13 add !defined(LIBRESSL_VERSION_NUMBER) patch for ext/openssl/openssl.c; wants EVP_CIPH_OCB_MODE, EVP_CTRL_AEAD_GET/SET_TAG, EVP_CTRL_AEAD_SET_IVLEN CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 13:54:03 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 Log message: update to php-7.3.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/26 13:54:11 Modified files: lang/php/7.4 : Tag: OPENBSD_6_8 Makefile distinfo lang/php/7.4/patches: Tag: OPENBSD_6_8 patch-build_php_m4 Added files: lang/php/7.4/patches: Tag: OPENBSD_6_8 patch-ext_openssl_openssl_c Log message: update to php-7.4.13 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/26 15:24:07 Modified files: sbin/iked : crypto.c iked.h Log message: Use a counter instead of random IV for AES-GCM. Security depends on choosing a unique IV for every encryption operation, using a counter as IV eliminates the risk of random collisions. ok markus@ patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/26 15:29:32 Modified files: regress/sbin/iked/parser: common.c Log message: Fix config_add_transform and config_free_proposal. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/11/26 16:28:27 Modified files: net/haproxy : Makefile net/haproxy/patches: patch-Makefile Log message: Add support for encrypted passwords in Userlists This is a backport from upstream: BUILD: makefile: enable crypt(3) for OpenBSD (496374e) Upstream diff from Matthieu Guegan, port one from brad. Prodded by both. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/11/26 17:13:15 Modified files: sys/dev/pci : if_myx.c Log message: Add initialization of sc_sff_lock rwlock. ok semarie@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/26 17:37:10 Modified files: usr.bin/ssh : monitor.c monitor_wrap.c Log message: clean up passing of struct passwd from monitor to preauth privsep process. No longer copy entire struct w/ pointer addresses, but pass remaining scalar fields explicitly, Prompted by Yuichiro NAITO, feedback Thorsten Glaser; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/26 17:49:58 Modified files: usr.bin/ssh : misc.c misc.h packet.c sshconnect.c Log message: Set the specified TOS/DSCP for interactive use prior to TCP connect. The connection phase of the SSH session is time-sensitive (due to server side login grace periods) and is frequently interactive (e.g. entering passwords). The ultimate interactive/bulk TOS/DSCP will be set after authentication completes. ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/26 18:59:28 Modified files: devel/luacheck : Makefile devel/luacheck/pkg: PLIST devel/py-virtualenv: Makefile devel/py-virtualenv/pkg: PLIST productivity/vdirsyncer: Makefile productivity/vdirsyncer/pkg: PLIST textproc/py-sphinx: Makefile textproc/py-sphinx_rtd_theme: Makefile distinfo textproc/py-sphinx_rtd_theme/pkg: PLIST Log message: update py-sphinx_rtd_theme to 0.4.3 This update was submitted by Aisha Tammy as part of the batch of diffs to get py-sphinx updated. However updating the rtd theme port also requires regenerating packing lists for these consumers of py-sphinx: devel/luacheck devel/py-virtualenv productivity/vdirsyncer CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/27 02:13:40 Modified files: devel/p5-Graph : Makefile distinfo Log message: Update to p5-Graph-0.9711. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/27 02:21:23 Modified files: devel/leatherman: Makefile distinfo Log message: simple update 1.12.2 -> 1.12.3 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/11/27 02:24:41 Modified files: emulators/nono : Makefile emulators/nono/pkg: README Log message: Add aoyama@ example to run OpenBSD on nono. OK benoit@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/11/27 02:35:28 Modified files: sysutils/ruby-r10k: Makefile distinfo sysutils/ruby-r10k/pkg: PLIST Log message: simple update 3.6.0 -> 3.7.0 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/27 02:56:28 Modified files: productivity/zim: Makefile distinfo Log message: Update to zim-0.73.4 update from wen heping CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/27 03:12:30 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: Document ssh-keygen -Z, sanity check its argument earlier and provide a better error message if it's not correct. Prompted by bz#2879, ok djm@ jmc@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/11/27 03:23:32 Modified files: usr.sbin/rad : frontend.c Log message: Check if the interface has an IPv6 link-local address before using it. Problem noted by & OK tb CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/11/27 05:45:00 Modified files: sys/uvm : uvm_page.c Log message: Set the correct IPL for `pageqlock' now that it is grabbed from interrupt. Reported by AIsha Tammy. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/11/27 07:04:49 Modified files: share/man/man4 : wg.4 Log message: wg(4): add comments for the shell script in EXAMPLES, feedback jmc@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/27 07:19:55 Log message: import rclone-browser-1.8.0 Simple cross platfrom GUI for rclone command line tool. - Allows to browse and modify any rclone remote - Navigate multiple repositories in separate tabs - Lists files hierarchically with file name, size and modify date - File hierarchy is cached in memory, for faster traversal of folders - Allows to upload, download, create new folders, rename or delete files and folders - And a lot more! ok landry@ rsadowski@ Status: Vendor Tag: solene Release Tags: solene_20201127 N ports/sysutils/rclone-browser/Makefile N ports/sysutils/rclone-browser/distinfo N ports/sysutils/rclone-browser/pkg/DESCR N ports/sysutils/rclone-browser/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/27 07:20:14 Modified files: sysutils : Makefile Log message: + rclone-browser CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/27 07:33:54 Modified files: mail/neomutt : Makefile distinfo Log message: update to neomutt-20201127, fixes crash saving aliases introduced in previous CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/27 07:35:05 Modified files: mail/neomutt : Tag: OPENBSD_6_8 Makefile distinfo Log message: update to neomutt-20201127, fixes crash saving aliases introduced in previous CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/27 07:45:03 Modified files: sys/dev/usb : if_run.c if_runvar.h Log message: As in urtwn(4), don't bring link up (getting dhclient(8) excited) until all the keys are negotiated and installed. ok stsp@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/11/27 07:49:54 Modified files: share/man/man4 : wg.4 Log message: wg(4): show an actual command to retrieve wgpubkey to go with the text which says "shown in the status output of the interface"; this makes it clear that 1) ifconfig is used, 2) the interface must be specified (either that or -A; it is not shown in the default output with no parameters), and 3) hints that it must be run as root. ok jmc@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/27 07:52:36 Modified files: sbin/dhclient : dhclient.c Log message: Shuffle code relating to initializing the physical interface and the internal structure reflecting the interface into a function that in turn calls simple helper functions to do the different actions involved. Simplifies the overly lengthy main(), correctly starts the state machine with the state of the interface link as DOWN when IFF_UP is 0, tests more initialization actions when '-n' is used. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/27 07:56:29 Modified files: net/mosquitto : Makefile Log message: mosquitto: build with optional websockets support so that it can be enabled in config if wanted. following a query from Jeff Ross ok jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/11/27 08:08:22 Modified files: share/man/man4 : wg.4 Log message: tweak previous as suggested by jmc CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/27 08:31:57 Modified files: devel/quirks : Tag: OPENBSD_6_8 Makefile devel/quirks/files: Tag: OPENBSD_6_8 Quirks.pm sysutils/rclone: Tag: OPENBSD_6_8 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. OK solene@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/27 09:40:04 Modified files: net/znc : Makefile distinfo net/znc/pkg : PLIST Log message: Update to znc-1.8.2 Diff from new maintainer Aisha Tamma CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/11/27 13:41:21 Modified files: sys/dev/usb : ehci.c Log message: Unleash curlen check from DIAGNOSTIC block, and change the related printf's to DPRINTF's. From Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/27 14:48:38 Modified files: sbin/iked : ikev2.c Log message: Remove redundant state change. ikev2_ikesa_delete() sets the correct state. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/27 19:41:24 Modified files: devel/py-kiwisolver: Makefile distinfo Log message: update to kiwisolver 1.3.1 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/27 19:44:19 Modified files: math/py-scikit-image: Makefile distinfo math/py-scikit-image/pkg: PLIST Log message: update to py-scikit-image 0.17.2; maintainer timeout CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/11/27 20:28:00 Modified files: usr.bin/ssh : session.c Log message: check result of strchr() against NULL rather than searched-for characters; from zhongjubin@huawei.com CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/11/27 23:18:43 Modified files: sysutils/rclone: Makefile Log message: rclone fails to run on aarch64 and arm so mark as BROKEN. Thanks to solene@ for bringing this to my attention, and to phessler@ for his aarch64/arm bulk builds. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/11/27 23:33:55 Modified files: usr.bin/dig/lib/isc: sockaddr.c Log message: Use IN_MULTICAST correctly, so it checks the IP address rather than the pointer to it. ok florian@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/11/28 00:58:19 Modified files: sbin/slaacd : frontend.c Log message: Handle the case of an autoconf interface changing its rdomain. To avoide code duplication have get_icmp6ev_by_rdomain() either return an existing icmp6ev in the correct rdomain or allocate one. OK tb CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/11/28 00:58:51 Modified files: sbin/slaacd : frontend.c Log message: Reduce code duplication by introducing unref_icmp6ev(). OK tb CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/11/28 00:59:26 Modified files: sbin/slaacd : frontend.c Log message: An interface might have disappeared or switched rdomains while we waited for a FD. It's not a fatal condition if it arrives late. OK tb CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/28 01:10:44 Modified files: x11/awesome : Makefile distinfo x11/awesome/patches: patch-awesomeConfig_cmake patch-awesomerc_lua patch-docs_06-appearance_md_lua patch-lib_awful_completion_lua patch-lib_awful_util_lua patch-lib_beautiful_init_lua patch-lib_gears_filesystem_lua patch-lib_menubar_icon_theme_lua patch-lib_naughty_core_lua patch-themes_default_theme_lua patch-themes_xresources_theme_lua patch-utils_awesome-client x11/awesome/pkg: PLIST Added files: x11/awesome/patches: patch-docs_05-awesomerc_md_lua patch-docs_07-my-first-awesome_md patch-docs_90-FAQ_md patch-docs_build_rules_index_lua patch-lib_menubar_utils_lua patch-tests_examples_CMakeLists_txt patch-tests_examples_runner_sh patch-themes_gtk_theme_lua Removed files: x11/awesome/patches: patch-CMakeLists_txt Log message: Update awesome to 4.3 Initial diff from Enric Morales with tweaks by me. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/28 01:14:46 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: Update intellij to 2020.2.4 From maintainer CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/28 01:15:40 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2020.11.26 Diff from Ricardo Mestre CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/28 01:34:50 Modified files: sysutils/freeipmi/pkg: PLIST Log message: Revert previous: /var/db/freeipmi/ was already there: Error: duplicate item in packing-list /var/db/freeipmi CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/28 01:50:30 Modified files: graphics/nomacs: Makefile distinfo graphics/nomacs/pkg: PLIST Log message: Update nomacs to 3.17.2206 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/28 02:04:58 Modified files: x11/tellico : Makefile distinfo Log message: Update tellico to 3.3.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/28 02:13:39 Modified files: devel/libsigc++-2: Makefile distinfo Log message: Update to libsigc++-2.10.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/28 02:14:51 Modified files: devel/libsigc++30: Makefile distinfo Log message: Update to libsigc++30-3.0.6. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/28 02:30:46 Modified files: lang/clazy : Makefile lang/clazy/pkg : PLIST Added files: lang/clazy/patches: patch-CMakeLists_txt Log message: Unbreak clazy 1.8 update Bring back PREFIX cmake fix. This was not noticed because the old version was installed during the build time. Spotted by aja@, thanks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/28 02:34:08 Modified files: www/libcroco : Makefile x11/gnome/gucharmap: Makefile x11/gnome/gucharmap/patches: patch-meson_build x11/gnome/librsvg: Makefile Added files: x11/gnome/gucharmap/patches: patch-meson_options_txt Log message: Don't use -Wl,-Bsymbolic-functions on non lld arches. triggered by a gucharmap diff from cwen@ from Brad CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/11/28 04:29:54 Modified files: games/dmagnetic: Makefile distinfo Log message: Update to dMagnetic-0.28 Thanks to maintainer Thomas Dettbarn for update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/28 04:58:27 Modified files: print/py-reportlab: Makefile Log message: py-reportlab: fix RUN_DEPENDS for py3 flavour, spotted by aja CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/28 05:46:24 Modified files: net/p5-SNMP-Info: Makefile distinfo net/p5-SNMP-Info/pkg: PLIST Log message: update to p5-SNMP-Info 3.71, from wen heping CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/28 05:52:32 Modified files: usr.bin/ssh : ssh-keygen.c Log message: Include cipher.h for declaration of cipher_by_name. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2020/11/28 07:36:37 Modified files: etc/mtree : BSD.x11.dist Log message: Prepare for libX11 1.7.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/11/28 07:37:19 xenocara/lib/libX11/nls/sr_RS.UTF-8 Update of /cvs/xenocara/lib/libX11/nls/sr_RS.UTF-8 In directory cvs.openbsd.org:/tmp/cvs-serv35030/sr_RS.UTF-8 Log Message: Directory /cvs/xenocara/lib/libX11/nls/sr_RS.UTF-8 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/11/28 07:39:49 Modified files: lib/libX11 : ChangeLog Makefile.bsd-wrapper Makefile.in README.md aclocal.m4 compile configure configure.ac cpprules.in lib/libX11/include: Makefile.in lib/libX11/include/X11: ImUtil.h XKBlib.h Xlib.h Xlibint.h lib/libX11/man : AllPlanes.man Makefile.in XAddConnectionWatch.man XAddHost.man XAllocColor.man XAllocIconSize.man XCopyArea.man XCreateFontCursor.man XCreateFontSet.man XCreateGC.man XCreateOC.man XDrawImageString.man XDrawString.man XGetWindowProperty.man XInternAtom.man XListFonts.man XLoadFont.man XLookupKeysym.man XOpenDisplay.man XOpenOM.man XParseGeometry.man XQueryColor.man XReadBitmapFile.man XSaveContext.man XSetErrorHandler.man XSetLineAttributes.man XSetPointerMapping.man XSetState.man XSetWMIconName.man XSetWMName.man XSetWMProperties.man XStoreBytes.man XStoreColors.man XStringToKeysym.man XSupportsLocale.man XTextExtents.man XTextWidth.man XcmsAllocColor.man XcmsQueryColor.man XcmsStoreColor.man XmbDrawImageString.man XmbDrawString.man XmbTextEscapement.man XmbTextExtents.man XmbTextListToTextProperty.man XmbTextPerCharExtents.man XrmGetFileDatabase.man XrmInitialize.man XrmMergeDatabases.man XrmPutResource.man XrmUniqueQuark.man lib/libX11/man/xkb: Makefile.in XkbAddGeomOverlayRow.man XkbGetAccessXTimeout.man XkbInitCanonicalKeyTypes.man XkbSelectEvents.man lib/libX11/modules: Makefile.in lib/libX11/modules/im: Makefile.in lib/libX11/modules/im/ximcp: Makefile.in imCallbk.c imDefIm.c imInsClbk.c imLcFlt.c imThaiFlt.c imTrX.c imTrans.c lib/libX11/modules/lc: Makefile.in lib/libX11/modules/lc/Utf8: Makefile.in lib/libX11/modules/lc/def: Makefile.in lib/libX11/modules/lc/gen: Makefile.in lcGenConv.c lib/libX11/modules/om: Makefile.in lib/libX11/modules/om/generic: Makefile.in omGeneric.c lib/libX11/nls : Makefile.in compose.dir.pre locale.alias.pre locale.dir.pre lib/libX11/nls/en_US.UTF-8: Compose.pre lib/libX11/nls/fi_FI.UTF-8: Compose.pre lib/libX11/nls/th_TH: XLC_LOCALE.pre lib/libX11/nls/th_TH.UTF-8: XLC_LOCALE.pre lib/libX11/specs: Makefile.in lib/libX11/specs/XIM: Makefile.in xim.xml lib/libX11/specs/XKB: Makefile.in ch13.xml lib/libX11/specs/i18n: Makefile.in lib/libX11/specs/i18n/compose: Makefile.in compose-chart.pl lib/libX11/specs/i18n/framework: Makefile.in framework.xml lib/libX11/specs/i18n/localedb: Makefile.in lib/libX11/specs/i18n/trans: Makefile.in lib/libX11/specs/libX11: AppC.xml CH01.xml CH13.xml CH14.xml Makefile.in lib/libX11/src : Context.c CopyCmap.c ErrDes.c ErrHndlr.c FSWrap.c FetchName.c Font.c FontInfo.c FontNames.c GetColor.c GetDflt.c GetHints.c GetImage.c GetStCmap.c GetWAttrs.c Host.c ImUtil.c IntAtom.c KeyBind.c KeysymStr.c LoadFont.c LookupCol.c Makefile.am Makefile.in OpenDis.c ParseCol.c PolyTxt.c PutBEvent.c PutImage.c QuExt.c Quarks.c Region.c RegstFlt.c SetCRects.c SetFPath.c SetHints.c SetLocale.c StNColor.c StName.c Text.c WMProps.c Window.c XlibInt.c Xrm.c Xxcbint.h config.h.in globals.c imConv.c locking.c locking.h os2Stubs.c reallocarray.h xcb_disp.c xcb_io.c lib/libX11/src/util: Makefile.in makekeys.c lib/libX11/src/xcms: HVCGcVC.c HVCMxC.c LRGB.c Lab.c Luv.c Makefile.in cmsAllNCol.c cmsColNm.c cmsInt.c cmsLkCol.c cmsProp.c xyY.c lib/libX11/src/xkb: Makefile.in XKB.c XKBBind.c XKBExtDev.c XKBGAlloc.c XKBGetByName.c XKBList.c XKBMisc.c XKBRdBuf.c XKBSetGeom.c XKBUse.c lib/libX11/src/xlibi18n: ICWrap.c Makefile.in XDefaultIMIF.c XDefaultOMIF.c XimProto.h XlcPublic.h Xlcint.h imKStoUCS.c lcCT.c lcCharSet.c lcConv.c lcDB.c lcFile.c lcGeneric.c lcPrTxt.c lcPublic.c lcStd.c lcTxtPr.c lcUTF8.c lcUtil.c lcWrap.c lib/libX11/src/xlibi18n/lcUniConv: armscii_8.h cp1133.h cp1251.h cp1255.h cp1256.h georgian_academy.h georgian_ps.h iso8859_1.h iso8859_10.h iso8859_11.h iso8859_13.h iso8859_14.h iso8859_15.h iso8859_16.h iso8859_2.h iso8859_3.h iso8859_4.h iso8859_5.h iso8859_6.h iso8859_7.h iso8859_8.h iso8859_9.h iso8859_9e.h jisx0201.h koi8_c.h koi8_r.h koi8_u.h mulelao.h tatar_cyr.h tcvn.h tis620.h utf8.h viscii.h Added files: lib/libX11/m4 : ax_gcc_builtin.m4 lib/libX11/nls/sr_RS.UTF-8: Compose.pre XI18N_OBJS XLC_LOCALE.pre Removed files: lib/libX11/nls/sr_CS.UTF-8: Compose.pre XI18N_OBJS XLC_LOCALE.pre Log message: Update to libX11 1.7.0. Tested by gkoehler@ and jsg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/11/28 07:40:38 Modified files: distrib/sets/lists/xbase: mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/11/28 07:41:43 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/28 07:55:29 Modified files: net/dhcpcd : Makefile distinfo Removed files: net/dhcpcd/patches: patch-src_if-options_c patch-src_route_c Log message: update to dhcpcd-9.3.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/28 08:02:56 Modified files: x11/gnome/settings-daemon: Makefile Added files: x11/gnome/settings-daemon/patches: patch-plugins_power_gsd-power-manager_c Log message: Add back inhibit support in gsd-power-manager. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/28 08:06:40 Modified files: sysutils/consolekit: Makefile Added files: sysutils/consolekit/patches: patch-src_ck-inhibit_c Log message: Make sure the lock type isn't NULL; this should not happen but it does in some situations and crashes console-kit-daemon(8). This is a temporary solution until we hopefully find the root cause. Debug by robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/28 09:50:19 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.9. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/28 10:05:36 Modified files: misc/dialog : Makefile distinfo Log message: Update dialog to 1.3-20201126. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/11/28 10:53:06 Modified files: sys/kern : subr_prf.c Log message: Rather than skipping %[sizearg]n in the kernel, panic when it is encountered. printf(9) already lacked documentation and needs no change. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/11/28 11:33:43 Modified files: sys/arch/arm64/dev: agintc.c Log message: ICC_DIR, used to deactive interrupts, is only needed when running in EOImode == 1, which we don't do. Hence there's no need to touch the register at all. This allows OpenBSD to progress on ESXi-Arm. This bug in ESXi-Arm will be fixed there as well. Noticed by Jared McNeill ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/28 11:40:02 Modified files: sys/arch/amd64/amd64: cpu.c sys/arch/i386/i386: cpu.c Log message: Since our IPI broadcast functions exclude the CPU doing the broadcast, we need to explicitly call wbinvd() in wbinvd_on_all_cpus(). ok jsg@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/11/28 12:25:16 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-3.2.2; mostly bugfixes Combined changelog from 3.1.6 to 3.2.2: https://github.com/gavinhoward/bc/releases CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/11/28 12:49:30 Modified files: sys/arch/macppc/macppc: locore.S ofwreal.S sys/arch/powerpc/include: asm.h sys/arch/powerpc/powerpc: setjmp.S sys/lib/libkern/arch/powerpc: ffs.S memmove.S lib/libc/arch/powerpc: SYS.h lib/libc/arch/powerpc/string: ffs.S memmove.S lib/libc/arch/powerpc/sys: sigpending.S sigprocmask.S sigsuspend.S tfork_thread.S libexec/ld.so/powerpc: SYS.h Log message: Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S This changes RETGUARD_SETUP(ffs) to RETGUARD_SETUP(ffs, %r11, %r12) and RETGUARD_CHECK(ffs) to RETGUARD_CHECK(ffs, %r11, %r12) to show that r11 and r12 are in use between setup and check, and to pick registers other than r11 and r12 in some kernel functions. ok mortimer@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/28 12:57:56 Modified files: audio/py-acoustid: Makefile audio/py-acoustid/pkg: PLIST Log message: make py-acoustid python3-only CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/28 12:58:37 Modified files: audio : Makefile Log message: -py-acoustid CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/28 13:06:05 Modified files: sys/dev/fdt : files.fdt mvmdio.c Log message: make it possible to attach other devices (for example switches) to mvmdio(4). ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/28 13:26:50 Modified files: sbin/iked : ikev2.c Log message: Add support for multiple address pools. The parser already allows specifying multiple pools, make ikev2_cp_setaddr() iterate over the pools to find a matching address. ok patrick@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/11/28 15:06:25 Modified files: sbin/slaacd : frontend.c Log message: improve legibility of the newly introduced unref_icmp6ev() before this code gets copied around; ok florian@ CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/11/28 15:55:53 Modified files: converters/dos2unix: Makefile distinfo converters/dos2unix/pkg: PLIST Log message: update to 7.4.2 plist tweaks pointed out by sthen@ and bcallah@ OK bcallah@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/11/28 17:32:11 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-acoustid => py3-acoustid CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/11/28 20:17:28 Modified files: sys/dev/pci : berkwdt.c mbg.c pwdog.c wdt.c Log message: Un-const pci_attach_args var. "yes guess so" deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/29 00:53:51 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: Update pycharm to 2020.2.4 Diff from maintainer CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/11/29 01:02:42 Modified files: lib/libsndio : sio_open.3 Log message: Clarify what sio_start() does exactly Suggested by Erico Nogueira , help from and ok jmc@, schwarze@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/29 01:19:39 Modified files: www/p5-HTTP-Entity-Parser: Makefile distinfo Log message: Update to p5-HTTP-Entity-Parser-0.25 from wen heping CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/29 02:13:36 Modified files: security/p5-Crypt-Twofish: Makefile distinfo security/p5-Crypt-Twofish/pkg: PLIST Log message: Update to p5-Crypt-Twofish-2.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 02:13:46 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/pkg: PLIST Log message: Update to liblouis-3.15.0. from wen heping CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/11/29 02:34:14 Modified files: www/p5-WWW-Search-Ebay: Makefile distinfo www/p5-WWW-Search-Ebay/pkg: PLIST Log message: Update to p5-WWW-Search-Ebay-3.056. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/11/29 02:39:33 Modified files: sbin/slaacd : frontend.c Log message: Fix previous; we need to set the icmp6ev in the interface to NULL otherwise we are referencing the wrong one when the rdomain changes. Sorry for not spotting it earlier. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 03:07:32 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 03:19:52 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.0.431.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 03:29:02 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.19.25. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 03:29:14 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.25. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 03:29:27 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.185. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 03:31:55 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-0.12.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 03:34:15 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.26.7. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/11/29 03:48:27 Modified files: sysutils/consolekit: Makefile sysutils/consolekit/patches: patch-src_ck-inhibit_c Added files: sysutils/consolekit/patches: patch-src_ck-inhibit-manager_c patch-src_ck-inhibit-manager_h patch-src_ck-inhibit_h Log message: unbreak the inhibitor list by using a lock based on the named pipe's filename which is random and unique for each inhibitor so that if one process takes multiple locks the proper one will be removed from the inhibitor list when the lock is removed by the process ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 03:56:31 Modified files: sysutils/consul: Makefile distinfo Added files: sysutils/consul/patches: patch-vendor_github_com_shirou_gopsutil_v3_process_process_openbsd_go Log message: Update to consul-1.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 04:06:56 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.21.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 04:07:17 Removed files: sysutils/consul/patches: patch-vendor_github_com_shirou_gopsutil_process_process_openbsd_go Log message: Forgot in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 04:33:31 Modified files: sysutils/consolekit/patches: patch-src_ck-inhibit-manager_c patch-src_ck-inhibit-manager_h patch-src_ck-inhibit_c patch-src_ck-inhibit_h patch-src_ck-sysdeps-openbsd_c patch-src_ck-sysdeps-unix_c Log message: All merged upstream. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/29 05:54:36 Added files: sys/arch/armv7/include: cpufunc.h Log message: Give armv7 a header and use it to add a prototype for smc_call(). ok patrick@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/11/29 05:59:25 Modified files: graphics/zint : Makefile distinfo graphics/zint/pkg: PLIST-main Log message: update to zint-2.9.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/29 06:00:23 Modified files: sys/dev/fdt : if_mvneta.c if_mvnetareg.h Log message: Add support for 1000base-x and 2500base-x connections. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 06:37:06 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-10.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 08:03:59 Modified files: sysutils/consul/patches: patch-vendor_github_com_shirou_gopsutil_v3_process_process_openbsd_go Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 11:47:49 Log message: Import castor-0.8.16 Castor is a graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201129 N ports/www/castor/Makefile N ports/www/castor/distinfo N ports/www/castor/pkg/DESCR N ports/www/castor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 11:48:16 Modified files: www : Makefile Log message: +castor CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/29 11:53:50 Modified files: www/castor : Makefile www/castor/pkg : PLIST Log message: Fix icon installation path. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/11/29 11:57:29 Modified files: gnu/llvm/lld/ELF/Arch: PPC.cpp sys/arch/macppc/conf: Makefile.macppc Log message: Teach lld to link the macppc kernel Add R_PPC_ADDR24 to lld. We need R_PPC_ADDR24 for absolute branches "ba" and "bla" in locore.S in the kernel. In Makefile.macppc, add a gapdummy (like in Makefile.powerpc64) to avoid an lld error. Also adapt a part of Makefile.i386, so my powerpc64 can use clang and lld to build and link the macppc kernel. (I didn't boot that kernel.) My macppc can now build, link, and boot kernels with either ld.bfd or ld.lld. Beware that kernels linked with ld.lld have at least one problem (wrong &etext) not yet fixed. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/29 12:08:14 Modified files: www/privoxy : Makefile distinfo www/privoxy/patches: patch-GNUmakefile_in patch-config www/privoxy/pkg: PLIST Log message: update to privoxy-3.0.29 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/29 12:15:32 Modified files: sys/dev/pci : pcidevs Log message: Add Marvell ARMADA 3700 bridge. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/29 12:16:57 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/29 12:48:35 Modified files: usr.sbin/ldapd : parse.y Log message: Fix cert and key path inference for absolute paths ldapd infers certificate and key paths from the configured certificate string. It appends ".crt" and ".key", respectively, and in the case of a relative path it also prepends "/etc/ldap/certs/". A logic error results in prepending "/etc/ldap/certs/" also for absolute paths. Avoid this by making the whole thing readable at the cost of a bit of verbosity. Problem reported by Maksim Rodin on misc@, thanks! Initial fix from me, committing an improved version on behalf of martijn. ok jmatthew, tb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/29 12:57:01 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-extern_glog_src_config_h patch-intern_cycles_util_util_aligned_malloc_cpp patch-intern_ffmpeg_ffmpeg_compat_h patch-intern_guardedalloc_intern_mallocn_c patch-intern_guardedalloc_intern_mallocn_guarded_impl_c patch-intern_guardedalloc_intern_mallocn_intern_h patch-intern_libmv_libmv_base_aligned_malloc_cc patch-intern_libmv_libmv_numeric_numeric_h patch-source_blender_blenkernel_intern_packedFile_c patch-source_blender_blenlib_intern_storage_c patch-source_blender_blenloader_intern_writefile_c graphics/blender/pkg: PLIST Added files: graphics/blender/patches: patch-extern_wcwidth_wcwidth_h patch-intern_cycles_CMakeLists_txt patch-release_scripts_startup_bl_ui_space_toolsystem_common_py patch-source_blender_blenlib_BLI_sys_types_h patch-source_blender_blenlib_intern_system_c patch-source_blender_blenloader_intern_readfile_h Removed files: graphics/blender/patches: patch-extern_carve_include_carve_geom_hpp patch-intern_audaspace_ffmpeg_AUD_FFMPEGReader_cpp patch-intern_audaspace_ffmpeg_AUD_FFMPEGWriter_cpp patch-intern_itasc_kdl_tree_hpp patch-intern_opensubdiv_opensubdiv_converter_cc patch-source_blender_blenkernel_intern_writeffmpeg_c patch-source_blender_imbuf_intern_indexer_c patch-source_blender_python_intern_bpy_rna_c patch-source_blender_render_intern_source_shadbuf_c patch-source_gameengine_Expressions_intern_InputParser_cpp Log message: update to blender-2.91.0, from Dimitri Karamazov (and earlier work on 2.81 from Andrea Fleckenstein). Dimitri takes maintainer, agreed with pascal@. I added a dep on graphics/potrace because blender picks it up at build time if present. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/29 13:04:36 Modified files: usr.sbin/ldapd : util.c Log message: Silence -Wsign-compare whining in bsnprintf() This warning was present since an incorrect cast was removed in r1.11. Add the cast to the correct place, i.e., cast to the wider type. ok florian martijn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/29 13:05:50 Modified files: graphics/openimageio: Makefile distinfo graphics/openimageio/patches: patch-src_cmake_platform_cmake patch-src_ffmpeg_imageio_ffmpeginput_cpp patch-src_include_tbb_machine_gcc_generic_h patch-src_include_tbb_machine_sunos_sparc_h patch-src_libtexture_texture_pvt_h patch-src_libutil_sysutil_cpp patch-src_make_detectplatform_mk graphics/openimageio/pkg: PLIST Removed files: graphics/openimageio/patches: patch-src_include_OpenImageIO_simd_h patch-src_libutil_simd_test_cpp Log message: update to openimageio-1.8.17 (the newest in 1.8 branch), from Brad. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/29 13:07:38 Modified files: usr.sbin/smtpd : util.c Log message: Sync bsnprintf() with ldapd/util.c r1.13 Pointed out by jmatthew and requested by florian. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/29 13:08:49 Modified files: graphics : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm graphics/openjp2: Makefile graphics/openjp2/pkg: PLIST Removed files: graphics/openjpeg: Makefile distinfo graphics/openjpeg/patches: patch-applications_codec_convert_c patch-configure_ac patch-libopenjpeg_opj_malloc_h graphics/openjpeg/pkg: DESCR PLIST Log message: remove openjpeg, with the openimageio/blender updates it has no more consumers. merge into openjp2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/11/29 13:14:06 Modified files: etc : netstart rc distrib/miniroot: install.sub share/man/man5 : Makefile myname.5 share/man/man8 : diskless.8 netstart.8 Added files: share/man/man5 : mygate.5 Log message: Add support for !command to mygate, so that netstart has a late opportunity to perform network configuration (for example, "!route source -ifp em0") Split mygate and myname manual pages (how did anyone ever believe these are related), and perform hostname configuration much earlier in rc. discussed with benno, claudio, jmc, etc etc, last version of !command parser by tb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/29 13:15:05 Modified files: sysutils/htop : Makefile sysutils/htop/patches: patch-openbsd_OpenBSDProcessList_c Log message: htop: fix the patch that copes with disabled cores and hw.smt=0; it was storing cpuids in an array but not using them and just using the array index when looking up the stats. this works for cpus where the disabled smt "cpu"s are at the end of the list but not where disabled/enabled cores are interspersed as is the case with AMD. reported/tested by Ashton Fagg. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/11/29 13:54:33 Modified files: etc : netstart distrib/miniroot: install.sub Log message: Fix previous: use correct version of netstart and installer bits. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/29 14:00:44 Modified files: sbin/iked : config.c iked.h ikev2.c parse.y Log message: Add 'set stickyaddress' option. If this option is enabled, iked will try to assign the same 'config address' when an IKESA is negotiated with the DSTID of an existing IKESA. The original IKESA will be closed and the address will be transferred to the new IKESA. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/29 14:09:49 Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : mvsw.c Log message: Add mvsw(4), a driver for Marvell "SOHO" switches that are found on some SBCs (Turris MOX, SolidRun Clearfog GT 8K). For now this driver only supports the 88E6141 and 88E6341 switches. More switch types can be added later. The driver does some minimal hardware configuration to make it function like a dumb switch. Essentially it enables all ports mentioned in the device tree and enables the switchport PHYs and SERDES connections. ok deraadt@, patrick@ CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/11/29 14:45:26 Modified files: www/youtube-dl : Makefile distinfo Log message: update to youtube-dl 2020.11.29 tested by Ashton Fagg OK rsadowski@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/29 15:02:37 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable mvsw(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/29 15:23:51 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : mvsw.4 Log message: mvsw(4) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/29 19:22:33 Modified files: sys/dev/pci/drm/amd/display/dc/dcn21: dcn21_resource.c Log message: Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to cause SSE FP exception traps, update_bw_bounding_box() and dcn20_populate_dml_pipes_from_context(). The scope around the dcn20_fast_validate_bw() call is large to match DC_FP_START()/DC_FP_END() use in dcn20_resource.c and avoid the situation where a dcn2.0 path would have nested DC_FP_START() calls. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/11/29 19:56:42 Modified files: sys/arch/amd64/amd64: fpu.c Log message: reset fpu in fpu_kernel_enter() even when there is no xsave state Avoids the situation where FP code ran out of the amdgpu attachhook would sometimes trigger SSE FP exception traps because precision exceptions were not masked in mxcsr. feedback from and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/11/29 20:43:14 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/11/29 22:36:40 Modified files: usr.bin/ssh : readconf.c Log message: Ignore comments at the end of config lines in ssh_config, similar to what we already do for sshd_config. bz#2320, with & ok djm@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/11/30 02:06:00 Modified files: geo/py-rasterio: Makefile distinfo Log message: Update py-rasterio to 1.1.8. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/30 05:00:49 Modified files: textproc/pecl-yaml: Makefile distinfo Log message: update to pecl-yaml-2.2.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/11/30 06:37:45 Modified files: usr.bin/tmux : cmd-queue.c tmux.1 Log message: Ignore running command when checking for no-hooks flag if it is blocked. GitHub issue 2483. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/30 07:59:44 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/patches: patch-meson_build Log message: Update to deja-dup-42.6. CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/11/30 08:10:23 Log message: Import cad/dxf2gcode DXF2GCODE is a tool for converting 2D (dxf, pdf, ps) drawings to CNC machine compatible GCode. Tweaks sthen@, additional patch and ok paco@ Status: Vendor Tag: tracey Release Tags: tracey_20201130 N ports/cad/dxf2gcode/Makefile N ports/cad/dxf2gcode/distinfo N ports/cad/dxf2gcode/pkg/DESCR N ports/cad/dxf2gcode/pkg/PLIST N ports/cad/dxf2gcode/patches/patch-make_py_uic_py N ports/cad/dxf2gcode/patches/patch-make_tr_py N ports/cad/dxf2gcode/patches/patch-dxf2gcode_globals_config_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/11/30 08:10:46 Modified files: cad : Makefile Log message: add dxf2gcode CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/30 08:14:05 Modified files: textproc/miller: Makefile distinfo Log message: Update miller to 5.10.0. Notable changes: - Switch to using GH_ directives to fetch the distfile, release tarball does not include the man page anymore - Add a post-install target to install the man page CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/11/30 08:15:01 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.5.4. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/11/30 08:41:56 Modified files: mail/greyscanner: Makefile mail/greyscanner/pkg: PLIST Log message: Fix MASTER_SITE and delete HOMEPAGE for now. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/30 08:44:36 Modified files: x11/gnome/eog-plugins: Makefile distinfo Log message: update to eog-plugins-3.26.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/30 08:46:04 Modified files: sysutils/rofi : Makefile distinfo Log message: update to rofi-1.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/30 08:46:11 Modified files: sysutils/borgmatic: Makefile distinfo Log message: update to borgmatic-1.5.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/30 08:47:53 Modified files: devel/py-r2pipe: Makefile distinfo Log message: update to r2pipe-1.5.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/30 08:49:48 Modified files: x11/xkbcommon : Makefile distinfo Log message: update to libxkbcommon-1.0.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/11/30 08:51:49 Modified files: textproc/py-natsort: Makefile distinfo Log message: update to natsort-7.1.0 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/11/30 09:09:33 Modified files: sys/dev/usb : if_athn_usb.c if_athn_usb.h if_otus.c if_otusreg.h if_rsu.c if_rsureg.h Log message: Fix deferred key tasks along the same lines as urtwn(4) and run(4). athn(4) tested by stsp@, who points out that otus(4) and rsu(4) don't yet invoke the code path to do their own key setting. ok stsp@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/11/30 09:34:37 Modified files: converters/k2pdfopt: Makefile converters : Makefile Log message: disable k2pdfopt in converters/Makefile, it was already marked BROKEN but it had a dep on graphics/openjpeg which has been removed, causing problems for dpb/sqlports. add some notes from my several failed attempts at updating this port to k2pdfopt/Makefile. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/11/30 09:46:44 Modified files: x11/worker : Makefile distinfo Log message: Update to worker-4.6.0 Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#org929fd48 CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2020/11/30 10:04:34 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.4 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/11/30 10:57:36 Modified files: sys/dev/ofw : ofw_misc.c ofw_misc.h Log message: Implement mii_byname(). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/11/30 12:17:35 Modified files: share/man/man5 : myname.5 Log message: zap double .Pp; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/11/30 12:52:14 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.12. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/11/30 14:37:43 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/11/30 14:52:47 Modified files: sbin/iked : iked.h ikev2.c Log message: We need to rekey every child SA (even if acquired): Otherwise we can get out of sync with the peer and the peer would keep on using the expired SA because the lifetime is not negotiated. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/11/30 23:03:24 Modified files: x11/awesome : Makefile x11/awesome/pkg: PLIST Log message: Disable generation of docs to unbreak sparc64 build OK kmos CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/01 00:03:31 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/01 00:12:56 Modified files: x11/greybird : Makefile distinfo Log message: x11/greybird: update to 3.22.13 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/01 00:25:00 Modified files: x11/xfce4/mousepad: Makefile distinfo x11/xfce4/mousepad/pkg: PLIST Log message: x11/xfce4/mousepad: update to 0.5.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/01 00:46:02 Modified files: lib/libssl : ssl_lib.c ssl_locl.h ssl_methods.c Log message: Bring back *_client_method() structs The method unification broke an API promise of SSL_is_server(). According to the documentation, calling SSL_is_server() on SSL objects constructed from generic and server methods would result in 1 even before any call to SSL_set_accept_state(). This means the information needs to be available when SSL_new() is called, so must come from the method itself. Prior to the method unification, s->server would be set to 0 or 1 in SSL_new() depending on whether the accept method was undefined or not. Instead, introduce a flag to the internal structs to distinguish client methods from server and generic methods and copy that flag to s->server in SSL_new(). This problem was reported to otto due to breakage of DoH in net/dnsdist. The reason for this is that www/h2o relies on SSL_is_server() to decide whether to call SSL_accept() or SSL_connect(). Thus, the h2o server would end up responding to a ClientHello with another ClientHello, which results in a handshake failure. The bandaid applied to www/h2o can be removed once this fix has made it into snaps. No other breakage is known. This commit brings back only about half of the duplication removed in the method unification, so is preferable to a full revert. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/01 00:48:35 Added files: regress/lib/libssl/unit: ssl_methods.c Log message: Add an ssl_methods() unit test that currently only covers the behavior of SSL_is_server(). This would have caught the regression introduced in the method unification. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/01 00:49:03 Modified files: regress/lib/libssl/unit: Makefile Log message: Enable ssl_methods unit test. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/01 01:05:06 Modified files: regress/lib/libssl/unit: ssl_methods.c Log message: Extend the methods test to cover dtls methods as well CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/01 01:12:58 Modified files: usr.bin/tmux : format-draw.c format.c options-table.c tmux.1 Log message: Make replacement of ##s consistent when drawing formats, whether followed by [ or not. Add a flag (e) to the q: format modifier to double up #s and use it for the window_flags format variable so it doesn't end up escaping any following text. GitHub issue 2485. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/01 03:48:03 Modified files: usr.bin/tmux : cmd-parse.y Log message: Leave newlines inside multiline quotes. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/12/01 04:28:03 Modified files: sys/net : wg_noise.c Log message: bzero the antireplay counter rwlock before rw_init'ing it, not after. This was triggering a WITNESS detection witness: lock_object uninitialized: 0xffff800000bcf0d8 Starting stack trace... witness_checkorder(ffff800000bcf0d8,9,0) at witness_checkorder+0xab rw_enter_write(ffff800000bcf0c8) at rw_enter_write+0x43 noise_remote_decrypt(ffff800000bcea48,c4992785,0,fffffd80073c89bc,10) at noise_remote_decrypt+0x135 wg_decap(ffff80000054a000,fffffd805f53ac00) at wg_decap+0xda wg_decap_worker(ffff80000054a000) at wg_decap_worker+0x7a taskq_thread(ffff80000012d900) at taskq_thread+0x9f alternating between two lock objects. From Matt Dunwoodie, thanks semarie@ for explanations about witness and looking at the code. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/12/01 04:50:59 Modified files: sysutils/rofi : Makefile Log message: fix LIB_DEPENDS that got fudged; spotted by aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/01 05:36:23 Modified files: devel/glib2mm : Makefile distinfo Log message: Update to glib2mm-2.64.5. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/01 06:30:13 Modified files: gnu/llvm/clang/include/clang/Driver: Options.td gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp gnu/llvm/llvm/lib/Target/Mips: Mips.h MipsTargetMachine.cpp gnu/llvm/llvm/lib/Target/Mips/AsmParser: MipsAsmParser.cpp gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc: MipsABIInfo.cpp gnu/usr.bin/clang/libLLVMMipsCodeGen: Makefile Added files: gnu/llvm/llvm/lib/Target/Mips: MipsLoongson2FBTBFix.cpp Log message: Implement Loongson 2F BTB bug workaround in clang This adapts the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. Because LLVM emits machine code directly without using assembly as intermediary form, the workaround has to be applied in the compiler backend in addition to the integrated assembler. Discussed with miod@ OK mortimer@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/12/01 06:37:52 Modified files: cad/qelectrotech: Makefile distinfo cad/qelectrotech/pkg: PLIST Log message: Update qelectrotech to 0.70. The upstream has different naming scheme for distfiles now, cope with that. Tested on amd64 (open, modify & save). landry@ agrees CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/01 06:40:16 Modified files: sys/arch/loongson/conf: Makefile.loongson Log message: Add option to build loongson kernels using clang. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/01 06:56:22 Modified files: sys/uvm : uvm_extern.h uvm_page.c uvm_pmemrange.c uvmexp.h Log message: Turn uvm_pagealloc() mp-safe by checking uvmexp global with pageqlock held. Use a new flag, UVM_PLA_USERESERVE, to tell uvm_pmr_getpages() that using kernel reserved pages is allowed. Merge duplicated checks waking the pagedaemon to uvm_pmr_getpages(). Add two more pages to the amount reserved for the kernel to compensate the fact that the pagedaemon may now consume an additional page. Document locking of some uvmexp fields. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/12/01 07:48:03 Modified files: www/castor : Makefile Log message: Fix castor build, no bump needed. ok aja CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/01 07:55:40 Modified files: sbin/dhclient : dhclient.c Log message: Extract another couple of chunks from main() into helper functions, get_routefd() and set_user(). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/12/01 08:21:28 Modified files: xserver/xkb : xkb.c Log message: Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflows ZDI-CAN 11389 / CVE-2020-25712 Fix from Jan-Niklas Sohn working with Trend Micro. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/12/01 08:25:39 Modified files: xserver/xkb : xkb.c Log message: Check SetMap request length carefully. Avoid out of bounds memory accesses on too short requests. ZDI-CAN 11572 / CVE-2020-14360 Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative CVSROOT: /cvs Module name: xenocara Changes by: bluhm@cvs.openbsd.org 2020/12/01 08:36:45 Modified files: xserver/xkb : Tag: OPENBSD_6_8 xkb.c Log message: Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflows ZDI-CAN 11389 / CVE-2020-25712 Fix from Jan-Niklas Sohn working with Trend Micro. Check SetMap request length carefully. Avoid out of bounds memory accesses on too short requests. ZDI-CAN 11572 / CVE-2020-14360 Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative from matthieu@ this is errata/6.8/007_xmaplen.patch.sig CVSROOT: /cvs Module name: xenocara Changes by: bluhm@cvs.openbsd.org 2020/12/01 08:37:43 Modified files: xserver/xkb : Tag: OPENBSD_6_7 xkb.c Log message: Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflows ZDI-CAN 11389 / CVE-2020-25712 Fix from Jan-Niklas Sohn working with Trend Micro. Check SetMap request length carefully. Avoid out of bounds memory accesses on too short requests. ZDI-CAN 11572 / CVE-2020-14360 Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative from matthieu@ this is errata/6.7/030_xmaplen.patch.sig CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/01 09:19:38 Modified files: lib/libc/db/recno: rec_open.c Log message: Set type to DB_RECNO in __rec_open() for consistency with other db types. From Boudewijn Dijkstra CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/12/01 10:02:45 Modified files: . : errata67.html errata68.html Log message: release xmaplen errata CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/01 10:31:37 Modified files: usr.sbin/rad : frontend.c rad.c rad.h Log message: Let rad(8) handle all rdomains in a single daemon, similar to previous work in slaacd. Suggested / requested by tb who showed me previous work by reyk which unfortunately predated my work in slaacd and followed a different pattern to that done in slaacd. Testing & OK tb CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/01 11:08:54 Modified files: sbin/slaacd : frontend.c slaacd.c Log message: Sync get_ifrdomain() to rad(8) version by removing a useles (void) cast in front of a strlcpy(3). tb@ had pointed out that the use in rad(8) was not consistent. I consider the void cast a useless annotation, either the strl* functions must have the canonical trucation check or it must be obvious that truncation cannot happen or is not a problem. While at it remove a bunch more casts that snuck in over time. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/01 11:10:27 Modified files: usr.sbin/rad : frontend.c Log message: Remove useless void cast annotation. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/12/01 11:47:26 Modified files: usr.sbin/btrace: bt_parse.y Log message: The print() function only accepts a single argument. ok mpi@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/01 12:21:56 Modified files: faq : current.html Log message: iked.conf: if you were using "to 0.0.0.0" you may be interested in the new "to dynamic", as I discovered when I found a 0.0.0.0/0 to 0.0.0.0/0 flow while investigating why the network wasn't working too well on one of my vpn gateways after updating 6.8->current.. CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/12/01 12:59:05 Modified files: devel/arduino-esp8266: Makefile devel/arduino-esp8266/pkg: DESCR Log message: Update DESCR to let users know that makeesparduino is a required package for compiling projects. ok kn@ CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/12/01 12:59:35 Modified files: devel/arduino-esp32: Makefile devel/arduino-esp32/pkg: DESCR Log message: Update DESCR to let users know that makeesparduino is a required package for compiling projects. ok kn@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/01 14:06:12 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2020-12. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/01 14:24:37 Modified files: faq : current.html Log message: update the iked "to dynamic" bits. old "0.0.0.0" does still work, it's "0.0.0.0/0" that does bad things. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/12/01 14:54:58 Modified files: emulators/spike: Makefile Added files: emulators/spike/patches: patch-fesvr_syscall_cc Log message: spike: big endian and base-gcc architectures fixes - big endian archs: correct a type mismatch in a template function call, that caused a build failure. - base-gcc archs: Add a COMPILER line since it requires ports-gcc (C++11). - powerpc: The simulation generates internal exceptions, mark it BROKEN. OK kmos@ (who tested on sparc64, thanks!) and jasper@ (maintainer) CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/01 15:43:30 Modified files: sbin/iked : pfkey.c Log message: Don't log ESRCH as warning. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/01 17:50:26 Modified files: devel/luacheck : Makefile devel/py-virtualenv: Makefile productivity/vdirsyncer: Makefile textproc/py-sphinx: Makefile Log message: py-sphinx no longer depends on py-sphinx_rtd_theme Release 1.4 of py-sphinx made this dependency optional. So adapt the port to match. Instead we add a BUILD_DEP on py-sphinx_rtd_theme to the 3 ports that actually depend on it. This may make updating py-sphinx_rtd_theme a bit easier to update in the future as fewer consumers would need testing. ok kmos@, sthen@ CVSROOT: /cvs Module name: src Changes by: asou@cvs.openbsd.org 2020/12/01 18:47:53 Modified files: gnu/usr.bin/binutils/gdb: solib-svr4.c Log message: Fix a bug that GDB could not show the symbols of the core dump it was generated with the static linked ELF file. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/01 22:40:32 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.269 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/01 23:17:34 Modified files: audio/musique : Makefile distinfo Log message: Update musique to 1.10.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/01 23:44:07 Modified files: multimedia/libmatroska: Makefile distinfo multimedia/libmatroska/patches: patch-CMakeLists_txt multimedia/libmatroska/pkg: PLIST Log message: Update libmatroska to 1.6.2 "Looks good to me" Brad, maintainer CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/01 23:44:09 Modified files: textproc/libebml: Makefile distinfo textproc/libebml/patches: patch-CMakeLists_txt textproc/libebml/pkg: PLIST Log message: Update libebml to 1.4.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/01 23:44:11 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-Rakefile patch-ac_qt5_m4 patch-src_mkvtoolnix-gui_jobs_program_runner_cpp patch-src_mkvtoolnix-gui_jobs_program_runner_unix_program_runner_cpp patch-src_mkvtoolnix-gui_jobs_program_runner_unix_program_runner_h multimedia/mkvtoolnix/pkg: PLIST Log message: Update mkvtoolnix to 51.0.0 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/12/02 00:00:42 Modified files: share/man/man4 : dt.4 Log message: Bring back cross references now that all manuals are installed. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/02 00:04:14 Modified files: x11/xfce4/mousepad: Makefile distinfo Log message: upstream rerolled the tarball to fix the bad layout in the original one (https://gitlab.xfce.org/apps/mousepad/-/issues/79) but uploaded it with the same name.. noticed by ajacoutot@, thanks ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/02 00:45:33 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/{mozilla-thunderbird,thunderbird-i18n}: update to 78.5.1. See https://www.thunderbird.net/en-US/thunderbird/78.5.1/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-53/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/02 00:46:47 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: mail/{mozilla-thunderbird,thunderbird-i18n}: MFC update to 78.5.1. See https://www.thunderbird.net/en-US/thunderbird/78.5.1/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-53/ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/12/02 01:23:04 Modified files: sysutils/duf : Makefile distinfo Log message: Update for duf to 0.5.0: https://github.com/muesli/duf/releases/tag/v0.5.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/02 02:31:03 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.342. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/02 02:49:34 Modified files: sys/dev/fdt : mvsw.c Log message: Enable auto-negotiation on the SerDes links, which allows in-band-status to work between mvpp(4) and mvsw(4) on the ClearFog GT 8K and hence gives us a nice link up. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/02 03:26:22 Modified files: x11/spice-gtk : Makefile distinfo Log message: Update to spice-gtk-0.39. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/12/02 04:54:11 Log message: import hashid: Identify the different types of hashes used to encrypt data and especially passwords. It is able to identify a single hash, parse a file or read multiple files in a directory and identify the hashes within them. hashID is also capable of including the corresponding hashcat mode and/or JohnTheRipper format in its output. OK benoit@, gonzalo@ Status: Vendor Tag: sebastia Release Tags: sebastia_20201202 N ports/security/hashid/Makefile N ports/security/hashid/distinfo N ports/security/hashid/pkg/DESCR N ports/security/hashid/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/12/02 04:55:14 Log message: import wfuzz: Wfuzz has been created to facilitate the task in web applications assessments and it is based on a simple concept: it replaces any reference to the FUZZ keyword by the value of a given payload. A payload in Wfuzz is a source of data. This simple concept allows any input to be injected in any field of an HTTP request, allowing to perform complex web security attacks in different web application components such as: parameters, authentication, forms, directories/files, headers, etc. Status: Vendor Tag: sebastia Release Tags: sebastia_20201202 N ports/security/wfuzz/Makefile N ports/security/wfuzz/distinfo N ports/security/wfuzz/patches/patch-src_wfuzz___init___py N ports/security/wfuzz/pkg/DESCR N ports/security/wfuzz/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/12/02 04:58:23 Modified files: security : Makefile Log message: hook up hashid and wfuzz CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/02 05:05:56 Modified files: geo/mdal : Makefile distinfo geo/mdal/patches: patch-mdal_CMakeLists_txt patch-tests_CMakeLists_txt Log message: geo/mdal: update to 0.7.3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/12/02 05:14:48 Modified files: www/nginx : Makefile Log message: nginx: allow opting out of TLSv1.3 Many people really want to use TLSv1.3 right now, some do not. So in addition to enabling it, also allow disabling it. This works around the fact that LibreSSL cannot expose these defines right now since that would break an unknown number of ports. Issue reported by Andreas Bartelt Discussed with robert and sthen who both prefer this over a revert CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/12/02 06:27:55 Modified files: math/hdf5 : Makefile distinfo math/hdf5/pkg : PLIST Added files: math/hdf5/patches: patch-c++_examples_Makefile_in patch-examples_Makefile_in patch-fortran_examples_Makefile_in patch-hl_c++_examples_Makefile_in patch-hl_examples_Makefile_in patch-hl_fortran_examples_Makefile_in patch-tools_test_h5repack_h5repack_plugin_sh_in Log message: Update hdf5 to 1.12.0: - take maintainer (thanks Ingo) - enable fortran - use configure argument for example dir instead of post-install mv(1) - API changes require major bump to all shlib - pull patches from upstream to respect DESTDIR for examples - fix h5repack_plugin.sh test OK feinerer@, extra testing for gdal,python3 from landry@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/02 08:31:15 Modified files: usr.sbin/rpki-client: extern.h io.c main.c rsync.c Log message: Remove the last users of io_*_write functions that call io_simple_write() internally. This is a step in direction of more async aware io in rpki-client. Now everything uses a buffer which is then written. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/02 08:45:51 Modified files: usr.bin/snmp : snmpc.c Log message: Add argc check for snmp trap and drop to usage if we're short. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/02 08:50:01 Modified files: sys/sys : file.h Log message: Hoist DTYPE_* out of #ifdef _KERNEL. Similar to what NetBSD and FreeBSD have done. OK guenther@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/02 09:32:00 Modified files: sys/uvm : uvm_page.c Log message: Document that the page queue must only be locked if the page is managed. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/02 09:47:45 Modified files: sbin/iked : policy.c Log message: The skip steps must be set up for each attribute independently otherwise the wrong rules might me skipped, e.g. if you have policies with different listen addresses that are not sorted by address family. ok patrick@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/02 09:52:30 Modified files: sys/kern : kern_fork.c kern_sig.c Log message: Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock. Make sure `ps_single' is set only once by checking then updating it without releasing the lock. Analyzed by and ok claudio@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/02 10:06:35 Modified files: sys/dev/ic : bwfm.c bwfmvar.h Log message: Extract another couple of chunks from main() into helper functions, get_routefd() and set_user(). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/02 10:29:08 Modified files: net/nagios/nsca-ng: Makefile Log message: nsca-ng: switch back to openssl/1.0.2, there is some problem within BIO with sockets on a system with "family inet6 inet4" in resolv.conf. found by florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/02 10:32:50 Modified files: security/openssl/1.1: Makefile Added files: security/openssl/1.1/patches: patch-crypto_bio_b_sock2_c Log message: openssl/1.1: don't try using IPV6_V6ONLY which does EINVAL on OpenBSD found while looking at https://marc.info/?t=160692394000004&r=1&w=2 issue in net/nagios/nsca-ng (but doesn't fix the problem) CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/02 12:07:31 Log message: Import kristall-2020110600 Kristall is a multi-protocol support (Gemini, Gopher, Finger, Http(s)) navigator with features such as: - Document rendering based on MIME - TLS Management - Favourite Sites - Navigation history - Tabbed interface - Outline generation - Special link highlighting for different targets - Color Themes ok paco@ Status: Vendor Tag: solene Release Tags: solene_20201202 N ports/net/kristall/Makefile N ports/net/kristall/distinfo N ports/net/kristall/pkg/DESCR N ports/net/kristall/pkg/PLIST N ports/net/kristall/patches/patch-Makefile N ports/net/kristall/patches/patch-src_kristall_pro No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/02 12:08:01 Modified files: net : Makefile Log message: + kristall CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/02 12:10:51 Log message: Import epr-reader-2.4.8 Terminal/CLI Epub reader with features: - Remembers last read file - Remembers last reading state for each file - Adjustable text area width - Adaptive to terminal resize - Supports EPUB3 (no audio support) - Secondary vim-like bindings - Supports opening images - Dark/Light colorscheme ok kmos@ Status: Vendor Tag: solene Release Tags: solene_20201202 N ports/productivity/epr-reader/Makefile N ports/productivity/epr-reader/distinfo N ports/productivity/epr-reader/pkg/DESCR N ports/productivity/epr-reader/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/02 12:11:08 Modified files: productivity : Makefile Log message: + epr-reader CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/02 13:24:22 Modified files: devel/ninja : Makefile distinfo devel/ninja/patches: patch-src_build_cc patch-src_build_h patch-src_state_cc patch-src_state_h Log message: update to ninja-1.10.2 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/02 13:57:56 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.199. CVSROOT: /cvs Module name: ports Changes by: mariani@cvs.openbsd.org 2020/12/02 15:33:17 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: distinfo net/qbittorrent/qbittorrent/patches: patch-src_base_utils_gzip_cpp net/qbittorrent/qbittorrent-nox: distinfo net/qbittorrent/qbittorrent-nox/patches: patch-src_base_utils_gzip_cpp Log message: Update net/qbittorrent 4.3.0.1 to 4.3.1 Changelog: https://github.com/qbittorrent/qBittorrent/blob/release-4.3.1/Changelog Tested OK on amd64. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/02 15:35:32 Modified files: sys/kern : kern_fork.c kern_sig.c Log message: Revert previous extension of the SCHED_LOCK(), the state isn't passed down. Panic reported by dhill@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/02 22:56:19 Modified files: distrib/sets/lists/comp: md.armv7 Log message: sync CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/12/03 00:05:03 Modified files: lib/libpthread/man: pthread_attr_setstack.3 Log message: There are special rules regarding the memory passed to pthread_attr_setstack(). ok semarie@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/03 00:12:12 Modified files: usr.bin/tmux : server-client.c tmux.1 tmux.h tty.c window-buffer.c window-client.c window-tree.c Log message: Redraw any visible modes when status line changes so that formats like the pane title are updated. GitHub issue 2487. Also a man page fix from jmc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/03 00:46:18 Modified files: misc/open62541 : Makefile Log message: This requires textproc/py-sphinx_rtd_theme now. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/03 00:54:51 Modified files: devel/p5-PAR-Dist: Makefile distinfo Log message: Update to p5-PAR-Dist-0.51. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/03 01:08:24 Modified files: net/py-IP : Makefile distinfo net/py-IP/pkg : PLIST Log message: Update to py-IP-1.01. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2020/12/03 01:58:52 Modified files: usr.sbin/tcpdump: util.c Log message: Kill unused `ch' variable within safeputs routine. Also use putchar(3) instead of printf(3) to output printable characters. Pointed by Martin Vahlensieck. ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/12/03 02:32:30 Modified files: net/axel : Makefile distinfo net/axel/pkg : PLIST Log message: Update for Axel to 2.17.10 Thanks sthen@ for the help :) OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 04:38:42 Modified files: security/openssl/1.1/patches: patch-crypto_bio_b_sock2_c Log message: add a comment about the IPV6_V6ONLY patch: On OpenBSD, setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, ...) only allows setting to 1 (which is the default anyway). Setting to 0 results in EINVAL. This doesn't fix everything, there are still some other problems with binds to v6 addresses with OpenSSL 1.1 on OpenBSD. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/03 04:53:34 Modified files: usr.sbin/bgpd : rde_filter.c Log message: rework the overflow checks for the various relative metric adjustments. This test no longer depends on specific overflow behaviour. OK millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 04:58:48 Modified files: security/openssl/1.1: Makefile security/openssl/1.1/patches: patch-crypto_bio_b_sock2_c Log message: doh, i fail at #ifdef. actually fix previous issue. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 05:00:12 Modified files: net/nagios/nsca-ng: Makefile Log message: nsca-ng: switch back to openssl/1.1. drop RUN_DEPENDS while there, it was only allowing nagios/icinga1, but also works with icinga2. there's not a lot of point having it as a forced dep anyway. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 05:21:19 Modified files: security/openssl/1.1: Tag: OPENBSD_6_8 Makefile Added files: security/openssl/1.1/patches: Tag: OPENBSD_6_8 patch-crypto_bio_b_sock2_c Log message: openssl/1.1: fix up IPV6_V6ONLY in -stable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 05:48:22 Modified files: x11/freerdp : Makefile Log message: freerdp: extend the comment about timer_create etc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/03 06:25:07 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.0. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/03 07:56:32 Modified files: usr.sbin/rpki-client: tal.c Log message: Use strndup() instead of hand rolling our own version. OK naddy@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/03 08:02:12 Modified files: usr.sbin/rpki-client: tal.c Log message: Make sure that the strcasecmp for .tal is only done if dlen is large enough. Found by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 08:22:40 Modified files: net/icinga/core2: Makefile distinfo net/icinga/core2/pkg: PLIST-main Log message: update to icinga2-2.12.2 - switch from libressl to openssl/1.1, the new cert validator doesn't work with icinga's pki - add no_mysql/no_pgsql pseudo-flavours to knock out ido from build, making it easier to do test builds on endpoints CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 08:23:27 Modified files: net/icinga/core2: Tag: OPENBSD_6_8 Makefile distinfo net/icinga/core2/pkg: Tag: OPENBSD_6_8 PLIST-main Log message: update -stable icinga2 to 2.12.2 and switch to openssl CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2020/12/03 09:05:22 Modified files: mail/mdsort : Makefile distinfo Log message: update to mdsort-7.1.0 - add support for matching each attachment in a message, Its intended use is to extract calendar attachments - fix label concatenation bug CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/03 09:51:56 Modified files: archivers/libarchive: Makefile distinfo Log message: maintenance update to 3.5.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/03 09:52:26 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.28.6. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 10:10:28 Modified files: net/unifi/stable: Makefile distinfo net/unifi/stable/pkg: PLIST Log message: update to unifi-6.0.41 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 11:04:02 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-daily_sh patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-1.70.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 11:21:34 Modified files: net/libunbound : Makefile distinfo Log message: update to libunbound-1.13.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/03 11:46:47 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_app_generated_resources_grd patch-chrome_browser_about_flags_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_plugins_plugin_info_host_impl_cc patch-chrome_renderer_chrome_content_renderer_client_cc patch-content_public_common_content_features_cc patch-device_bluetooth_BUILD_gn patch-media_mojo_clients_mojo_video_encode_accelerator_cc www/chromium/pkg: PFRAG.component Log message: update to 87.0.4280.88 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/12/03 12:16:57 Modified files: regress/sys/uvm/vnode: Makefile vnode.c Added files: regress/sys/uvm/vnode: extern.h test-deadlock.c Log message: restructure, making room for several tests CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/03 12:23:28 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : mvkpcie.4 Log message: mvkpcie(4) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/03 12:29:06 Modified files: x11/mate/pluma : Makefile distinfo Log message: update to 1.24.1 and unbreak plugins by using GNU libtool CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 13:49:01 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee 5.3.7.47 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 13:58:54 Modified files: www/tomcat : Makefile.inc www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples PLIST-main www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples PLIST-main Log message: update to tomcat 8.5.60, 9.0.40 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/03 14:35:56 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim patch-runtime_syntax_bindzone_vim editors/vim/pkg: PLIST-main Log message: update to vim-8.2.2083 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/03 14:57:36 Modified files: sbin/iked : crypto.c iked.h Log message: Fix type mismatch. auth_method should be uint8_t. ok markus@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/03 15:37:12 Modified files: bin/cat : cat.c Log message: cat(1): remove global 'filename' variable There is no need for the global filename variable. Both cook_buf() and raw_cat() can accept a filename variable from the caller to use for printing warnings. ok martijn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/03 15:47:22 Modified files: lib/libagentx : agentx.3 lib/libc/yp : yp_bind.3 lib/libcrypto/man: BIO_ctrl.3 EVP_EncryptInit.3 lib/libelf : elf.3 lib/libssl/man : SSL_SESSION_new.3 share/man/man3 : dlfcn.3 usr.bin/lex : flex.1 usr.sbin/pppd : pppd.8 Log message: grammar fixes from Varik "The Genuine Article!!!" Valefor; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/03 15:53:08 Modified files: share/man/man4 : pci.4 Log message: add mvkpcie; CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/03 18:19:02 Modified files: textproc/p5-Text-CSV_XS: Makefile distinfo Log message: Update textproc/p5-Text-CSV_XS to 1.44 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/03 18:42:05 Modified files: bin/cat : cat.c Log message: cat(1): simplify argv processing loops cook_args() and raw_args() do some peculiar things in order to avoid calling cook_buf() and raw_cat(), respectively, in more than one place. The result is a convoluted. If we isolate the special cases from the normal case and just call these functions in multiple places the loops will be easier to read. Three things: 1. Pull the no-args case out of the loop. If *argv is NULL when we get into the argv processing function we just want to operate on the standard input and return early. It makes no sense to handle this case *in* the loop. 2. Isolate the "-" case from the filename case. If *argv is "-" we want to operate on the standard input. We can then do any stdin-specific cleanup within the same branch, which makes it easier to understand both the "-" case and the normal filename case. This also allows us to remove the 'filename' intermediate variable from both argv processing functions. 3. While we're here, use a for-loop and iterate argv in the loop header. Now argv is incremented in one place. ok martijn@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/03 19:25:13 Modified files: usr.bin/ssh : log.c log.h Log message: make program name be const CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/03 19:25:56 Modified files: bin/cat : cat.c Log message: cat(1): misc. style(9) - Use getprogname(3) instead of __progname. - Sprinkle in some missing braces. - Prefer err(..., NULL) when malloc(3) fails. - Remove an unnecessary cast to from ssize_t to size_t. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/03 19:27:08 Modified files: usr.bin/ssh : kex.c Log message: typos: s/hex/kex/ in error messages CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/03 19:27:57 Modified files: usr.bin/ssh : kex.c Log message: fix minor memleak of kex->hostkey_alg on rekex CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/03 19:29:25 Modified files: usr.bin/ssh : kexdh.c Log message: memleak of DH public bignum; found with libfuzzer CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/03 19:29:56 Modified files: usr.bin/ssh : ssh_api.c Log message: make ssh_free(NULL) a no-op CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/03 19:41:10 Modified files: usr.bin/ssh : sftp.c sftp-client.h sftp-client.c Log message: shuffle a few utility functions into sftp-client.c; from Jakub Jelen CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/03 20:22:46 Modified files: sys/dev/pv : hyperv.c if_hvn.c Log message: hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions Replace all tsleep(..., 1) calls in these drivers with tsleep_nsec(9) calls. In every case we can use the nearby delay(9) intervals as the timeout. Tested by Andre Stoebe (Hyper-V on Windows 10). "LGTM" mikeb@, ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/12/04 01:42:31 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.38.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/04 01:53:23 Removed files: x11/spice-gtk/patches: patch-man_meson_build patch-subprojects_spice-common_meson_build Log message: Unbreak: forgot to remove these in previous. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/04 01:55:30 Modified files: lib/libcrypto/ec: ec2_oct.c ec_lib.c ec_oct.c ecp_oct.c Log message: Move point-on-curve check to set_affine_coordinates Bad API design makes it possible to set an EC_KEY public key to a point not on the curve. As a consequence, it was possible to have bogus ECDSA signatures validated. In practice, all software uses either EC_POINT_oct2point*() to unmarshal public keys or issues a call to EC_KEY_check_key() after setting it. This way, a point on curve check is performed and the problem is mitigated. In OpenSSL commit 1e2012b7ff4a5f12273446b281775faa5c8a1858, Emilia Kasper moved the point-on-curve check from EC_POINT_oct2point to EC_POINT_set_affine_coordinates_*, which results in more checking. In addition to this commit, we also check in the currently unused codepath of a user set callback for setting compressed coordinates, just in case this will be used at some point in the future. The documentation of EC_KEY_check_key() is very vague on what it checks and when checks are needed. It could certainly be improved a lot. It's also strange that EC_KEY_set_key() performs no checks, while EC_KEY_set_public_key_affine_coordinates() implicitly calls EC_KEY_check_key(). It's a mess. Issue found and reported by Guido Vranken who also tested an earlier version of this fix. ok jsing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/12/04 01:58:31 Modified files: x11/gnome/shell: Makefile distinfo Log message: update to gnome-shell-3.38.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/12/04 01:58:32 Modified files: x11/gnome/shell-extensions: Makefile distinfo Log message: update to gnome-shell-extensions-3.38.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/12/04 02:31:35 Modified files: www/epiphany : Makefile distinfo www/epiphany/patches: patch-meson_build Log message: update to epiphany-3.38.2 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2020/12/04 04:36:14 Modified files: usr.sbin/tcpdump: Makefile privsep.c tcpdump.c Log message: Don't link tcpdump(8) with libl and remove reference to `yydebug'. From Martin Vahlensieck. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/04 04:54:26 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-3.38.1. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/12/04 04:55:00 Modified files: www/h2o : Makefile Removed files: www/h2o/patches: patch-lib_common_socket_c Log message: Remove workaround for SSL_is_server() breakage The faster architectures have the fix in snaps, so this is no longer needed. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/04 04:57:13 Modified files: usr.sbin/bgpd : rde.c rde.h rde_peer.c rde_rib.c Log message: Reference count prefixes added to a pftable. This allows to export prefixes from multiple sessions into the same table. Before a prefix was removed from the table on the first withdraw (even though there was an alternative around). Requested by, tested and OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/04 05:19:17 Modified files: sysutils/envconsul: Makefile distinfo Log message: Update to envconsul-0.11.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/04 05:23:57 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/pkg: PLIST Removed files: mail/cyrus-imapd/patches: patch-imap_conversations_c patch-imap_fud_c patch-imap_mailbox_c patch-imap_mbexamine_c patch-imap_seen_db_c patch-imap_sync_support_c patch-imtest_imtest_c patch-lib_auth_pts_c patch-lib_prot_c patch-master_master_c patch-notifyd_notify_mailto_c patch-sieve_sieved_c Log message: Update to cyrus-imapd-3.2.5. from "Anatoli" who also worked with upstream to allow getting rid of most patches; thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/04 05:36:50 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-installer_core_install_py patch-prnt_hpcups_HPCupsFilter_cpp patch-scan_sane_hpaio_c print/hplip/pkg: PLIST-main Log message: Update to hplip-3.20.11. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/04 05:39:51 Modified files: faq/ports : ports.html Log message: add a bit about DEBUG_PACKAGES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/04 05:40:06 Modified files: graphics/libplacebo: Makefile distinfo Log message: Update to libplacebo-2.72.2. from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/04 07:28:20 Modified files: security/pecl-mcrypt: Makefile distinfo security/pecl-mcrypt/pkg: PLIST Log message: update to pecl-mcrypt-1.0.4 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/04 08:00:39 Modified files: sysutils/consolekit: Makefile sysutils/consolekit/patches: patch-src_ck-inhibit-manager_c Log message: only disconnect the signal handler after the lock is removed ck_inhibit_remove_lock() will end up emitting a changed signal so disconnecting the signal handler before that is not a good idea ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/04 08:04:52 Modified files: infrastructure/bin: build-debug-info Log message: Use strip -d, not just plain "strip", when removing debug symbols from binaries for packages using DEBUG_PACKAGES. This avoids the current situation where a backtrace is useless (function names all "??") if a package was built with DEBUG_PACKAGES but the debug-foo package is not installed. ok espie@ pirofti@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/04 08:06:41 Modified files: faq/ports : ports.html Log message: add an XXXrelease comment to remove "If a debug package is available, you must install it otherwise the backtrace will be useless" after 69 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/12/04 08:09:54 Modified files: devel/snare : Makefile distinfo Log message: Update devel/snare to version 0.4.1. From author and MAINTAINER of snare, Laurence Tratt. Thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/04 08:16:45 Modified files: sys/kern : kern_fork.c kern_sig.c Log message: Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock. Make sure `ps_single' is set only once by checking then updating it without releasing the lock. Analyzed by and ok claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/04 09:01:00 Modified files: sysutils/consolekit/patches: patch-src_ck-inhibit-manager_c Log message: Merged upstream. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/04 09:18:14 Modified files: sbin/iked : pfkey.c Log message: Log pfkey type and message length on write failure. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/04 09:26:56 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/04 09:29:15 Modified files: . : arm64.html Log message: similar to several of the other platform pages, add hrefs to manufacturer details for some of the arm64 boards CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/04 09:53:48 Modified files: net/icinga/core2: Makefile Log message: icinga/core2: unbreak the pseudo-flavour setup, found by aja@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/04 10:08:16 Modified files: faq/ports : ports.html Log message: Following feedback from tb@, talk a bit more about cleaning/reinstalling packages and mention INSTALL_DEBUG_PACKAGES=Yes. Slightly separate the "how do I enable debug packages in a port" from the "how do I debug this package". CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/04 11:05:26 Modified files: sys/dev/pv : if_hvn.c Log message: hvn(4): msleep(9) -> msleep_nsec(9) In hvn_alloc_cmd() we may spin waiting for a free rndis_cmd. We check the list once per tick and block with msleep(9) if there aren't any free objects. In practice though we don't need to poll for a free rndis_cmd because our sleep is protected by a mutex, so we can't miss a wakeup(9). That is, it's safe to use msleep_nsec(9) here and not set a timeout (INFSLP). Tested by Andre Stoebe (Hyper-V on Windows 10). "LGTM" mikeb@, ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/12/04 11:29:40 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.11.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/12/04 13:01:10 Modified files: lang/lua/5.3 : Makefile distinfo lang/lua/5.3/pkg: PLIST Log message: update to lua-5.3.6, most likely the last 5.3 release CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/04 14:18:09 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Recognize Neoverse-N2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/04 15:28:23 Modified files: mail/mutt : Makefile distinfo mail/mutt/pkg : PLIST Log message: update to mutt-2.0.3 CVSROOT: /cvs Module name: xenocara Changes by: aoyama@cvs.openbsd.org 2020/12/04 18:46:42 Modified files: distrib/sets/lists/xserv: md.luna88k Log message: luna88k still uses wsfb_drv.{la,so} on X. ok matthieu@ deraadt@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/12/04 21:46:34 Modified files: sys/kern : kern_tc.c Log message: Convert sysctl_tc to sysctl_bounded_arr ok gkoehler@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/05 01:25:16 Modified files: devel/p5-Locale-Codes: Makefile distinfo Log message: Update to p5-Locale-Codes-3.66. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/05 04:11:30 Modified files: net/libproxy : Makefile distinfo net/libproxy/patches: patch-libproxy_CMakeLists_txt patch-libproxy_url_cpp net/libproxy/pkg: PLIST-main PLIST-webkit Log message: Update to libproxy-0.4.16. Add debug packages. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/05 04:19:30 Modified files: devel/intellij : Makefile distinfo devel/intellij/files: intellij.desktop devel/intellij/pkg: PLIST Added files: devel/intellij/files: idea-lightedit intellij-lightedit.desktop Log message: Update IntelliJ to 2020.3 https://www.jetbrains.com/idea/whatsnew/ Update diff from maintainer, thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/05 04:23:04 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/files: pycharm pycharm.desktop devel/pycharm/pkg: PLIST Added files: devel/pycharm/files: pycharm-lightedit pycharm-lightedit.desktop Log message: Update pycharm to 2020.3 https://www.jetbrains.com/pycharm/whatsnew/ Update diff from maintainer, thanks CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/05 06:49:20 Modified files: x11/stumpwm : Makefile distinfo Log message: Update to stumpwm-20.11 From maintainer Timo Myyrä CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/05 09:14:30 Modified files: sys/dev/acpi : acpi.c Log message: Add support for the _EVT method to the GPIO support code. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/05 09:19:52 Removed files: net/libproxy/patches: patch-cmake_FindPython3Interp_cmake Log message: Once again, I forgot to remove a patch. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/05 09:53:26 Modified files: emulators/ucon64: Makefile distinfo emulators/ucon64/patches: patch-src_Makefile patch-src_libdiscmage_Makefile_in emulators/ucon64/pkg: PLIST Removed files: emulators/ucon64/patches: patch-src_ucon64_c patch-src_ucon64_opts_c Log message: Update ucon64 to 2.2.1. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/05 10:21:55 Modified files: net/i2p : Makefile distinfo net/i2p/pkg : PLIST i2p.rc Log message: Update to i2p-0.9.48 from maintainer Dimitri Karamazov CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/05 10:44:36 Modified files: editors/nano : Makefile distinfo Log message: Update to 5.4. Notable improvement: The cursor skips over combining characters, deletes them together with the character they combine with, but deletes them separately. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 11:13:42 Modified files: devel/p5-Module-Build: Makefile distinfo Log message: Update devel/p5-Module-Build to 0.4231 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 11:15:39 Log message: Import textproc/p5-Text-Soundex 3.05 Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in spelling. Soundex is the most widely known of all phonetic algorithms and is often used (incorrectly) as a synonym for "phonetic algorithm". Improvements to Soundex are the basis for many modern phonetic algorithms. (Wikipedia, 2007) This module implements the original soundex algorithm developed by Robert Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation called "American Soundex" used for US census data, and current maintained by the National Archives and Records Administration (NARA). The soundex algorithm may be recognized from Donald Knuth's The Art of Computer Programming. The algorithm described by Knuth is the NARA algorithm. OK benoit@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20201205 N ports/textproc/p5-Text-Soundex/Makefile N ports/textproc/p5-Text-Soundex/distinfo N ports/textproc/p5-Text-Soundex/pkg/DESCR N ports/textproc/p5-Text-Soundex/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 11:15:55 Modified files: textproc : Makefile Log message: +p5-Text-Soundex CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 11:22:22 Modified files: devel/p5-Devel-StackTrace: Makefile distinfo Log message: Update devel/p5-Devel-StackTrace to 2.04 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 11:40:50 Modified files: devel/p5-Hash-Merge: Makefile distinfo Log message: Update devel/p5-Hash-Merge to 0.302 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/05 11:44:35 Modified files: share/man/man4 : eoip.4 gre.4 Log message: couple more article fixes; CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 11:51:09 Modified files: devel/p5-Package-Stash: Makefile distinfo Log message: Update devel/p5-Package-Stash to 0.39 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 12:00:08 Modified files: devel/p5-Clone : Makefile distinfo devel/p5-Clone/pkg: DESCR PLIST Log message: Update devel/p5-Clone to 0.45 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 12:06:31 Modified files: devel/p5-Data-Compare: Makefile distinfo Log message: Update devel/p5-Data-Compare to 1.27 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/05 12:10:47 Modified files: sbin/iked : ca.c Log message: Make len unsigned. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 12:16:15 Modified files: devel/p5-Params-Validate: Makefile distinfo Log message: Update devel/p5-Params-Validate to 1.30 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/05 12:33:39 Modified files: lib/libssl : t1_lib.c Log message: Mark nid_list[] const. This moves 116 bytes to .rodata. ok jsing kn CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/05 12:34:57 Modified files: lib/libssl : d1_both.c Log message: Mark bitmask_{start,end}_values[] and g_probable_mtu[] const. ok jsing kn CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 12:41:58 Modified files: devel/p5-Package-Variant: Makefile distinfo devel/p5-Package-Variant/pkg: DESCR Log message: Update devel/p5-Package-Variant to 1.003002 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 12:53:26 Modified files: devel/p5-Getopt-Long-Descriptive: Makefile distinfo devel/p5-Getopt-Long-Descriptive/pkg: DESCR Log message: Update devel/p5-Getopt-Long-Descriptive to 0.105 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 13:35:27 Modified files: devel/p5-Test-Deep: Makefile distinfo devel/p5-Test-Deep/pkg: DESCR Log message: Update to devel/p5-Test-Deep 1.130 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 13:41:30 Modified files: databases/p5-SQL-Statement: Makefile distinfo databases/p5-SQL-Statement/pkg: DESCR Log message: Update databases/p5-SQL-Statement to 1.414 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/05 13:43:51 Log message: Import glances-3.1.5 Glances is a cross-platform monitoring tool which aims to present a maximum of information in a minimum of space through a curses or Web based interface. It can adapt dynamically the displayed information depending on the terminal size. It can also work in client/server mode. Remote monitoring could be done via terminal, web interface or API (XMLRPC and RESTful). Glances is written in Python and uses the psutil library to get information from your system. Stats can also be exported to external time/value databases. Port from maintainer Ashton Fagg ok sthen@ Status: Vendor Tag: solene Release Tags: solene_20201205 N ports/sysutils/glances/Makefile N ports/sysutils/glances/distinfo N ports/sysutils/glances/pkg/DESCR N ports/sysutils/glances/pkg/PLIST N ports/sysutils/glances/patches/patch-setup_py N ports/sysutils/glances/patches/patch-glances_config_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/05 13:44:15 Modified files: sysutils : Makefile Log message: + glances CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 14:06:00 Modified files: databases/p5-DBI: Makefile distinfo databases/p5-DBI/pkg: DESCR PLIST Log message: Update databases/p5-DBI to 1.643 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 14:19:18 Modified files: devel/p5-YAML : Makefile distinfo devel/p5-YAML/pkg: DESCR Log message: Update devel/p5-YAML to 1.30 Does include the breaking change to: > Set $YAML::LoadBlessed default to false to make it more secure Will now not load globs unless $LoadCode is set (defaults to false) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 14:26:14 Modified files: devel/p5-YAML : Makefile Log message: Remove unnecessary variables for tests These are no longer required, meant to remove it with the update commit CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 19:03:34 Modified files: devel/p5-YAML-XS: Makefile distinfo devel/p5-YAML-XS/pkg: DESCR PLIST Log message: Update devel/p5-YAML-XS to 0.82 Does include the breaking change to: > Set $YAML::LoadBlessed default to false to make it more secure CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 20:37:37 Modified files: www/p5-CGI : Makefile distinfo Log message: Update www/p5-CGI to 4.51 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/05 21:15:40 Modified files: devel/p5-Data-Dumper-Concise: Makefile distinfo Log message: Update devel/p5-Data-Dumper-Concise to 2.023 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/12/06 00:58:54 Modified files: sys/dev/wscons : wsmux.c Log message: Fix yet another wscons race. In the same subsystem, the following properties must always hold true: 1. A device (wsmouse0 is this scenario) can only be opened in rw mode once. Such device cannot be a child of a wsmux at this point as it operates on its own event queue. 2. A device being a child of a wsmux must use the wsmux event queue assuming the wsmux is open. Otherwise, its event queue must be NULL. There's a race in wsmux_attach_sc() allowing a device to be part of a mux while using its own event queue. This in turn can cause a NULL pointer deference in wsevent_fini() while closing the same device. The solution is to check if the race was lost, i.e. another thread managed to open the device in rw mode while sleeping in wsmux_attach_sc(). ok gnezdo@ visa@ Reported-by: syzbot+684707f0312345a090ef@syzkaller.appspotmail.com CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/06 01:32:13 Modified files: x11/xglobe : Makefile distinfo x11/xglobe/pkg : PFRAG.no-no_map PLIST Removed files: x11/xglobe/patches: patch-desktopwidget_cpp patch-desktopwidget_h patch-file_cpp patch-renderer_cpp Log message: Update xglobe to 0.6.3 Xglobe 0.6 is a port from Qt3 to Qt5. I had stared this rework to get rid of KDE3/Qt3 form the ports tree. It should behave in general like the old version, with some improvements. The flavor could actually get out, no response from maintainer, spotted by landry@ After many months of waiting, maintainer timeout! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/06 01:33:18 Modified files: graphics/gimp/stable: Makefile Log message: devel/appstream-glib is only needed at build time. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/06 01:55:26 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.19.30. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/06 01:55:39 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.30. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/06 01:56:02 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.190. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/06 02:00:22 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/pkg : PLIST-main Log message: Update to gtk+3-3.24.24. Amongst other changes: - Allow the lpr backend to print pdf and ps files CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/06 02:13:17 Modified files: games/rocksndiamonds: Makefile distinfo games/rocksndiamonds/patches: patch-src_Makefile Log message: Update to rocksndiamonds-4.2.0.5. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/06 02:39:14 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/buildbot/pkg: PLIST devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildslave: Makefile distinfo Log message: devel/py-build{bot,slave}: update to 2.9.1. See https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/index.rst#buildbot-291--2020-12-05- and https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/index.rst#buildbot-290--2020-12-04- CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/12/06 04:51:25 Log message: Import ssh-audit, ssh configuration security auditing tool. With help from sthen@, ok sthen@, thanks! Status: Vendor Tag: pvk Release Tags: pvk_20201206 N ports/security/ssh-audit/Makefile N ports/security/ssh-audit/distinfo N ports/security/ssh-audit/pkg/DESCR N ports/security/ssh-audit/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/12/06 04:51:43 Modified files: security : Makefile Log message: +ssh-audit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/06 05:55:25 Log message: import math/visidata, ok/feedback landry@ VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease. It's very flexible - see https://www.visidata.org/blog/2020/ten/ for examples of what it can do, https://jsvine.github.io/intro-to-visidata/ for a tutorial, and the vd(1) manual for a good reference guide. All of the obvious data formats are supported, as are more specialist types including pcap, HTML tables, SQL databases, geographic data and more - see https://www.visidata.org/formats/. This package does not force optional dependencies for all of these - check the list or try opening the file and see the "module not found" message - pkglocate is useful to find the relevant py3-module to install. Status: Vendor Tag: sthen Release Tags: sthen_20201206 N ports/math/visidata/Makefile N ports/math/visidata/distinfo N ports/math/visidata/pkg/DESCR N ports/math/visidata/pkg/PLIST N ports/math/visidata/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/06 05:55:48 Modified files: math : Makefile Log message: +visidata CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/06 06:32:18 Modified files: regress/usr.sbin/btrace: Makefile Log message: Do not hide error messages in tests, makes it easier to debug failures. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/06 06:50:23 Modified files: textproc/py-odfpy: Makefile Log message: switch to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/06 06:51:43 Modified files: textproc/py-defusedxml: Makefile distinfo Log message: update to py-defusedxml-0.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/06 07:12:40 Modified files: math/visidata : Makefile math/visidata/pkg: PLIST Added files: math/visidata/patches: patch-visidata_loaders_xlsx_py math/visidata/pkg: README Log message: visidata: repair .xls reading, add a readme showing actual pkgnames for deps. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/06 08:31:30 Modified files: sys/arch/i386/include: setjmp.h lib/libc/arch/i386/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: Introduce constants to access the setjmp(3) jmp_buf fields from i386 libc. The assembler code is more readable than with magic numbers. This brings i386 in line with amd64. No change in object file. OK kettenis@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/06 09:10:25 Modified files: devel/p5-Devel-CheckLib: Makefile distinfo Log message: Update to p5-Devel-CheckLib-1.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/06 09:19:59 Modified files: devel/p5-Graph : Makefile distinfo Log message: Update to p5-Graph-0.9712. CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2020/12/06 09:37:53 Modified files: app/xenodm : Makefile.bsd-wrapper Log message: Set the VT to be used by the X server on armv7 and powerpc64 too. ok phessler@, matthieu@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/06 09:50:01 Modified files: sys/dev/fdt : if_mvneta.c Log message: Use 1000baseKX and 2500baseKX media types for fixed link connections an onboard switch. While this technically isn't 100% accurate it gives users an easy way to see what the speed of the connection is when looking at ifconfig(8) output. ok patrick@, benno@, sthen@, phessler@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/06 10:40:43 Modified files: sbin/dhclient : dhclient.c dhclient.8 dhcpd.h Log message: fatal() immediately whem parsing command line option '-c' reveals a non-existant file. Original diff, tweaks & ok kn@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/06 10:57:03 Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c Log message: Add missing byteswaps. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/06 10:58:25 Modified files: net/ocserv : Makefile net/openconnect: Makefile Log message: Drop maintainership CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/06 11:13:15 Modified files: lib/libc/arch/i386/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: On i386 setjmp(3) should store the FPU state and longjmp(3) restore it. There is enough space in jmp_buf to save MXCSR and CW register. Idea taken from amd64. This fixes regress/lib/libc/setjmp-fpu . OK kettenis@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/06 11:46:07 Modified files: regress/lib/libc/sys: Makefile t_mmap.c Log message: Enable t_mmap-1 test. It is skipped on NetBSD, but works for us. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/06 11:56:44 Modified files: devel/netbeans : Makefile distinfo devel/netbeans/pkg: PLIST Log message: Update netbeans to 12.2 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/06 12:18:30 Modified files: sys/kern : kern_srp.c Log message: srp_finalize(9): tsleep(9) -> tsleep_nsec(9) srp_finalize(9) spins until the refcount hits zero. Blocking for at least 1ms each iteration instead of blocking for at most 1 tick is sufficient. Discussed with mpi@. ok claudio@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/06 12:23:11 Modified files: sys/dev/pci : mbg.c Log message: mbg(4): more tsleep(9) -> tsleep_nsec(9) The mbg(4) driver sometimes needs to spin until the MBG_BUSY flag goes away. If the kernel is cold it calls delay(9) for 20us an iteration for up to 50 iterations. If the kernel is not cold it sleeps for up 1 tick per iteration for up to hz/10 iterations. To switch from tsleep(9) to tsleep_nsec(9) claudio@ suggests blocking for at least 1ms per iteration for up to 10 iterations. He reasons that the flag change is expected to take ~70us, so 10 x 1ms (or more) is more than enough. Discussed with mpi@. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 12:41:09 Modified files: devel/p5-Test-Differences: Makefile distinfo Log message: Udate devel/p5-Test-Differences to 0.67 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/06 12:46:42 Modified files: sbin/iked : crypto.c Log message: Add support for RSASSA-PSS signature verification (RFC 7427). ok patrick@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 12:49:23 Modified files: devel/p5-Test-Most: Makefile distinfo Log message: Update devel/p5-Test-Most to 0.37 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/06 12:51:04 Modified files: sbin/dhclient : clparse.c Log message: Oops. Missed chunk in previous. fatal() immediately whem parsing command line option '-c' reveals a non-existant file. Original diff, tweaks & ok kn@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 12:57:40 Modified files: mail/p5-Email-Sender: Makefile distinfo mail/p5-Email-Sender/pkg: DESCR Log message: Update mail/p5-Email-Sender to 1.300035 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 13:06:06 Modified files: www/p5-CGI-Emulate-PSGI: Makefile distinfo www/p5-CGI-Emulate-PSGI/pkg: PLIST Log message: Update www/p5-CGI-Emulate-PSGI to 0.23 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 13:15:40 Modified files: devel/p5-MooseX-Types-LoadableClass: Makefile distinfo Log message: Update devel/p5-MooseX-Types-LoadableClass to 0.015 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 13:27:48 Modified files: devel/p5-DateTime-TimeZone: Makefile distinfo Log message: Update devel/p5-DateTime-TimeZone to 2.44 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/06 13:39:07 Modified files: sys/dev/acpi : acpivar.h files.acpi sys/arch/arm64/conf: GENERIC Added files: sys/dev/acpi : dwgpio.c Log message: Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller. ok gnedzo@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 13:40:31 Modified files: devel/p5-DateTime: Makefile distinfo Log message: Update devel/p5-DateTime to 1.54 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/06 13:48:12 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : dwgpio.4 Log message: dwgpio(4) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 13:48:36 Modified files: devel/p5-DateTime-Format-Builder: Makefile distinfo Log message: Update devel/p5-DateTime-Format-Builder to 0.83 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/06 13:56:23 Modified files: databases/p5-SQL-Abstract: Makefile distinfo Log message: Update databases/p5-SQL-Abstract to 1.87 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/06 14:19:55 Modified files: sys/arch/arm64/arm64: acpi_machdep.c sys/dev/acpi : acpivar.h Log message: Implement acpi_intr_disestablish() for arm64. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/06 14:20:41 Modified files: sys/arch/arm64/dev: acpipci.c Log message: Implement pci_intr_disestablish(9) for acpicpi(4) on arm64. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/06 14:42:24 Modified files: sys/arch/amd64/amd64: acpi_machdep.c Log message: Implement acpi_intr_disestablish() for amd64. ok mpi@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/06 15:44:17 Modified files: share/man/man4 : acpi.4 dwgpio.4 Log message: add dwgpio to acpi.4, and remove a trailing newline from dwgpio.4; CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/06 16:02:58 Log message: Import catgirl-1.3 catgirl proposes features such as: - Tab complete, Split scroll, URL detection, Nick coloring, Topic diffing, Ignore But won't implement so called "non-features" as: - Dynamic configuration, Multi-network, Reconnection, CTCP, Cleartext IRC ok paco@ stsp@ Status: Vendor Tag: solene Release Tags: solene_20201207 N ports/net/catgirl/Makefile N ports/net/catgirl/distinfo N ports/net/catgirl/pkg/DESCR N ports/net/catgirl/pkg/PLIST N ports/net/catgirl/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/06 16:03:23 Modified files: net : Makefile Log message: + catgirl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/06 21:27:07 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/06 22:19:20 Modified files: sysutils/xxhash: Makefile sysutils/xxhash/patches: patch-Makefile Log message: Fix empty version in .pc file CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/06 22:32:07 Modified files: sys/dev/pci/drm/include/linux: types.h Log message: change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t Types stay unsigned long; we don't do 64 bit paddr_t on any 32 bit arch. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/07 01:09:09 Modified files: converters/p5-Types-Serialiser: Makefile distinfo Log message: Update to p5-Types-Serialiser-1.01. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/07 01:24:51 Modified files: sysutils/shelldap: Makefile Log message: sysutils/shelldap: add missing rdep on devel/p5-Tie-IxHash CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2020/12/07 01:29:41 Modified files: sbin/pfctl : parse.y sys/net : pf.c share/man/man5 : pf.conf.5 Log message: synproxy should be processing incoming SYN packets only. issue noticed by sthen@. fix discussed with bluhm@ and procter@ OK bluhm@, kn@, procter@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/07 02:10:42 Modified files: sys/dev/pci/drm/include/linux: mm.h Log message: remove unused (and wrong) page_address() macro this is supposed to return a va for a page not pa CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/07 02:14:09 Modified files: sys/dev/fdt : if_mvpp.c Log message: Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed link connections to an onboard switch. ok patrick@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/07 02:23:58 Modified files: usr.bin/tmux : screen-write.c Log message: Do not clear the wrapped flag on linefeeds if it is already set - this does not appear to be what applications want. GitHub issue 2478 and 2414. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/07 02:46:58 Modified files: usr.bin/tmux : screen-redraw.c Log message: Do not include the status line size when working out the character for the pane status line. GitHub issue 2493. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/07 04:05:48 Modified files: math/visidata/patches: patch-visidata_loaders_xlsx_py Log message: committed upstream CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/07 04:15:50 Modified files: sys/kern : kern_event.c sys/sys : event.h Log message: Refactor kqueue_scan() so it can be used by other syscalls. Stop iterating in the function and instead copy the returned events to userland after every call. ok visa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/07 05:35:49 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update the GStreamer gang to version 1.18.2. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/07 06:23:01 Modified files: usr.sbin/rpki-client: cert.c Log message: Limit the URL embedded in .cer files to only consist out of isalnum or ispunct characters. Everything else is fishy and so block those early on. OK millert@ job@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/07 06:30:13 Modified files: emulators/ucon64: Makefile Removed files: emulators/ucon64/patches: patch-src_Makefile patch-src_libdiscmage_Makefile_in Log message: Use sed in a pre-configure target in order to drop the remaining patches for hardcoded optimization (-O3) flags. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/07 06:57:56 Modified files: net/catgirl : Makefile net/catgirl/pkg: DESCR Log message: Small change to DESCR to introduces catgirl as a terminal based IRC client noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/12/07 07:25:13 Modified files: emulators/nono : Makefile distinfo Log message: Update for Nono to 0.1.5 OK benoit@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/07 09:55:29 Modified files: lib/libkvm : kvm_proc2.c sys/kern : exec_elf.c init_main.c kern_exit.c kern_fork.c kern_proc.c kern_resource.c kern_sig.c kern_synch.c kern_sysctl.c subr_witness.c sys_process.c tty.c sys/sys : proc.h sys/uvm : uvm_glue.c Log message: Convert the per-process thread list into a SMR_TAILQ. Currently all iterations are done under KERNEL_LOCK() and therefor use the *_LOCKED() variant. From and ok claudio@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/12/07 10:34:49 Modified files: sys/dev/acpi : dwgpio.c Log message: Initialize handled ok kettenis@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/07 11:28:09 Modified files: usr.sbin/btrace: btrace.c ksyms.c Log message: In btrace(8) handle snprintf(3) errors correctly. If snprintf fails, buffer is unchanged; initialize it with empty string. snprintf may return negative value or the length that would have been written; check and calculate remaining size. snprintf writes size - 1 characters; pass buffer size as length. OK mpi@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/07 13:09:25 Modified files: sys/dev/pci : if_iwm.c Log message: Fix calculation of "maxlen" if there are multiple MPDUs in one packet. Calculating "remain" by subtracting the offset after every parsed MPDU is wrong and not necessary. "offset" always points to the current position in the receive buffer and the maximum size of the buffer is fixed, thus knowing "offset" is sufficient for finding "maxlen". Found by and fix from Christian Erhardt ok stsp@ phessler@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/07 13:12:04 Modified files: sys/dev/pci : if_iwx.c Log message: Fix calculation of "maxlen" if there are multiple MPDUs in one packet. Calculating "remain" by subtracting the offset after every parsed MPDU is wrong and not necessary. "offset" always points to the current position in the receive buffer and the maximum size of the buffer is fixed, thus knowing "offset" is sufficient for finding "maxlen". Found by and fix from Christian Erhardt ok stsp@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/12/07 13:14:36 Modified files: usr.sbin/btrace: bt.5 bt_parse.y Log message: In revision 1.18 of bt_parse.y, I missed the fact that the print() function accepts an optional argument representing the number of map entries to print. ok bluhm@ mpi@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/07 13:21:32 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/patches: patch-modules_printbackends_lpr_gtkprintbackendlpr_c Log message: Backport fix from GTK+3: Allow the lpr backend to print PDF and PS files. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2020/12/07 14:19:28 Modified files: usr.sbin/syspatch: syspatch.8 syspatch.sh Log message: When asking to install patches and none are available, return 2. man page and inputs from schwarze@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/12/07 14:30:13 Added files: graphics/pdf2djvu/patches: patch-configure Log message: In configure, check for poppler instead of poppler-splash. ok juanfra@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/12/07 14:31:24 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-glib_CMakeLists_txt patch-qt5_src_CMakeLists_txt print/poppler/pkg: PLIST-main Log message: Update to poppler-20.12.0. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/12/07 18:03:32 Modified files: lang/ruby/2.7 : Makefile distinfo lang/ruby/2.7/patches: patch-common_mk Log message: Use a better fix for the copy coroutine fiber implementation This comes from the Ruby fiber maintainer. It doesn't require compiling a couple files without optimization, and it was able to get through a make test run without crashing on sparc64, which uses the copy coroutine fiber implementation. OK kn@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/07 20:27:54 Modified files: sys/dev/pci/drm/ttm: ttm_tt.c Log message: correct ttm_tt error paths if bus_dmamap_create() fails Avoids a double free of gtt in amdgpu_ttm_tt_create() if the bus_dmamap_create() call in ttm_sg_tt_init() fails and ttm_tt_destroy() calls amdgpu_ttm_backend_destroy(). feedback from and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/07 21:37:27 Modified files: sys/dev/ic : an.c Log message: an(4): tsleep(9) -> tsleep_nsec(9) In an_wait() we spin for up to (3 * hz) iterations awaiting AN_EV_CMD. If we don't see it in a given iteration we block for up to 1 tick and spin again. jsg@ suggests instead blocking for 100ms at a time for up to 30 iterations. Discussed with mpi@. Idea from jsg@. Murmurs of agreement from claudio@ and kettenis@. probably ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/08 01:08:00 Modified files: graphics/gdk-pixbuf2: Makefile distinfo Log message: Update to gdk-pixbuf-2.42.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/08 01:11:34 Modified files: textproc/py-pdfminer: Makefile distinfo textproc/py-pdfminer/pkg: DESCR PLIST Log message: pdfminer: switch to the pdfminer.six fork, the original isn't actively developed. ok feinerer@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/08 01:17:03 Modified files: math/visidata : Makefile math/visidata/pkg: README Log message: visidata: update pkg/README now that py3-pdfminer provides a suitable version CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/08 02:01:16 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.31. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/08 02:01:27 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.31. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/08 02:01:50 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.191. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/12/08 02:03:29 Modified files: infrastructure/bin: modgo-gen-modules-helper Log message: prevent error on modgo-gen-modules when MODGO_MODULES or MODGO_MODFILES are not defined ok abieber@ CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2020/12/08 02:44:27 Modified files: openntpd : index.html Added files: openntpd/txt : release-6.8p1.txt Log message: OpenNTPD 6.8p1 released! CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/08 03:28:22 Modified files: sys/net80211 : ieee80211_input.c Log message: Use BA agreement immediately after it is requested by the AP. Some APs continue to send QOS packet for the same tid (with normal ack policy). Make those packets go through BA reordering to advance the sequence number counter in the BA agreement and prevent performance loss due to a gap wait later on. Found by and fix from Christian Erhardt ok stsp@ phessler@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/08 05:08:24 Modified files: sys/dev/pci/drm/ttm: ttm_tt.c Log message: Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulate function pointer in ttm_tt_swapout(). Reduces the diff to linux. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/08 05:26:31 Modified files: sys/uvm : uvm_fault.c Log message: Use a while loop instead of goto in uvm_fault(). ok jmatthew@, tb@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/08 05:35:41 Modified files: devel/p5-Array-Compare: Makefile distinfo Log message: Update to p5-Array-Compare-3.0.7 from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/08 07:37:22 Modified files: graphics/jpeg : Makefile distinfo graphics/jpeg/patches: patch-CMakeLists_txt Log message: update to libjpeg-turbo-2.0.6 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/08 07:40:55 Modified files: sys/net80211 : ieee80211_input.c Log message: Fix gapwait accounting. Count all the packets in the reorder buffer. Restart the gap timeout if the buffer is not empty after we flush out some of the packets. Found by and fix from Christian Ehrhardt ok stsp@ phessler@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/08 07:57:47 Modified files: security/openssl/1.1: Makefile distinfo Log message: update to openssl-1.1.1i, notable fixes: - Fixed NULL pointer deref in the GENERAL_NAME_cmp function, CVE-2020-1971 - In 1.1.1h, an expired trusted (root) certificate was not anymore rejected when validating a certificate path. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/08 07:58:32 Modified files: sys/kern : Tag: OPENBSD_6_8 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@ from @jsing this is errata/6.8/009_exit.patch.sig CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/08 07:58:43 Modified files: security/openssl/1.1: Tag: OPENBSD_6_8 Makefile distinfo security/openssl/1.1/patches: Tag: OPENBSD_6_8 patch-crypto_bio_b_sock2_c Log message: update to openssl-1.1.1i, notable fixes: - Fixed NULL pointer deref in the GENERAL_NAME_cmp function, CVE-2020-1971 - In 1.1.1h, an expired trusted (root) certificate was not anymore rejected when validating a certificate path. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/08 07:59:30 Modified files: sys/kern : Tag: OPENBSD_6_7 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@ from jsing@ this is errata/6.7/032_exit.patch.sig CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/08 08:06:42 Modified files: lib/libcrypto/asn1: asn1.h asn1_err.c asn1_lib.c tasn_dec.c tasn_enc.c lib/libcrypto/x509: x509_genn.c Log message: Fix a NULL dereference in GENERAL_NAME_cmp() Comparing two GENERAL_NAME structures containing an EDIPARTYNAME can lead to a crash. This enables a denial of service attack for an attacker who can control both sides of the comparison. Issue reported to OpenSSL on Nov 9 by David Benjamin. OpenSSL shared the information with us on Dec 1st. Fix from Matt Caswell (OpenSSL) with a few small tweaks. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/08 08:08:47 Modified files: lib/libcrypto/asn1: Tag: OPENBSD_6_8 asn1.h asn1_err.c asn1_lib.c tasn_dec.c tasn_enc.c lib/libcrypto/x509: Tag: OPENBSD_6_8 x509_genn.c Log message: Fix a NULL dereference in GENERAL_NAME_cmp() Comparing two GENERAL_NAME structures containing an EDIPARTYNAME can lead to a crash. This enables a denial of service attack for an attacker who can control both sides of the comparison. Issue reported to OpenSSL on Nov 9 by David Benjamin. OpenSSL shared the information with us on Dec 1st. Fix from Matt Caswell (OpenSSL) with a few small tweaks. ok jsing this is errata/6.8/008_asn1.patch.sig CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/08 08:10:03 Modified files: lib/libcrypto/asn1: Tag: OPENBSD_6_7 asn1.h asn1_err.c asn1_lib.c tasn_dec.c tasn_enc.c lib/libcrypto/x509v3: Tag: OPENBSD_6_7 v3_genn.c Log message: Fix a NULL dereference in GENERAL_NAME_cmp() Comparing two GENERAL_NAME structures containing an EDIPARTYNAME can lead to a crash. This enables a denial of service attack for an attacker who can control both sides of the comparison. Issue reported to OpenSSL on Nov 9 by David Benjamin. OpenSSL shared the information with us on Dec 1st. Fix from Matt Caswell (OpenSSL) with a few small tweaks. ok jsing this is errata/6.7/031_asn1.patch.sig CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/12/08 08:52:04 Modified files: sys/net80211 : ieee80211_output.c Log message: Fix 802.11 RSN capabilities announced to peers. We were echoing back all RSN capabilities announced by our peer, even for features which we don't support. One such feature is Management Frame Protection (MFP). If we announce this capability then the peer sends us encrypted management frames which won't be processed. One symptom of this is that we fail to negotiate block ack with APs that support MFP. Only echo the RSN capabilities which we support, i.e. key replay counters. Handle MFP and PBAR bits here as done elsewhere. Neither of these features is enabled yet at run-time. As far as I can tell, the remaining RSN caps are not supported by drivers (e.g. SPP A-MPDU) or won't be supported (outdated WEP->TKIP transition support). The corresponding bits should always be clear. Problem with 0 input block ack sessions found by sthen@ and robert@ Fix tested by sthen@, robert@, phessler@, and kmos@ ok phessler@ kmos@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/08 09:23:17 Modified files: sysutils/htop : Makefile distinfo sysutils/htop/patches: patch-CPUMeter_c patch-FunctionBar_c patch-Header_c patch-Vector_c patch-openbsd_OpenBSDProcessList_c patch-openbsd_OpenBSDProcessList_h patch-openbsd_OpenBSDProcess_c patch-openbsd_Platform_c Log message: update to htop-3.0.2, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/12/08 09:34:57 Modified files: comms/chirp : Makefile distinfo comms/chirp/patches: patch-chirp_ui_mainapp_py comms/chirp/pkg: PLIST Log message: Update to 20201128. ok sthen@ CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/12/08 09:52:59 Modified files: . : errata67.html errata68.html Log message: release asn1 and exit errata CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/12/08 10:33:50 Modified files: sys/dev : softraid_raid1.c Log message: fix wrong function names in softraid RAID1 debug print statements ok jsing@ as part of a larger diff CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2020/12/08 10:39:06 Modified files: lib/libcrypto : opensslv.h Log message: LibreSSL 3.3.1 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/12/08 13:17:10 Modified files: share/man/man4 : kcov.4 Log message: correct pseudo-device in synopsis CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/12/08 13:17:32 Modified files: sys/net80211 : ieee80211_input.c ieee80211_proto.c Log message: Enable 802.11 A-MSDU support again. It was disabled some time ago but the underlying problems have since been fixed. Using A-MSDUs results in improved download speeds with APs that support them. tested by robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/08 13:34:07 Modified files: math/visidata : Makefile distinfo math/visidata/pkg: PLIST math/visidata/patches: patch-setup_py Removed files: math/visidata/patches: patch-visidata_loaders_xlsx_py Log message: visidata: update to 2.1 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/08 13:45:16 Modified files: shells/bash : Makefile distinfo shells/bash/patches: patch-Makefile_in shells/bash/pkg: PLIST Removed files: shells/bash/patches: patch-examples_loadables_Makefile_in Log message: Update to 5.1. Lots of changes, but nothing really changed. Release announcement: https://lists.gnu.org/archive/html/bug-bash/2020-12/msg00002.html CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/08 18:27:54 Modified files: textproc/p5-PPIx-QuoteLike: Makefile Log message: Add missing RUN_DEPENDS on p5-Readonly CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/08 18:30:47 Modified files: textproc/p5-PPIx-Regexp: Makefile distinfo textproc/p5-PPIx-Regexp/pkg: PLIST Log message: Update textproc/p5-PPIx-Regexp to 0.076 CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2020/12/08 18:58:38 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.3.1, 3.2.3, 3.1.5 CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2020/12/08 19:38:16 Modified files: libressl : releases.html Log message: s/8rd/8th CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/08 21:49:12 Modified files: devel/pygame : Makefile distinfo devel/pygame/patches: patch-buildconfig_Setup_SDL1_in patch-src_c_camera_h devel/pygame/pkg: PLIST Removed files: devel/pygame/patches: patch-buildconfig_config_unix_py Log message: update py-game to 2.0.0 This update of the port supports sdl2, however audio/pykaraoke would need more work to support pygame+sdl2. So py-game continues to remain on sdl1. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/08 22:39:42 Modified files: sys/dev/pci : if_ix.c Log message: ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring. luckily tx_rings and rx_rings have ix_softc pointers in the same place, so we got away with it. from Christiano Haesbaert CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/08 22:53:33 Modified files: sys/net : wg_cookie.c wg_cookie.h wg_noise.c wg_noise.h Log message: add RCS tags CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/08 23:01:52 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel 2.270 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/09 00:30:35 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildslave: Makefile distinfo Log message: devel/py-build{bot,slave}: update to 2.9.2. See https://github.com/buildbot/buildbot/releases/tag/v2.9.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/09 00:39:16 Modified files: devel/py-buildbot/console-view: Makefile devel/py-buildbot/grid-view: Makefile devel/py-buildbot/pkg: Makefile devel/py-buildbot/waterfall-view: Makefile devel/py-buildbot/www: Makefile Log message: oops, forgot to drop the REVISION markers in previous CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/09 00:40:52 Modified files: geo/mapserver : Makefile distinfo Log message: geo/mapserver: update to 7.6.2. see https://mapserver.org/development/changelog/changelog-7-6.html#changes-from-7-6-1-to-7-6-2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/09 02:06:34 Modified files: devel/kdevelop : Makefile distinfo devel/kdevelop/pkg: PLIST Log message: Update kdevelop to 5.6.1 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/12/09 02:51:14 ports/math/py-h5py/patches Update of /cvs/ports/math/py-h5py/patches In directory cvs.openbsd.org:/tmp/cvs-serv31279/patches Log Message: Directory /cvs/ports/math/py-h5py/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/12/09 02:52:23 Modified files: math/py-h5py : Makefile distinfo math/py-h5py/pkg: PLIST Added files: math/py-h5py/patches: patch-setup_configure_py patch-setup_py Log message: Update h5py to 3.1.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/09 03:00:44 Modified files: devel/rebar3 : Makefile Log message: mark BROKEN, has never built successfully CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/09 03:19:53 Modified files: security/hydra/patches: patch-configure Log message: hydra: find X11 libs on arches using ld.bfd CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/12/09 03:24:57 Modified files: editors/zile : Makefile distinfo editors/zile/patches: patch-lib_vasnprintf_c patch-src_funcs_c patch-src_minibuf_c Log message: Update for Zile to 2.4.15. Keeping jca@'s patch for vasnprintf from jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/09 03:28:02 Modified files: graphics/gimp/lensfun: Makefile Added files: graphics/gimp/lensfun/patches: patch-Makefile Log message: gimp-plugin-lensfun: don't try to use openmp, which causes build failure on gcc arches. don't hardcode "gcc" in Makefile check. don't hardcode a link with libstdc++. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/09 03:36:50 Modified files: graphics/simple-scan: Makefile distinfo graphics/simple-scan/pkg: PLIST Log message: Update to simple-scan-3.38.2. CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2020/12/09 04:11:32 Log message: Import gortr goRTR is an open-source implementation of the RPKI to Router protocol (RFC 6810), normally used with BGP routers, using the Go programming language. OK sthen@ abieber@ Status: Vendor Tag: claudio Release Tags: claudio_20201209 N ports/net/gortr/Makefile N ports/net/gortr/distinfo N ports/net/gortr/pkg/DESCR N ports/net/gortr/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2020/12/09 04:12:22 Modified files: net : Makefile Log message: Enter gortr CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/09 04:22:47 Modified files: regress/usr.sbin/rpki-client: test-cert.c Log message: If provided print the RRDP notify URL along the MFT rsync URL CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/09 04:25:08 Modified files: usr.sbin/rpki-client: mft.c Log message: All files provided in a manifest needs to be checked against the provided hash even if rpki-client ignores this file later on. OK job@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/09 04:29:04 Modified files: usr.sbin/rpki-client: Makefile extern.h main.c output-json.c output.c Added files: usr.sbin/rpki-client: gbr.c Log message: Validate ghostbuster records (RFC 6493) but for now do nothing with the provided vcard payload. This change verifies the certificate of the .gbr file and makes sure it is valid (like we do for e.g. .roa files). OK job@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/09 04:29:50 src/regress/usr.sbin/rpki-client/gbr Update of /cvs/src/regress/usr.sbin/rpki-client/gbr In directory cvs.openbsd.org:/tmp/cvs-serv87839/gbr Log Message: Directory /cvs/src/regress/usr.sbin/rpki-client/gbr added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/09 04:30:44 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: test-gbr.c regress/usr.sbin/rpki-client/gbr: LMrbiOIR4bDInnBEXLsY5MZ1q1U.gbr Log message: Add a minimal test case for ghostbuster resources. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/09 04:33:10 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Lets claim RFC6493 support. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/12/09 05:08:05 Modified files: math/py-netcdf4: Makefile distinfo Log message: Update py-netcdf4 to 1.5.5. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/09 05:11:13 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Remove redundant TLB flush. All callers of pmap_pte_remove() were already calling ttlb_flush(). ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/09 05:14:10 Modified files: net/routinator : Makefile distinfo net/routinator/pkg: DESCR Log message: update to routinator-0.8.2, reenable on aarch64/sparc64 as the dependency on ring is no longer the version where we saw problems before. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/09 06:24:22 Modified files: sys/net80211 : ieee80211_input.c Log message: Flush reorder buffer after gap timeout, otherwise the frames remain in the buffer until the next frame is received. Found by and fix from Christian Ehrhardt ok stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/09 06:42:56 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-gtk_gtkplacessidebar_c x11/gtk+4/pkg : PLIST-main Log message: Update to gtk+4-3.99.5. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/12/09 06:52:25 Modified files: . : support.html build : support.dat Log message: add amglabs.net; thanks to martijn@ and jj@ for pointing out that it does mention OpenBSD; sort lines in a few nearby entries while here CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/09 08:40:29 Modified files: x11/gnome/tracker3: Makefile distinfo Log message: Update to tracker3-3.0.2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/09 08:45:58 Modified files: distrib/loongson/ramdisk: install.md Log message: Gdium bootblocks are still dumb, and cannot load the kernel from ffs. This chunk was incorrectly removed recently with installboot improvements. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/12/09 08:50:58 Modified files: sys/net80211 : ieee80211_input.c ieee80211_proto.c Log message: Disable A-MSDU support again. iwm(4) 9k and iwx(4) need more work before AMSDU can be enabled. These devices decapsulate A-MSDU in hardware and required changes to make this work with our drivers and stack seem to be non-trivial. Problems reported by phessler@ ok phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/09 08:59:16 Modified files: x11/gnome/tracker3-miners: Makefile distinfo Removed files: x11/gnome/tracker3-miners/patches: patch-src_tracker-extract_tracker-extract-decorator_c Log message: Update to tracker3-miners-3.0.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/09 09:04:40 Modified files: net/synapse : Makefile distinfo net/synapse/pkg: PLIST Log message: net/synapse: update to 1.24.0, from maintainer Renaud Allard There is a denial of service attack (CVE-2020-26257) against the federation APIs in which future events will not be correctly sent to other servers over federation. This affects all servers that participate in open federation. (Fixed in #8776). Synapse may be affected by OpenSSL CVE-2020-1971. Synapse administrators should ensure that they have the latest versions of the cryptography Python package installed. ok abieber@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/09 11:10:19 Modified files: sys/arch/alpha/stand/boot: disk.c disk.h sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/cdboot: conf.c sys/arch/amd64/stand/efi32: conf.c diskprobe.c efidev.c efidev.h efipxe.c efipxe.h sys/arch/amd64/stand/efi64: conf.c diskprobe.c efidev.c efidev.h efipxe.c efipxe.h sys/arch/amd64/stand/efiboot: conf.c diskprobe.c efidev.c efidev.h efipxe.c efipxe.h sys/arch/amd64/stand/libsa: biosdev.c biosdev.h disk.h diskprobe.c pxe_net.c pxe_net.h softraid_amd64.c softraid_amd64.h sys/arch/amd64/stand/pxeboot: conf.c sys/arch/arm64/stand/efiboot: conf.c disk.h efidev.c efidev.h efipxe.c efipxe.h softraid_arm64.c softraid_arm64.h sys/arch/armv7/stand/efiboot: conf.c disk.h efidev.c efidev.h efipxe.c efipxe.h sys/arch/hppa/stand/boot: conf.c sys/arch/hppa/stand/libsa: libsa.h pdc.c sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/libsa: biosdev.c biosdev.h disk.h diskprobe.c pxe_net.c pxe_net.h softraid_i386.c softraid_i386.h sys/arch/i386/stand/pxeboot: conf.c sys/arch/landisk/stand/boot: conf.c devs.c libsa.h sys/arch/landisk/stand/xxboot: boot1.c sys/arch/loongson/stand/boot: conf.c dev.c libsa.h rd.c sys/arch/luna88k/stand/boot: conf.c dev_net.c dev_net.h samachdep.h sd.c sys/arch/macppc/stand: conf.c ofdev.c sys/arch/octeon/stand/rdboot: rdboot.c sys/arch/powerpc64/stand/rdboot: rdboot.c sys/arch/sgi/stand/boot: conf.c diskio.c netfs.c netio.c sys/arch/sparc64/stand/ofwboot: ofdev.c ofdev.h softraid_sparc64.c softraid_sparc64.h vers.c sys/lib/libsa : stand.h Log message: Use daddr_t and not daddr32_t in boot media. At a minimum, amd64/i386 should now boot from 4TB GPT formatted disks. More daddr32_t terminations with extreme prejudice to follow. Tested by various, in snaps for a few days. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/09 11:11:18 Modified files: sys/arch/i386/conf: RAMDISK Log message: fxp does not currently fit CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/09 11:58:19 Modified files: sys/kern : kern_event.c kern_exit.c sys/sys : event.h proc.h Log message: Add kernel-only per-thread kqueue & helpers to initialize and free it. This will soon be used by select(2) and poll(2). ok anton@, visa@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/09 13:00:11 Modified files: usr.bin/awk : FIXES README.md awk.1 b.c lex.c lib.c main.c parse.c proto.h run.c tran.c Log message: Update awk to December 8, 2020 version. Prevents strings beginning with "inf" or "nan" from being interpreted as infinity or not-a-number respectively which still parsing "inf" and "nan" (with or without a leading sign) correctly. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/12/09 13:26:35 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.11.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/09 13:29:01 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/patches: patch-setup_py games/mnemosyne/pkg: PLIST Added files: games/mnemosyne/patches: patch-mnemosyne_libmnemosyne___init___py patch-mnemosyne_pyqt_ui_mnemosyne Log message: update to mnemosyne 2.7.3, from Grégoire Jadi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/09 14:41:43 Modified files: devel/gdb : Makefile devel/gdb/pkg : PLIST devel/arm-none-eabi/gdb: Makefile devel/arm-none-eabi/gdb/pkg: PLIST Log message: de-conflict gdb and arm-none-eabi-gdb. the conflicting files are include/gdb/jit-reader.h share/gdb/system-gdbinit/elinos.py share/gdb/system-gdbinit/wrs-linux.py these are not needed in most cases, and near identical between gdb and arm-none-eabi-gdb (only difference is the copyright date), so having just one copy is good enough. remove old libbfd @conflict from gdb/pkg/PLIST while there (the libbfd port was removed in 2011) noticed by solene@. prompted by a suggestion from solene@ to remove the gdb dependency from gnustep/projectcenter, looks fine to her. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/12/09 14:54:11 Modified files: sys/net80211 : ieee80211_input.c Log message: Ignore trailing data in A-MSDU frame buffers if it is smaller than the Ethernet header size. Avoids spurious "input packet decapsulations failed" errors in 'netstat -W' with A-MSDU enabled (currently disabled in-tree). Problem observed and fix verified on iwm(4) 8260 by me and 7260 by tobhe. ok phessler@ tobhe@ CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/12/09 15:28:39 Modified files: comms/chirp : Makefile comms/chirp/patches: patch-setup_py Log message: Fix bulk build. Better diff from sthen@, who asked me to commit. ok me. CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2020/12/09 15:50:45 Modified files: devel/rebar3 : Makefile Log message: apply MAKE_ENV to avoid trying to reach into root's homedir when building inside dpb CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/09 19:20:31 Modified files: databases/mydumper: Makefile databases/mydumper/pkg: PLIST databases/py-peewee: Makefile databases/py-peewee/pkg: PLIST databases/py-psycopg2: Makefile databases/py-psycopg2/pkg: PLIST databases/xapian-bindings: Makefile databases/xapian-bindings/pkg: PLIST-python devel/cmake : Makefile devel/cmake/pkg: PLIST devel/kf5/extra-cmake-modules: Makefile devel/kf5/extra-cmake-modules/pkg: PLIST devel/luacheck : Makefile devel/luacheck/pkg: PLIST devel/py-pathlib: Makefile devel/py-pathlib/pkg: PLIST devel/py-pexpect: Makefile devel/py-pexpect/pkg: PLIST devel/py-testpath: Makefile devel/py-testpath/pkg: PLIST devel/py-virtualenv: Makefile devel/py-virtualenv/pkg: PLIST devel/udis86 : Makefile devel/udis86/pkg: PLIST lang/ghc : Makefile lang/ghc/pkg : PLIST productivity/vdirsyncer: Makefile productivity/vdirsyncer/pkg: PLIST shells/fish : Makefile shells/fish/pkg: PLIST textproc/py-sphinx: Makefile distinfo textproc/py-sphinx/pkg: PLIST www/py-flask-wtf: Makefile www/py-flask-wtf/pkg: PLIST www/py-frozen-flask: Makefile www/py-frozen-flask/pkg: PLIST www/py-itsdangerous: Makefile www/py-itsdangerous/pkg: PLIST www/py-werkzeug: Makefile www/py-werkzeug/pkg: PLIST www/py-wtforms : Makefile www/py-wtforms/pkg: PLIST x11/polybar : Makefile x11/polybar/pkg: PLIST Log message: update py-sphinx to 1.5.6 main changes are: - add a new dep on py-requests - undo the no longer needed iftex.sty workaround - move MODPY variables to more standard location - regen plist Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the 1.5 series. This means we have to update PLISTs for about 20+ ports as a result of this version update. Hopefully future updates of py-sphinx won't be quite as involved. ok sthen@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/12/09 21:26:50 Modified files: sys/kern : sched_bsd.c Log message: Use sysctl_int_bounded for sysctl_hwsetperf Removed some trailing whitespace while there. ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/12/09 21:27:07 Modified files: sys/net : if_gre.c Log message: Convert gre_sysctl to sysctl_bounded_arr Fixed up a reference to gre_wccp where a fixed value from wwcp standard was intended. ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/12/09 21:27:25 Modified files: sys/ddb : db_usrreq.c Log message: Convert ddb_sysctl to sysctl_bounded_arr ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/09 22:05:39 Modified files: sys/dev/pci/drm/include/linux: jiffies.h Log message: remove timespec_to_jiffies() which no longer exists in linux CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/09 23:40:22 Modified files: sys/net : pf.c Log message: when setting a flowid, set the M_FLOWID csum_flags bit too. this "fixes" TCP going over an interface with fq codel enabled. the way the codel code classifies a packet without a flowid set is to randomly assign it to a bucket. this in turn means that packets will get reordered, and tcp hates that. sthen was able to find a test case and narrow down at which time the problem appeared, helped greatly. tested by sthen@ and millert@ ok sashan@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/09 23:53:38 Modified files: sys/net : fq_codel.c Log message: classify packets without a flowid into bucket 0, not a random bucket. putting packets into random buckets means packets in a flow/connection will be reorderd. pf assigns a flowid if it's enabled, and you need pf to configure code, so it's reasonable to assume that most packets will have a flowid. using bucket 0 like this is what we do in most other places that bin packets with the flowid. CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/12/10 01:19:32 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2020.12.09 OK jan@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/10 01:28:12 Modified files: textproc/lowdown: Makefile distinfo textproc/lowdown/pkg: PLIST Log message: Update textproc/lowdown to 0.7.4. From Caspar Schutijser, thanks! OK Bryan Vyhmeister (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/10 01:28:57 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 3.26.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/10 01:29:43 Modified files: sysutils/psftools: Makefile distinfo sysutils/psftools/pkg: PLIST Log message: Update psftools to 1.0.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 01:39:13 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.19.33. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 01:39:26 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.33. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 01:39:44 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.193. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/10 01:40:19 Modified files: databases/py-pygresql: Makefile distinfo Log message: Update to py-pygresql-5.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 01:41:48 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.22.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 01:48:45 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-320.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 01:59:50 Modified files: net/routinator/pkg: DESCR Log message: Unbreak. DESCR contains weird characters: Registries (RIRs) ??? APNIC, AFRINIC, ARIN, LACNIC and RIPE NCC ??? on line 10 pkg_create: Can't continue CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/10 02:09:52 Modified files: devel/p5-Cache-FastMmap: Makefile distinfo Log message: Update to p5-Cache-FastMmap-1.53. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 02:30:55 Modified files: sysutils/nomad : Makefile distinfo Added files: sysutils/nomad/patches: patch-vendor_github_com_shirou_gopsutil_process_process_openbsd_go Log message: Update to nomad-1.0.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/10 02:47:43 Modified files: devel/p5-Test-WWW-Mechanize: Makefile distinfo Log message: Update to p5-Test-WWW-Mechanize-1.54. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 03:05:42 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.2. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/10 03:14:31 Modified files: sbin/iked : parse.y Log message: Print valid ikesa/childsa configuration at startup. Comma seperated transforms are not supported. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 04:43:14 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-3.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 04:43:15 Modified files: net/wireshark : Tag: OPENBSD_6_8 Makefile distinfo Log message: update to wireshark-3.2.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 04:49:23 Modified files: net/scapy : Makefile net/scapy/pkg : PLIST Log message: Add Python 3 support to scapy. Since regression tests in base are currently written to use Python 2, both versions are supported in parallel for now (with a -3 suffix on the command-line tools and some other files to avoid a conflict). Clean up dependencies which have not been used for some time while there; PyCrypto and py-ecdsa changed to py-cryptography in 2017 and use of libdnet was removed in 2.4.4. ok bluhm@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 04:49:55 Modified files: net : Makefile Log message: +scapy,python3 (the pkgname is "py3-scapy" whereas the py2 version is just plain "scapy"). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/10 05:24:06 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: wait.h Log message: use jiffies var instead of ticks when checking for timeout CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/12/10 05:52:49 Modified files: sys/net80211 : ieee80211_input.c Log message: Fix double-free on error in ieee80211_amsdu_decap(). Bug was introduced by my previous commit to this file. ok tobhe@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/12/10 05:53:03 Modified files: sys/net80211 : ieee80211_crypto.c Log message: ieee80211_decrypt must use m_freem() instead of m_free() Patch by zxystd from the OpenIntelWireless project (drivers for macOS) ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/10 07:06:34 Modified files: devel/perltidy : Makefile distinfo Log message: Update perltidy to 20201207. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/10 07:12:51 Modified files: audio/milkytracker: Makefile distinfo audio/milkytracker/patches: patch-src_tracker_sdl_SDL_Main_cpp Removed files: audio/milkytracker/patches: patch-src_milkyplay_LoaderS3M_cpp patch-src_milkyplay_LoaderXM_cpp patch-src_milkyplay_XModule_h patch-src_ppui_fastfill_h patch-src_tracker_EQConstants_cpp Log message: Update milkytracker to 1.03.00. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/10 08:22:33 Modified files: emulators/hatari: Makefile distinfo emulators/hatari/patches: patch-CMakeLists_txt patch-tools_CMakeLists_txt emulators/hatari/pkg: PLIST Log message: Update hatari to 2.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/10 08:42:35 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.13. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/12/10 09:39:46 Modified files: net/catgirl : Makefile Log message: catgirl uses C11, so base-gcc cannot build it. Add a COMPILER line to fix the build on sparc64 ok solene@ (maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/10 09:58:03 Modified files: usr.sbin/vmd : vmboot.c vmboot.h Log message: De-daddr32_t. ok mlarkin@ tb@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/12/10 10:20:39 Modified files: usr.bin/aucat : dsp.c Log message: Check sample signedness when setting up format conversions. Fixes confusion between s16 and u16 found and analysed by James Cook . Thanks. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/10 10:22:21 Modified files: usr.sbin/nsd : config.h.in configlexer.lex configure configure.ac dname.c dns.c dns.h nsd-checkconf.8.in nsd-checkzone.8.in nsd-control.8.in nsd.8.in nsd.c nsd.conf.5.in nsec3.c options.h packet.h query.c query.h server.c util.h zparser.y usr.sbin/nsd/doc: ChangeLog RELNOTES Log message: update to nsd 4.3.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 10:22:52 Modified files: net/dnsperf : Makefile distinfo net/dnsperf/pkg: PLIST Log message: update to dnsperf-2.4.0, moving from bind internal libs to ldns CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 10:28:39 Modified files: databases/freetds: Makefile distinfo databases/freetds/patches: patch-include_tds_sysdep_public_h_in Log message: update to freetds-1.2.17 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/12/10 10:30:49 Modified files: usr.bin/sndiod : dsp.c Log message: Check sample signedness when setting up format conversions. Fixes confusion between s16 and u16 found in aucat by James Cook. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/10 11:35:32 Modified files: sbin/dhclient : clparse.c dhclient.8 dhclient.c dhcpd.h Log message: Simplify '-i' handling, failing immediately during command line parsing when an invalid option name is encountered. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 12:52:15 Modified files: net/monitoring-plugins: Makefile distinfo net/monitoring-plugins/patches: patch-plugins_check_http_c net/monitoring-plugins/pkg: PLIST-main Removed files: net/monitoring-plugins/patches: patch-plugins-root_check_dhcp_c patch-plugins_common_h Log message: update to monitoring-plugins-2.3 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/10 13:52:26 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: Update to 7.74.0. Includes security fixes for: CVE-2020-8284: trusting FTP PASV responses CVE-2020-8285: FTP wildcard stack overflow CVE-2020-8286: Inferior OCSP verification CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 14:02:47 Modified files: net/arp-scan : Makefile distinfo Log message: update mac vendor database CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 14:41:40 Modified files: lang/ghc : Makefile lang/ghc/pkg : PLIST Log message: ghc: regen plist; sphinx update CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/12/10 14:44:29 Log message: import unbound 1.13.0, heavy lifting done by florian@ Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_13_0 U src/usr.sbin/unbound/ac_pkg_swig.m4 C src/usr.sbin/unbound/config.guess U 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 U src/usr.sbin/unbound/acx_nlnetlabs.m4 U src/usr.sbin/unbound/Makefile.in C src/usr.sbin/unbound/configure U src/usr.sbin/unbound/install-sh U src/usr.sbin/unbound/README.md U src/usr.sbin/unbound/LICENSE U src/usr.sbin/unbound/systemd.m4 U src/usr.sbin/unbound/README-Travis.md C src/usr.sbin/unbound/config.sub U src/usr.sbin/unbound/aclocal.m4 U src/usr.sbin/unbound/ltmain.sh U src/usr.sbin/unbound/validator/val_nsec.c U src/usr.sbin/unbound/validator/val_nsec3.h U src/usr.sbin/unbound/validator/validator.h U src/usr.sbin/unbound/validator/val_anchor.h U src/usr.sbin/unbound/validator/val_utils.c U src/usr.sbin/unbound/validator/validator.c U src/usr.sbin/unbound/validator/val_neg.h U src/usr.sbin/unbound/validator/autotrust.c U src/usr.sbin/unbound/validator/val_kentry.h U src/usr.sbin/unbound/validator/val_sigcrypt.c U src/usr.sbin/unbound/validator/val_kcache.h U src/usr.sbin/unbound/validator/val_nsec.h U src/usr.sbin/unbound/validator/val_anchor.c U src/usr.sbin/unbound/validator/val_utils.h C src/usr.sbin/unbound/validator/val_secalgo.c U src/usr.sbin/unbound/validator/val_kcache.c U src/usr.sbin/unbound/validator/val_secalgo.h U src/usr.sbin/unbound/validator/val_nsec3.c U src/usr.sbin/unbound/validator/val_neg.c U src/usr.sbin/unbound/validator/autotrust.h U src/usr.sbin/unbound/validator/val_kentry.c U src/usr.sbin/unbound/validator/val_sigcrypt.h U src/usr.sbin/unbound/services/modstack.c U src/usr.sbin/unbound/services/view.h C src/usr.sbin/unbound/services/localzone.c U src/usr.sbin/unbound/services/mesh.h C src/usr.sbin/unbound/services/listen_dnsport.c 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 C src/usr.sbin/unbound/services/authzone.c U src/usr.sbin/unbound/services/rpz.h U src/usr.sbin/unbound/services/modstack.h U src/usr.sbin/unbound/services/outbound_list.c U src/usr.sbin/unbound/services/outbound_list.h C src/usr.sbin/unbound/services/outside_network.h U src/usr.sbin/unbound/services/rpz.c U src/usr.sbin/unbound/services/localzone.h C src/usr.sbin/unbound/services/mesh.c U src/usr.sbin/unbound/services/authzone.h C src/usr.sbin/unbound/services/cache/infra.h U src/usr.sbin/unbound/services/cache/dns.c U src/usr.sbin/unbound/services/cache/dns.h U src/usr.sbin/unbound/services/cache/rrset.c C src/usr.sbin/unbound/services/cache/infra.c U src/usr.sbin/unbound/services/cache/rrset.h U src/usr.sbin/unbound/iterator/iter_resptype.h U src/usr.sbin/unbound/iterator/iter_fwd.c U src/usr.sbin/unbound/iterator/iter_utils.c U 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 U src/usr.sbin/unbound/sldns/parseutil.h U src/usr.sbin/unbound/sldns/wire2str.h U src/usr.sbin/unbound/sldns/sbuffer.c U src/usr.sbin/unbound/sldns/parseutil.c U src/usr.sbin/unbound/sldns/keyraw.h U src/usr.sbin/unbound/sldns/sbuffer.h U src/usr.sbin/unbound/sldns/keyraw.c U src/usr.sbin/unbound/sldns/parse.h U src/usr.sbin/unbound/sldns/rrdef.h U src/usr.sbin/unbound/sldns/parse.c U src/usr.sbin/unbound/sldns/str2wire.h U src/usr.sbin/unbound/sldns/rrdef.c U src/usr.sbin/unbound/sldns/pkthdr.h U src/usr.sbin/unbound/sldns/wire2str.c U src/usr.sbin/unbound/sldns/str2wire.c C 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 U src/usr.sbin/unbound/smallapp/unbound-control.c U 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 C src/usr.sbin/unbound/smallapp/unbound-control-setup.sh.in C src/usr.sbin/unbound/libunbound/libunbound.c U src/usr.sbin/unbound/libunbound/ubsyms.def U src/usr.sbin/unbound/libunbound/unbound.h U src/usr.sbin/unbound/libunbound/worker.h 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 U src/usr.sbin/unbound/testcode/dohclient.c U src/usr.sbin/unbound/testcode/unitanchor.c U src/usr.sbin/unbound/testcode/unitmsgparse.c U src/usr.sbin/unbound/testcode/delayer.c U src/usr.sbin/unbound/testcode/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 U src/usr.sbin/unbound/daemon/remote.c U 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 U 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 U src/usr.sbin/unbound/util/net_help.c U src/usr.sbin/unbound/util/as112.h U src/usr.sbin/unbound/util/rtt.h U src/usr.sbin/unbound/util/mini_event.h 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 C src/usr.sbin/unbound/util/data/msgencode.c U src/usr.sbin/unbound/util/data/dname.h C 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 44 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/12/10 14:44:58 Modified files: usr.sbin/unbound: config.guess config.sub configure configure.ac usr.sbin/unbound/daemon: daemon.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/libunbound: context.c libunbound.c libworker.c usr.sbin/unbound/respip: respip.c usr.sbin/unbound/services: authzone.c listen_dnsport.c listen_dnsport.h localzone.c mesh.c outside_network.c outside_network.h usr.sbin/unbound/services/cache: infra.c infra.h usr.sbin/unbound/smallapp: unbound-control-setup.sh.in usr.sbin/unbound/util: config_file.c config_file.h configlexer.lex configparser.y fptr_wlist.c iana_ports.inc module.h netevent.c netevent.h usr.sbin/unbound/util/data: msgencode.c msgreply.h usr.sbin/unbound/validator: val_secalgo.c Log message: merge unbound 1.13.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/10 15:02:02 Modified files: net/pcapdiff : Makefile distinfo net/pcapdiff/pkg: DESCR PLIST Log message: replace the old EFF pcapdiff (which seems to be broken following various changes in python network tools, and also has been discontinued upstream) with a similarly named similar alternative, the script itself is fairly simple as scapy is used to do much of the work. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/10 17:41:10 Modified files: x11/worker : Makefile distinfo Log message: Bugfix update to worker-4.6.1 Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#org222cbb0 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/10 21:00:33 Modified files: sys/dev : ipmi.c Log message: ipmi(4): tsleep(9) -> tsleep_nsec(9) Tested by sthen@. ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/10 22:00:21 Modified files: sys/net : bpf.c bpfdesc.h Log message: bpf(4): BIOCGRTIMEOUT, BIOCSRTIMEOUT: protect bd_rtout with bd_mtx Reading and writing bd_rtout is not an atomic operation, so it needs to be done under the per-descriptor mutex. While here, start annotating locking in bpfdesc.h. There's lots more to do on this front, but you have to start somewhere. Tweaked by mpi@. ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/10 22:48:23 Modified files: bin/cat : cat.c Log message: cat(1): -n flag: correctly enumerate files with more than INT_MAX lines If we bump 'lines' from an int to an unsigned long long we can trivially support files with more than INT_MAX lines. ok millert@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2020/12/10 23:29:43 Modified files: sbin/mount : mount.c Log message: pass down the `skip' flag to the mountfs() function in the case of manually mounting a device which is not present in fstab(5) so that the `-s' flag can be used in this case as well. ok millert@, deraadt@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/12/11 00:27:55 Modified files: usr.sbin/btrace: bt_parse.y Log message: Tracing syscalls which conflict with reserved bt(5) keywords currently causes btrace to reject such programs. An example is exit which is both a syscall and a builtin btrace function. Pointed out by bluhm@ To resolve the conflict, make use of a lexer backdoor. A concept described in the original yacc paper and also found in other yacc parsers in our tree. ok bluhm@ mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/11 00:54:07 Modified files: x11/gnome/tweaks: Makefile distinfo x11/gnome/tweaks/patches: patch-gtweak_tweakview_py Log message: Update to gnome-tweaks-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/11 01:37:43 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.9.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/11 01:40:15 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/11 01:40:26 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/11 01:40:40 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.194. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/12/11 03:13:14 Modified files: multimedia/shotcut: Makefile distinfo multimedia/shotcut/patches: patch-src_mainwindow_cpp patch-src_src_pro multimedia/shotcut/pkg: PLIST Removed files: multimedia/shotcut/patches: patch-src_jobs_meltjob_cpp Log message: update to a way more recent version. highlight: does no longer depend on qtwebkit, it uses richtext directly this fixes issues ian@ had with cwm, apparently okay tracey@ ian@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/11 03:42:39 Modified files: faq/ports : guide.html Log message: various faq/ports/guide.html tweaks; - introduce a distinction between patches to fix things on OpenBSD (which generally should go upstream if possible) and those which are just for ports policy (which shouldn't). for non-maintainers give a clue that they should talk to the maintainer before feeding things back themselves in case the maintainer has a good reason for not pushing diffs (maybe they know they are not quite right, maybe they're meant to be temporary to work around a problem in the OS, etc). - add a few other things to watch out for that come up frequently (distfile names with just a version number, manual changes to rcsid lines, missing @sample for new examples files) - other small tweaks solene@ landry@ tb@ jca@ like it, typo-spotting by jca CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/11 05:00:01 Modified files: usr.sbin/bgpd : control.c session.c session.h timer.c Log message: Make the timer code independent of struct peer this way it can be used in other places as well. ok procter@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/11 05:21:41 Modified files: sbin/unwind/libunbound: config.h sbin/unwind/libunbound/libunbound: context.c libunbound.c libworker.c sbin/unwind/libunbound/respip: respip.c sbin/unwind/libunbound/services: authzone.c listen_dnsport.c listen_dnsport.h localzone.c mesh.c outside_network.c outside_network.h rpz.c sbin/unwind/libunbound/services/cache: infra.c infra.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 module.h netevent.c netevent.h regional.c regional.h sbin/unwind/libunbound/util/data: msgencode.c msgreply.h sbin/unwind/libunbound/validator: val_secalgo.c Log message: sync to libunbound 1.13.0 Support for channel reuse of TCP and TLS (DoT) streams should improve latency when the DoT strategy is used in unwind. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/11 05:34:12 Modified files: distrib/miniroot: install.sub Log message: There is a race in dhclient(8) privsep. The parent process may return before the interface address and route are set in the kernel. The auto installer script runs a ftp(1) command immediatelty after that, it fails without a local address. Before calling ftp, wait until the address appears in ifconfig(8) output and dhclient leases file. This makes autoinstall more reliable. discussed with patrick@; input and OK krw@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/12/11 05:38:20 Modified files: math/cddlib : Makefile distinfo math/cddlib/pkg: PLIST Removed files: math/cddlib/patches: patch-lib-src_Makefile_gmp_am Log message: Update cddlib to 0.94m. shlib patch is no longer required. From maintainer Dimitri Karamazov, thanks! CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/12/11 05:40:44 Modified files: math/armadillo : Makefile distinfo math/armadillo/pkg: PLIST Log message: Update armadillo to 9.900.4. OK espie@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/12/11 05:42:28 Modified files: math/mlpack : Makefile distinfo math/mlpack/patches: patch-CMakeLists_txt math/mlpack/pkg: PLIST-main PLIST-python Log message: Update mlpack to 3.4.2. OK espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/11 05:57:33 Modified files: print/foomatic-db: Makefile distinfo print/foomatic-db/pkg: PLIST Log message: Update to foomatic-db-4.0.20201104. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/11 06:18:12 Modified files: sbin/unwind/libunbound/util: netevent.c Log message: Sprinkle in some static to prevent missing prototype warnings; merged upstream. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/11 06:18:46 Modified files: sbin/unwind/libunbound/util: netevent.c Log message: Warning: arithmetic on a pointer to void is a GNU extension; merged upstream. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/11 07:09:39 Modified files: databases/p5-Jifty-DBI: Makefile distinfo databases/p5-Jifty-DBI/patches: patch-Makefile_PL Log message: Update to p5-Jifty-DBI-0.78 from wen heping with tweaks by me CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/11 07:17:35 Modified files: sys/kern : sys_pipe.c Log message: Simplify filt_pipedetach() By storing pipe pointer in kn_hook, filt_pipedetach() does not need extra logic to find the correct pipe instance. This also lets the kernel clear the knote lists fully. OK anton@, mpi@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/11 07:33:15 Modified files: databases/p5-CDB_File: Makefile distinfo Log message: Update to p5-CDB_File-1.04. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/11 08:47:10 Modified files: devel/universal-ctags: Makefile distinfo Log message: Update universal-ctags to 5.9.20201129 Switched from commit to tagname CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/11 09:11:42 Modified files: databases : Makefile databases/py-mysqlclient: Makefile distinfo databases/py-mysqlclient/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: databases/py-mysqlclient/pkg: PFRAG.no-python3 Log message: update py-mysqlclient to 2.0.2, now py3-only (nothing using this in ports) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/11 09:24:59 Modified files: x11/xscreensaver: Makefile Log message: Zap an obsolete comment CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/11 09:36:03 Modified files: sbin/unwind : frontend.c resolver.c unwind.h Log message: The recent fix to handle large answers in unwind (errata #5 for 6.8) has the downside to always copy the maximum IMSG size (about 16k) between the resolver and frontend process for DNS answers because we had to keep it as simple as possible. We can now rearange things in -current to be less wasteful. This copies only the usually small DNS answer. In the unusual case that a DNS answer is larger than the maximum IMSG size fragment the message and send multiple IMSGs. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/11 09:37:41 Modified files: sbin/unwind : resolver.c Log message: Introduce query_imsg2str() to simplify printing "qname class type". OK kn some time ago CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/11 09:39:19 Modified files: net/curl : Tag: OPENBSD_6_8 Makefile Added files: net/curl/patches: Tag: OPENBSD_6_8 patch-docs_cmdline-opts_ftp-skip-pasv-ip_d patch-docs_libcurl_opts_CURLOPT_FTP_SKIP_PASV_IP_3 patch-lib_ftp_c patch-lib_url_c patch-lib_vtls_openssl_c patch-src_tool_cfgable_c patch-tests_data_test1400 patch-tests_data_test1401 patch-tests_data_test1402 patch-tests_data_test1403 patch-tests_data_test1404 patch-tests_data_test1405 patch-tests_data_test1406 patch-tests_data_test1407 patch-tests_data_test1420 Log message: Security fixes: CVE-2020-8284: trusting FTP PASV responses CVE-2020-8285: FTP wildcard stack overflow CVE-2020-8286: Inferior OCSP verification CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/12/11 12:17:42 Modified files: editors/vis : Makefile distinfo editors/vis/patches: patch-configure editors/vis/pkg: PLIST Log message: Update to vis 0.7 "This is mostly a bug fix release with fixes for a few cases of undefined behavior and preliminary work for experimentation with different core text management data structures and general editor architecture." https://github.com/martanne/vis/releases/tag/v0.7 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/11 12:48:58 Modified files: sys/dev : ipmi.c Log message: ipmi(4): ipmi_poll_thread(): remove sleep loop This tsleep_nsec(9) call does not set PCATCH and there are no other threads calling wakeup(9) so there is no need to spin until we get EWOULDBLOCK. It always returns EWOULDBLOCK. Idea from claudio@. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/12/11 14:29:53 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update p5-Net-SIP to 0.826 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/12/11 14:34:18 Modified files: misc/freeopcua/py-opcua-widgets: Makefile distinfo Log message: update py-opcua-widgets to 0.5.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/11 15:33:22 Modified files: net/usockets : Makefile distinfo net/usockets/patches: patch-Makefile net/usockets/pkg: PLIST Log message: update usockets to newer git commit, from Aisha Tammy (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/11 15:34:52 Modified files: net/usockets : Makefile Added files: net/usockets/patches: patch-libusockets_pc_in Log message: oops, missed cvs add CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/11 15:36:25 Modified files: www/uwebsockets: Makefile distinfo www/uwebsockets/pkg: PLIST Removed files: www/uwebsockets/patches: patch-src_Loop_h Log message: update to uwebsockets-18.17.0, from maintainer Aisha Tammy CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/11 15:47:11 Modified files: sbin/iked : iked.conf.5 Log message: The keyword "any" does not actually work properly for traffic selectors. To match all traffic use 0.0.0.0/0 or ::/0. ok patrick@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/11 17:01:37 Modified files: sys/net : bpf.c Log message: try to read the mbuf timestamp from the mbuf with the pkthdrs in it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/11 17:15:34 Modified files: sys/net : bpf.c Log message: get bpf_mtap_ether to call _bpf_mtap directly instead of via bpf_mtap. this is so _bpf_mtap can look at the mbuf with packet headers on it so it can fill in more stuff in the bpf_hdr struct. ive been running this in production for most of a month now and it's working well. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/11 17:39:07 Modified files: sys/net : if_tpmr.c Log message: call if_enqueue() to send a packet, not a member ports (*ifp->if_enqueue) the latter is too clever, and nothing else does it. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/12/11 20:18:02 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.2.14.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/11 23:23:38 Modified files: security/polarssl: Makefile distinfo Log message: Update to mbedtls-2.16.9 Security/bugfix release. Changelog can be found at https://github.com/ARMmbed/mbedtls/blob/v2.16.9/ChangeLog OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/11 23:26:57 Modified files: security/polarssl: Tag: OPENBSD_6_8 Makefile distinfo Log message: Update to mbedtls-2.16.9 Security/bugfix release. Changelog can be found at https://github.com/ARMmbed/mbedtls/blob/v2.16.9/ChangeLog OK sthen@ CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2020/12/11 23:35:37 Modified files: usr.bin/cu : cu.1 Log message: Replace list faked with a literal display with a real list. Use character escapes for arrow symbols. no objection jmc@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/11 23:59:52 Modified files: games/returntotheroots: Makefile games/returntotheroots/pkg: PLIST Added files: games/returntotheroots/patches: patch-libutil_src_System_cpp Log message: Brad is working on a newer Boost. He sent me this diff to fix the build using this new Boost. It doesn't affect the build with the current Boost. While here, sync PLIST (adds the new-ish @so markers). CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/12 00:00:15 Modified files: databases/p5-CDB_File: Makefile distinfo Log message: Update to p5-CDB_File-1.05. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/12 00:28:59 Modified files: x11 : Makefile Log message: Unhook kde and kde-shared-data CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/12 00:29:17 Removed files: x11/kde : Makefile Makefile.inc kde.port.mk x11/kde/accessibility3: Makefile distinfo x11/kde/accessibility3/pkg: DESCR PLIST x11/kde/arts3 : Makefile distinfo x11/kde/arts3/files: audioiosndio.cc x11/kde/arts3/patches: patch-artsc_artsdsp_in patch-configure_in patch-flow_Makefile_in patch-flow_gsl_gslglib_h patch-flow_gsl_gslmakefile_inc patch-gmcop_Makefile_in patch-mcop_debug_cc patch-mcop_mt_threads_posix_cc patch-mcop_tcpserver_cc patch-mcop_unixserver_cc patch-soundserver_artswrapper_c patch-soundserver_gslplayobject_impl_cc patch-soundserver_wavplayobject_impl_cc x11/kde/arts3/pkg: DESCR PLIST x11/kde/base3 : Makefile distinfo x11/kde/base3/files: checkpass_bsd.c kdesurc x11/kde/base3/patches: patch-configure_in patch-kate_data_externaltools patch-kcheckpass_Makefile_in patch-kcheckpass_kcheckpass_h patch-kcontrol_clock_main_cpp patch-kcontrol_crypto_crypto_cpp patch-kcontrol_crypto_crypto_h patch-kcontrol_info_info_openbsd_cpp patch-kcontrol_kdm_kdm-shut_cpp patch-kcontrol_kfontinst_configure_in_in patch-kcontrol_kfontinst_kfontinst_Fontmap_cpp patch-kcontrol_kfontinst_kfontinst_GetPid_c patch-kcontrol_kfontinst_kfontinst_Main_cpp patch-kdesktop_init_Templates_Makefile_in patch-kdm_backend_auth_c patch-kdm_backend_client_c patch-kdm_backend_ctrl_c patch-kdm_config_def patch-kdm_kfrontend_Makefile_in patch-kicker_applets_launcher_easyvector_h patch-kicker_applets_naughty_NaughtyProcessMonitor_cpp patch-kioslave_floppy_Makefile_in patch-kioslave_man_man2html_cpp patch-kioslave_media_kfile-plugin_kfilemediaplugin_cpp patch-kioslave_smtp_smtp_cc patch-konsole_konsole_TEPty_cpp patch-ksysguard_gui_SensorDisplayLib_ProcessList_cc patch-ksysguard_ksysguardd_OpenBSD_Makefile_am patch-ksysguard_ksysguardd_OpenBSD_Makefile_in patch-ksysguard_ksysguardd_OpenBSD_ProcessList_c patch-ksysguard_ksysguardd_OpenBSD_ProcessList_h patch-ksysguard_ksysguardd_OpenBSD_cpu_c patch-ksysguard_ksysguardd_OpenBSD_memory_c patch-ksysguard_ksysguardd_OpenBSD_memory_h patch-ksysguard_ksysguardd_modules_h patch-kwin_client_cpp patch-nsplugins_sdk_prcpucfg_h patch-nsplugins_viewer_viewer_cpp patch-startkde x11/kde/base3/pkg: DESCR-en_US DESCR-locale DESCR-main DESCR-samba PLIST-en_US PLIST-locale PLIST-main PLIST-samba README-main kdm.rc x11/kde/games3 : Makefile distinfo x11/kde/games3/patches: patch-kshisen_board_cpp x11/kde/games3/pkg: DESCR PLIST x11/kde/i18n3 : Makefile Makefile.inc distinfo x11/kde/i18n3/af: Makefile x11/kde/i18n3/ar: Makefile x11/kde/i18n3/az: Makefile x11/kde/i18n3/be: Makefile x11/kde/i18n3/bg: Makefile x11/kde/i18n3/bn: Makefile x11/kde/i18n3/br: Makefile x11/kde/i18n3/bs: Makefile x11/kde/i18n3/ca: Makefile x11/kde/i18n3/cs: Makefile x11/kde/i18n3/csb: Makefile x11/kde/i18n3/cy: Makefile x11/kde/i18n3/da: Makefile x11/kde/i18n3/de: Makefile x11/kde/i18n3/el: Makefile x11/kde/i18n3/en_GB: Makefile x11/kde/i18n3/eo: Makefile x11/kde/i18n3/es: Makefile x11/kde/i18n3/et: Makefile x11/kde/i18n3/eu: Makefile x11/kde/i18n3/fa: Makefile x11/kde/i18n3/fi: Makefile x11/kde/i18n3/fr: Makefile x11/kde/i18n3/fy: Makefile x11/kde/i18n3/ga: Makefile x11/kde/i18n3/gl: Makefile x11/kde/i18n3/he: Makefile x11/kde/i18n3/hi: Makefile x11/kde/i18n3/hr: Makefile x11/kde/i18n3/hu: Makefile x11/kde/i18n3/is: Makefile x11/kde/i18n3/it: Makefile x11/kde/i18n3/ja: Makefile x11/kde/i18n3/kk: Makefile x11/kde/i18n3/km: Makefile x11/kde/i18n3/ko: Makefile x11/kde/i18n3/lt: Makefile x11/kde/i18n3/lv: Makefile x11/kde/i18n3/mk: Makefile x11/kde/i18n3/mn: Makefile x11/kde/i18n3/ms: Makefile x11/kde/i18n3/nb: Makefile x11/kde/i18n3/nds: Makefile x11/kde/i18n3/nl: Makefile x11/kde/i18n3/nn: Makefile x11/kde/i18n3/pa: Makefile x11/kde/i18n3/pkg: DESCR PFRAG.conflict PLIST-af PLIST-ar PLIST-az PLIST-be PLIST-bg PLIST-bn PLIST-br PLIST-bs PLIST-ca PLIST-cs PLIST-csb PLIST-cy PLIST-da PLIST-de PLIST-el PLIST-en_GB PLIST-eo PLIST-es PLIST-et PLIST-eu PLIST-fa PLIST-fi PLIST-fr PLIST-fy PLIST-ga PLIST-gl PLIST-he PLIST-hi PLIST-hr PLIST-hsb PLIST-hu PLIST-is PLIST-it PLIST-ja PLIST-kk PLIST-km PLIST-ko PLIST-lt PLIST-lv PLIST-mk PLIST-mn PLIST-ms PLIST-nb PLIST-nds PLIST-nl PLIST-nn PLIST-pa PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro PLIST-ru PLIST-rw PLIST-se PLIST-sk PLIST-sl PLIST-sr PLIST-sr@Latn PLIST-ss PLIST-sv PLIST-ta PLIST-te PLIST-tg PLIST-th PLIST-tr PLIST-uk PLIST-uz PLIST-uz@cyrillic PLIST-vi PLIST-wa PLIST-zh_CN PLIST-zh_TW x11/kde/i18n3/pl: Makefile x11/kde/i18n3/pt: Makefile x11/kde/i18n3/pt_BR: Makefile x11/kde/i18n3/ro: Makefile x11/kde/i18n3/ru: Makefile x11/kde/i18n3/rw: Makefile x11/kde/i18n3/se: Makefile x11/kde/i18n3/sk: Makefile x11/kde/i18n3/sl: Makefile x11/kde/i18n3/sr: Makefile x11/kde/i18n3/sr@Latn: Makefile x11/kde/i18n3/ss: Makefile x11/kde/i18n3/sv: Makefile x11/kde/i18n3/ta: Makefile x11/kde/i18n3/te: Makefile x11/kde/i18n3/tg: Makefile x11/kde/i18n3/th: Makefile x11/kde/i18n3/tr: Makefile x11/kde/i18n3/uk: Makefile x11/kde/i18n3/uz: Makefile x11/kde/i18n3/uz@cyrillic: Makefile x11/kde/i18n3/vi: Makefile x11/kde/i18n3/wa: Makefile x11/kde/i18n3/zh_CN: Makefile x11/kde/i18n3/zh_TW: Makefile x11/kde/libs3 : Makefile distinfo x11/kde/libs3/files: mtree x11/kde/libs3/patches: patch-configure_in patch-dcop_dcopclient_cpp patch-dcop_dcopidl2cpp_Makefile_in patch-dcop_dcopidl_Makefile_in patch-dcop_dcopidlng_kdocAstUtil_pm patch-kate_part_katebuffer_cpp patch-kate_part_katehighlight_cpp patch-kdecore_kpty_cpp patch-kdecore_kstandarddirs_cpp patch-kdecore_network_kresolver_cpp patch-kdecore_network_kresolverworkerbase_h patch-kdecore_network_kserversocket_cpp patch-kdecore_tests_kurltest_cpp patch-kded_kbuildsycoca_cpp patch-kded_vfolder_menu_cpp patch-kdeprint_cups_cupsdconf2_cups-util_c patch-kdeprint_cups_cupsdconf2_cupsddialog_cpp patch-kdeprint_cups_kmcupsmanager_cpp patch-kdesu_process_cpp patch-kdeui_kdialogbase_h patch-kdeui_ksconfig_cpp patch-khtml_dom_dom2_traversal_h patch-khtml_ecma_kjs_events_cpp patch-khtml_ecma_kjs_proxy_cpp patch-khtml_misc_decoder_cpp patch-kinit_kinit_cpp patch-kio_kio_kshred_cpp patch-kio_kssl_Makefile_in patch-kio_kssl_kopenssl_cc patch-kio_kssl_kopenssl_h patch-kio_kssl_ksmimecrypto_cc patch-kio_kssl_kssl_cc patch-kio_kssl_ksslcertificate_cc patch-kioslave_file_file_cc patch-kioslave_ftp_ftp_cc patch-kioslave_http_kcookiejar_kcookiejar_cpp patch-kstyles_keramik_keramik_cpp x11/kde/libs3/pkg: DESCR-langlist DESCR-main PLIST-langlist PLIST-main x11/kde/patches-3.1: patch-aclocal_m4 patch-admin_libtool_m4_in patch-admin_ltmain_sh x11/kde/patches-3.2: patch-aclocal_m4 patch-admin_ltmain_sh x11/kde/patches-3.2.3: patch-acinclude_m4 patch-admin_cvs_sh patch-admin_libtool_m4_in patch-admin_ltmain_sh x11/kde/patches-3.4: patch-acinclude_m4 patch-admin_cvs_sh patch-admin_libtool_m4_in patch-admin_ltmain_sh x11/kde/patches-3.5: patch-acinclude_m4 patch-admin_cvs_sh patch-admin_libtool_m4_in patch-admin_ltmain_sh x11/kde/patches-3.5.2: patch-acinclude_m4 patch-admin_cvs_sh patch-admin_libtool_m4_in patch-admin_ltmain_sh x11/kde/patches-3.5.3: patch-admin_cvs_sh patch-admin_libtool_m4_in patch-admin_ltmain_sh x11/kde/patches-3.5.7: patch-acinclude_m4 patch-admin_cvs_sh Log message: Remove KDE3 "KDE3 lovers can still port https://www.trinitydesktop.org/ which is alive and maintained upstream." OK zhuk@, kmos@, kn@, solene@, landry@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/12 00:29:23 Removed files: x11/kde-shared-data: Makefile distinfo x11/kde-shared-data/pkg: DESCR PLIST Log message: Remove kde-shared-data CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/12 00:30:49 Modified files: infrastructure/db: user.list Log message: Disable _kdesud and _kdm from KDE3/4 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/12 00:32:21 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of KDE3 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/12 01:57:32 Modified files: textproc/p5-Lingua-EN-Inflect: Makefile distinfo Log message: Update to p5-Lingua-EN-Inflect-1.905. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/12 02:11:26 Modified files: www/qutebrowser: Makefile distinfo www/qutebrowser/pkg: PLIST Log message: Update qutebrowser to 1.14.1 Update diff from maintainer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/12 02:22:44 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.35. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/12 02:22:55 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.35. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/12 02:23:13 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.195. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/12/12 02:31:00 Modified files: xserver : ChangeLog Makefile.in aclocal.m4 configure configure.ac xserver/Xext : Makefile.am Makefile.in xserver/Xi : Makefile.in xserver/composite: Makefile.in xserver/config : Makefile.in xserver/damageext: Makefile.in xserver/dbe : Makefile.in xserver/dix : Makefile.in xserver/doc : Makefile.in xserver/doc/dtrace: Makefile.in Xserver-DTrace.xml xserver/dri3 : Makefile.in xserver/exa : Makefile.in xserver/fb : Makefile.in xserver/glamor : Makefile.in glamor_egl.c glamor_rects.c xserver/glx : Makefile.am Makefile.in xserver/hw : Makefile.in xserver/hw/dmx : Makefile.in xserver/hw/dmx/config: Makefile.in xserver/hw/dmx/config/man: Makefile.in xserver/hw/dmx/doc: Makefile.in xserver/hw/dmx/doxygen: Makefile.in xserver/hw/dmx/examples: Makefile.in xserver/hw/dmx/glxProxy: Makefile.in xserver/hw/dmx/input: Makefile.in xserver/hw/dmx/man: Makefile.in Xdmx.man xserver/hw/kdrive: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/ephyr/man: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/vfb : Makefile.in xserver/hw/vfb/man: Makefile.in xserver/hw/xfree86: Makefile.in xserver/hw/xfree86/common: Makefile.in xserver/hw/xfree86/ddc: Makefile.in edid.h interpret_edid.c xf86DDC.h xserver/hw/xfree86/dixmods: Makefile.in xserver/hw/xfree86/doc: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dri2: Makefile.in xserver/hw/xfree86/dri2/pci_ids: Makefile.in xserver/hw/xfree86/drivers: Makefile.in xserver/hw/xfree86/drivers/modesetting: Makefile.in dri2.c driver.c driver.h drmmode_display.c drmmode_display.h present.c xserver/hw/xfree86/exa: Makefile.in xserver/hw/xfree86/exa/man: Makefile.in xserver/hw/xfree86/fbdevhw: Makefile.in xserver/hw/xfree86/fbdevhw/man: Makefile.in xserver/hw/xfree86/glamor_egl: Makefile.in xserver/hw/xfree86/i2c: Makefile.in xserver/hw/xfree86/int10: Makefile.in xserver/hw/xfree86/loader: Makefile.in xserver/hw/xfree86/man: Makefile.in Xorg.man xorg.conf.man xserver/hw/xfree86/modes: Makefile.in xf86Crtc.c xserver/hw/xfree86/os-support: Makefile.in xserver/hw/xfree86/os-support/bsd: Makefile.in xserver/hw/xfree86/os-support/bus: Makefile.in xserver/hw/xfree86/os-support/hurd: Makefile.in xserver/hw/xfree86/os-support/linux: Makefile.in xserver/hw/xfree86/os-support/misc: Makefile.in xserver/hw/xfree86/os-support/solaris: Makefile.in xserver/hw/xfree86/os-support/stub: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xf86CursorRD.c xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/cvt: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/man: Makefile.in xserver/hw/xfree86/vbe: Makefile.in xserver/hw/xfree86/vgahw: Makefile.in xserver/hw/xfree86/x86emu: Makefile.in xserver/hw/xfree86/xkb: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xnest/man: Makefile.in xserver/hw/xquartz: Makefile.in xserver/hw/xquartz/GL: Makefile.in xserver/hw/xquartz/bundle: Makefile.in xserver/hw/xquartz/mach-startup: Makefile.in xserver/hw/xquartz/man: Makefile.in Xquartz.man xserver/hw/xquartz/pbproxy: Makefile.in xserver/hw/xquartz/xpr: Makefile.in xserver/hw/xwayland: Makefile.in xwayland-glamor-eglstream.c xwayland-glamor-gbm.c xwayland-input.c xwayland-output.c xwayland-present.c xwayland-vidmode.c xwayland.c xwayland.h xserver/hw/xwin: Makefile.in xserver/hw/xwin/dri: Makefile.in xserver/hw/xwin/glx: Makefile.in xserver/hw/xwin/man: Makefile.in xserver/hw/xwin/winclipboard: Makefile.in xserver/include: Makefile.in misc.h xserver/man : Makefile.in xserver/mi : Makefile.in xserver/miext : Makefile.in xserver/miext/damage: Makefile.in xserver/miext/rootless: Makefile.in xserver/miext/shadow: Makefile.in xserver/miext/sync: Makefile.in xserver/os : Makefile.in backtrace.c xserver/present: Makefile.in present_execute.c present_priv.h present_scmd.c present_screen.c present_vblank.c present_wnmd.c xserver/pseudoramiX: Makefile.in xserver/randr : Makefile.in rrcrtc.c xserver/record : Makefile.in xserver/render : Makefile.in xserver/test : Makefile.in xserver/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: Update X server to version 1.20.10. Tested by jsg@ and naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/12/12 02:31:58 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/12/12 02:44:27 Modified files: sys/dev/acpi : asmc.c Log message: The asmc sensor update task currently consumes ~50ms on each refresh cycle because the asmc read/write functions are timing out regularly on each cycle. Since the sensor task is executed during kernel lock, this can have a negative impact on time sensitive code, as seen with USB isoc transfers. Rewriting the asmc read/write functions to a similar execution pattern as the Linux driver does, entirely removes the timeouts, and hence reduces the asmc sensor update code to be executed within ~3ms. ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/12 04:30:00 Modified files: sys/dev/acpi : acpidmar.c Log message: avoid uninitialised var by using dma tag from attach args ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/12/12 04:49:02 Modified files: share/man/man9 : mbuf.9 sys/arch/octeon/dev: if_cnmac.c if_ogx.c sys/arch/sparc64/dev: vnet.c sys/dev/fdt : if_dwge.c if_dwxe.c if_fec.c if_mvneta.c if_mvpp.c sys/dev/ic : ar5008.c ar9003.c bcmgenet.c elink3.c gem.c hme.c re.c rt2860.c ti.c xl.c sys/dev/pci : if_bge.c if_bnx.c if_bnxt.c if_bwfm_pci.c if_em.c if_iavf.c if_iwm.c if_iwn.c if_iwx.c if_ix.c if_ixl.c if_lge.c if_mcx.c if_msk.c if_myx.c if_nfe.c if_nge.c if_oce.c if_rge.c if_rtwn.c if_se.c if_sis.c if_sk.c if_vic.c if_vmx.c if_vr.c if_wpi.c if_xge.c sys/dev/pv : if_hvn.c if_vio.c if_xnf.c sys/dev/usb : if_uath.c sys/kern : uipc_mbuf.c uipc_mbuf2.c uipc_socket.c sys/net : bpf.c if_aggr.c if_gre.c if_pfsync.c switchctl.c sys/sys : mbuf.h Log message: Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. OK dlg@, bluhm@ No Opinion mpi@ Not against it claudio@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/12/12 07:09:58 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.6 OK rsadowski@ solene@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/12 07:22:18 Log message: Import lagrange-0.12.1 Lagrange is a desktop GUI client for browsing Geminispace and Gopherspace. It offers modern conveniences familiar from web browsers, such as smooth scrolling, inline image viewing, multiple tabs, visual themes, Unicode fonts, bookmarks, history, and page outlines. ok paco@ tested by many patch from Olivier Taïbi to disable use of openssl if installed Status: Vendor Tag: solene Release Tags: solene_20201212 N ports/net/lagrange/Makefile N ports/net/lagrange/distinfo N ports/net/lagrange/pkg/DESCR N ports/net/lagrange/pkg/PLIST N ports/net/lagrange/patches/patch-lib_the_Foundation_Depends_cmake No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/12 07:22:39 Modified files: net : Makefile Log message: + lagrange CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/12 07:31:09 Modified files: net/lagrange : Makefile net/lagrange/pkg: PLIST Log message: Put @tag at the end of PLIST. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/12 08:02:35 Modified files: www/purritobin : Makefile distinfo www/purritobin/pkg: PLIST Log message: update to PurritoBin-0.3.3, from Aisha Tammy CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/12 08:12:07 Modified files: infrastructure/bin: portcheck Log message: Remove kde3/kde4 and phonon check(s) OK sthen CVSROOT: /cvs Module name: src Changes by: rsadowski@cvs.openbsd.org 2020/12/12 08:13:28 Modified files: share/man/man5 : port-modules.5 Log message: Remove x11/kde (kde3) CVSROOT: /cvs Module name: www Changes by: tobhe@cvs.openbsd.org 2020/12/12 12:07:25 Modified files: faq : faq17.html Log message: Use 'to 0.0.0.0' in examples where config address is used, which is the only way to have multiple roadwarrior clients work with the same responder. Those should be replaced with the 'dynamic' keyword once 6.9 is out. discussed with landry@ ok patrick@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/12 12:28:21 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_reference_conf patch-src_ircd_c net/ircd-hybrid/pkg: PLIST Log message: Update to ircd-hybrid-8.2.35 Diff from Brad Smith CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/12/12 13:31:00 Modified files: security/botan2: Makefile distinfo security/botan2/patches: patch-src_cli_sandbox_cpp security/botan2/pkg: PFRAG.x86 PLIST Log message: update botan2 to 2.17.2 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/12 14:13:07 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-0.13.1 Fix an issue with LibreSSL and client certificates CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/12/12 15:59:21 Modified files: sys/net : pf_lb.c Log message: Correct wrong type of variable and remove useless casts. OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2020/12/12 19:42:17 Modified files: lang/squeak : Makefile.inc lang/squeak/funsqueak: Makefile lang/squeak/image: Makefile lang/squeak/sources: Makefile lang/squeak/vm : Makefile lang/squeak/vm/patches: patch-platforms_unix_config_acinclude_m4 patch-platforms_unix_vm_sqUnixMain_c Added files: lang/squeak/vm/patches: patch-platforms_unix_config_Makefile_in patch-platforms_unix_plugins_FloatMathPlugin_acinclude_m4 Log message: Unbreak squeak-vm on powerpc, sparc64 Most of this diff is from Anthony Richardby, who provided the patches to unbreak macppc by removing the -mno-fused-madd flag, fixing an asm error, and changing the order of the linker arguments. kmos@ confirmed that the patches also unbreak sparc64. cwen@ moved the HOMEPAGE to https. I removed flags like -O3. ok cwen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/12 20:15:52 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: wait.h Log message: remove unused wait interfaces CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/12 21:00:38 Modified files: sys/dev/pci/drm: drm_linux.c Log message: set scatterlist to NULL after free CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/12 21:41:29 Modified files: math/py-sympy : Makefile distinfo math/py-sympy/patches: patch-setup_py math/py-sympy/pkg: PLIST Log message: update py-sympy to 1.7.1 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/12 22:56:11 Modified files: textproc/hevea : Makefile distinfo Log message: update to hevea 2.34; maintainer timeout CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2020/12/12 23:14:35 Modified files: sys/arch/amd64/amd64: machdep.c Log message: Turn simple sysctl_rdint into cpuctl_vars entries ok gkoehler@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/13 00:35:43 Modified files: databases/py-sqlobject: Makefile distinfo Log message: Update to py-sqlobject-3.8.1 from wen heping CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/12/13 01:19:19 Modified files: misc/memcached : Makefile distinfo misc/memcached/patches: patch-configure patch-memcached_c patch-sasl_defs_c misc/memcached/pkg: PLIST Added files: misc/memcached/patches: patch-doc_Makefile patch-memcached_h Log message: Update to 1.6.9 and switch to libevent2 From Moritz Buhl CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/12/13 01:45:14 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: apache2.rc Log message: Correctly stop Apache Httpd when daemon_flags is set from Maxim Tarasov CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/13 02:24:57 Modified files: databases/p5-Jifty-DBI: Makefile Log message: devel/p5-Test-Warn is needed at build time: "/usr/bin/perl" "-Iinc" Makefile.PL --config= --installdeps=Test::Warn,0.1 Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: inc /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/libdata/perl5) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/13 02:40:34 Modified files: security/p11-kit: Makefile distinfo security/p11-kit/pkg: PLIST Added files: security/p11-kit/patches: patch-p11-kit_lists_c Log message: SECURITY update to p11-kit-0.23.22. Add bash-completion support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/13 02:41:30 Modified files: security/p11-kit: Tag: OPENBSD_6_8 Makefile distinfo Added files: security/p11-kit/patches: Tag: OPENBSD_6_8 patch-p11-kit_lists_c Log message: SECURITY update to p11-kit-0.23.22. - Fix memory-safety issues that affect the RPC protocol (CVE-2020-29361, CVE-2020-29362, and CVE-2020-29363) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/13 03:26:59 Modified files: textproc/enchant2: Makefile distinfo Log message: Update to enchant2-2.2.14. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/12/13 03:56:07 Modified files: proto/xcb-proto: NEWS configure.ac proto/xcb-proto/src: xproto.xml proto/xcb-proto/xcbgen: align.py matcher.py state.py xtypes.py Log message: Update to xcb-proto 1.14.1. No functional changes. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/12/13 03:56:56 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/12/13 05:31:54 Modified files: emulators/mgba : Makefile distinfo Log message: update to 0.8.4 OK bentley@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/12/13 06:55:46 Modified files: devel/got : Makefile distinfo Log message: update to got 0.45 - new diff implementation from git.gameoftrees.org/diff.git (with neels) - use Patience diff algorithm with fallback to Myers diff - new blame algorithm which compares commit N-1 to N (with neels) - handle binary files in got/tog diff commands; add -a options to force text - consistently label removed files as "/dev/null" in diff headers - prevent potential fclose(NULL) in error path of diff_blobs() - use size_t for loop indices to avoid signedness warnings (by emaste@freebsd) - in tests, replace echo with printf and stop option processing via "--" (naddy) - fix test failure of test_tree_submodule_of_same_repo for packed repos (yzhong) - add fd to got_worktree, modify got_fileindex_entry_update to use fds (yzhong) - add histedit -f flag for folding shortcut (jrick) - prevent log message loss of folded commits during histedit - tog: plug two memory leaks in draw_file() - tog: show current/total line numbers in diff view header - tog: highlight matched search terms in diff and blame views - tog: call pthread_cond_destroy(cond) just once when closing log view (naddy) - tog: reset diff view's scroll position if diff context shrinks too much - tog: make tog diff accept reference and tag arguments; add -w and -C options - tog: new 'tog ref' subcommand which displays references in the repository - tog: fix entry selection when moving to the parent in tree view (naddy) - tog: fix page-down/page-up scrolling in the tree view (with naddy) - tog: trim redundant parameters from many functions, and tidy up code (naddy) - tog: log view now requests more commits when the window expands (naddy) - tog: call pledge(2) directly in main() instead of per-command - tog: fix bug on FreeBSD where pressing 'q' in a child view caused tog to exit - tog: fix move to next/prev commit in diff view if log is not displayed (naddy) - tog: make ^L in the log view stick to branches/tags selected via -c option - tog: make tree view keep track of branches/tags specified via -c - tog: fix crashes when the log view reloads displayed data - tog: resize events go to child views as well as parent views (found by naddy) - tog: move the tree view's selection cursor up if terminal shrinks too much - tog: fix display of lines that end in "\r\n" (problem found by jrick) - tog: accommodate newer ncurses where panel_userptr() returns const (naddy) - tog: use getline(3) instead of fparseln(3) for better portability CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2020/12/13 07:24:29 Modified files: devel/rgbds : Makefile distinfo devel/rgbds/patches: patch-src_asm_main_c patch-src_gfx_main_c patch-src_link_main_c Log message: Update to rgbds-0.4.2. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/13 08:36:36 Modified files: usr.bin/pr : pr.1 pr.c Log message: pr.1: note that -p is unsupported pr.c: spelling fix from andras farkas CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/13 08:37:08 Modified files: graphics : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm graphics/py-pyx: Makefile distinfo graphics/py-pyx/pkg: PLIST Removed files: graphics/py-pyx/patches: patch-examples_bitmap_pil_py patch-pyx_epsfile_py patch-pyx_mesh_py Log message: update py-pyx to 0.15 which is now python3-only ok benoit@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/13 08:47:32 Modified files: games/atc : atc.6 Log message: fix unmarked/ignored descriptive mix up; from rafa CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/13 09:14:42 Modified files: devel/atk2mm : Makefile distinfo devel/atk2mm/pkg: PLIST Log message: Update to atk2mm-2.28.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/13 09:20:54 Modified files: devel/pangomm : Makefile distinfo devel/pangomm/pkg: PLIST Log message: Update to pangomm-2.42.2. CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/12/13 12:15:53 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2020.12.12 OK bentley@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/13 12:46:17 Modified files: sbin/iked : parse.y Log message: Make sure flow src and dst addresses have the same address family. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/13 13:40:55 Added files: cad/openscad/patches: patch-src_import_cc Log message: openscad: fix build with newer boost, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/13 13:41:51 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to postfix-3.5.8, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/13 14:17:03 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm x11/fvwm2 : Makefile distinfo x11/fvwm2/patches: patch-bin_Makefile_in patch-configure patch-fvwm_Makefile_in Added files: x11/fvwm2/patches: patch-default-config_Makefile_in x11/fvwm2/pkg : DESCR PLIST Removed files: x11/fvwm2/patches: patch-config_h_in x11/fvwm2/pkg : DESCR-fvicons DESCR-fvwm2 DESCR-main MESSAGE-fvicons MESSAGE-main PLIST-fvicons PLIST-fvwm2 PLIST-main Log message: update to fvwm2-2.6.7, merging the odd subpackages (not built by default) into the single fvwm2 main package. from michi+openbsd at dataswamp org with little tweaks by me (update license info, whitespace, quirks entries) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/13 14:21:32 Modified files: sys/arch/i386/include: setjmp.h lib/libc/arch/i386/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: Geode CPU does not support SSE, so MXCSR does not exists there. As our i386 compiler does not generate SSE instructions by default, it is not strictly necessary to save MXCSR content between setjmp(3) and longjmp(3). We do not want to end supporting such old processors now. Remove the stmxcsr and ldmxcsr instructions from libc. reported by Johan Huldtgren; OK jsg@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/13 15:12:54 Added files: graphics/py-pyx/patches: patch-setup_py Log message: missed patch pointed out by naddy@; didn't build so no bump CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/13 19:34:53 Modified files: sys/dev/pci/drm/include/linux: interrupt.h Log message: remove unused (and wrong) disable_irq() and enable_irq() defines CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/13 20:13:12 Modified files: usr.bin/ssh : session.c Log message: use _PATH_SSH_USER_DIR instead of hardcoded .ssh in path CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/13 20:16:31 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm www/py-frozen-flask: Makefile www/py-frozen-flask/pkg: PLIST Log message: make py-frozen-flask python3-only so py-sphinx can be updated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/13 22:33:55 Modified files: graphics/pycha : Makefile Log message: remove MODPY_PYPI (wrong spelling and there's also a MODPY_PI) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/13 23:09:52 Modified files: multimedia/aom : Makefile distinfo Log message: Update aom to 2.0.1 From Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/13 23:26:25 Modified files: graphics/opencolorio: Makefile Added files: graphics/opencolorio/patches: patch-src_core_OCIOYaml_cpp Log message: Fix building with newer yaml-cpp From Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/13 23:26:27 Modified files: devel/yaml-cpp : Makefile distinfo devel/yaml-cpp/pkg: PLIST Added files: devel/yaml-cpp : _portcheck.log Removed files: devel/yaml-cpp/patches: patch-CMakeLists_txt patch-include_yaml-cpp_node_detail_iterator_h patch-src_node_data_cpp Log message: Update yaml-cpp to 0.6.3 From Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/13 23:29:17 Modified files: graphics/libavif: Makefile distinfo Log message: Update libavif to 0.8.4. From Brad CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/14 00:28:47 Modified files: sysutils/dwdiff: Makefile distinfo sysutils/dwdiff/patches: patch-src_definitions_h Log message: Update to dwdiff-2.1.4. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/14 00:36:56 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.2.1.0. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/14 00:44:26 Modified files: usr.bin/snmp : mib.h smi.c smi.h Log message: Implement displaying SMI enums as text. For now limit to TruthValue implemented on ifPromiscuousMode and ifConnectorPresent. OK jan@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/14 00:59:31 Modified files: security/p11-kit: Makefile security/p11-kit/pkg: PLIST Added files: security/p11-kit/patches: patch-common_compat_c patch-p11-kit_server_c Log message: Move to meson(1). Set _BSD_SOURCE for issetugid(2) and friends. Fix time_t format string. Install ${SYSCONFDIR}/pkcs11/pkcs11.conf.example. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/14 01:00:03 Modified files: security/gnutls: Makefile Log message: Add LDEP on devel/gettext,-runtime after recent p11-kit changes. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/14 02:19:03 Modified files: devel/p5-Cache-FastMmap: Makefile distinfo Log message: Update to p5-Cache-FastMmap-1.56. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/14 02:35:56 Modified files: www/p5-LWP-UserAgent-Determined: Makefile distinfo Log message: Update to p5-LWP-UserAgent-Determined-1.07. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/14 03:08:17 Removed files: sys/dev/pci/drm/include/linux: dma_remapping.h Log message: remove unused include linux no longer has CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/14 04:10:03 Modified files: regress/usr.bin/lastcomm: Makefile Log message: Remove the expected failures on armv7. They do not match the current behavior anyway. The map stack flag does not work in some cases. So lastcomm(1) regress should fail. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/14 05:38:26 Modified files: misc/gtk3mm-documentation: Makefile distinfo Log message: Update to gtk3mm-documentation-3.24.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/14 05:38:55 Modified files: x11/gtk3mm : Makefile distinfo x11/gtk3mm/pkg : PLIST Log message: Update to gtk3mm-3.24.3. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/14 06:29:18 Modified files: sys/uvm : uvm_km.c uvm_swap.c uvmexp.h Log message: Grab the KERNEL_LOCK() or ensure it's held when poking at swap data structures. This will allow uvm_fault_upper() to enter swap-related functions without holding the KERNEL_LOCK(). ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/14 08:20:31 Modified files: lib/libssl : ssl_locl.h Log message: Switch finish{,_peer}_md_len from int to size_t This is the natural type for these and it simplifies an upcoming commit. The few consumers have been carefully checked to be fine with this. ok inoguchi jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/14 08:26:36 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: Fix SSL_get{,_peer}_finished() with TLSv1.3 As reported by Steffen Ullrich and bluhm, the Finished tests in p5-Net-SSLeay's t/local/43_misc_functions.t broke with with TLSv1.3. The reason for this is that we don't copy the MDs over to the SSL, so the API functions can't retrieve them. This commit fixes this part of the test (one unrelated test still fails). ok inoguchi jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/14 08:28:14 Modified files: graphics/opencolorio: Makefile Log message: Add missing build dependency boost, found by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/14 08:56:36 Modified files: multimedia/libass: Makefile distinfo multimedia/libass/pkg: PLIST Log message: Update libass to 0.15.0 - Fix CVE-2020-26682 - "Adding in a missing dependency on a new hard requirement for harfbuzz." From Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/14 08:59:33 Modified files: multimedia/libde265: Makefile distinfo Log message: Update libde265 to 1.0.7 Changelog: 1.0.7 add API to read VUI color information from bitstream 1.0.6 fix race in static mutex initialization From Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/14 09:06:01 Modified files: multimedia/libbluray: Makefile distinfo multimedia/libbluray/pkg: PLIST Added files: multimedia/libbluray/patches: patch-Makefile_am patch-src_file_mount_getfsstat_c Removed files: multimedia/libbluray/patches: patch-Makefile_in Log message: Update libbluray to 1.2.1 From Brad CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/12/14 10:41:37 Modified files: databases/py-mysqlclient: Makefile Log message: base-gcc doesn't have C99 constructs by default and also doesn't understand "-Wno-unused-result" Switching it to use ports-gcc fixes the build ok sthen CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/14 13:20:06 Modified files: sys/net : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c Log message: Make sure that the address families of a flow's source address, destination address and their netmasks match, otherwise return EINVAL. ok bluhm@ patrick@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/12/14 15:05:31 Modified files: lib/libcurses : curses.h term.h termcap.h Log message: switch over ncurses to --enable-const ncurses has a configure option that adds a few more consts to its headers by way of the NCURSES_CONST define. Starting with version 6.0, this has become the default. OpenBSD is still on ncurses 5.7, but FreeBSD and Linux have moved on. Enable the additional consts to eliminate compiler warnings when sharing code with other platforms. ok deraadt@ millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/14 15:45:47 Modified files: security/py-pyscard: Makefile distinfo security/py-pyscard/pkg: PLIST Log message: update to py-pyscard-2.0.0, from Lucas Raab drop MODPY_PYTEST for now but needs an alternative (warning during tests) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/12/14 16:26:59 Modified files: net/haproxy : Makefile distinfo net/haproxy/patches: patch-Makefile patch-src_log_c Log message: Update to haproxy-2.0.19 CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2020/12/14 17:38:18 Modified files: games/battlestar: Makefile Added files: games/battlestar: command1.c command2.c command3.c command4.c command5.c command6.c command7.c Removed files: games/battlestar: com1.c com2.c com3.c com4.c com5.c com6.c com7.c Log message: the names com1 to com9 are reserved filenames on windows Rename these files in the same way as NetBSD did in 2001. Requested by John Carmack so OpenBSD source code can be checked out on Windows. ok deraadt@, sthen@, "go ahead" jsg@ CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2020/12/14 17:50:01 Modified files: usr.bin/mail : Makefile Added files: usr.bin/mail : util.c Removed files: usr.bin/mail : aux.c Log message: the name aux is a reserved filename on windows NetBSD renamed this file to support.c in 2001, while FreeBSD chose to rename this file to util.c in 2009. We go the FreeBSD route and pick util.c since our implementation is closer to the FreeBSD codebase. Helps get us closer to being able to check out OpenBSD source code on Windows as requested by John Carmack. This issue thoroughly researched by jsg@ ok deraadt@, sthen@, "go ahead" jsg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/14 20:05:31 Modified files: sys/dev/pci : mfii.c Log message: neuter the shutdown hooks for now, they seem to crash the fw on some boards. grumble grumble CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/14 20:26:08 Modified files: sys/dev/pci : if_mcx.c Log message: turn hardware rx mbuf timestamping off by default. we see too many ntp replies (appear to) arrive before the request for them was sent, which ntpd handles by disabling the peer for an hour. this was a lot easier to narrow down after fixing up bpf and timestamps, cos it let me see this: 16:50:36.051696 802.1Q vid 871 pri 3 192.0.2.55.47079 > 162.159.200.123.123: v4 client strat 0 poll 0 prec 0 [tos 0x10] 16:50:36.047201 802.1Q vid 871 pri 3 162.159.200.123.123 > 192.0.2.55.47079: v4 server strat 3 poll 0 prec -25 (DF) im going to borrow the link0 flag for a bit to allow turning timestamping on. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/14 20:35:26 Modified files: sys/dev/pci : if_mcx.c Log message: go to splhigh around the kernel clock and hardware timer reads. the idea is to avoid some other work, like a hardware interrupt, running in between the reads of the kernel and chip clocks and therefore skewing the interval calculations. this tightens up a lot of the slop seen when using the cqe timestamp for an mbuf timestamp, but there's still something not quite right. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/14 20:40:29 Modified files: sys/dev/pci : if_mcx.c Log message: fill in more of mcx_cap_device so i can get to the device frequencies. fun fact, my Connect-x 4 Lx boards seem to run at 156MHz. less fun fact, mcx_calibrate() seems to work that out pretty well anyway, but the maths is still a bit too wonky to make it usable for mbuf timestamps. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/14 20:43:34 Modified files: sys/net : if.c Log message: clear M_TIMESTAMP in if_enqueue. this is to avoid a timestamp being used on the way out of the stack (eg, in bpf), or if it reenters the stack (eg, if it goes between rdomains with pair(4)). CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/14 21:48:19 Modified files: sys/kern : kern_event.c Log message: Use nkev in place of count in kqueue_scan(). OK cheloha@, mpi@, mvs@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/14 23:37:04 Removed files: devel/yaml-cpp : _portcheck.log Log message: Remove log file from my toolset CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/15 00:52:09 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.36. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/15 00:52:20 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.36. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/15 00:52:36 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.196. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/15 00:59:49 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_ssm_service_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.502.0. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/15 01:20:42 Modified files: usr.bin/rsync : main.c Log message: Initialize the poll_timeout before rsync_server() is called. Without this the server will immediatly fail because the poll timeout is 0. Found and reported by Daniel Moch (daniel at danielmoch dot com) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/15 01:31:51 Modified files: usr.bin/tmux : cmd-set-option.c format.c options-table.c tmux.1 window.c Log message: Make synchronize-panes a pane option and add -U flag to set-option to unset an option on all panes. GitHub issue 2491 from Rostislav Nesin. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/12/15 01:47:45 Modified files: lib/libtls : tls_keypair.c Log message: Fix return value variable type in tls_keypair_load_cert ERR_peek_error() returns unsigned long. Reported by github issue by @rozhuk-im. ok bcook@ jsing@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/15 02:03:27 Modified files: databases/sqlite3: Makefile distinfo databases/sqlite3/pkg: PLIST Removed files: databases/sqlite3/patches: patch-sqlite3_c Log message: databases/sqlite3: update to 3.34.0. https://sqlite.org/releaselog/3_32_0.html https://sqlite.org/releaselog/3_32_1.html https://sqlite.org/releaselog/3_32_2.html https://sqlite.org/releaselog/3_32_3.html https://sqlite.org/releaselog/3_33_0.html https://sqlite.org/releaselog/3_34_0.html went in a bulk build without fallout, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/15 02:04:27 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.60. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.60_release_notes will be required by gecko 85. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/15 03:23:01 Modified files: sys/sys : rwlock.h Log message: Add helpers around rw_status(9) to help checking if a lock is held. ok visa@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2020/12/15 04:13:37 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 4.4.2 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/12/15 05:25:20 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 20.0.3 OK tracey@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/15 06:40:22 Modified files: lib/libutil : imsg_init.3 Log message: typo fix from aisha tammy; ok nicm CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2020/12/15 07:06:32 Modified files: games/fortune/fortune: fortune.c Log message: Avoid NULL dereference after returning from copy(). okay martijn@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/12/15 07:16:08 Modified files: x11/lemonbar : Makefile distinfo Added files: x11/lemonbar/patches: patch-lemonbar_c Log message: Update to lemonbar 1.4 Add pledge support (sync with x11/lemonbar-xft). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/15 07:52:27 Modified files: infrastructure/templates: mk.conf.template Log message: poison some py-related things which are easy to get wrong: MODPY_ADJFILES (should be MODPY_ADJ_FILES) MODPY_PYPI (should be MODPY_PI) CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2020/12/15 08:23:48 Modified files: sys/net : pf_osfp.c Log message: missing NET_LOCK()/NET_UNLOCK() in pf_osfp_flush() OK mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/15 08:39:11 Modified files: devel/tbb : Makefile distinfo Log message: update to tbb-2020.3, from Ashton Fagg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/15 08:39:29 Modified files: editors/vile : Makefile distinfo editors/vile/pkg: PLIST Log message: update to vile-9.8u, from Ashton Fagg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/15 08:59:39 Modified files: sysutils/direnv: Makefile distinfo Log message: update to direnv-2.25.0, from maintainer Ashton Fagg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/15 09:03:43 Modified files: databases/leveldb: Makefile distinfo databases/leveldb/pkg: PLIST Removed files: databases/leveldb/patches: patch-Makefile patch-build_detect_platform Log message: update to leveldb-1.22, switching to cmake build, from Ashton Fagg who takes maintainer with a couple of tweaks by me CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/15 09:04:50 Modified files: lib/libssl : ssl_locl.h Log message: Use natural sizes for S3I(s)->tmp's *_md arrays It is a historical artifact that cert_verify_md[], finish_md[] and peer_finish_md[] are twice as large as they need to be. This is confusing, especially for finish_md[] and peer_finish_md[] which are copied to to previous_client_finished[] and previous_server_finished[] which are only half as large. It is easy to check that they will never get more than EVP_MAX_MD_SIZE data written to them. In 1998, EVP_MAX_MD_SIZE was 20 bytes long (for SHA-1). This got bumped to 16+20 for the SSLv3-specific md5+sha1. Apparently under the impression that EVP_MAX_MD_SIZE was still 20 bytes, someone else doubled finish_md[]'s size to EVP_MAX_MD_SIZE*2 and added /* actually only needs to be 16+20 */. A bit later finish_md[] was split up, and still a bit later the comment was amended for TLSv1. Shortly thereafter SHA-512 required a bump of EVP_MAX_MD_SIZE to 64 by a third person and we have been carrying 192 bytes of untouched memory in each of our SSLs ever since. ok inoguchi jsing (jsing had the same diff) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/15 09:41:12 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/files: unveil.main www/mozilla-firefox/patches: patch-config_makefiles_rust_mk patch-dom_ipc_ContentChild_cpp patch-widget_nsPrintSettingsImpl_cpp www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-third_party_libwebrtc_webrtc_modules_desktop_capture_desktop_capture_generic_gn_moz_build Log message: www/{mozilla-firefox,firefox-i18n}: update to 84.0. See https://www.mozilla.org/en-US/firefox/84.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-54/ - add /dev/drm0 & /usr/lib to main unveil file for proper webgl reporting in about:support (see #1680946) - add patch from #1677715 to fix the build, remove in 85. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/15 09:42:46 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr{,-18n}: update to 78.6.0. See https://www.mozilla.org/en-US/firefox/78.6.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-55/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/15 09:43:51 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/{mozilla-thunderbird,thunderbird-i18n}: update to 78.6.0. See https://www.thunderbird.net/en-US/thunderbird/78.6.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-56/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/15 09:45:20 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: www/firefox-esr{,-18n}: MFC update to 78.6.0. See https://www.mozilla.org/en-US/firefox/78.6.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-55/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/15 09:45:48 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: mail/{mozilla-thunderbird,thunderbird-i18n}: MFC update to 78.6.0. See https://www.thunderbird.net/en-US/thunderbird/78.6.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-56/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/15 09:54:48 Modified files: mail/mutt-wizard: Makefile distinfo Log message: update to mutt-wizard-20201210, from maintainer Aisha Tammy, fix rcsid while there CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/15 10:16:27 Modified files: sysutils/bacula: Makefile distinfo sysutils/bacula/patches: patch-configure patch-src_cats_Makefile_in patch-src_cats_make_catalog_backup_pl_in patch-src_findlib_Makefile_in patch-src_lib_Makefile_in patch-src_stored_Makefile_in Added files: sysutils/bacula/patches: patch-src_cats_update_mysql_tables_in patch-src_findlib_fstype_c patch-src_qt-console_tray-monitor_tray-monitor_pro_in patch-src_tools_cdp-client_Makefile_in Log message: update bacula to 11.0.0 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/12/15 10:54:38 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile lang/janet/pkg : PLIST Log message: Update janet to 0.13.1. Release notes: https://github.com/janet-lang/janet/releases/tag/v1.13.1 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/15 11:32:34 Modified files: www/nginx : Makefile Log message: Enable building of ngx_stream_ssl_preread_module This module allows extracting of information from the ClientHello message without terminating SSL/TLS. Thanks sthen@ and tb@ for the cluestick. "...diff looks fine" robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/15 11:43:42 Modified files: lang/gnucobol : Makefile distinfo lang/gnucobol/patches: patch-libcob_common_c lang/gnucobol/pkg: PLIST Added files: lang/gnucobol/patches: patch-configure Removed files: lang/gnucobol/patches: patch-libcob_Makefile_in Log message: Update gnucobol to 3.1.1. From Wen Heping, thanks! CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2020/12/15 11:53:18 Modified files: devel/boost : Makefile Removed files: devel/boost/patches: patch-libs_context_build_Jamfile_v2 Log message: Fix build of boost::context on powerpc by removing an unneeded patch. ok cwen@ brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/15 11:57:38 Modified files: devel/libdvdread: Makefile distinfo devel/libdvdread/patches: patch-src_dvd_input_c devel/libdvdread/pkg: PLIST Log message: Update libdvdread to 6.1.1 From Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/15 11:57:43 Modified files: multimedia/libdvdnav: Makefile distinfo multimedia/libdvdnav/patches: patch-misc_dvdnav_pc_in multimedia/libdvdnav/pkg: PLIST Log message: Update libdvdnav to 6.1.0 From Brad CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/12/15 12:33:43 ports/archivers/innoextract/patches Update of /cvs/ports/archivers/innoextract/patches In directory cvs.openbsd.org:/tmp/cvs-serv36535/patches Log Message: Directory /cvs/ports/archivers/innoextract/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/12/15 12:38:22 Added files: archivers/innoextract/patches: patch-cmake_BuildType_cmake Log message: innoextract: unbreak on powerpc The -Wl,--as-needed linker flag causes the std::unique_ptr configure test to fail due to undefined reference errors. A fallback exists, using std::auto_ptr, but it has been removed from the C++17 standard, used by upstream. Remove the use of -Wl,--as-needed on powerpc, so we use the same code on all archs, instead of reenabling std::auto_ptr by force. OK thfr@ (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/12/15 13:35:30 Modified files: lib/pixman : configure configure.ac Log message: Add -ftrapping-math to default cflags This makes all tests pass with clang. -ftrapping-math is the default in gcc but not in clang. pixman-combine-float.c relies on the -ftrapping-math behaviour. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/15 14:47:10 Modified files: sbin/iked : parse.y Log message: Fix leak of REQUEST string. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/15 15:14:42 Modified files: sys/uvm : uvm_km.c Log message: Remove the assertion in uvm_km_pgremove(). At least some initialization code on i386 calls it w/o KERNEL_LOCK(). Found the hardway by jungle Boogie and Hrvoje Popovski. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/15 15:51:34 Modified files: sys/arch/i386/i386: ucode.c Log message: Use km_alloc(9)/km_free(9) instead of uvm_km_valloc(9)/uvm_km_free(9). These are the preferred interfaces and using them avoids tripping over a kernel lock assertion during early boot. Tested by bluhm@, sthen@ and Hrvoje Popovski. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: mariani@cvs.openbsd.org 2020/12/15 16:07:33 Modified files: print/lyx : Makefile distinfo print/lyx/pkg : PLIST Log message: Update print/lyx 2.3.5.2 to 2.3.6 Changelog: https://www.lyx.org/announce/2_3_6.txt CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2020/12/15 19:04:52 Modified files: games/freeorion: Makefile distinfo games/freeorion/patches: patch-CMakeLists_txt Removed files: games/freeorion/patches: patch-cmake_FindBoost_cmake patch-cmake_make_versioncpp_py Log message: update games/freeorion to 0.4.10.1 From Tom Murphy (maintainer). Thank you! changelog: https://github.com/freeorion/freeorion/blob/v0.4.10.1/ChangeLog.md - WANTLIB remove GLU and boost_system-mt - remove upstreamed patch - tweaks by gonzalo@ for missing tab and by me to adjust for boost python bindings naming - input from thfr@ and sthen@ regarding safely removing two WANTLIB not used by freeorion directly. GLEW loads GLU and boost-locale loads boost_system-mt. "Tested and works fine for me." Tom Murphy (maintainer) kirby@ tested on amd64 and macppc ok thfr@ gonzalo@ kirby@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/15 22:36:27 Modified files: math/p5-Math-Base85: Makefile distinfo Log message: Update to p5-Math-Base85-0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/15 23:21:29 Modified files: x11/gnome/gdm : Tag: OPENBSD_6_8 Makefile distinfo x11/gnome/gdm/patches: Tag: OPENBSD_6_8 patch-daemon_gdm-manager_c Log message: SECURITY update to gdm-3.36.4. CVE-2020-16125 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 00:55:58 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-321.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 00:59:01 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-daemon_gdm-session-worker_c patch-daemon_meson_build Log message: SECURITY update to gdm-3.38.2.1. - Address autologin unlock bug issue (CVE-2020-27837) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 01:57:55 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk4-2.30.4. Move BDEP from py2 to py3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 01:58:32 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.19.37. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 01:58:43 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.37. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 01:58:58 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.197. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 02:06:28 Modified files: net/bro : Makefile distinfo Log message: Update to zeek-3.2.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/16 06:11:35 Modified files: devel/py-buildslave: Makefile distinfo devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/buildbot/pkg: PLIST devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo Log message: devel/py-build{bot,slave}: update to 2.9.3. See https://github.com/buildbot/buildbot/releases/tag/v2.9.3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/16 06:44:17 Modified files: lib/libcrypto/x509: x509_vpm.c Log message: Fix some KNF issues CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/16 07:12:00 Modified files: audio/ncspot : Makefile distinfo Log message: Update to ncspot-0.2.6 From Henrik Friedrichsen (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/12/16 07:39:32 Modified files: geo/spatialite/gui: Makefile Log message: geo/spatialiate/gui: unbreak on ld.bfd archs The libpq configure check failed because library flags are not sanitised before the test, uselessly pulling X11 libraries. Work around that issue by providing an extra linker flag for ld.bfd archs. OK landry@ and kmos@ (who tested on sparc64, thanks!) CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/16 08:06:11 Modified files: sys/kern : kern_event.c Log message: Link kqpoll instances to fd_kqlist. This lets the system remove kqpoll-related event registrations when a file descriptor is closed. OK mpi@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/16 08:07:30 Modified files: sys/kern : kern_event.c Log message: Remove kqueue_free() and use KQRELE() in kqpoll_exit(). Because kqpoll instances are now linked to the file descriptor table, the freeing of kqpoll and ordinary kqueues is similar. Suggested by mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 08:10:59 Modified files: net/icinga/core2: Makefile distinfo net/icinga/core2/pkg: PLIST-main Log message: update to icinga2-2.12.3, including a fix for revoked certificates due for renewal being automatically renewed ignoring the CRL (CVE-2020-29663) (only affects setups with external certificate signing, which is uncommon, with revoked certificates that expire in less than 30 days). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 08:11:11 Modified files: net/icinga/core2: Tag: OPENBSD_6_8 Makefile distinfo net/icinga/core2/pkg: Tag: OPENBSD_6_8 PLIST-main Log message: update to icinga2-2.12.3, including a fix for revoked certificates due for renewal being automatically renewed ignoring the CRL (CVE-2020-29663) (only affects setups with external certificate signing, which is uncommon, with revoked certificates that expire in less than 30 days). CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/16 09:41:49 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre Log message: Update to feh-3.6.1 Changelog: https://feh.finalrewind.org/archive/3.6/ Testing/oks were given on version 3.6; 3.6.1 contains a number of memory leak fixes: https://feh.finalrewind.org/archive/3.6.1/ Big endian testing from cwen@ and kirby@ -- thanks! ok rsadowski@ cwen@ kirby@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 09:53:24 Modified files: share/mk : bsd.regress.mk Log message: When debugging tests, it is useful to see the target name and which output belongs to it. Echo headline with regress target and empty line afterwards. OK sthen@ tb@ OK claudio@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/16 09:53:48 Log message: Import emulators/tnylpo, a utility to run CP/M-80 programs under Unix. ok benoit@ tnylpo allows the execution of programs written for CP/M-80 version 2.2 under Unixy operating systems. The companion program tnylpo-convert converts text files to and from the CP/M format. Features: * Full Z80 instruction set (including undocumented instructions and features) * All BDOS calls of CP/M 2.2 and a few taken from CP/M 3 (mostly for date and time handling) * All character handling BIOS calls of CP/M 2.2 * Maps CP/M file operations to operations on files in the Unix file system * Allows you to map up to 16 CP/M drives to arbitrary Unix directories * Built-in curses based emulation of the DEC VT52 * Allows you to combine CP/M programs with Unix shell redirections and pipelines Note that all CP/M program and data file names are expected in lower case. For example, files called TURBO.COM or L80.COM need to be renamed to turbo.com and l80.com to be accessible by tnylpo. Status: Vendor Tag: bcallah Release Tags: bcallah_20201216 N ports/emulators/tnylpo/Makefile N ports/emulators/tnylpo/distinfo N ports/emulators/tnylpo/patches/patch-makefile N ports/emulators/tnylpo/pkg/PLIST N ports/emulators/tnylpo/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/16 09:54:16 Modified files: emulators : Makefile Log message: +tnylpo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 10:18:50 Modified files: sysutils/amazon-ssm-agent: Makefile Log message: Missing BDEP on shells/bash. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/16 10:20:04 Modified files: misc/gtk3mm-documentation: Makefile Log message: Add docbook to MODGNOME_TOOLS to unbreak. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 10:57:08 Modified files: telephony/asterisk: Makefile Log message: asterisk: tweak the -fblocks/BlocksRuntime setup after another failed attempt to get this working with clang CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/12/16 11:00:44 Modified files: sbin/pfctl : parse.y sys/net : pf_ioctl.c Log message: Reject rules with invalid port ranges Ranges where the left boundary is bigger than the right one are always bogus as they work like `port any' (`port 34<>12' means "all ports") or in way that inverts the rule's action (`pass ... port 34:12' means "pass no port at all"). Add checks for all ranges and invalidate those that yield no or all ports. For this to work on redirections, make pfctl(8) pass the range's type, otherwise boundary including ranges are not detected as such; that is to say, `struct pf_pool's `port_op' member was unused in the kernel so far. `rdr-to' rules with invalid ranges could panic the kernel when hit. Reported-by: syzbot+9c309db201f06e39a8ba@syzkaller.appspotmail.com OK sashan CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/12/16 11:01:16 Modified files: sbin/pfctl : parse.y Log message: Fail to parse rules with invalid ranges This makes pfctl(8) detect bogus ranges (with and without `-n') before loading the ruleset and completes the previous commit. OK sashan sthen CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/12/16 11:01:39 Modified files: faq : current.html Log message: Mention pf port range validation Input sthen CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/16 11:16:34 Modified files: sys/dev : softraid.c softraid_raid5.c Log message: softraid(4): more tsleep(9) -> tsleep_nsec(9) conversions These wait loops block for up to 1 tick per iteration. I think they will continue to work if we block for at least 1ms per iteration. My gut says that these could be rewritten not to spin and instead to await a wakeup(9) from the other thread, but I think that would involve making softraid(4) more MP-safe. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/16 11:35:59 Modified files: lib/libcrypto/asn1: a_time_tm.c Log message: Avoid potential use of uninitialized in ASN1_time_parse When parsing an UTCTime into a struct tm that wasn't cleared by the caller, the years would be added to the already present value, which could give an incorrect result. This is an issue in ASN1_UTCTIME_cmp_time_t(), which is practically unused. Fix this by always zeroing the passed struct tm. Issue reported by Olivier Taïbi, thanks! ok jsing CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 11:40:10 Modified files: regress/sys/kern/pledge/execpromise: Makefile Log message: Make test actually fail if something is broken. Remove echo headlines. Use consistent target names. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 11:44:55 Modified files: regress/usr.sbin/btrace: Makefile Log message: Use consistent target names. Makefile cleanup. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/16 11:46:29 Modified files: lib/libcrypto/asn1: a_time_tm.c lib/libcrypto/x509: x509_verify.c Log message: Remove two reduntat memset calls. pointed out by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/16 11:53:10 Modified files: usr.bin/openssl: ca.c Log message: Remove a redundant memset call. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 12:00:02 Modified files: databases/skytools: Makefile distinfo databases/skytools/patches: patch-sql_pgq_triggers_common_c databases/skytools/pkg: PLIST Removed files: databases/skytools/patches: patch-doc_Makefile Log message: update to the last skytools-legacy version (upstream have now reorganised it into separate repos: py-skytools, pgq, londiste, walmgr etc). pea@ doesn't use this any more. heads-up: this may well be removed soon as there's no py3 support in the the non-legacy version and newer py-psycopg2 drops py2 support. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/16 12:28:59 Modified files: sys/netinet : ip_esp.c Log message: Use ESP sequence number as IV for AES-CTR, AES-GCM and Chacha20. This eliminates the risk for IV reuse because of random collisions and increases performance a little. ok patrick@ markus@ CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2020/12/16 12:59:46 Modified files: mail/mdsort : Makefile distinfo Log message: update to mdsort-8.0.0 - stop leaking interpolation matches between rules - remove force pattern flag - skip mbox separator line - support many label actions in conjunction with pass CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 13:37:16 Modified files: regress/misc/os-test: Makefile regress/misc/posixtestsuite: Makefile Log message: Clean directory recursively only where necessary. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 13:47:32 Modified files: net/icinga/core: Makefile net/icinga/core2: Makefile net/icinga/web : Makefile net/icinga/web2: Makefile net/icinga : Makefile.inc Log message: move some icinga parts in Makefile.inc, setup for web2-module-foo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 13:49:22 ports/net/icinga/web2-module-incubator Update of /cvs/ports/net/icinga/web2-module-incubator In directory cvs.openbsd.org:/tmp/cvs-serv23683/web2-module-incubator Log Message: Directory /cvs/ports/net/icinga/web2-module-incubator added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 13:49:22 ports/net/icinga/web2-module-incubator/pkg Update of /cvs/ports/net/icinga/web2-module-incubator/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23683/web2-module-incubator/pkg Log Message: Directory /cvs/ports/net/icinga/web2-module-incubator/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 13:49:22 ports/net/icinga/web2-module-ipl Update of /cvs/ports/net/icinga/web2-module-ipl In directory cvs.openbsd.org:/tmp/cvs-serv23683/web2-module-ipl Log Message: Directory /cvs/ports/net/icinga/web2-module-ipl added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 13:49:22 ports/net/icinga/web2-module-ipl/pkg Update of /cvs/ports/net/icinga/web2-module-ipl/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23683/web2-module-ipl/pkg Log Message: Directory /cvs/ports/net/icinga/web2-module-ipl/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 13:49:22 ports/net/icinga/web2-module-reactbundle Update of /cvs/ports/net/icinga/web2-module-reactbundle In directory cvs.openbsd.org:/tmp/cvs-serv23683/web2-module-reactbundle Log Message: Directory /cvs/ports/net/icinga/web2-module-reactbundle added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 13:49:22 ports/net/icinga/web2-module-reactbundle/pkg Update of /cvs/ports/net/icinga/web2-module-reactbundle/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23683/web2-module-reactbundle/pkg Log Message: Directory /cvs/ports/net/icinga/web2-module-reactbundle/pkg added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 14:11:36 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Do not clear useful bits in panic messages, always print full opte variable. Make PG_PVLIST panics consistent and print more values. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 14:25:36 Modified files: net/icinga/web : Makefile net/icinga/web/pkg: DESCR net/icinga/core: Makefile net/icinga/core/pkg: MESSAGE-main README-main Log message: more "don't use the old icinga versions" warnings i'll probably remove these sometime soon CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 14:26:41 Modified files: net/icinga : Makefile net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Added files: net/icinga/web2-module-director/pkg: README net/icinga/web2-module-incubator: Makefile distinfo net/icinga/web2-module-incubator/pkg: DESCR PLIST net/icinga/web2-module-ipl: Makefile distinfo net/icinga/web2-module-ipl/pkg: DESCR PLIST net/icinga/web2-module-reactbundle: Makefile distinfo net/icinga/web2-module-reactbundle/pkg: DESCR PLIST Log message: update to icinga-web2-module-director 1.8.0 with required other modules (ipl was bundled and moved to a separate distribution) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 14:27:33 Modified files: net/icinga/web2: Makefile net/icinga/web2/pkg: README Log message: minor icinga-web2 readme tweaks for easier copy-and-paste CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 14:33:14 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: update to tor-browser-10.0.7, from maintainer Caspar Schutijser CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 14:44:50 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-configure_ac Log message: minor update to bind-9.16.10 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 14:49:20 Modified files: regress/sys/ffs/ffs: Makefile regress/sys/ffs/nfs: Makefile regress/sys/fileops: Makefile.inc regress/sys/nfs: Makefile Log message: Use setup and cleanup feature from regress framework. Remove echo headlines. Use consistent target names. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 14:51:02 Modified files: telephony/asterisk: Makefile Log message: fix previous, dpb didn't like it CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 15:59:55 Modified files: regress/sys/dev/kcov: Makefile regress/sys/dev/wscons: Makefile regress/sys/kern/flock: Makefile regress/sys/kern/pipe: Makefile regress/sys/netinet6/srcaddr: Makefile regress/sys/uvm/vnode: Makefile regress/usr.sbin/vmd/config: Makefile Log message: Remove echo headlines. Use consistent target names. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 16:10:48 Modified files: regress/sys/kern/mount: Makefile regress/usr.bin/lastcomm: Makefile regress/usr.sbin/switchd: Makefile Log message: Remove echo headlines. Makefile cleanup. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 16:57:27 Modified files: telephony : Makefile telephony/asterisk-g729: Makefile telephony/asterisk-g729/pkg: PLIST telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-configure_ac patch-main_utils_c patch-res_res_pjsip_pubsub_c patch-res_res_rtp_asterisk_c patch-third-party_pjproject_Makefile telephony/asterisk/pkg: PLIST-main Added files: telephony/asterisk/pkg: DESCR-vm_imap DESCR-vm_odbc PLIST-vm_imap PLIST-vm_odbc Log message: move asterisk to 18.1.0 from the 18.x LTS branch. IMAP voicemail has moved from building all of Asterisk with a separate build option (with imap files linked to the main binaries) to a separate module which can be switched in config. (Only one voicemail module is allowed at a time, if you have multiple of these installed you can select between them with noload in modules.conf). Quirks doesn't handle a flavour moving to unflavoured+subpackage; use @ask-upgrade so that users of the imap flavour (and only them) are warned about this at update time. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 17:00:11 Modified files: telephony/asterisk: Makefile Log message: no need to overwrite FULLPKGNAME/FULLPKGPATH now this is no longer flavoured. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 17:00:50 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: DESCR-main Log message: drop obsolete flavour information from DESCR-main CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/16 17:03:44 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: PLIST-main Log message: @ask-update already adds a trailing . so we don't need to CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 17:39:42 Modified files: regress/sys/net/etherip: Makefile regress/sys/net/gif: Makefile regress/sys/net/loop: Makefile Log message: Use setup and cleanup feature from regress framework. Remove echo headlines. Use consistent target names. Makefile cleanup. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/16 17:51:14 Modified files: regress/bin/csh: Makefile regress/bin/ed : Makefile regress/lib/libc/setjmp-fpu: Makefile regress/lib/libc/sys: Makefile regress/lib/libcrypto/bn/general: Makefile regress/lib/libcrypto/ocsp: Makefile regress/lib/libm/msun: Makefile regress/lib/libssl/handshake: Makefile regress/lib/libssl/interop: Makefile.inc regress/lib/libssl/interop/botan: Makefile regress/lib/libssl/interop/cert: Makefile regress/lib/libssl/interop/cipher: Makefile regress/lib/libssl/interop/libressl: Makefile regress/lib/libssl/interop/netcat: Makefile regress/lib/libssl/interop/openssl: Makefile regress/lib/libssl/interop/openssl11: Makefile regress/lib/libssl/interop/session: Makefile regress/lib/libssl/interop/version: Makefile regress/libexec/ftpd: Makefile regress/sbin/disklabel: Makefile regress/sbin/ifconfig: Makefile regress/sbin/iked/live: Makefile regress/sbin/slaacd: Makefile regress/sys/arch/amd64/fpu: Makefile regress/sys/kern/noexec: Makefile regress/sys/kern/ptrace2: Makefile regress/sys/kern/realpath-unmount: Makefile regress/sys/kern/signal/sigpthread: Makefile regress/sys/kern/sosplice/error: Makefile regress/sys/kern/sosplice/perf: Makefile regress/sys/kern/sosplice/scapy: Makefile regress/sys/kern/sosplice/tcp: Makefile regress/sys/kern/sosplice/udp: Makefile regress/sys/kern/unveil-unmount: Makefile regress/sys/net/pf_divert: Makefile regress/sys/net/pf_forward: Makefile regress/sys/net/pf_fragment: Makefile regress/sys/net/pf_state: Makefile regress/sys/net/wg: Makefile regress/sys/netinet/arp: Makefile regress/sys/netinet/frag: Makefile regress/sys/netinet/ipsec: Makefile regress/sys/netinet/mcast: Makefile regress/sys/netinet/pmtu: Makefile regress/sys/netinet6/frag6: Makefile regress/sys/netinet6/mcast6: Makefile regress/sys/netinet6/nd6: Makefile regress/sys/netinet6/rh0: Makefile regress/sys/netinet6/rip6cksum: Makefile regress/usr.bin/nc: Makefile regress/usr.sbin/httpd/tests: Makefile regress/usr.sbin/ospfd: Makefile regress/usr.sbin/relayd: Makefile regress/usr.sbin/syslogd: Makefile Log message: Remove echo headlines. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/16 19:06:23 Modified files: usr.sbin/tftpd : tftpd.c Log message: Log reason a request is NAK'ed, as well as any problems sending the NAK. Suggestion & ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/16 21:15:03 Modified files: sys/dev/pci : if_mcx.c Log message: rework the maths used to set mbuf timestamps. there's a comment that explains how it works now, but the result is that i get much tighter and more consistent synchronisation between the kernel clock and the values derived from the mcx timestamps now. however, i only just worked out that there is still an unresolved problem where the kernel clock changes how fast it ticks. this happens when ntpd uses adjtime(2) or adjfreq(2) to try and make the kernel tick at the same rate as the rest of the universe (well, the small bit of it that it can observe). these adjustments to the kernel clock immediately skew the timestamps that mcx calculates, but then it also throws off the mcx calibration calculations that run every 30 seconds. the offsets calculated in the next calibration period are often (very) negative. eg, when things are synced up nicely and you do a read of the mcx timer and immediately follow it with a nanouptime(9) call, on this box it calculates that the time in between those two events is about 2600ns. in the calibration period after ntpd did a very small adjtime call, it now thinks the time between those two events is -700000ns. this is a pretty obvious problem in hindsight. i can't think of a simple solution to it at the moment though so i'm going to leave mcx timestamping disabled for now. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/16 23:19:40 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.271 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/17 00:41:42 Modified files: audio/faudio : Makefile distinfo audio/faudio/pkg: PLIST Log message: update to 20.12 Changelog: https://github.com/FNA-XNA/FAudio/releases CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/17 00:43:40 Modified files: games/fna : Makefile distinfo Log message: update to FNA 20.12 Changelog: https://github.com/FNA-XNA/FNA/releases CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/17 00:45:16 Modified files: graphics/mojoshader: Makefile distinfo Log message: update to mojoshader-1318 Changelog: https://hg.icculus.org/icculus/mojoshader/log CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/17 00:47:59 Modified files: graphics/fna3d : Makefile distinfo graphics/fna3d/patches: patch-CMakeLists_txt Log message: update to FNA3D 20.12 Changelog: https://github.com/FNA-XNA/FNA3D/releases CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/17 00:49:25 Modified files: games/fnaify : Makefile Log message: add games/fna to RDEPs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/17 00:49:55 Modified files: devel/automake/1.16: Makefile distinfo devel/automake/1.16/patches: patch-Makefile_in patch-bin_automake_in patch-doc_automake_texi Log message: Update to automake-1.16.3. Tested in bulk. from Brad CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/17 00:53:18 Modified files: x11/kitty : Makefile distinfo x11/kitty/patches: patch-launcher_c patch-setup_py x11/kitty/pkg : PLIST Removed files: x11/kitty/patches: patch-glfw_glfw_py Log message: update to kitty 0.19.2 Changelog: https://sw.kovidgoyal.net/kitty/changelog.html CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/17 00:54:57 Modified files: devel/nuget : Makefile distinfo Log message: update to nuget 5.6 Release notes: https://docs.microsoft.com/en-us/nuget/release-notes/nuget-5.6 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/17 00:58:02 Modified files: games/vkquake : Makefile distinfo Removed files: games/vkquake/patches: patch-Quake_gl_rmisc_c Log message: update to vkQuake 1.05.1 Release Notes: https://github.com/Novum/vkQuake/releases CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/17 01:49:04 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-modules_printbackends_meson_build Log message: Update to gtk+4-4.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/17 03:18:46 Modified files: databases/skytools: Makefile Log message: remove bogus line added while i was testing py3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/17 05:40:20 Modified files: multimedia/py-chromecast: Makefile distinfo multimedia/py-chromecast/pkg: PLIST Log message: Update to py3-chromecast-7.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/17 05:43:38 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.22.2. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/17 05:44:21 Modified files: regress/sys/net: Makefile Log message: Link pflow and wg regress to build. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/17 06:07:18 Modified files: regress/sys/net/wg: Makefile Log message: Fix a race where the ${SUDO} process was killed instead of tcpdump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/17 06:34:34 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.6.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/17 06:34:51 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.0.1. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/17 07:06:42 Modified files: regress/sys/netinet/autoport: Makefile Log message: Use ${SUDO} or skip test if not root. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/17 07:16:10 Modified files: regress/sys/netinet: Makefile Log message: Link broadcast_bind, carp, in_pcbbind, sendsrcaddr regress to build. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/17 07:22:42 Modified files: regress/sys/kern/unveil-unmount: Makefile Log message: Fix regress target name, they must be unique. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/17 07:54:15 Modified files: share/mk : bsd.regress.mk Log message: Run setup_once targets in a sepearate block with headline before all other targets. OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/17 08:17:52 Modified files: lang/mono : Makefile distinfo lang/mono/patches: patch-configure_ac patch-external_corert_src_System_Private_CoreLib_shared_System_Collections_Generic_ArraySortHelper_cs patch-mono_mini_main_c patch-mono_mini_mini-exceptions_c Log message: update to 6.12.0.107 CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2020/12/17 08:37:09 Modified files: sys/dev/ic : bwfm.c Log message: bwfm: add a delay in bwfm_set_key_cb before talking to hardware This works around an issue on the BCM43602 where ieee80211 calls this too quickly during authentication and triggers "unexpected pairwise key update" errors. ok patrick CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/17 10:57:19 Modified files: sys/dev/acpi : acpi.c acpiprt.c acpipwrres.c acpitz.c atk0110.c dsdt.c Log message: Fix some issues with referencing named ACPI nodes from Packages. These references need to be resolved at runtime rather than when they're parsed such that they pick up the right values for those nodes which can be changed when for example _INI methods run. The current approach is to replace these reference with a string that names the node in question. The problem with that is that packages can also contain normal strings. Which means that we need special code that depends on the context where the package is used. This diff takes a different approach by retaining a reference when parsing. Code that uses a package will need to resolve this reference but there is no ambiguiety anymore. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/17 11:24:42 Modified files: sysutils/ugrep : Makefile distinfo Log message: Update to ugrep-3.1.0 Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.1.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/17 12:43:32 Modified files: sys/dev/fdt : amlpinctrl.c Log message: Add support for the "Always On" GPIOs. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/17 12:50:06 Modified files: sys/dev/fdt : if_dwge.c Log message: Match on "amlogic,meson-g12a-dwmac" which is used by newer Linux mainline device trees. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/17 13:06:09 Modified files: usr.bin/awk : lib.c Log message: Fix some breakage in handling +-inf and +-nan introduced in last version. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/17 13:32:21 Modified files: sbin/iked : iked.c Log message: Sort command line options. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/17 13:43:07 Modified files: sbin/iked : iked.c Log message: Use strtonum() instead of atoi() to parse port option. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/17 13:58:17 Modified files: regress/sbin/disklabel: 1000.ok 1024.ok 12000.ok 18000.ok 2000.ok 20000.ok 2200.ok 2300.ok 256.ok 3000.ok 300000.ok 3500.ok 400.ok 4000.ok 40000.ok 4100.ok 5000.ok 6000.ok 7000.ok 800.ok 8000.ok 9000.ok 90000.ok 900000.ok Log message: Reformating the test logging affected the expected output. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/17 14:52:09 Modified files: sys/dev/fdt : amlpinctrl.c Log message: Reset pin 3 of the GPIOAO bank to input mode to work around a hardware bug in the Odroid C4/HC4 boards. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/12/17 15:26:24 Modified files: net/lagrange : Makefile Log message: Fix build on sparc64 by switching it to use ports-gcc on base-gcc arches. (Otherwise fails because of use of -Wincompatible-pointer-types, which base-gcc doesn't support). ok solene@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/17 15:39:45 Modified files: sys/dev/fdt : amldwusb.c Log message: Only enable the USB 3.0 port and PHY if it is enabled on a board. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/17 16:10:27 Modified files: usr.bin/ssh : readconf.c readconf.h ssh-keysign.c ssh.c Log message: prepare readconf.c for fuzzing; remove fatal calls and fix some (one-off) memory leaks; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/17 16:26:11 Modified files: usr.bin/ssh : ssh.c sshconnect.h Log message: refactor client percent_expand() argument passing; consolidate the common arguments into a single struct and pass that around instead of using a bunch of globals. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/17 16:28:50 Modified files: usr.bin/ssh : auth2-pubkey.c Log message: fix possible error("%s", NULL) on error paths CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/17 16:36:47 Modified files: sys/dev/pci : if_tht.c Log message: tht(4): more tsleep(9) -> tsleep_nsec(9) The first wait-loop in tht_fw_load() can sleep for at least 10ms per iteration instead of up to 1 tick per iteration with no ill effects. The worst-case scenario is that we sleep a little longer than we do now while we wait. The second wait-loop can be simplified to sleep for at least 10ms per iteration for up to 2000ms instead of using a timeout. This method is less precise and less efficient but is far simpler to read and understand than using a timeout. We can then remove all the timeout-related stuff from if_tht.c. Discussed with mpi@. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/18 02:00:23 Modified files: telephony/asterisk: Makefile Log message: asterisk: fix pkgnames, reported by Mark Pateuck CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/18 04:01:54 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.66.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/18 04:20:28 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.19.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/18 04:20:40 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/18 04:20:53 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.199. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/18 04:21:32 Modified files: security/vault : Makefile distinfo Log message: Update to vault-1.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/18 04:22:48 Modified files: textproc/icu4c : Makefile distinfo Log message: Update to icu4c-68.2. CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2020/12/18 05:09:50 Modified files: net/powerdns : Makefile distinfo Log message: Update to PowerDNS Authoritative Server 4.4.0 Please read https://docs.powerdns.com/authoritative/upgrading.html CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/18 05:30:23 Modified files: sys/netinet : ip_ah.c ip_esp.c Log message: Make sure the first packet of an SA has sequence number 1 (as described in RFC 4302 and RFC 4303). It seems this was changed by accident when support for 64 bit sequence numbers was added. ok bluhm@ patrick@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/18 05:31:06 Modified files: usr.sbin/rpki-client: main.c mft.c Log message: Use asprintf with %.*s to construct the path based on the mft file location and the filename of the referenced file. Use the same method both in main.c and mft.c which is a fair bit simpler than using calloc and strlcpy/strlcat to build the string by hand. OK tb@ CVSROOT: /cvs Module name: src Changes by: solene@cvs.openbsd.org 2020/12/18 08:03:40 Modified files: usr.sbin/acme-client: acme-client.1 Log message: Add details to -F flag If you add alternatives domain names to acme-client.conf, using -F is required to renew the certificate with the new names. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/18 08:30:28 Modified files: devel/uthash : Makefile distinfo devel/uthash/patches: patch-tests_Makefile Log message: Update uthash to 2.2.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/18 08:32:58 Modified files: emulators/ucon64: Makefile Added files: emulators/ucon64/patches: patch-src_libdiscmage_misc_c patch-src_misc_misc_c Log message: Fix crash in change_mem2() on 64-bit platforms. Patch from upstream: https://sourceforge.net/p/ucon64/svn/2822/ Thanks to Daniel Horchner for the heads up! CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/18 09:10:58 Modified files: sys/kern : kern_event.c sys/sys : event.h Log message: Make knote_{activate,remove}() internal to kern_event.c. OK mpi@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/18 09:16:14 Modified files: sys/kern : kern_event.c sys/sys : eventvar.h Log message: Add fd close notification for kqueue-based poll() and select() When the file descriptor of an __EV_POLL-flagged knote is closed, post EBADF through the kqueue instance to the caller of kqueue_scan(). This lets kqueue-based poll() and select() preserve their current behaviour of returning EBADF when a polled file descriptor is closed concurrently. OK mpi@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/18 09:26:21 Modified files: sys/dev/fdt : imxgpc.c Log message: Attach imxgpc(4) to i.MX8MP as well. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/18 09:29:57 Modified files: sys/dev/fdt : imxccm.c imxccm_clocks.h Log message: Add support for the i.MX8MP USB clocks. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/18 09:58:59 Modified files: usr.sbin/rpki-client: io.c Log message: In io_str_read() return 0-length strings as NULL pointers instead of empty strings. There are no empty strings being passed around but a fair amount of optional strings and this will simplify this code. OK tb@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/12/18 10:28:16 Modified files: devel/libdvdread: Makefile Log message: libdvdread uses C99 constructs so base-gcc needs to be told that for the build to complete. Do so for base-gcc arches ok espie (maintainer) CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2020/12/18 10:31:32 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.4p1 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/18 11:05:30 Modified files: regress/bin/ln : Makefile test_ln.sh Log message: Use regress framework. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/18 11:13:17 Modified files: sys/dev/fdt : xhci_fdt.c Log message: Add code to initialize the USB 3 PHY on i.MX8MP. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/18 11:24:45 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt : files.fdt Added files: sys/dev/fdt : imxdwusb.c Log message: Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue for the i.MX8MQ as well, but while upstreaming they were told to shove it. Now for the i.MX8MP this glue is making a comeback. Apparently there's some divergence in low power handling to the regular DWC3 IP with special IRQs. Now the question remains if this driver will be obsolete soon again, or if this time it's here to stay. The fun part is that while this driver was written independent from the previous version, the diff is basically zero. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/18 14:36:25 Modified files: usr.bin/awk : FIXES lib.c main.c tran.c Log message: Update awk to December 18, 2020 version. Includes the official fix for +-inf and +-nan handling. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/18 15:13:06 Modified files: sys/dev/fdt : amliic.c Log message: Make large read and write transactions work. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/18 15:14:13 Modified files: sys/dev/ofw : ofw_gpio.h Log message: Add symbolic constants related to open source and open drain GPIOs. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/18 15:15:29 Modified files: sys/dev/fdt : amlpinctrl.c Log message: Emulate open drain GPIOs. This replaces the hack added in the last commit. ok patrick@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/18 15:18:56 Modified files: sys/dev/fdt : imxccm.c imxccm_clocks.h Log message: Add support for the i.MX8MP second ethernet. The Plus SoC not only has the usual fec(4), but also a variant of dwge(4). Unfortunately it seems to be a newer version, which isn't compatible to the one currently in our tree. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/12/18 15:47:42 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST-html PLIST-main Log message: Update ansible 2.9.15 -> 2.9.16 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-16 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/18 18:18:12 Modified files: sys/dev/fdt : imxccm.c imxccm_clocks.h Log message: Add support for the i.MX8MP PCIe clocks. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/18 18:21:35 Modified files: sys/dev/fdt : imxdwusb.c Log message: There's no need to include the OFW GPIO header. CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2020/12/18 19:57:03 Modified files: usr.bin/yacc/PSD.doc: Makefile Added files: usr.bin/yacc/PSD.doc: ss10 ss11 ss_ Removed files: usr.bin/yacc/PSD.doc: ss.. ssA ssB Log message: rename filenames ending in a period While windows may technically allow filenames to end in a period, the recommendation is to avoid this as the shell does not support such files. As of git 2.25, the behaviour was apparently changed to not allow files with names ending in a period to be checked out on windows. A second problem is upper/lower case conflicts for filenames. To allow the source tree to be checked out on windows we follow FreeBSD and rename a few files: ss.. -> ss_ ssA -> ss10 ssB -> ss11 (FreeBSD svn revision 210167 from 2010) as usual, this issue was extensively researched by jsg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/12/18 23:28:42 Modified files: sys/arch/arm64/arm64: acpi_machdep.c sys/arch/i386/i386: acpi_machdep.c Log message: Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few uvm_km_valloc(9) to km_alloc(9). tested on arm64 by bluhm@, i386 by me ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 02:15:41 Modified files: misc/osinfo : Makefile.inc misc/osinfo/libosinfo: Makefile misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db-tools: Makefile Log message: Update to osinfo-db-20201218. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 02:32:16 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.40. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 02:32:29 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.40. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 02:32:43 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.200. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 02:54:31 Log message: Import glibmm26-2.68.0. C++ API for parts of glib that are useful for C++. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201219 N ports/devel/glibmm26/Makefile N ports/devel/glibmm26/distinfo N ports/devel/glibmm26/pkg/DESCR N ports/devel/glibmm26/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 02:55:04 Modified files: devel : Makefile Log message: +glibmm26 CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2020/12/19 03:10:05 Modified files: databases/sqlite3-tcl: Makefile distinfo Log message: Update to 3.34.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/19 04:41:44 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-3.4.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/19 04:45:57 Modified files: net/wireshark : Tag: OPENBSD_6_8 Makefile distinfo Log message: update to wireshark-3.2.10 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/12/19 05:24:50 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-config_config_json patch-config_file_go net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.29.0 -> 5.30.1 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2020/12/19 05:39:10 Modified files: devel/ophis : Makefile distinfo devel/ophis/pkg: PLIST Log message: Update to ophis-2.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/19 08:30:00 Modified files: sysutils/bacula: Makefile Added files: sysutils/bacula/patches: patch-src_tools_dbcheck_c Log message: backport commit from bacula's git, to fix the dbcheck utility: From f0913c79c07e17bef1795864b5915d37c21e0303 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 16 Dec 2020 10:36:21 +0100 Subject: BEE Backport bacula/src/tools/dbcheck.c CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/19 08:50:08 Modified files: x11 : Makefile Removed files: x11/qt3 : Makefile distinfo qt3.port.mk x11/qt3/patches: patch-config_tests_x11_xfreetype_test patch-configure patch-include_private_qsqlextension_p_h patch-mkspecs_openbsd-g++_qmake_conf patch-plugins_src_inputmethods_imsw-multi_qmultiinputcontext_cpp patch-plugins_src_inputmethods_imsw-none_qnoneinputcontextplugin_cpp patch-plugins_src_inputmethods_simple_qsimpleinputcontext_cpp patch-plugins_src_inputmethods_xim_qximinputcontext_x11_cpp patch-plugins_src_sqldrivers_sqlite_sqlite_pro patch-qmake_generators_unix_unixmake2_cpp patch-qmake_generators_unix_unixmake_cpp patch-qmake_generators_win32_borland_bmake_cpp patch-qmake_generators_win32_mingw_make_cpp patch-qmake_generators_win32_msvc_dsp_cpp patch-qmake_generators_win32_msvc_nmake_cpp patch-qmake_generators_win32_msvc_vcproj_cpp patch-src_codecs_qutfcodec_cpp patch-src_iconview_qiconview_cpp patch-src_iconview_qiconview_h patch-src_kernel_qdragobject_cpp patch-src_kernel_qgplugin_h patch-src_kernel_qimage_h patch-src_kernel_qpngio_cpp patch-src_kernel_qt_gfx_pri patch-src_kernel_qwidget_x11_cpp patch-src_sql_drivers_psql_qsql_psql_cpp patch-src_sql_qsqlextension_p_cpp patch-src_sql_qsqlextension_p_h patch-src_tools_qfile_cpp patch-src_tools_qfile_unix_cpp patch-src_tools_qglobal_h patch-src_tools_qgpluginmanager_cpp patch-src_tools_qlocale_cpp patch-src_tools_qmutex_unix_cpp patch-src_tools_qstring_cpp patch-src_tools_qtextstream_cpp patch-src_tools_qtextstream_h patch-src_tools_qvaluelist_h patch-src_widgets_qpopupmenu_cpp patch-src_widgets_qprogressbar_cpp patch-src_widgets_qprogressbar_h patch-src_widgets_qscrollview_cpp x11/qt3/pkg : DESCR-examples DESCR-html DESCR-main DESCR-mysql DESCR-postgresql DESCR-sqlite2 PLIST-examples PLIST-html PLIST-main PLIST-mysql PLIST-postgresql PLIST-sqlite2 Log message: Remove Qt3 There are no consumers left. Time to say goodbye. OK kn, kmos. Maintainer timeout CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/19 08:53:35 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of Qt3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/19 09:19:28 ports/devel/kf5/syntax-highlighting/patches Update of /cvs/ports/devel/kf5/syntax-highlighting/patches In directory cvs.openbsd.org:/tmp/cvs-serv62498/patches Log Message: Directory /cvs/ports/devel/kf5/syntax-highlighting/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/19 09:25:07 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: distinfo devel/kf5/baloo: Makefile distinfo devel/kf5/bluez-qt: distinfo devel/kf5/breeze-icons: distinfo devel/kf5/breeze-icons/pkg: PLIST devel/kf5/extra-cmake-modules: Makefile distinfo devel/kf5/extra-cmake-modules/pkg: PLIST devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: distinfo devel/kf5/kactivities-stats: Makefile distinfo devel/kf5/kapidox: Makefile distinfo devel/kf5/kapidox/pkg: PLIST devel/kf5/karchive: distinfo devel/kf5/kauth: distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kcalendarcore: Makefile distinfo devel/kf5/kcalendarcore/pkg: PLIST devel/kf5/kcmutils: distinfo 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/pkg: PLIST devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: distinfo 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: Makefile distinfo devel/kf5/kguiaddons/pkg: PLIST devel/kf5/kholidays: Makefile distinfo devel/kf5/khtml: distinfo devel/kf5/ki18n: distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kinit: distinfo devel/kf5/kio : distinfo devel/kf5/kirigami2: Makefile distinfo devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kjsembed: distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/kmediaplayer/pkg: PLIST devel/kf5/knewstuff: Makefile distinfo devel/kf5/knotifications: Makefile distinfo devel/kf5/knotifyconfig: Makefile distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: Makefile distinfo devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kross: distinfo devel/kf5/krunner: Makefile distinfo devel/kf5/kservice: Makefile distinfo devel/kf5/ktexteditor: distinfo devel/kf5/ktextwidgets: distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: distinfo devel/kf5/kwidgetsaddons: Makefile distinfo devel/kf5/kwidgetsaddons/pkg: PLIST devel/kf5/kwindowsystem: distinfo devel/kf5/kxmlgui: Makefile distinfo 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/qqc2-desktop-style: distinfo devel/kf5/solid: distinfo devel/kf5/sonnet: distinfo devel/kf5/sonnet/pkg: PLIST-main devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: Makefile distinfo devel/kf5/threadweaver: distinfo Added files: devel/kf5/syntax-highlighting/patches: patch-src_indexer_katehighlightingindexer_cpp Removed files: devel/kf5/kdesu/patches: patch-src_CMakeLists_txt patch-src_suprocess_cpp Log message: Update KDE Frameworks to 5.77.0 https://kde.org/announcements/kde-frameworks-5.77.0/ Highlight: KDEsu merged "Add OpenBSD’s doas(1) support" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 10:49:33 ports/devel/glibmm268 Update of /cvs/ports/devel/glibmm268 In directory cvs.openbsd.org:/tmp/cvs-serv81972/glibmm268 Log Message: Directory /cvs/ports/devel/glibmm268 added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 10:49:43 ports/devel/glibmm268/pkg Update of /cvs/ports/devel/glibmm268/pkg In directory cvs.openbsd.org:/tmp/cvs-serv17196/glibmm268/pkg Log Message: Directory /cvs/ports/devel/glibmm268/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 10:51:35 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Added files: devel/glibmm268: Makefile distinfo devel/glibmm268/pkg: DESCR PLIST Removed files: devel/glibmm26 : Makefile distinfo devel/glibmm26/pkg: DESCR PLIST Log message: Rename glibmm26 -> glibmm268 (as per the API name). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 10:54:36 Modified files: devel/glib2mm : Makefile devel/glib2mm/pkg: PLIST Log message: Drop the "V" variable. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/19 11:05:44 Modified files: usr.sbin/acme-client: acme-client.1 Log message: remove extra s CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 11:06:05 Modified files: devel/glibmm268: Makefile devel/glibmm268/pkg: PLIST Log message: Add @pkgpath and @conflict. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 11:06:57 Log message: Import pangomm24-2.48.0 C++ API for Pango. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201219 N ports/devel/pangomm248/Makefile N ports/devel/pangomm248/distinfo N ports/devel/pangomm248/pkg/DESCR N ports/devel/pangomm248/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 11:07:40 Log message: Import atkmm236-2.36.0. atkmm is a C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201219 N ports/devel/atkmm236/Makefile N ports/devel/atkmm236/distinfo N ports/devel/atkmm236/pkg/DESCR N ports/devel/atkmm236/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 11:08:46 Modified files: devel : Makefile Log message: +atkmm236 +pangomm248 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/19 11:21:37 Modified files: devel/pangomm248: Makefile Log message: tyop CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/12/19 11:35:28 Modified files: security/vault : Makefile distinfo Log message: Update vault webui distfile ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/19 12:34:22 Modified files: net/nextcloudclient: Makefile distinfo net/nextcloudclient/patches: patch-src_csync_std_c_private_h patch-src_gui_CMakeLists_txt patch-src_gui_accountmanager_cpp patch-src_gui_wizard_owncloudsetuppage_cpp patch-src_libsync_networkjobs_cpp Log message: Update nextcloudclient to 3.1.0 Update diff from maintainer, thanks! CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/12/19 14:32:07 Modified files: security/john-jumbo: Makefile distinfo security/john-jumbo/patches: patch-src_Makefile_legacy patch-src_cprepair_c patch-src_gpg_fmt_plug_c patch-src_keychain_fmt_plug_c patch-src_mozilla_ng_fmt_plug_c patch-src_tgtsnarf_c security/john-jumbo/pkg: PLIST Added files: security/john-jumbo/patches: patch-src_int-util_h patch-src_sip_fmt_plug_c Removed files: security/john-jumbo/patches: patch-src_efs_fmt_plug_c patch-src_ssh_ng_fmt_plug_c patch-src_truecrypt_fmt_plug_c Log message: Update to 1.9.0-1, allowing to crack a whole lot of new cipher types. feedback sthen@ tested and OK gonzalo@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/19 15:09:21 Modified files: usr.bin/ssh : kexsntrup4591761x25519.c Log message: Print client kem key with correct length. ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/19 16:25:48 Modified files: devel/libinotify: Makefile distinfo Log message: update to libinotify-kqueue 20180201, ok kirby@ (maintainer) some structures move from slist to rb trees, performance should be better with deep trees CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/19 20:42:01 Modified files: sys/dev/pci/drm/include/linux: uaccess.h Log message: test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok() ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/19 20:58:42 Modified files: sys/dev/pci/drm/i915: i915_devlist.h Log message: remove duplicate device id caused by subids in INTEL_IVB_Q_IDS CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/19 21:12:14 Modified files: sys/dev/pci/drm/include/drm: i915_pciids.h Log message: drm/i915: Remove dubious Valleyview PCI IDs From Alexei Podtelezhnikov f2bde2546b81b64fb58aa04888fdd82a090b3908 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/19 21:13:12 Modified files: sys/dev/pci/drm/i915: i915_devlist.h Log message: sync with i915_pciids.h CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/12/19 21:53:20 Modified files: net/py-tlslite-ng: Makefile distinfo net/py-tlslite-ng/pkg: PLIST Log message: Update to py3-tlslite-ng 0.8.0-alpha39 Workaround CVE-2020-26263 - Bleichenbacher oracle in RSA decryption. Please note that while the code was fortified, because of peculiarities of python, it's not possible to fully fix it. If you require resistance against side-channel attacks please use a different library. Various optimizations in RSA, certificate selection and PRF. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/19 22:48:06 Modified files: x11/herbstluftwm: Makefile Log message: Add missing BDEP, no need to bump. Found by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/20 01:07:28 Modified files: devel/atk2mm : Makefile devel/pangomm : Makefile devel/glib2mm : Makefile Log message: Add PORTROACH markers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/20 02:20:23 Modified files: sysutils/consolekit: Makefile distinfo Removed files: sysutils/consolekit/patches: patch-src_ck-inhibit-manager_c patch-src_ck-inhibit-manager_h patch-src_ck-inhibit_c patch-src_ck-inhibit_h patch-src_ck-sysdeps-openbsd_c patch-src_ck-sysdeps-unix_c Log message: Update to consolekit2-1.2.2. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/12/20 02:39:46 Modified files: www/hugo : Makefile distinfo Log message: update of www/hugo to 0.79.0 ok rsadowski@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/12/20 02:49:53 Modified files: sys/arch/i386/i386: mpbios.c sys/arch/amd64/amd64: mpbios.c Log message: Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu with acpi disabled, no real mpbios hardware in sight. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/20 02:56:36 Modified files: graphics/sane-backends: Makefile Added files: graphics/sane-backends/patches: patch-backend_avision_c Log message: Fix HP 5370C flatbed resolution output. Bug reported by Byron Campbell and fix from usptream. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/12/20 03:29:50 Modified files: usr.bin/dig/lib/lwres: lwconfig.c Log message: Fix copy-pasto when selecting the addresses read from resolv.conf by address family. ok florian@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/20 04:27:42 Modified files: shells/bash : Makefile distinfo Log message: update to 5.1 patchlevel 4 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/20 04:27:47 Modified files: usr.bin/dig : dig.c dighost.c Log message: Fix IPv6 link-local address handling for nameservers to talk to as well as address to bind to. Reported by Jordan Geoghegan (jordan AT geoghegan.ca), thanks! Debugged by & initial fix by otto Input & OK otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/20 05:02:00 Modified files: usr.bin/dig : dighost.c Log message: Fix EDNS Client Subnet option (+subnet=) This got broken when we introduced ecs_plen so that we can use natural socket types. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/20 05:54:05 Modified files: sys/kern : kern_event.c sys/sys : event.h Log message: Introduce klistops This patch extends struct klist with a callback descriptor and an argument. The main purpose of this is to let the kqueue subsystem assert when a klist should be locked, and operate the klist lock in klist_invalidate(). Access to a knote list of a kqueue-monitored object has to be serialized somehow. Because the object often has a lock for protecting its state, and because the object often acquires this lock at the latest in its f_event callback function, it makes sense to use this lock also for the knote lists. The existing uses of NOTE_SUBMIT already show a pattern that is likely to become more prevalent. There could be an embedded lock in klist. However, such a lock would be redundant in many cases. The code cannot rely on a single lock type (mutex, rwlock, something else) because the needs of monitored objects vary. In addition, an embedded lock would introduce new lock order constraints. Note that the patch does not rule out use of dedicated klist locks. The patch introduces a way to associate lock operations with a klist. The caller can provide a custom implementation, or use a ready-made interface with a mutex or rwlock. For compatibility with old code, the new code falls back to using the kernel lock if no specific klist initialization has been done. The existing code already relies on implicit initialization of klist. Sadly, this change increases the size of struct klist. dlg@ thinks this is not fatal, though. OK mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/20 06:02:10 Modified files: sys/arch/powerpc64/dev: phb.c Log message: The TCE table needs to be aligned on a boundary that is a multiple of its size. Fixes booting on machines that have memory banks higher up in physical address space which needs a larger TCE table. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/20 06:27:47 Modified files: usr.sbin/smtpd : lka_filter.c Log message: Free filter_name in lka_filter_end From gilles@ OK millert@ eric@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/20 07:06:12 Modified files: usr.sbin/smtpd : mproc.c Log message: Onlly call event_del if there are events enabled, since not all libevents are created equal. From gilles@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/20 07:54:19 Modified files: devel/glibmm268/pkg: PLIST Log message: Stupid me; I messed up the @conflict marker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/20 08:11:09 Log message: Import gtkmm40-4.0.0. C++ bindings for GTK+. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201220 N ports/x11/gtkmm40/Makefile N ports/x11/gtkmm40/distinfo N ports/x11/gtkmm40/pkg/DESCR N ports/x11/gtkmm40/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/20 08:15:21 Modified files: x11 : Makefile Log message: +gtkmm40 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/20 08:19:27 Modified files: misc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: misc/gtk3mm-documentation: Makefile distinfo misc/gtk3mm-documentation/pkg: DESCR PLIST Log message: Remove gtk3mm-documentation. html documentation is available and up-to-date online and we would enter a world of conflict if we had to import gtkmm40-documentation. Not worth the pain. CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2020/12/20 08:30:58 Modified files: usr.sbin/pkg_add: Makefile Added files: usr.sbin/pkg_add/OpenBSD: Getopt.pod IdCache.pod Intro.pod Mtree.pod PackageName.pod PackingElement.pod PackingList.pod PkgCfl.pod PkgSpec.pod RequiredBy.pod Search.pod State.pod Ustar.pod Vstat.pod md5.pod style.pod Removed files: usr.sbin/pkg_add/pod: OpenBSD::Getopt.pod OpenBSD::IdCache.pod OpenBSD::Intro.pod OpenBSD::Mtree.pod OpenBSD::PackageName.pod OpenBSD::PackingElement.pod OpenBSD::PackingList.pod OpenBSD::PkgCfl.pod OpenBSD::PkgSpec.pod OpenBSD::RequiredBy.pod OpenBSD::Search.pod OpenBSD::State.pod OpenBSD::Ustar.pod OpenBSD::Vstat.pod OpenBSD::md5.pod OpenBSD::style.pod Log message: rename pkg_add's pod files to avoid filenames with colons Filenames with colons are not allowed on windows filesystems. So we rename the pod files to avoid this. Should get us closer to being able to check out the openbsd source code on a windows system. ok espie@ (who suggested the current approach); sthen@ was ok with a previous version of the diff CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2020/12/20 08:37:02 Modified files: x11/py-xcbgen : Makefile distinfo Log message: Update py-xcbgen to 1.14.1. ok kmos@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2020/12/20 10:37:48 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.4p2 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/20 10:44:50 Modified files: sbin/iked : parse.y Log message: Don't leak ipsec_hosts when building hosts_list. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/20 12:18:25 Modified files: www/odoo : Makefile distinfo www/odoo/patches: patch-odoo_service_server_py www/odoo/pkg : PLIST Log message: update to 13.0.20201216; from Denis Fondras CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/20 14:03:53 Modified files: sys/arch/powerpc64/dev: phb.c Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/20 14:15:47 Modified files: sys/netinet : ip_icmp.c ip_icmp.h ip_output.c tcp_timer.c Log message: Accept reject and blackhole routes for IPsec PMTU discovery. Since revision 1.87 of ip_icmp.c icmp_mtudisc_clone() ignored reject routes. Otherwise TCP would clone these routes for PMTU discovery. They will not work, even after dynamic routing has found a better route than the reject route. With IPsec the use case is different. First you need a route, but then the flow handles the packet without routing. Usually this route should be a reject route to avoid sending unencrypted traffic if the flow is missing. But IPsec needs this route for PMTU discovery, so use it for that. OK claudio@ tobhe@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/20 14:59:37 Modified files: regress/usr.bin/jot: regress.sh Added files: regress/usr.bin/jot: regress.wDnn.out regress.wOn.out regress.wUn.out Removed files: regress/usr.bin/jot: regress.wDn.out regress.wO.out regress.wU.out Log message: slightly tweak the jot regress tests to avoid file name clashes on case insensitive file systems. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/20 15:45:22 Modified files: regress/sys/netinet/ipsec: Makefile Log message: Use regress framework for setup and shorten target names. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/20 16:36:51 Modified files: usr.bin/ssh : sshconnect2.c sshconnect.c ssh-keygen.c hostfile.h clientloop.c hostfile.c auth.c Log message: load_hostkeys()/hostkeys_foreach() variants for FILE* Add load_hostkeys_file() and hostkeys_foreach_file() that accept a FILE* argument instead of opening the file directly. Original load_hostkeys() and hostkeys_foreach() are implemented using these new interfaces. Add a u_int note field to the hostkey_entry and hostkey_foreach_line structs that is passed directly from the load_hostkeys() and hostkeys_foreach() call. This is a lightweight way to annotate results between different invocations of load_hostkeys(). ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/20 16:38:00 Modified files: usr.bin/ssh : ssh.c sshconnect.c Log message: allow UserKnownHostsFile=none; feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/20 16:40:19 Modified files: usr.bin/ssh : ssh.c sshconnect.c sshconnect.h sshconnect2.c Log message: plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/20 17:47:18 Modified files: regress/sys/netinet/ipsec: Makefile ipsec.conf Log message: Test that IPv4 path MTU discovery works over IPsec in tunnel mode. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/20 18:31:06 Modified files: regress/usr.bin/ssh/unittests/hostkeys: test_iterate.c Log message: adapt to API change in hostkeys_foreach()/load_hostkeys() CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/20 22:10:20 Modified files: misc/dialog : Makefile misc/dialog/pkg: PLIST Log message: Ship the libdialog headers. Also ship a manual page for libdialog. Bump. ok fcambus@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/20 23:18:23 Modified files: multimedia/libaacs: Makefile distinfo multimedia/libaacs/pkg: PLIST Log message: Update libaacs to 0.11.0. 2020-07-22: Version 0.11.0 - Add more AACS2 support (still not complete). - Add support for partial unit keys in KEYDB.CFG. - Improve opening of UHD discs (~ 10 seconds faster). - Improve large KEYDB.CFG parsing (~ 4 times faster). - Improve error resilience. - Reduce memory usage (does not depend on config file size anymore). - Fix segfault on macOS when MMC opening fails. - Fix memory leak with multiple UK entries in KEYDB.cfg file. - Fix AACS2 with multiple unit keys. - Fix include flags order (do not include wrong headers outside of source tree). 2020-03-22: Version 0.10.0 - Add support for AACS2 content certificate. - Add aacs_set_key_caching(). - Add aacs_error_str(). - Issue a warning when using AACS2 capable drive. - Fix macOS mount issues. - Fix parsing title entries from multiple KEYDB.cfg files. - Fix memory leak with multiple KEYDB.cfg files. - Fix data corruption when structs are not packed. Update diff from Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/20 23:21:35 Modified files: multimedia/libheif: Makefile distinfo multimedia/libheif/pkg: DESCR PLIST Log message: Update libheif to 1.10.0 Update diff from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 00:45:44 Modified files: devel/quirks : Makefile Log message: Revision 1.1108 went backwards. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/12/21 00:47:37 Modified files: usr.bin/kdump : ktrstruct.c Log message: Show scope id when set; ok florian@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 01:47:54 Modified files: graphics/libdvbpsi: Makefile distinfo graphics/libdvbpsi/pkg: PLIST Log message: Update libdvbpsi to 1.3.3. Changes between 1.3.2 and 1.3.3: ------------------------------- * Fix regression in dvbpsi_decoder_psi_section_add() set i_last_section_number Changes between 1.3.1 and 1.3.2: ------------------------------- * Fix bug in dvbpsi_decoder_psi_section_add() set i_last_section_number * Fix bug in descriptor 0x8a that prevented it from being parsed properly * Fix bug in descriptor 0x56 generation with multiple teletext page entries * Fix bug in descriptor 0x41 correct maximum service count Update diff from Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 01:57:20 Modified files: multimedia/mpv : Makefile distinfo multimedia/mpv/patches: patch-libmpv_client_h multimedia/mpv/pkg: PLIST Log message: Update mpv to 0.33.0 Feedback from cwen@, WANTLIB tweak by me, initial update diff from Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 02:01:02 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_reference_conf net/ircd-hybrid/pkg: PLIST Log message: Update ircd-hybrid to 8.2.36 Update diff from Brad CVSROOT: /cvs Module name: xenocara Changes by: robert@cvs.openbsd.org 2020/12/21 02:06:14 Modified files: driver/xf86-video-amdgpu/src: amdgpu_dri3.c driver/xf86-video-ati/src: radeon_dri3.c Log message: unbreak DRI3 support by using priv_open_device() to open the devices priv_open_device() has to be used in case the X server is running privilege separated ok kettenis@, jsg@, matthieu@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/21 02:19:53 Modified files: usr.bin/ssh : readconf.c Log message: properly fix ProxyJump parsing; Thanks to tb@ for pointing out my error (parse_ssh_uri() can return -1/0/1, that I missed). Reported by Raf Czlonka via bugs@ ok tb@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/21 02:29:01 Modified files: graphics/py-seaborn: Makefile distinfo Log message: Update to py-seaborn-0.11.1 Bugfix release. Changes: http://seaborn.pydata.org/whatsnew.html#v0-11-1-december-2020 CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2020/12/21 02:40:35 Modified files: lib/libc/asr : getnameinfo.c getnameinfo_async.c Log message: Always call endservent_r() after getservbyport_r(). Fix a memory leak when no entry is matched. ok florian CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/12/21 03:55:01 Modified files: www/youtube-dl : Makefile distinfo Log message: update to 2020.12.14 OK rsadowski@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/12/21 04:09:32 Modified files: usr.bin/ssh : cipher.c Log message: Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se. It is an alias for aes256-cbc which was standardized in RFC4253 (2006), has been deprecated and disabled by default since OpenSSH 7.2 (2016) and was only briefly documented in ssh.1 in 2001. This will reduce the amount of work the cipher/kex regression tests need to do by a little bit. ok markus@ djm@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 04:14:52 Modified files: productivity/kmymoney: Makefile distinfo productivity/kmymoney/patches: patch-CMakeLists_txt productivity/kmymoney/pkg: PLIST Log message: Update kmymoney to 5.1.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 04:27:20 Modified files: x11/gtk3mm : Makefile Log message: Add PORTROACH marker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 04:28:29 Modified files: graphics/babl : Makefile distinfo Log message: Update to babl-0.1.84. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/21 04:35:55 Modified files: usr.sbin/rpki-client: cert.c main.c mft.c roa.c rsync.c tal.c Log message: Now that a NULL string is marshalled as NULL again we can drop some extra has_xyz integers to indicate if the following buffer is present or not. At the same time sprinkle some asserts for strings which must be not NULL. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 04:38:22 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-gtk_Makefile_in patch-gtk_gtksettings_c Removed files: x11/gtk+2/patches: patch-gtk_gtkfilechooserdefault_c patch-modules_engines_pixbuf_pixbuf-render_c Log message: Update to gtk+2-2.24.33. As per release notes: * This is the final GTK 2.x release. * There will be no more updates to GTK 2. * All users are encouraged to update to GTK 3 or 4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 04:40:13 Modified files: graphics/gegl04: Makefile distinfo graphics/gegl04/patches: patch-meson_build graphics/gegl04/pkg: PLIST Log message: Update to gegl04-0.4.28. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/21 04:41:09 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/isc: sockaddr.c usr.bin/dig/lib/isc/include/isc: sockaddr.h Log message: Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}. Since this was the last user of those functions we can delete them. OK otto CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/21 04:44:07 Modified files: usr.sbin/smtpd : mta_session.c smtp_session.c Log message: Use NI_NUMERICSERV. We don't use the result and it's faster and is a workaround for the memory-leak in asr. smtp_session part from eric@ OK eric@ gilles@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/21 04:48:38 Modified files: usr.sbin/smtpd : smtp.1 smtpc.c Log message: The plumbing already allowed for smtp authentication, hook it up to the -a flag. Manpage order feedback jmc@ OK eric@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/21 04:51:20 Modified files: databases/mariadb: Makefile Log message: mariadb: bump REVISION so the PKGNAME is "higher" than the version in -stable, required because libiconv dep was removed in -current, otherwise you get scary messages when updating -stable to current. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/21 05:58:42 Modified files: sys/dev/rasops : rasops1.c Log message: Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on big-endian architectectures. These functions assume big-endian bit order whereas rasops1_putchar() assumes native-endian bit order. Since ssdfb(4) assumes little-endian bit order and is the only consumer of these interfaces on little-endian platforms, go with the rasop1_putchar() convention for now. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/21 06:01:59 Modified files: databases/mariadb: Makefile Log message: add comment reminding about keeping -current REVISION if updating -stable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 06:25:28 Log message: Import recoll-1.27.12 Recoll is a full text search application, which means that it finds your data by content rather than by external attributes (like the file name). You specify words (terms) which should or should not appear in the text you are looking for, and receive in return a list of matching documents, ordered so that the most relevant documents will appear first. <...> ok sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201221 N ports/databases/recoll/Makefile N ports/databases/recoll/distinfo N ports/databases/recoll/patches/patch-utils_listmem_cpp N ports/databases/recoll/patches/patch-Makefile_in N ports/databases/recoll/pkg/DESCR N ports/databases/recoll/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 06:25:54 ports/devel/kf5/knewstuff/patches Update of /cvs/ports/devel/kf5/knewstuff/patches In directory cvs.openbsd.org:/tmp/cvs-serv44309/patches Log Message: Directory /cvs/ports/devel/kf5/knewstuff/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 06:26:29 Modified files: databases/recoll: Makefile Log message: GPLv2+ as per sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 06:26:33 Modified files: databases : Makefile Log message: +recoll CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 06:28:10 Modified files: devel/kf5/knewstuff: Makefile Added files: devel/kf5/knewstuff/patches: patch-src_core_cache_cpp patch-src_core_cache_h Log message: KDE Frameworks cherry-pick suggestion from upstream - https://invent.kde.org/frameworks/knewstuff/commit/243ea6155b28457c8b1441fee8ab1037828d21ba This fixes https://bugs.kde.org/show_bug.cgi?id=429442 CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2020/12/21 07:45:17 Modified files: lib/libtls : tls_config.c Log message: Destroy the mutex in a tls_config object when tls_config_free is called. ok inoguchi@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/12/21 07:55:58 Modified files: regress/usr.bin/mandoc/roff/esc: Makefile Added files: regress/usr.bin/mandoc/roff/esc: O1.in O1.out_ascii O1.out_lint Removed files: regress/usr.bin/mandoc/roff/esc: O.in O.out_ascii O.out_lint Log message: Rename syntax test of the \O escape sequence (suppress output groff extension; mandoc only implements syntax checking but ignores the sequence) to please Bill Gates and didickman@: avoid path names that only differ by case, like o.in vs. O.in. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/21 08:00:10 Modified files: databases/xapian-core: Makefile distinfo databases/xapian-bindings: Makefile distinfo www/xapian-omega: Makefile distinfo Log message: update to xapian 1.4.17, switch from libuuid to libc functions while there (both are supported but xapian prefers libuuid if found during configure). WANTLIB syncs in dependent ports to follow. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/21 08:00:35 Modified files: mail/mu : Makefile mail/kopano/core: Makefile mail/dovecot-fts-xapian: Makefile databases/recoll: Makefile Log message: sync WANTLIB; xapian changed from libuuid to libc uuid functions CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2020/12/21 08:20:41 Modified files: databases/sqlite3-odbc: Makefile distinfo databases/sqlite3-odbc/pkg: PLIST Log message: Update to 0.9998. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/21 08:40:32 Modified files: devel/p5-Array-Compare: Makefile distinfo Log message: Update to p5-Array-Compare-3.0.8 from wen heping CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 08:57:15 ports/devel/kf5/plasma-framework/patches Update of /cvs/ports/devel/kf5/plasma-framework/patches In directory cvs.openbsd.org:/tmp/cvs-serv8929/patches Log Message: Directory /cvs/ports/devel/kf5/plasma-framework/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 09:10:09 Modified files: devel/kf5/plasma-framework: Makefile Added files: devel/kf5/plasma-framework/patches: patch-src_desktoptheme_breeze_opaque_widgets_panel-background_svg patch-tests_frames_qml Log message: KDE Frameworks cherry-pick suggestion from upstream - https://invent.kde.org/frameworks/plasma-framework/commit/b1364fa601866792ecf69cf61b8ab48732150857 This fixes https://bugs.kde.org/show_bug.cgi?id=430390 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/21 09:52:49 Modified files: distrib/miniroot: install.sub etc : netstart Log message: Avoid issuing pointless 'ifconfig up' when processing 'dhcp' in hostname.if files. dhclient(8) does that itself. Part of the "further script optimizations" promised in r1.200 of netstart. Tested & ok gnezdo@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/21 09:57:56 Modified files: share/man/man5 : hostname.if.5 Log message: Simplify verbiage in "DYNAMIC ADDRESS CONFIGURATION" section. Add mention of and Xr slaacd(8). Usual help from jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/21 10:00:00 Modified files: textproc/pecl-yaml: Makefile distinfo Log message: update to pecl-yaml-2.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/21 10:00:22 Modified files: mail/dovecot-fts-xapian: Makefile Log message: drop e2fsprogs dep, it was only for libuuid via xapian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/21 11:25:13 Modified files: www/chromium : Makefile www/iridium : Makefile Log message: put back BROKEN-i386 in chromium and add it to iridium, the binaries cannot be loaded, they immediately exit: : sthen@i386.p; chrome /usr/local/bin/chrome[60]: /usr/local/chrome/chrome: Cannot allocate memory : sthen@i386.p; size /usr/local/chrome/chrome text data bss dec hex 180104608 3805736 1949616 185859960 b13ff78 exiting happens very early, before ld.so loads libraries: : sthen@i386.p; LD_DEBUG=1 /usr/local/chrome/chrome ksh: /usr/local/chrome/chrome: Cannot allocate memory no point wasting 2x24h in build for these two. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/21 11:28:48 Modified files: textproc/pdftk : Makefile distinfo Log message: update to pdftk-3.2.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/21 12:07:53 Modified files: devel/boost : Makefile devel/boost/patches: patch-boost_asio_detail_impl_socket_ops_ipp patch-boost_predef_other_endian_h patch-tools_build_src_tools_gcc_jam Removed files: devel/boost/patches: patch-boost_config_compiler_clang_hpp patch-boost_type_traits_is_convertible_hpp Log message: Remove some unnecessary patches and fix some typos Tweak diff from Brad (co-maintainer) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/21 12:58:29 Modified files: usr.bin/awk : awk.1 Log message: Fix typo in mktime() year format description. From Paul de Weerd. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/12/21 13:47:41 Modified files: devel/got : Makefile distinfo Log message: update to got 0.46 - reset tog blame view's scroll position if line count shrinks too much (naddy) - replace unprintable characters with '.' before passing them to curses (naddy) - allow editing of log message comments with 'got histedit' - implicitly mark all files in work tree as up-to-date after rebase/histedit - add fd field to got_repository, modify got_packidx_open to use fds (yzhong) - more size_t for loop indices to avoid signedness warnings; by emaste@freebsd - fix path existence check in got_object_tree_path_changed (reported by jrick) - fix parsing of tag objects which lack a tag message; found in u-boot.git repo - do not mix up repos if tog's -r option is used in a work tree (with naddy) - avoid signed vs unsigned comparisons in fetch.c (with millert) - introduce got_custom_error array to support multiple errors in flight - switch to strerror_r(3) in error.c for thread-safety CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 14:16:15 Log message: Import libxml++40-4.0.0. libxmlplusplus (aka libxml++) is a C++ wrapper for the libxml2 XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specification. Its API is simpler than the underlying libxml2 C API. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201221 N ports/textproc/libxml++40/Makefile N ports/textproc/libxml++40/distinfo N ports/textproc/libxml++40/pkg/DESCR N ports/textproc/libxml++40/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 14:16:33 Log message: Import libxml++50-5.0.0. libxmlplusplus (aka libxml++) is a C++ wrapper for the libxml2 XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specification. Its API is simpler than the underlying libxml2 C API. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20201221 N ports/textproc/libxml++50/Makefile N ports/textproc/libxml++50/distinfo N ports/textproc/libxml++50/pkg/DESCR N ports/textproc/libxml++50/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 14:17:36 Modified files: textproc : Makefile Log message: Add libxml++40 and libxml++50 and unhook libxml++3 which nothing depends on. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 14:19:22 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: textproc/libxml++3: Makefile distinfo textproc/libxml++3/pkg: DESCR PLIST Log message: Remove libxml++3; it's unused. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/21 14:27:54 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/pkg: PLIST Log message: Update to liblouis-3.16.1. from wen heping CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/12/21 14:38:51 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-lib_Target_Mips_CMakeLists_txt patch-tools_clang_include_clang_Driver_Options_td patch-tools_clang_lib_Driver_ToolChains_Clang_cpp Added files: devel/llvm/patches: patch-lib_Target_Mips_AsmParser_MipsAsmParser_cpp patch-lib_Target_Mips_MCTargetDesc_MipsABIInfo_cpp patch-lib_Target_Mips_MipsLoongson2FBTBFix_cpp patch-lib_Target_Mips_MipsTargetMachine_cpp patch-lib_Target_Mips_Mips_h patch-tools_lld_ELF_Arch_PPC_cpp Log message: Sync with base llvm From Brad CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/21 14:58:42 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/patches: patch-tests_utils_tools_py sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-163 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/21 15:04:52 Modified files: misc/feathernotes: Makefile distinfo misc/feathernotes/pkg: PLIST Log message: Update to feathernotes-0.8.0 Changelog: https://github.com/tsujan/FeatherNotes/releases/tag/V0.8.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/21 15:26:10 Modified files: editors/featherpad: Makefile distinfo editors/featherpad/pkg: PLIST Log message: Update to featherpad-0.16.0 Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.16.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/21 15:47:37 Modified files: devel/samurai : Makefile distinfo devel/samurai/patches: patch-Makefile Log message: Update to samurai-1.2 Changelog: https://github.com/michaelforney/samurai/releases/tag/1.2 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/12/21 15:48:41 Modified files: regress/usr.bin/ssh: dhgex.sh Log message: Remove explicit rijndael-cbc@lysator.liu.se test since the cipher was removed. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/21 15:49:36 Modified files: sbin/iked : iked.h ikev2.c policy.c Log message: Use policy_test() to reassign existing SAs to updated policies after 'ikectl reload'. This prevents initiation of new additional SAs for each policy every time the config is reloaded. ok patrick@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/21 17:11:03 Modified files: share/man/man5 : hostname.if.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/21 17:12:22 Modified files: usr.bin/ssh : auth.c auth.h auth2-pubkey.c misc.c misc.h Log message: move subprocess() from auth.c to misc.c make privilege dropping optional but allow it via callbacks (to avoid need to link uidswap.c everywhere) add some other flags (keep environment, disable strict path safety check) that make this more useful for client-side use. feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/21 17:15:23 Modified files: usr.bin/ssh : readconf.c readconf.h ssh.1 ssh_config.5 sshconnect.c sshconnect.h sshconnect2.c Log message: add a ssh_config KnownHostsCommand that allows the client to obtain known_hosts data from a command in addition to the usual files. The command accepts bunch of %-expansions, including details of the connection and the offered server host key. Note that the command may be invoked up to three times per connection (see the manpage for details). ok markus@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2020/12/21 19:20:44 Modified files: lib/libtls : tls_config.c Log message: Revert call to pthread_mutex_destroy until installers have a stub. noted by deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/21 20:05:31 Modified files: usr.bin/ssh : readconf.c Log message: Remove lines accidentally left behind in the ProxyJump parsing fix r1.345. ok djm CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/21 20:27:42 Modified files: sysutils/mangl : Makefile distinfo sysutils/mangl/pkg: PLIST Log message: Update to mangl-1.0.3. Adds a manual page. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/21 20:42:03 Modified files: sys/arch/amd64/include: cacheinfo.h sys/arch/amd64/amd64: cacheinfo.c Log message: stop showing amd l3 cache information >= zen 2 based amd processors return a value of 9 for l3 cache assoc via cpuid 0x80000006. As that is a reserved value we end up incorrectly claiming the l3 cache is disabled. While it is possible to get l3 cache information via cpuid 0x8000001d when TOPEXT is advertised that will instead give information about the l3 cache available to the core complex (CCX) that the cpu belongs to where previously the amount of l3 available to all core complexes was shown. As we don't detail topology in dmesg or show the mapping of cores to core complexes just stop displaying l3 information. It already isn't shown on intel. ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/21 21:32:08 Modified files: share/mk : bsd.own.mk sys/arch/loongson/conf: Makefile.loongson Log message: Make clang the default compiler on loongson. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/21 21:32:42 Modified files: distrib/sets/lists/comp: clang.loongson Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/21 23:03:36 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: knownhosts-command.sh Log message: regress test for KnownHostsCommand CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/21 23:47:24 Modified files: regress/usr.bin/ssh: knownhosts-command.sh Log message: more detail for failing tests CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/21 23:53:11 Modified files: www/chromium : Makefile www/chromium/patches: patch-chrome_common_chrome_paths_cc Log message: unbreak policies once again by re-introducing a patch that was removed in a previous commit CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/21 23:55:16 Modified files: sys/dev/pci : if_ixl.c Log message: name the rx rings like ix does for systat mb CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/21 23:57:18 Modified files: usr.bin/systat : mbufs.c Log message: print all the rings on a nic without limiting it to the number of mclpools "makes sense" jmatthew@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/22 00:40:26 Modified files: usr.bin/ssh : scp.1 sftp.1 ssh_config.5 Log message: tweak the description of KnownHostsCommand in ssh_conf.5, and add entries for it to the -O list in scp.1 and sftp.1; ok djm CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/22 02:22:14 Modified files: usr.bin/tmux : Makefile tmux.h window-copy.c Added files: usr.bin/tmux : grid-reader.c Log message: Break cursor movement in grid into a common set of functions that can handle line wrapping and so on in one place and use them for the obvious copy mode commands. From Anindya Mukherjee. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/22 02:50:00 Modified files: textproc/highlight: Makefile distinfo textproc/highlight/pkg: PLIST Log message: Update to highlight-3.60. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2020/12/22 03:33:34 Modified files: share/man/man1 : update-plist.1 share/man/man4/man4.hppa: intro.4 pdc.4 phantomas.4 share/man/man5 : port-modules.5 Log message: Fix typos ok jmc CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/22 04:55:44 Modified files: sys/arch/powerpc64/powerpc64: cpu.c sys/arch/powerpc64/include: cpufunc.h Log message: Clear FSCR register. This gives us a sane default state where all facilities are disabled by default on all CPUs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/22 05:44:43 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.24.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/22 05:44:56 Modified files: security/libgpg-error: Makefile distinfo Log message: Update to libgpg-error-1.41. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/22 05:53:42 Modified files: infrastructure/mk: arch-defines.mk Log message: mips64el moved to clang, update ports arch-defines to match. from Brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/22 05:55:18 Modified files: sysutils/amazon-ecs-cli: Makefile distinfo Log message: Update to ecs-cli-1.21.0. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/22 05:59:05 Modified files: sys/dev/fdt : dwpcie.c Log message: Defer hardware initialization in order to give things like PCIe PHYs a chance to attach. Needed for future support of PCIe on Amlogic SoCs. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/22 05:59:36 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: README Log message: rspamd: adjust pkg-readme showing users how to move Workers to local unix sockets rather than localhost TCP sockets, from Han Boetes with minor tweaks CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2020/12/22 06:07:54 Modified files: distrib/special/libstubs: pthread_mutex.c lib/libtls : tls_config.c Log message: Destroy the mutex in tls_config objects when tls_config_free is called. Add a stub for pthread_mutex_destroy() for installers. ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/22 06:07:58 Modified files: security/sslscan: Makefile Log message: Bump sslscan REVISION. This uses "BUILD_DEPENDS=security/openssl/1.1:patch" to pull in a current version of OpenSSL that it builds with special options and links statically, so it needs manual bumps when openssl/1.1 is updated to trigger pkg_add updates. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/12/22 06:21:02 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST README Log message: Update for Nextcloud to 20.0.4 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/22 06:24:45 Modified files: sys/kern : sys_generic.c Log message: Implement select(2) and pselect(2) on top of kqueue. The given set of fds are converted to equivalent kevents using EV_SET(2) and passed to the scanning internals of kevent(2): kqueue_scan(). ktrace(1) will now output the converted kevents on top of the usuals set bits to be able to find possible error in the convertion. This switch implies that select(2) and pselect(2) will now query the underlying kqfilters instead of the *_poll() routines. Based on similar work done on DragonFlyBSD with inputs from from visa@, millert@, anton@, cheloha@, thanks! ok visa@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2020/12/22 06:26:27 Modified files: . : innovations.html Log message: I don't actually maintain httpd(8). My name being listed here pointed out by pamela & tracey. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/22 06:37:48 Modified files: sys/netinet6 : ip6_output.c Log message: For a while the kerrnel reports EACCES to userland if pf blocks a packet. IPv6 still had the old EHOSTUNREACH code. Use the same errno for dropped IPv6 packets as in IPv4. OK kn@ phessler@ claudio@ florian@ sashan@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/22 08:02:26 Modified files: security/openssl/1.1: Makefile Log message: add a comment reminding to bump security/sslscan, suggested by phessler CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/22 08:23:51 Modified files: sys/dev/fdt : amlclock.c Log message: Add PCIe clocks. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/22 08:27:10 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 84.0.1. See https://www.mozilla.org/en-US/firefox/84.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/22 08:28:19 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-RepositoryExternal_mk patch-bridges_Library_cpp_uno_mk patch-configure patch-connectivity_Library_mysqlc_mk patch-external_pdfium_pdfium-openbsd_patch patch-officecfg_registry_schema_org_openoffice_Office_Common_xcs patch-shell_source_unix_exec_shellexec_cxx patch-vcl_Library_vclplug_qt5_mk patch-vcl_skia_gdiimpl_cxx patch-vcl_source_app_svapp_cxx editors/libreoffice/pkg: PLIST-main Log message: update to 7.0.4.2 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/22 08:38:49 Modified files: www/newsboat : Makefile www/newsboat/patches: patch-Makefile Log message: newsboat: remove hardcoded debug (-ggdb) flag. Pointed out by Hiltjo Posthuma, thanks! While there, also remove hardcoded optimization (-O2) flag. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/22 10:18:10 Modified files: share/man/man5 : hostname.if.5 Log message: further tidy up the dynamic address section, and try to keep it and the static section a little more consistent; ok krw CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/12/22 11:17:29 Modified files: sys/arch/powerpc64/powerpc64: trap.c Log message: Use SIGILL for the Facility Unavailable Interrupt in usermode. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/22 13:53:26 Modified files: games/mvdsv : Makefile distinfo Log message: Update to mvdsv-0.33 Diff from maintainer Tom Murphy CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/22 14:01:55 Modified files: sbin/iked : ocsp.c Log message: Log SPI with SPI_SH() wherever possible. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/22 14:02:02 Modified files: sysutils/docker-cli: Makefile sysutils/docker-cli/pkg: PLIST Log message: Rename package docker to docker-cli It was a mistake of mine when I imported it, I forgot to change the PKGNAME. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/22 14:02:31 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register docker -> docker-cli package rename ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/22 14:05:04 Modified files: security/uacme : Makefile distinfo Log message: update to uacme-1.6 (slightly belated, portroach isn't picking this up, perhaps the / in the tag isn't helping) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/22 15:03:06 Modified files: sysutils/direnv: Makefile distinfo Log message: update to direnv-2.25.2, from Ashton Fagg CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/12/22 15:29:01 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_ToolChains_OpenBSD_cpp Log message: loongson has moved to clang from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/22 16:08:21 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: README Log message: rspamd readme; also non_smtpd_milters for postfix sample config from Han Boetes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/22 16:25:37 Modified files: sys/dev/pci : if_ix.c Log message: have the ifrxr info stuff report the buffer size the hw handles. this makes it more consistent with other drivers. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/12/22 18:01:06 Modified files: www/openradtool: Makefile distinfo www/openradtool/pkg: PLIST Log message: Update openradtool to 0.11.7 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/23 00:25:34 Modified files: mail/getmail : Makefile distinfo Log message: Update to getmail-5.15 Changes: http://pyropus.ca/software/getmail/CHANGELOG From Martin Ziemer (maintainer). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/23 00:40:21 Modified files: fonts/cantarell-fonts: Makefile distinfo Log message: Update to cantarell-fonts-0.301. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/23 00:41:02 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-7.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/23 00:44:44 Modified files: textproc/enchant2: Makefile distinfo Log message: Update to enchant2-2.2.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/23 00:46:24 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.42. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/23 00:46:33 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.42. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/23 00:46:47 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.202. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/23 00:51:25 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-3.38.2. CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/12/23 00:51:59 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2020.12.22 OK rsadowski@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/23 01:12:15 Modified files: usr.sbin/smtpd : table.c Log message: Use regfree after we're done with preg. From gilles@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/23 03:18:19 Modified files: geo/geos : Makefile distinfo geo/geos/patches: patch-src_Makefile_in geo/geos/pkg : PLIST Log message: geo/geos: update to 3.9.0. See https://lists.osgeo.org/pipermail/geos-devel/2020-December/010003.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/23 03:19:18 Modified files: geo/postgis : Makefile distinfo geo/postgis/patches: patch-postgis_Makefile_in geo/postgis/pkg: PLIST Added files: geo/postgis/patches: patch-liblwgeom_Makefile_in Log message: geo/postgis: update to 3.1.0 See http://postgis.net/2020/12/18/postgis-3.1.0/ add a patch to workaround an openbsd libtool issue, to be investigated CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/23 03:22:01 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Log message: geo/pgrouting: update to 3.1.2 See https://github.com/pgRouting/pgrouting/releases/tag/v3.1.2 all tests now pass thanks to @cvvergara who spent many hours chasing this bugi (https://github.com/pgRouting/pgrouting/issues/1725). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/23 03:22:26 Modified files: geo/qgis : Makefile distinfo geo/qgis/pkg : PLIST Log message: geo/qgis: update to 3.16.2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/23 03:47:10 Modified files: sys/arch/powerpc64/powerpc64: trap.c Log message: Handle a few more userland traps that would lead to a kernel panic. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/23 04:58:36 Modified files: sys/dev/ofw : ofw_regulator.c Log message: Fix regulators that use "active-low" polarity. Our implementation now ignores the presence "enable-active-high" property and relies on the encode polarity of the GPIO in the flags in the device tree instead. This might not be the case for older device trees; such device trees should be fixed. ok patrick@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/23 06:06:28 Modified files: share/zoneinfo/datfiles: africa asia australasia backward etcetera europe leapseconds northamerica zone.tab zone1970.tab Log message: Update to tzdata2020e from www.iana.org. Major changes: o Palestine ends DST earlier than predicted, on 2020-10-24. o Volgograd switches to Moscow time on 2020-12-27 at 02:00. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/23 06:20:48 Modified files: usr.sbin/bgpd : bgpd.h session.c session.h Log message: BGP uses KEEPALIVE packets and the HOLD timer to detect stalled sessions. The problem is that this timer only looks at the receive side of the TCP session. If for some reason the send side stalls the system fully depends on the remote BGP peer to reset the session. As seen in an ever growing OutQ and as a result important changes can get stalled and cause routing troubles. This change introduces a SEND HOLD timer. The timer is reset whenever the session engine was able to write data to the TCP socket. If the send hold timer expires bgpd was not able to send any data to that neighbor for at least 90 seconds and therefor the session is forcefully closed with a hold timer expired notification. The send hold timer acts as a last resort to detect faulty peers. On an idle session it can take a long time until this timer triggers but the main goal here is to reset a stuck session at some point which did not happen before. With and OK job@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/23 06:29:57 Modified files: devel/libev : Makefile distinfo devel/libev/patches: patch-Makefile_in patch-configure devel/libev/pkg: PLIST Log message: update to libev-4.33 and enable debug packages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/23 06:30:12 Modified files: devel/p5-EV : Makefile distinfo devel/p5-EV/pkg: PLIST Log message: update to p5-EV 4.33 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/23 06:31:18 Modified files: x11/rxvt-unicode: Makefile Log message: enable debug packages for urxvt CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/23 06:53:45 Modified files: sys/kern : kern_event.c Log message: Clear error before each iteration in kqueue_scan() This fixes a regression where kqueue_scan() may incorrectly return EWOULDBLOCK after a timeout. OK mpi@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/23 06:59:09 Modified files: sys/kern : kern_event.c Log message: Ensure that filt_dead() takes effect Invoke dead_filtops' f_event callback in klist_invalidate() to ensure that filt_dead() modifies every invalidated knote. If a knote has EV_ONESHOT set in its event flags, kqueue_scan() will not call f_event. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/23 07:00:53 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/pkg: PLIST-main Log message: update to asterisk-18.1.1 AST-2020-003: Remote crash in res_pjsip_diversion - A crash can occur in Asterisk when a SIP message is received that has a History-Info header, which contains a tel-uri. AST-2020-004: Remote crash in res_pjsip_diversion - A crash can occur in Asterisk when a SIP 181 response is received that has a Diversion header, which contains a tel-uri. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/23 07:05:08 Modified files: telephony/asterisk: Tag: OPENBSD_6_8 Makefile distinfo telephony/asterisk/patches: Tag: OPENBSD_6_8 patch-configure_ac patch-main_utils_c patch-res_res_rtp_asterisk_c Log message: update to asterisk-16.15.1 AST-2020-003: Remote crash in res_pjsip_diversion - A crash can occur in Asterisk when a SIP message is received that has a History-Info header, which contains a tel-uri. AST-2020-004: Remote crash in res_pjsip_diversion - A crash can occur in Asterisk when a SIP 181 response is received that has a Diversion header, which contains a tel-uri. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/23 07:09:38 Modified files: multimedia/mpv : Makefile Log message: Unbreak mpv 0.33.0 Add missing dependency on libluajit-5.1. Error: ld.so: mpv: can't load library 'libluajit-5.1.so.1.0' Spotted by Tim van der Molen, thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/23 07:19:06 Modified files: telephony/asterisk: Tag: OPENBSD_6_8 Makefile telephony/asterisk/pkg: Tag: OPENBSD_6_8 PLIST-main Log message: regen plist CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/23 07:41:06 Modified files: editors/abiword: Makefile Log message: Add DEBUG_PACKAGES. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2020/12/23 08:42:03 Modified files: usr.sbin/smtpd : resolver.c Log message: Fix a memory leak: use a single memory allocation for struct addrinfo and the sockaddr it contains, as expected by freeaddrinfo(). Move the allocation to a helper function for clarity. comments from martijn@ millert@ ok millert@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/12/23 10:22:07 Modified files: distrib/miniroot: install.sub etc : netstart share/man/man5 : hostname.if.5 Log message: Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5) files. Usual man page help & ok jmc@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/23 10:42:54 Modified files: sysutils/ugrep : Makefile distinfo Log message: Update to ugrep-3.1.1 Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.1.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/23 10:54:04 Modified files: sys/arch/powerpc64/powerpc64: pmap.c Log message: Use IPL_VM for the pmap pool like we do on amd64. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/23 11:30:47 Modified files: multimedia/mpv : Makefile Log message: Pick up the right LUA version By setting the LUA version we help WAF to find the right version. With this we can get rid of libluajij again. Correct diff from Brad according to my hot-fix commit. Thanks! CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/23 11:33:05 Modified files: graphics/opencv: Makefile distinfo graphics/opencv/patches: patch-cmake_OpenCVFindLibsGrfmt_cmake graphics/opencv/pkg: PLIST-java PLIST-main Log message: Update opencv to 4.5.1 https://github.com/opencv/opencv/wiki/ChangeLog#version451 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/23 11:40:36 Modified files: www/newsboat : Makefile distinfo www/newsboat/patches: patch-Makefile www/newsboat/pkg: PLIST Log message: Update newsboat to 2.22. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/12/23 13:03:19 Modified files: . : errata67.html errata68.html Log message: release smtpd errata CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/23 13:17:49 Modified files: usr.sbin/smtpd : lka_filter.c Log message: smtpd's filter state machine can prematurely release resources leading to a crash. From gilles@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/23 13:20:03 Modified files: usr.sbin/smtpd : Tag: OPENBSD_6_7 lka_filter.c Log message: smtpd's filter state machine can prematurely release resources leading to a crash. From gilles@ This is errata/6.7/033_smtpd.patch.sig CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/23 13:20:45 Modified files: usr.sbin/smtpd : Tag: OPENBSD_6_8 lka_filter.c Log message: smtpd's filter state machine can prematurely release resources leading to a crash. From gilles@ This is errata/6.8/010_smtpd.patch.sig CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/23 13:45:02 Modified files: sys/kern : kern_time.c Log message: nanosleep(2): shorten wmesg from "nanosleep" to "nanoslp" We only see 8 characters of wmesg in e.g. top(1), so shorten the string to fit. Indirectly prompted by kettenis@. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/23 13:48:06 Modified files: sys/kern : kern_sig.c Log message: sigsuspend(2): change wmesg from "pause" to "sigsusp" Make it obvious where the thread is blocked. "pause" is ambiguous. Tweaked by kettenis@. Probably ok kettenis@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/23 14:18:00 Modified files: mail/postfix : Makefile.inc mail/postfix/snapshot: Makefile mail/postfix/snapshot/pkg: PLIST mail/postfix/stable/pkg: PLIST Log message: install postfix's posttls-finger tool, it was already built but not installed by default (it's an unsupported test program and subject to incompatible changes between versions, but handy for some debugging). ok Brad. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/23 15:20:18 Modified files: usr.bin/netstat: inet.c Log message: Print specific headline for TCP state and IP protocol in netstat. OK claudio@ sthen@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/12/23 18:00:00 Modified files: share/man/man4 : rge.4 sys/dev/pci : if_rge.c if_rgereg.h Log message: Add Wake on LAN support to rge(4). Tested by otto@ and myself. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/23 18:16:14 Modified files: sys/kern : kern_synch.c sys/sys : systm.h Log message: tsleep(9): add global "nowake" channel for threads avoiding wakeup(9) It would be convenient if there were a channel a thread could sleep on to indicate they do not want any wakeup(9) broadcasts. The easiest way to do this is to add an "int nowake" to kern_synch.c and extern it in sys/systm.h. You use it like this: #include tsleep_nsec(&nowait, ...); There is now no need to handroll a local dead channel, e.g. int chan; tsleep_nsec(&chan, ...); which expands the stack. Local dead channels will be replaced with &nowake in later patches. One possible problem with this "one global channel" approach is sleep queue congestion. If you have lots of threads sleeping on &nowake you might slow down a wakeup(9) on a different channel that hashes into the same queue. Unsure how much of problem this actually is, if at all. NetBSD and FreeBSD have a "pause" interface in the kernel that chooses a suitable channel automatically. To keep things simple and avoid adding a new interface we will start with this global channel. Discussed with mpi@, claudio@, kettenis@, and deraadt@. Basically designed by kettenis@, who vetoed my other proposals. Bugs caught by deraadt@, tb@, and patrick@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/23 21:20:48 Modified files: sys/arch/amd64/amd64: tsc.c Log message: handle reported core clock frequency of 0 on newer Intel Comet Lake The 'nominal core crystal clock frequency' from cpuid 0x15 is 0 on Intel model 0xa5 (CML-H CML-S62 CML-S102) and 0xa6 (CML-U62). So act as if 24 MHz was reported like we do on other Skylake/Kaby Lake variants. Comet Lake processors with model 0x8e (CML-U42 CML-Y42) use the same model number used by Kaby Lake and many other parts which was already handled. While we could approximate the crystal frequency with 'Processor Base Frequency' from cpuid 0x16 eax like FreeBSD and Linux do, kettenis@ couldn't get ntpd to sync a clock on a Skylake machine with: CPUID 0x15: eax=2, ebx=134, khz=0 CPUID 0x16: eax=1600, ebx=1600, ecx=100, edx=0 with reported crystal frequency changing from 24000 kHz to 23880 kHz (cpuid 0x16 eax * 1000 * cpuid 0x15 eax / cpuid 0x15 ebx) and TSC frequency changing from 1608000000 to 1599960000. Cannon Lake, Ice Lake, and Tiger Lake are known to return non-zero frequency in cpuid 0x15 so hopefully no other model ids have to be added. James Cook reported hangs on bsd.rd with i7-10710U 06-a6-00 (CML-U62) (which does not have acpihpet) but not with bsd.mp (which does) and has confirmed that both approaches fixed the problem. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/23 23:34:03 Modified files: sys/dev/pci : if_rge.c Log message: ramdisks do not contain WOL CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/24 00:49:13 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-7.7.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/24 00:51:56 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-2.7.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/24 00:57:46 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.43. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/24 00:57:59 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.43. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/24 00:58:14 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.203. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/24 01:08:16 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.3. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/24 01:17:49 Modified files: usr.sbin/acme-client: netproc.c Log message: First fulfil all challenges then tell the CA that it should check. For http-01 this doesn't matter but I think this will be nicer for dns-01 because there are propagation delays to consider and it will be better to just put everything in DNS and then wait then wait after each challenge. Testing & OK sthen CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/24 01:31:21 Modified files: net/nextcloudclient: Makefile distinfo Log message: Update nextcloudclient to 3.1.1 Update diff from maintainer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/24 02:10:38 Modified files: graphics/gimp/stable: Makefile Added files: graphics/gimp/stable/patches: patch-app_actions_debug-actions_c patch-app_sanity_c Log message: Unbreak runtime after recent gegl04 update. From upstream: app: make "gegl:introspect" an optional operation dependency. Check at runtime for the operation availability and set the "Show Image Graph" action active depending on this check. issue reported by Omar Polo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/24 02:50:58 Modified files: mail/postfix/stable: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/24 03:10:49 Modified files: sys/arch/mips64/mips64: pmap.c Log message: Initialize mips64 pmap pool using IPL_VM. This moves the pmap closer to MP-safety. A similar change has already been made on some other architectures. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/24 05:02:21 Modified files: sys/dev/pci : pcidevs Log message: add some NVMe devices and Intel Comet Lake host bridges CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/24 05:02:54 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/12/24 05:47:17 Modified files: sys/dev/acpi : sdhc_acpi.c Log message: Implement capability register overrides based on _DSD properties. ok patrick@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/12/24 07:09:38 Modified files: sys/dev/acpi : sdhc_acpi.c Log message: Extract clock frequency from _DSD properties. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/12/24 07:11:38 Modified files: sys/dev/usb : xhci.c xhcivar.h Log message: Do proper accounting of zero length TDs. Currently a specific number of zero length TDs can cause our free TRBs to run out, causing xhci(4) to return USBD_NOMEM to the USB stack. The issue was reported by Jonathon Fletcher -- Thanks! Reviewed/suggestions by patrick@. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/24 07:59:44 Modified files: x11/gnome/totem: Makefile Log message: Add x11/gnome/tracker3-miners as a runtime dependency This avoids a warning popup at runtime ok aja@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/24 09:25:15 Modified files: regress/sys/net/pf_state: LICENSE Makefile challenge_ack.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/24 12:26:09 Modified files: fonts/unifont : Makefile distinfo Log message: Update to unifont-13.0.05 The changelog can be found on the homepage: http://unifoundry.com/unifont/ Unifont is now dual licensed SIL OFL 1.1 / GPLv2+ with font embed exception CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/24 15:39:57 Modified files: regress/sys/net/pf_forward: Makefile ping6_mtu.py ping_mtu.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/24 17:49:49 Modified files: regress/sys/net/pf_fragment: Makefile frag.py frag6.py frag6_cutnew.py frag6_cutold.py frag6_dropnew.py frag6_dropold.py frag6_ext.py frag_cutnew.py frag_cutold.py frag_dropnew.py frag_dropold.py ping6_cksum.py ping6_mtu_1300.py ping_cksum.py ping_mtu_1300.py udp6_cksum.py udp_cksum.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/25 01:08:12 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.0.529.0. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/25 02:48:26 Modified files: regress/bin/ps : command.sh Log message: Fix test after change of wmesg. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/25 03:50:09 Modified files: regress/lib/libssl/interop/libressl: Makefile Log message: Add to *FLAGS and *ADD rather than overwriting them This makes CFLAGS pick up -O2, which shaves a few seconds runtime off these very slow tests. CVSROOT: /cvs Module name: ports Changes by: dtucker@cvs.openbsd.org 2020/12/25 05:18:06 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/pkg: PFRAG.aarch64 Log message: Add Orange Pi Zero Plus. ok jsg@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/12/25 05:19:34 Modified files: distrib/notes/arm64: hardware Log message: Add Orange Pi Zero Plus. ok jsg@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2020/12/25 05:38:25 Modified files: . : arm64.html Log message: Add Orange Pi Zero Plus. ok jsg@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/25 05:49:31 Modified files: sys/kern : kern_smr.c sys/sys : sched.h Log message: Small smr_grace_wait() optimization Make the SMR thread maintain an explicit system-wide grace period and make CPUs observe the current grace period when crossing a quiescent state. This lets the SMR thread avoid a forced context switch for CPUs that have already entered the latest grace period. This change provides a small improvement in smr_grace_wait()'s performance in terms of context switching. OK mpi@, anton@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/25 05:59:53 Modified files: sys/arch/arm64/dev: apm.c sys/arch/i386/i386: apm.c sys/arch/loongson/dev: apm.c sys/arch/macppc/dev: apm.c sys/arch/sparc64/dev: vldcp.c sys/dev : audio.c hotplug.c midi.c video.c vscsi.c sys/dev/acpi : acpi.c sys/dev/pci/drm: drm_drv.c sys/dev/usb : ugen.c uhid.c sys/dev/wscons : wsevent.c sys/isofs/cd9660: cd9660_vnops.c sys/kern : kern_event.c kern_sig.c subr_log.c sys_pipe.c tty.c tty_pty.c uipc_socket.c sys/miscfs/fifofs: fifo_vnops.c sys/miscfs/fuse: fuse_device.c fuse_vnops.c sys/msdosfs : msdosfs_vnops.c sys/net : bpf.c if_pppx.c if_tun.c switchctl.c sys/nfs : nfs_kq.c sys/sys : event.h sys/tmpfs : tmpfs_vnops.c sys/ufs/ufs : ufs_vnops.c Log message: Refactor klist insertion and removal Rename klist_{insert,remove}() to klist_{insert,remove}_locked(). These functions assume that the caller has locked the klist. The current state of locking remains intact because the kernel lock is still used with all klists. Add new functions klist_insert() and klist_remove() that lock the klist internally. This allows some code simplification. OK mpi@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 06:47:43 Modified files: regress/sys/netinet6/rip6cksum: LICENSE Makefile sendrecv.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 07:25:58 Modified files: regress/sbin/slaacd: IfInfo.py Makefile Slaacctl.py process_ra.py sniff_sol.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 07:30:00 Modified files: regress/sbin/slaacd: Makefile Log message: Missed a python2 in previous commit. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 09:17:00 Modified files: regress/sys/netinet/arp: LICENSE Makefile arp_announcement.py arp_broadcast.py arp_fake.py arp_gratuitous.py arp_multicast.py arp_nonproxy.py arp_other.py arp_otherfake.py arp_otherproxy.py arp_probe.py arp_proxy.py arp_request.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 09:50:40 Modified files: regress/sys/kern/sosplice: LICENSE Makefile.inc regress/sys/kern/sosplice/scapy: Makefile scapy-delay-oobinline.py scapy-delay-synack.py scapy-handshake.py scapy-oobinline-delay-connect.py scapy-oobinline.py scapy-payload-delay-connect.py scapy-payload.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 11:25:43 Modified files: regress/sys/netinet/frag: LICENSE Makefile frag.py frag_maxlen.py frag_mf0long.py frag_mf0middle.py frag_mf0short.py frag_mf1end.py frag_opt.py frag_overhead.py frag_overhead0.py frag_overhead1.py frag_overtail.py frag_overtail0.py frag_overtail1.py frag_padding.py frag_permute.py frag_queuelimit.py frag_refrag.py frag_timeout.py frag_udpheader.py frag_udppayload.py frag_zerofirst.py frag_zerosecond.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 12:01:09 Modified files: regress/sys/netinet/pmtu: Makefile tcp_atomicfrag6.py tcp_connect.py tcp_connect6.py udp_atomicfrag6.py udp_echo6.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 13:16:35 Modified files: regress/sys/netinet6/nd6: LICENSE Makefile nd6_ar.py nd6_dad.py nd6_nud.py nd6_una.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 13:18:12 Modified files: regress/sys/netinet6/frag6: LICENSE Makefile frag6.py frag6_ext.py frag6_ext2long.py frag6_hop.py frag6_maxlen.py frag6_maxpacket.py frag6_maxpacket0.py frag6_mf0atomic.py frag6_mf0long.py frag6_mf0middle.py frag6_mf0short.py frag6_mf1end.py frag6_opt.py frag6_overatomic.py frag6_overdrop.py frag6_overhead.py frag6_overhead0.py frag6_overhead1.py frag6_overtail.py frag6_overtail0.py frag6_overtail1.py frag6_padding.py frag6_permute.py frag6_queuelimit.py frag6_refrag.py frag6_shortatomic.py frag6_timeout.py frag6_udpatomic.py frag6_udpheader.py frag6_udppayload.py frag6_zerofirst.py frag6_zerosecond.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 14:43:55 Modified files: regress/sys/netinet6: Makefile Log message: Link pktinfo_addr and srcaddr regress to build. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/25 14:44:43 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: README Log message: fix path, pointed out by and similar diff from Han Boetes CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/25 14:48:27 Modified files: sys/dev/pci : dwiic_pci.c Log message: match on Gemini Lake I2C Makes touchpad work on Joel Carnat's Teclast F7 Plus laptop. Patch from James Hastings. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 15:16:03 Modified files: regress/sys/netinet6/rh0: LICENSE Makefile rh0_empty.py rh0_final.py rh0_frag2.py rh0_frag_empty.py rh0_frag_final.py rh0_frag_route.py rh0_none.py rh0_route.py Log message: Switch to scapy with python 3. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/25 15:38:08 Modified files: sys/dev/pci : if_mcx.c Log message: expose the mcx timer as a timecounter. this is mostly to help me better understand where i accumulate error when trying to sync the chip to the kernel clocks. ie, if im using mcx as the kernel clock source and my attempts to sync to it still produce errors, then my code is very wrong instead of slightly wrong. it's also fun and a tiny amount of code. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 15:42:41 Modified files: regress/sys/netinet6/frag6: frag6_mf1end.py frag6_overdrop.py frag6_overhead.py frag6_overhead1.py frag6_overtail.py frag6_overtail1.py frag6_timeout.py Log message: Wrap long lines. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 15:59:27 Modified files: regress/sys/netinet/frag: Makefile Added files: regress/sys/netinet/frag: frag_maxpacket0.py Log message: Send fragment that reaches beyond max packet length. pf ignores it, but stack somehow puts it into the fragment queue. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 17:06:08 Modified files: regress/sys/netinet/frag: frag_refrag.py regress/sys/netinet6/frag6: frag6_permute.py frag6_refrag.py Log message: Wrap long lines. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 17:12:03 Modified files: regress/sys/kern/sosplice/scapy: scapy.pl regress/sys/netinet/pmtu: LICENSE regress/sys/netinet6/nd6: Makefile Log message: Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/12/25 17:25:19 Modified files: www/sogo : Makefile Removed files: www/sogo/patches: gcc-patch-SoObjects_Appointments_GNUmakefile Log message: sogo: unbreak on powerpc An additional Objective-C related flag has been added during the gcc era through a patch, exclusively for powerpc. That flag is not supported by clang. maintainer timeout CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/25 17:48:56 Modified files: regress/lib/libcrypto: Makefile regress/lib/libcrypto/CA: Makefile intermediate.cnf root.cnf Removed files: regress/lib/libcrypto/CA: doit.sh Log message: Convert CA regress implementation from shell script to make file. Ensure that it works with obj directory and link regress to build. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/25 20:45:57 Modified files: sys/dev/sdmmc : sdmmc_io.c Log message: sdmmc(4): sdmmc_io_function_enable(): don't sleep on lbolt Just sleep for 1 second on the nowake channel instead. With input from kettenis@, mpi@, and claudio@. ok kettenis@ CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/12/25 21:26:53 Modified files: . : plus.html Log message: plus update though December 21 tweaks from kmos + phessler input and OK florian CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/25 22:54:10 Modified files: print/htmldoc : Makefile distinfo Log message: Update to htmldoc-1.9.11. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/25 23:03:34 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.2.2.0. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 04:06:52 Modified files: sys/dev/pci : if_mcx.c Log message: better manage the lifetime of the dmamem used for various rings. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 04:31:42 Modified files: sys/dev/pci : if_mcx.c Log message: sprinkle some bus_dmamap_syncs around the sq. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 04:40:44 Modified files: sys/dev/pci : if_mcx.c Log message: sprinkle some bus_dmamap_syncs around the cq handling. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 04:49:43 Modified files: sys/dev/pci : if_mcx.c Log message: add some bus_dmamap_syncs around the rq. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 04:59:18 Modified files: sys/dev/pci : if_mcx.c Log message: add bus_dmamap_sync ops around the eq. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 05:26:01 Modified files: sys/dev/pci : if_mcx.c Log message: reuse the calculated vector as the argument to pci_intr_map_msix. doing the maths again feels error prone. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/12/26 06:17:33 Modified files: libexec/ld.so : malloc.c Log message: Fix a nasty mem leak in ld.so's own malloc. This was hard to diagnose, since malloc dumping and gdb do not help at all when studying ld.so. In the end it turns out ot be a simple merge error causing extra mmap calls. ok miller@ tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/26 06:50:15 Modified files: regress/usr.sbin/syslogd: LICENSE args-tls-cafile-fake.pl Log message: Timing on slow armv7 machine is different. Instead of a broken pipe error we may also receive a TLS alert. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/26 07:26:48 Modified files: sys/kern : sys_generic.c Log message: Simplify parameters of pselregister(). OK mpi@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/26 07:42:09 Modified files: regress/lib/libcrypto/CA: Makefile Log message: Start each regress run from scratch with new keys and CA database. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/26 08:07:25 Modified files: sbin/unwind : frontend.c resolver.c Log message: Otto hit an impossible situation: an answer bigger than 64k. Log the query and answer SERVFAIL instead of exiting fataly. That way we can at least figure out where libunbound goes off the rail. OK otto CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/12/26 09:30:59 Modified files: sys/net : bpf.c bpfdesc.h Log message: bpf(4): bpf_d struct: replace bd_rdStart member with bd_nreaders member bd_rdStart is strange. It nominally represents the start of a read(2) on a given bpf(4) descriptor, but there are several problems with it: 1. If there are multiple readers, the bd_rdStart is not set by subsequent readers, so their timeout is screwed up. The read timeout should really be tracked on a per-thread basis in bpfread(). 2. We set bd_rdStart for poll(2), select(2), and kevent(2), even though that makes no sense. We should not be setting bd_rdStart in bpfpoll() or bpfkqfilter(). 3. bd_rdStart is buggy. If ticks is 0 when the read starts then bpf_catchpacket() won't wake up the reader. This is a problem inherent to the design of bd_rdStart: it serves as both a boolean and a scalar value, even though 0 is a valid value in the scalar range. So let's replace it with a better struct member. "bd_nreaders" is a count of threads sleeping in bpfread(). It is incremented before a thread goes to sleep in bpfread() and decremented when a thread wakes up. If bd_nreaders is greater than zero when we reach bpf_catchpacket() and fbuf is non-NULL we wake up all readers. The read timeout, if any, is now tracked locally by the thread in bpfread(). Unlike bd_rdStart, bpfpoll() and bpfkqfilter() don't touch bd_nreaders. Prompted by mpi@. Basic idea from dlg@. Lots of input from dlg@. Tested by dlg@ with tcpdump(8) (blocking read) and flow-collector (https://github.com/eait-itig/flow-collector, non-blocking read). ok dlg@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/26 09:37:54 Modified files: regress/lib/libexpat: Makefile.inc Log message: Include expat_config.h to run regress with matching set of ifdefs. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/12/26 12:02:45 Modified files: multimedia/libdvdnav: Makefile Log message: Fix build of libdvdnav for sparc64/base-gcc by telling base-gcc that it uses C99 constructs. ok brad smith CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/12/26 12:05:13 Modified files: sbin/unwind : unwind.conf.5 Log message: Update default preference list OK florian CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/26 13:21:00 Modified files: devel/p5-DateTime-Format-W3CDTF: Makefile distinfo Log message: Update to p5-DateTime-Format-W3CDTF-0.08. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/12/26 13:48:53 Modified files: security/botan2: Makefile distinfo Log message: update botan2 to 2.17.3 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 17:14:52 Modified files: sys/dev/pci : if_mcx.c Log message: shuffle filling the rx ring so the sw prod is updated before the hw. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 17:21:32 Modified files: sys/dev/pci : if_mcx.c Log message: disable timestamping a little bit harder to avoid divide by 0. hrvoje popovski reports the current code faults on some boxes. i'm working on it, but the code isn't being used right now. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 17:40:31 Modified files: sys/dev/pci : if_mcx.c Log message: do a bus space barrier after arming the eq. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/26 18:00:26 Modified files: sys/dev/pci : if_mcx.c Log message: have mcx_process_txeof return the number of slots it processed. it used a pointer in an argument to communicate that back to the caller, while being a void functon. this seems more natural and brings it in line with how the rx completion function returns free slots to its caller too. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/27 02:31:11 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-2.7.4. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/12/27 02:43:25 Modified files: devel/got : Makefile distinfo Log message: update to got 0.47 - update got.1 CAVEATS section; prompted by feedback from otto@ - fix assignment to wrong pointer in got_ref_dup() - fix performance on repositories with many references (e.g. freebsd src.git): o implement an object ID map for reference lists o use reflist object id maps in got log, tog log, and tog diff (with naddy) o switch reflist to TAILQ; insert elements more efficiently for sorted input CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2020/12/27 04:03:58 Added files: regress/usr.sbin/rpki-client/gbr: jkpjwLmZhnrotSqF7o9qqEzSOXs.gbr Removed files: regress/usr.sbin/rpki-client/gbr: LMrbiOIR4bDInnBEXLsY5MZ1q1U.gbr Log message: Use GBR that adheres to the restricted vcard profile defined in RFC 6493 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/27 04:38:35 Modified files: sys/sys : systm.h Log message: Make NET_LOCK() assertions conditional to DIAGNOSTIC This saves about 2.5 KiB off amd64's RAMDISK after gzip compression. OK deraadt@, mpi@, cheloha@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/12/27 07:01:53 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-configure patch-doc_userguide_Makefile_in patch-suricata_yaml_in Log message: Update for Suricata to 6.0.1 OK rsadowski@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/27 07:37:54 Modified files: regress/sys/kern/sosplice/scapy: scapy.pl Log message: Ensure that a sufficient part of the remote log file has been transferred before the local side greps for the spliced keyword. Fixes a race seen on the arm64 regress machine. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/27 08:11:04 Modified files: libexec/ftpd : popen.c Log message: We know about optreset from unistd.h. From Jan Stary, thanks. OK martijn CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/12/27 08:58:43 Modified files: graphics/spirv-headers: Makefile distinfo graphics/spirv-headers/pkg: PLIST graphics/spirv-tools: Makefile distinfo graphics/vulkan-headers: Makefile distinfo graphics/vulkan-headers/patches: patch-include_vulkan_vulkan_hpp patch-registry_reg_py graphics/vulkan-headers/pkg: PLIST graphics/vulkan-loader: Makefile distinfo graphics/vulkan-loader/patches: patch-CMakeLists_txt patch-loader_CMakeLists_txt patch-loader_loader_c patch-loader_vk_loader_platform_h graphics/vulkan-tools: Makefile distinfo graphics/vulkan-tools/patches: patch-cube_cube_cpp patch-vulkaninfo_vulkaninfo_h graphics/vulkan-validation-layers: Makefile distinfo Removed files: graphics/spirv-tools/patches: patch-source_CMakeLists_txt patch-tools_CMakeLists_txt Log message: update vulkan to SDK 1.2.162.0, including spirv-headers to 1.5.4 and spirv-tools to 2020.6. tested by jsg@ and me, including validation layers by jsg@ ok jsg@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/27 09:54:11 Modified files: lang/gnucobol : Makefile distinfo Log message: Update gnucobol to 3.1.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/27 10:01:44 Modified files: x11/x2goclient : Makefile x11/x2goclient/pkg: PLIST Added files: x11/x2goclient/patches: patch-Makefile Log message: Use upstream-provided Makefile instead of regenerating it with qmake use post-patch instead of do-configure and post-install instead of do-install, allowing us while here to install the desktop file and icons for proper desktop integration. ok rsadowski@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:13:48 Modified files: fonts/terminus-font: Makefile fonts/terminus-font/pkg: PLIST Log message: install otb files for terminus-font, probably from chrisz, in my tree for months CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:16:39 Modified files: security/p5-Digest-HMAC: Makefile Log message: whitespace fix CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:18:38 Modified files: textproc/fcbanner: Makefile Log message: fcbanner: https homepage, whitespace fixes, sync wantlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:21:16 Modified files: textproc/pear-File: Makefile distinfo textproc/pear-File/pkg: PLIST Log message: update to pear-File-1.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:21:51 Modified files: textproc/pear-XML-Parser: Makefile distinfo Log message: update to pear-XML_Parser-1.3.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:22:26 Modified files: textproc/pear-XML-RSS: Makefile distinfo textproc/pear-XML-RSS/pkg: PLIST Log message: update to pear-XML_RSS-1.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:24:20 Modified files: www/nghttp2 : Makefile Added files: www/nghttp2/patches: patch-configure_ac Log message: nghttp2 autoconf: patch for bogus version number in libressl pkg-config files CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/27 10:27:50 Modified files: regress/sbin : Makefile Log message: Link disklabel and newfs regress to build. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:41:39 Modified files: www/linkchecker: Makefile Log message: linkchecker: add HOMEPAGE, add comments about py3 (needs new dnspython, new dnspython is 3-only, awkward py2-only things depend on dnspython) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 10:42:40 Modified files: net/py-dnspython: Makefile Log message: py-dnspython: https HOMEPAGE, add comment about py3-only 2.x CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/27 10:59:32 Modified files: sys/dev/fdt : amlpwrc.c Log message: Add PCIe power domain. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 11:13:18 Modified files: security/aircrack-ng: Makefile Log message: respect CFLAGS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 11:14:04 Modified files: databases/sqlitebrowser: Makefile distinfo Log message: update to sqlitebrowser-3.12.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 11:24:20 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim Log message: update to vim-8.2.2230 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/27 12:09:02 Modified files: archivers/libarchive: Makefile distinfo Log message: update to libarchive-3.5.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/27 12:32:29 Modified files: sys/dev/fdt : amlpciephy.c Log message: Add PCIe support. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/27 12:33:32 Modified files: share/man/man4 : amlpciephy.4 Log message: PCIe support has been added. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/27 13:37:58 Modified files: sys/dev/fdt : amlpciephy.c Log message: Remove debug printf. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/27 14:07:32 Modified files: sbin/iked : ikev2.c parse.y Log message: Fix "any" and "dynamic" keywords for flows and add proper IPv6 support. For traffic selectors with a keyword on either 'from' or 'to' side, install flow with address family of the opposite side. If both source and destination address are keywords, install flows for both address families. The 'dynamic' keyword is special as it will only install flows for the address family of the dynamically assigned address (specified with the 'config address' option). ok patrick@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/27 16:05:39 Modified files: sys/arch/amd64/conf: RAMDISK RAMDISK_CD sys/arch/i386/conf: RAMDISK RAMDISK_CD Log message: Enable acpihpet on install media, because otherwise clock initialization is just too different from GENERIC or GENERIC.MP pointed out by jsg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/27 16:06:34 Modified files: sys/dev/acpi : acpi.c Log message: acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, as it is used by acpihpet.c CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/12/27 17:30:22 Modified files: www/openradtool: Makefile distinfo www/openradtool/pkg: PLIST Log message: Update openradtool to 0.11.8. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 17:31:42 Modified files: mail/roundcubemail: Makefile distinfo Log message: update to roundcube-1.4.10 fixes XSS via HTML or plain text messages with malicious content CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/27 17:32:52 Modified files: mail/roundcubemail: Tag: OPENBSD_6_8 Makefile distinfo Log message: update to roundcube-1.4.10 fixes XSS via HTML or plain text messages with malicious content CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/12/27 21:01:48 Modified files: sysutils/mdprint: Makefile sysutils/mdprint/patches: patch-tools_mdprint_mdprint_py Log message: Fix Python 3.8+ SyntaxWarning messages on every usage https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior Polish 2to3 usage while here. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/28 02:36:26 Modified files: usr.bin/tmux : window-copy.c Log message: Remove current match indicator which can't work anymore since we only search the visible region. From Anindya Mukherjee, GitHub issue 2508. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/28 02:40:27 Modified files: usr.bin/tmux : cmd-show-options.c Log message: Do not list user options with show-hooks. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/28 03:35:59 Modified files: sys/dev/pci : pcidevs Log message: Add Synopsys vendor and their DesignWare PCIe bridge. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/28 03:36:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/12/28 04:21:32 Modified files: . : plus.html Log message: plus for dec 22-27 OK florian CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/12/28 04:32:22 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2020.12.26 OK bket@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/28 05:24:31 Modified files: sys/dev/fdt : dwpcie.c Log message: Add support for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/28 06:41:28 Modified files: devel/p5-Type-Tiny: Makefile distinfo Log message: Update to p5-Type-Tiny-1.012000 from wen heping CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/28 07:01:23 Modified files: sys/kern : init_main.c sys/uvm : uvm_extern.h uvm_fault.c uvm_init.c uvm_meter.c uvmexp.h Log message: Use per-CPU counters for fault and stats counters reached in uvm_fault(). ok kettenis@, dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/28 07:02:08 Modified files: sys/arch/i386/i386: machdep.c pmap.c Log message: Initialize pmap_kernel()'s mutexes. Poison the IPL value of `pm_mtx' since it isn't supposed to be used and add an assert to make sure splraise() isn't called with a poisoned value. Fix a missing initialization found by WITNESS and reported by gnezdo@. ok millert@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/12/28 07:23:30 Modified files: sys/arch/amd64/amd64: intr.c sys/arch/sparc64/sparc64: intr.c Log message: Sync with i386 by asserting that IPL values should be at least IPL_NONE. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/12/28 07:28:50 Modified files: sys/net : if_enc.c Log message: Remove unused start routine enc(4) does not use the ifqueue API at all; IPsec packets are directly transformed in the IP input/output routines. enc_start() is never called (by design) so remove it for clarity. OK mpi CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/28 09:04:47 Modified files: audio/mpg123 : Makefile distinfo Log message: maintenance update to 1.26.4 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/28 09:22:35 Modified files: misc/vttest : Makefile distinfo Log message: update to 20201225 which matches minor fixes in xterm #363 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/28 09:31:52 Modified files: misc/bible-kjv : Makefile distinfo Log message: update to bible-kjv_4.31: license update, no other changes CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/12/28 09:42:03 Modified files: security/p5-Authen-Radius: Makefile distinfo security/p5-Authen-Radius/pkg: PLIST Log message: update p5-Authen-Radius to 0.32 from wen heping; OK Abel Abraham Camarillo Ojeda (maintainer) CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/12/28 09:45:29 Log message: Import Ruby 3.0.0 OK rsadowski Status: Vendor Tag: jeremy Release Tags: jeremy_2020-Dec-28 N ports/lang/ruby/3.0/Makefile N ports/lang/ruby/3.0/distinfo N ports/lang/ruby/3.0/patches/patch-ext_etc_etc_c N ports/lang/ruby/3.0/patches/patch-common_mk N ports/lang/ruby/3.0/patches/patch-compile_c N ports/lang/ruby/3.0/patches/patch-configure N ports/lang/ruby/3.0/patches/patch-ext_ripper_depend N ports/lang/ruby/3.0/patches/patch-ext_extmk_rb N ports/lang/ruby/3.0/patches/patch-lib_rubygems_dependency_installer_rb N ports/lang/ruby/3.0/patches/patch-lib_fileutils_rb N ports/lang/ruby/3.0/patches/patch-lib_mkmf_rb N ports/lang/ruby/3.0/patches/patch-lib_rubygems_commands_install_command_rb N ports/lang/ruby/3.0/patches/patch-lib_rubygems_ext_ext_conf_builder_rb N ports/lang/ruby/3.0/pkg/DESCR-ri_docs N ports/lang/ruby/3.0/pkg/DESCR-gdbm N ports/lang/ruby/3.0/pkg/DESCR-main N ports/lang/ruby/3.0/pkg/MESSAGE-main N ports/lang/ruby/3.0/pkg/PLIST-gdbm N ports/lang/ruby/3.0/pkg/PLIST-main N ports/lang/ruby/3.0/pkg/PLIST-ri_docs N ports/lang/ruby/3.0/pkg/UNMESSAGE-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/12/28 09:46:04 Modified files: lang/ruby : Makefile Log message: Hookup Ruby 3.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/12/28 09:48:27 Modified files: lang/ruby : ruby.port.mk Log message: Add support for ruby30 FLAVOR for building Ruby ports for Ruby 3.0 CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2020/12/28 09:49:51 Modified files: share/man/man5 : ruby-module.5 Log message: Document ruby30 FLAVOR for Ruby ports CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/12/28 10:08:56 Modified files: textproc/p5-XML-Writer: Makefile distinfo Log message: update p5-XML-Writer to 0.900 from wen heping CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/12/28 10:51:03 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.0.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/28 11:08:56 ports/x11/xfce4/tumbler/patches Update of /cvs/ports/x11/xfce4/tumbler/patches In directory cvs.openbsd.org:/tmp/cvs-serv68925/patches Log Message: Directory /cvs/ports/x11/xfce4/tumbler/patches added to the repository CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/12/28 11:28:11 Modified files: sys/dev : video.c sys/kern : kern_sysctl.c sys/sys : sysctl.h Log message: Analog to the the kern.audio.record sysctl parameter for audio(4) devices, introduce kern.video.record for video(4) devices. By default kern.video.record will be set to zero, blanking all data delivered by device drivers which attach to video(4). The idea was initially proposed by Laurence Tratt . ok mpi@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/12/28 11:29:44 Modified files: sbin/sysctl : sysctl.c Log message: Add support for kern.video.record. ok mpi@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/28 12:13:12 Modified files: sbin/iked : iked.conf.5 Log message: Add back keyword "any" to match any IP address, which actually works after recent fixes. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/28 14:41:55 Modified files: lib/libc/regex : engine.c regress/lib/libc/regex: tests Log message: Fix an off-by-one error in the marking of the O_CH operator following an OOR2 operator. Also includes a regress test for the issue. From FreeBSD via miod@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/28 15:28:14 Modified files: lang/python/3.9: Makefile distinfo lang/python/3.9/patches: patch-configure_ac patch-setup_py lang/python/3.9/pkg: PLIST-main PLIST-tests Log message: update to python 3.9.1 Identical diff from rpointel@ and kmos@ posted a similar diff on ports@ ok rpointel@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/28 17:59:15 Modified files: usr.bin/ssh : Makefile.inc crypto_api.h kex.c kex.h kexgen.c monitor.c ssh-keyscan.c ssh_api.c sshconnect2.c sshd.c sshd_config.5 Added files: usr.bin/ssh : kexsntrup761x25519.c sntrup761.c sntrup761.sh Removed files: usr.bin/ssh : kexsntrup4591761x25519.c sntrup4591761.c sntrup4591761.sh Log message: Update/replace the experimental post-quantim hybrid key exchange method based on Streamlined NTRU Prime (coupled with X25519). The previous sntrup4591761x25519-sha512@tinyssh.org method is replaced with sntrup761x25519-sha512@openssh.com. Per the authors, sntrup4591761 was replaced almost two years ago by sntrup761. The sntrup761 implementaion, like sntrup4591761 before it, is public domain code extracted from the SUPERCOP cryptography benchmark suite (https://bench.cr.yp.to/supercop.html). Thanks for Daniel J Bernstein for guidance on algorithm selection. Patch from Tobias Heider; feedback & ok markus@ and myself (note this both the updated method and the one that it replaced are disabled by default) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/12/28 18:02:15 Modified files: regress/usr.bin/ssh/misc/kexfuzz: Makefile regress/usr.bin/ssh/unittests/kex: Makefile test_kex.c Log message: Adapt to replacement of sntrup4591761x25519-sha512@tinyssh.org with sntrup761x25519-sha512@openssh.com. Also test sntrup761x25519-sha512@openssh.com in unittests/kex CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/12/28 18:18:20 Modified files: mail/p5-Mail-AuthenticationResults: Makefile distinfo Log message: Update p5-Mail-AuthenticationResults to 1.20200824.1 OK (with spacing fixes) bluhm@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/12/29 00:47:22 Modified files: . : README share/mk : bsd.xorg.mk Log message: switch to using python3 to regen the xcb library code. ok kettenis@ danj@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/29 02:20:25 Modified files: usr.sbin/bgpd : kroute.c Log message: Only skip routes with a loopback gateway for network static and connected. For network rtlabel and priority skip this check since there the operator may actually want to distribute this network explicitly (even though it is probably a reject or blackhole route). Requested by dlg@ OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/29 02:49:04 Modified files: usr.sbin/bgpd : config.c session.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. OK florian@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/12/29 03:47:01 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-lib_Makefile_in patch-src_icesh_cc x11/icewm/pkg : PLIST Log message: icewm: update to 2.0.0 Changelog: https://github.com/ice-wm/icewm/releases/tag/2.0.0 Update highlight: image rendering is now dealt by imlib2 instead of gdk-pixbuf-xlib (that has been deprecated by GNOME). From Timo Myyrä, with tweaks from bket@ and me. OK bket@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/29 03:59:58 Modified files: faq : current.html Log message: - fix pf/pfctl manpage links - mention kern.video.record CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2020/12/29 04:32:28 Modified files: . : arm64.html Log message: We have SD card drivers for the rpi4 now. Mention support for Amlogic SM1 SoCs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/29 05:01:24 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.44. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/29 05:01:38 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.44. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/29 05:01:54 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.204. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/29 05:09:35 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Log message: Update to stellarium-0.20.4. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/29 05:17:54 Modified files: usr.sbin/smtpd : smtpc.c Log message: sync usage() with SYNOPSIS; the -S option remains undocumented, at least for now; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/12/29 05:28:23 Modified files: share/man/man4 : video.4 share/man/man8 : afterboot.8 lib/libc/sys : sysctl.2 Log message: Document kern.video.record. With help/input from jmc@ and kn@. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:28:11 Modified files: x11/xfce4 : xfce4.port.mk Log message: x11/xfce4/xfce4.port.mk: Bump XFCE_DESKTOP_VERSION to 4.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:29:41 Modified files: x11/xfce4 : Makefile Log message: x11/xfce4/Makefile: unlink orage and xfce4-statusnotifier - orage is abandoned upstream since 4.12 and was never ported to Gtk+3. - xfce4-statusnotifier was merged in xfce4-panel for 4.16. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/29 07:31:01 Modified files: lang/python : python.port.mk Log message: reminder to update xenocara/share/mk/bsd.xorg.mk if switching main py3 branch CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:32:03 Modified files: x11/xfce4/exo : Makefile distinfo x11/xfce4/exo/pkg: PLIST Log message: x11/xfce4/exo: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000951.html bump exo-2 major for exo_toolbars_model_flags_get_type removal, drop exo-1 lib CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:33:58 Modified files: x11/xfce4/garcon: Makefile distinfo x11/xfce4/garcon/pkg: PLIST Log message: x11/xfce4/garcon: update to 0.8.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000947.html bump libgarcon-gtk3-1 minor for garcon_gtk_menu_get_desktop_actions_menu addition, drop libgarcon-gtk2-1. Tidy up WANTLIB while here. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:36:23 Modified files: x11/xfce4/libxfce4ui: Makefile distinfo x11/xfce4/libxfce4ui/pkg: PLIST Log message: x11/xfce4/libxfce4ui: update to 4.16.0. drop xfce4ui-1 lib and dependency on Gtk+2, add dependency on libgtop. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:37:31 Modified files: x11/xfce4/libxfce4util: Makefile distinfo x11/xfce4/libxfce4util/pkg: PLIST Log message: x11/xfce4/libxfce4util: update to 4.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:38:43 Modified files: x11/xfce4/xfconf: Makefile distinfo x11/xfce4/xfconf/pkg: PLIST Log message: x11/xfce4/xfconf: update to 4.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:40:02 Modified files: x11/xfce4/xfce4-session: Makefile distinfo x11/xfce4/xfce4-session/pkg: PLIST Log message: x11/xfce4/xfce4-session: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000946.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:44:13 Modified files: x11/xfce4/xfce4-settings: Makefile distinfo x11/xfce4/xfce4-settings/pkg: PLIST Removed files: x11/xfce4/xfce4-settings/patches: patch-xfsettingsd_displays-upower_c Log message: x11/xfce4/xfce4-settings: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000948.html remove patch-xfsettingsd_displays-upower_c, merged upstream in https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/60 drop dependency on upower, tidy up WANTLIB while here. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:45:10 Modified files: x11/xfce4/xfwm4: Makefile distinfo x11/xfce4/xfwm4/pkg: PLIST Log message: x11/xfce4/xfwm4: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000944.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:46:04 Modified files: x11/xfce4/xfdesktop: Makefile distinfo x11/xfce4/xfdesktop/pkg: PLIST Log message: x11/xfce4/xfdesktop: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000954.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:47:09 Modified files: x11/xfce4/tumbler: Makefile distinfo x11/xfce4/tumbler/pkg: PLIST Added files: x11/xfce4/tumbler/patches: patch-configure Log message: x11/xfce4/tumbler: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000953.html add patch to fix typo in configure, merged upstream in https://gitlab.xfce.org/xfce/tumbler/-/merge_requests/14 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:48:09 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Log message: x11/xfce4/thunar: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000950.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:48:52 Modified files: x11/xfce4/xfce4-appfinder: Makefile distinfo x11/xfce4/xfce4-appfinder/pkg: PLIST Log message: x11/xfce4/xfce4-appfinder: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000952.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:49:38 Modified files: x11/xfce4/xfce4-dev-tools: Makefile distinfo x11/xfce4/xfce4-dev-tools/pkg: PLIST Log message: x11/xfce4/xfce4-dev-tools: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000940.html @comment out xfce-build script as it relies on docker. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2020/12/29 07:51:11 Modified files: usr.sbin/rpki-client: gbr.c Log message: Fix calloc in GBR OK claudio@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:52:00 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo x11/xfce4/xfce4-panel/pkg: PLIST Log message: x11/xfce4/xfce4-panel: update to 4.16.0. drop xfce4panel-1.0 lib, bump xfce4panel-2.0 minor for two symbols addition: - xfce_panel_plugin_menu_destroy - xfce_panel_plugin_provider_set_dark_mode fix WANTLIB and drop Gtk+2 dependency. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:52:54 Modified files: x11/xfce4/xfce4-power-manager: Makefile distinfo x11/xfce4/xfce4-power-manager/pkg: PLIST Log message: x11/xfce4/xfce4-power-manager: update to 4.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:53:56 Modified files: x11/xfce4/mousepad: Makefile distinfo Log message: x11/xfce4/mousepad: update to 0.5.1. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000957.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:54:33 Modified files: x11/xfce4/terminal: Makefile distinfo x11/xfce4/terminal/pkg: PLIST Log message: x11/xfce4/terminal: update to 0.8.10. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000939.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:55:40 Modified files: x11/xfce4/xfdashboard: Makefile distinfo x11/xfce4/xfdashboard/pkg: PLIST Log message: x11/xfce4/xfdashboard: update to 0.8.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000961.html drop dependency on dbus-glib. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:56:21 Modified files: x11/xfce4/xfce4-screenshooter: Makefile distinfo x11/xfce4/xfce4-screenshooter/pkg: PLIST Log message: x11/xfce4/xfce4-screenshooter: update to 1.9.8. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000959.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:57:03 Modified files: x11/xfce4/parole: Makefile distinfo x11/xfce4/parole/pkg: PLIST Log message: x11/xfce4/parole: update to 4.15.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000967.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:57:48 Modified files: x11/xfce4/xfce4-genmon: Makefile distinfo x11/xfce4/xfce4-genmon/pkg: PLIST Log message: x11/xfce4/xfce4-genmon: update to 4.1.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000958.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:58:23 Modified files: x11/xfce4/xfce4-smartbookmark: Makefile distinfo x11/xfce4/xfce4-smartbookmark/pkg: PLIST Log message: x11/xfce4/xfce4-smartbookmark: update to 0.5.2. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000962.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:58:52 Modified files: x11/xfce4/xfce4-xkb: Makefile distinfo x11/xfce4/xfce4-xkb/pkg: PLIST Log message: x11/xfce4/xfce4-xkb: update to 0.8.2. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000963.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 07:59:37 Modified files: x11/xfce4/xfce4-wavelan: Makefile distinfo x11/xfce4/xfce4-wavelan/pkg: PLIST Log message: x11/xfce4/xfce4-wavelan: update to 0.6.2. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000964.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:00:16 Modified files: x11/xfce4/xfce4-datetime: Makefile distinfo x11/xfce4/xfce4-datetime/pkg: PLIST Log message: x11/xfce4/xfce4-datetime: update to 0.8.1. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000965.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:01:15 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: x11/xfce4/xfce4-whiskermenu: update to 2.5.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000966.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:02:28 Modified files: x11/xfce4/xfce4-verve: Makefile distinfo x11/xfce4/xfce4-verve/pkg: PLIST Log message: x11/xfce4/xfce4-verve: update to 2.0.1. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000968.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:03:39 Modified files: x11/xfce4/xfce4-fsguard: Makefile distinfo x11/xfce4/xfce4-fsguard/pkg: PLIST Log message: x11/xfce4/xfce4-fsguard: update to 1.1.2. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000969.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:04:31 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo x11/xfce4/xfce4-cpugraph/pkg: PLIST Log message: x11/xfce4/xfce4-cpugraph: update to 1.2.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000970.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:05:21 Modified files: x11/xfce4/xfce4-mount: Makefile distinfo x11/xfce4/xfce4-mount/pkg: PLIST Log message: x11/xfce4/xfce4-mount: update to 1.1.5. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000938.html and https://mail.xfce.org/pipermail/xfce-announce/2020-December/000972.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:05:55 Modified files: x11/xfce4/xfce4-taskmanager: Makefile distinfo x11/xfce4/xfce4-taskmanager/pkg: PLIST Log message: x11/xfce4/xfce4-taskmanager: update to 1.4.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000973.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:06:25 Modified files: x11/xfce4/xfce4-systemload: Makefile distinfo x11/xfce4/xfce4-systemload/pkg: PLIST Log message: x11/xfce4/xfce4-systemload: update to 1.2.4. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000936.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:07:01 Modified files: x11/xfce4/xfce4-diskperf: Makefile distinfo x11/xfce4/xfce4-diskperf/pkg: PLIST Log message: x11/xfce4/xfce4-diskperf: update to 2.6.3. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000937.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:09:08 Modified files: x11/xfce4/xfce4-notes: Makefile distinfo x11/xfce4/xfce4-notes/pkg: PLIST Log message: x11/xfce4/xfce4-notes: update to a checkout from git master Adds support for Gtk+3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:12:18 Modified files: x11/xfce4/xfce4-mixer: Makefile distinfo x11/xfce4/xfce4-mixer/pkg: PLIST Added files: x11/xfce4/xfce4-mixer/patches: patch-panel-plugin_xfce-volume-button_c Removed files: x11/xfce4/xfce4-mixer/patches: patch-panel-plugin_Makefile_in patch-xfce4-mixer_Makefile_in Log message: x11/xfce4/xfce4-mixer: update to a git checkout from my sndio branch drops dependency on gst 0.8 and uses gst1 APIs, and switches from Gtk+2 to Gtk+3. add a patch from https://gitlab.xfce.org/apps/xfce4-mixer/-/merge_requests/1 to fix adjusting volume by scrolling on panel plugin button the sndio branch from https://gitlab.xfce.org/apps/xfce4-mixer/-/merge_requests/2 is still a bit WIP but works fine for basic usage, and allows to see/control sndio tracks which wasnt possible via gst 0.8 APIs. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:13:08 Modified files: x11/xfce4/ristretto: Makefile Log message: x11/xfce4/ristretto: fix WANTLIB, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:13:56 Modified files: x11/xfce4/thunar-archive: Makefile x11/xfce4/thunar-archive/pkg: PLIST Log message: x11/xfce4/thunar-archive: fix WANTLIB, update PLIST, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:14:34 Modified files: x11/xfce4/thunar-media-tags: Makefile x11/xfce4/thunar-media-tags/pkg: PLIST Log message: x11/xfce4/thunar-media-tags: fix WANTLIB, update PLIST, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:14:57 Modified files: x11/xfce4/thunar-vcs: Makefile x11/xfce4/thunar-vcs/pkg: PLIST Log message: x11/xfce4/thunar-vcs: fix WANTLIB, update PLIST, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:15:25 Modified files: x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-battery/pkg: PLIST Log message: x11/xfce4/xfce4-battery: fix WANTLIB, update PLIST, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:15:48 Modified files: x11/xfce4/xfce4-clipman: Makefile Log message: x11/xfce4/xfce4-clipman: fix WANTLIB, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:16:32 Modified files: x11/xfce4/xfce4-mpc: Makefile x11/xfce4/xfce4-mpc/pkg: PLIST Log message: x11/xfce4/xfce4-mpc: fix WANTLIB, update PLIST, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:16:54 Modified files: x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-netload/pkg: PLIST Log message: x11/xfce4/xfce4-netload: fix WANTLIB, update PLIST, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:17:22 Modified files: x11/xfce4/xfce4-notifyd: Makefile Log message: x11/xfce4/xfce4-notifyd: fix WANTLIB, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:17:45 Modified files: x11/xfce4/xfce4-places: Makefile x11/xfce4/xfce4-places/pkg: PLIST Log message: x11/xfce4/xfce4-places: fix WANTLIB, update PLIST, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:18:18 Modified files: x11/xfce4/xfce4-screensaver: Makefile Log message: x11/xfce4/xfce4-screensaver: drop duplicated DEBUG_PACKAGES, fix WANTLIB, bump REVISION CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/29 08:18:22 Modified files: security/easy-rsa: Makefile distinfo security/easy-rsa/pkg: PLIST Log message: Update to easy-rsa-3.0.8 Changes: https://github.com/OpenVPN/easy-rsa/blob/v3.0.8/ChangeLog Reminded by Wen Heping who sent a similar diff. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:18:53 Modified files: x11/xfce4/xfce4-weather: Makefile Log message: x11/xfce4/xfce4-weather: fix WANTLIB, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:19:18 Modified files: x11/xfce4/xfmpc: Makefile x11/xfce4/xfmpc/pkg: PLIST Log message: x11/xfce4/xfmpc: fix WANTLIB, update PLIST, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:19:44 Modified files: x11/xfce4/xfce4-pulseaudio: Makefile Log message: x11/xfce4/xfce4-pulseaudio: fix WANTLIB, bump REVISION CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:21:38 Removed files: x11/xfce4/xfce4-statusnotifier/pkg: DESCR PLIST x11/xfce4/xfce4-statusnotifier: Makefile distinfo x11/xfce4/orage: Makefile distinfo x11/xfce4/orage/patches: patch-src_Makefile_in patch-src_ical-code_c x11/xfce4/orage/pkg: DESCR PLIST Log message: x11/xfce4: remove orage and xfce4-statusnotifier CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:23:42 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: devel/quirks: register removal of x11/xfce4/orage and x11/xfce4/xfce4-statusnotifier orage was Gtk+2 only, saw no development since 4.12. xfce4-statusnotifier features were merged to xfce4-panel systray plugin. CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2020/12/29 08:23:43 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2020.12.29 OK bket@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:26:36 Modified files: meta/xfce : Makefile meta/xfce/pkg : README-main Log message: meta/xfce: welcome Xfce 4.16 ! See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000956.html https://www.xfce.org/about/tour416 and https://xfce.org/about/news/?post=1608595200 for all the details. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 08:29:36 Modified files: textproc/catfish: Makefile distinfo textproc/catfish/patches: patch-setup_py textproc/catfish/pkg: PLIST Added files: textproc/catfish/patches: patch-catfish_CatfishSearchEngine_py Log message: textproc/catfish: update to 4.15.0. See https://mail.xfce.org/pipermail/xfce-announce/2020-October/000900.html add patch to silence locate --help call that will always fail for us, and use a post-patch target to update mtime on .po files to make sure .mo files are generated (this one was a hairy one..) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/29 08:30:34 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h config.c parse.y printconf.c rde.c rde_trie.c Log message: In preparation for RTR support change the representation of the roa-set in the parent to a simple RB tree based on struct roa. With this overlapping ROAs (same prefix & source-as but different maxlen) are now merged in the RDE when the lookup trie is constructed. OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/29 08:34:22 Modified files: regress/usr.sbin/bgpd/config: bgpd.conf.9.ok Log message: Adjust the roa-set config test. Overlapping ROAs are no longer merged by the parser so more ROAs are visible in the config printed. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/29 08:35:57 Modified files: regress/usr.sbin/bgpd/unittests: rde_trie_test.5.in rde_trie_test.c Log message: Adjut the roa-set unittest to the new way roas are added into a trie. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/29 08:47:32 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-9.4.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/29 08:57:29 Modified files: sys/dev/fdt : amlpinctrl.c Log message: Add more PWM pin descriptions. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/29 09:04:27 Modified files: sys/dev/fdt : amlpwm.c Log message: Handle pinctrl. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/29 09:11:45 Modified files: lang/gravity : Makefile distinfo Log message: Update to gravity-0.8.1 Changelog: https://github.com/marcobambini/gravity/compare/0.8.0...0.8.1 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/12/29 09:40:48 Modified files: sbin/ping : ping.c Log message: If we manage to send all "count" flood pings before receiving all answers we would exit after receiving the first answer and claiming a (huge) packet loss. OK benno CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/29 09:57:50 Modified files: regress/usr.sbin/bgpd/unittests: Makefile Added files: regress/usr.sbin/bgpd/unittests: rde_trie_test.6.check rde_trie_test.6.in rde_trie_test.6.out Log message: Add another rde_trie_test to the unit tests. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/12/29 09:59:42 Modified files: lib/libexpat : COPYING Changes README.md lib/libexpat/doc: reference.html lib/libexpat/lib: expat.h xmlparse.c xmlrole.c xmltok.c xmltok_impl.c lib/libexpat/tests: runtests.c Log message: Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395 #398 #404 #405 and other changes #354 #355 #412. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:44:27 Modified files: usr.sbin/ospf6d: parse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:44:47 Modified files: usr.sbin/ospfd : parse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:45:28 Modified files: usr.sbin/pppd : sys-bsd.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:47:16 Modified files: usr.sbin/rad : frontend.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. florian@ mentioned this might be a problem in slaacd(8) and rad(8) after claudio@ fixed it in bgpd, so i went looking... ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:47:41 Modified files: usr.sbin/rarpd : rarpd.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:48:06 Modified files: usr.sbin/relayd: parse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:48:27 Modified files: usr.sbin/route6d: route6d.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:48:49 Modified files: usr.sbin/ypbind: ypbind.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:49:38 Modified files: sbin/iked : parse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:50:03 Modified files: sbin/ipsecctl : parse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:50:28 Modified files: sbin/pfctl : pfctl_parser.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:50:51 Modified files: sbin/route : route.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:51:15 Modified files: sbin/slaacd : frontend.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. florian@ mentioned this might be a problem in slaacd(8) and rad(8) after claudio@ fixed it in bgpd, so i went looking... CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:51:52 Modified files: usr.bin/netstat: route.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/29 12:52:17 Modified files: usr.bin/rusers : rusers.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/12/29 13:23:05 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c devel/git/pkg : PLIST-main Log message: Update to git 2.30.0 https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.30.0.txt CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/12/29 13:40:31 Modified files: archivers/zstd : Makefile distinfo archivers/zstd/patches: patch-lib_Makefile patch-programs_Makefile patch-tests_Makefile archivers/zstd/pkg: PLIST Log message: Update to zstd-1.4.8 Note the major bump to the shared lib due to a removed symbol. Changelogs: https://github.com/facebook/zstd/releases/tag/v1.4.7 https://github.com/facebook/zstd/releases/tag/v1.4.8 OK sthen@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2020/12/29 14:27:05 Modified files: lib/libagentx : ax.c Log message: Remove unnecessary assignment. OK martijn@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2020/12/29 14:44:48 Modified files: lib/libagentx : ax.c Log message: Allocate new buffer space based on requested need. OK martijn@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/12/29 15:28:16 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.11.9. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/12/29 16:26:48 Modified files: usr.bin/kstat : kstat.c Log message: fflush after outputting a set of stats. this helps when you're trying to pipe stuff into other programs (like awk and ttyplot). CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/29 16:59:06 Modified files: lang/python : Makefile Makefile.inc python.port.mk lang/python/3.8: Makefile lang/python/3.8/pkg: PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Log message: retire python 3.7 An earlier diff was okayed by rpointel@, kmos@. sthen@ requested to move the @conflict and @pkgpath markers from 3.7 to 3.8 in the same commit (a better approach). Final diff was ok sthen@. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/12/29 18:52:20 Modified files: net/p5-BSD-Socket-Splice: Makefile distinfo net/p5-BSD-Socket-Splice/pkg: PLIST Log message: update p5-BSD-Socket-Splice to 0.07 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/29 20:41:48 Modified files: textproc/py-podcastparser: Makefile distinfo Log message: update to py-podcastparser 0.6.6 from MAINTAINER CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2020/12/29 23:06:31 Modified files: sys/arch/powerpc64/dev: opal.c sys/arch/powerpc64/include: cpu.h cpufunc.h trap.h sys/arch/powerpc64/powerpc64: cpu.c genassym.cf locore.S machdep.c trap_subr.S sys/dev/ofw : fdt.c openfirm.h Log message: Enter power-saving mode on POWER9 (ISA v3) When opal(4) attaches, look in the device tree for a psscr value. In cpu_idle_cycle(), use this psscr value and the stop instruction to wait for the next interrupt. In mp kernels, cpu_unidle() now sends an interrupt. In "sysctl hw.sensors", the power and temperature sensors from opalsens(4) may show lower values. The cpu may exit stop at the system reset vector after losing user registers. If so, restore some registers. For now, ignore deeper stop states that would lose hypervisor registers. Our mp kernel uses only the first hardware thread of each core. Take the extra threads from the firmware and stop them forever; this may switch the core from SMT4 to single-thread mode and increase performance. partly by kettenis@, ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/29 23:36:02 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.16.1. See https://mail.xfce.org/pipermail/xfce-announce/2020-December/000976.html CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/29 23:53:15 Modified files: x11/herbstluftwm: Makefile distinfo x11/herbstluftwm/pkg: PLIST Log message: Update herbstluftwm to 0.9.1 Update diff from Lucas (Maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/30 00:00:54 Modified files: usr.sbin/bgpd : bgpd.c Log message: RB_REMOVE from the correct tree. Dumb copy paste bug introduced by last commit. Noticed by procter@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/30 00:02:10 Modified files: usr.sbin/bgpd : rde.c Log message: Use correct IMSG type in fatal message. Also reformat some not so long lines. Bad IMSg name noticed by proctor@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/30 00:17:34 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Modules_Compiler_GNU-Fortran_cmake patch-Modules_Compiler_GNU_cmake patch-Modules_FindTclStub_cmake patch-Modules_FindTclsh_cmake patch-Source_cmArchiveWrite_cxx patch-Source_cmComputeLinkInformation_cxx patch-Source_cmComputeLinkInformation_h patch-Source_cmGeneratorTarget_cxx patch-Source_cmGlobalGenerator_cxx patch-Source_cmInstallTargetGenerator_cxx patch-Source_cmSystemTools_cxx patch-Source_cmTarget_cxx patch-Source_kwsys_CMakeLists_txt patch-Source_kwsys_SystemTools_cxx devel/cmake/pkg: PLIST Added files: devel/cmake/patches: patch-Source_cmLoadCommandCommand_cxx patch-Source_cmStandardLexer_h patch-Source_cmTimestamp_cxx patch-Utilities_cmlibuv_src_unix_core_c Log message: Update cmake to 3.19.1 Changelog: https://cmake.org/cmake/help/v3.18/release/3.18.html https://cmake.org/cmake/help/v3.19/release/3.19.html This update went through a amd64 bulk build and also tested with ~500 ports on macppc without issues by cwen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/30 00:18:12 Modified files: devel/catch2 : Makefile distinfo devel/catch2/pkg: PLIST Log message: Update catch2 to 2.13.4 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/30 00:29:56 Modified files: usr.sbin/bgpd : bgpd.h control.c rde.c rde_filter.c rde_sets.c rde_trie.c session.c Log message: Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets and prefix-sets loaded into the RDE. For now only the number of prefixes or asnumbers are shown plus the time since the last change was done to the table. OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/30 00:31:19 Modified files: usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c output_json.c parser.c parser.h Log message: Add 'bgpctl show sets' to display information about the roa-set, as-sets, and prefix-sets loaded into bgpd. OK benno@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/12/30 00:44:25 Modified files: games/dmagnetic: Makefile distinfo Log message: Update dmagnetic to 0.29 Update diff from maintainer CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/30 01:26:44 Modified files: usr.bin/openssl: openssl.1 Log message: Document meaning of '*' in genrsa output ok inoguchi jmc kn CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/30 01:31:00 Modified files: databases/p5-Mojo-Pg: Makefile distinfo Log message: Update to p5-Mojo-Pg-4.22. From wen heping, looks ok Abel Abraham Camarillo Ojeda (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/30 01:32:16 Modified files: devel/py-wrapt : Makefile distinfo devel/py-wrapt/pkg: PLIST Log message: update py-wrapt to 1.11.2 so pylint can be repaired CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/30 01:44:38 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-lazy-object-proxy: Makefile distinfo devel/py-lazy-object-proxy/pkg: PLIST Log message: update py-lazy-object-proxy to 1.4.3 so pylint can be repaired while here, make it python3-only too CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/30 01:53:30 Modified files: lib/libc/regex : cname.h regcomp.c Log message: Constify the strings in cnames[]. No functional change. from miod, ok millert CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/30 01:54:42 Modified files: lib/libc/regex : cclass.h regcomp.c regex2.h Log message: cclasses[] multis field is always an empty string. Remove it and code dealing with it. This code was incomplete anyway. from miod, ok millert CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/30 01:56:38 Modified files: lib/libc/regex : regerror.c Log message: Constify the strings in regerror.c and make use of the strlcpy() return value to avoid a redundant strlen() call. from miod, ok millert CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/30 01:59:17 Modified files: lib/libc/regex : regcomp.c Log message: regcomp.c uses the "start + count < end" idiom to check that there are "count" bytes available in an array of char "start" and "end" both point to. This is fine, unless "start + count" goes beyond the last element of the array. In this case, pedantic interpretation of the C standard makes the comparison of such a pointer against "end" undefined, and optimizers from hell will happily remove as much code as possible because of this. An example of this occurs in regcomp.c's bothcases(), which defines bracket[3], sets "next" to "bracket" and "end" to "bracket + 2". Then it invokes p_bracket(), which starts with "if (p->next + 5 < p->end)"... Because bothcases() and p_bracket() are static functions in regcomp.c, there is a real risk of miscompilation if aggressive inlining happens. The following diff rewrites the "start + count < end" constructs into "end - start > count". Assuming "end" and "start" are always pointing in the array (such as "bracket[3]" above), "end - start" is well-defined and can be compared without trouble. As a bonus, MORE2() implies MORE() therefore SEETWO() can be simplified a bit. from miod, ok millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/30 02:25:23 Modified files: net/libproxy : Makefile distinfo net/libproxy/patches: patch-libproxy_CMakeLists_txt patch-libproxy_url_cpp Log message: Update to libproxy-0.4.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/30 02:32:41 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.45. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/30 02:32:56 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.45. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/12/30 02:33:10 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.205. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 05:09:55 Modified files: www/p5-Mojo : Makefile Log message: p5-Mojo: Manolis Tzanidakis drops maintainer CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2020/12/30 05:10:39 Modified files: sys/net : if_pppoe.c Log message: Convert the `off' argument of pppoe_dispatch_disc_pkt function to local variable. This argument was always passed as 0. ok kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 05:46:01 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/patches: patch-doc_lighttpd_8 www/lighttpd/pkg: PFRAG.ldap PFRAG.mysql PLIST Log message: update to lighttpd 1.4.58, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 05:47:56 Modified files: www/syweb : Makefile Added files: www/syweb/patches: patch-htdocs_syweb_class_cache_inc patch-htdocs_syweb_class_graph_inc patch-htdocs_syweb_class_layout_inc patch-htdocs_syweb_class_lexer_inc patch-htdocs_syweb_class_rrdtool_inc patch-htdocs_syweb_class_session_inc patch-htdocs_syweb_class_text_inc patch-htdocs_syweb_class_vars_inc Log message: syweb: adapt for php 7, from Steven Shockley CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/12/30 05:49:58 Modified files: share/man/man4 : uhid.4 Log message: missing word fix; from nam nguyen CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/12/30 05:54:58 Modified files: . : octeon.html Log message: update URLs, from Jordan Geoghegan CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2020/12/30 06:18:07 Modified files: sys/net : if_pppoe.c Log message: Fix pppoe_dispatch_disc_pkt definition to be in accordance with style(9) ok claudio@ kn@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/12/30 06:19:06 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-configure net/zabbix/pkg : PLIST-web Log message: update to 5.0.7; from Mark Patruck CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/30 06:33:12 Modified files: sys/sys : queue.h Log message: Add singly-linked tail queue macros from FreeBSD. These are essentially equivalent to the simple queue macros from NetBSD but predate them and are more widely available on other systems. OK mpi@ denis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/30 06:33:38 Modified files: share/man/man3 : queue.3 Log message: Document STAILQ macros. OK mpi@ denis@ jmc@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/12/30 06:38:13 Modified files: lib/libtls/man : tls_config_set_protocols.3 Log message: Make the list of supported protocols more prominent Manuals like httpd.conf(5) refer to this for valid protocol strings, but elements inlined into sentences are hard find to spot. Use a list as already done elsewhere in this manual. OK jmc on earlier version Feeback OK tb CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/12/30 07:13:28 Modified files: usr.bin/ssh : sntrup761.c sntrup761.sh Added files: usr.bin/ssh : int32_minmax.inc Log message: Use int64_t for intermediate values in int32_MINMAX to prevent signed 32-bit integer overflow. Found by and ok djm@ ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 07:25:09 Modified files: mail/s-nail : Makefile distinfo Log message: update to s-nail-14.9.20; Steffen Nurpmeso CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/12/30 07:37:55 Modified files: math/nlopt : Makefile distinfo Log message: Update to nlopt-2.7.0. from wen heping with tweaks by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 08:02:41 Modified files: www : Makefile Log message: - SUBDIR += py-qtwebengine + SUBDIR += py-qtwebengine,python3 the ports is FLAVOR=python3; so the change is essentially a noop but it makes it clear that this is using the standard py3 handling CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 08:51:19 Modified files: security/plaso : Makefile Log message: missing MODPY_FLAVOR in py-lz4 RDEP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 08:52:35 Modified files: net : Makefile Log message: py-cares is py3-only, drop unflavoured SUBDIR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 08:55:16 Modified files: devel : Makefile Log message: py-gobject3 is py3-only, drop unflavoured SUBDIR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 08:55:46 Modified files: biology : Makefile Log message: add missing ,python3 for py-biopython (FLAVOR=python3) CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/30 10:02:32 Modified files: sys/kern : sys_pipe.c Log message: Set klist lock for pipes. OK anton@, mpi@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/30 11:21:26 Modified files: emulators/hatari: Makefile distinfo emulators/hatari/pkg: PLIST Log message: Update hatari to 2.3.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/30 11:22:06 Modified files: print/t1utils : Makefile distinfo Log message: Update t1utils to 1.42. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/12/30 11:23:02 Modified files: lang/duktape : Makefile distinfo lang/duktape/patches: patch-src_duk_config_h Log message: Update duktape to 2.6.0. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/12/30 11:29:40 Modified files: usr.bin/tmux : format.c Log message: Use right format for session loop, GitHub issue 2519. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:39:57 Modified files: usr.sbin/eigrpd: parse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:40:22 Modified files: usr.sbin/httpd : parse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:40:44 Modified files: usr.sbin/ifstated: ifstated.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:41:06 Modified files: usr.sbin/inetd : inetd.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:41:33 Modified files: usr.sbin/ldapd : parse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:46:55 Modified files: usr.sbin/mrouted: cfparse.y Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:47:20 Modified files: usr.sbin/mtrace: mtrace.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:52:07 Modified files: usr.sbin/npppd/common: net_utils.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:52:40 Modified files: usr.sbin/npppd/pppoe: pppoed.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:56:35 Modified files: lib/libc/rpc : get_myaddress.c pmap_rmt.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:56:56 Modified files: regress/sys/netinet/in_pcbbind: runtest.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 11:57:29 Modified files: sbin/ifconfig : ifconfig.c Log message: getifaddrs() can return entries where ifa_addr is NULL. Check for this before accessing anything in ifa_addr. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/12/30 12:04:56 Modified files: usr.sbin/npppd/pppoe: pppoed.c Log message: The result of getifaddrs() not used in pppoed_reload(). Remove it. ok mvs@ kn@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/12/30 13:35:39 Modified files: devel/py-astroid: Makefile distinfo devel/py-astroid/pkg: PLIST Log message: update py-astrod to 2.4.2 while the code compiles under python3, an update to a newer version was needed for the code to actually work with python 3.8. Another update needed to repair pylint. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 13:36:27 Modified files: www/trac : Makefile distinfo www/trac/pkg : PLIST Added files: www/trac/patches: patch-trac_util_daemon_py Log message: update to trac-1.5.2, moving to Python 3. This is a development branch but moving closer to a full release; current schedule https://groups.google.com/g/trac-dev/c/qPf4k35rZ9I This removes the deprecated support for Genshi as template engine; some external plugins currently require this and will need to be converted to Jinja2. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/12/30 14:38:58 Modified files: net : Makefile net/scapy : Makefile net/scapy/pkg : PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm net/pcapdiff : Makefile Log message: Move scapy to python 3 only Now that base regress is fully converted to using the Python 3 version merge scapy (Python 2) and py3-scapy into scapy (Python 3). OK bluhm sthen CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/12/30 14:40:33 Modified files: regress/sbin/slaacd: Makefile regress/sys/kern/sosplice/scapy: Makefile regress/sys/net/pf_forward: Makefile regress/sys/net/pf_fragment: Makefile regress/sys/net/pf_state: Makefile regress/sys/netinet/arp: Makefile regress/sys/netinet/frag: Makefile regress/sys/netinet/pmtu: Makefile regress/sys/netinet6/frag6: Makefile regress/sys/netinet6/nd6: Makefile regress/sys/netinet6/rh0: Makefile regress/sys/netinet6/rip6cksum: Makefile Log message: py3-scapy is now scapy OK bluhm sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/12/30 14:43:51 Modified files: devel/quirks : Makefile Log message: Check syntax for all .pm files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 15:08:25 Modified files: graphics/opencv: Makefile graphics/opencv/pkg: PLIST-java PLIST-main Log message: OpenCV included both py2 and py3 bindings in one package with an awkward construct (MODPY_VERSION=2.7 and some hand-rolled 3.x pieces). Nothing in ports uses them. Remove the (deprecated) py2 bindings leaving just the py3 ones with a more standard ports setup. ok rsadowski@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 15:27:27 Modified files: net/gpodder : Makefile distinfo Log message: update to gpodder-3.10.17, from trondd (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 15:29:24 Modified files: sysutils/direnv: Makefile distinfo Log message: update to direnv-2.26.0, from Ashton Fagg (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/30 15:30:43 Modified files: devel/gflags : Makefile distinfo devel/gflags/pkg: PLIST Log message: update to gflags-2.2.2, from Ashton Fagg (taking maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/12/30 15:34:04 Modified files: devel/py-lazy-object-proxy: Makefile Log message: Add setuptools_scm as BUILD_DEPENDS to unbreak build CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/12/30 16:13:54 Modified files: sysutils/ruby-puppet/6: Makefile sysutils/ruby-puppet/6/pkg: PLIST Log message: Remove broken puppetmaster rc.d script Someone on IRC mentioned /etc/rc.d/puppetmaster failing; indeed, Puppet 6 no longer has a "master" subcommand. Note hat we also lack a PuppetDB 6 port (still). CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/12/30 22:13:45 Modified files: lang/kona : Makefile distinfo lang/kona/patches: patch-Makefile Log message: Bugfix update to kona-3.2.0.20201026 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/30 23:22:33 Modified files: sys/arch/amd64/amd64: identcpu.c Log message: remove pv includes which were missed in rev 1.70 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/30 23:31:55 Modified files: sys/dev/pci/drm: drm_linux.c Log message: don't oversleep when waiting on fences original diff from and ok cheloha@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/12/31 00:00:21 Modified files: distrib/notes/arm64: hardware Log message: sync Amlogic section with arm64.html CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/12/31 01:27:15 Modified files: usr.sbin/smtpd : bounce.c ca.c config.c control.c lka.c lka_filter.c lka_session.c parse.y queue.c smtpd.c smtpd.h usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : dispatcher.c Removed files: usr.sbin/smtpd : pony.c Log message: Rename the pony process to dispatcher and klondike to crypto. From gilles@ OK millert@ giovanni@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/12/31 02:57:23 Modified files: share/man/man4/man4.octeon: ogx.4 sys/arch/octeon/dev: if_ogx.c ogxreg.h Log message: Enable IPv4 and TCP/UDP checksum offload on transmission. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/12/31 03:17:31 Modified files: www/buku : Makefile distinfo Log message: Update to buku 4.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/31 03:22:01 Modified files: mail/mutt : Makefile distinfo Log message: update to mutt-2.0.4 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/12/31 04:04:35 Modified files: sys/dev/dt : dt_prov_static.c sys/kern : kern_malloc.c Log message: Add trace points for malloc(9) and free(9). This makes them traceable via dt(4) and btrace(8). OK mpi@ millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/12/31 04:11:22 Modified files: sys/dev/ofw : ofw_thermal.c Log message: Keep polling if a temperature sensor reading fails. This is needed on Amlogic SoCs where amltemp(4) doesn't fully attach before the first polling timeout runs. This would stop the polling which means there was no thermal management on these platforms. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/31 07:11:49 Modified files: devel/angr/py-angr: Makefile Log message: devel/angr/py-angr: "fix" bogus LIB_DEPENDS, this is a mess because a file in py-angr is linked to an _unversioned_ .so from py-unicorn. LIB_DEPENDS without an associated WANTLIB is incorrect, the LIB_DEPENDS is stripped so py-unicorn is not recorded as a dep in here. and WANTLIB requires a versioned .so file. convert to BUILD+RUN_DEPENDS, it's not 100% correct either but the only sane way. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/31 07:15:40 Modified files: usr.sbin/httpd : logger.c Log message: Don't leak access.log and error.log on reload. ok florian CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/12/31 07:17:12 Modified files: usr.sbin/httpd : server.c Log message: Don't leak the log message in server_sendlog While there, use the length calculated by vasprintf() instead of using strlen needlessly. ok claudio florian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/31 07:32:43 Modified files: devel/cvs2svn : Makefile Log message: cvs2svn HOMEPAGE is dead, set it to the (not very active) github fork and mirror the old distfile. this will likely be marked broken soon. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/12/31 07:44:35 Modified files: games/fifengine: Makefile Added files: games/fifengine/patches: patch-CMakeLists_txt Log message: games/fifengine: backport upstream commit "removed flags that are not supported with swig 4.0" CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/31 08:19:33 Modified files: x11/xfce4 : xfce4.port.mk Log message: x11/xfce4/xfce4.port.mk: add missing BDEPs when XFCE_COMMIT is set adds BUILD_DEPENDS on ${MODGNU_AUTOCONF_DEPENDS}, ${MODGNU_AUTOMAKE_DEPENDS} and x11/xfce4/xfce4-dev-tools should fix build failure noted by sthen@ on xfce4-notes and xfce4-mixer CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/12/31 08:50:46 Modified files: x11/xfce4/xfce4-notes: Makefile Log message: x11/xfce4/xfce4-notes: add missing BDEP on lang/vala should fix another build failure reported by naddy CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/31 10:16:38 Modified files: lib/libc/regex : regcomp.c Log message: Strings in struct parse can be const, they are never modified. Also, the temporary array in nonnewline() can be made static const. From miod@, OK tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/12/31 10:18:39 Modified files: distrib/sparc64/ramdiskB: Makefile Log message: oops, this was installing the smaller bsd.rd, which would be replaced by the proper miniroot bsd.rd a bit later. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/31 10:20:19 Modified files: regress/lib/libc/regex: debug.c lib/libc/regex : regcomp.c regex2.h Log message: Remove unused categories in re_guts; they are written to but never read. From miod@, OK tb@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/12/31 10:24:05 Modified files: lib/libc/regex : regcomp.c Log message: More regular error handling with the REQUIRE macro. Changing it from ((condition) || function call) to an if() wrapped in a do/while is easier to read and more stylistically consistent. The seterr() function no longer needs to return a value. From miod@, OK tb@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/12/31 13:05:33 Modified files: misc/lfm : Makefile distinfo misc/lfm/patches: patch-lfm_compress_py patch-setup_py misc/lfm/pkg : PLIST Added files: misc/lfm/patches: patch-lfm_actions_py patch-lfm_common_py Removed files: misc/lfm/patches: patch-lfm___init___py Log message: lfm: update to 3.1 This update moves lfm from Python 2 to 3, and has various backward incompatible changes; see https://inigo.katxi.org/devel/lfm/#upgrading-from-2-x-to-3-x Thanks to sthen@ and bket@ for their feedback. OK bket@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/12/31 13:16:54 Modified files: graphics/qiv : Makefile distinfo graphics/qiv/patches: patch-Makefile patch-qiv_1 Added files: graphics/qiv/patches: patch-options_c patch-utils_c Log message: qiv: update to 2.3.2 Changelog: https://spiegl.de/qiv/changes.shtml While here, move HOMEPAGE to https, and add some patches to silence warnings emitted by clang-10 (upstreamed). OK pamela@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/12/31 13:41:07 Modified files: security/john-jumbo/patches: patch-src_Makefile_legacy Log message: fix john-jumbo "generic" build used on aarch64 and some other archs CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/01 00:00:33 Modified files: sys/kern : init_main.c Log message: copyright++; CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 01:30:40 Log message: Import p5-File-Slurp-Tiny-0.004 from wen heping, OK bluhm@ Status: Vendor Tag: benoit Release Tags: benoit_20210101 N ports/devel/p5-File-Slurp-Tiny/Makefile N ports/devel/p5-File-Slurp-Tiny/distinfo N ports/devel/p5-File-Slurp-Tiny/pkg/DESCR N ports/devel/p5-File-Slurp-Tiny/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 01:35:40 Modified files: devel : Makefile Log message: +p5-File-Slurp-Tiny CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/01 01:36:51 Modified files: usr.bin/tmux : cmd-run-shell.c tmux.1 Log message: Add a -C flag to run-shell to use a tmux command rather than a shell command. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/01/01 02:02:54 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_target_src_spec_i686_unknown_openbsd_rs 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 patch-src_tools_cargo_src_cargo_core_compiler_context_compilation_files_rs Log message: update lang/rust to 1.49.0 ok landry@ Announce: https://blog.rust-lang.org/2020/12/31/Rust-1.49.0.html ChangeLog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1490-2020-12-31 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 02:05:22 Modified files: devel/p5-Tree-DAG_Node: Makefile distinfo Log message: Update to p5-Tree-DAG_Node-1.31 from wen heping CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 03:18:50 Modified files: devel/p5-Carp-Assert-More: Makefile distinfo Log message: Update to p5-Carp-Assert-More-1.26. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/01/01 03:21:26 Modified files: sys/arch/luna88k/dev: siotty.c sys/arch/sh/dev: scif.c sys/dev/pci : cz.c Log message: Remove useless redundant call of ttyopen(). Also remove dead DIALOUT macro. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/01 03:29:14 Modified files: x11/xfce4/xfce4-mixer: Makefile distinfo Log message: x11/xfce4/xfce4-mixer: properly handle sndiod restarts cherrypicks https://gitlab.xfce.org/landry/xfce4-mixer/-/commit/c16de205b006b9f951c40a5464b8b2bcc6343283 which removes the g_source func if sioctl_revents returns POLLHUP upon sndiod restarts. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 03:32:49 Modified files: devel/p5-Graph : Makefile distinfo devel/p5-Graph/pkg: PLIST Log message: Update to p5-Graph-0.9716. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 03:37:48 Modified files: devel/p5-List-Cycle: Makefile distinfo Log message: Update to p5-List-Cycle-1.04. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 04:22:56 Modified files: databases/py-sqlobject: Makefile distinfo databases/py-sqlobject/pkg: PLIST Log message: Update to py-sqlobject-3.9.0 from wen heping, dropping py2 support. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 04:27:15 Modified files: databases : Makefile Log message: drop py2 py-sqlobject CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/01 04:31:59 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-sqlobject went python3-only CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/01 05:04:59 Modified files: www/hugo : Makefile distinfo Log message: update www/hugo to 0.80.0 tested by denis@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/01 05:28:25 Log message: import libmodsecurity 3.0.4 from Matthias Pitzl; OK benoit@ Comment: intrusion detection and prevention engine Description: ModSecurity is an embeddable web application firewall. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure. It is also an open source project that aims to make the web application firewall technology available to everyone. Status: Vendor Tag: pitzl Release Tags: bluhm_20210101 N ports/security/libmodsecurity/Makefile N ports/security/libmodsecurity/distinfo N ports/security/libmodsecurity/patches/patch-configure N ports/security/libmodsecurity/patches/patch-src_Makefile_in N ports/security/libmodsecurity/patches/patch-src_parser_Makefile_in N ports/security/libmodsecurity/pkg/DESCR N ports/security/libmodsecurity/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 05:29:17 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 05:40:08 Modified files: app/fonttosfnt : ChangeLog Makefile.in configure configure.ac fonttosfnt.h read.c util.c write.c Log message: Update to fonttosfnt 1.2.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 05:44:03 Modified files: app/xev : ChangeLog Makefile.in aclocal.m4 compile configure configure.ac xev.c app/xev/man : Makefile.in Log message: Update xev to 1.2.4 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/01 05:46:51 Modified files: www/nginx : Makefile www/nginx/patches: patch-conf_mime_types Log message: add mime types for avif image format and the matroska container format from Brad CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 05:54:21 Modified files: app/xprop : ChangeLog Makefile.in README.md aclocal.m4 compile configure configure.ac xprop.c app/xprop/man : Makefile.in Log message: Update to xprop 1.2.5 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/01 06:05:49 Modified files: security : Makefile Log message: +libmodsecurity CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 06:19:38 Modified files: app/xinit : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xinit.c app/xinit/launchd: Makefile.in app/xinit/launchd/privileged_startx: Makefile.in app/xinit/launchd/user_startx: Makefile.in app/xinit/man : Makefile.in startx.man xinit.man Added files: app/xinit : README.md Removed files: app/xinit : README Log message: Update to xinit 1.4.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 06:20:13 Modified files: app/xkbcomp : ChangeLog Makefile.in README aclocal.m4 action.c compile configure configure.ac geometry.c keycodes.c keytypes.c symbols.c xkbcomp.c xkbpath.c app/xkbcomp/man: Makefile.in Log message: Update to xkbcomp 1.4.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 06:21:03 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/01/01 07:04:38 Log message: import stegcracker Steganography brute-force utility to uncover hidden data inside files. OK gonzalo@ Status: Vendor Tag: sebastia Release Tags: sebastia_01012021 N ports/security/stegcracker/Makefile N ports/security/stegcracker/distinfo N ports/security/stegcracker/pkg/DESCR N ports/security/stegcracker/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/01/01 07:06:30 Modified files: security : Makefile Log message: hook up stegcracker CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/01 07:11:10 Modified files: sys/arch/octeon/dev: if_ogx.c ogxreg.h Log message: Add kstat to ogx(4). CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/01/01 07:24:41 Modified files: www/youtube-dl : Makefile distinfo Log message: update to 2020.12.31 OK paco@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/01 07:49:47 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2021-01. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/01 09:00:47 Modified files: x11/kitty : Makefile distinfo x11/kitty/patches: patch-setup_py x11/kitty/pkg : PLIST Log message: update to kitty 0.19.3 tested for a few days without issues changelog: https://sw.kovidgoyal.net/kitty/changelog.html CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/01 09:04:05 Modified files: emulators/vbam : Makefile Added files: emulators/vbam/patches: patch-src_sdl_SDL_cpp Log message: adjust for changes to SDL2's use of KMOD_GUI in preparation of update of devel/sdl2 to 2.0.14 build tested with both (current) sdl2 2.0.12 and (upcoming) 2.0.14 ok cwen@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/01 09:43:05 Modified files: gnu/llvm/llvm/lib/CodeGen: ReturnProtectorLowering.cpp Log message: Skip leaf function optimization under some circumstances. On architectures that do not always spill the return address to the stack, it is possible for local stack frame data corruption in leaf functions to span stack frames if the retguard cookie is not spilled in the function. In leaf functions on these architectures, now spill the retguard cookie if the function contains arrays or has variables which have their address taken. CVSROOT: /cvs Module name: src Changes by: chrisz@cvs.openbsd.org 2021/01/01 10:39:54 Modified files: usr.bin/ftp : fetch.c Log message: Handle Permanent Redirect (RFC 7538) ok jca@, kn@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/01 10:46:21 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildslave: Makefile distinfo Log message: devel/py-build{bot,slave}: update to 2.9.4. See https://github.com/buildbot/buildbot/releases/tag/v2.9.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 11:05:44 Modified files: app/xenodm/include: greet.h app/xenodm/xenodm: dm.c auth.c Log message: Fix spelling/wording issues. From Alan Coopersmith in xdm CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 11:07:26 Modified files: app/xenodm/greeter: Login.c Log message: Greeter: add parens to DRAW_STRING & TEXT_WIDTH macros From Alan Coopersmith in xdm: Oracle Parfait static analyser points out it wasn't clear if cast or arithmetic operation in arguments at lines 410, 416, 431, & 433 was intended to be done first, so we'll make it explicit. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/01 11:09:07 Modified files: app/xenodm/xenodm: auth.c Log message: doneAddrs: reset addrs to NULL after freeing list Resolves warning from Oracle Parfait static analyzer: Warning: Dangling pointer Dangling pointer [dangling-pointer]: Invalid pointer is accessible to caller via global addrs at line 664 of xdm/auth.c in function 'doneAddrs'. Invalid pointer accessible via global addrs at line 646 a accessed from addrs at line 658 in function 'doneAddrs' a freed with free at line 662 From Alan Coopersmith in xdm. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/01 15:48:56 Modified files: graphics/opencolorio: Makefile distinfo graphics/opencolorio/patches: patch-export_OpenColorIO_OpenColorABI_h_in patch-src_core_OCIOYaml_cpp patch-src_core_Platform_h graphics/opencolorio/pkg: PLIST Added files: graphics/opencolorio/patches: patch-CMakeLists_txt patch-src_core_Config_cpp Log message: update to opencolorio-1.1.1, from deserter666 at danwin1210.me, ok pascal (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/01 15:53:20 Modified files: graphics/opencolorio: Makefile graphics/opencolorio/patches: patch-src_core_Config_cpp Removed files: graphics/opencolorio/patches: patch-export_OpenColorIO_OpenColorABI_h_in Log message: oops, I committed opencolorio from the old diff, update it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/01 15:57:46 Modified files: graphics/blender: Makefile Log message: blender tweaks from maintainer; - remove devel/gflags BDEP, it uses an internal copy by default - add hidden dep on gmp/gmpxx and sync WANTLIB - garbage-collect CONFIGURE_ARGS, sort LIB_DEPENDS - drop -pthread CXXFLAGS spotted by brad - ONLY_FOR_ARCHS=amd64 (was previously amd64 i386); only supported upstream on 64-bit arches and a dep is BROKEN on i386 anyway so it wasn't built there. (perhaps aarch64 could be added though?) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/01 16:43:52 Modified files: lang/seed7 : Makefile distinfo Log message: Update to seed7-20201208 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/01 18:03:58 Log message: Import libunwind 11.0.0 in new LLVM directory, thus not yet linked to build. Encouraged by kettenis@ Status: Vendor Tag: LLVM Release Tags: LIBUNWIND_11_0_0 N src/gnu/llvm/libunwind/LICENSE.TXT N src/gnu/llvm/libunwind/CMakeLists.txt N src/gnu/llvm/libunwind/include/__libunwind_config.h N src/gnu/llvm/libunwind/include/unwind.h N src/gnu/llvm/libunwind/include/libunwind.h N src/gnu/llvm/libunwind/include/mach-o/compact_unwind_encoding.h N src/gnu/llvm/libunwind/cmake/config-ix.cmake N src/gnu/llvm/libunwind/cmake/Modules/HandleLibunwindFlags.cmake N src/gnu/llvm/libunwind/cmake/Modules/HandleCompilerRT.cmake N src/gnu/llvm/libunwind/src/UnwindCursor.hpp N src/gnu/llvm/libunwind/src/EHHeaderParser.hpp N src/gnu/llvm/libunwind/src/DwarfParser.hpp N src/gnu/llvm/libunwind/src/Unwind-sjlj.c N src/gnu/llvm/libunwind/src/Unwind-EHABI.h N src/gnu/llvm/libunwind/src/Registers.hpp N src/gnu/llvm/libunwind/src/Unwind-seh.cpp N src/gnu/llvm/libunwind/src/UnwindRegistersSave.S N src/gnu/llvm/libunwind/src/CompactUnwinder.hpp N src/gnu/llvm/libunwind/src/assembly.h N src/gnu/llvm/libunwind/src/RWMutex.hpp N src/gnu/llvm/libunwind/src/libunwind_ext.h N src/gnu/llvm/libunwind/src/Unwind_AppleExtras.cpp N src/gnu/llvm/libunwind/src/AddressSpace.hpp N src/gnu/llvm/libunwind/src/CMakeLists.txt N src/gnu/llvm/libunwind/src/UnwindLevel1.c N src/gnu/llvm/libunwind/src/libunwind.cpp N src/gnu/llvm/libunwind/src/UnwindLevel1-gcc-ext.c N src/gnu/llvm/libunwind/src/config.h N src/gnu/llvm/libunwind/src/FrameHeaderCache.hpp N src/gnu/llvm/libunwind/src/UnwindRegistersRestore.S N src/gnu/llvm/libunwind/src/dwarf2.h N src/gnu/llvm/libunwind/src/DwarfInstructions.hpp N src/gnu/llvm/libunwind/src/Unwind-EHABI.cpp No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/01 18:06:31 Modified files: lib/libagentx : ax.c ax.h Log message: Whitespace. OK martijn@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/01 18:10:02 Modified files: gnu/llvm/libunwind/include: __libunwind_config.h gnu/llvm/libunwind/src: AddressSpace.hpp DwarfInstructions.hpp DwarfParser.hpp EHHeaderParser.hpp Registers.hpp UnwindCursor.hpp UnwindRegistersRestore.S UnwindRegistersSave.S assembly.h config.h libunwind.cpp Log message: Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to the PPC ASM had to be re-applied manually due to whitespace changes upstream, other merge conflicts were harmless. "Looks good" kettenis@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/01 18:22:53 src/regress/sys/kern/sosplice/loop Update of /cvs/src/regress/sys/kern/sosplice/loop In directory cvs.openbsd.org:/tmp/cvs-serv43372/loop Log Message: Directory /cvs/src/regress/sys/kern/sosplice/loop added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/01 18:27:45 Modified files: regress/sys/kern/sosplice: LICENSE Makefile Added files: regress/sys/kern/sosplice/loop: Makefile chain.pl loop.pl Log message: Create chains and loops of spliced tcp and udp sockets. Send data through them and check that MAXLOOP is triggered in kernel. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/01/01 19:39:59 Modified files: sys/uvm : uvm_fault.c Log message: uvm: uvm_fault_lower(): don't sleep on lbolt We can simulate the current behavior without lbolt by sleeping for 1 second on the &nowake channel. ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/01/01 19:41:42 Modified files: sys/nfs : nfs_socket.c nfs_vfsops.c Log message: nfs: don't sleep on lbolt We can simulate the current behavior without lbolt by sleeping for 1 second on the &nowake channel. ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/01/01 19:46:06 Modified files: sys/net : bpf.c bpfdesc.h Log message: bpf(4): remove ticks Change bd_rtout to a uint64_t of nanoseconds. Update the code in bpfioctl() and bpfread() accordingly. Add a local copy of nsecuptime() to make the diff smaller. This will need to move to kern_tc.c if/when we have another user elsewhere in the kernel. Prompted by mpi@. With input from dlg@. ok dlg@ mpi@ visa@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/01/01 20:23:59 Modified files: sys/kern : subr_pool.c sys/sys : pool.h Log message: pool(9): remove ticks Change the pool(9) timeouts to use the system uptime instead of ticks. - Change the timeouts from variables to macros so we can use SEC_TO_NSEC(). This means these timeouts are no longer patchable via ddb(4). dlg@ does not think this will be a problem, as the timeout intervals have not changed in years. - Use low-res time to keep things fast. Add a local copy of getnsecuptime() to subr_pool.c to keep the diff small. We will need to move getnsecuptime() into kern_tc.c and document it later if we ever have other users elsewhere in the kernel. - Rename ph_tick -> ph_timestamp and pr_cache_tick -> pr_cache_timestamp. Prompted by tedu@ some time ago, but the effort stalled (may have been my fault). Input from kettenis@ and dlg@. Special thanks to mpi@ for help with struct shuffling. This change does not increase the size of struct pool_page_header or struct pool. ok dlg@ mpi@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/01 22:36:49 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Allocate address space for struct cpu_info using km_alloc(9) instead of uvm_km_valloc(9). Tested on a T5120. ok mpi@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/02 00:12:45 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/02 00:25:42 Modified files: sys/net : bpf.c Log message: optimise bpf_catchpacket and bpf_wakeup. bpf_catchpacket had a chunk to deal with reader timeouts, but that has largely been moved to bpfread. the vestigal code that was left still tried to wake up a reader when a buffer got full, but there already is a chunk of code that wakes up readers when the buffer gets full. bpf_wakeup now checks for readers before calling wakeup directly, rather than pushing the wakeup to a task and calling it unconditionally. the task_add is now only done when the bpfdesc actually has something that needs it. ok visa@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/02 01:24:59 Modified files: devel/proj : Makefile distinfo Log message: devel/proj: update to 7.2.1. See https://github.com/OSGeo/PROJ/releases/tag/7.2.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/02 01:46:20 ports/cad/opensta/patches Update of /cvs/ports/cad/opensta/patches In directory cvs.openbsd.org:/tmp/cvs-serv54956/patches Log Message: Directory /cvs/ports/cad/opensta/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/02 01:49:38 Modified files: cad/opensta : Makefile Added files: cad/opensta/patches: patch-CMakeLists_txt Log message: Unbreak opensta with cmake 3.19 Diff from maintainer, thanks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/02 02:15:43 Modified files: x11/xfce4/xfce4-mixer: Makefile distinfo Log message: x11/xfce4/xfce4-mixer: update to a newer git checkout 2bf296300ae3440bfe8d46f3e9e4ae42204c21ff gracefully reconnects to sndiod upon disconnection/sndiod restarts. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/02 02:47:48 Modified files: geo/gpxsee : Makefile distinfo geo/gpxsee/pkg : PLIST Log message: geo/gpxsee: update to 8.0. See for changes: https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/02 02:56:16 Modified files: share/man/man4 : vxlan.4 Log message: add the "don't tunnel vxlan over itself" text. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/02 02:59:09 Modified files: graphics/openexr: Makefile distinfo Log message: Update to OpenEXR-2.5.4. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/02 03:24:36 Modified files: app/xterm : Makefile app/xterm/resize: Makefile Log message: Remove redundant / unused defines from CPPFLAGS. No binary changes. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/02 03:27:03 Modified files: app/xterm : ptyx.h Log message: Remove a now unused field that was added as part of a local change. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/02 03:33:31 Modified files: app/xterm : charproc.c Log message: Pass proper widget pointer to SetCursorBlink() in local change. Found while testing upgrade to version 363. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/02 03:38:14 Modified files: app/xterm : main.c Log message: Pass the proper widget pointer to getKeymapResources() Found while testing xterm 363 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/02 03:45:24 Modified files: x11/xfce4/xfce4-mixer: Makefile distinfo Log message: x11/xfce4/xfce4-mixer: update to a newer git checkout 21eb6f54 properly handles muting for app tracks not having a separate mute control in sndio API CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/02 06:15:15 Modified files: share/man/man4 : pipex.4 sys/net : pipex.c pipex.h usr.sbin/npppd/npppd: npppd_iface.c Log message: Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummy and were kept only for backward compatibility reasons. ok mpi@ yasuoka@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/02 06:16:04 Modified files: sys/net : if_bridge.c Log message: Don't call if_deactivate() in bridge_clone_destroy(). Following if_detach() will do this. ok kn@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/02 06:16:40 Modified files: sys/net : if_switch.c Log message: Don't call if_deactivate() in switch_clone_destroy(). Following if_detach() will do this. ok kn@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/02 07:27:53 Modified files: sys/arch/loongson/loongson: machdep.c Log message: Make kernel recognize Lynloong LM9002/9003 and LM9013. LM9002/9003 is very similar to LM9001 since it works just fine on LM9002 with the codebase for LM9001. LM9013 on the other hand is fairly different from LM9001 and is more like Yeeloong 8089 when it comes to hardware design. More work might be needed to make it fully functional. From Yifei ZHAN on tech@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/02 07:29:16 Modified files: sys/arch/loongson/dev: smfb.c Log message: Use native display resolution 1368x768 with Lynloong all-in-one computers. From Yifei ZHAN on tech@ CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2021/01/02 07:49:18 Log message: Import syncterm-1.1, a BBS terminal program ARM fixes from trondd at kagu-tsuchi dot com Help from and ok sthen Status: Vendor Tag: jcs Release Tags: jcs_20210102 N ports/comms/syncterm/Makefile N ports/comms/syncterm/distinfo N ports/comms/syncterm/pkg/DESCR N ports/comms/syncterm/pkg/PLIST N ports/comms/syncterm/patches/patch-src_build_Common_gmake N ports/comms/syncterm/patches/patch-src_xpdev_genwrap_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/02 07:49:56 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.200. CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2021/01/02 07:51:45 Modified files: comms : Makefile Log message: greetings, syncterm CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2021/01/02 08:24:24 Modified files: usr.sbin/arp : arp.4 Log message: replace obsolete .Li macros with .Dv and .Er as appropriate CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2021/01/02 08:35:24 Modified files: sbin/route : route.8 Log message: add three missing .Dv macros, and move punctuation out of two that are already there CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/02 09:10:30 Modified files: usr.bin/netstat: netstat.1 Log message: Markup route flags such that apropos(1) finds them netstat(1) is where the mapping between letters and flags is documented, but searching for them ("man -k any=RTF_" or "man -k -i any=blackhole") would only list route(4) and route(8). Markup preprocessor defines as such. OK schwarze CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/02 09:19:31 Modified files: www/p5-CatalystX-SimpleLogin: Makefile distinfo Log message: Update to p5-CatalystX-SimpleLogin-0.21. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/02 09:29:31 Modified files: textproc/p5-PDF-Table: Makefile distinfo Log message: Update to p5-PDF-Table-1.002. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/02 09:35:19 Modified files: security/p5-Crypt-LE: Makefile distinfo security/p5-Crypt-LE/pkg: PLIST Log message: Update to p5-Crypt-LE-0.37. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/02 09:40:03 Modified files: net/p5-Net-SSH2: Makefile distinfo Log message: Update to p5-Net-SSH2-0.72. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/01/02 09:46:17 Modified files: www/castor : Makefile distinfo Log message: www/castor: use bsd.port.mk magic to fetch a file with generic name and store it as distname and use default option for cargo module to put all downloaded crates to "cargo/" directory. ok aja@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/02 09:50:18 Modified files: gnu/llvm/libunwind/src: UnwindRegistersRestore.S UnwindRegistersSave.S Log message: Adjust local modifications to follow changes made upstream. Fixes build on powerpc and sparc64. ok patrick@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2021/01/02 09:50:33 Modified files: usr.bin/netstat: netstat.1 Log message: Add missing .Cm macros to the Address Family table. While here, trim pointless quoting and one excessive column width. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/02 09:55:08 Modified files: devel/p5-MooseX-MethodAttributes: Makefile distinfo Log message: Update to p5-MooseX-MethodAttributes-0.32. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 10:10:11 Log message: Import compiler-rt 11.0.0 release. ok kettenis@ Status: Vendor Tag: LLVM Release Tags: COMPILERRT_11_0_0 U src/gnu/llvm/compiler-rt/CREDITS.TXT U src/gnu/llvm/compiler-rt/README.txt U src/gnu/llvm/compiler-rt/CODE_OWNERS.TXT U src/gnu/llvm/compiler-rt/LICENSE.TXT U src/gnu/llvm/compiler-rt/CMakeLists.txt U src/gnu/llvm/compiler-rt/include/CMakeLists.txt U src/gnu/llvm/compiler-rt/include/fuzzer/FuzzedDataProvider.h U src/gnu/llvm/compiler-rt/include/sanitizer/dfsan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/tsan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/linux_syscall_hooks.h U src/gnu/llvm/compiler-rt/include/sanitizer/hwasan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/lsan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/scudo_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/tsan_interface_atomic.h U src/gnu/llvm/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h U src/gnu/llvm/compiler-rt/include/sanitizer/allocator_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/msan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/ubsan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/asan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/coverage_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/common_interface_defs.h U src/gnu/llvm/compiler-rt/include/profile/InstrProfData.inc U src/gnu/llvm/compiler-rt/include/xray/xray_records.h U src/gnu/llvm/compiler-rt/include/xray/xray_interface.h U src/gnu/llvm/compiler-rt/include/xray/xray_log_interface.h U src/gnu/llvm/compiler-rt/lib/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/BlocksRuntime/runtime.c U src/gnu/llvm/compiler-rt/lib/BlocksRuntime/Block.h U src/gnu/llvm/compiler-rt/lib/BlocksRuntime/data.c U src/gnu/llvm/compiler-rt/lib/BlocksRuntime/Block_private.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_diag_standalone.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_handlers.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_type_hash.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_type_hash_win.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_value.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_handlers.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_monitor.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_type_hash.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_signals_standalone.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_init_standalone.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_diag.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_flags.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_win_weak_interception.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_monitor.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_init.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_win_dynamic_runtime_thunk.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_signals_standalone.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_checks.inc U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_diag.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_init_standalone_preinit.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_init.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_flags.h U src/gnu/llvm/compiler-rt/lib/ubsan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_handlers_cxx.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan.syms.extra U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_platform.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_value.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_flags.inc U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_interface.inc U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_win_dll_thunk.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_flags.h U src/gnu/llvm/compiler-rt/lib/asan/asan_interface_internal.h U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_stack.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_premap_shadow.h U src/gnu/llvm/compiler-rt/lib/asan/asan_shadow_setup.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_stats.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_thread.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_allocator.h U src/gnu/llvm/compiler-rt/lib/asan/asan_init_version.h U src/gnu/llvm/compiler-rt/lib/asan/asan_malloc_mac.cpp U src/gnu/llvm/compiler-rt/lib/asan/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/asan/asan_premap_shadow.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors.h U src/gnu/llvm/compiler-rt/lib/asan/asan_malloc_local.h U src/gnu/llvm/compiler-rt/lib/asan/asan_win_weak_interception.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_descriptions.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_globals.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_lock.h U src/gnu/llvm/compiler-rt/lib/asan/asan_rtems.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_win.cpp U src/gnu/llvm/compiler-rt/lib/asan/README.txt U src/gnu/llvm/compiler-rt/lib/asan/asan_suppressions.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_debugging.cpp U src/gnu/llvm/compiler-rt/lib/asan/.clang-format U src/gnu/llvm/compiler-rt/lib/asan/asan_poisoning.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_activation.h U src/gnu/llvm/compiler-rt/lib/asan/asan_errors.h U src/gnu/llvm/compiler-rt/lib/asan/asan.syms.extra U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_poisoning.h U src/gnu/llvm/compiler-rt/lib/asan/asan_mac.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_fake_stack.h U src/gnu/llvm/compiler-rt/lib/asan/asan_win_dll_thunk.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_malloc_linux.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_fake_stack.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_memory_profile.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_rtl.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_interface.inc U src/gnu/llvm/compiler-rt/lib/asan/asan_posix.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_report.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_linux.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_mapping_sparc64.h U src/gnu/llvm/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cpp U src/gnu/llvm/compiler-rt/lib/asan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/asan/asan_errors.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_suppressions.h U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors_vfork.S U src/gnu/llvm/compiler-rt/lib/asan/asan_flags.inc U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors_memintrinsics.h U src/gnu/llvm/compiler-rt/lib/asan/asan_stack.h U src/gnu/llvm/compiler-rt/lib/asan/asan_scariness_score.h U src/gnu/llvm/compiler-rt/lib/asan/asan_stats.h U src/gnu/llvm/compiler-rt/lib/asan/asan_report.h U src/gnu/llvm/compiler-rt/lib/asan/asan_preinit.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_blacklist.txt U src/gnu/llvm/compiler-rt/lib/asan/asan_activation_flags.inc U src/gnu/llvm/compiler-rt/lib/asan/asan_mapping.h U src/gnu/llvm/compiler-rt/lib/asan/asan_activation.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_globals_win.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_descriptions.h U src/gnu/llvm/compiler-rt/lib/asan/asan_malloc_win.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_mapping_myriad.h U src/gnu/llvm/compiler-rt/lib/asan/asan_internal.h U src/gnu/llvm/compiler-rt/lib/asan/asan_flags.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_thread.h U src/gnu/llvm/compiler-rt/lib/asan/scripts/asan_device_setup U src/gnu/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py U src/gnu/llvm/compiler-rt/lib/asan/scripts/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_oob_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test_main.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_globals_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_mac_test_helpers.mm U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_benchmarks_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test.ignore U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_str_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_racy_double_free_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_exceptions_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test_utils.h U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test_config.h U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_mac_test.h U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_internal_interface_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_fake_stack_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_mac_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_noinst_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_interface_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_mem_test.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDictionary.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerSHA1.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerLoop.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerInternal.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerTracePC.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMerge.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerFlags.def U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMerge.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDefs.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp N src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerPlatform.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerCommand.h U src/gnu/llvm/compiler-rt/lib/fuzzer/README.txt U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerCorpus.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerBuiltins.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMutate.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerRandom.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtil.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerIO.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerOptions.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerIO.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctions.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerFork.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerFork.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtil.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMutate.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerInterface.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerBuiltinsMsvc.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctions.def U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMain.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDriver.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/build.sh U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerValueBitMap.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h U src/gnu/llvm/compiler-rt/lib/fuzzer/standalone/StandaloneFuzzTargetMain.c U src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/DataFlow.h U src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/DataFlowCallbacks.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/afl/afl_driver.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/scripts/unbalanced_allocs.py U src/gnu/llvm/compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan.h N src/gnu/llvm/compiler-rt/lib/lsan/lsan_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_thread.h U src/gnu/llvm/compiler-rt/lib/lsan/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/lsan/lsan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_mac.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common_linux.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_allocator.h U src/gnu/llvm/compiler-rt/lib/lsan/lsan_linux.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common_mac.cpp U src/gnu/llvm/compiler-rt/lib/lsan/.clang-format U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common.h U src/gnu/llvm/compiler-rt/lib/lsan/lsan_flags.inc U src/gnu/llvm/compiler-rt/lib/lsan/lsan_thread.cpp N src/gnu/llvm/compiler-rt/lib/lsan/lsan_posix.h N src/gnu/llvm/compiler-rt/lib/lsan/lsan_posix.cpp U src/gnu/llvm/compiler-rt/lib/lsan/CMakeLists.txt N src/gnu/llvm/compiler-rt/lib/lsan/lsan_common_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_malloc_mac.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_preinit.cpp N src/gnu/llvm/compiler-rt/lib/lsan/lsan_fuchsia.h U src/gnu/llvm/compiler-rt/lib/cfi/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/cfi/cfi.cpp U src/gnu/llvm/compiler-rt/lib/cfi/cfi_blacklist.txt U src/gnu/llvm/compiler-rt/lib/msan/msan_flags.inc U src/gnu/llvm/compiler-rt/lib/msan/msan_blacklist.txt U src/gnu/llvm/compiler-rt/lib/msan/msan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_interface_internal.h U src/gnu/llvm/compiler-rt/lib/msan/msan_poisoning.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_report.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_thread.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_flags.h U src/gnu/llvm/compiler-rt/lib/msan/msan_poisoning.h U src/gnu/llvm/compiler-rt/lib/msan/msan_allocator.h U src/gnu/llvm/compiler-rt/lib/msan/.clang-format U src/gnu/llvm/compiler-rt/lib/msan/msan_chained_origin_depot.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_thread.h U src/gnu/llvm/compiler-rt/lib/msan/msan_report.h U src/gnu/llvm/compiler-rt/lib/msan/msan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/msan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/msan/msan_linux.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_origin.h U src/gnu/llvm/compiler-rt/lib/msan/msan_chained_origin_depot.h U src/gnu/llvm/compiler-rt/lib/msan/msan.h U src/gnu/llvm/compiler-rt/lib/msan/msan.syms.extra U src/gnu/llvm/compiler-rt/lib/msan/tests/msan_test_main.cpp U src/gnu/llvm/compiler-rt/lib/msan/tests/msan_loadable.cpp U src/gnu/llvm/compiler-rt/lib/msan/tests/msan_test.cpp U src/gnu/llvm/compiler-rt/lib/msan/tests/msan_test_config.h U src/gnu/llvm/compiler-rt/lib/msan/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/interception/interception_mac.cpp U src/gnu/llvm/compiler-rt/lib/interception/interception.h U src/gnu/llvm/compiler-rt/lib/interception/interception_win.h U src/gnu/llvm/compiler-rt/lib/interception/interception_mac.h U src/gnu/llvm/compiler-rt/lib/interception/.clang-format U src/gnu/llvm/compiler-rt/lib/interception/interception_win.cpp U src/gnu/llvm/compiler-rt/lib/interception/interception_linux.cpp U src/gnu/llvm/compiler-rt/lib/interception/interception_type_test.cpp U src/gnu/llvm/compiler-rt/lib/interception/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/interception/interception_linux.h U src/gnu/llvm/compiler-rt/lib/interception/tests/interception_win_test.cpp U src/gnu/llvm/compiler-rt/lib/interception/tests/interception_linux_test.cpp U src/gnu/llvm/compiler-rt/lib/interception/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/interception/tests/interception_test_main.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/stack_trace_compressor.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/options.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/stack_trace_compressor.h N src/gnu/llvm/compiler-rt/lib/gwp_asan/utilities.h N src/gnu/llvm/compiler-rt/lib/gwp_asan/crash_handler.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/random.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/common.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/definitions.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/CMakeLists.txt N src/gnu/llvm/compiler-rt/lib/gwp_asan/crash_handler.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/mutex.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/random.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/options.inc N src/gnu/llvm/compiler-rt/lib/gwp_asan/common.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/mutex_posix.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/scripts/symbolize.sh U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/options_parser.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/options_parser.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/backtrace.h N src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/segv_handler.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/backtrace_sanitizer_common.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/late_init.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/thread_contention.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/driver.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/enable_disable.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/harness.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/iterate.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/alignment.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/harness.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/mutex_test.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/slot_reuse.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/compression.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/backtrace.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/basic.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/optional/printf_sanitizer_common.cpp U src/gnu/llvm/compiler-rt/lib/crt/crtbegin.c U src/gnu/llvm/compiler-rt/lib/crt/crtend.c U src/gnu/llvm/compiler-rt/lib/crt/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/scudo_flags.h U src/gnu/llvm/compiler-rt/lib/scudo/scudo_utils.h U src/gnu/llvm/compiler-rt/lib/scudo/scudo_tsd_shared.inc U src/gnu/llvm/compiler-rt/lib/scudo/scudo_allocator.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_tsd_exclusive.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_crc32.h U src/gnu/llvm/compiler-rt/lib/scudo/scudo_tsd.h U src/gnu/llvm/compiler-rt/lib/scudo/scudo_tsd_shared.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_flags.inc U src/gnu/llvm/compiler-rt/lib/scudo/scudo_tsd_exclusive.inc U src/gnu/llvm/compiler-rt/lib/scudo/scudo_platform.h U src/gnu/llvm/compiler-rt/lib/scudo/scudo_malloc.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_flags.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_utils.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_allocator_secondary.h U src/gnu/llvm/compiler-rt/lib/scudo/scudo_interface_internal.h U src/gnu/llvm/compiler-rt/lib/scudo/scudo_allocator.h U src/gnu/llvm/compiler-rt/lib/scudo/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/scudo_errors.h U src/gnu/llvm/compiler-rt/lib/scudo/scudo_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_crc32.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_errors.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_termination.cpp U src/gnu/llvm/compiler-rt/lib/scudo/scudo_allocator_combined.h N src/gnu/llvm/compiler-rt/lib/scudo/standalone/stack_depot.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/checksum.h N src/gnu/llvm/compiler-rt/lib/scudo/standalone/release.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/internal_defs.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tsd_shared.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/linux.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tsd.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/linux.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c.inc U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags.inc U src/gnu/llvm/compiler-rt/lib/scudo/standalone/platform.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/string_utils.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/primary64.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags_parser.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/allocator_config.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp N src/gnu/llvm/compiler-rt/lib/scudo/standalone/memtag.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/release.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/chunk.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags_parser.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/checksum.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c_checks.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/combined.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/common.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/quarantine.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/vector.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/stats.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuchsia.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/report.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/size_class_map.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/crc32_hw.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/standalone/report.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/mutex.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/string_utils.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/local_cache.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/primary32.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/atomic_helpers.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/list.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tsd_exclusive.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/common.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/secondary.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/bytemap.h N src/gnu/llvm/compiler-rt/lib/scudo/standalone/include/scudo/interface.h N src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuzz/get_error_info_fuzzer.cpp N src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuzz/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/malloc_benchmark.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/CMakeLists.txt N src/gnu/llvm/compiler-rt/lib/scudo/standalone/tools/compute_size_class_config.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/release_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/checksum_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/combined_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/list_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/tsd_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/stats_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/primary_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/vector_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/report_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/scudo_unit_test.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/flags_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/quarantine_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/atomic_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/map_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/mutex_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/chunk_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/wrappers_cpp_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/strings_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/scudo_unit_test_main.cpp U src/gnu/llvm/compiler-rt/lib/profile/GCDAProfiling.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfiling.h U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingFile.c U src/gnu/llvm/compiler-rt/lib/profile/WindowsMMap.h N src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingBiasVar.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfiling.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPort.h U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingUtil.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingMerge.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingNameVar.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingInternal.h U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingUtil.h N src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingInternal.c U src/gnu/llvm/compiler-rt/lib/profile/WindowsMMap.c U src/gnu/llvm/compiler-rt/lib/profile/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingWriter.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingRuntime.cpp U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingMergeFile.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingValue.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingBuffer.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformOther.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c U src/gnu/llvm/compiler-rt/lib/safestack/safestack_util.h U src/gnu/llvm/compiler-rt/lib/safestack/safestack_platform.h U src/gnu/llvm/compiler-rt/lib/safestack/.clang-format U src/gnu/llvm/compiler-rt/lib/safestack/safestack.cpp U src/gnu/llvm/compiler-rt/lib/safestack/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_mips.S U src/gnu/llvm/compiler-rt/lib/xray/xray_x86_64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_flags.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_utils.h U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_powerpc64_asm.S U src/gnu/llvm/compiler-rt/lib/xray/xray_profile_collector.h U src/gnu/llvm/compiler-rt/lib/xray/xray_powerpc64.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_buffer_queue.h U src/gnu/llvm/compiler-rt/lib/xray/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_logging.h U src/gnu/llvm/compiler-rt/lib/xray/xray_profiling_flags.h U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_AArch64.S U src/gnu/llvm/compiler-rt/lib/xray/xray_mips64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_arm.S U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_flags.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_flags.h U src/gnu/llvm/compiler-rt/lib/xray/xray_powerpc64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_flags.h U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_x86_64.S U src/gnu/llvm/compiler-rt/lib/xray/xray_segmented_array.h U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_controller.h U src/gnu/llvm/compiler-rt/lib/xray/xray_log_interface.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_profile_collector.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_x86_64.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_allocator.h U src/gnu/llvm/compiler-rt/lib/xray/xray_buffer_queue.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_flags.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_interface_internal.h U src/gnu/llvm/compiler-rt/lib/xray/xray_always_instrument.txt U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_logging.h U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_log_records.h U src/gnu/llvm/compiler-rt/lib/xray/xray_AArch64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_defs.h U src/gnu/llvm/compiler-rt/lib/xray/xray_init.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_function_call_trie.h U src/gnu/llvm/compiler-rt/lib/xray/xray_never_instrument.txt U src/gnu/llvm/compiler-rt/lib/xray/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/xray/xray_tsc.h U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_logging.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_logging.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_mips64.S U src/gnu/llvm/compiler-rt/lib/xray/xray_profiling_flags.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_flags.h U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_flags.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_profiling_flags.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_utils.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_log_writer.h U src/gnu/llvm/compiler-rt/lib/xray/xray_mips.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_powerpc64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_recursion_guard.h U src/gnu/llvm/compiler-rt/lib/xray/xray_arm.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_profiling.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_flags.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_interface.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_flags.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/test_helpers.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/profile_collector_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/fdr_log_writer_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/test_helpers.h U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/function_call_trie_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/buffer_queue_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/fdr_controller_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/xray_unit_test_main.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/allocator_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/segmented_array_test.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan.h U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_flags.inc U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_platform.h U src/gnu/llvm/compiler-rt/lib/dfsan/.clang-format U src/gnu/llvm/compiler-rt/lib/dfsan/libc_ubuntu1404_abilist.txt U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan.syms.extra U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_custom.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/dfsan/done_abilist.txt U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh U src/gnu/llvm/compiler-rt/lib/dfsan/scripts/build-libc-list.py N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_ptrauth.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_posix.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sancov_flags.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_rtems.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_aarch64.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mac.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_bitvector.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_errno.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_i386.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_format.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dll_thunk.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_libignore.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_solaris.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_glibc_version.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_fuchsia.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_generic.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_signal_interceptors.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_report_decorator.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_defs.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_rtems.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_size_class_map.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/.clang-format U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_dbghelp.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_errno.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_rtems.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_stats.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mac_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_libc.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_errno_codes.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_hash.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_freebsd.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_termination.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flags.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_placement_new.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_netbsd_compat.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_getauxval.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_unwind_win.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_list.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sancov_flags.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_weak_interception.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_asm.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sancov_flags.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_bvgraph.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_x86_64.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/.clang-tidy U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interface_posix.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_dynamic_runtime_thunk.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_file.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_x86.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_openbsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_mips.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_other.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_lfstack.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_vector.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_interface.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_file.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dynamic_runtime_thunk.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/sancov.py U src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/cpplint.py U src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/litlint.py U src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py U src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh U src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/litlint_test.py U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ar_to_bc.sh U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_list_test.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_atomic_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_quarantine_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_thread_registry_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_mutex_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_nolibc_test_main.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_flags_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_utils.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_common_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_testlib.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stoptheworld_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/malloc_stress_transfer_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_printer_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_posix_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_symbolizer_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_main.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_pthread_wrappers.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stoptheworld_testlib.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_ioctl_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_ring_buffer_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_vector_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_format_interceptor_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_bvgraph_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_nolibc_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_config.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/standalone_malloc_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_linux_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_suppressions_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_type_traits_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_deadlock_detector_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cpp U src/gnu/llvm/compiler-rt/lib/stats/stats.cpp U src/gnu/llvm/compiler-rt/lib/stats/stats.h U src/gnu/llvm/compiler-rt/lib/stats/stats_client.cpp U src/gnu/llvm/compiler-rt/lib/stats/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp U src/gnu/llvm/compiler-rt/lib/ubsan_minimal/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/ubsan_minimal/ubsan.syms.extra U src/gnu/llvm/compiler-rt/lib/tsan/check_analyze.sh U src/gnu/llvm/compiler-rt/lib/tsan/.clang-format U src/gnu/llvm/compiler-rt/lib/tsan/analyze_libtsan.sh U src/gnu/llvm/compiler-rt/lib/tsan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/check_cmake.sh U src/gnu/llvm/compiler-rt/lib/tsan/go/test.c U src/gnu/llvm/compiler-rt/lib/tsan/go/buildgo.sh U src/gnu/llvm/compiler-rt/lib/tsan/go/build.bat U src/gnu/llvm/compiler-rt/lib/tsan/go/tsan_go.cpp U src/gnu/llvm/compiler-rt/lib/tsan/dd/dd_rtl.h U src/gnu/llvm/compiler-rt/lib/tsan/dd/dd_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/tsan/dd/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/dd/dd_rtl.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_trace.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_ann.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_stack_trace.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_flags.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_stack_trace.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan.syms.extra U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_stat.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_amd64.S U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_update_shadow_word_inl.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mman.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_sync.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_report.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_symbolize.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform_windows.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_report.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mutex.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mutexset.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_fd.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_md5.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_defs.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_preinit.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_suppressions.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_symbolize.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_clock.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_java.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_dense_alloc.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_inl.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_clock.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_flags.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mutex.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_mips64.S U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_dispatch_defs.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_stat.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mman.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_external.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mutexset.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_flags.inc U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_ppc_regs.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_sync.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_ignoreset.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_ppc64.S U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_fd.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_ignoreset.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/func_entry_exit.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/mop.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/mini_bench_local.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/mini_bench_shared.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/vts_many_threads_bench.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/start_many_threads.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_unit_test_main.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_stack_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_flags_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_mutex_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_sync_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_mman_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_shadow_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_dense_alloc_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_clock_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_mutexset_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_posix.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_mop.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_test_util.h U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_mutex.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_string.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_posix_util.h U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_bench.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_thread.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cpp U src/gnu/llvm/compiler-rt/lib/builtins/floatunsisf.c U src/gnu/llvm/compiler-rt/lib/builtins/modsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulvdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/floatundidf.c U src/gnu/llvm/compiler-rt/lib/builtins/fixtfti.c U src/gnu/llvm/compiler-rt/lib/builtins/adddf3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulsf3.c U src/gnu/llvm/compiler-rt/lib/builtins/powisf2.c U src/gnu/llvm/compiler-rt/lib/builtins/subsf3.c U src/gnu/llvm/compiler-rt/lib/builtins/eprintf.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_flag_test_and_set.c U src/gnu/llvm/compiler-rt/lib/builtins/absvdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunssfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/powixf2.c U src/gnu/llvm/compiler-rt/lib/builtins/divti3.c U src/gnu/llvm/compiler-rt/lib/builtins/ffsti2.c U src/gnu/llvm/compiler-rt/lib/builtins/addsf3.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_trunc_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/int_math.h U src/gnu/llvm/compiler-rt/lib/builtins/udivsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/divtf3.c U src/gnu/llvm/compiler-rt/lib/builtins/negvdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/moddi3.c U src/gnu/llvm/compiler-rt/lib/builtins/divsc3.c U src/gnu/llvm/compiler-rt/lib/builtins/negti2.c U src/gnu/llvm/compiler-rt/lib/builtins/powitf2.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_add_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/floatdidf.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunstfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/paritysi2.c C src/gnu/llvm/compiler-rt/lib/builtins/clear_cache.c U src/gnu/llvm/compiler-rt/lib/builtins/bswapdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/popcountti2.c U src/gnu/llvm/compiler-rt/lib/builtins/subvti3.c U src/gnu/llvm/compiler-rt/lib/builtins/cpu_model.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsdfti.c U src/gnu/llvm/compiler-rt/lib/builtins/divdf3.c U src/gnu/llvm/compiler-rt/lib/builtins/int_util.h U src/gnu/llvm/compiler-rt/lib/builtins/muldi3.c U src/gnu/llvm/compiler-rt/lib/builtins/floatuntitf.c U src/gnu/llvm/compiler-rt/lib/builtins/ashrti3.c U src/gnu/llvm/compiler-rt/lib/builtins/ctzdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/mingw_fixfloat.c U src/gnu/llvm/compiler-rt/lib/builtins/enable_execute_stack.c U src/gnu/llvm/compiler-rt/lib/builtins/emutls.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_extend_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/negdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/ctzsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/powidf2.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunssfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/floattixf.c U src/gnu/llvm/compiler-rt/lib/builtins/int_util.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunstfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/cmpti2.c U src/gnu/llvm/compiler-rt/lib/builtins/fixsfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/truncdfsf2.c U src/gnu/llvm/compiler-rt/lib/builtins/clzti2.c U src/gnu/llvm/compiler-rt/lib/builtins/clzsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/floatdixf.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_signal_fence.c U src/gnu/llvm/compiler-rt/lib/builtins/extenddftf2.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_flag_test_and_set_explicit.c U src/gnu/llvm/compiler-rt/lib/builtins/muldc3.c U src/gnu/llvm/compiler-rt/lib/builtins/os_version_check.c U src/gnu/llvm/compiler-rt/lib/builtins/muldf3.c U src/gnu/llvm/compiler-rt/lib/builtins/subdf3.c U src/gnu/llvm/compiler-rt/lib/builtins/udivti3.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/negsf2.c U src/gnu/llvm/compiler-rt/lib/builtins/fixsfti.c N src/gnu/llvm/compiler-rt/lib/builtins/int_div_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/README.txt U src/gnu/llvm/compiler-rt/lib/builtins/trunctfdf2.c U src/gnu/llvm/compiler-rt/lib/builtins/ucmpdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/floatundisf.c U src/gnu/llvm/compiler-rt/lib/builtins/divdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/comparedf2.c U src/gnu/llvm/compiler-rt/lib/builtins/divxc3.c U src/gnu/llvm/compiler-rt/lib/builtins/int_lib.h U src/gnu/llvm/compiler-rt/lib/builtins/fixunssfti.c U src/gnu/llvm/compiler-rt/lib/builtins/addvti3.c U src/gnu/llvm/compiler-rt/lib/builtins/divtc3.c U src/gnu/llvm/compiler-rt/lib/builtins/floatunditf.c U src/gnu/llvm/compiler-rt/lib/builtins/lshrti3.c U src/gnu/llvm/compiler-rt/lib/builtins/ffssi2.c U src/gnu/llvm/compiler-rt/lib/builtins/paritydi2.c U src/gnu/llvm/compiler-rt/lib/builtins/mulxc3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulodi4.c U src/gnu/llvm/compiler-rt/lib/builtins/multf3.c U src/gnu/llvm/compiler-rt/lib/builtins/popcountdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/assembly.h U src/gnu/llvm/compiler-rt/lib/builtins/umodti3.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsxfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/multc3.c U src/gnu/llvm/compiler-rt/lib/builtins/fixdfti.c U src/gnu/llvm/compiler-rt/lib/builtins/bswapsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/floatunsidf.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_flag_clear_explicit.c U src/gnu/llvm/compiler-rt/lib/builtins/udivmodsi4.c U src/gnu/llvm/compiler-rt/lib/builtins/trampoline_setup.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsxfti.c U src/gnu/llvm/compiler-rt/lib/builtins/int_endianness.h U src/gnu/llvm/compiler-rt/lib/builtins/addvsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/ashlti3.c U src/gnu/llvm/compiler-rt/lib/builtins/ashldi3.c U src/gnu/llvm/compiler-rt/lib/builtins/addvdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/udivmoddi4.c U src/gnu/llvm/compiler-rt/lib/builtins/comparesf2.c U src/gnu/llvm/compiler-rt/lib/builtins/floatsisf.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsdfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/floattidf.c U src/gnu/llvm/compiler-rt/lib/builtins/ctzti2.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_trunc.h U src/gnu/llvm/compiler-rt/lib/builtins/ffsdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/umoddi3.c U src/gnu/llvm/compiler-rt/lib/builtins/ucmpti2.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunstfti.c U src/gnu/llvm/compiler-rt/lib/builtins/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/builtins/clzdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/floatdisf.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_mul_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/subvsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/multi3.c U src/gnu/llvm/compiler-rt/lib/builtins/absvti2.c U src/gnu/llvm/compiler-rt/lib/builtins/mulvti3.c U src/gnu/llvm/compiler-rt/lib/builtins/floatditf.c U src/gnu/llvm/compiler-rt/lib/builtins/extendsftf2.c U src/gnu/llvm/compiler-rt/lib/builtins/umodsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/muloti4.c U src/gnu/llvm/compiler-rt/lib/builtins/floatuntidf.c U src/gnu/llvm/compiler-rt/lib/builtins/fixsfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/gcc_personality_v0.c U src/gnu/llvm/compiler-rt/lib/builtins/fixdfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/extendhfsf2.c U src/gnu/llvm/compiler-rt/lib/builtins/floatsidf.c U src/gnu/llvm/compiler-rt/lib/builtins/fixxfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_thread_fence.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsxfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/popcountsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/fixxfti.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_lib.h U src/gnu/llvm/compiler-rt/lib/builtins/parityti2.c U src/gnu/llvm/compiler-rt/lib/builtins/floatsitf.c U src/gnu/llvm/compiler-rt/lib/builtins/mulsc3.c U src/gnu/llvm/compiler-rt/lib/builtins/negdf2.c U src/gnu/llvm/compiler-rt/lib/builtins/int_types.h U src/gnu/llvm/compiler-rt/lib/builtins/fp_mode.h U src/gnu/llvm/compiler-rt/lib/builtins/floattitf.c U src/gnu/llvm/compiler-rt/lib/builtins/fixdfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/floatuntixf.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_extend.h U src/gnu/llvm/compiler-rt/lib/builtins/fixtfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/comparetf2.c U src/gnu/llvm/compiler-rt/lib/builtins/truncdfhf2.c U src/gnu/llvm/compiler-rt/lib/builtins/divsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/divmodsi4.c U src/gnu/llvm/compiler-rt/lib/builtins/mulosi4.c U src/gnu/llvm/compiler-rt/lib/builtins/divsf3.c U src/gnu/llvm/compiler-rt/lib/builtins/floattisf.c U src/gnu/llvm/compiler-rt/lib/builtins/trunctfsf2.c U src/gnu/llvm/compiler-rt/lib/builtins/absvsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_fixuint_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/fp_fixint_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/lshrdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/floatuntisf.c U src/gnu/llvm/compiler-rt/lib/builtins/extendsfdf2.c U src/gnu/llvm/compiler-rt/lib/builtins/truncsfhf2.c U src/gnu/llvm/compiler-rt/lib/builtins/divmoddi4.c U src/gnu/llvm/compiler-rt/lib/builtins/floatundixf.c U src/gnu/llvm/compiler-rt/lib/builtins/divdc3.c U src/gnu/llvm/compiler-rt/lib/builtins/cmpdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/negvti2.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_flag_clear.c U src/gnu/llvm/compiler-rt/lib/builtins/subvdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulvsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/floatunsitf.c U src/gnu/llvm/compiler-rt/lib/builtins/subtf3.c U src/gnu/llvm/compiler-rt/lib/builtins/negvsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/udivdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/modti3.c U src/gnu/llvm/compiler-rt/lib/builtins/unwind-ehabi-helpers.h U src/gnu/llvm/compiler-rt/lib/builtins/udivmodti4.c U src/gnu/llvm/compiler-rt/lib/builtins/addtf3.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsdfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/ashrdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/fixtfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/apple_versioning.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/saveFP.S U src/gnu/llvm/compiler-rt/lib/builtins/ppc/fixtfti.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/DD.h U src/gnu/llvm/compiler-rt/lib/builtins/ppc/fixunstfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/gcc_qsub.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/divtc3.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/floatunditf.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/gcc_qadd.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/multc3.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/restFP.S U src/gnu/llvm/compiler-rt/lib/builtins/ppc/fixunstfti.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/gcc_qdiv.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/floatditf.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/gcc_qmul.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/floattitf.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/fixtfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/aarch64/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/aarch64/chkstk.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/divdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatdidf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatdixf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/moddi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/lshrdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatundidf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatdisf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/udivdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/i386/ashldi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/ashrdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/chkstk.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatundisf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/chkstk2.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatundixf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/umoddi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/muldi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fixunsdfsivfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/subdf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/eqsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_sub_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_memcpy.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/floatsisfvfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/udivmodsi4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_max_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/bswapdi2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_uldivmod.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/lesf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/softfloat-alias.list U src/gnu/llvm/compiler-rt/lib/builtins/arm/divdf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_umax_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/addsf3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_fcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/negdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_memmove.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_xor_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_max_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/restore_vfp_d8_d15_regs.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/switch32.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/gtsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_synchronize.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/ltsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_drsub.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/save_vfp_d8_d15_regs.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_nand_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_memset.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/unordsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/udivsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync-ops.h U src/gnu/llvm/compiler-rt/lib/builtins/arm/mulsf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/ledf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/nedf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_dcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/nesf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/extendsfdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/divmodsi4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_or_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/umodsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/muldf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_div0.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_or_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/divsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/floatunssisfvfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/chkstk.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_xor_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_cfcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fixdfsivfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_uidivmod.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/adddf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/clzsi2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/unorddf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/modsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/clzdi2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_nand_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/eqdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/divsf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/truncdfsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fixunssfsivfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/subsf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/comparesf2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/bswapsi2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/negsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/gedf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/floatsidfvfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_idivmod.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_ldivmod.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_min_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/floatunssidfvfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/switchu8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_min_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/switch8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/ltdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/gesf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_umin_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_memcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_frsub.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_umin_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/addsf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_sub_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_umax_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/switch16.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/gtdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fixsfsivfp.S U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios7-arm64.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/iossim.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios6-armv7s.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/README.TXT U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/iossim-i386.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/osx.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/iossim-x86_64.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios6-armv7.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/osx-i386.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatdidf.c U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatundidf.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatdixf.c U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/chkstk.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatundisf.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatdisf.c U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/chkstk2.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatundixf.S N src/gnu/llvm/compiler-rt/lib/builtins/ve/grow_stack_align.S N src/gnu/llvm/compiler-rt/lib/builtins/ve/grow_stack.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/common_entry_exit_legacy.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/divdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfaddsub.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/fastmath2_ldlib_asm.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/udivmodsi4.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfminmax.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfdiv.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/sfdiv_opt.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/moddi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/udivmoddi4.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/udivdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/common_entry_exit_abi1.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/udivsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/fastmath2_dlib_asm.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/umodsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/sfsqrt_opt.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/divsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/modsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfmul.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/common_entry_exit_abi2.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dffma.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/fastmath_dlib_asm.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfsqrt.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/memcpy_likely_aligned.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/umoddi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/memcpy_forward_vp4cp4n2.S U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/arm.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/common.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/i386.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/thumb2-64.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/thumb2.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/builtins/riscv/int_mul_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/riscv/mulsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/riscv/muldi3.S U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_exceptions.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_thread_list.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_setjmp.S U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_mapping.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_thread_list.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_linux.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan.syms.extra U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_poisoning.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_blacklist.txt N src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_globals.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_checks.h U src/gnu/llvm/compiler-rt/lib/hwasan/.clang-format U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_type_test.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_report.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_thread.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_allocator.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_memintrinsics.cpp N src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_globals.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_report.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_malloc_bisect.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_poisoning.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.inc U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_thread.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_interface_internal.h U src/gnu/llvm/compiler-rt/lib/hwasan/scripts/hwasan_symbolize U src/gnu/llvm/compiler-rt/lib/hwasan/scripts/CMakeLists.txt U src/gnu/llvm/compiler-rt/unittests/lit_unittest_cfg_utils.py U src/gnu/llvm/compiler-rt/unittests/lit.common.unit.configured.in U src/gnu/llvm/compiler-rt/unittests/CMakeLists.txt U src/gnu/llvm/compiler-rt/unittests/lit.common.unit.cfg.py U src/gnu/llvm/compiler-rt/cmake/base-config-ix.cmake U src/gnu/llvm/compiler-rt/cmake/config-ix.cmake U src/gnu/llvm/compiler-rt/cmake/builtin-config-ix.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/SanitizerUtils.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/BuiltinTests.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/HandleCompilerRT.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTLink.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTUtils.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/AddCompilerRT.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/UseLibtool.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTCompile.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt U src/gnu/llvm/compiler-rt/cmake/caches/Apple.cmake U src/gnu/llvm/compiler-rt/docs/TestingGuide.rst U src/gnu/llvm/compiler-rt/utils/generate_netbsd_syscalls.awk U src/gnu/llvm/compiler-rt/utils/generate_netbsd_ioctls.awk U src/gnu/llvm/compiler-rt/www/menu.html.incl U src/gnu/llvm/compiler-rt/www/content.css U src/gnu/llvm/compiler-rt/www/index.html U src/gnu/llvm/compiler-rt/www/menu.css U src/gnu/llvm/compiler-rt/tools/CMakeLists.txt U src/gnu/llvm/compiler-rt/tools/gwp_asan/CMakeLists.txt U src/gnu/llvm/compiler-rt/tools/gwp_asan/stack_trace_compressor_fuzzer.cpp 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLLVM:yesterday -jLLVM src/gnu/llvm/compiler-rt CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/02 10:11:29 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: x11/xfce4/xfce4-whiskermenu: update to 2.5.1. Fixes https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/issues/33 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 10:14:13 Modified files: gnu/llvm/compiler-rt/lib/builtins: clear_cache.c Removed files: gnu/llvm/compiler-rt: .arcconfig gnu/llvm/compiler-rt/lib/builtins/hexagon: fabs_opt.S fma_opt.S fmax_opt.S fmin_opt.S gnu/llvm/compiler-rt/lib/scudo/standalone: interface.h Log message: Merge compiler-rt 11.0.0. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 10:50:15 Modified files: lib/libcxx : Makefile shlib_version lib/libcxxabi : Makefile shlib_version Log message: Switch libc++ and libc++abi to use libunwind 11.0.0. Bump major for both libraries due to dynamic export additions and removals in libc++abi. Tested by kettenis@, visa@ and myself ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 10:50:56 Modified files: distrib/sets/lists/base: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.sgi md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 10:53:54 Removed files: lib/libunwind : CMakeLists.txt LICENSE.TXT lib/libunwind/cmake: config-ix.cmake lib/libunwind/cmake/Modules: HandleCompilerRT.cmake lib/libunwind/include: __libunwind_config.h libunwind.h unwind.h lib/libunwind/include/mach-o: compact_unwind_encoding.h lib/libunwind/src: AddressSpace.hpp CMakeLists.txt CompactUnwinder.hpp DwarfInstructions.hpp DwarfParser.hpp EHHeaderParser.hpp RWMutex.hpp Registers.hpp Unwind-EHABI.cpp Unwind-EHABI.h Unwind-seh.cpp Unwind-sjlj.c UnwindCursor.hpp UnwindLevel1-gcc-ext.c UnwindLevel1.c UnwindRegistersRestore.S UnwindRegistersSave.S Unwind_AppleExtras.cpp assembly.h config.h dwarf2.h libunwind.cpp libunwind_ext.h Log message: Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in the gnu/ directory. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/02 11:00:08 Modified files: lib/libssl : tls13_record_layer.c Log message: Free {alert,phh}_data in tls13_record_layer_free() httpd(8)'s incorrect tls_close() after closing the underlying socket led to a leak: tls_close()'s attempt to send out the close_notify won't work very well over a closed pipe. This resulted in alert_data still hanging off the TLSv1.3 context's record layer struct. The tls_free() call should have cleaned this up but failed to do so. The record layer's phh_data potentially has the same issue, so free it as well. This diff makes -current httpd(8) run in constant memory over hundreds of thousands TLS connections with a static site. ok inoguchi jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/02 11:31:06 Modified files: usr.sbin/httpd : server.c Log message: Call tls_close() before closing the underlying socket In order to end a TLS connection regularly, an implementation MUST send a close_notify alert. libtls does this in tls_close() via SSL_shutdown(), so the socket had better still be open. The incorrect order in server_close() caused a leak on each tls connection due to a bug in libssl (fixed in tls_record_layer.c r1.56). As pointed out by claudio, tls_close() should really be handled from the main event loop. This will be addressed in a later commit. ok claudio florian jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/02 11:35:07 Modified files: usr.sbin/httpd : server.c Log message: Pull tls_close() and tls_free() further up, so tls_free() will already be in the right spot once tls_close() is handled by libevent. suggested by jsing CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/02 12:04:21 Modified files: usr.sbin/acme-client: acme-client.1 revokeproc.c Log message: If acme-client detects an added or removed SAN in the config file compared to the existing certificate on disk, automatically request a new certificate without requiring -F. (Previously the code using -F only coped with added SANs; if one was removed in config then the certificate needed manual removal vefore acme-client would work). Name checks for -r (revocation) are kept as-is for now. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/02 12:09:55 Modified files: print/printrun : Makefile distinfo print/printrun/patches: patch-setup_py print/printrun/pkg: PLIST Log message: update printrun to 1.6.0 The versioning scheme changed in this update, so EPOCH gets bumped. ok abieber@ who also drops maintainer CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/02 12:15:04 Modified files: lib/libtls/man : tls_config_set_protocols.3 Log message: Make list of DHE parameters more prominent Follow the previous commit and complete the manual page for consistency; better readable and tags for free. OK tb CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 12:55:30 src/gnu/lib/libcxxabi Update of /cvs/src/gnu/lib/libcxxabi In directory cvs.openbsd.org:/tmp/cvs-serv87395/gnu/lib/libcxxabi Log Message: Directory /cvs/src/gnu/lib/libcxxabi added to the repository CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 12:55:30 src/gnu/lib/libcxx Update of /cvs/src/gnu/lib/libcxx In directory cvs.openbsd.org:/tmp/cvs-serv87395/gnu/lib/libcxx Log Message: Directory /cvs/src/gnu/lib/libcxx added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2021/01/02 12:58:44 Modified files: lib/libtls/man : tls_config_set_protocols.3 Log message: Tweak previous: * Do not abuse .Bl -tag for lists without bodies, use .Bl -item instead. * In tagged lists, put bodies into bodies, not into heads. * Add a few missing macros. * Drop some useless quoting. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 13:04:36 Modified files: gnu/lib : Makefile include : Makefile lib : Makefile Added files: gnu/lib/libcxx : Makefile shlib_version gnu/lib/libcxxabi: Makefile shlib_version Removed files: lib/libcxx : Makefile shlib_version lib/libcxxabi : Makefile shlib_version Log message: Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an upcoming update to those, which will see both codebases heading into the gnu/llvm dumpster. Feedback from jsg@ ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 13:29:14 Log message: Import libc++ 10.0.1 release. Status: Vendor Tag: LLVM Release Tags: LIBCXX_10_0_1 N src/gnu/llvm/libcxx/CMakeLists.txt N src/gnu/llvm/libcxx/CREDITS.TXT N src/gnu/llvm/libcxx/LICENSE.TXT N src/gnu/llvm/libcxx/NOTES.TXT N src/gnu/llvm/libcxx/TODO.TXT N src/gnu/llvm/libcxx/benchmarks/CMakeLists.txt N src/gnu/llvm/libcxx/benchmarks/CartesianBenchmarks.h N src/gnu/llvm/libcxx/benchmarks/ContainerBenchmarks.h N src/gnu/llvm/libcxx/benchmarks/GenerateInput.h N src/gnu/llvm/libcxx/benchmarks/Utilities.h N src/gnu/llvm/libcxx/benchmarks/algorithms.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms.partition_point.bench.cpp N src/gnu/llvm/libcxx/benchmarks/allocation.bench.cpp N src/gnu/llvm/libcxx/benchmarks/deque.bench.cpp N src/gnu/llvm/libcxx/benchmarks/filesystem.bench.cpp N src/gnu/llvm/libcxx/benchmarks/function.bench.cpp N src/gnu/llvm/libcxx/benchmarks/lit.cfg.py N src/gnu/llvm/libcxx/benchmarks/lit.site.cfg.py.in N src/gnu/llvm/libcxx/benchmarks/ordered_set.bench.cpp N src/gnu/llvm/libcxx/benchmarks/string.bench.cpp N src/gnu/llvm/libcxx/benchmarks/stringstream.bench.cpp N src/gnu/llvm/libcxx/benchmarks/unordered_set_operations.bench.cpp N src/gnu/llvm/libcxx/benchmarks/util_smartptr.bench.cpp N src/gnu/llvm/libcxx/benchmarks/vector_operations.bench.cpp N src/gnu/llvm/libcxx/cmake/config-ix.cmake N src/gnu/llvm/libcxx/cmake/Modules/CheckLibcxxAtomic.cmake N src/gnu/llvm/libcxx/cmake/Modules/CodeCoverage.cmake N src/gnu/llvm/libcxx/cmake/Modules/DefineLinkerScript.cmake N src/gnu/llvm/libcxx/cmake/Modules/HandleCompilerRT.cmake N src/gnu/llvm/libcxx/cmake/Modules/HandleLibCXXABI.cmake N src/gnu/llvm/libcxx/cmake/Modules/HandleLibcxxFlags.cmake N src/gnu/llvm/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake N src/gnu/llvm/libcxx/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake N src/gnu/llvm/libcxx/cmake/caches/Apple.cmake N src/gnu/llvm/libcxx/docs/BuildingLibcxx.rst N src/gnu/llvm/libcxx/docs/CMakeLists.txt N src/gnu/llvm/libcxx/docs/FeatureTestMacroTable.rst N src/gnu/llvm/libcxx/docs/Makefile.sphinx N src/gnu/llvm/libcxx/docs/README.txt N src/gnu/llvm/libcxx/docs/ReleaseNotes.rst N src/gnu/llvm/libcxx/docs/TestingLibcxx.rst N src/gnu/llvm/libcxx/docs/UsingLibcxx.rst N src/gnu/llvm/libcxx/docs/conf.py N src/gnu/llvm/libcxx/docs/index.rst N src/gnu/llvm/libcxx/docs/DesignDocs/ABIVersioning.rst N src/gnu/llvm/libcxx/docs/DesignDocs/AvailabilityMarkup.rst N src/gnu/llvm/libcxx/docs/DesignDocs/CapturingConfigInfo.rst N src/gnu/llvm/libcxx/docs/DesignDocs/DebugMode.rst N src/gnu/llvm/libcxx/docs/DesignDocs/ExperimentalFeatures.rst N src/gnu/llvm/libcxx/docs/DesignDocs/ExtendedCXX03Support.rst N src/gnu/llvm/libcxx/docs/DesignDocs/FeatureTestMacros.rst N src/gnu/llvm/libcxx/docs/DesignDocs/FileTimeType.rst N src/gnu/llvm/libcxx/docs/DesignDocs/ThreadingSupportAPI.rst N src/gnu/llvm/libcxx/docs/DesignDocs/VisibilityMacros.rst N src/gnu/llvm/libcxx/include/CMakeLists.txt N src/gnu/llvm/libcxx/include/__bit_reference N src/gnu/llvm/libcxx/include/__bsd_locale_defaults.h N src/gnu/llvm/libcxx/include/__bsd_locale_fallbacks.h N src/gnu/llvm/libcxx/include/__config N src/gnu/llvm/libcxx/include/__config_site.in N src/gnu/llvm/libcxx/include/__debug N src/gnu/llvm/libcxx/include/__errc N src/gnu/llvm/libcxx/include/__functional_03 N src/gnu/llvm/libcxx/include/__functional_base N src/gnu/llvm/libcxx/include/__functional_base_03 N src/gnu/llvm/libcxx/include/__hash_table N src/gnu/llvm/libcxx/include/__libcpp_version N src/gnu/llvm/libcxx/include/__locale N src/gnu/llvm/libcxx/include/__mutex_base N src/gnu/llvm/libcxx/include/__node_handle N src/gnu/llvm/libcxx/include/__nullptr N src/gnu/llvm/libcxx/include/__split_buffer N src/gnu/llvm/libcxx/include/__sso_allocator N src/gnu/llvm/libcxx/include/__string N src/gnu/llvm/libcxx/include/__std_stream N src/gnu/llvm/libcxx/include/__threading_support N src/gnu/llvm/libcxx/include/__tree N src/gnu/llvm/libcxx/include/__tuple N src/gnu/llvm/libcxx/include/__undef_macros N src/gnu/llvm/libcxx/include/algorithm N src/gnu/llvm/libcxx/include/any N src/gnu/llvm/libcxx/include/array N src/gnu/llvm/libcxx/include/atomic N src/gnu/llvm/libcxx/include/bit N src/gnu/llvm/libcxx/include/bitset N src/gnu/llvm/libcxx/include/cassert N src/gnu/llvm/libcxx/include/ccomplex N src/gnu/llvm/libcxx/include/cctype N src/gnu/llvm/libcxx/include/cerrno N src/gnu/llvm/libcxx/include/cfenv N src/gnu/llvm/libcxx/include/cfloat N src/gnu/llvm/libcxx/include/charconv N src/gnu/llvm/libcxx/include/chrono N src/gnu/llvm/libcxx/include/cinttypes N src/gnu/llvm/libcxx/include/ciso646 N src/gnu/llvm/libcxx/include/climits N src/gnu/llvm/libcxx/include/clocale N src/gnu/llvm/libcxx/include/cmath N src/gnu/llvm/libcxx/include/codecvt N src/gnu/llvm/libcxx/include/compare N src/gnu/llvm/libcxx/include/complex N src/gnu/llvm/libcxx/include/complex.h N src/gnu/llvm/libcxx/include/csetjmp N src/gnu/llvm/libcxx/include/condition_variable N src/gnu/llvm/libcxx/include/csignal N src/gnu/llvm/libcxx/include/cstdarg N src/gnu/llvm/libcxx/include/cstdbool N src/gnu/llvm/libcxx/include/cstddef N src/gnu/llvm/libcxx/include/cstdint N src/gnu/llvm/libcxx/include/cstdio N src/gnu/llvm/libcxx/include/cstdlib N src/gnu/llvm/libcxx/include/cstring N src/gnu/llvm/libcxx/include/ctgmath N src/gnu/llvm/libcxx/include/ctime N src/gnu/llvm/libcxx/include/ctype.h N src/gnu/llvm/libcxx/include/cwchar N src/gnu/llvm/libcxx/include/cwctype N src/gnu/llvm/libcxx/include/deque N src/gnu/llvm/libcxx/include/errno.h N src/gnu/llvm/libcxx/include/exception N src/gnu/llvm/libcxx/include/execution N src/gnu/llvm/libcxx/include/fenv.h N src/gnu/llvm/libcxx/include/filesystem N src/gnu/llvm/libcxx/include/float.h N src/gnu/llvm/libcxx/include/forward_list N src/gnu/llvm/libcxx/include/fstream N src/gnu/llvm/libcxx/include/functional N src/gnu/llvm/libcxx/include/future N src/gnu/llvm/libcxx/include/initializer_list N src/gnu/llvm/libcxx/include/inttypes.h N src/gnu/llvm/libcxx/include/iomanip N src/gnu/llvm/libcxx/include/ios N src/gnu/llvm/libcxx/include/iosfwd N src/gnu/llvm/libcxx/include/iostream N src/gnu/llvm/libcxx/include/istream N src/gnu/llvm/libcxx/include/iterator N src/gnu/llvm/libcxx/include/limits N src/gnu/llvm/libcxx/include/limits.h N src/gnu/llvm/libcxx/include/list N src/gnu/llvm/libcxx/include/locale N src/gnu/llvm/libcxx/include/locale.h N src/gnu/llvm/libcxx/include/map N src/gnu/llvm/libcxx/include/math.h N src/gnu/llvm/libcxx/include/memory N src/gnu/llvm/libcxx/include/module.modulemap N src/gnu/llvm/libcxx/include/mutex N src/gnu/llvm/libcxx/include/new N src/gnu/llvm/libcxx/include/numeric N src/gnu/llvm/libcxx/include/optional N src/gnu/llvm/libcxx/include/ostream N src/gnu/llvm/libcxx/include/queue N src/gnu/llvm/libcxx/include/random N src/gnu/llvm/libcxx/include/ratio N src/gnu/llvm/libcxx/include/regex N src/gnu/llvm/libcxx/include/scoped_allocator N src/gnu/llvm/libcxx/include/set N src/gnu/llvm/libcxx/include/setjmp.h N src/gnu/llvm/libcxx/include/shared_mutex N src/gnu/llvm/libcxx/include/span N src/gnu/llvm/libcxx/include/sstream N src/gnu/llvm/libcxx/include/stack N src/gnu/llvm/libcxx/include/stdbool.h N src/gnu/llvm/libcxx/include/stddef.h N src/gnu/llvm/libcxx/include/stdexcept N src/gnu/llvm/libcxx/include/stdint.h N src/gnu/llvm/libcxx/include/stdio.h N src/gnu/llvm/libcxx/include/stdlib.h N src/gnu/llvm/libcxx/include/streambuf N src/gnu/llvm/libcxx/include/string N src/gnu/llvm/libcxx/include/string.h N src/gnu/llvm/libcxx/include/string_view N src/gnu/llvm/libcxx/include/strstream N src/gnu/llvm/libcxx/include/system_error N src/gnu/llvm/libcxx/include/tgmath.h N src/gnu/llvm/libcxx/include/thread N src/gnu/llvm/libcxx/include/tuple N src/gnu/llvm/libcxx/include/type_traits N src/gnu/llvm/libcxx/include/typeindex N src/gnu/llvm/libcxx/include/typeinfo N src/gnu/llvm/libcxx/include/unordered_map N src/gnu/llvm/libcxx/include/unordered_set N src/gnu/llvm/libcxx/include/utility N src/gnu/llvm/libcxx/include/valarray N src/gnu/llvm/libcxx/include/variant N src/gnu/llvm/libcxx/include/vector N src/gnu/llvm/libcxx/include/version N src/gnu/llvm/libcxx/include/wchar.h N src/gnu/llvm/libcxx/include/wctype.h N src/gnu/llvm/libcxx/include/experimental/__config N src/gnu/llvm/libcxx/include/experimental/__memory N src/gnu/llvm/libcxx/include/experimental/algorithm N src/gnu/llvm/libcxx/include/experimental/coroutine N src/gnu/llvm/libcxx/include/experimental/deque N src/gnu/llvm/libcxx/include/experimental/filesystem N src/gnu/llvm/libcxx/include/experimental/forward_list N src/gnu/llvm/libcxx/include/experimental/functional N src/gnu/llvm/libcxx/include/experimental/iterator N src/gnu/llvm/libcxx/include/experimental/list N src/gnu/llvm/libcxx/include/experimental/map N src/gnu/llvm/libcxx/include/experimental/memory_resource N src/gnu/llvm/libcxx/include/experimental/propagate_const N src/gnu/llvm/libcxx/include/experimental/regex N src/gnu/llvm/libcxx/include/experimental/set N src/gnu/llvm/libcxx/include/experimental/simd N src/gnu/llvm/libcxx/include/experimental/string N src/gnu/llvm/libcxx/include/experimental/type_traits N src/gnu/llvm/libcxx/include/experimental/unordered_map N src/gnu/llvm/libcxx/include/experimental/unordered_set N src/gnu/llvm/libcxx/include/experimental/utility N src/gnu/llvm/libcxx/include/experimental/vector N src/gnu/llvm/libcxx/include/ext/__hash N src/gnu/llvm/libcxx/include/ext/hash_map N src/gnu/llvm/libcxx/include/ext/hash_set N src/gnu/llvm/libcxx/include/support/android/locale_bionic.h N src/gnu/llvm/libcxx/include/support/fuchsia/xlocale.h N src/gnu/llvm/libcxx/include/support/ibm/limits.h N src/gnu/llvm/libcxx/include/support/ibm/locale_mgmt_aix.h N src/gnu/llvm/libcxx/include/support/ibm/support.h N src/gnu/llvm/libcxx/include/support/ibm/xlocale.h N src/gnu/llvm/libcxx/include/support/musl/xlocale.h N src/gnu/llvm/libcxx/include/support/newlib/xlocale.h N src/gnu/llvm/libcxx/include/support/solaris/floatingpoint.h N src/gnu/llvm/libcxx/include/support/solaris/wchar.h N src/gnu/llvm/libcxx/include/support/solaris/xlocale.h N src/gnu/llvm/libcxx/include/support/win32/limits_msvc_win32.h N src/gnu/llvm/libcxx/include/support/win32/locale_win32.h N src/gnu/llvm/libcxx/include/support/xlocale/__nop_locale_mgmt.h N src/gnu/llvm/libcxx/include/support/xlocale/__posix_l_fallback.h N src/gnu/llvm/libcxx/include/support/xlocale/__strtonum_fallback.h N src/gnu/llvm/libcxx/lib/libc++abi-new-delete.exp N src/gnu/llvm/libcxx/lib/libc++abi.v1.exp N src/gnu/llvm/libcxx/lib/libc++abi.v2.exp N src/gnu/llvm/libcxx/lib/libc++sjlj-abi.v1.exp N src/gnu/llvm/libcxx/lib/libc++sjlj-abi.v2.exp N src/gnu/llvm/libcxx/lib/libc++unexp.exp N src/gnu/llvm/libcxx/lib/notweak.exp N src/gnu/llvm/libcxx/lib/weak.exp N src/gnu/llvm/libcxx/lib/abi/CHANGELOG.TXT N src/gnu/llvm/libcxx/lib/abi/CMakeLists.txt N src/gnu/llvm/libcxx/lib/abi/README.TXT N src/gnu/llvm/libcxx/lib/abi/x86_64-apple-darwin.v1.abilist N src/gnu/llvm/libcxx/lib/abi/x86_64-apple-darwin.v2.abilist N src/gnu/llvm/libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist N src/gnu/llvm/libcxx/lib/abi/3.9/x86_64-apple-darwin16.abilist N src/gnu/llvm/libcxx/lib/abi/3.9/x86_64-linux-gnu.abilist N src/gnu/llvm/libcxx/lib/abi/4.0/x86_64-apple-darwin16.abilist N src/gnu/llvm/libcxx/lib/abi/4.0/x86_64-unknown-linux-gnu.abilist N src/gnu/llvm/libcxx/lib/abi/5.0/x86_64-apple-darwin16.abilist N src/gnu/llvm/libcxx/lib/abi/5.0/x86_64-unknown-linux-gnu.abilist N src/gnu/llvm/libcxx/lib/abi/6.0/x86_64-apple-darwin16.abilist N src/gnu/llvm/libcxx/lib/abi/6.0/x86_64-unknown-linux-gnu.abilist N src/gnu/llvm/libcxx/lib/abi/8.0/x86_64-apple-darwin.v1.abilist N src/gnu/llvm/libcxx/lib/abi/8.0/x86_64-apple-darwin.v2.abilist N src/gnu/llvm/libcxx/lib/abi/8.0/x86_64-unknown-linux-gnu.v1.abilist N src/gnu/llvm/libcxx/src/CMakeLists.txt N src/gnu/llvm/libcxx/src/algorithm.cpp N src/gnu/llvm/libcxx/src/any.cpp N src/gnu/llvm/libcxx/src/bind.cpp N src/gnu/llvm/libcxx/src/charconv.cpp N src/gnu/llvm/libcxx/src/chrono.cpp N src/gnu/llvm/libcxx/src/condition_variable.cpp N src/gnu/llvm/libcxx/src/condition_variable_destructor.cpp N src/gnu/llvm/libcxx/src/debug.cpp N src/gnu/llvm/libcxx/src/exception.cpp N src/gnu/llvm/libcxx/src/functional.cpp N src/gnu/llvm/libcxx/src/future.cpp N src/gnu/llvm/libcxx/src/hash.cpp N src/gnu/llvm/libcxx/src/ios.cpp N src/gnu/llvm/libcxx/src/iostream.cpp N src/gnu/llvm/libcxx/src/locale.cpp N src/gnu/llvm/libcxx/src/memory.cpp N src/gnu/llvm/libcxx/src/mutex.cpp N src/gnu/llvm/libcxx/src/new.cpp N src/gnu/llvm/libcxx/src/mutex_destructor.cpp N src/gnu/llvm/libcxx/src/optional.cpp N src/gnu/llvm/libcxx/src/random.cpp N src/gnu/llvm/libcxx/src/regex.cpp N src/gnu/llvm/libcxx/src/shared_mutex.cpp N src/gnu/llvm/libcxx/src/stdexcept.cpp N src/gnu/llvm/libcxx/src/string.cpp N src/gnu/llvm/libcxx/src/strstream.cpp N src/gnu/llvm/libcxx/src/system_error.cpp N src/gnu/llvm/libcxx/src/thread.cpp N src/gnu/llvm/libcxx/src/typeinfo.cpp N src/gnu/llvm/libcxx/src/utility.cpp N src/gnu/llvm/libcxx/src/valarray.cpp N src/gnu/llvm/libcxx/src/variant.cpp N src/gnu/llvm/libcxx/src/vector.cpp N src/gnu/llvm/libcxx/src/experimental/memory_resource.cpp N src/gnu/llvm/libcxx/src/filesystem/directory_iterator.cpp N src/gnu/llvm/libcxx/src/filesystem/filesystem_common.h N src/gnu/llvm/libcxx/src/filesystem/int128_builtins.cpp N src/gnu/llvm/libcxx/src/filesystem/operations.cpp N src/gnu/llvm/libcxx/src/include/apple_availability.h N src/gnu/llvm/libcxx/src/include/atomic_support.h N src/gnu/llvm/libcxx/src/include/config_elast.h N src/gnu/llvm/libcxx/src/include/refstring.h N src/gnu/llvm/libcxx/src/support/runtime/exception_fallback.ipp N src/gnu/llvm/libcxx/src/support/runtime/exception_glibcxx.ipp N src/gnu/llvm/libcxx/src/support/runtime/exception_libcxxabi.ipp N src/gnu/llvm/libcxx/src/support/runtime/exception_libcxxrt.ipp N src/gnu/llvm/libcxx/src/support/runtime/exception_msvc.ipp N src/gnu/llvm/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp N src/gnu/llvm/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp N src/gnu/llvm/libcxx/src/support/runtime/exception_pointer_msvc.ipp N src/gnu/llvm/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp N src/gnu/llvm/libcxx/src/support/runtime/new_handler_fallback.ipp N src/gnu/llvm/libcxx/src/support/runtime/stdexcept_default.ipp N src/gnu/llvm/libcxx/src/support/runtime/stdexcept_vcruntime.ipp N src/gnu/llvm/libcxx/src/support/solaris/README N src/gnu/llvm/libcxx/src/support/solaris/mbsnrtowcs.inc N src/gnu/llvm/libcxx/src/support/solaris/wcsnrtombs.inc N src/gnu/llvm/libcxx/src/support/solaris/xlocale.cpp N src/gnu/llvm/libcxx/src/support/win32/locale_win32.cpp N src/gnu/llvm/libcxx/src/support/win32/support.cpp N src/gnu/llvm/libcxx/src/support/win32/thread_win32.cpp N src/gnu/llvm/libcxx/utils/cat_files.py N src/gnu/llvm/libcxx/utils/generate_feature_test_macro_components.py N src/gnu/llvm/libcxx/utils/merge_archives.py N src/gnu/llvm/libcxx/utils/not.py N src/gnu/llvm/libcxx/utils/run.py N src/gnu/llvm/libcxx/utils/sym_diff.py N src/gnu/llvm/libcxx/utils/sym_extract.py N src/gnu/llvm/libcxx/utils/sym_match.py N src/gnu/llvm/libcxx/utils/ci/macos-backdeployment.sh N src/gnu/llvm/libcxx/utils/ci/macos-trunk.sh N src/gnu/llvm/libcxx/utils/docker/docker-compose.yml N src/gnu/llvm/libcxx/utils/docker/debian9/Dockerfile.base N src/gnu/llvm/libcxx/utils/docker/debian9/Dockerfile.buildbot N src/gnu/llvm/libcxx/utils/docker/debian9/Dockerfile.clang N src/gnu/llvm/libcxx/utils/docker/debian9/Dockerfile.compiler_zoo N src/gnu/llvm/libcxx/utils/docker/debian9/Dockerfile.gcc N src/gnu/llvm/libcxx/utils/docker/scripts/build_gcc_version.sh N src/gnu/llvm/libcxx/utils/docker/scripts/build_llvm_version.sh N src/gnu/llvm/libcxx/utils/docker/scripts/docker_start_buildbots.sh N src/gnu/llvm/libcxx/utils/docker/scripts/docker_update_bot.sh N src/gnu/llvm/libcxx/utils/docker/scripts/install_clang_packages.sh N src/gnu/llvm/libcxx/utils/docker/scripts/run_buildbot.sh N src/gnu/llvm/libcxx/utils/gdb/libcxx/printers.py N src/gnu/llvm/libcxx/utils/google-benchmark/.clang-format N src/gnu/llvm/libcxx/utils/google-benchmark/.gitignore N src/gnu/llvm/libcxx/utils/google-benchmark/.travis-libcxx-setup.sh N src/gnu/llvm/libcxx/utils/google-benchmark/.travis.yml N src/gnu/llvm/libcxx/utils/google-benchmark/.ycm_extra_conf.py N src/gnu/llvm/libcxx/utils/google-benchmark/AUTHORS N src/gnu/llvm/libcxx/utils/google-benchmark/CMakeLists.txt N src/gnu/llvm/libcxx/utils/google-benchmark/CONTRIBUTING.md N src/gnu/llvm/libcxx/utils/google-benchmark/CONTRIBUTORS N src/gnu/llvm/libcxx/utils/google-benchmark/LICENSE N src/gnu/llvm/libcxx/utils/google-benchmark/README.LLVM N src/gnu/llvm/libcxx/utils/google-benchmark/README.md N src/gnu/llvm/libcxx/utils/google-benchmark/WORKSPACE N src/gnu/llvm/libcxx/utils/google-benchmark/appveyor.yml N src/gnu/llvm/libcxx/utils/google-benchmark/mingw.py N src/gnu/llvm/libcxx/utils/google-benchmark/releasing.md N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/AddCXXCompilerFlag.cmake N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/CXXFeatureCheck.cmake N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/Config.cmake.in N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/HandleGTest.cmake N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/benchmark.pc.in N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/llvm-toolchain.cmake N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/posix_regex.cpp N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/split_list.cmake N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/std_regex.cpp N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/steady_clock.cpp N src/gnu/llvm/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp N src/gnu/llvm/libcxx/utils/google-benchmark/docs/AssemblyTests.md N src/gnu/llvm/libcxx/utils/google-benchmark/docs/tools.md N src/gnu/llvm/libcxx/utils/google-benchmark/include/benchmark/benchmark.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/CMakeLists.txt N src/gnu/llvm/libcxx/utils/google-benchmark/src/arraysize.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/benchmark.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_api_internal.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_main.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_register.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_register.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_runner.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_runner.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/check.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/colorprint.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/colorprint.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/commandlineflags.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/commandlineflags.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/complexity.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/complexity.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/console_reporter.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/counter.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/counter.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/csv_reporter.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/cycleclock.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/internal_macros.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/json_reporter.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/log.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/mutex.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/re.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/reporter.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/sleep.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/sleep.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/statistics.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/statistics.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/string_util.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/string_util.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/sysinfo.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/thread_manager.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/thread_timer.h N src/gnu/llvm/libcxx/utils/google-benchmark/src/timers.cc N src/gnu/llvm/libcxx/utils/google-benchmark/src/timers.h N src/gnu/llvm/libcxx/utils/google-benchmark/test/AssemblyTests.cmake N src/gnu/llvm/libcxx/utils/google-benchmark/test/CMakeLists.txt N src/gnu/llvm/libcxx/utils/google-benchmark/test/basic_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_gtest.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/clobber_memory_assembly_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/complexity_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/cxx03_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/diagnostics_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/display_aggregates_only_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/donotoptimize_assembly_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/donotoptimize_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/filter_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/fixture_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/link_main_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/map_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/options_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/memory_manager_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/multiple_ranges_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/output_test.h N src/gnu/llvm/libcxx/utils/google-benchmark/test/output_test_helper.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/register_benchmark_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/report_aggregates_only_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/reporter_output_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/skip_with_error_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/state_assembly_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/statistics_gtest.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/string_util_gtest.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/templated_fixture_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_tabular_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_thousands_test.cc N src/gnu/llvm/libcxx/utils/google-benchmark/tools/compare.py N src/gnu/llvm/libcxx/utils/google-benchmark/tools/strip_asm.py N src/gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/__init__.py N src/gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/report.py N src/gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/util.py N src/gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run1.json N src/gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json N src/gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test2_run.json N src/gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run0.json N src/gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run1.json N src/gnu/llvm/libcxx/utils/libcxx/__init__.py N src/gnu/llvm/libcxx/utils/libcxx/compiler.py N src/gnu/llvm/libcxx/utils/libcxx/util.py N src/gnu/llvm/libcxx/utils/libcxx/sym_check/__init__.py N src/gnu/llvm/libcxx/utils/libcxx/sym_check/diff.py N src/gnu/llvm/libcxx/utils/libcxx/sym_check/extract.py N src/gnu/llvm/libcxx/utils/libcxx/sym_check/match.py N src/gnu/llvm/libcxx/utils/libcxx/sym_check/util.py N src/gnu/llvm/libcxx/utils/libcxx/test/__init__.py N src/gnu/llvm/libcxx/utils/libcxx/test/config.py N src/gnu/llvm/libcxx/utils/libcxx/test/executor.py N src/gnu/llvm/libcxx/utils/libcxx/test/format.py N src/gnu/llvm/libcxx/utils/libcxx/test/googlebenchmark.py N src/gnu/llvm/libcxx/utils/libcxx/test/target_info.py N src/gnu/llvm/libcxx/utils/libcxx/test/tracing.py N src/gnu/llvm/libcxx/utils/symcheck-blacklists/linux_blacklist.txt N src/gnu/llvm/libcxx/utils/symcheck-blacklists/osx_blacklist.txt No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 13:29:53 Log message: Import libc++abi 10.0.1 release. Status: Vendor Tag: LLVM Release Tags: LIBCXXABI_10_0_1 N src/gnu/llvm/libcxxabi/CMakeLists.txt N src/gnu/llvm/libcxxabi/CREDITS.TXT N src/gnu/llvm/libcxxabi/LICENSE.TXT N src/gnu/llvm/libcxxabi/cmake/config-ix.cmake N src/gnu/llvm/libcxxabi/cmake/Modules/HandleCompilerRT.cmake N src/gnu/llvm/libcxxabi/cmake/Modules/HandleLibcxxabiFlags.cmake N src/gnu/llvm/libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake N src/gnu/llvm/libcxxabi/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake N src/gnu/llvm/libcxxabi/include/__cxxabi_config.h N src/gnu/llvm/libcxxabi/include/cxxabi.h N src/gnu/llvm/libcxxabi/lib/itanium-base.exp N src/gnu/llvm/libcxxabi/lib/new-delete.exp N src/gnu/llvm/libcxxabi/lib/personality-sjlj.exp N src/gnu/llvm/libcxxabi/lib/personality-v0.exp N src/gnu/llvm/libcxxabi/src/CMakeLists.txt N src/gnu/llvm/libcxxabi/src/abort_message.cpp N src/gnu/llvm/libcxxabi/src/abort_message.h N src/gnu/llvm/libcxxabi/src/cxa_aux_runtime.cpp N src/gnu/llvm/libcxxabi/src/cxa_default_handlers.cpp N src/gnu/llvm/libcxxabi/src/cxa_demangle.cpp N src/gnu/llvm/libcxxabi/src/cxa_exception.cpp N src/gnu/llvm/libcxxabi/src/cxa_exception.h N src/gnu/llvm/libcxxabi/src/cxa_exception_storage.cpp N src/gnu/llvm/libcxxabi/src/cxa_guard.cpp N src/gnu/llvm/libcxxabi/src/cxa_guard_impl.h N src/gnu/llvm/libcxxabi/src/cxa_handlers.cpp N src/gnu/llvm/libcxxabi/src/cxa_handlers.h N src/gnu/llvm/libcxxabi/src/cxa_noexception.cpp N src/gnu/llvm/libcxxabi/src/cxa_personality.cpp N src/gnu/llvm/libcxxabi/src/cxa_thread_atexit.cpp N src/gnu/llvm/libcxxabi/src/cxa_unexpected.cpp N src/gnu/llvm/libcxxabi/src/cxa_vector.cpp N src/gnu/llvm/libcxxabi/src/cxa_virtual.cpp N src/gnu/llvm/libcxxabi/src/fallback_malloc.cpp N src/gnu/llvm/libcxxabi/src/fallback_malloc.h N src/gnu/llvm/libcxxabi/src/private_typeinfo.cpp N src/gnu/llvm/libcxxabi/src/private_typeinfo.h N src/gnu/llvm/libcxxabi/src/stdlib_exception.cpp N src/gnu/llvm/libcxxabi/src/stdlib_new_delete.cpp N src/gnu/llvm/libcxxabi/src/stdlib_stdexcept.cpp N src/gnu/llvm/libcxxabi/src/stdlib_typeinfo.cpp N src/gnu/llvm/libcxxabi/src/demangle/DemangleConfig.h N src/gnu/llvm/libcxxabi/src/demangle/ItaniumDemangle.h N src/gnu/llvm/libcxxabi/src/demangle/README.txt N src/gnu/llvm/libcxxabi/src/demangle/StringView.h N src/gnu/llvm/libcxxabi/src/demangle/Utility.h N src/gnu/llvm/libcxxabi/src/demangle/cp-to-llvm.sh N src/gnu/llvm/libcxxabi/src/include/atomic_support.h N src/gnu/llvm/libcxxabi/src/include/refstring.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/02 13:32:20 Modified files: libexec/login_passwd: login_passwd.c libexec/login_radius: login_radius.c libexec/login_skey: login_skey.c libexec/login_token: login_token.c Log message: Check auth_mkvalue(3) return value for NULL (malloc failure). For constant strings we don't actually need to use auth_mkvalue(3). Problem reported by Ross L Richardson. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/02 13:42:01 Modified files: lib/libc/regex : regcomp.c Log message: Remove two now-unused functions; a result of the categories removal. From miod@, OK tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 13:43:26 Modified files: gnu/lib/libcxx : Makefile Log message: Adjust link path for libc++ to find libc++abi to match change of Makefile and build location. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/02 14:18:29 Modified files: gnu/llvm/libcxx/include: __config __locale locale stdio.h gnu/llvm/libcxx/include/support/newlib: xlocale.h gnu/llvm/libcxx/src: random.cpp thread.cpp Log message: Re-apply our libc++ 8.0.0 patches to libc++ 10.0.1. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2021/01/02 14:35:11 Modified files: games/fortune/fortune: fortune.c Log message: fix inverted exit status of fortune -m; bug reported and patch provided by Tilo Stritzky on bugs@; OK martijn@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/02 14:51:19 Log message: Import fmt-7.1.3, an alternative formatting library for C and C++ Port by Ashton Fagg (maintainer) pkg/DESCR: fmt is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. Features include: - Simple format API with positional arguments for localization Format - string syntax similar to Python's format - Safe printf implementation including POSIX extensions for positional arguments - Fast IEEE 754 floating-point formatter with correct rounding, shortness and round-trip guarantees Status: Vendor Tag: jca Release Tags: jca_20210102 N ports/devel/fmt/Makefile N ports/devel/fmt/distinfo N ports/devel/fmt/patches/patch-test_gtest-extra-test_cc N ports/devel/fmt/patches/patch-test_posix-mock-test_cc N ports/devel/fmt/patches/patch-test_std-format-test_cc N ports/devel/fmt/pkg/DESCR N ports/devel/fmt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/02 14:55:04 Modified files: devel : Makefile Log message: Hook up fmt, ok rsadowski@ espie@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/02 15:06:00 Modified files: multimedia/mkvtoolnix: Makefile Log message: Use freshly imported devel/fmt instead of a bundled copy While here, textproc/cmark is only used when building with qt. ok rsadowski@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2021/01/02 15:31:45 Modified files: databases/pgmodeler: Makefile distinfo databases/pgmodeler/patches: patch-main_main_pro patch-pgmodeler_pri databases/pgmodeler/pkg: PLIST Log message: Update to pgModeler 0.9.3 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2021/01/02 18:32:14 Modified files: games/fortune/fortune: fortune.c Log message: Obvious bugfix: requesting a long dictum from a file containing short ones only or vice versa is an error rather than a recipe for success. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2021/01/02 18:41:51 Modified files: games/fortune/fortune: fortune.6 Log message: add the missing EXIT STATUS and HISTORY sections CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/02 19:29:28 Modified files: sys/arch/amd64/pci: vga_post.c sys/arch/i386/pci: vga_post.c Log message: Allocate address space for reposting vga devices using km_alloc(9) rather than uvm_km_valloc(9). ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/02 21:09:10 Modified files: games/singularity: Makefile distinfo games/singularity/pkg: PLIST Removed files: games/singularity/files: singularity games/singularity/patches: patch-code_graphics_g_py Log message: update to singularity 1.00 The main change is that the game was ported from python2 to python3. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/03 01:35:56 Modified files: net/barrier : Makefile distinfo net/barrier/patches: patch-src_gui_CMakeLists_txt Removed files: net/barrier/patches: patch-CMakeLists_txt Log message: Update barrier to 2.3.3 OK abieber@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/03 02:36:45 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.47. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/03 02:36:55 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.47. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/03 02:37:12 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.207. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/03 02:39:20 Modified files: net/py-libcloud: Makefile distinfo net/py-libcloud/pkg: PLIST Log message: Update to py3-libcloud-3.3.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/03 02:52:09 Modified files: app/xenodm/xenodm: session.c Log message: Fix function name in Debug() messages. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/03 02:55:48 Modified files: sysutils/login_krb5: Makefile distinfo Log message: Update to login_krb5-6.9. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/03 03:15:11 Log message: Import flatbuffers, a memory optimized serialization library Port from Ashton Faggs (maintainer), ok gnezdo@ pkg/DESCR: FlatBuffers is an efficient cross platform serialization library for C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript, PHP, Python, Rust and Swift. It was originally created at Google for game development and other performance-critical applications. What sets FlatBuffers apart is that it represents hierarchical data in a flat binary buffer in such a way that it can still be accessed directly without parsing/unpacking, while also still supporting data structure evolution (forwards/backwards compatibility). Status: Vendor Tag: jca Release Tags: jca_20210103 N ports/devel/flatbuffers/Makefile N ports/devel/flatbuffers/distinfo N ports/devel/flatbuffers/patches/patch-src_util_cpp N ports/devel/flatbuffers/patches/patch-CMakeLists_txt N ports/devel/flatbuffers/pkg/DESCR N ports/devel/flatbuffers/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/03 03:17:13 Modified files: devel : Makefile Log message: Hook up flatbuffers, ok gnezdo@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/03 03:18:30 Modified files: app/xenodm/xenodm: dm.c Log message: Fix the WINDOWPATH environment variable setting. Setting it to a device name was a mistake as this is not the semantic expected by the applications that use it (screen readers). CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/03 03:48:58 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.0.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/03 03:50:02 Modified files: lib/libc/regex : regex2.h Log message: Turn macros into inline functions so that there is no need to document in comments that they will evaluate their arguments multiple times. From miod, ok millert CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/03 04:24:40 Modified files: app/xenodm : Makefile.in aclocal.m4 config.h.in configure app/xenodm/config: Makefile.in app/xenodm/greeter: Makefile.in app/xenodm/include: Makefile.in app/xenodm/man : Makefile.in app/xenodm/xenodm: Makefile.in Log message: Regen autotools generated files CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 04:57:16 Modified files: x11/libhandy : Makefile distinfo Log message: update to libhandy-1.0.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 04:57:42 Modified files: x11/gnome/calendar: Makefile distinfo Log message: update to gnome-calendar-3.38.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 05:00:12 Modified files: net/mosquitto : Makefile net/fastnetmon : Makefile Log message: drop maintainership for i no longer use these CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 05:01:59 Modified files: sysutils/py-pynetbox: Makefile distinfo sysutils/py-pynetbox/pkg: PLIST Log message: update to pynetbox-5.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 05:13:05 Modified files: x11/gnome/caribou: Makefile Log message: use MODGNOME_TOOLS=vala instead of an explicit BDEP on vala ok aja@ a while ago CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 05:30:33 Modified files: sysutils/py-croniter: Makefile distinfo Log message: - update to croniter-0.3.37 - unbreak tests CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/03 05:33:00 Modified files: regress/sys/kern/sosplice/loop: Makefile Log message: Increase file descriptor limit to allow long chains of spliced sockets in one test process. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 05:43:49 Modified files: devel/py-unicorn: Makefile distinfo devel/py-unicorn/patches: patch-src_Makefile devel/py-unicorn/pkg: PLIST Log message: update to unicorn-1.0.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 05:50:45 Modified files: devel/py-cachetools: Makefile distinfo devel/py-cachetools/pkg: PLIST Log message: update to py-cachetools-4.2.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/03 05:54:12 Modified files: security/ROPgadget: Makefile distinfo Log message: update to ROPgadget-6.4 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2021/01/03 07:19:20 Modified files: . : 68.html Log message: Clarify that kstat(1) is not yet installed by default, to explain why the man.openbsd.org link is not yet live, answering a question from . CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2021/01/03 08:44:41 Modified files: lang/ruby/2.6 : Makefile lang/ruby/2.6/pkg: MESSAGE-main lang/ruby/2.7 : Makefile lang/ruby/2.7/pkg: MESSAGE-main lang/ruby/3.0 : Makefile lang/ruby/3.0/pkg: MESSAGE-main Log message: mention ruby-shims in ruby MESSAGE files as an alternative to adding symlinks ok kn CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/03 09:09:44 ports/games/frotz/patches Update of /cvs/ports/games/frotz/patches In directory cvs.openbsd.org:/tmp/cvs-serv30822/patches Log Message: Directory /cvs/ports/games/frotz/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/03 09:12:02 Modified files: games/frotz : Makefile distinfo games/frotz/pkg: PLIST Added files: games/frotz/patches: patch-Makefile patch-src_sdl_sf_sig_c Log message: Update to frotz-2.52 Changelog: https://gitlab.com/DavidGriffith/frotz/-/releases Big-ticket user facing items are UTF8 and audio support. Enable the SDL2 client Slightly improve COMMENT Take MAINTAINER Tweak hint to remove libexecinfo and ok sthen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/03 09:32:38 Modified files: usr.sbin/acme-client: acme-client.conf.5 fileproc.c Log message: Create .1 backup files when acme-client is going to overwrite a certificate file. These files are not terribly big and they might become helpful if one re-creates a certificate with additional or removed domains and whishes to revoke the old cert (this part needs a bit of work to make it convenient to do). OK sthen CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/03 09:42:30 Log message: Import games/inform6/{compiler,library}, the dev tools for interactive fiction games. tweaks and ok sthen@ Inform 6 is an object-oriented language for writing interactive fiction, also known as "text adventures" or "adventure games". As an interactive fiction developer, you create Inform 6 source code defining the story. Then compile from source code to a "story file". The resulting story files are highly portable, with interpreters available for many different platforms. Status: Vendor Tag: bcallah Release Tags: bcallah_20210103 N ports/games/inform6/Makefile N ports/games/inform6/Makefile.inc N ports/games/inform6/compiler/Makefile N ports/games/inform6/compiler/distinfo N ports/games/inform6/compiler/patches/patch-Makefile N ports/games/inform6/compiler/pkg/PLIST N ports/games/inform6/compiler/pkg/DESCR N ports/games/inform6/library/Makefile N ports/games/inform6/library/distinfo N ports/games/inform6/library/pkg/DESCR N ports/games/inform6/library/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/03 09:42:54 Modified files: games : Makefile Log message: +inform6 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/03 10:07:58 Modified files: lib/libc/regex : regcomp.c regex2.h Log message: Make CHIN() Boolean-valued and use this to turn an expression with a quintuple negation into one with a simple negation. From miod, ok millert CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/03 10:14:19 Modified files: games/julius : Makefile distinfo Log message: Update to julius-1.6.0 Changelog: https://github.com/bvschaik/julius/releases/tag/v1.6.0 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/03 10:15:54 Modified files: etc/etc.octeon : login.conf etc/etc.sgi : login.conf Log message: Add space for ballooning clang. Moreover, this makes default datasize limits consistent mips64-wide. CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2021/01/03 10:22:19 Modified files: faq : faq13.html Log message: Add a section about webcam usage: recording, browser access, configuring defaults.. from Stefan Hagen, thanks ! CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2021/01/03 10:23:55 Modified files: faq : faq13.html Log message: lowercase manpage name in sentence start, 'Video(1)' doesnt feel right CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2021/01/03 10:28:33 Modified files: faq : index.html Log message: link new webcam section in index.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/03 10:34:23 Modified files: x11/xfce4/xfce4-screensaver: Makefile distinfo Log message: x11/xfce4/xfce4-screensaver: update to 4.16.0. See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000979.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/03 10:51:55 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildslave: Makefile distinfo Log message: devel/py-build{bot,slave}: update to 2.10.0. See https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-10-0-2021-01-02 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/03 11:05:21 Modified files: usr.bin/ssh : sntrup761.c sntrup761.sh Log message: Prevent redefinition of `crypto_int32' error with gcc3. Fixes compilation on luna88k. Feedback millert@ Found by and ok aoyama@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/03 11:10:27 Modified files: lib/libc/sys : acct.2 bind.2 chroot.2 intro.2 mount.2 open.2 revoke.2 stat.2 statfs.2 symlink.2 Log message: Make consistent reference to pathname. OK schwarze@, jmc@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/03 11:55:01 Modified files: net/arp-scan : Makefile distinfo Log message: update mac-vendor db CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/03 12:35:02 Modified files: net/toxcore : Makefile distinfo net/toxcore/pkg: PLIST Removed files: net/toxcore/patches: patch-CMakeLists_txt Log message: update to toxcore-0.2.12, test and similar diff from Tom Murphy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/03 12:35:24 Modified files: net/utox : Makefile distinfo net/utox/patches: patch-CMakeLists_txt patch-src_xlib_CMakeLists_txt Removed files: net/utox/patches: patch-src_av_audio_h Log message: update to utox-0.18.0, test from Tom Murphy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/03 12:36:09 Modified files: net/toxic : Makefile distinfo net/toxic/patches: patch-Makefile Log message: update to toxic-0.10.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/03 12:54:59 Modified files: etc/etc.powerpc64: login.conf Log message: Bump default datasize-max and datasize-cur since clang now seems to require more than 768M to build itself. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/03 12:59:15 Modified files: net/unison/2.4x: Makefile net/unison/2.4x/pkg: README net/unison/2.5x: Makefile net/unison/2.5x/pkg: README Log message: Update pkg/README OK ian@ who prodded for this update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/03 14:01:32 Modified files: databases/xapian-bindings: Makefile databases/xapian-bindings/patches: patch-perl_Makefile_in patch-python3_Makefile_in Added files: databases/xapian-bindings/patches: patch-configure_ac Log message: xapian-bindings tweaks: - don't try to link -lstdc++ (hardcoded) which was done specially by upstream "We need to explicitly link against -lstdc++ on OpenBSD discovered on OpenBSD 3.7 with GCC 3.3.5 but this appears to be due to a deliberate decision on the part of OpenBSD developers" - use gnu libtool, base libtool doesn't support -shrext which breaks things for python 3.8.7+ which uses an abi prefix for .so files - regen patches CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/03 14:27:12 Added files: lang/ruby/3.0/patches: patch-thread_pthread_h Log message: Unbreak, don't try to use __thread on base-gcc archs ok jeremy@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/01/03 15:09:51 Modified files: textproc/p5-Text-CSV_XS: Makefile distinfo Log message: Update textproc/p5-Text-CSV_XS to 1.45 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/01/03 15:27:42 Modified files: databases/p5-DBD-CSV: Makefile distinfo Log message: Update databases/p5-DBD-CSV to 0.57 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/03 15:30:15 Modified files: converters/p5-JSON-Any: Makefile converters/p5-JSON-Any/pkg: PLIST Log message: Remove run dependencies from p5-JSON-Any. Without JSON packages the module runs with JSON::PP from Perl base. Add test dependencies to check that it passes with any JSON package installed. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/03 15:53:18 Modified files: net/tinc : Makefile distinfo net/tinc/pkg : PLIST Added files: net/tinc/patches: patch-test_splice_c Log message: Update to tinc 1.1pre17 This brings several new features such as ed25519 and invite support. Feedback naddy sthen Tests OK paco CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/03 16:40:41 Modified files: security/libmodsecurity: Makefile Added files: security/libmodsecurity/patches: patch-examples_multiprocess_c_Makefile_in patch-examples_simple_example_using_c_Makefile_in Log message: Patch away some -lstdc++ in examples makefile. Fixes build on arm64. Reported by sthen@. Sort according to Makefile.template. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/01/03 17:05:10 Modified files: devel/p5-DateTime-Locale: Makefile distinfo devel/p5-DateTime-Locale/pkg: PLIST Log message: Update devel/p5-DateTime-Locale to 1.31 and take MAINTAINER CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/01/03 17:07:20 Modified files: devel/p5-DateTime-TimeZone: Makefile distinfo devel/p5-DateTime-TimeZone/pkg: PLIST Log message: Update devel/p5-DateTime-TimeZone to 2.46 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/01/03 17:08:57 Modified files: devel/p5-DateTime-Format-Strptime: Makefile distinfo Log message: Update devel/p5-DateTime-Format-Strptime to 1.78 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/01/03 19:42:27 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.11.10. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/03 20:03:14 Modified files: games/scummvm-tools: Makefile distinfo Log message: update to scummvm-tools 2.2.0 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/03 20:10:15 Modified files: games/scummvm : Makefile Log message: update MASTER_SITES CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/03 21:50:05 Modified files: sys/dev/pci : if_mcx.c Log message: use bus_dmamap_sync around updates to the doorbells. ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/01/03 22:34:22 Modified files: audio/beets : Makefile Log message: Move homepage to https CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/03 23:13:31 Modified files: productivity/kmymoney: Makefile productivity/kmymoney/pkg: PLIST Log message: Remove wrong gtk-update-icon-cache directory Spotted by and ok landry@, thanks CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2021/01/04 00:40:05 Modified files: mail/opensmtpd-filters/libopensmtpd: Makefile distinfo mail/opensmtpd-filters/libopensmtpd/pkg: PLIST Log message: Update to libopensmtpd 0.5. This adds support osmtpd_register_conf, which passes the smtpd config to the application. This is needed for upcoming filter-admdscrub. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2021/01/04 00:48:58 Log message: Import filter-admdscrub. This filter checks the Authentication-Results header for the configured admd in smtpd.conf. This filter is intended for border mailservers so that the internal mailservers can trust all Authentication-Results headers within its own Administrative Management Domain. Code checked by gilles@ OK jasper@ Status: Vendor Tag: martijn Release Tags: martijn_20210104 N ports/mail/opensmtpd-filters/admdscrub/Makefile N ports/mail/opensmtpd-filters/admdscrub/distinfo N ports/mail/opensmtpd-filters/admdscrub/pkg/DESCR N ports/mail/opensmtpd-filters/admdscrub/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2021/01/04 00:50:56 Modified files: mail/opensmtpd-filters: Makefile Log message: Hook up admdscrub CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/04 00:59:54 Modified files: usr.sbin/snmpd : smi.c Log message: Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it used anywhere. OK jan@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/04 01:00:29 Modified files: usr.bin/snmp : smi.c Log message: Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it used anywhere. OK jan@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/04 01:43:17 Modified files: usr.bin/tmux : options-table.c server-fn.c tmux.1 Log message: Add a variant of remain-on-exit that only keeps the pane if the program failed, GitHub issue 2513. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/01/04 02:34:36 Modified files: archivers/blosc: Makefile distinfo Log message: Update blosc to 1.21.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/04 04:28:50 Modified files: regress/usr.sbin/bgpd/unittests: Makefile Log message: Fix linking of regress tests after 'bgpctl show sets' addition. ok claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 04:56:28 Modified files: net/telegram-purple: Makefile distinfo net/telegram-purple/patches: patch-Makefile_in patch-tgl_Makefile_in patch-tgl_configure net/telegram-purple/pkg: PLIST Log message: update to telegram-purple-1.4.6, from Stefan Hagen, Stefan's version was ok giovanni@, I made a few tweaks on top: - don't @sample old directory that is now empty/unused - patch away -q on internal configure script run to avoid hiding output - move sed-"patch"ing from post-patch to pre-configure, so that the usual "make patch, edit files, make update-patches" workflow works as expected - simpler comment relating to ONLY_FOR_ARCHS CVSROOT: /cvs Module name: www Changes by: paco@cvs.openbsd.org 2021/01/04 04:59:15 Modified files: faq : faq13.html Log message: Minor fixes for faq/faq13.html#webcam from Stefan Hagen. While here, comment out the kern.video.record part until 6.9 is out. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/04 05:21:38 Modified files: sys/net : pipex.h pipex_local.h Log message: Remove unused `pipex_iface_context' struct. ok ok@ yasuoka@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/04 05:48:27 Modified files: sys/net : if_pfsync.c pf.c Log message: Minor refactoring in pf(4). Note that struct pfsync_state is no longer memcopied but assigned. Alignment should not be an issue as it is __packed. Part of a larger diff from dlg@; OK dlg@ sashan@ CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2021/01/04 06:04:06 Removed files: net/sniproxy/patches: patch-src_backend_h Log message: Remove useless patch since STAILQ_* has been added to base queue.h Looks fine to maintainer Renaud Allard CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/04 06:40:32 Modified files: usr.sbin/bgpd : util.c bgpd.h Log message: Use log_sockaddr() in log_addr() to print a struct bgpd_addr. This way IPv6 scoped addresses will print correctly. OK tb@ florian@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/04 06:42:11 Modified files: usr.sbin/bgpd : config.c Log message: Rework roa_cmp() so that the result does not depend on the endianess of the system. While at use memcmp in prefixset_cmp() as well for address checks. OK florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 06:53:16 Modified files: cad/opensta/patches: patch-CMakeLists_txt Log message: cad/opensta: drop the cmake version check for swig, it doesn't cover 4.x which otherwise works ok. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 06:56:09 Modified files: devel/cvs2svn : Makefile Log message: cvs2svn: mark BROKEN, blocking swig update + py3 move for py-subversion CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/04 06:56:45 Modified files: sys/net : if.c Log message: Remove kernel lock from pppoe(4) input path "struct pppoe_softc" documents no member being protected by the kernel lock (alone); further review of the code paths starting from pppoeintr() shows no sleeping points which must be avoided in the softnet thread. Everything is fine as is to run without the big lock, so remove it. Tests sthen Feedback mpi mvs OK mvs claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 06:57:24 Modified files: devel/swig : Makefile distinfo devel/swig/patches: patch-CCache_configure devel/swig/pkg : PLIST Log message: update to swig-4.0.2, from daniel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 06:58:32 Modified files: devel : Makefile devel/subversion: Makefile devel/subversion/pkg: PLIST-python Log message: switch to py3-only following swig update; subversion doesn't build py2 with swig>=4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 06:58:47 Modified files: www/trac : Makefile Log message: adjust deps CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 07:04:42 Modified files: lang/python/3.8: Makefile distinfo lang/python/3.8/pkg: PLIST-gdbm PLIST-main PLIST-tests PLIST-tkinter Log message: update to python-3.8.7, from kmos@, ok kmos@ daniel@ this changes EXT_SUFFIX from .so to .cpython-38.so; the following commit fixes up py3 ports to cope. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 07:06:39 Modified files: archivers/py-brotli: Makefile archivers/py-brotli/pkg: PLIST archivers/py-lz4: Makefile archivers/py-lz4/pkg: PLIST audio/picard : Makefile audio/picard/pkg: PLIST audio/py-audio : Makefile audio/py-audio/pkg: PLIST audio/py-tagpy : Makefile audio/py-tagpy/pkg: PLIST biology/py-biopython: Makefile biology/py-biopython/pkg: PLIST comms/sigrok/libsigrok: Makefile comms/sigrok/libsigrok/pkg: PLIST databases/py-apsw: Makefile databases/py-apsw/pkg: PLIST databases/py-bsddb3: Makefile databases/py-bsddb3/pkg: PLIST databases/py-ldap: Makefile databases/py-ldap/pkg: PLIST-main databases/py-ldap0: Makefile databases/py-ldap0/pkg: PLIST databases/py-mongo: Makefile databases/py-mongo/pkg: PFRAG.no_be databases/py-mysqlclient: Makefile databases/py-mysqlclient/pkg: PLIST databases/py-odbc: Makefile databases/py-odbc/pkg: PLIST databases/py-psycopg2: Makefile databases/py-psycopg2/pkg: PLIST databases/py-pygresql: Makefile databases/py-pygresql/pkg: PLIST databases/py-sqlalchemy: Makefile databases/py-sqlalchemy/pkg: PLIST-main databases/recoll: Makefile databases/recoll/pkg: PLIST databases/xapian-bindings: Makefile databases/xapian-bindings/pkg: PLIST-python devel/distcc : Makefile devel/distcc/pkg: PLIST-main devel/gobject-introspection: Makefile devel/gobject-introspection/pkg: PLIST devel/libftdi1 : Makefile devel/libftdi1/pkg: PLIST devel/libgit2/py-git2: Makefile devel/libgit2/py-git2/pkg: PLIST devel/mercurial: Makefile devel/mercurial/pkg: PLIST-main devel/py-blist : Makefile devel/py-blist/pkg: PLIST devel/py-cffi : Makefile devel/py-cffi/pkg: PLIST devel/py-cheetah: Makefile devel/py-cheetah/pkg: PLIST devel/py-coverage: Makefile devel/py-coverage/pkg: PLIST devel/py-crc32c: Makefile devel/py-crc32c/pkg: PLIST devel/py-dulwich: Makefile devel/py-dulwich/pkg: PLIST devel/py-gevent: Makefile devel/py-gevent/pkg: PLIST devel/py-gobject3: Makefile devel/py-gobject3/pkg: PLIST devel/py-greenlet: Makefile devel/py-greenlet/pkg: PLIST devel/py-kiwisolver: Makefile devel/py-kiwisolver/pkg: PLIST devel/py-lazy-object-proxy: Makefile devel/py-lazy-object-proxy/pkg: PLIST devel/py-pyinotify: Makefile devel/py-pyinotify/pkg: PLIST devel/py-radix : Makefile devel/py-radix/pkg: PLIST devel/py-rencode: Makefile devel/py-rencode/pkg: PLIST devel/py-setproctitle: Makefile devel/py-setproctitle/pkg: PLIST devel/py-simplejson: Makefile devel/py-simplejson/pkg: PLIST devel/py-twisted: Makefile devel/py-twisted/pkg: PLIST devel/py-urwid : Makefile devel/py-urwid/pkg: PLIST devel/py-uv : Makefile devel/py-uv/pkg: PLIST devel/py-wrapt : Makefile devel/py-wrapt/pkg: PLIST devel/py-zopeinterface: Makefile devel/py-zopeinterface/pkg: PLIST devel/pygame : Makefile devel/pygame/pkg: PLIST geo/gdal : Makefile geo/gdal/pkg : PLIST-python geo/py-fiona : Makefile geo/py-fiona/pkg: PLIST geo/py-proj : Makefile geo/py-proj/pkg: PLIST geo/py-rasterio: Makefile geo/py-rasterio/pkg: PLIST geo/py-shapely : Makefile geo/py-shapely/pkg: PLIST graphics/mypaint: Makefile graphics/mypaint/pkg: PLIST graphics/opencv: Makefile graphics/opencv/pkg: PLIST-main graphics/py-Pillow: Makefile graphics/py-Pillow/pkg: PLIST graphics/py-cairo: Makefile graphics/py-cairo/pkg: PLIST graphics/py-matplotlib: Makefile graphics/py-matplotlib/pkg: PLIST graphics/py-pyx: Makefile graphics/py-pyx/pkg: PLIST graphics/py-sane: Makefile graphics/py-sane/pkg: PLIST lang/cython : Makefile lang/cython/pkg: PLIST math/mlpack : Makefile math/mlpack/pkg: PLIST-python math/py-PyWavelets: Makefile math/py-PyWavelets/pkg: PLIST math/py-bottleneck: Makefile math/py-bottleneck/pkg: PLIST math/py-cftime : Makefile math/py-cftime/pkg: PLIST math/py-cvxopt : Makefile math/py-cvxopt/pkg: PLIST math/py-cvxpy : Makefile math/py-cvxpy/pkg: PLIST math/py-ecos : Makefile math/py-ecos/pkg: PLIST math/py-h5py : Makefile math/py-h5py/pkg: PLIST math/py-netcdf4: Makefile math/py-netcdf4/pkg: PLIST math/py-numexpr: Makefile math/py-numexpr/pkg: PLIST math/py-numpy : Makefile math/py-numpy/pkg: PLIST math/py-osqp : Makefile math/py-osqp/pkg: PLIST math/py-pandas : Makefile math/py-pandas/pkg: PLIST math/py-scikit-image: Makefile math/py-scikit-image/pkg: PLIST math/py-scikit-learn: Makefile math/py-scikit-learn/pkg: PLIST math/py-scipy : Makefile math/py-scipy/pkg: PLIST math/py-scs : Makefile math/py-scs/pkg: PLIST math/py-tables : Makefile math/py-tables/pkg: PLIST math/veusz : Makefile math/veusz/pkg : PLIST misc/gpsd : Makefile misc/gpsd/pkg : PLIST-main multimedia/gstreamer1/py-gstreamer: Makefile multimedia/gstreamer1/py-gstreamer/pkg: PLIST net/libtorrent-rasterbar: Makefile net/libtorrent-rasterbar/pkg: PLIST net/poezio : Makefile net/poezio/pkg : PLIST net/py-cares : Makefile net/py-cares/pkg: PLIST net/py-curl : Makefile net/py-curl/pkg: PLIST net/py-geventhttpclient: Makefile net/py-geventhttpclient/pkg: PLIST net/py-msgpack : Makefile net/py-msgpack/pkg: PLIST net/py-netifaces: Makefile net/py-netifaces/pkg: PLIST net/py-pcapy : Makefile net/py-pcapy/pkg: PLIST net/py-rrdtool : Makefile net/py-rrdtool/pkg: PLIST net/py-smbc : Makefile net/py-smbc/pkg: PLIST net/py-zmq : Makefile net/py-zmq/pkg : PLIST news/py-sabyenc: Makefile news/py-sabyenc/pkg: PLIST print/py-cups : Makefile print/py-cups/pkg: PLIST print/py-pikepdf: Makefile print/py-pikepdf/pkg: PLIST print/py-reportlab: Makefile print/py-reportlab/pkg: PLIST security/libpwquality: Makefile security/libpwquality/pkg: PLIST security/py-M2Crypto: Makefile security/py-M2Crypto/pkg: PLIST security/py-axolotl-curve25519: Makefile security/py-axolotl-curve25519/pkg: PLIST security/py-cryptodome: Makefile security/py-cryptodome/pkg: PLIST security/py-pyscard: Makefile security/py-pyscard/pkg: PLIST security/py-scrypt: Makefile security/py-scrypt/pkg: PLIST security/yara/python: Makefile security/yara/python/pkg: PLIST sysutils/borgbackup: Makefile sysutils/borgbackup/pkg: PLIST sysutils/duplicity: Makefile sysutils/duplicity/pkg: PLIST sysutils/libvirt-python: Makefile sysutils/libvirt-python/pkg: PLIST sysutils/py-psutil: Makefile sysutils/py-psutil/pkg: PLIST sysutils/py-scandir: Makefile sysutils/py-scandir/pkg: PLIST sysutils/py-statgrab: Makefile sysutils/py-statgrab/pkg: PLIST sysutils/py-tsk: Makefile sysutils/py-tsk/pkg: PLIST textproc/py-ICU: Makefile textproc/py-ICU/pkg: PLIST textproc/py-MarkupSafe: Makefile textproc/py-MarkupSafe/pkg: PLIST textproc/py-jellyfish: Makefile textproc/py-jellyfish/pkg: PLIST textproc/py-lxml: Makefile textproc/py-lxml/pkg: PLIST textproc/py-patiencediff: Makefile textproc/py-patiencediff/pkg: PLIST textproc/py-ruamel.yaml: Makefile textproc/py-ruamel.yaml/pkg: PLIST textproc/py-stemmer: Makefile textproc/py-stemmer/pkg: PLIST textproc/py-yaml: Makefile textproc/py-yaml/pkg: PLIST www/py-aiohttp : Makefile www/py-aiohttp/pkg: PLIST www/py-multidict: Makefile www/py-multidict/pkg: PLIST www/py-tornado : Makefile www/py-tornado/pkg: PLIST www/py-yarl : Makefile www/py-yarl/pkg: PLIST Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/04 07:15:21 Modified files: sysutils/docker-cli: Makefile distinfo sysutils/docker-cli/patches: patch-vendor_github_com_containerd_containerd_content_local_store_unix_go patch-vendor_github_com_containerd_continuity_fs_stat_openbsd_go sysutils/docker-cli/pkg: PLIST Added files: sysutils/docker-cli/patches: patch-vendor_github_com_moby_sys_mount_mounter_bsd_go patch-vendor_github_com_moby_sys_mount_mounter_openbsd_go patch-vendor_github_com_tonistiigi_fsutil_diskwriter_go patch-vendor_github_com_tonistiigi_fsutil_fs_go patch-vendor_github_com_tonistiigi_fsutil_hardlinks_go patch-vendor_github_com_tonistiigi_fsutil_send_go patch-vendor_github_com_tonistiigi_fsutil_tarwriter_go Removed files: sysutils/docker-cli/patches: patch-vendor_github_com_containerd_containerd_snapshotter_default_unix_go patch-vendor_github_com_containerd_containerd_sys_stat_unix_go patch-vendor_github_com_containerd_continuity_devices_devices_unix_go patch-vendor_github_com_containerd_continuity_driver_driver_unix_go patch-vendor_github_com_containerd_continuity_driver_lchmod_unix_go patch-vendor_github_com_containerd_continuity_fs_copy_unix_go patch-vendor_github_com_containerd_continuity_hardlinks_unix_go patch-vendor_github_com_containerd_continuity_resource_unix_go patch-vendor_github_com_containerd_continuity_sysx_nodata_unix_go Log message: Update to docker-20.10.1 From maintainer Muhammad Kaisar Arkhan CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2021/01/04 08:02:34 Modified files: sys/netinet : ip_carp.c Log message: - fix use after free, when packet gets dropped. patch submitted by Ralf Horstmann from ackstorm.de OK dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/04 08:02:37 Modified files: security/pwntools: Makefile Log message: missing relaxation of RDEP on unicorn reminded by aja@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/04 09:46:07 Modified files: lib/libssl : tls13_record_layer.c Log message: Keep the various free calls of tls13_record_layer_free() in the order of the struct members for reviewability. ok jsing CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/04 10:00:36 Modified files: games/cataclysm-dda: Makefile distinfo Log message: Update Cataclysm DDA to 0.E.3 from maintainer Tim Meunier. Drop execinfo while here with some small cosmetic tweaks. CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2021/01/04 10:06:30 Modified files: . : plus.html Log message: plus for Dec 28 - Jan 2 OK florian CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/04 10:43:02 Modified files: games/scummvm : Makefile Log message: scummvm needs a '-Wl,--relax' ldflag to build on powerpc OK jca@ and jsg@ (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/04 10:44:14 Modified files: usr.sbin/bgpd : bgpd.c Log message: Rename PFD_PIPE_ROUTE to PFD_PIPE_RDE which is a more obvious name. Also change the startup code to use enum bgpd_process to select which process needs to be run. Makes the code in my opinion easier to understand. OK denis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/04 10:55:54 Modified files: regress/usr.sbin/bgpd/config: bgpd.conf.9.ok Log message: Adjust to new sort order of roa-set. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/04 11:28:05 src/regress/lib/libagentx Update of /cvs/src/regress/lib/libagentx In directory cvs.openbsd.org:/tmp/cvs-serv22742/libagentx Log Message: Directory /cvs/src/regress/lib/libagentx added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/04 12:19:12 Modified files: lib/libssl : bs_cbb.c ssl_versions.c tls13_legacy.c Log message: whitespace CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/04 12:24:55 Added files: regress/lib/libagentx: Makefile log.c log.h main.c Log message: Regress from martijn@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 14:11:12 Modified files: www/urlwatch : Makefile distinfo Log message: update to urlwatch-2.22 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/04 14:11:21 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.2.18 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/04 14:21:41 Modified files: sys/net : if.c if_ethersubr.c if_pppoe.c if_pppoe.h netisr.h Log message: Process pppoe(4) packets directly, do not queue through netis Less scheduling, lock contention and queues. Previously, if_netisr() handled the net lock around those calls, now if_input_process() does it before calling ether_input(), so no need to add or remove NET_*LOCK() anywhere. OK mvs claudio CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/04 14:58:58 Modified files: usr.bin/ssh : sntrup761.c sntrup761.sh Removed files: usr.bin/ssh : int32_minmax.inc Log message: estructure sntrup761.sh to process all files in a single list, which will make it easier to reorder. Re-inline int32_MINMAX. ok tobhe@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/04 16:12:05 Modified files: sys/dev/pci : if_mcx.c Log message: the tx doorbell is next to the rx doorbell, not on top of it. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/04 21:37:20 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/pylint : Makefile distinfo Added files: devel/pylint/patches: patch-tests-lint-unittest_lint_py devel/pylint/pkg: DESCR PLIST Removed files: devel/pylint/patches: patch-pylint_test_unittest_lint_py devel/pylint/pkg: DESCR-gui DESCR-main PLIST-gui PLIST-main Log message: Update to pylint 2.6.0 First the package was broken due to too recent dependent packages, then it was broken due to beeing too old itself. Upstream dropped the GUI years ago, so remove it. With daniel CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/04 23:51:31 Modified files: lib/libcrypto/man: EVP_DigestInit.3 EVP_EncryptInit.3 Log message: double word fix; from martin vahlensieck CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/05 00:43:02 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-cups_getifaddrs-internal_h patch-scheduler_Makefile patch-scheduler_ipp_c patch-test_run-stp-tests_sh Log message: Update to cups-2.3.3.1 (2.3.3op1) from the OpenPrinting project. Apple seems to have stopped pushing development or pushing new code. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/05 00:46:51 Log message: Import p5-SQL-Abstract-More-1.33 from wen heping, OK afresh1@ Status: Vendor Tag: benoit Release Tags: benoit_20210105 N ports/databases/p5-SQL-Abstract-More/Makefile N ports/databases/p5-SQL-Abstract-More/distinfo N ports/databases/p5-SQL-Abstract-More/pkg/DESCR N ports/databases/p5-SQL-Abstract-More/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/05 00:49:18 Modified files: databases : Makefile Log message: +p5-SQL-Abstract-More CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/05 01:18:52 Modified files: usr.sbin/bgpd : util.c Log message: Add AID_VPN_IPv[46] support to addr2sa. It only converts the address part of the VPN address into a sockaddr but it allows to use log_sockaddr for all cases of log_addr now. OK florian@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/05 01:19:25 Modified files: graphics/pho : Makefile distinfo graphics/pho/patches: patch-Makefile Log message: Update to pho-1.0 from wen heping CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/05 03:00:28 Modified files: usr.sbin/bgpd : util.c Log message: Revert part of the last addr2sa change. When addr is NULL or AID_UNSPEC addr2sa needs to return NULL. Without this connection establishment fails because bind is called with a bad sockaddr. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/05 03:02:44 Modified files: usr.sbin/bgpd : session.c Log message: It is safe to call addr2sa with a bgpd_addr NULL pointer CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/05 03:27:06 Modified files: devel/cbindgen : Makefile distinfo devel/cbindgen/patches: patch-tests_tests_rs Log message: devel/cbindgen: update to 0.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/05 03:29:44 Added files: www/tor-browser/browser/patches: patch-dom_webgpu_ipc_WebGPUParent_cpp www/firefox-esr/patches: patch-dom_webgpu_ipc_WebGPUParent_cpp mail/mozilla-thunderbird/patches: patch-dom_webgpu_ipc_WebGPUParent_cpp Log message: fix build with cbindgen 0.16.0 backports https://hg.mozilla.org/releases/mozilla-esr78/rev/a1f99bfc3ee5 from bug #1684180 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/05 04:11:43 Modified files: sysutils/moreutils: Makefile distinfo Log message: update to moreutils-0.65 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/05 05:45:58 Modified files: net/utox : Makefile Log message: utox: disable static-linking of some libraries, which was hiding a dbus dependency CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/05 05:58:23 Log message: import textproc/py-openpyxl and dependencies py-et_xmlfile py-jdcal, benoit@ py-et_xmlfile: low memory library for creating large XML files py-jdcal: convert between Julian and calendar dates py-openpyxl: Python library to read/write Excel 2010 xlsx/xlsm files Status: Vendor Tag: sthen Release Tags: sthen_20210105 N ports/textproc/py-et_xmlfile/Makefile N ports/textproc/py-et_xmlfile/distinfo N ports/textproc/py-et_xmlfile/pkg/DESCR N ports/textproc/py-et_xmlfile/pkg/PLIST N ports/textproc/py-openpyxl/Makefile N ports/textproc/py-openpyxl/distinfo N ports/textproc/py-openpyxl/pkg/DESCR N ports/textproc/py-openpyxl/pkg/PLIST N ports/misc/py-jdcal/Makefile N ports/misc/py-jdcal/distinfo N ports/misc/py-jdcal/pkg/DESCR N ports/misc/py-jdcal/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/05 06:01:12 Modified files: textproc/py-openpyxl: Makefile Log message: oops, openpyxl should be FLAVOR=python3 not MODPY_VERSION=${MODPY_DEFAULT_VERSION_3} CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/05 06:01:46 Modified files: textproc : Makefile misc : Makefile Log message: +textproc/py-openpyxl +textproc/py-et_xmlfile +misc/py-jdcal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/05 06:03:15 Modified files: math/visidata : Makefile math/visidata/pkg: README Log message: visidata: add openpyxl to README as optional dep CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/05 06:24:09 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.2.1. See https://github.com/OSGeo/gdal/blob/v3.2.1/gdal/NEWS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/05 06:48:16 Modified files: security/libssh: Makefile Log message: missing a word in COMMENT CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/05 06:53:33 Modified files: devel/spyder/spyder: Makefile Log message: Missed bump after recent devel/pylint change. prodded by sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/05 08:10:43 Modified files: distrib/alpha/miniroot: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/i386/iso: Makefile distrib/i386/ramdisk_cd: Makefile distrib/landisk/ramdisk: Makefile distrib/macppc/ramdisk: Makefile Log message: distribute the gzip'd version of bsd.rd on platforms where we all boot methods support it. if anyone finds a method which does not work, please speak up. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 08:57:38 Modified files: lib/libtls : tls_conninfo.c Log message: Remove memset that was made redundant with the ASN1_time_parse() fix in libcrypto/asn1/a_time_tm.c r1.16. Suggested by jsing CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/05 09:45:59 Modified files: lib/libcrypto/x509: x509_internal.h x509_verify.c Log message: Gracefully handle root certificates being both trusted and untrusted. When a certificate (namely a root) is specified as both a trusted and untrusted certificate, the new verifier will find multiple chains - the first being back to the trusted root certificate and a second via the root that is untrusted, followed by the trusted root certificate. This situation can be triggered by a server that (unnecessarily) includes the root certificate in its certificate list. While this validates correctly (using the first chain), it means that we encounter a failure while building the second chain due to the root certificate already being in the chain. When this occurs we call the verify callback indicating a bad certificate. Some sensitive software (including bacula and icinga), treat this single bad chain callback as terminal, even though we successfully verify the certificate. Avoid this problem by simply dumping the chain if we encounter a situation where the certificate is already in the chain and also a trusted root - we'll have already picked up the trusted root as a shorter path. Issue with icinga2 initially reported by Theodore Wynnychenko. Fix tested by sthen@ for both bacula and icinga2. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/05 09:53:10 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier. Yet another mostly meaningless error value... Noted by and ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/05 10:14:46 Modified files: lib/libssl : ssl_both.c tls13_server.c Log message: Use legacy verifier when building auto chains. The new verifier builds all chains, starting with the shortest possible path. It also does not currently return partial chains. Both of these things conflict with auto chain, where we want to build the longest possible chain (to include all intermediates, and probably the root unnecessarily), as well as using an incomplete chain when a trusted chain is not known. Depending on software configuration, we can end up building a chain consisting only of a leaf certificate, rather than a longer chain. This results in auto chain not including intermediates, which is undesireable. For now, switch auto chain building to use the legacy verifier. This should resolve the issues encountered by ajacoutot@ with sendmail. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/05 10:32:39 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: Use consistent names in tls13_{client,server}_finished_{recv,send}(). In tls13_{client,server}_finished_recv() we use verify_data_len, which makes more sense than hmac_len. Use the same name in tls13_{client,server}_finished_send(), keeping things consistent between functions. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/05 10:37:12 Modified files: lib/libtls : tls_keypair.c Log message: Fix indent. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 10:40:11 Modified files: lib/libssl : tls13_internal.h tls13_key_schedule.c Log message: Add tls13_secret_{init,cleanup}() These are two functions that will help streamlining various functions in the TLSv1.3 code that do not need to know about the interna of this struct. input/ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 10:43:13 Modified files: lib/libssl : tls13_key_schedule.c Log message: Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 10:45:32 Modified files: lib/libssl : tls13_key_schedule.c Log message: Move tls13_secrets_destroy() below _create() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 10:46:32 Modified files: lib/libssl : tls13_key_schedule.c Log message: Use KNF for licence comment ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 10:47:35 Modified files: lib/libssl : tls13_lib.c Log message: Convert tls13_exporter() to tls13_secret_{init,cleanup}() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 10:49:04 Modified files: lib/libssl : tls13_record_layer.c Log message: Convert tls13_record_layer.c to tls13_secret_{init,cleanup}() ok jsing CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/05 11:12:15 Modified files: usr.sbin/snmpd : traphandler.c Log message: Refactor how traphandler verifies the code. Two things of note: 1) traphandler_v1translate now translates v1 traps to v2 traps in line with RFC3584 section 3.1 before handing them over to the "command". This can cause compatibility issues if you still receive v1 traps. 2) sysUpTime and snmpTrapOID are now always taken from the varbindlist, which means that if you run snmpd with -N the names will now show up numerical in the script, instead of by their full symbolic name. lots of feedback and OK rob@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/05 11:28:44 Modified files: net/libfilezilla: Makefile distinfo net/libfilezilla/pkg: PLIST Log message: Update to libfilezilla-0.26.0 Note the major bump to the shared lib due to a removed symbol. Changes: https://lib.filezilla-project.org/ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/05 11:29:20 Modified files: net/filezilla : Makefile distinfo net/filezilla/patches: patch-src_engine_Makefile_am net/filezilla/pkg: PLIST Log message: Update to filezilla-3.52.0.1 Changes: https://filezilla-project.org/versions.php CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 11:36:22 Modified files: lib/libssl : tls13_key_schedule.c Log message: Avoid local variable in tls13_secret_init(). suggested by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/05 12:56:11 Modified files: usr.sbin/httpd : server_http.c Log message: unwrap a line CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/05 13:43:36 Modified files: sys/net : netisr.h Log message: pppoeintr() is no more CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/05 13:53:18 Modified files: graphics/openimageio: Makefile distinfo graphics/openimageio/patches: patch-src_include_OpenImageIO_strutil_h patch-src_libtexture_texture_pvt_h patch-src_libutil_sysutil_cpp patch-src_make_detectplatform_mk graphics/openimageio/pkg: PLIST Removed files: graphics/openimageio/patches: patch-src_cmake_platform_cmake patch-src_doc_CMakeLists_txt patch-src_ffmpeg_imageio_ffmpeginput_cpp patch-src_python_CMakeLists_txt Log message: Update to openimageio-2.2.10.0 From new maintainer Dimitri Karamazov CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/05 16:45:12 Modified files: devel/cppcheck : Makefile distinfo Log message: update cppcheck to 2.3 ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/05 17:03:19 Modified files: mail/mu : Makefile distinfo Log message: Update mu to 1.4.14 From Stefan Hagen (MAINTAINER). Ty! CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/05 17:05:50 Modified files: net/dendrite : Makefile distinfo net/dendrite/pkg: PLIST Log message: Update dendrite to 0.3.4 Tested and running on my "test" homeserver for some time now. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/05 17:11:39 Modified files: net/gomuks : Makefile distinfo Log message: Bump gomuks to 0.2.2 Tested against synapse homeserver with no issues. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/05 18:23:41 Modified files: sys/arch/i386/i386: machdep.c Log message: Allocate pages for the F00F bug fix using km_alloc(9) instead of uvm_km_zalloc(9). tested on qemu pretending to be a 586 ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/05 20:26:04 Modified files: games/nblood : Makefile distinfo games/nblood/patches: patch-Common_mak patch-GNUmakefile patch-source_audiolib_src_multivoc_cpp patch-source_audiolib_src_xmp_cpp patch-source_blood_src_blood_cpp patch-source_exhumed_src_exhumed_cpp patch-source_rr_src_game_cpp Log message: update nblood to a newer snapshot CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/05 22:13:28 Modified files: devel/ninja : Makefile Log message: switch ninja over to python3 ok sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/06 00:29:49 Modified files: usr.bin/tmux : window-copy.c Log message: Remove unused variable, from Ben Boeckel. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/06 00:32:23 Modified files: usr.bin/tmux : cmd-join-pane.c Log message: Insert joined pane before the target pane with -b, like for split. From Takeshi Banse. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/06 00:37:16 Modified files: misc/ytree : Makefile distinfo Log message: Update to ytree-2.03 from wen heping CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/06 00:51:40 Modified files: sys/dev/dt : dt_prov_static.c sys/kern : subr_pool.c Log message: Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to the ones added to malloc() and free(). Pass the struct pool pointer as argv1 since it is currently not possible to pass the pool name to btrace. OK mpi@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/06 01:10:15 Modified files: sys/netinet6 : nd6.c Log message: Mark a layer 2 address as expired by setting the length to 0 when the associated IPv6 NDP entry is invalidated. Otherwise we end up with an INCOMPLETE entry that can't be updated to STALE and REACHABLE by neighbor advertisements and thus interrupting communication. This is the same as arpinvalidate() for IPv4. Guidance bluhm & claudio, fix proposed by claudio OK claudio CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/06 02:35:43 Modified files: etc/etc.arm64 : login.conf Log message: Bump default datasize-max and datasize-cur since clang now seems to require more than 768M to build itself. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/06 02:56:15 Modified files: net/gajim : Makefile distinfo net/gajim/pkg : PLIST net/py-nbxmpp : Makefile distinfo Log message: update net/gajim to 1.2.2 and net/py-nbxmpp to 1.0.2 as needed dependency. Added README for gajim stating that some plugins, like OMEMO, may need additional packages to be installed. "works fine" solene@ maintainer timeout. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/06 02:57:09 Added files: net/gajim/pkg : README Log message: forgot to add README on net/gajim previous commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/06 03:19:25 Modified files: devel/pylint : Makefile devel/pylint/pkg: PLIST Log message: pylint tweaks: - remove some @conflict pylint{,3}-main that wouldn't ever trigger (conflicts work with package names which were pylint-$VER/pylint3-$VER which were already handled) - the port is py3-only so remove -3 suffix on the installed scripts as there's no longer a conflict CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/01/06 04:42:14 Modified files: sbin/unwind/libunbound/util: netevent.c usr.sbin/unbound/util: netevent.c Log message: do not call log_addr() when the address is NULL ok florian@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/06 06:03:13 Modified files: usr.sbin/ntpd : ntpd.conf.5 Log message: double word fix; from sean davies CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/06 06:30:22 Modified files: java/tanukiwrapper: Makefile distinfo Log message: Update to tanukiwrapper-3.5.45 Update from maintainer Dimitri Karamazov CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/06 07:05:04 Modified files: devel/libofx : Makefile distinfo devel/libofx/pkg: PLIST Log message: devel/libofx: update to 0.10.0. Cf https://github.com/libofx/libofx/releases/tag/0.10.0 switch back to real releases on sourceforge, allows to drop autoconf/automake and use plain configure. from jca@: pass ac_cv_sym_visibility=yes to CONFIGURE_ENV to ensure -fvisibility is properly detected and used, this way only the needed symbols are exported in libofx. Bump major. all consumers (productivity/{homebank,grisbi,gnucash,kmymoney) build fine with this update. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2021/01/06 07:56:56 Modified files: devel/jdk/11 : Makefile devel/jdk/11/pkg: PFRAG.aot PLIST Log message: Fix duplicate files in PFRAGs. okay sthen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/06 08:25:52 Modified files: net/libmaxminddb: Makefile distinfo net/libmaxminddb/patches: patch-configure Log message: Update libmaxminddb to 1.5.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/06 11:21:45 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: security update to 84.0.2. See https://www.mozilla.org/en-US/firefox/84.0.2/releasenotes/ Fixes CVE-2020-16044 / https://www.mozilla.org/en-US/security/advisories/mfsa2021-01/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/06 11:23:34 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Removed files: www/firefox-esr/patches: patch-dom_webgpu_ipc_WebGPUParent_cpp Log message: www/firefox-esr: security update to 78.6.1. See https://www.mozilla.org/en-US/firefox/78.6.1/releasenotes/ Fixes CVE-2020-16044 / https://www.mozilla.org/en-US/security/advisories/mfsa2021-01/ Remove patch from #1684180, merged upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/06 11:25:20 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: www/firefox-esr: MFC security update to 78.6.1. See https://www.mozilla.org/en-US/firefox/78.6.1/releasenotes/ Fixes CVE-2020-16044 / https://www.mozilla.org/en-US/security/advisories/mfsa2021-01/ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/01/06 11:48:25 Added files: lang/rust/patches: patch-src_bootstrap_config_rs Log message: lang/rust: make rustbuild part to use the bootstrap wrapper it makes proper configuration to run cargo when system libs aren't in sync with the bootstrap binary. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2021/01/06 11:57:58 Modified files: sys/dev : video.c Log message: Let a process open a video(4) device multiple times The previous behavior was conservative but a bit too restrictive. The V4L API lets several processes open a single video device, with exclusive access to certain methods when a process starts streaming. This is not trivial to implement. This small change fixes webcam usage with Firefox and BigBlueButton. Diff simplified + ok mglocker@, thanks! CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/01/06 12:54:17 Modified files: lib/libc/asr : asr.c lib/libc/include: thread_private.h lib/libc/thread: rthread_cb.h rthread_libc.c Log message: Fix two issues related to thread private data in asr. - setting up asr in single thread mode and then starting threads using asr would lead to multiple threads sharing the same resolver. - destruction of a thread that has been using asr would leak data. Problem originally reported by Alexey Sokolov and Uli Schlachter. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/06 13:15:35 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: Use tls13_secret_{init,cleanup}() for the finished_key This trades an array on the stack for a dynamically allocated secret in tls13_{client,server}_finished_send() but has the benefit of wiping out an intermediate secret on function exit. ok jsing CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/06 15:32:08 Modified files: devel/sdl2 : Makefile distinfo devel/sdl2/patches: patch-Makefile_in patch-sdl2-config_cmake_in patch-sdl2_pc_in patch-src_SDL_c patch-src_joystick_SDL_gamecontroller_c devel/sdl2/pkg : PLIST Removed files: devel/sdl2/patches: patch-src_video_SDL_egl_c patch-src_video_wayland_SDL_waylandvulkan_c patch-src_video_x11_SDL_x11opengl_c patch-src_video_x11_SDL_x11vulkan_c Log message: update to SDL 2.0.14 from Brad extensive build and runtime testing done by me, Brad, cwen@, with no new breakage (except vbam which has been patched) Release Notes: https://discourse.libsdl.org/t/sdl-2-0-14-released/28470 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/06 15:34:13 Modified files: security/openssl/1.0.2: Makefile security/openssl/1.0.2/pkg: DESCR security/openssl/1.1: Makefile security/openssl/1.1/pkg: DESCR Log message: update DESCR; warn about conflicts if the library is used with software where other library dependencies use libressl. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/06 16:43:43 Modified files: usr.sbin/pcidump: pcidump.c Log message: if getting the vpd data fails, don't try and parse the vpd data. pointed out by jsg@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/07 00:02:24 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm x11/py-pyglet : Makefile x11/py-pyglet/pkg: PLIST Log message: py-pyglet was missing PKGNAME; add it edd@ was ok with this but asked to be dropped as MAINTAINER. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/07 01:29:55 Modified files: www/py-requests-toolbelt: Makefile distinfo www/py-requests-toolbelt/pkg: PLIST Log message: update of www/py-requests-toolbelt to 0.9.1 3 tests fail because it attemtps to make network connections. Left a comment on the Makefile as per sthen's suggestion. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/07 01:33:13 Modified files: www/py-httpie : Makefile distinfo www/py-httpie/pkg: PLIST Log message: update www/py-httpie to 2.3.0 A couple of tests fail because it tries to access the network. Left a comment on Makefile as pre sthen's suggestion. Also dropped maintainer as I don't use this anymore. ok sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/07 02:31:02 Modified files: usr.sbin/ospfd : parse.y Log message: Fix multiple shift/reduce conflicts in the parser because of the dependon synatx element with its optional / empty element. While this is needed for redistribute statements it causes the conflicts in the interface sections since there the statement can not be empty (this conflicts with empty new lines handled in optnl). Add a dependonopt for redistribute statements and make depend on no longer optional. Also sync the curly bracket blocks (interface, area, ...) to be like set blocks and the blocks in bgpd. This should result in more flexible newline handling. Tested by sthen@, benno@, Kapetanakis Giannis OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 03:35:42 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py Log message: Update to meson-0.56.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 03:37:49 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.343. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 03:39:16 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-7.7.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 03:52:10 Modified files: print/system-config-printer: Makefile distinfo print/system-config-printer/pkg: PLIST Log message: Update to system-config-printer-1.5.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 03:56:02 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.50. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 03:56:16 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.50. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 03:56:32 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.210. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/07 04:08:59 Modified files: sys/kern : kern_event.c Log message: Adjust comment about klist_invalidate() CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/07 05:13:09 Removed files: www/py-requests-toolbelt/patches: patch-requests_toolbelt_adapters_socket_options_py Log message: remove unnecessary patch for www/py-requests-toolbelt spotted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/07 07:29:20 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_browser_about_flags_cc Log message: update to 87.0.4280.141 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 07:47:07 Modified files: print/printrun : Makefile Log message: Unbreak: bump after recent x11/py-pyglet PKGNAME change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/07 07:51:47 Modified files: sys/netinet : in.h ip_output.c Log message: Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn. struct ip_mreqn allows to use the interface index to select the interface for multicast packets which makes it possible to use this with unnumbered interfaces. OK dlg@ robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/07 08:11:08 Modified files: print/qpdf : Makefile distinfo print/qpdf/pkg : PLIST Log message: Update to qpdf-10.1.0. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/01/07 08:24:52 Modified files: lib/libc/gen : sleep.c Log message: sleep(3): don't bypass nanosleep(2) if seconds is zero sleep(3) does not call nanosleep(2) if seconds is zero. This is bad. As a simplified interface to nanosleep(2), sleep(3) should delegate all decisions about whether or not to yield the CPU to nanosleep(2). This patch removes the nanosleep(2) bypass from sleep(3). This means that this code: sleep(0); will block for up to 1 tick, just like the equivalent nanosleep(2) call. Neither FreeBSD nor NetBSD bypass nanosleep(2) in the zero case, so this commit brings our sleep(3) closer to theirs in behavior. As an added bonus, sleep(3) will now *always* appear in a ktrace(1) as a call to nanosleep(2). ok millert@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/07 08:32:59 Modified files: lib/libssl : ssl_both.c ssl_locl.h t1_enc.c tls12_record_layer.c Log message: Move the read MAC key into the TLSv1.2 record layer. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/07 08:37:19 Modified files: lib/libssl : tls12_record_layer.c Log message: Make tls12_record_layer_free() NULL safe. This is not an issue currently, but avoids future surprises. Noted by tb@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/07 09:24:03 Modified files: devel/py-prompt_toolkit: Makefile distinfo Log message: Update to py-prompt_toolkit-3.0.9 Changes: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.9/CHANGELOG CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/07 09:26:31 Modified files: lib/libssl : tls13_legacy.c tls13_server.c Log message: Rename two local variables ssl to s for consistency In our tls13_* files, we use SSL *s for local variables and SSL *ssl for function arguments. This is odd, but probably the result of finger memory. We intended to use ssl everywhere. Be that as it may, all local variables except in two functions ended up being called s, so align the two outliers with that. As noted by jsing, this is not ideal either as in tls13_legacy_servername_process() the ssl_ctx is now inconsistent. Renaming all s to ssl is a substantial amount of unnecessary churn at a moment that isn't ideal, so we have to live with that. ok bcook inoguchi jsing CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/01/07 10:04:31 Modified files: sysutils/dinit : Makefile distinfo Log message: Update sysutils/dinit to version 0.10.0. CVSROOT: /cvs Module name: src Changes by: tracey@cvs.openbsd.org 2021/01/07 10:11:38 Modified files: usr.sbin/vmd : virtio.h Log message: bump VM shutdown event timeout ok mlarkin@ stsp@ florian@ VMs with addition package daemons were not given enough time to shutdown gracefully. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 10:12:54 Modified files: lang/php/7.3 : Makefile distinfo Log message: update to PHP 7.3.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 10:13:24 Modified files: lang/php/7.3 : Tag: OPENBSD_6_8 Makefile distinfo Log message: update to PHP 7.3.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 10:13:27 Modified files: lang/php/7.4 : Makefile distinfo lang/php/7.4/patches: patch-build_php_m4 Removed files: lang/php/7.4/patches: patch-ext_openssl_openssl_c Log message: update to PHP 7.4.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 10:13:28 Modified files: lang/php/7.4 : Tag: OPENBSD_6_8 Makefile distinfo lang/php/7.4/patches: Tag: OPENBSD_6_8 patch-build_php_m4 Removed files: lang/php/7.4/patches: Tag: OPENBSD_6_8 patch-ext_openssl_openssl_c Log message: update to PHP 7.4.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 10:17:55 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/pkg: PLIST-server Added files: mail/dovecot/patches: patch-src_lib_test-file-cache_c Removed files: mail/dovecot/patches: patch-src_lib-index_mail-cache_c Log message: update to Dovecot 2.3.13, ok Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 10:17:59 Modified files: mail/dovecot-pigeonhole: Makefile distinfo Log message: update to Dovecot pigeonhole 0.5.13, ok Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 10:22:25 Modified files: mail/dovecot : Tag: OPENBSD_6_8 Makefile distinfo mail/dovecot/pkg: Tag: OPENBSD_6_8 PLIST-server Added files: mail/dovecot/patches: Tag: OPENBSD_6_8 patch-src_lib_test-file-cache_c Removed files: mail/dovecot/patches: Tag: OPENBSD_6_8 patch-src_lib-index_mail-cache_c Log message: update to Dovecot 2.3.13, ok Brad * CVE-2020-24386: Specially crafted command can cause IMAP hibernate to allow logged in user to access other people's emails and filesystem information. (IMAP hibernate is not used by default). * Mail delivery / parsing crashed when the 10 000th MIME part was message/rfc822 (or if parent was multipart/digest). This happened due to earlier MIME parsing changes for CVE-2020-12100. A number of other crash fixes are included. https://dovecot.org/pipermail/dovecot-news/2021-January/000448.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 10:22:35 Modified files: mail/dovecot-pigeonhole: Tag: OPENBSD_6_8 Makefile distinfo Log message: update to Dovecot pigeonhole 0.5.13, ok Brad CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/07 12:02:45 Modified files: sys/arch/powerpc64/powerpc64: vm_machdep.c Log message: Fix typo in comment. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2021/01/07 12:51:54 Modified files: etc/etc.alpha : login.conf etc/etc.amd64 : login.conf etc/etc.arm64 : login.conf etc/etc.armv7 : login.conf etc/etc.hppa : login.conf etc/etc.i386 : login.conf etc/etc.landisk: login.conf etc/etc.loongson: login.conf etc/etc.luna88k: login.conf etc/etc.macppc : login.conf etc/etc.octeon : login.conf etc/etc.powerpc64: login.conf etc/etc.sgi : login.conf etc/etc.sparc64: login.conf Log message: add a xenodm login class and bump openfiles to 512 to avoid running out of file descriptors while running a busy desktop the xenodm login class expands the records from the daemon login class ok aja@, deraadt@, kettenis@, sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 12:53:27 Modified files: security/openssl/1.1: Makefile Log message: skip generating html docs in the first place, rather than generating them (with pod2html) and rm'ing. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/07 13:13:47 Modified files: security/openssl/1.0.2: Makefile security/openssl/1.0.2/pkg: PLIST security/openssl/1.1: Makefile security/openssl/1.1/pkg: PLIST Log message: add a no_man flavour to openssl packages, to speed testing of patches etc (avoids pod2man of ~1700 files for 1.0 / ~4k files for 1.1) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/01/07 14:55:33 Modified files: security/openssl/1.0.2: Makefile security/openssl/1.0.2/patches: patch-Configure Log message: security/openssl/1.0.2: fix alignment issue on sparc64 As diagnosed by kettenis, running the regress/lib/libssl/interop/openssl test results in a SIGILL or SIGBUS due to an alignment issue. The reason for this is that the configure magic fails to pick up -m64 which is needed for the perlasm to generate the correct flavor of assembly. None of the approaches for setting variables in the main port Makefile worked. Since we already patch out -O3 from Configure, I added -m64 there. The resulting binary seems to work well. The interop tests on sparc64 pass with this patch. Many thanks to kettenis for figuring this out and to sthen who helped me save a lot of time with FLAVOR=no_man. ok sthen CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/07 15:20:26 Modified files: games/yquake2 : Makefile distinfo Added files: games/yquake2/patches: patch-Makefile Log message: update to yquake2 7.45 ok jsg@ for an earlier version that included libexecinfo build without libexecinfo - this approach is fine with sthen@ Maintainer awolk@ is busy but looked at update and no objection CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/07 15:29:58 Modified files: net/lagrange : Makefile Log message: lagrange: disable SSE4.1 support The check for SSE4.1 support is only done at build time, so the runtime was leading to SIGILL on machines with old amd64 processors where this instruction set is not implemented. This issue most likely hit i386 as well. tweak and OK sthen@, OK solene@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/07 17:11:17 Modified files: sysutils/arm-trusted-firmware: Makefile distinfo Log message: update to Arm Trusted Firmware-A 2.4 tested by kurt@ on rk3328 and rk3399 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/07 19:19:24 Modified files: usr.bin/ssh : sshd_config.5 Log message: mention that DisableForwarding is valid in a sshd_config Match block reported by Fredrik Eriksson in bz3239 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/07 19:33:13 Modified files: usr.bin/ssh : crypto_api.h sntrup761.c sntrup761.sh Log message: Update the sntrup761 creation script and generated code: - remove unneeded header files and typedefs and rely on crypto_api.h - add defines to map types used to the crypto_api ones instead of typedefs. This prevents typedef name collisions in -portable. - remove CRYPTO_NAMESPACE entirely instead of making it a no-op - delete unused functions and make the remaining ones that aren't exported static. ok djm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/07 19:44:14 Modified files: usr.bin/ssh : sftp.c Log message: don't try to use timespeccmp(3) directly as a qsort(3) comparison function - it returns 0/1 and not the -1/0/1 that qsort expectes. fixes sftp "ls -ltr" under some circumstances. Based on patch by Masahiro Matsuya via bz3248. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/07 19:57:24 Modified files: usr.bin/ssh : sshconnect2.c Log message: If a signature operation on a FIDO key fails with a "incorrect PIN" reason and no PIN was initially requested from the user, then request a PIN and retry the operation. This smoothes over a few corner cases including FIDO devices that require PINs for all hosted credentials, biometric FIDO devices that fall back to requiring PIN when reading the biometric failed, devices that don't implement reading credProtect status for downloaded keys and probably a few more cases that I haven't though of yet. ok dtucker@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2021/01/07 20:23:56 Modified files: lib/libcrypto/x509: x509_verify.c Log message: search the intermediates only after searching the root certs, clarify this in the comments. helps avoid annoying situations with the legacy callback ok jsing@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/07 21:49:13 Modified files: usr.bin/ssh : readconf.c ssh_config.5 Log message: make CheckHostIP default to 'no'. It doesn't provide any perceptible value and makes it much harder for hosts to change host keys, particularly ones that use IP-based load-balancing. ok dtucker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/08 01:09:08 Modified files: usr.sbin/rpki-client: Makefile cert.c extern.h io.c ip.c main.c mft.c roa.c rsync.c tal.c Log message: Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writing data between processes. This completely decouples the write side. rpki-client can't really use the imsg framework but it can use the ibuf bits wich imsg is built on. OK benno@ job@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/08 01:22:10 Modified files: usr.bin/tmux : status.c window-copy.c Log message: With incremental search, start empty and only repeat the previous search if the user tries to search again with an empty prompt. This matches emacs behaviour more closely. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/08 01:45:55 Modified files: usr.sbin/rpki-client: main.c Log message: Simplify the entity queue processing. There is no need to keep the entity queue element around once it is sent to the parser process. Instead just keep a count of pending entities and make the parser send back the entity type instead of the id (since this is the only field needed to figure out what to do). OK job@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 02:06:39 Modified files: meta/gnome : Makefile meta/gnome/pkg : README-main Log message: Instruct to create a "gdm" login class and expand it from xenodm to prevent running out of file descriptors. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/08 02:29:04 Modified files: sys/kern : sys_generic.c Log message: Revert "Implement select(2) and pselect(2) on top of kqueue." The use of kqueue as backend has introduced a significant regression in the performance of select(2), so go back to using the original code. Some additional management overhead is to be expected when using kqueue. However, the overhead of the current implementation is too high. Reported by bluhm@ on bugs@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/08 03:09:44 Modified files: usr.bin/tmux : tmux.h Log message: Missed from last commit. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/08 04:23:57 Modified files: sys/kern : subr_log.c Log message: Fix boot-time crash on sparc64 On sparc64, initmsgbuf() is invoked before curcpu() is usable on the boot processor. Consequently, it is unsafe to use mutexes during the message buffer initialization. Avoid such use by skipping log_mtx when appending a newline from initmsgbuf(). Use mbp instead of msgbufp as the buffer argument to the putchar routine for consistency. Bug reported and fix suggested by miod@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/08 05:29:16 Modified files: sys/kern : kern_event.c Log message: Lock kernel before raising SPL in klist_lock() This prevents unwanted spinning with interrupts disabled. At the moment, this code is only invoked through klist_invalidate() and the callers should already hold the kernel lock. Also, one could argue that in MP-unsafe contexts klist_lock() should only assert for the kernel lock. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 05:37:37 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.28.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 05:46:01 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.51. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 05:46:11 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.51. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 05:46:26 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.211. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 05:50:51 Modified files: x11/gnome/initial-setup: Makefile distinfo Log message: Update to gnome-initial-setup-3.38.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 06:16:43 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-3.38.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/08 06:32:57 Modified files: comms/amtterm : Makefile comms/amtterm/patches: patch-parseconfig_c Added files: comms/amtterm/patches: patch-GNUmakefile patch-amtterm_c patch-amtterm_man patch-auth_c patch-auth_h patch-gamt_c patch-redir_c patch-redir_h patch-ssl_c patch-ssl_h Log message: comms/amtterm: add SSL/auth code from https://github.com/Openwsman/wsmancli/issues/10#issuecomment-751253133 ok/similar diff from stsp@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/08 07:21:37 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: avoid extra warnings if undefined values are encountered CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/08 07:48:37 Modified files: share/man/man4 : ip.4 Log message: Try to document struct ip_mreqn With input from jmc@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/08 08:01:14 Modified files: x11/fvwm2 : Makefile distinfo x11/fvwm2/patches: patch-default-config_Makefile_in x11/fvwm2/pkg : PLIST Log message: Update to fvwm2-2.6.9 From maintainer Michael ok thfr@ @pkgpath fix from espie@ , thanks for the explanations upgrade should work from previous fvwm2 versions now CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/01/08 08:05:41 Modified files: etc/etc.amd64 : login.conf Log message: Bump default datasize-max and datasize-cur since clang now seems to require more than 768M to build itself. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 08:08:55 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.38.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 08:09:05 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.38.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/08 08:09:22 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.38.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/08 08:53:33 Modified files: x11/fvwm2 : Makefile x11/fvwm2/pkg : PLIST Log message: x11/fvwm2: add missing @conflict @pkgpath from https://marc.info/?l=openbsd-ports&m=160701270301094&w=2 (I missed them when I committed the update before) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/08 09:06:30 Modified files: lib/libc/gen : fts.c Log message: Make fts_{alloc,safe_changed}() const correct Previously, this code was passing string constants to functions that did not declare their parameters as const. After this patch, the functions now declare that they do not modify these arguments, making it safe to pass string constants. Fixes -Wincompatible-pointer-types-discards-qualifiers. From Adam Barth ok millert CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/08 11:43:38 Modified files: games/dangerdeep/patches: patch-src_coastmap_h patch-src_game_h Log message: fix games/dangerdeep build with libc++ 10.0, adapted from FreeBSD ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/08 12:53:47 Modified files: games/stockfish: Makefile Log message: fix build on powerpc64 ok bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/08 13:17:28 Modified files: devel/ddd : Makefile Log message: fix build on powerpc64 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/08 14:26:34 Modified files: share/man/man4 : gre.4 Log message: Provide "Point-to-Multipoint Layer 3 GRE tunnel interfaces (mgre) example" From Pierre Emeriaud, thanks! Feeback jmc OK dlg CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/08 15:05:34 Modified files: usr.sbin/slowcgi: slowcgi.c Log message: accept_reserve() counter function argument doesn't need to be volatile. Revision 1.21 removed the volatile from the cgi_inflight global but accept_reserve() was not updated to match. OK florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/08 15:18:25 Modified files: devel/subversion: Makefile Log message: repair PKGNAME-python; I was relying on python.port.mk doing s/py-/py3-/ but that doesn't actually apply in case of multipackages CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/08 16:02:09 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: mm.h vmalloc.h Log message: Bring the emulated Linux memory allocation interfaces more in line with what Linux does. Let vmalloc() use km_alloc(9) instead of malloc(9) and let kvmalloc() only use malloc(9) for small (less than a page) allocations and atomic allocations. This should reduce the pressure on the "interrupt-safe" map. ok jsg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/08 16:31:48 Modified files: usr.bin/calendar/calendars: calendar.music Log message: bowie died 10.1; from steffen nurpmeso CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/08 16:31:53 Modified files: sys/net : if_bridge.c Log message: don't check local carp addresses as part of the antispoof checks. bridge(4) drops packets coming from somewhere else that have a source MAC address that's owned by one of the interfaces that's a member of the bridge. because this check was done with bridge_ourether, it included the addresses of active carp interfaces hanging off these member interfaces. this meant if the local machine is the carp master while another machine is trying to preempt it by sending hellos, the packets from the other machine were dropped because the local one is already the master. carp roles are supposed to move around a l2 network, so another host sending a packet with a carp mac address is actually normal and necessary. found by and fix tested by stsp@ ok stsp@ claudio@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/08 16:33:12 Modified files: share/man/man4 : ip.4 Log message: missing plural in previous; CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/08 16:58:29 Modified files: games/eduke32 : Makefile distinfo games/eduke32/patches: patch-Common_mak patch-GNUmakefile patch-source_audiolib_src_multivoc_cpp patch-source_audiolib_src_xmp_cpp patch-source_duke3d_src_game_cpp Removed files: games/eduke32/patches: patch-source_duke3d_src_gamevars_h Log message: update eduke32 to 9297-2bb6cbcae ok mestre@ Ryan Freeman (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/08 17:14:40 ports/net/p5-Net-Patricia/patches Update of /cvs/ports/net/p5-Net-Patricia/patches In directory cvs.openbsd.org:/tmp/cvs-serv74040/patches Log Message: Directory /cvs/ports/net/p5-Net-Patricia/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/01/08 18:28:03 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2021.01.08 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/08 18:57:26 Modified files: net/p5-BSD-Socket-Splice: Makefile distinfo Log message: update p5-BSD-Socket-Splice to 0.09 CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2021/01/08 19:34:21 Modified files: sys/arch/luna88k/dev: siotty.c Log message: Now we do not call ttyopen() in sioopen(), we do not need the variable 'error' anymore. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2021/01/08 20:01:03 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Bail out early after finding an single chain if we are have been called from x509_vfy and have an xsc. There's no point in finding more chains since that API can not return them, and all we do is trigger buggy callbacks in calling software. ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/08 20:51:42 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Set chain on xsc on chain build failure. Prior to calling the callback, ensure that the current (invalid and likely incomplete) chain is set on the xsc. Some things (like auto chain) depend on this functionality. ok beck@ CVSROOT: /cvs Module name: xenocara Changes by: robert@cvs.openbsd.org 2021/01/09 00:22:49 Modified files: driver/xf86-video-intel/src: intel_device.c Log message: unbreak DRI3 support by using priv_open_device() to open the devices priv_open_device() has to be used in case the X server is running privilege separated ok jsg@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2021/01/09 01:53:58 Modified files: usr.sbin/relayd: parse.y relay.c relay_http.c relayd.conf.5 relayd.h Log message: Add 'strip' directive Feedback by Olivier Cherrier, Hiltjo Posthuma, Mischa OK benno@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/01/09 02:58:12 Modified files: usr.bin/cmp : regular.c Log message: Move a premature optimization so that -s with offsets works. ok florian@ tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 03:10:14 Modified files: security/py-cryptodome/pkg: PLIST Log message: reinstate AESNI_COMMENT, from gkoehler. Fixes !x86 broken in last plist sync. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/09 03:10:35 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.52.0.5 Fixes crash when downloading ASCII files with stray carriage returns. Changes: https://filezilla-project.org/versions.php CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/09 03:18:10 Modified files: sysutils/borgbackup: Makefile distinfo sysutils/borgbackup/pkg: PLIST Log message: Update to borgbackup-1.1.15 Changes: https://github.com/borgbackup/borg/blob/1.1.15/docs/changes.rst Tested by Martin Ziemer . Thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 03:29:44 Modified files: security/libnettle: Makefile distinfo security/libnettle/patches: patch-Makefile_in security/libnettle/pkg: PLIST Added files: security/libnettle/patches: patch-blowfish-bcrypt_c Log message: Update to libnettle-3.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 03:33:44 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-322.0.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/09 03:34:29 Modified files: lib/libssl : ssl_lib.c Log message: Align SSL_get_shared_ciphers() with OpenSSL SSL_get_shared_ciphers() has been quite broken forever (see BUGS). What's maybe even worse than those bugs is that it only ever returned the string representing the client's ciphers which happen to fit into buf. That's kind of odd, given its name. This commit brings it in line with OpenSSL's version which changed behavior almost three years ago. reviewed and stupid bug caught by schwarze ok beck inoguchi jsing commit a216df599a6076147c27acea6c976fb11f505b1a Author: Matt Caswell Date: Fri Apr 27 11:20:52 2018 +0100 Fix SSL_get_shared_ciphers() The function SSL_get_shared_ciphers() is supposed to return ciphers shared by the client and the server. However it only ever returned the client ciphers. Fixes #5317 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6113) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 03:36:33 Modified files: security/py-cryptodome: Makefile security/py-cryptodome/pkg: PLIST Added files: security/py-cryptodome/pkg: PFRAG.aesni Log message: switch from @commen5 substitution to a separate PFRAG file for aes-ni related files, it's more robust to interference by update-plist CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/09 03:41:48 Modified files: lib/libssl : tls13_server.c Log message: Add support for SSL_get_shared_ciphers() in TLSv1.3 As reported by Steffen Ullrich and bluhm, since enabling TLSv1.3 server some tests fail in t/local/07_sslecho.c of security/p5-Net-SSLeay due to missing support for SSL_get_shared_ciphers(). This fixes the parts related to shared ciphers. ok beck inoguchi jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/09 03:50:02 Modified files: lib/libssl/man : SSL_get_shared_ciphers.3 Log message: Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240 From schwarze, who explains: * Even though i wrote the original version of our documentation for this function, i now think the design of this function is so atrocious that it is better to call out the main limitations up front (server side only and silent truncation) rather than first giving the impression that it achieves something it actually doesn't and then later try to row back in a piece-meal manner. * Using a .Bl list for failure conditions in the RETURN VALUES section is no doubt unusual, but the conditions are so numerous and some of them are so surprising that i think it makes sense in this case. If a function is badly designed and has surprising properties, precision and clarity in the description are even more important than usual, and conciseness is better sacrificed. * Adding .Xr SSL_get_ciphers 3 seems helpful. ok beck inoguchi jsing tb CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 04:03:54 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.38.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 04:04:25 Modified files: meta/gnome : Makefile Log message: Welcome to GNOME 3.38.3! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 04:08:13 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.46.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 04:14:38 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/pkg: PLIST Removed files: misc/shared-mime-info/patches: patch-data_freedesktop_generate_sh Log message: Update to shared-mime-info-2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 04:27:36 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 04:30:47 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-modules_printbackends_meson_build Log message: Update to gtk+4-4.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 04:32:40 Modified files: databases/py-pymysql: Makefile distinfo databases/py-pymysql/pkg: PLIST Log message: update to PyMySQL 1.0.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 04:41:27 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.27.0. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/09 04:58:50 Modified files: usr.bin/ssh : Makefile.inc addrmatch.c Added files: usr.bin/ssh : addr.c addr.h Log message: Move address handling functions out into their own file in order to reuse them for per-source maxstartups limiting. Supplement with some additional functions from djm's flowtools that we'll also need. ok djm@ (as part of a larger diff). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 05:02:43 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.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 05:08:32 Modified files: games/tuxpaint-stamps: Makefile distinfo Log message: Update to tuxpaint-stamps-20201227. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/09 05:10:02 Modified files: usr.bin/ssh : servconf.c servconf.h sshd.c sshd_config.5 usr.bin/ssh/sshd: Makefile Added files: usr.bin/ssh : srclimit.c srclimit.h Log message: Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide more fine grained MaxStartups limits. Man page help jmc@, feedback & ok djm@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2021/01/09 05:15:31 Modified files: . : plus.html Log message: Added PerSourceMaxStartups and PerSourceNetBlockSize to sshd. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/09 05:15:49 Modified files: sys/kern : subr_witness.c Log message: Remove unnecessary relocking of w_mtx as panic() should not return. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 05:16:01 Modified files: games/tuxpaint-config: Makefile distinfo games/tuxpaint-config/patches: patch-Makefile Log message: Update to tuxpaint-config-0.0.16. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/09 05:18:28 Modified files: sys/kern : subr_witness.c Log message: Replace SIMPLEQ with SLIST because the code does not need a queue. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/09 05:20:37 Modified files: sys/kern : subr_witness.c Log message: Replace a custom linked list with SLIST. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/09 05:24:31 Modified files: regress/usr.bin/ssh/unittests/authopt: Makefile regress/usr.bin/ssh/unittests/conversion: Makefile regress/usr.bin/ssh/unittests/hostkeys: Makefile regress/usr.bin/ssh/unittests/kex: Makefile regress/usr.bin/ssh/unittests/match: Makefile regress/usr.bin/ssh/unittests/misc: Makefile regress/usr.bin/ssh/unittests/sshbuf: Makefile regress/usr.bin/ssh/unittests/sshkey: Makefile regress/usr.bin/ssh/unittests/sshsig: Makefile Log message: Update unittests for addr.c/addrmatch.c split. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/09 05:31:46 Modified files: regress/usr.bin/ssh/misc/kexfuzz: Makefile Log message: Adjust kexfuzz to addr.c/addrmatch.c split. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/09 05:39:23 Modified files: regress/lib/libssl/unit: cipher_list.c ssl_versions.c Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/09 05:42:57 Modified files: net/p5-Net-Patricia: Makefile net/p5-Net-Patricia/pkg: PLIST Added files: net/p5-Net-Patricia/patches: patch-libpatricia_Makefile_PL Log message: Add a patch that fixes "make test" for net/p5-Net-Patricia. Mention the BSD license from libpatricia/copyright in the comment. Depend on p5-Net-CIDR-Lite >= 0.20 as specified in Makefile.PL. OK benoit@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2021/01/09 05:49:09 Modified files: usr.bin/systat : engine.c Log message: kill trailing whitespace CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 05:50:09 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.7 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/09 05:51:12 Modified files: usr.bin/ssh : sshd_config.5 Log message: add a comma to previous; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/09 06:14:02 Modified files: sys/arch/powerpc64/include: fpu.h pcb.h psl.h sys/arch/powerpc64/powerpc64: fpu.c machdep.c process_machdep.c trap.c vm_machdep.c Log message: Enable support for floating-point exceptions. We always run in "precise" mode. On modern processors (POWER8 and later) there is no performance penalty for this as long as exceptions are disabled in the FPSCR (which is the default). This way we don't have to implement an architecture-dependent system call to set the mode, as it can only be done by the kernel. With help from gkoehler@ ok gkoehler@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/09 06:58:33 Modified files: www/trac : Makefile Log message: bump www/trac after devel/subversion,-python dependency changed package name CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 07:05:02 Log message: Import libimagequant-2.13.1 libimagequant is a small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200901 N ports/graphics/libimagequant/Makefile N ports/graphics/libimagequant/distinfo N ports/graphics/libimagequant/patches/patch-configure N ports/graphics/libimagequant/pkg/DESCR N ports/graphics/libimagequant/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 07:05:17 Modified files: graphics : Makefile Log message: +libimagequant CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 07:05:40 Modified files: games/tuxpaint : Makefile distinfo games/tuxpaint/patches: patch-Makefile patch-src_manpage_tuxpaint_1 games/tuxpaint/pkg: PLIST Log message: Update to tuxpaint-0.9.25. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/09 07:26:35 Modified files: net/p5-Net-HTTP: Makefile distinfo Log message: update p5-Net-HTTP to 6.19 from wen heping; maintainer timeout CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/09 07:34:26 Modified files: devel/p5-Devel-OverloadInfo: Makefile Log message: Tests of p5-Devel-OverloadInfo failed due to inconsistencies between Pod spelling and our /usr/share/dict. Disable this author test as spelling should not be a porter's concern. Now make test passes. OK cwen@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/09 07:51:45 Modified files: usr.sbin/ldapd : ldapd.h parse.y Log message: Remove locally imposed limit on sockets. Suggested by martijn@, ok claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/09 07:55:21 Modified files: sys/net : if.c Log message: Syzkaller has found a stack overflow in socket splicing. Broadcast packets were resent through simplex broadcast delivery and socket splicing. Although there is an M_LOOP check in somove(9), it did not take effect. if_input_local() cleared the M_BCAST and M_MCAST flags with m_resethdr(). As if_input_local() is used for broadcast and multicast delivery, it was a mistake to delete them. Keep the M_BCAST and M_MCAST mbuf flags when packets are reinjected into the network stack. Reported-by: syzbot+a43ace363f1b663238f8@syzkaller.appspotmail.com OK anton@; discussed with claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 08:29:48 Modified files: x11/xsettingsd : Makefile distinfo x11/xsettingsd/pkg: PLIST Added files: x11/xsettingsd/patches: patch-CMakeLists_txt Log message: update to xsettingsd-1.0.2, moves from scons->cmake CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/09 08:30:38 Modified files: sys/kern : uipc_socket.c Log message: If the loop check in somove(9) goes to release without setting an error, a broadcast mbuf will stay in the socket buffer forever. This is bad as multiple mbufs can use up all the space. Better report ELOOP, dissolve splicing, and let userland handle it. OK anton@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/09 08:39:38 Modified files: regress/sys/kern/sosplice/loop: Makefile Added files: regress/sys/kern/sosplice/loop: bcast.pl Log message: Test that local UDP broadcast packets to 255.255.255.255 are handled correctly by socket splicing. They generate an ELOOP error. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/09 08:42:57 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-3.38.3. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/09 08:45:37 Modified files: mail/hashcash : Makefile Log message: mark broken powerpc64: non-portable altivec / gcc-isms CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/09 09:49:41 Modified files: usr.sbin/bgpd : rde.c rde_update.c Log message: Move peer related checks from up_test_update() to rde_generate_updates() both the export check and the address family check should be done as early as possible since these peers will not need any kind of updates to happen. Also remove the non-standard ORIGINATOR_ID check. With this up_test_update() becomes a simple true/false function which makes the rest of the code a bit simpler. OK benno@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 10:50:07 Modified files: math/visidata : Makefile distinfo Log message: update to visidata-2.1.1 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/09 10:59:04 Modified files: graphics/mojoshader: Makefile Log message: Fix build on sparc64 by informing base-gcc that mojoshader uses C99 constructs ok thfr@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/09 11:03:19 Modified files: sys/arch/hppa/hppa: locore.S machdep.c Log message: "encoding of diag instructions is hard, let's go shopping" Clean up things a bit, adding documentation about the source of the information about these instructions. From miod@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/09 11:14:11 Modified files: graphics/libsixel: Makefile graphics/termtosvg: Makefile Log message: Drop maintainership for some ports I no longer use. CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2021/01/09 11:20:47 Modified files: sys/dev/rasops : rasops1.c Log message: Include the optimized putchar functions only if RASOPS_SMALL is not defined, as was previously the case. OK kettenis@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/09 11:22:12 Modified files: www/newsboat : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/09 11:25:38 Modified files: emulators/mednafen: Makefile Log message: only disable altivec on powerpc as it is actually required to build this on powerpc64 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/09 12:20:54 Modified files: devel/py-prompt_toolkit: Makefile distinfo Log message: Update to py-prompt_toolkit-3.0.10 Changelog: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.10/CHANGELOG CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 13:45:55 Modified files: sys/dev/wscons : wsmux.c Log message: Stop wsmux_attach_sc race from anton@ OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 13:51:00 Modified files: sys/dev/wscons : wsmux.c Log message: Revert mistaken commit: Stop wsmux_attach_sc race from anton@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 13:57:46 Modified files: sys/kern : kern_sched.c Log message: Use sysctl_int_bounded in sysctl_hwsmt Prefer error reporting is to silent clipping. OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 13:58:12 Modified files: sys/ddb : db_usrreq.c Log message: Finish converting ddb_sysctl to sysctl_int_bounded I missed the verbose pattern that it used for error checking the first time around. OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 13:58:37 Modified files: sys/netinet : tcp_usrreq.c Log message: Enforce range with sysctl_int_bounded in tcp_sysctl One case uses the explicit range from the code and the other was inferred from reading the usage. OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 13:59:06 Modified files: sys/kern : subr_witness.c Log message: Enforce range with sysctl_int_bounded in witness_sysctl_watch Makes previously explicit checking less verbose. OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 13:59:23 Modified files: sys/kern : kern_watchdog.c Log message: Enforce range with sysctl_int_bounded in sysctl_wdog OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 13:59:44 Modified files: sys/netinet : ip_ipip.c Log message: Enforce range with sysctl_int_bounded in ipip_sysctl OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 14:00:04 Modified files: sys/net : pipex.c Log message: Enforce range with sysctl_int_bounded in pipex_sysctl OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 14:00:29 Modified files: sys/uvm : uvm_swap_encrypt.c Log message: Enforce range with sysctl_int_bounded in swap_encrypt_ctl OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 14:00:58 Modified files: sys/net : if_etherip.c Log message: Enforce range with sysctl_int_bounded in etherip_sysctl OK millert@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 14:01:20 Modified files: sys/arch/i386/i386: machdep.c Log message: Fold fitting sysctl_rdint into sysctl_bounded_arr in i386 cpu_sysctl OK millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/09 14:03:10 Added files: databases/mariadb/patches: patch-mysys_CMakeLists_txt patch-mysys_crc32_crc32c_cc Log message: add two patches to fix building mariadb on powerpc64 "sure" brad (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/09 14:10:33 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Log message: update to gnome-terminal-3.38.2 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/09 14:32:47 Modified files: databases/recoll: Makefile Log message: recoll uses C++11 so needs to use ports-gcc on base-gcc arches Fix the build on sparc64 ok cwen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/09 14:41:16 Modified files: devel/arm-none-eabi/gcc-linaro: Makefile devel/msp430/gcc: Makefile devel/avr/gcc : Makefile devel/ti-msp430gcc: Makefile devel/avr32/gcc-bootstrap: Makefile devel/riscv-elf/gcc: Makefile devel/xtensa-lx106-elf/gcc-bootstrap: Makefile devel/xtensa-elf/gcc: Makefile devel/xtensa-esp32-elf/gcc-bootstrap: Makefile Added files: devel/arm-none-eabi/gcc-linaro/patches: vecstep-gcc_tree-vect-loop_c devel/msp430/gcc/patches: vecstep-gcc_tree-vect-loop_c devel/avr/gcc/patches: vecstep-gcc_tree-vect-loop_c devel/ti-msp430gcc/patches: vecstep-sources_tools_gcc_tree-vect-loop_c devel/avr32/gcc-bootstrap/patches: vecstep-gcc_tree-vect-transform_c devel/riscv-elf/gcc/patches: vecstep-gcc_tree-vect-loop_c devel/xtensa-lx106-elf/gcc-bootstrap/patches: vecstep-gcc_tree-vect-loop_c devel/xtensa-elf/gcc/patches: vecstep-gcc_tree-vect-loop_c devel/xtensa-esp32-elf/gcc-bootstrap/patches: vecstep-gcc_tree-vect-loop_c Log message: fix building the various gcc crosscompilers on powerpc64 by redefining vec_step as clang already defines this symbol itself. this approach was discussed with upstream gcc by, and patch copied from, freeBSD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 14:43:09 Modified files: net/nepim : Makefile net/nepim/patches: patch-Makefile Log message: unbreak net/nepim now we have struct ip_mreqn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 14:51:09 Modified files: net/quagga : Makefile net/quagga/pkg : PLIST Removed files: net/quagga/patches: patch-configure_ac patch-lib_sockopt_c Log message: Remove the hack from net/quagga now that we have ip_mreqn. If you're using ospf/rip with quagga please test and report back if this introduces a problem. CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 15:00:13 Modified files: sys/kern : kern_sysctl.c Log message: Reduce case duplication in kern_sysctl This changes amd64 GENERIC.MP .text size of kern_sysctl.o from 6440 to 6400. Surprisingly, RAMDISK grows from 1645 to 1678. OK millert@, mglocker@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/09 15:27:29 Removed files: x11/xsettingsd/patches: patch-SConstruct Log message: rm unnecessary patch CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/09 16:00:29 Added files: www/ruby-passenger/patches: patch-src_agent_Core_ApplicationPool_Group_ProcessListManagement_cpp patch-src_agent_Core_ApplicationPool_Pool_GarbageCollection_cpp patch-src_cxx_supportlib_oxt_system_calls_cpp Log message: fix www/ruby-passenger build with libc++ 10.0, from upstream make passenger compile on FreeBSD 13 https://github.com/phusion/passenger/commit/d0d660bbdbb51079ad60188882596810273b1616 CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2021/01/09 16:33:18 Modified files: sys/kern : kern_sysctl.c Log message: Split hierarchical calls into kern_sysctl_dirs Removed a rash of +/-1 and made both functions shorter and more focused. OK millert@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/09 22:20:37 Modified files: devel/xtensa-esp32-elf/gcc-bootstrap: Makefile Log message: repair CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/09 22:44:34 Modified files: devel/universal-ctags: Makefile Log message: universal-ctags uses C99 constructs so base-gcc needs to be informed Fix build no sparc64 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/09 23:08:24 Modified files: www/purritobin : Makefile Log message: purritobin has never built on base-gcc arches and isn't likely to soon. Change COMPILER to just base-clang CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/10 00:30:00 Added files: regress/lib/libssl/unit: ssl_get_shared_ciphers.c Log message: Add a regress for SSL_get_shared_ciphers() for the change of returned ciphers in ssl_lib.c r1.240 and TLSv1.3 support in tls13_server.c r1.69. requested by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/10 00:30:50 Modified files: regress/lib/libssl/unit: Makefile Log message: Link shared ciphers test to build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/10 01:23:45 Modified files: graphics/libimagequant: Makefile Log message: Missing BDEP on shells/bash. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/10 01:34:43 ports/print/py-pikepdf/patches Update of /cvs/ports/print/py-pikepdf/patches In directory cvs.openbsd.org:/tmp/cvs-serv6139/patches Log Message: Directory /cvs/ports/print/py-pikepdf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/10 01:35:13 Modified files: print/py-pikepdf: Makefile Added files: print/py-pikepdf/patches: patch-src_qpdf_page_cpp Log message: Unbreak: Fix externalize_inline_images for qpdf 10.1.0 (merged from upstream) CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/10 02:14:18 Modified files: share/mk : bsd.own.mk distrib/sets/lists/base: md.loongson md.octeon distrib/sets/lists/comp: gcc.loongson gcc.octeon md.loongson md.octeon Log message: Disable base-gcc on loongson and octeon. OK deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/10 02:14:48 Modified files: xserver/hw/xfree86/common: xf86Init.c Log message: Add a root window property with the console device. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/10 02:18:30 Modified files: app/xenodm/include: dm.h app/xenodm/xenodm: dm.c dpylist.c Log message: Get the path to the console device from the X server. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/10 02:22:42 Modified files: app/xenodm/xenodm: dm.c session.c Log message: Make login_fbtab() work by tweaking the pledges. chown is needed until the login process is done. It is removed afterwards. Also use the console device from the X server root property. This makes it available on architectures without VTs too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/10 02:23:58 Modified files: app/xterm : COPYING MANIFEST NEWS THANKS Tekproc.c UXTerm.ad VTPrsTbl.c VTparse.def XTerm.ad button.c charclass.c charclass.h charproc.c charsets.c configure.in ctlseqs.ms ctlseqs.txt df-install.in doublechr.c fontutils.c fontutils.h graphics.c graphics_regis.c graphics_sixel.c html.c input.c main.c main.h menu.c menu.h misc.c print.c ptydata.c ptyx.h resize.c run-tic.sh screen.c scrollback.c scrollbar.c svg.c terminfo testxmc.c trace.c trace.h util.c uxterm version.c version.h vms.c wcwidth.c xcharmouse.h xstrings.c xterm.appdata.xml xterm.dat xterm.h xterm.log.html xterm.man xterm_io.h xtermcap.c xtermcfg.h xtermcfg.hin xutf8.c app/xterm/icons: filled-xterm.svg mini.xterm.svg terminal_48x48.svg xterm-color.svg xterm.svg app/xterm/package: xterm.spec app/xterm/package/debian: changelog compat copyright rules app/xterm/package/freebsd: Makefile distinfo app/xterm/package/pkgsrc: Makefile app/xterm/vttests: 256colors2.pl 88colors2.pl closest-rgb.pl modify-keys.pl mouse-codes print-vt-chars.pl query-color.pl query-xres.pl sgrPushPop2.pl Log message: Update to xterm 363. tested by jsg@ and others on tech@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/10 02:24:33 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/10 02:28:30 Modified files: regress/lib/libssl/unit: ssl_get_shared_ciphers.c Log message: tweak a comment CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/10 02:34:12 Modified files: net/bitlbee-facebook: Makefile distinfo net/bitlbee-facebook/pkg: PLIST Log message: Update bitlbee-facebook to 1.2.1 Update diff from Eivind Eide with tweaks by me. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/10 03:41:22 Modified files: textproc/catfish: Makefile distinfo textproc/catfish/pkg: PLIST Log message: textproc/catfish: update to 4.16.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/10 03:58:55 Modified files: x11/xfce4/xfwm4: Makefile distinfo Log message: x11/xfce4/xfwm4: update to 4.16.1. See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000981.html note that xpresent isnt used by default on amdgpu/radeon, cf https://gitlab.xfce.org/xfce/xfwm4/-/issues/490 and https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/-/issues/10. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/10 04:06:08 Modified files: usr.sbin/btrace: bt_parse.y Log message: Exclude the 'hz' token from the lexer backdoor, so interval and profile probes can be parsed again. ok anton@ kn@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/10 07:00:26 Modified files: math/libqalculate/patches: patch-configure_in Added files: math/libqalculate/patches: patch-libqalculate_DataSet_h Log message: apply a bandaid to math/libqalculate to fix the build with libc++ 10.0 From upstream, although the start of the Git repository there post-dates version 0.9.7. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/10 07:07:46 Modified files: lang/elixir : Makefile distinfo Log message: update to elixir-1.11.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/10 07:14:53 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/patches: patch-meson_build Log message: update to gjs-1.66.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 09:10:37 Modified files: math/libqalculate: Makefile distinfo math/libqalculate/pkg: PLIST Added files: math/libqalculate/patches: patch-Makefile_in patch-configure_ac Removed files: math/libqalculate/patches: patch-configure_in patch-libqalculate_Calculator_cc patch-libqalculate_DataSet_h patch-libqalculate_MathStructure_cc patch-po_POTFILES_in patch-src_qalc_cc Log message: update to libqalculate-3.16.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 09:10:53 Modified files: x11/kde-applications/step: Makefile Log message: sync WANTLIB for libqalculate update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 09:11:09 Modified files: x11/kde-applications/cantor: Makefile Added files: x11/kde-applications/cantor/patches: patch-src_backends_qalculate_qalculatesession_cpp Log message: sync WANTLIB and add an upstream patch for libqalculate update CVSROOT: /cvs Module name: src Changes by: thfr@cvs.openbsd.org 2021/01/10 09:23:44 Modified files: sys/dev/usb : usbdevs Log message: add Kensington Slimblade Trackball CVSROOT: /cvs Module name: src Changes by: thfr@cvs.openbsd.org 2021/01/10 09:25:06 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: thfr@cvs.openbsd.org 2021/01/10 09:32:48 Modified files: sys/dev/hid : hidms.c hidmsvar.h sys/dev/usb : ums.c usb_quirks.c usb_quirks.h Log message: add quirks for Kensington Slimblade trackball via new vendor buttons quirks. Original diff from Sven M. Hallberg < pesco () khjk ! org > Diff updated and tested by Timo Myyra ok phessler@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/10 09:44:34 Modified files: productivity/calcurse: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/10 09:49:55 Modified files: www/newsboat : Makefile distinfo www/newsboat/patches: patch-Makefile Log message: Update newsboat to 2.22.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/10 09:52:36 Modified files: editors/hexedit: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/10 09:58:29 Modified files: www/slowhttptest: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/10 09:59:03 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-164 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/10 10:00:00 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-makefile patch-scripts_genie_lua Log message: Update mame to 0.227. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/10 10:33:07 Modified files: audio/libmikmod: Makefile audio/mikmod : Makefile Log message: Drop maintainership for libmikmod and mikmod. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/10 11:00:22 Modified files: security/libnettle: Makefile Added files: security/libnettle/patches: patch-fat-ppc_c Log message: unbreak libnettle on powerpc* by reverting a commit which incorrectly checked for __GLIBC_PREREQ() being available. furthermore, for powerpc64 we need to disable the generated assembler code for it fails to assemble with llvm: error: unexpected token at start of statement: .0: that is to be revisited but for now libnettle (and thus gnutls) can be built again. ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/10 11:05:56 Modified files: emulators/vice : Makefile distinfo emulators/vice/patches: patch-configure_ac emulators/vice/pkg: PLIST Added files: emulators/vice/patches: patch-src_Makefile_in Removed files: emulators/vice/patches: patch-acinclude_m4 patch-man_vice_1 Log message: Update vice to 3.5. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/10 11:20:19 Modified files: lang/vala : Makefile distinfo Log message: update to vala-0.50.3 CVSROOT: /cvs Module name: xenocara Changes by: robert@cvs.openbsd.org 2021/01/10 12:33:10 Modified files: xserver/os : connection.c Log message: try to handle running out of file descriptors by refusing client connections in case the X server is near the limit and only allow connections again if there are resources freed up this is done by checking the amount of currently used FDs + a reserve and comparing that to the FD limit with help from benno@, millert@, florian@ ok matthieu@, benno@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/10 12:51:38 Modified files: net/munin : Makefile distinfo Log message: Bugfix update to munin-2.0.66 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 13:01:50 ports/audio/rgain/patches Update of /cvs/ports/audio/rgain/patches In directory cvs.openbsd.org:/tmp/cvs-serv58970/patches Log Message: Directory /cvs/ports/audio/rgain/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 13:02:07 Modified files: audio/rgain : Makefile distinfo Added files: audio/rgain/patches: patch-setup_cfg Log message: update to rgain3-1.1.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 13:05:56 Modified files: databases/py-ldap: Makefile distinfo Log message: update to py-ldap-3.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 13:06:04 Modified files: databases/kyotocabinet: Makefile distinfo Log message: update to kyotocabinet-1.2.79 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 13:06:47 Modified files: databases/py-mysqlclient: Makefile distinfo Log message: update to py-mysqlclient-2.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 13:07:54 Modified files: devel/py-tz : Makefile distinfo Log message: update to py-tz-2020.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 13:13:04 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-tzlocal: Makefile distinfo devel/py-tzlocal/pkg: PLIST Log message: update to py-tzlocal-2.1 and drop py2 version CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/10 13:13:21 Modified files: gnu/llvm/libcxx/include: math.h stdlib.h Log message: Backport fix to avoid including math.h from stdlib.h. Fixes building the textproc/groff port (and maybe others). ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 13:24:23 Modified files: graphics/py-Pillow: Makefile distinfo Log message: update to py-Pillow-8.1.0 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/10 13:30:15 Modified files: net/owncloudclient: Makefile distinfo net/owncloudclient/patches: patch-src_common_utility_cpp patch-src_csync_ConfigureChecks_cmake patch-src_csync_std_c_private_h patch-src_gui_application_cpp net/owncloudclient/pkg: PLIST Log message: Update to owncloudclient-2.7.4.2934 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 14:20:36 Modified files: textproc/py-pygments: Makefile Log message: py-pygments: use https HOMEPAGE, update list of deps using py2 (several moved to py3-only now). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 14:32:12 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/patches: patch-hacks_glx_crumbler_c x11/xscreensaver/pkg: PLIST Removed files: x11/xscreensaver/patches: patch-configure_in Log message: update to xscreensaver-5.45 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 14:34:19 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 14:42:32 Modified files: net/routinator : Makefile Log message: mark BROKEN-sparc64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/10 14:45:29 Modified files: graphics/lcms2 : Makefile distinfo graphics/lcms2/pkg: PLIST Removed files: graphics/lcms2/patches: patch-src_cmstypes_c Log message: update to lcms2-2.11 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/10 15:16:49 Modified files: x11/py-pyglet : Makefile distinfo x11/py-pyglet/patches: patch-pyglet_lib_py x11/py-pyglet/pkg: PLIST Removed files: x11/py-pyglet/patches: patch-pyglet_font_freetype_py Log message: update py-pyglet to 1.4.11 so we can add a python3 flavor CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/10 15:17:22 Modified files: x11 : Makefile Log message: +py-pyglet,python3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/10 15:29:33 Modified files: infrastructure/mk: bsd.port.mk Log message: Support .rpm in EXTRACT_CASES Less special cases in (rare) ports, pluse one can use EXTRACT_FILES as usual now. OK espie robert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/10 15:30:29 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Support .rpm in EXTRACT_CASES Less special cases in (rare) ports, pluse one can use EXTRACT_FILES as usual now. OK espie robert CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/10 15:33:22 Modified files: sysutils/mdprint: Makefile mail/kopano/webapp: Makefile Log message: Convert quirky .rpm handling to regular EXTRACT_SUFX=.rpm OK espie robert CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/10 15:34:50 Modified files: security/ssh-ldap-helper: Makefile Log message: Convert quirky .rpm handling to regular EXTRACT_SUFX=.rpm No plist change. OK espie robert CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/10 16:59:32 Modified files: regress/lib/libssl/unit: ssl_get_shared_ciphers.c Log message: Merge handshake_loop() into handshake(). There's no benefit in having this factored into a separate function. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/10 17:49:44 Modified files: x11/gnome/gucharmap: Makefile Log message: gucharmap uses C11 constructs so it needs to use ports-gcc on base-gcc arches. Fixes the build on sparc64. ok aja@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/10 19:12:58 Modified files: usr.bin/ssh : misc.c misc.h ssh-add.c ssh-agent.c Log message: Change convtime() from returning long to returning int. On platforms where sizeof(int) != sizeof(long), convtime could accept values >MAX_INT which subsequently truncate when stored in an int during config parsing. bz#3250, ok djm@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/10 19:17:59 Modified files: www/netsurf/browser: Makefile Added files: www/netsurf/browser/patches: patch-frontends_gtk_res_netsurf-gtk_desktop Log message: netsurf/browser: make the .desktop file actually call netsurf Since the transition of netsurf to gtk3, the binary name is 'netsurf-gtk3', but the .desktop file still uses 'netsurf-gtk'. Correct the 'Exec' entry of the .desktop file accordingly. Already reported before by Andinus , thanks! OK kn@ and bentley@ (maintainer) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/10 21:48:22 Modified files: usr.bin/ssh : servconf.c Log message: Correct spelling of persourcenetblocksize in config-dump mode. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/11 00:10:59 Modified files: x11/xfce4/parole: Makefile distinfo Log message: x11/xfce4/parole: update to 4.16.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/11 00:23:42 Modified files: usr.sbin/acme-client: acme-client.conf.5 Log message: document how to specify multiple alternative names; modified version of diff from wolf on misc, improved by and ok florian benno sthen CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2021/01/11 03:24:08 Modified files: usr.sbin/relayd: relayd.c Log message: Stop deleting the control socket on daemon shutdown, like we did on other daemons. This avoids giving an additional permission (in this case unveil(2) "c") to the daemon just to be able to delete the socket and we already discussed in the past that leaving that file behind doesn't cause any problems. Discussed with deraadt@ rob@ florian@ OK rob@ benno@ deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/11 04:48:08 src/regress/sys/net/pflog Update of /cvs/src/regress/sys/net/pflog In directory cvs.openbsd.org:/tmp/cvs-serv85770/pflog Log Message: Directory /cvs/src/regress/sys/net/pflog added to the repository CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/11 04:52:37 Modified files: net/ngircd : Makefile distinfo net/ngircd/patches: patch-src_ngircd_conf_c Log message: Update to ngircd-26.1 Thanks to maintainer Michael for the update CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/11 05:02:53 Modified files: regress/sys/net: Makefile Added files: regress/sys/net/pflog: Makefile pf.conf Log message: Add some basic tests for pflog(4) interface. Create special routing doamin, load rules into pf(4) regress anchor, tcpdump on pflog, send packets over lo(4), grep for expected result in tcpdump output. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/11 05:23:34 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: - grab fullpkgpath early (to decide: hard error if not provided) ? - tweak the look-up mechanism for dependencies to NOT look at installed packages for inter-dependencies between subpackages (and debug packages) of the SAME pkgpath. The rationale for looking at installed packages in the usual case is that it's normally much faster rather than have the ports tree spew out packing-lists. In the case of multi-packages updates, the new version may have been built successfully (and correctly) while the old version is still around. However, if pkg_create looks at the installed version, it may fail to create the package because the shared library versions will be different. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/11 06:26:28 Modified files: editors/libreoffice: Makefile Added files: editors/libreoffice/patches: patch-bridges_source_cpp_uno_gcc3_linux_x86-64_except_cxx Log message: fix editors/libreoffice build with libc++ 10.0, from upstream "gcc3_linux_{aarch64,x86-64} need the __cxa_exception hack in deleteException" https://github.com/LibreOffice/core/commit/cc5a6c6afeed1d2cf76d288133971d29ee8d893e ok robert@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/11 06:28:54 Modified files: sys/netinet : icmp6.h ip_input.c ip_output.c sys/netinet6 : icmp6.c ip6_forward.c ip6_output.c ip6_var.h Log message: Create a path MTU host route for IPsec over IPv6. Basically the code is copied from IPv4 and adapted. Some things are changed in v4 to make it look similar. - ip6_forward increases the noroute error counter, do that in ip_forward, too. - Pass more specific sockaddr_in6 to icmp6_mtudisc_clone(). - IPv6 may also use reject routes for IPsec PMTU clones. - To pass a route_in6 to ip6_output_ipsec_send() introduce one in ip6_forward(). That is the same what IPv4 does. Note that dst and sin6 switch roles. - Copy comments from ip_output_ipsec_send() to ip6_output_ipsec_send() to make code similar. - Implement dynamic IPv6 IPsec PMTU routes. OK tobhe@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/11 06:55:54 Modified files: sys/kern : kern_synch.c sys/sys : proc.h Log message: Simplify sleep signal handling a bit by introducing sleep_signal_check(). The common code is moved to sleep_signal_check() and instead of multiple state variables for sls_sig and sls_unwind only one sls_sigerr is set. This simplifies the checks in sleep_finish_signal() a great bit. Idea from and OK mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/11 07:24:32 Modified files: databases/py-pymysql: Makefile distinfo Log message: update to py-pymysql-1.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/11 07:25:55 Modified files: net/arouteserver: Makefile distinfo net/arouteserver/pkg: PLIST Log message: update to arouteserver-1.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/11 07:25:59 Modified files: devel/perltidy : Makefile distinfo Log message: update to perltidy-20210111 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/11 07:26:00 Modified files: usr.bin/sndiod : dsp.c dsp.h Log message: Use a 8-th order FIR low-pass filter for resampling At the expence of slightly more CPU cycles, it almost removes aliasing noise in most practical use-cases. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/01/11 07:41:12 Modified files: sys/dev/usb : ehci.c Log message: When an endpoint stalls, we usually try to reset it by calling usbd_clear_endpoint_stall(), which in turn will call usbd_clear_endpoint_toggle(). It can be a common situation that when this happens, there is still a transfer in the stalled queue being in progress. The ehci(4) clear toggle function is currently doing a panic() in the diagnostic code in this situation, which is a bit of an overkill. The device still can be recovered by detaching/attaching it. Therefore change the panic() in to a printf(). ok mpi@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/11 07:45:51 Modified files: usr.bin/aucat : dsp.c dsp.h Log message: Use sndiod's 8-th order FIR low-pass filter for resampling Removes most of the aliasing noise during resampling CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2021/01/11 07:55:29 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.5 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/11 08:27:21 Modified files: gnu/lib/libcxx : Makefile shlib_version gnu/lib/libcxxabi: Makefile shlib_version Log message: Switch libc++ and libc++abi to version 10.0.1. Further libc++ header fixes for ports thanks to kettenis@ Ports build test and fixes thanks to naddy@ "Startschuss!" naddy@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/01/11 08:30:28 Modified files: distrib/sets/lists/base: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.sgi md.sparc64 distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.sgi clang.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/11 08:32:02 Removed files: lib/libcxx : CMakeLists.txt CREDITS.TXT LICENSE.TXT NOTES.TXT TODO.TXT lib/libcxx/benchmarks: CMakeLists.txt CartesianBenchmarks.hpp ContainerBenchmarks.hpp GenerateInput.hpp algorithms.bench.cpp algorithms.partition_point.bench.cpp filesystem.bench.cpp function.bench.cpp lit.cfg.py lit.site.cfg.py.in ordered_set.bench.cpp string.bench.cpp stringstream.bench.cpp unordered_set_operations.bench.cpp util_smartptr.bench.cpp vector_operations.bench.cpp lib/libcxx/cmake: config-ix.cmake lib/libcxx/cmake/Modules: CheckLibcxxAtomic.cmake CodeCoverage.cmake HandleCompilerRT.cmake HandleLibCXXABI.cmake HandleLibcxxFlags.cmake HandleOutOfTreeLLVM.cmake MacroEnsureOutOfSourceBuild.cmake lib/libcxx/docs: BuildingLibcxx.rst CMakeLists.txt FeatureTestMacroTable.rst Makefile.sphinx README.txt ReleaseNotes.rst TestingLibcxx.rst UsingLibcxx.rst conf.py index.rst lib/libcxx/docs/DesignDocs: ABIVersioning.rst AvailabilityMarkup.rst CapturingConfigInfo.rst DebugMode.rst FeatureTestMacros.rst FileTimeType.rst ThreadingSupportAPI.rst VisibilityMacros.rst lib/libcxx/include: CMakeLists.txt __bit_reference __bsd_locale_defaults.h __bsd_locale_fallbacks.h __config __config_site.in __debug __errc __functional_03 __functional_base __functional_base_03 __hash_table __libcpp_version __locale __mutex_base __node_handle __nullptr __split_buffer __sso_allocator __std_stream __string __threading_support __tree __tuple __undef_macros algorithm any array atomic bit bitset cassert ccomplex cctype cerrno cfenv cfloat charconv chrono cinttypes ciso646 climits clocale cmath codecvt compare complex complex.h condition_variable csetjmp csignal cstdarg cstdbool cstddef cstdint cstdio cstdlib cstring ctgmath ctime ctype.h cwchar cwctype deque errno.h exception filesystem float.h forward_list fstream functional future initializer_list inttypes.h iomanip ios iosfwd iostream istream iterator limits limits.h list locale locale.h map math.h memory module.modulemap mutex new numeric optional ostream queue random ratio regex scoped_allocator set setjmp.h shared_mutex span sstream stack stdbool.h stddef.h stdexcept stdint.h stdio.h stdlib.h streambuf string string.h string_view strstream system_error tgmath.h thread tuple type_traits typeindex typeinfo unordered_map unordered_set utility valarray variant vector version wchar.h wctype.h lib/libcxx/include/experimental: __config __memory algorithm any chrono coroutine deque filesystem forward_list functional iterator list map memory_resource numeric optional propagate_const ratio regex set simd string string_view system_error tuple type_traits unordered_map unordered_set utility vector lib/libcxx/include/ext: __hash hash_map hash_set lib/libcxx/include/support/android: locale_bionic.h lib/libcxx/include/support/fuchsia: xlocale.h lib/libcxx/include/support/ibm: limits.h locale_mgmt_aix.h support.h xlocale.h lib/libcxx/include/support/musl: xlocale.h lib/libcxx/include/support/newlib: xlocale.h lib/libcxx/include/support/solaris: floatingpoint.h wchar.h xlocale.h lib/libcxx/include/support/win32: limits_msvc_win32.h locale_win32.h lib/libcxx/include/support/xlocale: __nop_locale_mgmt.h __posix_l_fallback.h __strtonum_fallback.h xlocale.h lib/libcxx/lib : CMakeLists.txt libc++abi-new-delete.exp libc++abi.exp libc++abi2.exp libc++sjlj-abi.exp libc++unexp.exp notweak.exp weak.exp lib/libcxx/lib/abi: CHANGELOG.TXT CMakeLists.txt README.TXT x86_64-apple-darwin.v1.abilist x86_64-apple-darwin.v2.abilist x86_64-unknown-linux-gnu.v1.abilist lib/libcxx/lib/abi/3.9: x86_64-apple-darwin16.abilist x86_64-linux-gnu.abilist lib/libcxx/lib/abi/4.0: x86_64-apple-darwin16.abilist x86_64-unknown-linux-gnu.abilist lib/libcxx/lib/abi/5.0: x86_64-apple-darwin16.abilist x86_64-unknown-linux-gnu.abilist lib/libcxx/lib/abi/6.0: x86_64-apple-darwin16.abilist x86_64-unknown-linux-gnu.abilist lib/libcxx/src : algorithm.cpp any.cpp bind.cpp charconv.cpp chrono.cpp condition_variable.cpp debug.cpp exception.cpp functional.cpp future.cpp hash.cpp ios.cpp iostream.cpp locale.cpp memory.cpp mutex.cpp new.cpp optional.cpp random.cpp regex.cpp shared_mutex.cpp stdexcept.cpp string.cpp strstream.cpp system_error.cpp thread.cpp typeinfo.cpp utility.cpp valarray.cpp variant.cpp vector.cpp lib/libcxx/src/experimental: memory_resource.cpp lib/libcxx/src/filesystem: directory_iterator.cpp filesystem_common.h int128_builtins.cpp operations.cpp lib/libcxx/src/include: apple_availability.h atomic_support.h config_elast.h refstring.h lib/libcxx/src/support/runtime: exception_fallback.ipp exception_glibcxx.ipp exception_libcxxabi.ipp exception_libcxxrt.ipp exception_msvc.ipp exception_pointer_cxxabi.ipp exception_pointer_glibcxx.ipp exception_pointer_msvc.ipp exception_pointer_unimplemented.ipp new_handler_fallback.ipp lib/libcxx/src/support/solaris: README mbsnrtowcs.inc wcsnrtombs.inc xlocale.cpp lib/libcxx/src/support/win32: locale_win32.cpp support.cpp thread_win32.cpp lib/libcxx/utils: cat_files.py gen_link_script.py merge_archives.py not.py sym_diff.py sym_extract.py sym_match.py lib/libcxx/utils/ci: macos-backdeployment.sh macos-trunk.sh lib/libcxx/utils/docker: build_docker_image.sh lib/libcxx/utils/docker/debian9: Dockerfile lib/libcxx/utils/docker/scripts: build_gcc.sh build_install_llvm.sh checkout_git.sh docker_start_buildbots.sh install_clang_packages.sh run_buildbot.sh lib/libcxx/utils/google-benchmark: .clang-format .gitignore .travis-libcxx-setup.sh .travis.yml .ycm_extra_conf.py AUTHORS CMakeLists.txt CONTRIBUTING.md CONTRIBUTORS LICENSE README.LLVM README.md WORKSPACE appveyor.yml releasing.md lib/libcxx/utils/google-benchmark/cmake: AddCXXCompilerFlag.cmake CXXFeatureCheck.cmake Config.cmake.in GetGitVersion.cmake HandleGTest.cmake benchmark.pc.in gnu_posix_regex.cpp llvm-toolchain.cmake posix_regex.cpp split_list.cmake std_regex.cpp steady_clock.cpp thread_safety_attributes.cpp lib/libcxx/utils/google-benchmark/docs: AssemblyTests.md tools.md lib/libcxx/utils/google-benchmark/include/benchmark: benchmark.h lib/libcxx/utils/google-benchmark/src: CMakeLists.txt arraysize.h benchmark.cc benchmark_api_internal.cc benchmark_api_internal.h benchmark_main.cc benchmark_register.cc benchmark_register.h benchmark_runner.cc benchmark_runner.h check.h colorprint.cc colorprint.h commandlineflags.cc commandlineflags.h complexity.cc complexity.h console_reporter.cc counter.cc counter.h csv_reporter.cc cycleclock.h internal_macros.h json_reporter.cc log.h mutex.h re.h reporter.cc sleep.cc sleep.h statistics.cc statistics.h string_util.cc string_util.h sysinfo.cc thread_manager.h thread_timer.h timers.cc timers.h lib/libcxx/utils/google-benchmark/test: AssemblyTests.cmake CMakeLists.txt basic_test.cc benchmark_gtest.cc benchmark_test.cc clobber_memory_assembly_test.cc complexity_test.cc cxx03_test.cc diagnostics_test.cc display_aggregates_only_test.cc donotoptimize_assembly_test.cc donotoptimize_test.cc filter_test.cc fixture_test.cc link_main_test.cc map_test.cc memory_manager_test.cc multiple_ranges_test.cc options_test.cc output_test.h output_test_helper.cc register_benchmark_test.cc report_aggregates_only_test.cc reporter_output_test.cc skip_with_error_test.cc state_assembly_test.cc statistics_gtest.cc string_util_gtest.cc templated_fixture_test.cc user_counters_tabular_test.cc user_counters_test.cc user_counters_thousands_test.cc lib/libcxx/utils/google-benchmark/tools: compare.py strip_asm.py lib/libcxx/utils/google-benchmark/tools/gbench: __init__.py report.py util.py lib/libcxx/utils/google-benchmark/tools/gbench/Inputs: test1_run1.json test1_run2.json test2_run.json test3_run0.json test3_run1.json lib/libcxx/utils/libcxx: __init__.py compiler.py util.py lib/libcxx/utils/libcxx/sym_check: __init__.py diff.py extract.py match.py util.py lib/libcxx/utils/libcxx/test: __init__.py config.py executor.py format.py googlebenchmark.py target_info.py tracing.py lib/libcxx/utils/symcheck-blacklists: linux_blacklist.txt osx_blacklist.txt lib/libcxxabi : CMakeLists.txt CREDITS.TXT LICENSE.TXT lib/libcxxabi/cmake: config-ix.cmake lib/libcxxabi/cmake/Modules: HandleCompilerRT.cmake HandleLibcxxabiFlags.cmake HandleOutOfTreeLLVM.cmake MacroEnsureOutOfSourceBuild.cmake lib/libcxxabi/include: __cxxabi_config.h cxxabi.h lib/libcxxabi/lib: buildit lib/libcxxabi/src: CMakeLists.txt abort_message.cpp abort_message.h cxa_aux_runtime.cpp cxa_default_handlers.cpp cxa_demangle.cpp cxa_exception.cpp cxa_exception.hpp cxa_exception_storage.cpp cxa_guard.cpp cxa_handlers.cpp cxa_handlers.hpp cxa_noexception.cpp cxa_personality.cpp cxa_thread_atexit.cpp cxa_unexpected.cpp cxa_vector.cpp cxa_virtual.cpp fallback_malloc.cpp fallback_malloc.h private_typeinfo.cpp private_typeinfo.h stdlib_exception.cpp stdlib_new_delete.cpp stdlib_stdexcept.cpp stdlib_typeinfo.cpp lib/libcxxabi/src/demangle: Compiler.h ItaniumDemangle.h StringView.h Utility.h lib/libcxxabi/src/include: atomic_support.h refstring.h Log message: Remove libc++ and libc++abi 8.0.0 now that we switched to version 10.0.1 in the gnu/ directory. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/11 08:53:29 Modified files: net/kea : Makefile distinfo Log message: update to kea-1.8.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/11 09:17:09 Modified files: security/libnettle/patches: patch-fat-ppc_c Log message: apply fix from upstream to fix the build on powerpc* ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2021/01/11 09:18:44 Modified files: sys/netinet6 : Tag: OPENBSD_6_8 nd6.c Log message: this is errata 6.8/011_nd6.patch.sig date: 2021/01/06 08:10:15; author: florian; state: Exp; lines: +3 -1; commitid: r6m6UUdnnHvJu4Or; Mark a layer 2 address as expired by setting the length to 0 when the associated IPv6 NDP entry is invalidated. Otherwise we end up with an INCOMPLETE entry that can't be updated to STALE and REACHABLE by neighbor advertisements and thus interrupting communication. This is the same as arpinvalidate() for IPv4. Guidance bluhm & claudio, fix proposed by claudio OK claudio CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2021/01/11 09:19:59 Modified files: sys/netinet6 : Tag: OPENBSD_6_7 nd6.c Log message: this is errata 6.7/034_nd6.patch.sig date: 2021/01/06 08:10:15; author: florian; state: Exp; lines: +3 -1; commitid: r6m6UUdnnH$ Mark a layer 2 address as expired by setting the length to 0 when the associated IPv6 NDP entry is invalidated. Otherwise we end up with an INCOMPLETE entry that can't be updated to STALE and REACHABLE by neighbor advertisements and thus interrupting communication. This is the same as arpinvalidate() for IPv4. Guidance bluhm & claudio, fix proposed by claudio OK claudio CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2021/01/11 09:20:30 Modified files: . : errata67.html errata68.html Log message: release neighbor discovery (nd6) errata CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/11 09:45:25 Modified files: sys/arch/hppa/hppa: locore.S Log message: Clear CR 26 before returning to userland to avoid potentioal info leak. ok miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/11 11:26:25 Modified files: regress/lib/libssl/unit: ssl_get_shared_ciphers.c Log message: Include headers used instead of relying on ssl.h pulling in the world. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/11 11:31:03 Modified files: regress/lib/libssl/unit: ssl_get_shared_ciphers.c Log message: Shut down the TLS connections properly. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/11 11:33:43 Modified files: regress/lib/libssl/unit: ssl_get_shared_ciphers.c Log message: Print error if SSL_{connect,accept,shutdown}(3) don't run to completion. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/01/11 11:49:38 Modified files: sys/kern : init_main.c kern_rwlock.c sys/sys : rwlock.h Log message: New rw_obj_init() API providing reference-counted rwlock. Original port from NetBSD by guenther@, required for upcoming amap & anon locking. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/01/11 11:51:09 Modified files: sys/uvm : uvm_aobj.c Log message: Assert that the KERNEL_LOCK() is held in uao_set_swslot(). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/11 12:58:33 Modified files: etc/etc.sparc64: login.conf Log message: Bump default datasize-max and datasize-cur since clang now seems to require more than 768M to build itself. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/11 13:07:31 Modified files: etc/etc.i386 : login.conf Log message: Bump default datasize-max and datasize-cur since clang now seems to require MORE [...] CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/11 13:08:37 Modified files: lang/gnucobol : Makefile Log message: update homepage, prompted by a diff from Gerald Chudyk CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/01/11 14:42:50 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20210111 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/11 14:50:56 Modified files: sys/net : if_pflog.c Log message: Remove unused start routine pflog(4) does not send or generate packets by design. OK mvs sashan CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/11 15:12:03 Log message: Import portroach-cli(1) portroach-cli is a utility to query a portroach(1) instance. It can filter ports and prints results on standard output. OK sthen Status: Vendor Tag: kn Release Tags: kn_20210111 N ports/sysutils/portroach-cli/Makefile N ports/sysutils/portroach-cli/files/portroach-cli N ports/sysutils/portroach-cli/files/portroach-cli.1 N ports/sysutils/portroach-cli/pkg/DESCR N ports/sysutils/portroach-cli/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/11 15:13:08 Modified files: sysutils : Makefile Log message: + portroach-cli CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/11 15:17:56 Modified files: mail/dovecot-fts-xapian: Makefile mail/dovecot : Makefile net/irssi : Makefile net/bitlbee : Makefile Log message: add a gratuitous bump to dovecot-fts-xapian; dovecot plugins must be built against the exact version and this is handled correctly by PKGSPEC but the scripts used to decide which packages to build for -stable can't cope with this add warnings to all the ports known to have this type of version check CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/11 15:19:02 Modified files: mail/dovecot-fts-xapian: Tag: OPENBSD_6_8 Makefile mail/dovecot : Tag: OPENBSD_6_8 Makefile net/irssi : Tag: OPENBSD_6_8 Makefile net/bitlbee : Tag: OPENBSD_6_8 Makefile Log message: add a gratuitous bump to dovecot-fts-xapian; dovecot plugins must be built against the exact version and this is handled correctly by PKGSPEC but the scripts used to decide which packages to build for -stable can't cope with this add warnings to all the ports known to have this type of version check CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/11 15:58:16 Modified files: regress/lib/libagentx: Makefile main.c Log message: Regress and Makefile cleanup. OK rob@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/11 17:10:34 Modified files: sys/net : if_pflog.c pfvar.h sbin/pfctl : parse.y pfctl_parser.c Log message: Sometimes a user ID was logged in pflog(4) although the logopt of the rule did not specify it. Check the option again for the log rule in case another rule has triggered a socket lookup. Remove logopt group, it is not documented and cannot work as struct pfloghdr does not contain a gid. Rename PF_LOG_SOCKET_LOOKUP to PF_LOG_USER to express what it does. The lookup involved is only an implemntation detail. OK kn@ sashan@ mvs@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/11 17:15:03 Modified files: regress/sys/net/pflog: Makefile Log message: Check that rule without logopt user has no uid in log entry. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2021/01/11 19:19:47 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.5p1 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/11 21:33:38 Modified files: sysutils/raspberrypi-firmware: Makefile distinfo sysutils/raspberrypi-firmware/pkg: PLIST Log message: update to 1.20210108 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/11 22:18:25 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/patches: patch-dnscrypt-proxy_example-dnscrypt-proxy_toml net/dnscrypt-proxy/pkg: PLIST README Log message: Update to dnscrypt-proxy-2.0.45 Changes: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.45 From Nam Nguyen (maintainer). CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/11 22:21:18 Modified files: lang/clazy : Makefile distinfo lang/clazy/patches: patch-CMakeLists_txt lang/clazy/pkg : PLIST Log message: Update clazy to 1.9 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/12 00:49:58 Modified files: mail/mozilla-thunderbird: Makefile distinfo Log message: mail/mozilla-thunderbird: update to 78.6.1. See https://www.thunderbird.net/en-US/thunderbird/78.6.1/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-02/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/12 00:51:05 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 78.6.1 See https://www.thunderbird.net/en-US/thunderbird/78.6.1/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-02/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/12 00:52:30 Removed files: mail/mozilla-thunderbird/patches: patch-dom_webgpu_ipc_WebGPUParent_cpp Log message: mail/mozilla-thunderbird: remove patch merged upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/12 01:00:45 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/thunderbird-i18n: update to 78.6.1. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/12 01:34:58 Modified files: sysutils/portroach-cli: Makefile sysutils/portroach-cli/files: portroach-cli Log message: Fail on URLs without scheme, add missing RCS id Otherwise ftp(1) drops into the "ftp> " prompt (I fixed that bug myself in sysupgrade.sh r1.42 but forgot about it here.) wget(1) and curl(1) always exit either way instead of blocking, *but*: - cURL does not URL encode unsafe characters (just like ftp). - Wget cannot be quiet except for error messages AND write files to stdout: 1. --quiet drops *every* message (incl. warnings/errors), 2. --no-verbose is silent but not quiet (still progress/stats on stdout), 3. --output-file redirects *every* message (progress *and* errors); So no way to tell it "quiet, errors on stderr, content on stdout)... So three different tools of which none of them gets all three things right: - ftp fails on URLs without schema - cURL does not URL encode its input (on purpose according to manual) - Wget fails to provide basic stdio primitives Stick to ftp(1), "validate" the URL with glob patterns and encode it with jq(1) (as done before) to keep RUN_DEPENDS down at one (jq). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/12 01:59:03 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile as0.sh exabgp.as0.test1.in exabgp.as0.test2.in Added files: regress/usr.sbin/bgpd/integrationtests: api-exabgp.c bgpd.med.conf exabgp.med.in exabgp.med.ok med.sh Removed files: regress/usr.sbin/bgpd/integrationtests: exabgp.as0.test2_2.in exabgp.as0.test2_3.in Log message: Totally rework the exabgp integration tests. Instead of a simple shell script to talk to exabgp api use a small c programm. Use a fifo to send commands to this program. While exabgp includes a cli tool exactly for that it is impossible to use. Use a single config file for multiple sessions and make sure exabgp is properly killed on exit (pkill exabgp fails since it is a python script). Introduce a med target to test the route decision process handling med path. This test currently fails and is not hooked up yet. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/12 02:11:09 Modified files: usr.sbin/ospfd : interface.c Log message: Use the interface index of struct ip_mreqn in IP_ADD_MEMBERSHIP to send out packets. This way ospfd can work on interfaces that share the same IP. OK dlg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/12 02:22:11 Modified files: usr.sbin/rpki-client: rsync.c Log message: rsync is using buffered output now, so remove this FIXME comment CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/12 02:51:10 Modified files: usr.sbin/ospf6d: lsupdate.c Log message: Send lsupdate messages to the correct neighbor address on P2P interfaces. iface->dst is not initalized so instead use nbr->addr (like it is done in ospfd). OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/12 02:54:44 Modified files: usr.sbin/ospf6d: packet.c Log message: In recv_packet() verify that non-multicast packets where sent to the right IPv6 address. Compare against all possible interface addresses instead of only against iface->addr which is set to the last link-local address and so there is a high chance of failure when multiple link-local addresses are present. Also simplify send_packet(), there is no need to use sendmsg() just use sendto(). OK benno@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/12 06:20:41 Modified files: sysutils/portroach-cli: Makefile sysutils/portroach-cli/files: portroach-cli Log message: Show COMMENT if HOMEPAGE is empty, disable empty matches for regexes CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/01/12 08:46:53 Modified files: usr.bin/aucat : afile.c aucat.c dsp.c dsp.h usr.bin/sndiod : dsp.c dsp.h midi.c Log message: const-ify lookup tables; ok ratchov@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/12 09:39:49 Modified files: sbin/unwind : frontend.c Log message: Rewrite query parsing and answer formatting using libunbound provided functions. With this we can filter out DNSSEC RRsets if the client did not ask for them. We will also be able to send truncated answers to indicate to the client to switch to tcp. This will be enabled in the next commit. Testing at least by matthieu, jca, otto, phessler OK phessler CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/12 09:40:33 Modified files: sbin/unwind : frontend.c unwind.c unwind.h Log message: Implement listening on 53/TCP Since we are only serving localhost we could get away with doing serving over UDP only because we have a huge MTU on lo0, it's still not correct behavior. This also enables sending truncated answers with TC set if the answer does not fit into the edns announced udp size. Testing at least by matthieu, jca, otto, phessler OK phessler CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/12 10:21:38 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.0.3 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/12 10:47:20 Modified files: lib/libssl : tls12_record_layer.c Log message: Split the record protection from the TLSv1.2 record layer. When changing cipher state, DTLS requires that the previous write protection state remain available so that messages can be retransmitted. Currently, this is done by DTLS saving and restoring various pointers, along with special casing to not free the cipher and hash where it would normally be freed for TLS (and requiring DTLS to free things at the appropriate times). This can be handled in a much cleaner manner by splitting the record protection from the record layer. This allows for the previous write state to be retained and restored by swapping a single pointer. Additionally, it also results in more readable and manageable code. This diff simply splits the record protection from the record layer - future changes will add support for maintaining and switching between write states. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/12 10:53:18 Modified files: regress/lib/libssl/unit: ssl_get_shared_ciphers.c Log message: A few minor tweaks to make my OCD happy. Sort headers, unwrap a line, fix grammar in spelling and simplify the check for test failure. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/12 10:59:50 Modified files: net/igmpproxy : Makefile distinfo net/igmpproxy/pkg: PLIST Added files: net/igmpproxy/patches: patch-src_config_c patch-src_ifvc_c patch-src_igmp_c patch-src_igmpproxy_c patch-src_igmpproxy_h patch-src_kern_c patch-src_os-openbsd_h patch-src_request_c patch-src_rttable_c Removed files: net/igmpproxy/patches: patch-Makefile patch-config_c patch-defs_h patch-ifvc_c patch-igmp_c patch-igmpproxy_c patch-igmpproxy_conf patch-mcgroup_c patch-mroute-api_c patch-request_c patch-rttable_c patch-udpsock_c Log message: update to igmpproxy-0.3, from Joel Knight, minor tweaks from me CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/12 11:00:45 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Log message: rpki-client started using the ibuf API, so link against libutil. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/12 12:14:53 Modified files: emulators/vice : Makefile Log message: vice: missing bdep, dos2unix CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/12 13:58:21 Modified files: regress/lib/libagentx: main.c Log message: Fix regress to compile and run on current. Still not hooked up. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/12 14:35:12 Modified files: regress/lib/libagentx: main.c Log message: Tweak previous. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/12 17:26:18 Modified files: regress/sys/net/pflog: Makefile pf.conf Log message: Add pflog(4) tests for IPv6. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/12 18:04:49 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: mm.h vmalloc.h Log message: revert drm vmalloc changes It is suspected they were to blame for a machine with inteldrm running X (xterms and chromium) running out of resources after a few days. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/12 18:57:31 Modified files: sys/net : if_pair.c Log message: Send without kernel lock The output path can run without kernel lock just fine as is. Looking at CVS log, it seems this was not done during import because IFXF_MPSAFE only became a thing afterwards. OK mvs CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/12 22:57:44 Modified files: geo/foxtrotgps/patches: patch-src_gps_functions_c Log message: Add support for gpsd API version 10 (gpsd 3.21) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/13 00:25:00 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.16.2. See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000984.html CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/13 01:01:44 Modified files: sbin/ifconfig : ifconfig.8 Log message: Temporary addresses are preferred for 1 day and valid for 2. Lifetimes are extended from router advertisements within these limits. From weerd@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/01/13 02:00:56 Modified files: misc/gramps : Makefile distinfo Log message: Update to gramps-5.1.3. From wen heping; thanks! CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2021/01/13 02:02:30 Modified files: graphics/flameshot: Makefile distinfo graphics/flameshot/pkg: PLIST Log message: update to 0.8.5 Tweak and OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/13 02:11:35 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Log message: Update to stella-6.5. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/13 02:13:30 Modified files: sys/net : if_pflog.c if_pflog.h Log message: Link pflog(4) instances to `pflog_ifs' list instead of allocating `pflogifs' array. This was done to prevent panics caused by internal malloc(9) limit. Also we avoid the case while single pflog(4) interface with a high index allocates an array for all indices below and eats up kernel memory. Since we have a very little count of pflog(4) interfaces linear search does not performance impact. ok bluhm@ claudio@ kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/13 02:40:23 Modified files: sysutils/reposync: Makefile distinfo Log message: update reposync, resolve relative paths for the local repo following a note from Martin Vahlensieck CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/13 02:41:58 Modified files: fonts/amigafonts: Makefile fonts/blockzone: Makefile Log message: Drop maintainership for amigafonts and blockzone. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/13 02:42:40 Modified files: databases/py-psycopg2: Makefile databases/py-psycopg2/pkg: PLIST Log message: py-psycopg2: drop the html docs, removing the need for (py2+py3 versions of) sphinx and pygments. ok danj@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/13 02:42:50 Modified files: audio/libopenmpt: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/13 02:43:44 Modified files: games/trader : Makefile distinfo games/trader/patches: patch-src_Makefile_in Log message: Update trader to 7.15. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/13 02:56:28 Modified files: lib/libutil : imsg.h Log message: Make imsg.h a bit more self-contained by prototyping struct iovec. OK martijn@ mvs@ deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/13 03:15:08 Modified files: regress/usr.sbin/bgpd/integrationtests: med.sh Added files: regress/usr.sbin/bgpd/integrationtests: exabgp.med_2.ok Log message: Extend med test with a withdraw that causes a flip in the order. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/13 03:34:14 Modified files: textproc/fzy : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/13 03:47:49 Modified files: sysutils/psftools: Makefile distinfo Log message: Update psftools to 1.1.0. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/13 04:01:19 Modified files: sys/dev/i2c : pcf8563.c Log message: Add support for the HYM8563 RTC, which is a PCF8563 clone. ok kurt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/13 04:34:01 Modified files: usr.sbin/bgpd : rde.c rde.h rde_decide.c rde_rib.c Log message: Extend prefix_evaluate() to also be used when withdrawing a prefix. Doing the LIST_REMOVE() outside of prefix_evalute() is no longer valid. As a benefit it is now simply possible to re-evaluate a prefix by passing it to prefix_evaluate() for both removal and insertion. prefix_evaluate() will then take care to ensure that a update is sent out if necessary. Also move rde_send_kroute() call to rde_generate_updates() to make it a bit easier to plug this module into a regress test. OK denis@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/13 05:38:36 Modified files: sys/kern : uipc_mbuf.c Log message: Convert mbuf type KDASSERT() to a proper KASSERT() in m_get(9). Should prevent to use uninitialized value as bogus counter index. OK mvs@ claudio@ anton@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/13 06:05:43 Modified files: geo/routino : Makefile distinfo geo/routino/patches: patch-Makefile_conf Log message: Bugfix update to routino-3.3.3. Mostly python library fixes which is disabled anyway. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/13 06:49:34 Modified files: usr.bin/doas : doas.c Log message: Pledge the "-C" code path In "Parse and check config" mode nothing is executed so pledge without "exec" while still setuid and before reading/parsing the config file. OK millert CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/01/13 09:28:50 Modified files: lib/libc/sys : sysctl.2 sbin/sysctl : sysctl.c sys/arch/mips64/mips64: mips64_machdep.c sys/kern : kern_clock.c sys/conf : param.c sys/sys : time.h kernel.h Log message: kernel, sysctl(8): remove dead variable: tickadj The global "tickadj" variable is a remnant of the old NTP adjustment code we used in the kernel before the current timecounter subsystem was imported from FreeBSD circa 2004 or 2005. Fifteen years hence it is completely vestigial and we can remove it. We probably should have removed it long ago but I guess it slipped through the cracks. FreeBSD removed it in 2002: https://cgit.freebsd.org/src/commit/?id=e1d970f1811e5e1e9c912c032acdcec6521b2a6d NetBSD and DragonflyBSD can probably remove it, too. We export tickadj via the kern.clockrate sysctl(2), so update sysctl.2 and sysctl(8) accordingly. Hypothetically this change could break someone's sysctl(8) parsing script. I don't think that's very likely. ok mvs@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/13 10:00:20 Modified files: regress/lib/libagentx: Makefile main.c Added files: regress/lib/libagentx: walk.err walk.out Log message: Make the binary run by linking it against net-snmpd. Also add an actual first test. More test should probably follow, but we have to start somewhere. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2021/01/13 10:40:05 Modified files: sys/netinet : Tag: OPENBSD_6_8 ip_carp.c Log message: this is errata 6.8/012_carp.patch revision 1.350 date: 2021/01/04 15:02:34; author: sashan; state: Exp; lines: +3 -5; commitid: gGsb9REM1jFCiFpN; - fix use after free, when packet gets dropped. patch submitted by Ralf Horstmann from ackstorm.de OK dlg@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2021/01/13 10:40:55 Modified files: . : errata68.html Log message: release 012_carp errata CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/13 11:20:54 Modified files: lib/libssl : d1_pkt.c ssl_locl.h tls12_record_layer.c Log message: Clean up sequence number handing in the new TLSv1.2 record layer. Handle protocol specific (DTLS vs TLS) sequence number differences in the open/seal record functions and propagate the sequence number through to the called functions. This means that DTLS specific knowledge is limited to two functions and also avoids building sequence numbers multiple times over. As a result, the DTLS explicit sequence number is now extracted from the record header and passed through for processing, which makes the read epoch handling redundant. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/13 11:32:00 Modified files: lib/libssl : d1_pkt.c Log message: Clean up read sequence handling in DTLS. Pass the explicit DTLS read sequence number to dtls1_record_bitmap_update() and dtls1_record_replay_check(), rather than expecting it to be in S3I(s)->read_sequence. Also, store the read sequence number into S3I(s)->rrec.seq_num when we're processing the record header, rather than having dtls1_record_replay_check() be responsible for copying it. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/13 11:38:34 Modified files: lib/libssl : d1_pkt.c Log message: Clean up dtls1_reset_seq_numbers() Inline/remove some variables and use sizeof with the correct variables. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/13 12:46:56 Modified files: devel/jenkins/stable: Makefile distinfo Log message: Update stable jenkins to 2.263.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/13 12:57:13 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update devel jenkins to 2.275 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/13 14:52:03 Log message: Import lang/tcc, the Tiny C Compiler tested by several, ok benoit@ TCC (Tiny C Compiler) is a small and fast ANSI C compiler. It generates optimized code, and can compile, assemble, and link several times faster than 'gcc -O0'. Any C dynamic library can be used directly. It includes an optional memory and bounds checker, and bounds-checked code can be mixed freely with standard code. C scripting is also supported via the usual hash-bang mechanism. Backends exist for amd64, i386, arm, and arm64. Status: Vendor Tag: bcallah Release Tags: bcallah_20210113 N ports/lang/tcc/Makefile N ports/lang/tcc/distinfo N ports/lang/tcc/pkg/PLIST N ports/lang/tcc/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/13 14:52:34 Modified files: lang : Makefile Log message: +tcc CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/13 16:50:21 Modified files: sys/dev/pv : vmt.c Log message: put M_ZERO in the right place ok dlg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/13 16:56:48 Modified files: sys/dev/pv : vmt.c Log message: Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the buffer allocated as part of the softc, though it's always been the same buffer so far. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/13 17:05:43 Modified files: audio/ncspot : Makefile distinfo Log message: Update to ncspot 0.3.0 From maintainer Henrik Friedrichsen CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/13 17:56:54 Modified files: sysutils/u-boot: Makefile distinfo sysutils/u-boot/patches: patch-configs_pinebook-pro-rk3399_defconfig patch-configs_rock64-rk3328_defconfig patch-configs_rock960-rk3399_defconfig patch-configs_rockpro64-rk3399_defconfig sysutils/u-boot/pkg: PFRAG.aarch64 PFRAG.arm Log message: update to U-Boot 2021.01 Fixes problem booting from spi with pinebook pro seen with 2020.10. Disable CONFIG_USE_PREBOOT from rk3399 configs as this runs 'usb start' which is reported to break booting via other methods by kurt@. Tested by kurt@ patrick@ and myself on am335x_evm mx6cuboxi omap4_panda pinebook-pro-rk3399 rock64-rk3328 rockpro64-rk3399 rpi_3 tinker-rk3288 ok kurt@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/01/13 20:32:01 Modified files: sys/kern : vfs_sync.c Log message: syncer_thread: sleep without lbolt The syncer_thread() uses lbolt to perform periodic execution. We can do this without lbolt. - Adding a local wakeup(9) channel (syncer_chan) and sleep on it. - Use a local copy of getnsecuptime() to get 1/hz resolution for time measurements. This is much better than using gettime(9), which is wholly unsuitable for this use case. Measure how long we spend in the loop and use this to calculate how long to sleep until the next execution. NB: getnsecuptime() is probably ready to be moved to kern_tc.c and documented. - Using the system uptime instead of the UTC time avoids issues with time jumps. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/13 23:37:35 Modified files: devel/pygame : Makefile distinfo devel/pygame/pkg: PLIST Log message: update to pygame 2.0.1; a bug-fix release CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/14 00:03:18 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/pkg: PLIST README Log message: Update keepassxc to 2.6.3 Changelog: https://keepassxc.org/blog/2021-01-13-2.6.3-released/ OK kn@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/14 01:29:26 Modified files: usr.sbin/bgpd : rde_decide.c Log message: Cleanup prefix_cmp() a bit. Make sure that the return value can not overflow the int type by doing calculations on bigger types. Instead just do a > and < check. Also improve the remote_addr test by using the same address comparison as in other places. OK benno@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/14 02:26:26 Modified files: geo/libpostal : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/14 02:32:21 Modified files: games/dopewars : Makefile distinfo games/dopewars/patches: patch-Makefile_in patch-src_dopewars_c games/dopewars/pkg: PLIST Removed files: games/dopewars/patches: patch-doc-help-Makefile_in patch-doc_Makefile_in patch-src_Makefile_in patch-src_curses_client_Makefile_in patch-src_cursesport_Makefile_in patch-src_gtkport_Makefile_in patch-src_gui_client_Makefile_in patch-src_serverside_c Log message: Update dopewars to 1.6.1. Notable changes: - Add new required dependency on net/curl - Switch from Gtk+2 to Gtk+3 - Drop now unneeded patches CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/14 02:38:55 Modified files: emulators/vice/patches: patch-configure_ac patch-src_Makefile_in patch-src_iodrv_io-unix-access_c Log message: Comment patches. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/14 02:44:33 Modified files: sys/net : pf.c Log message: Fix build without carp: ifp0 is only used within #if NCARP > 0. ok kn mvs CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/14 03:49:01 Modified files: security/sqlmap: Makefile distinfo security/sqlmap/pkg: PLIST Log message: Update for SQLMap to 1.5: https://github.com/sqlmapproject/sqlmap/compare/1.5...master OK benoit@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 05:50:52 Modified files: x11/gnome/tracker3: Makefile distinfo Log message: Update to tracker3-3.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 05:51:05 Modified files: x11/gnome/gcr : Makefile distinfo Log message: Update to gcr-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 06:01:28 Modified files: x11/gnome/tracker3-miners: Makefile distinfo Log message: Update to tracker3-miners-3.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 06:33:35 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/patches: patch-configure_ac Log message: Update to pulseaudio-14.1. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/14 06:41:28 Modified files: regress/sys/net/pflog: Makefile pf.conf Log message: IPv6 link-local addresses are broken in pf(4) as scope ID is used inconsistently. Switch regress to unique-local addresses. Add tests for pflog(4) on rdr-to and nat-to rules. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/14 06:52:27 Modified files: sys/dev/acpi : acpidmar.c Log message: Some BIOS seem to provide memory regions <16M in their reserved memory region reporting table. Since the extent only covered memory starting at 16M, these regions could not be reserved and would in turn cause a panic. Make the extent start at 0 and immediately reserve the first 16M right away, so that we can change the reserved memory allocator to EX_CONFLICTOK to make allocations succeed if they are already reserved. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 07:09:05 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-323.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 07:22:40 Modified files: security/py-rsa: Makefile distinfo Log message: Update to py3-rsa-4.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 07:23:01 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.54. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 07:23:14 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.54. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 07:26:19 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py3-s3transfer-0.3.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/14 07:27:11 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.214. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/14 12:45:07 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: Minor grammatical correction. OK jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/14 13:34:38 Modified files: devel/rcs-fast-import: Makefile distinfo Log message: update to rcs-fast-import-1.1 similar diff from Alex Naumov, was already in my tree pending testing CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/14 13:38:31 Modified files: sysutils/ugrep : Makefile distinfo Log message: Update to ugrep-3.1.2 Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.1.2 CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2021/01/14 14:10:23 Modified files: productivity/baikal: Makefile Log message: baikal requires now php-curl OK martin@ kn@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/14 14:53:42 Modified files: regress/sys/net/pflog: Makefile pf.conf Log message: IPv4 loopback addresses do not work with af-to as in_canforward() prevents forwarding such packets. Switch regress to IPv4 link-local addresses. Add tests for pflog(4) on af-to rules. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/14 14:55:22 Modified files: audio/ocp : Makefile comms/qodem : Makefile converters/bdf2psf: Makefile converters/fondu: Makefile devel/libbinio : Makefile devel/tig : Makefile devel/uthash : Makefile editors/tweak : Makefile emulators/ucon64: Makefile games/asciiquarium: Makefile games/nudoku : Makefile graphics/optipng: Makefile misc/dialog : Makefile misc/nyancat : Makefile news/multimail : Makefile sysutils/bdfresize: Makefile sysutils/psftools: Makefile sysutils/ttyplot: Makefile textproc/jo : Makefile textproc/miller: Makefile textproc/misspell: Makefile textproc/ruby-rouge: Makefile www/kore : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/14 15:42:10 Modified files: devel/libuv : Makefile distinfo devel/libuv/pkg: PLIST Log message: update to libuv-1.40.0 switch to the py3 version of sphinx; if i'm not mistaken this avoids the need to build both python 2 and 3 before building cmake. (this is on the path to building about a third of the ports tree). tests done on aarch64 i386 amd64, and some deps, ports-gcc, USE_LLD=no tested on amd64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/14 16:35:48 Modified files: net/lldpd : Makefile distinfo Log message: update to lldpd-1.0.8 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/01/14 16:39:51 Modified files: net/syncthing : Makefile distinfo net/syncthing/patches: patch-build_go Log message: Update net/syncthing to version 1.12.1. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/14 16:42:58 Modified files: editors/moe : Makefile distinfo Added files: editors/moe/patches: patch-configure Removed files: editors/moe/patches: patch-window_vector_cc Log message: Update to moe-1.11 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2021/01/14 17:01:16 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/pkg: PFRAG.aarch64 Added files: sysutils/u-boot/patches: patch-arch_arm_dts_rk3399pro-rock-pi-n10_dts patch-configs_rock-pi-n10-rk3399pro_defconfig Log message: Add ROCK PI N10 and MODPY_SETUPTOOLS=Yes to add missing build depend. okay jsg@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/14 18:00:16 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-sphinx-notfound-page: Makefile textproc/py-sphinx-notfound-page/pkg: PLIST Log message: make py-sphinx-notfound-page python3-only CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/14 19:32:41 Modified files: usr.bin/ssh : misc.c Log message: In waitfd(), when poll returns early we are subtracting the elapsed time from the timeout each loop, so we only want to measure the elapsed time the poll() in that loop, not since the start of the function. Spotted by chris.xj.zhu at gmail.com, ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/14 19:58:12 Modified files: usr.bin/ssh : misc.c regress/usr.bin/ssh/unittests/misc: tests.c Log message: Change types in convtime() unit test to int to match change its new type. Add tests for boundary conditions and fix convtime to work up to INT_MAX. ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/14 21:31:25 Modified files: usr.bin/ssh : sshkey.c Log message: Make output buffer larger to prevent potential truncation warnings from compilers not smart enough to know the strftime calls won't ever fully fill "to" and "from". ok djm@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/14 23:14:41 Modified files: sys/dev/pv : vmt.c Log message: Report full IP address information to the host. Contrary to what I wrote here 10 years ago, xdr isn't scary at all. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/14 23:16:21 Modified files: share/man/man4 : vmt.4 Log message: now we report more addresses to the host CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/15 01:32:55 Modified files: usr.bin/doas : doas.1 Log message: Be more explicit by stating that the -n flag is linked to the nopass option in doas.conf instead of a generic "would prompt for password", which could lead people into believing that persist could work with this option. OK tedu@ Feedback and OK kn@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/15 03:35:52 Log message: versatile macro assembler for 8-bit microprocessors Ok benoit@ Status: Vendor Tag: gonzalo Release Tags: gonzalo_20211501 N ports/lang/dasm/Makefile N ports/lang/dasm/distinfo N ports/lang/dasm/pkg/DESCR N ports/lang/dasm/pkg/PLIST N ports/lang/dasm/patches/patch-Makefile N ports/lang/dasm/patches/patch-src_Makefile N ports/lang/dasm/patches/patch-test_run_tests_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/15 03:37:40 Modified files: lang : Makefile Log message: Hook dasm. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/15 04:00:50 Modified files: www/tor-browser/browser: Makefile www/tor-browser/browser/files: unveil.gpu unveil.main www/mozilla-firefox: Makefile www/mozilla-firefox/files: unveil.gpu unveil.main www/firefox-esr: Makefile www/firefox-esr/files: unveil.gpu unveil.main Log message: Add /etc/resolv.conf to files allowed by unveil for all Firefox-based ports. Normally this file is exempted from unveil by "pledge dns", but if the user has disabled pledge (which is required for using some features) it will no longer be exempted, so must be handled explicitly by unveil. Problem reported by Stefan Hagen, ok jcs landry CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/15 04:54:00 Modified files: sysutils/ruby-puppet/5: Makefile sysutils/ruby-puppet/5/patches: patch-ext_rack_config_ru Log message: SYSCONFIDR -> SYSCONFDIR Spotted by gkoehler@, thanks. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/15 05:05:18 Modified files: geo/mdal : Makefile distinfo geo/mdal/patches: patch-mdal_CMakeLists_txt patch-tests_CMakeLists_txt Log message: geo/mdal: update to 0.8.0. see https://github.com/lutraconsulting/MDAL/releases/tag/0.8.0 the sole consumer (geo/qgis) builds fine with this update. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/15 05:09:07 Modified files: devel/cvs2svn : Makefile Log message: cvs2svn doesn't actually seem to need the subversion python bindings; remove the dependency and remove BROKEN marker. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/15 07:15:50 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.7 OK landry@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/15 07:36:16 Modified files: regress/lib/libagentx: Makefile Log message: Fix startup of smtpd; kill dangling smtpd; increase verbosity. OK martijn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/15 07:46:55 Modified files: textproc/py-openpyxl: Makefile distinfo textproc/py-openpyxl/pkg: PLIST Log message: update to openpyxl 3.0.6 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/15 07:58:15 Removed files: lang/dasm : Makefile distinfo lang/dasm/patches: patch-Makefile patch-src_Makefile patch-test_run_tests_sh lang/dasm/pkg : DESCR PLIST Log message: Dasm belongs to devel CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/15 07:58:46 Modified files: lang : Makefile Log message: dasm belongs to devel CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/15 08:01:36 Log message: versatile macro assembler for 8-bit microprocessors Ok benoit@ Status: Vendor Tag: gonzalo Release Tags: gonzalo_20211501 N ports/devel/dasm/Makefile N ports/devel/dasm/distinfo N ports/devel/dasm/pkg/DESCR N ports/devel/dasm/pkg/PLIST N ports/devel/dasm/patches/patch-Makefile N ports/devel/dasm/patches/patch-src_Makefile N ports/devel/dasm/patches/patch-test_run_tests_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/15 08:03:26 Modified files: devel : Makefile Log message: Add dasm CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/15 08:18:12 Modified files: sys/netinet : ip_input.c Log message: As documented in sysctl(2) net.inet.ip.forwarding can be 2. Relax input validation and use integer comparison. OK kn@ mvs@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/15 08:59:59 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: Makefile distinfo Log message: Update GSTreamer gang to version 1.18.3. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/15 10:26:04 Modified files: www/privoxy : Makefile Log message: privoxy uses C99 constructs so base-gcc needs to be told that. Fixes the build for sparc64 CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/15 11:57:04 Modified files: usr.sbin/ldapctl: ldapctl.c Log message: Stop the -v command line argument from overriding logging brevity. Tweaked and OK claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 12:01:31 Modified files: devel/radare2/main: Makefile Log message: mirror the radare2 distfile for now; upstream re-rolled it with significant changes as noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 12:03:58 Modified files: devel/avr32/gcc: Makefile devel/xtensa-esp32-elf/gcc: Makefile Added files: devel/avr32/gcc/patches: vecstep-gcc_tree-vect-transform_c devel/xtensa-esp32-elf/gcc/patches: vecstep-gcc_tree-vect-loop_c Log message: unbreak on powerpc64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 12:41:16 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.38.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 12:41:21 Modified files: x11/gnome/shell: Makefile distinfo Log message: update to gnome-shell-3.38.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 12:54:12 Modified files: emulators/frodo: Makefile Log message: fix build on powerpc64 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/01/15 13:08:37 Modified files: share/man/man9 : kcov_remote_register.9 Log message: add myself as the author CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/01/15 13:09:31 Modified files: share/man/man9 : kcov_remote_register.9 Log message: zap trailing period CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 13:21:51 Added files: emulators/openmsx/patches: patch-src_utils_small_compare_hh Log message: fix build on powerpc64; backported from upstream git CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 13:35:45 Modified files: devel/spidermonkey78: Makefile Log message: since spidermonkey requires rust to build, adjust ONLY_FOR_ARCHS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 13:42:01 Modified files: lang/moarvm : Makefile Log message: enable for powerpc64 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/15 13:43:02 Modified files: sys/arch/arm64/dev: acpipci.c sys/dev/acpi : acpireg.h Log message: Move IO Remapping Table (IORT) struct defines to the common ACPI header so that it can be used by more drivers. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/15 13:44:26 Modified files: sys/dev/acpi : acpireg.h Log message: Add IORT id for ARM SMMUv3. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 13:45:07 Modified files: multimedia/transcode: Makefile Log message: enable altivec build on powerpc64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/15 13:46:57 Modified files: emulators/hatari: Makefile Log message: enable build on powerpc64 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/15 13:49:38 Modified files: sys/arch/arm64/dev: acpipci.c sys/dev/acpi : acpireg.h Log message: Split the IORT struct into two, as the current version not only contained the generic IORT node information but also the Root Complex's attributes. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/15 13:52:49 Modified files: sys/dev/acpi : acpireg.h Log message: Add IORT structs for ARM SMMU versions 1 and 2. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/15 13:56:49 Modified files: archivers/unrar: Makefile distinfo Log message: maintenance update to 6.00 (minor incremental changes only) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/15 15:27:49 Modified files: sys/net : pf.c Log message: Remove a check that bypasses pf state tests. It dates back to 2003 when NAT was implemented differently. Now it does not seem to make sense anymore. sashan@ has identified cases where it does harm. dlg@ wants to remove it to simplify route-to code. from dlg@; OK sashan@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2021/01/15 16:06:07 Modified files: audio/wavpack : Makefile distinfo Log message: SECURITY: Update to wavpack 5.4.0. CVE-2020-35738. More info: https://github.com/dbry/WavPack/issues/91#issuecomment-760696376 CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2021/01/15 16:23:25 Modified files: audio/wavpack : Tag: OPENBSD_6_8 Makefile distinfo Log message: SECURITY: Update to wavpack 5.4.0. CVE-2020-35738. More info: https://github.com/dbry/WavPack/issues/91#issuecomment-760696376 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/15 20:50:32 Modified files: games/nblood : Makefile distinfo Log message: update to a snapshot which includes a big endian build fix by jasper@ CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2021/01/15 21:27:07 Log message: two-phase lock with a counter needed by sysutils/ruby-puppet/5 on ruby 2.7 ok kn@ giovanni@ Status: Vendor Tag: gkoehler Release Tags: gkoehler_20210115 N ports/devel/ruby-sync/Makefile N ports/devel/ruby-sync/distinfo N ports/devel/ruby-sync/pkg/DESCR N ports/devel/ruby-sync/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2021/01/15 21:44:30 Modified files: devel : Makefile Log message: +ruby-sync CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/15 21:45:36 Modified files: sysutils/ruby-puppet/5: Makefile Log message: Fix Puppet 5 after switching Ruby from 2.6 to 2.7 The sync gem has been removed from Ruby 2.7, add new port to RUN_DEPENDS to fix "cannot load such file -- sync" on puppet(1) usage. Found the hard way and diagnosed by giovanni when upgrading agents from 6.8 -stable to snapshots. Help from gkoehler by porting the ruby-sync gem. OK and tested with Puppet 5.5 agent on -CURRENT with Puppet 5.5 server on 6.8 -stable by giovanni CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/15 22:08:19 Modified files: sys/dev/pci : pcidevs Log message: add devices mostly from x1 nano jcs@ has CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/15 22:09:02 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/15 22:24:42 Modified files: sysutils/portroach-cli: Makefile sysutils/portroach-cli/files: portroach-cli Log message: Print column headers CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/15 23:41:10 Modified files: sys/dev/usb : usbdevs Log message: add Intel AX201 Bluetooth CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/15 23:42:01 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/15 23:50:12 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome to 5.15.2 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/16 00:02:39 Modified files: sys/dev/pci : azalia_codec.c Log message: recognise Realtek ALC287 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/16 00:58:12 Modified files: sys/netinet : ip_output.c Log message: Extend IP_MULTICAST_IF to take either an address (struct in_addr), a struct ip_mreq or a struct ip_mreqn. Using struct ip_mreqn allows to pass a interface index instead of specifying the multicast interface via its IP address. This is also the API implemented by Linux and FreeBSD and should help porting software. OK bluhm@ phessler@ robert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/16 01:03:55 Modified files: usr.sbin/ospfd : interface.c Log message: Use struct ip_mreqn for the IP_MULTICAST_IF setsockopt. This way ospfd will pick the right interface to send out hello packets. Clear the struct ip_mreqn in all cases because not all fields are used. OK bluhm@ phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 01:45:02 Modified files: devel/meson : Makefile distinfo meson.port.mk Log message: Update to meson-0.56.2. CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2021/01/16 02:03:40 Modified files: . : loongson.html Log message: Update PMON link. Prompted by Yifei ZHAN on tech@ CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2021/01/16 02:06:51 Modified files: . : loongson.html Log message: Update model details for Loongson Lynloong. From Yifei ZHAN on tech@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/16 02:08:09 Modified files: distrib/notes/loongson: hardware Log message: Update model details for Loongson Lynloong. From Yifei ZHAN on tech@ CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2021/01/16 02:10:16 Modified files: . : 68.html Log message: Fix a typo. From Yifei ZHAN on tech@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/16 02:18:41 Modified files: usr.bin/doas : doas.1 doas.c Log message: s/authorization/authentication/g OK kn@ tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 02:35:31 Modified files: print/system-config-printer: Makefile distinfo Added files: print/system-config-printer/patches: patch-Makefile_in Removed files: print/system-config-printer/patches: patch-Makefile_am Log message: Update to system-config-printer-1.5.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 02:48:27 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.0.603.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 02:49:58 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.56. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 02:50:11 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.56. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 02:50:26 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.216. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 02:54:25 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 03:05:02 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.27.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 03:08:34 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/patches: patch-deja-dup_RestoreFileTester_vala Removed 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: Update to deja-dup-42.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 04:04:06 Log message: Import autoconf-2.70. from Brad maintainer timeout, ok sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200116 N ports/devel/autoconf/2.70/Makefile N ports/devel/autoconf/2.70/distinfo N ports/devel/autoconf/2.70/pkg/DESCR N ports/devel/autoconf/2.70/pkg/PLIST N ports/devel/autoconf/2.70/patches/patch-Makefile_in N ports/devel/autoconf/2.70/patches/patch-bin_autom4te_in N ports/devel/autoconf/2.70/patches/patch-bin_autoupdate_in N ports/devel/autoconf/2.70/patches/patch-configure N ports/devel/autoconf/2.70/patches/patch-tests_tools_at N ports/devel/autoconf/2.70/patches/patch-doc_autoconf_texi N ports/devel/autoconf/2.70/patches/patch-lib_m4sugar_m4sugar_m4 N ports/devel/autoconf/2.70/patches/patch-tests_local_at N ports/devel/autoconf/2.70/patches/patch-lib_autoconf_c_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/16 04:04:29 Modified files: devel/autoconf : Makefile Log message: Hook up autoconf-2.70. CVSROOT: /cvs Module name: xenocara Changes by: visa@cvs.openbsd.org 2021/01/16 04:09:15 Modified files: distrib/sets/lists/xbase: md.sgi distrib/sets/lists/xserv: md.sgi Log message: sync CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/16 04:17:06 Modified files: editors/libreoffice: Makefile editors/libreoffice/patches: patch-bridges_source_cpp_uno_gcc3_linux_x86-64_except_cxx Added files: editors/libreoffice/patches: patch-bridges_source_cpp_uno_gcc3_linux_x86-64_share_hxx Removed files: editors/libreoffice/patches: patch-bridges_Library_cpp_uno_mk Log message: unbreak libreoffice after the libc++ update by merging another fix from upstream for exception handling and remove an obsolete patch while here CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/16 05:15:47 Modified files: net/libmaxminddb/patches: patch-configure net/p5-MaxMind-DB-Reader-XS/patches: patch-Build_PL net/p5-MaxMind-DB-Writer/patches: patch-Build_PL Log message: Comment patches. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/16 05:20:38 Modified files: audio/adplug : Makefile audio/adplug/patches: patch-Makefile_in Log message: Comment patch and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/16 05:34:50 Modified files: games/trader : Makefile games/trader/patches: patch-src_Makefile_in patch-src_system_h Log message: Comment patch and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 05:53:12 Modified files: audio/libsndfile: Makefile distinfo audio/libsndfile/pkg: PLIST Log message: update to libsndfile-1.0.30, from Brad, maintainer timeout Some fixes for .. CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661, CVE-2018-19662, CVE-2018-19758 and CVE-2019-3832. - a bunch of memory leaks - a stack overflow - use of uninitialized value CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 05:54:12 Added files: audio/libsndfile/patches: patch-CMakeLists_txt patch-programs_sndfile-info_c patch-src_aiff_c patch-src_wav_c patch-src_wavlike_c Removed files: audio/libsndfile/patches: patch-configure Log message: missed cvs add/rm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 05:58:11 Modified files: comms/minimodem: Makefile distinfo Added files: comms/minimodem/patches: patch-tests_16-verify-tx-consistent_test patch-tests_17-verify-tx-consistent-float_test patch-tests_31-amplitude-float_test patch-tests_41-noise-purefreqs_test patch-tests_71-callerid-sdmf_test patch-tests_run-self-tests patch-tests_self-test Removed files: comms/minimodem/patches: patch-configure Log message: update to minimodem-0.24 and patch so that tests run correctly add comment to makefile pointing out that the next version (not yet released) has a native sndio backend CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/16 06:09:46 Modified files: sys/net : pf.c Log message: The sysctl variable net.inet.ip.forwarding is checked before ip_input() passes the packet to ip_forward(). But with an af-to rule, pf(4) calls ip_forward() directly. Check the forwarding sysctl also in pf to get consistent behavior. This requires to set both ip and ip6 forwarding to get packet flow in both directions over af-to rules. OK kn@ CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2021/01/16 06:12:49 Modified files: faq : current.html Log message: To use pf(4) af-to rules, set ip and ip forwarding sysctl. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/16 06:14:54 Modified files: usr.sbin/bgpd : rde_attr.c Log message: aspath_neighbor() needs to return the local system AS for empty AS paths but also for AS paths starting with an AS_SET segment. RFC4271 wants this and it also makes sense for all the cases where aspath_neighbor() is used in bgpd. OK denis@ job@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/16 06:38:47 Modified files: regress/sys/net/pflog: Makefile Log message: If ip or ip6 forwarding is not set, expect af-to failure. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 06:42:01 Modified files: sysutils/nut : Makefile Log message: nut: update homepage CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/16 06:43:22 Modified files: games/nsnake : Makefile audio/adplay : Makefile benchmarks/wrk : Makefile fonts/sgi-fonts: Makefile net/libmaxminddb: Makefile net/dbip : Makefile.inc net/dbip/asn : Makefile net/dbip/city : Makefile net/dbip/country: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 06:56:09 Modified files: devel : Makefile devel/py-rcsparse: Makefile devel/py-rcsparse/pkg: PLIST Added files: devel/py-rcsparse/patches: patch-py-rcsparse_c patch-testmodule_py Log message: add experimental py3 port of rcsparse CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/16 08:02:40 Modified files: share/man/man9 : rwlock.9 Log message: Fix prototype for rw_assert_wrlock() function. ok anton@ kn@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/16 10:26:17 Modified files: cad/fritzing : Makefile comms/xastir : Makefile devel/gyp : Makefile fonts/hermit-font: Makefile games/ioquake3 : Makefile games/lwjgl : Makefile lang/fsharp : Makefile net/py-netaddr : Makefile security/gopass: Makefile security/keybase: Makefile security/opmsg : Makefile security/pass-otp: Makefile www/edbrowse : Makefile www/py-flask-login: Makefile www/py-flask-principal: Makefile www/tidy : Makefile x11/p5-Clipboard: Makefile Log message: Drop MAINTAINER for a bunch of stuff I no longer use. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/16 10:37:04 Modified files: security/age : Makefile distinfo Log message: Bump age to beta6. Changes: https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta6 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/16 10:41:20 Modified files: sbin/route : show.c Log message: Only recover the KAME embedded scope if the sin6_scope_id filed is not initalized. If it is set assume that the scope was already recovered. This is required to get rid of all this scope madness in the long run. OK bluhm@ florian@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/16 10:42:52 Modified files: usr.bin/netstat: if.c show.c Log message: Unle recover the scope_id from a possible embedded scope if the scope_id is not initalized. Do not reset the scope_id if it was already set. OK bluhm@ florian@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/16 10:44:29 Modified files: sbin/ifconfig : ifconfig.c Log message: Only recover the scope_id if it was not set. This way this code works both with and without embedded scope. OK bluhm@ florian@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/16 10:45:45 Modified files: sbin/slaacd : frontend.c Log message: Only recover the KAME embedded scope if the sin6_scope_id is not initialized. If it is set assume the scope was already recovered. OK bluhm, claudio CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/16 11:02:34 Modified files: sbin/slaacd : frontend.c Log message: Oops, fix previous. We only want to recover the scope id if it hasn't already been recovered. But we want to always copy the link-local address. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/01/16 11:32:47 Modified files: sys/uvm : uvm_fault.c Log message: Move `access_type' to the fault context. Fix a regression where the valye wasn't correctly overwritten for wired mapping, introduced in previous refactoring. ok mvs@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/16 11:52:19 Modified files: archivers/gtar : Makefile distinfo archivers/gtar/patches: patch-configure Added files: archivers/gtar/patches: patch-src_misc_c Log message: Update to 1.33: * POSIX extended format headers do not include PID by default * --delay-directory-restore works for archives with reversed member ordering * Fix extraction of a symbolic link hardlinked to another symbolic link * Wildcards in exclude-vcs-ignore mode don't match slash * Fix the --no-overwrite-dir option * Fix handling of chained renames in incremental backups * Link counting works for file names supplied with -T * Accept only position-sensitive (file-selection) options in file list files Stefan Hagen provided analysis of a regression that has been fixed by upstream (cherrypicked). CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/16 12:23:55 Modified files: net/dendrite : Makefile distinfo Log message: Update dendrite to 0.3.5 Changes: https://github.com/matrix-org/dendrite/releases/tag/v0.3.5 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/16 14:08:39 Modified files: net/dino : Makefile distinfo net/dino/patches: patch-libdino_CMakeLists_txt patch-main_CMakeLists_txt patch-plugins_signal-protocol_CMakeLists_txt net/dino/pkg : PLIST Removed files: net/dino/patches: patch-xmpp-vala_src_module_xep_0030_service_discovery_module_vala Log message: Updae to dino 0.2.0 https://dino.im/blog/2020/11/dino-0.2-release/ Similar diff from Alex Hosten OK paco solene (for Alex's diff) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 14:16:44 ports/net/py2-dnspython Update of /cvs/ports/net/py2-dnspython In directory cvs.openbsd.org:/tmp/cvs-serv16169/net/py2-dnspython Log Message: Directory /cvs/ports/net/py2-dnspython added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 14:16:56 ports/net/py2-dnspython/pkg Update of /cvs/ports/net/py2-dnspython/pkg In directory cvs.openbsd.org:/tmp/cvs-serv30176/net/py2-dnspython/pkg Log Message: Directory /cvs/ports/net/py2-dnspython/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 14:21:05 Modified files: net : Makefile mail/mailman : Makefile net/samba : Makefile security/fierce: Makefile textproc/calibre: Makefile net/py-dnspython: Makefile distinfo net/py-dnspython/pkg: PLIST Added files: security/fierce/patches: patch-requirements_txt net/py-dnspython/patches: patch-dns_resolver_py net/py2-dnspython: Makefile distinfo net/py2-dnspython/pkg: DESCR PLIST Log message: split the py2 version of py-dnspython off into net/py2-dnspython, update the py3 version to 2.1.0, and adapt ports using it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 14:22:06 Modified files: www/linkchecker: Makefile distinfo www/linkchecker/patches: patch-setup_py www/linkchecker/pkg: PLIST Log message: update to linkchecker 10.0.0, moves to py3 (requires the new py-dnspython) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/16 14:49:14 Modified files: math/py-scikit-image: Makefile Log message: py-scikit-image uses c++0x so base-gcc cannot be used Fixes the build on sparc64 tweaks from and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/16 14:57:58 Modified files: security/ogvt : Makefile distinfo Log message: Update ogvt to 1.0.9. This version works on openbsd/mips64 \o/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/16 15:36:17 Modified files: net/py-dnspython: Makefile Log message: point at py2-dnspython in comment CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/16 15:51:21 Modified files: security/ccrypt: Makefile Log message: ccrypt: add PORTROACH to skip MacOS version reporting. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/01/16 16:35:47 Modified files: net/dhcpcd : Makefile Added files: net/dhcpcd/patches: patch-src_route_c patch-src_script_c Log message: net/dhcpcd: fix a regression introduced in 9.4.0 Once every few minutes dhcpcd prints two lines into /var/log/messages: dhcpcd[89340]: make_env: Undefined error: 0 dhcpcd[89340]: script_runreason: Undefined error: 0 Apparently OpenBSD allows interfaces with the same priority number whereas NetBSD doesn't. This would break the ordering used in the routes tree and RB-tree insertion would fail. The upstream fix sets errno to make the log messages more meaningful and fixes RB-tree insertion. It also plugs a leak in this error path. Fix from https://roy.marples.name/archives/dhcpcd-discuss/0003426.html ok sthen CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/16 16:38:13 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: Go.pm lang/go : go.port.mk Log message: Teach go.port.mk and Go.pm how to escape modules that contain uppercase letters. OK kn, make magic from espie/naddy, feedback from afresh1 and sthen. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/16 16:42:57 Modified files: www/honk : Makefile distinfo www/honk/pkg : PLIST README honk.rc Log message: Bonk honk to 0.9.5 - Fixes rc_stop - Updates to examples / README diff from "maintainer" >.> Horia Racoviceanu CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/16 19:27:30 Modified files: sys/net : bpf.c Log message: don't encode the mbuf prio as part of the vlan tag in bpf_mtap_ether. the vlan tag we're injecting into the mbuf chain is either straight off the wire and therefore already has the vlan priority encoded, or is straight after it's been set up by vlan(4), which also has the prio already encoded. ok kn@ visa@ mvs@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/16 19:52:21 Modified files: sys/dev/pci : if_myx.c Log message: this hardware is fine with BUS_DMA_64BIT mappings. this raises performance of tcpbench on an m3000 from ~3kpps and ~8MB/s to ~70kpps and ~191MB/s when transmitting, and ~10kpps and ~15MB/s to ~120kpps and 174MB/s when receiving. i also tested this on a v245 and an m4000 a while back. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/16 22:23:35 Modified files: sys/kern : uipc_socket.c sys/miscfs/fifofs: fifo_vnops.c sys/sys : socketvar.h usr.bin/netstat: inet.c Log message: Replace SB_KNOTE and sb_flagsintr with direct checking of klist. OK mpi@ as part of a larger diff CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/16 22:56:32 Modified files: sys/kern : kern_event.c sys/sys : event.h eventvar.h Log message: kqueue: Revise fd close notification Deliver file descriptor close notification for __EV_POLL knotes through struct kevent that kqueue_scan() returns. This replaces the previous way of returning EBADF from kqueue_scan(), making it easier to determine what exactly has changed. When a file descriptor is closed, its __EV_POLL knotes are turned into one-shot events and queued for delivery. These knotes are "unregistered" as they are reachable only through the queue of active events. This reduces interference with the normal workings of kqueue. However, more care is needed to avoid leaking knotes. In addition, the unregistering removes a limit on the number of issued knotes. To prevent accumulation of pending fd close notifications, kqpoll_init() flushes the active queue at the start of a kqpoll scan. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/16 23:10:19 Modified files: security/knockpy: Makefile Log message: knockpy wasn't pointed at the new py2-dnspython like it should have been Found during sparc64 bulk CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/17 00:36:21 Modified files: mail/mblaze : Makefile distinfo mail/mblaze/pkg: PLIST Log message: update to mblaze 1.1 * mcom: allow tilde prefixed path for profile's outbox setting * mcom: detect and report mmime errors * add contrib/mmailto, a handler for mailto: links * Bug fixes. Ship contrib/ which provides a bunch of potentially useful scripts. From Luas (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/17 00:55:57 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.2.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/17 02:33:37 Modified files: x11/gnome/settings-daemon/patches: patch-plugins_org_gnome_SettingsDaemon_Dummy_desktop_in Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/17 03:17:51 Modified files: net/catgirl : Makefile distinfo Log message: update to catgirl 1.5 Lots of bug fixes and added features, upstream also did pledge and unveil. OK solene (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/17 03:39:01 Modified files: audio/pulseaudio: Makefile distinfo Log message: Update to pulseaudio-14.2. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/01/17 03:54:54 Modified files: sysutils/sysclean: Makefile distinfo Log message: update sysclean to 2.9 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/17 03:56:05 Modified files: www/chromium : Makefile www/chromium/patches: patch-net_socket_udp_socket_posix_cc Log message: now that we have struct ip_mreqn, start using that to avoid multiple multicast errors CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/17 03:56:16 ports/games/naev/patches Update of /cvs/ports/games/naev/patches In directory cvs.openbsd.org:/tmp/cvs-serv58934/patches Log Message: Directory /cvs/ports/games/naev/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/17 03:56:36 ports/games/naev/pkg Update of /cvs/ports/games/naev/pkg In directory cvs.openbsd.org:/tmp/cvs-serv84959/pkg Log Message: Directory /cvs/ports/games/naev/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/17 04:11:15 Modified files: games/naev : Makefile Added files: games/naev : distinfo games/naev/patches: patch-configure patch-src_utf8_c games/naev/pkg : DESCR-data DESCR-main PLIST-data PLIST-main Removed files: games/naev : Makefile.inc games/naev/base: Makefile distinfo games/naev/base/patches: patch-naev-confupdate_sh games/naev/base/pkg: DESCR PLIST games/naev/data: Makefile distinfo games/naev/data/pkg: DESCR PLIST Log message: Update to naev-0.8.0. Changelog: https://naev.org/blarg/2020-12-17_0.8.0/ Port related changes: - switched to SDL2 - set ONLY_FOR_ARCHS as it now requires OpenGL 3.2 - enable SEPARATE_BUILD - change port layout because game data is now shipped with sources. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/17 04:15:40 Modified files: devel/p5-Moo : Makefile distinfo Log message: update to 2.004004 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/17 04:16:22 Modified files: usr.sbin/pcidump: pcidump.c Log message: dump the max payload size and max read request size in the pcie cap. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/17 04:38:18 Modified files: usr.sbin/pcidump: pcidump.c Log message: pcie4 can do 16.0 GT/s. sounds like a lot. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/17 04:54:15 Modified files: usr.sbin/pcidump: pcidump.c Log message: revert the previous, it makes everything think it can do 16.0 GT/s. i'll have to find real pci4 hardware to test with. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/17 06:38:30 Modified files: usr.sbin/tftpd : tftpd.c Log message: Remove a __KAME__ block for extracting the scope_id from IPV6_PKTINFO. struct in6_pktinfo includes the interface index in ipi6_ifindex but no struct sockaddr_in6. OK jca@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/17 06:38:52 Modified files: usr.sbin/tftp-proxy: tftp-proxy.c Log message: Remove a __KAME__ block for extracting the scope_id from IPV6_PKTINFO. struct in6_pktinfo includes the interface index in ipi6_ifindex but no struct sockaddr_in6. OK jca@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/17 06:40:59 Modified files: usr.sbin/dhcrelay: dispatch.c Log message: Put the clearing of possible embedded scope in an __KAME__ block. This code does not really need to be optional since for non embedded scope link local addresses this is a NOP. OK jca@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/17 06:41:24 Modified files: usr.sbin/dhcrelay6: dispatch.c Log message: Put the clearing of possible embedded scope in an __KAME__ block. This code does not really need to be optional since for non embedded scope link local addresses this is a NOP. OK jca@ CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/01/17 07:21:26 Modified files: sys/dev/pci : pcidevs Log message: add another ax201 CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/01/17 07:22:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/01/17 07:24:00 Modified files: sys/dev/pci : if_iwx.c if_iwxreg.h Log message: add another iwx device ok stsp jsg CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/17 07:27:24 Modified files: sys/dev/acpi : acpireg.h Log message: Add defines for the various ARM SMMU models. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/17 07:45:35 Modified files: usr.sbin/ldapd : logmsg.c Log message: Comply with man page intent of -dvv enabling BER level logging. Tweak and ok martijn@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/17 08:13:34 Modified files: security/gnupg : Makefile Log message: build a debug package ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/17 08:17:14 Modified files: usr.sbin/relayd: parse.y Log message: Don't leak host address. Found with clang static analyzer. OK tb@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/01/17 08:22:56 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.0.20 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/17 08:28:22 Modified files: sys/kern : exec_elf.c kern_exit.c kern_fork.c kern_prot.c kern_sysctl.c sys/sys : proc.h Log message: Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'. This allows us to unlock getppid(2). ok mpi@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/17 08:39:17 Modified files: sbin/slaacd : frontend.c slaacd.c Log message: Mark up locations of KAME hack with #ifdef __KAME__ so that we can find it again if and when we no longer need it. No object change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/17 08:46:53 Modified files: net/ddclient : Makefile distinfo net/ddclient/patches: patch-ddclient patch-sample-etc_ddclient_conf net/ddclient/pkg: DESCR Log message: update to ddclient-3.9.1, from Reeto Chatterjee, plus some changes from me on top (rewrote DESCR, reformatted the Makefile a bit, synced patches) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/17 08:47:40 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/pkg: PLIST Log message: update to ircd-hybrid 8.2.37, from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/17 08:50:34 Modified files: graphics/xdot : Makefile distinfo Log message: update to xdot-1.2, from maintainer Alessandro De Laurenzis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/17 08:51:58 Modified files: devel/py-rcsparse/pkg: PLIST Log message: regen plist to unbreak py3 packaging CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/17 09:14:33 Modified files: graphics/dibuja: Makefile distinfo graphics/dibuja/pkg: PLIST Log message: Update to dibuja-0.21.12 Summary of new features can be found here: https://bazaar.launchpad.net/~jbal/dibuja/trunk/view/head:/README CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/17 09:17:42 Modified files: usr.bin/tmux : client.c tmux.1 tmux.c tmux.h Log message: Add -N flag to never start server even if command would normally do so, GitHub issue 2523. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/17 10:08:09 Modified files: net/profanity : Makefile distinfo net/profanity/patches: patch-configure_ac net/profanity/pkg: PLIST Log message: update to profanity 0.10.0 Remove Luas as MAINTAINER as per their request. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/01/17 10:33:42 Modified files: sysutils/upobsd: Makefile distinfo sysutils/upobsd/pkg: PLIST Log message: update sysutils/upobsd to 1.2 - change HOMEPAGE to github repository - use rdsetroot(8) from base instead of the forked version CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/17 12:11:50 Modified files: archivers/gtar : Makefile Added files: archivers/gtar/patches: patch-src_tar_c Log message: archivers/gtar: fix memory corruption when parsing TAR_OPTIONS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/17 12:28:55 Modified files: devel/flawfinder: Makefile distinfo Log message: update to flawfinder-2.0.15 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/17 12:30:11 Modified files: sysutils/py-pynetbox: Makefile distinfo Log message: update to pynetbox-5.3.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/17 12:34:51 Modified files: devel : Makefile devel/py-mulpyplexer: Makefile distinfo devel/py-mulpyplexer/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: - update to py-mulpyplexer-0.09 - switch to python3 by default CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/17 12:49:27 Modified files: devel/angr/vex : Makefile distinfo devel/angr/vex/patches: patch-Makefile-gcc Log message: update to recent git commit and bump version to angr-vex-9.0 to match the upstream VERSION file. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/17 12:50:09 Modified files: devel/angr/py-z3-solver: Makefile distinfo devel/angr/py-z3-solver/patches: patch-core_scripts_mk_util_py Log message: update to py3-z3-solver-4.8.9.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/17 12:50:45 Modified files: devel/angr : Makefile.inc devel/angr/py-ailment: Makefile distinfo devel/angr/py-ailment/pkg: PLIST devel/angr/py-angr: Makefile distinfo devel/angr/py-angr/patches: patch-angr_knowledge_plugins_functions_function_py patch-angr_procedures_definitions___init___py patch-native_Makefile patch-native_log_c patch-setup_py devel/angr/py-angr/pkg: PLIST devel/angr/py-archinfo: Makefile distinfo devel/angr/py-archinfo/pkg: PLIST devel/angr/py-claripy: Makefile distinfo devel/angr/py-cle: Makefile distinfo devel/angr/py-cle/patches: patch-cle_loader_py devel/angr/py-pyvex: Makefile distinfo devel/angr/py-pyvex/pkg: PLIST Log message: update angr to 9.0.5405, lots of backwards incompatible changes... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/17 12:50:59 Modified files: security/angrop: Makefile distinfo Log message: update to angrop-9.0.5405 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/17 13:35:31 Modified files: sbin/ifconfig : ifconfig.8 Log message: umb(4) sets a default interface priority too; mention it here ok deraadt CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/17 13:53:51 Modified files: regress/lib/libagentx: Makefile Log message: Put a sleep 1 after starting net-snmpd. The reason of the race is unclear, noone wants to debug net-snmpd. Goal it to replace this mess with proper agentx support in snmpd. OK martijn@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/01/17 14:07:41 Modified files: www/gitea : Makefile distinfo www/gitea/pkg : PLIST gitea.rc Added files: www/gitea/patches: patch-custom_conf_app_example_ini patch-routers_routes_routes_go Removed files: www/gitea/patches: patch-custom_conf_app_ini_sample patch-main_go Log message: Update gitea 1.12.6 -> 1.13.1 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.13.1 Port changes: * Modify build tags: 'sqlite cert' -> 'sqlite sqlite_unlock_notify' * Remove uneeded patches * Set default paths for CustomPath, CustomConf, AppPath, AppWorkPath * Simplify rc script CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/17 14:10:32 Modified files: net/termshark : Makefile Log message: update the comment in net/termshark; portgen can now cope with the v2 version of this, but it uses https://github.com/pkg/term which is broken on openbsd. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/17 14:26:38 Log message: import ports/mail/dcc, feedback/ok giovanni@ Status: Vendor Tag: sthen Release Tags: sthen_20210117 N ports/mail/dcc/Makefile N ports/mail/dcc/distinfo N ports/mail/dcc/pkg/DESCR N ports/mail/dcc/pkg/PLIST N ports/mail/dcc/pkg/dcc.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/17 14:27:04 Modified files: infrastructure/db: user.list Log message: add 863 for mail/dcc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/17 14:27:56 Modified files: mail : Makefile Log message: +dcc CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/17 15:50:39 Modified files: devel/sqlc : Makefile distinfo Log message: Update sqlc to 1.6.0. Changes here: https://github.com/kyleconroy/sqlc/releases/tag/v1.6.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/17 17:09:04 Modified files: editors/nano : Makefile distinfo Log message: editors/nano: update to 5.5 Noteworthy improvements: - Option --minibar reduces the interface to a bottom bar with basic info. - Option --markmatch marks the search result, for better visibility. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/17 17:15:38 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-commonmark: Makefile distinfo textproc/py-commonmark/pkg: PLIST textproc/py-recommonmark: Makefile distinfo textproc/py-recommonmark/pkg: PLIST Added files: textproc/py-commonmark/patches: patch-commonmark_tests_run_spec_tests_py Removed files: textproc/py-commonmark/patches: patch-CommonMark_tests_run_spec_tests_py textproc/py-recommonmark/patches: patch-recommonmark_parser_py patch-tests_test_basic_py Log message: update py-commonmark and py-recommonmark and make them python3 only These ports are on the update path for py-sphinx so making them python3 only helps. Both jca and I built ports llvm with this update. ok jca@, sebastia@ (maintainers of these ports) CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/17 17:44:00 Modified files: usr.bin/cdio : cdio.c extern.h Log message: Extern tracks list to avoid linker issues with -fno-common. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/17 17:46:58 Modified files: usr.bin/compress: compress.h main.c Log message: Move definition of pmode to main.c instead of a compress.h. Avoids linker issues with -fno-common. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/17 17:49:09 Modified files: usr.bin/systat : if.c systat.h Log message: Move defiition of sum variable from header file to avoid issues with -fno-common ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/17 17:51:15 Modified files: usr.bin/rcs : rcsprog.c rcsprog.h Log message: Move usage definition out of header file to avoid issues with -fno-common. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/17 17:53:20 Modified files: lib/libkeynote : header.h keynote-verify.c Log message: Move sessid definition to keynote-verify.c to avoid issues with -fno-common ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/17 18:23:54 Modified files: sbin/iked : ikev2.c Log message: Sync SA configuration payload to new SA after IKE SA rekeying. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/01/17 18:31:19 Modified files: driver/xf86-video-amdgpu/src: drmmode_display.h Log message: Fix link failure with gcc 10 From Adam Jackson edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d in xf86-video-amdgpu git fixes clang 11 build mortimer@ had the same diff CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/01/17 18:33:50 Modified files: driver/xf86-video-ati/src: drmmode_display.h Log message: Fix link failure with gcc 10 From Adam Jackson f223035f4ffcff2a9296d1e907a5193f8e8845a3 in xf86-video-ati git fixes clang 11 build mortimer@ had the same diff CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/01/17 18:39:33 Modified files: lib/libdrm/nouveau: private.h Log message: nouveau: fix compile error with -DDEBUG on newer gcc From Karol Herbst 5ec177b398d6d305f273329c8228ea870e180d6d in libdrm git fixes clang 11 build mortimer@ had almost the same diff CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/01/17 18:47:11 Modified files: lib/mesa/src/gallium/auxiliary/gallivm: lp_bld_format_srgb.c Log message: gallivm: Add missing header for powf. From Vinson Lee ff8daa013621019f1606dc0c188b16f1ce34fea7 in mainline Mesa fixes clang 11 build mortimer@ had almost the same diff CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/17 21:08:08 Modified files: etc/etc.armv7 : login.conf Log message: crank limits to satisfy piggy piggy clang CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/17 23:43:19 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-sphinx_guzzle_theme: Makefile textproc/py-sphinx_guzzle_theme/pkg: PLIST Log message: make py-sphinx_guzzle_theme python3-only ok bket@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/18 00:13:57 Modified files: www/py-urllib3 : Makefile Log message: make py-urllib3 tests python3-only so py-tornado can be updated CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2021/01/18 00:17:52 Modified files: x11/libdbusmenu: Makefile Log message: Add $COMPILER_LIBCXX to WANTLIB. While there remove extra gthread-2.0 as pointed by sthen@ and landry@ ok sthen@ landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/18 00:26:36 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: x11/xfce4/xfce4-whiskermenu: update to 2.5.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/18 00:27:04 Modified files: x11/xfce4/garcon: Makefile distinfo x11/xfce4/garcon/pkg: PLIST Log message: x11/xfce4/garcon: update to 4.16.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/18 00:39:44 Modified files: x11/xfce4/xfce4-appfinder: Makefile distinfo Log message: x11/xfce4/xfce4-appfinder: update to 4.16.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/18 01:07:33 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/noscript: Makefile distinfo Removed files: www/tor-browser/browser/patches: patch-dom_webgpu_ipc_WebGPUParent_cpp Log message: www/tor-browser: update to 10.0.8, from MAINTAINER Caspar Schutijser See https://blog.torproject.org/new-release-tor-browser-1008 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/18 01:59:35 Modified files: astro/py-metar : Makefile distinfo Log message: Update to py-metar-1.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/18 02:03:39 Modified files: geo/py-fiona : Makefile distinfo geo/py-fiona/pkg: PLIST Log message: geo/py-fiona: update to 1.8.18, from wen heping, thanks ! CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/18 02:26:35 Modified files: lib/libpcap : gencode.c pcap-filter.5 pcap.h Log message: support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstream libpcap, ok dlg@ https://github.com/the-tcpdump-group/libpcap/commit/74b2de364f3443fc2414d0160b0b942f347c6fd4 https://github.com/the-tcpdump-group/libpcap/commit/117cb5eb2eb4fe212d3851f1205bb0b8f57873c6 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/18 02:55:43 Modified files: share/man/man9 : if_get.9 sys/net : if.c if.h Log message: Introduce new function if_unit(9). This function returns a pointer the interface descriptor corresponding to the unique name. This descriptor is guaranteed to be valid until if_put(9) is called on the returned pointer. if_unit(9) should replace already existent ifunit() which returns descriptor not safe for dereference when context was switched. This allow us to avoid some use-after-free issues in ioctl(2) path. Also this unifies interface descriptor usage. ok claudio@ sashan@ CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/01/18 03:02:28 Modified files: www/youtube-dl : Makefile Log message: set myself as maintainer due to pirofti@ timeout prodded by naddy@ CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/01/18 03:03:34 Modified files: www/youtube-dl : Makefile distinfo Log message: update to 2021.01.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/18 03:24:49 Modified files: net/pmacct : Makefile distinfo net/pmacct/patches: patch-configure_ac patch-src_isis_isis_c net/pmacct/pkg : PFRAG.mysql PFRAG.postgresql PLIST Log message: update to pmacct-1.7.5 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/18 03:27:54 Modified files: usr.bin/tmux : grid.c screen-write.c tmux.h tty.c Log message: There is no need to clear every line entirely before drawing to it, this means moving the cursor and messes up wrapping. Better to just clear the sections that aren't written over. GitHub issue 2537. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/01/18 04:04:17 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.30.1 -> 5.31.0 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/18 04:14:24 Modified files: usr.bin/tmux : options.c server-client.c window-copy.c window-customize.c Log message: Hide some warnings on newer GCC versions, GitHUb issue 2525. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/18 04:17:58 Modified files: net/ntopng : Makefile net/ntopng/patches: patch-src_LuaEngine_cpp Log message: drop PCAP_NETMASK_UNKNOWN patch CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/18 04:43:34 Modified files: regress/usr.bin/ssh/unittests/conversion: tests.c Log message: Fix long->int for convtime tests here too. Spotted by tobhe@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/18 05:15:36 Modified files: usr.sbin/bgpd : bgpd.h kroute.c rde.c rde_prefix.c rde_rib.c util.c Log message: Change struct bgpd_addr VPN encoding. Instead of including two almost equal versions put the RD and lable stack right into struct bgpd_addr. For non-VPN addresses these extra fields are ignored. Since VPN and non-VPN addresses encode the prefix in the same way now some code can be simplified. In most cases a fallthrough or reuse of encoding functions is now possible. It should also reduce the size of struct bgpd_addr a bit. OK denis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/18 05:16:10 Modified files: usr.sbin/bgpctl: mrtparser.c Log message: Adjust code to the change of struct bgpd_addr in bgpd. OK denis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/18 05:17:47 Added files: security/nss/patches: patch-nss_lib_freebl_mpi_mpcpucache_c Log message: implement s_mpi_getProcessorLineSize() for powerpc64 by returning a hardcoded value (128) as discussed with kettenis@. turns out, the code to detect this on the fly doesn't seem to work properly on linux too. ok landry@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/18 05:22:40 Modified files: sys/netinet : in.h Log message: add IPPROTO_SCTP, ok claudio@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:15:15 Log message: import p5-Encode-HanExtra-0.23: Perl 5.7.3 and later ships with an adequate set of Chinese encodings, including the commonly used CP950, CP936 (also known as GBK), Big5 (alias for Big5-Eten), Big5-HKSCS, EUC-CN, HZ, and ISO-IR-165. However, the numbers of Chinese encodings are staggering, and a complete coverage will easily increase the size of perl distribution by several megabytes; hence, this CPAN module tries to provide the rest of them. If you are using perl 5.8 or later, Encode::CN and Encode::TW will automatically load the extra encodings for you, so there's no need to explicitly write use Encode::HanExtra if you are using one of them already. ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/textproc/p5-Encode-HanExtra/Makefile N ports/textproc/p5-Encode-HanExtra/distinfo N ports/textproc/p5-Encode-HanExtra/pkg/DESCR N ports/textproc/p5-Encode-HanExtra/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/18 06:15:41 Modified files: net/ntopng : Makefile distinfo net/ntopng/patches: patch-Makefile_in patch-autogen_sh patch-configure_seed patch-include_ntop_defines_h patch-src_HTTPserver_cpp patch-src_NetworkInterface_cpp patch-src_Ntop_cpp patch-src_PcapInterface_cpp net/ntopng/pkg : PLIST Removed files: net/ntopng/patches: patch-src_LuaEngine_cpp patch-src_SyslogCollectorInterface_cpp Log message: update to ntopng from the 4.2-stable branch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:17:15 Modified files: textproc : Makefile Log message: +p5-Encode-HanExtra CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:19:36 Log message: import of p5-Unix-Process-1.3101; All fields from the ps command can be fetched by calling a function of their name (see SYNOPSIS). If the pid is not given as an argument to the function, $$ (cur pid) is assumed. ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/sysutils/p5-Unix-Process/Makefile N ports/sysutils/p5-Unix-Process/distinfo N ports/sysutils/p5-Unix-Process/pkg/DESCR N ports/sysutils/p5-Unix-Process/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:20:24 Modified files: sysutils : Makefile Log message: +p5-Unix-Process CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:27:25 Log message: Import of p5-Alien-Base-2.37\n\nok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Alien-Base/Makefile N ports/devel/p5-Alien-Base/distinfo N ports/devel/p5-Alien-Base/pkg/DESCR N ports/devel/p5-Alien-Base/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:28:08 Log message: Import of p5-Alien-Base-ModuleBuild-1.15; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Alien-Base-ModuleBuild/Makefile N ports/devel/p5-Alien-Base-ModuleBuild/distinfo N ports/devel/p5-Alien-Base-ModuleBuild/pkg/DESCR N ports/devel/p5-Alien-Base-ModuleBuild/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:28:33 Log message: Import of p5-Alien-LibGumbo-0.05; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Alien-LibGumbo/Makefile N ports/devel/p5-Alien-LibGumbo/distinfo N ports/devel/p5-Alien-LibGumbo/pkg/DESCR N ports/devel/p5-Alien-LibGumbo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:28:37 Log message: Import of p5-Data-Perl-0.002011; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Data-Perl/Makefile N ports/devel/p5-Data-Perl/distinfo N ports/devel/p5-Data-Perl/pkg/DESCR N ports/devel/p5-Data-Perl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:28:42 Log message: Import of p5-IO-Handle-Util-0.02; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-IO-Handle-Util/Makefile N ports/devel/p5-IO-Handle-Util/distinfo N ports/devel/p5-IO-Handle-Util/pkg/DESCR N ports/devel/p5-IO-Handle-Util/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:28:46 Log message: Import of p5-Module-Path-0.19; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Module-Path/Makefile N ports/devel/p5-Module-Path/distinfo N ports/devel/p5-Module-Path/pkg/DESCR N ports/devel/p5-Module-Path/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:28:51 Log message: Import of p5-MooX-HandlesVia-0.001009; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-MooX-HandlesVia/Makefile N ports/devel/p5-MooX-HandlesVia/distinfo N ports/devel/p5-MooX-HandlesVia/pkg/DESCR N ports/devel/p5-MooX-HandlesVia/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:28:56 Log message: Import of p5-MooX-TypeTiny-0.002003; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-MooX-TypeTiny/Makefile N ports/devel/p5-MooX-TypeTiny/distinfo N ports/devel/p5-MooX-TypeTiny/pkg/DESCR N ports/devel/p5-MooX-TypeTiny/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:29:00 Log message: Import of p5-MooX-late-0.100; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-MooX-late/Makefile N ports/devel/p5-MooX-late/distinfo N ports/devel/p5-MooX-late/pkg/DESCR N ports/devel/p5-MooX-late/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:29:04 Log message: Import of p5-Path-Dispatcher-1.08; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Path-Dispatcher/Makefile N ports/devel/p5-Path-Dispatcher/distinfo N ports/devel/p5-Path-Dispatcher/pkg/DESCR N ports/devel/p5-Path-Dispatcher/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:29:09 Log message: Import of p5-Shell-Config-Generate-0.34; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Shell-Config-Generate/Makefile N ports/devel/p5-Shell-Config-Generate/distinfo N ports/devel/p5-Shell-Config-Generate/pkg/DESCR N ports/devel/p5-Shell-Config-Generate/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:29:13 Log message: Import of p5-Shell-Guess-0.09; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Shell-Guess/Makefile N ports/devel/p5-Shell-Guess/distinfo N ports/devel/p5-Shell-Guess/pkg/DESCR N ports/devel/p5-Shell-Guess/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:29:18 Log message: Import of p5-Sub-HandlesVia-0.016; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-Sub-HandlesVia/Makefile N ports/devel/p5-Sub-HandlesVia/distinfo N ports/devel/p5-Sub-HandlesVia/pkg/DESCR N ports/devel/p5-Sub-HandlesVia/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:29:22 Log message: Import of p5-asa-1.04; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/devel/p5-asa/Makefile N ports/devel/p5-asa/distinfo N ports/devel/p5-asa/pkg/DESCR N ports/devel/p5-asa/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:35:19 Modified files: devel : Makefile Log message: hook the following new perl modules up: - p5-Alien-Base - p5-Alien-Base-ModuleBuild - p5-Alien-LibGumbo - p5-Data-Perl - p5-IO-Handle-Util - p5-Module-Path - p5-MooX-HandlesVia - p5-MooX-TypeTiny - p5-MooX-late - p5-Path-Dispatcher - p5-Shell-Config-Generate - p5-Shell-Guess - p5-Sub-HandlesVia - p5-asa CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:36:50 Log message: Import of p5-HTML-FormatExternal-26; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/www/p5-HTML-FormatExternal/Makefile N ports/www/p5-HTML-FormatExternal/distinfo N ports/www/p5-HTML-FormatExternal/pkg/DESCR N ports/www/p5-HTML-FormatExternal/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:37:20 Log message: Import of p5-HTML-Gumbo-0.18; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/www/p5-HTML-Gumbo/Makefile N ports/www/p5-HTML-Gumbo/distinfo N ports/www/p5-HTML-Gumbo/pkg/DESCR N ports/www/p5-HTML-Gumbo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:37:26 Log message: Import of p5-HTTP-Headers-ActionPack-0.09; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/www/p5-HTTP-Headers-ActionPack/Makefile N ports/www/p5-HTTP-Headers-ActionPack/distinfo N ports/www/p5-HTTP-Headers-ActionPack/pkg/DESCR N ports/www/p5-HTTP-Headers-ActionPack/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:37:32 Log message: Import of p5-Web-Machine-0.17; ok ajacoutot@ Status: Vendor Tag: robert Release Tags: robert_20210118 N ports/www/p5-Web-Machine/Makefile N ports/www/p5-Web-Machine/distinfo N ports/www/p5-Web-Machine/pkg/DESCR N ports/www/p5-Web-Machine/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:39:46 Modified files: www : Makefile Log message: hook some newly imported perl modules up: - p5-HTML-FormatExternal - p5-HTML-Gumbo - p5-HTTP-Headers-ActionPack - p5-Web-Machine CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:41:35 Modified files: security/p5-GnuPG-Interface: Makefile distinfo Removed files: security/p5-GnuPG-Interface/patches: patch-Makefile_PL Log message: update to GnuPG-Interface-1.00 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 06:52:23 Modified files: www/rt : Makefile distinfo www/rt/patches : patch-Makefile_in patch-config_layout patch-sbin_rt-test-dependencies_in www/rt/pkg : PLIST README rt.rc Added files: www/rt/patches : patch-sbin_rt-setup-database_in Log message: update to rt-5.0.0; move all configuration to /etc/rt from /etc/rt3 because that is a reference to a really old release and this must be migrated to the proper path now CVSROOT: /cvs Module name: www Changes by: robert@cvs.openbsd.org 2021/01/18 06:56:40 Modified files: faq : current.html Log message: add a note about the www/rt config dir change CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/18 08:20:28 Modified files: usr.sbin/rad : frontend.c Log message: Remove unused variable in an effort to make this -fno-common clean. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/18 08:26:04 Modified files: sbin/unwind : unwind.c Log message: Remove c++ comment that snuck in and remove useless debug output. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/18 08:37:13 Modified files: mail/pear-Mail-Mime: Makefile distinfo mail/pear-Mail-Mime/pkg: PLIST Log message: update to pear-Mail-Mime-1.10.10 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/18 08:45:39 Modified files: geo/qgis : Makefile distinfo Log message: geo/qgis: update to 3.16.3. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/18 08:48:49 Modified files: devel/p5-Alien-Base: Makefile Log message: add missing dependency on sysutils/p5-File-Which CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/18 11:25:51 Modified files: sys/kern : syscalls.master Log message: Unlock getppid(2). ok mpi@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/18 11:27:53 Modified files: sys/kern : init_sysent.c syscalls.c Log message: regen CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/18 11:29:19 Modified files: sys/net : if_pfsync.c sys/sys : syscall.h syscallargs.h Log message: Convert ifunit() to if_unit(9). ok sashan@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/18 11:43:52 Modified files: sys/sys : syscall.h syscallargs.h Log message: Revert wrong commit. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/18 11:44:30 Modified files: sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/18 11:47:06 Modified files: sys/sys : proc.h Log message: Mark `ps_oppid' as atomic. ok mpi@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/18 11:47:50 Modified files: usr.sbin/httpd : parse.y Log message: Fix httpd example config A server configuration yields multiple struct server_config in the env->sc_servers queue: an actual server ("parent") and one for each location directive in httpd.conf. In parent_configure(), the parents are configured first, then the corresponding locations. parse.y r1.118 kills the parent if an error is encountered on loading the TLS keypairs but leaves the locations in the sc_servers queue. When running the default config without TLS keys already in place, this then leads to the self-explanatory "invalid location" error message. Its intention is to indicates the unexpected situation that config_setserver() encounters a location without an associated server. Fix this by not only destroying the parent but also removing all of its locations. ok jsing CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2021/01/18 12:31:43 Modified files: lang/gcc/8 : Makefile lang/gcc/8/patches: patch-gcc_config_gcc patch-gcc_config_rs6000_sysv4_h patch-gcc_configure patch-libgcc_config_host Added files: lang/gcc/8/patches: patch-gcc_config_rs6000_openbsd64_h patch-gcc_tree-vect-loop_c Log message: Add powerpc64 support. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2021/01/18 12:32:50 Modified files: infrastructure/mk: arch-defines.mk Log message: Add powerpc64 to GCC49_ARCHS. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/18 12:48:17 Modified files: x11 : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: x11/e17 : Makefile Makefile.inc e17.port.mk x11/e17/e : Makefile distinfo x11/e17/e/patches: patch-configure patch-src_bin_Makefile_in patch-src_bin_e_init_main_c patch-src_modules_Makefile_in x11/e17/e/pkg : DESCR PLIST x11/e17/e_dbus : Makefile distinfo x11/e17/e_dbus/patches: patch-src_lib_dbus_e_dbus_c x11/e17/e_dbus/pkg: DESCR PLIST x11/e17/ecore : Makefile distinfo x11/e17/ecore/patches: patch-src_lib_ecore_con_ecore_con_ssl_c x11/e17/ecore/pkg: DESCR PLIST x11/e17/edje : Makefile distinfo x11/e17/edje/pkg: DESCR PLIST x11/e17/eet : Makefile distinfo x11/e17/eet/pkg: DESCR PLIST x11/e17/efreet : Makefile distinfo x11/e17/efreet/patches: patch-src_Makefile_in patch-src_bin_Makefile_in x11/e17/efreet/pkg: DESCR PLIST x11/e17/eina : Makefile distinfo x11/e17/eina/patches: patch-src_tests_eina_bench_c patch-src_tests_eina_bench_quad_c patch-src_tests_eina_bench_stringshare_e17_c x11/e17/eina/pkg: DESCR PLIST x11/e17/eio : Makefile distinfo x11/e17/eio/pkg: DESCR PLIST x11/e17/elementary: Makefile distinfo x11/e17/elementary/patches: patch-data_desktop_Makefile_in patch-data_themes_widgets_flipselector_edc patch-src_bin_quicklaunch_c x11/e17/elementary/pkg: DESCR PLIST x11/e17/embryo : Makefile distinfo x11/e17/embryo/pkg: DESCR PLIST x11/e17/emotion: Makefile distinfo x11/e17/emotion/pkg: DESCR PLIST x11/e17/ethumb : Makefile distinfo x11/e17/ethumb/pkg: DESCR PLIST x11/e17/evas : Makefile distinfo x11/e17/evas/patches: patch-src_lib_engines_common_evas_op_copy_op_copy_color_neon_c patch-src_modules_loaders_gif_evas_image_load_gif_c x11/e17/evas/pkg: DESCR PLIST Log message: we have reached enlightenment and as such no longer need to weighed down by the ancient cruft of e17 which has long outlived its purpose. prompted by laurent ok cwen@ gnezdo@ jca@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/18 13:07:41 Modified files: net/zeromq : Makefile distinfo Log message: update to zeromq-4.3.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/18 13:11:42 Modified files: security/pwntools: Makefile distinfo security/pwntools/patches: patch-pwnlib_commandline_main_py patch-pwnlib_elf_elf_py security/pwntools/pkg: PLIST Removed files: security/pwntools/patches: patch-pwnlib_asm_py Log message: update to pwntools-4.3.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 13:25:48 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm x11 : Makefile Removed files: x11/qt5styleplugins: Makefile distinfo x11/qt5styleplugins/pkg: DESCR PLIST Log message: Remove qtstyleplugins-5.0.0.20170311 "it was originally ported to 'fix' the qt5 bug with file dialogs when running within gtk desktop environments, the default gtk3 file dialog triggers a cpu 100% spin." -- landry This issue still exists so DO NOT USE GTK3-style (which should not be the default) for (py)-Qt applications. Qt5 does not ship a qtconfig utility to configure fonts, icons or styles. You can use the qt5ct package to do this job. Don't forget to set the environment variable QT_QPA_PLATFORMTHEME=qt5ct so that the settings are picked up by Qt applications OK kmos, kn and landry CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/18 14:20:58 Modified files: www/darkhttpd : Makefile distinfo Log message: update to darkhttpd-1.13, from Renauld Allard plus tweaks from me CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/18 14:26:25 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm www/py-tornado : Makefile distinfo www/py-tornado/pkg: PLIST Removed files: www/py-tornado/pkg: PFRAG.no-python3 Log message: update py-torando to 6.1 and make it python3 only py-tornado 6.x and later is python3-only. The update is needed so jupyter-notebook can be updated. ok sthen@, bket@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/18 14:28:59 Removed files: lang/python/3.7: Makefile distinfo lang/python/3.7/files: CHANGES.OpenBSD lang/python/3.7/patches: patch-Lib_test_test_locale_py patch-Makefile_pre_in patch-Modules__hashopenssl_c patch-Modules__ssl_c patch-configure_ac patch-setup_py lang/python/3.7/pkg: DESCR-gdbm DESCR-idle DESCR-main DESCR-tests DESCR-tkinter PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Log message: mop up remaining python 3.7 files CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/01/18 15:26:11 Modified files: sysutils/ruby-puppet/5: Makefile Log message: suppress the huge number of deprecation/obsolete warnings since Ruby 2.7 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/01/18 15:40:04 Modified files: devel/leatherman: Makefile distinfo Log message: simple update 1.12.3 -> 1.12.4 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/18 20:36:18 Modified files: textproc/xml2rfc: Makefile distinfo textproc/xml2rfc/pkg: PLIST Log message: update xml2rfc to 2.11.1 This update allows us to switch the port to python3. Updating to a newer version will require a few dependencies to be imported first. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/18 22:27:50 Log message: import py-argon2-cffi; ok bket@ Information for inst:py3-argon2-cffi-20.1.0 Comment: argon2 password hashing for Python Description: Argon2 is a secure password hashing algorithm. Is is designed to have both a configurable runtime as well as memory consumption. The current workhorses of password hashing are unquestionably bcrypt and PBKDF2. And while they're still fine to use, the password cracking community embraced new technologies like GPUs and ASICs to crack passwords in a highly parallel fashion. An effective measure against extreme parallelism proved making computation of password hashes also memory hard. Between 2012 and 2015, the password hashing competition took place to find a new, secure, and future-proof password hashing algorithm. The winner of this competition was announced as Argon2. Maintainer: The OpenBSD ports mailing-list WWW: https://argon2-cffi.readthedocs.io/ Status: Vendor Tag: daniel Release Tags: daniel_20210119 N ports/security/py-argon2-cffi/Makefile N ports/security/py-argon2-cffi/distinfo N ports/security/py-argon2-cffi/pkg/DESCR N ports/security/py-argon2-cffi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/18 22:29:55 Modified files: security : Makefile Log message: +py-argon2-cffi CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/18 22:54:42 Modified files: www/py-werkzeug: Makefile Removed files: www/py-werkzeug/patches: patch-docs_Makefile Log message: minor tweaks for py-werkzeug - update HOMEPAGE - eliminate a patch we can do without - move FLAVORS to the standard location in the Makefile CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:16:36 Modified files: x11/qt5 : Makefile.version x11/qt5/docs : distinfo x11/qt5/docs/pkg: PLIST-html PLIST-qch x11/qt5/qt3d : Makefile distinfo x11/qt5/qt3d/pkg: PLIST-main x11/qt5/qtbase : Makefile distinfo x11/qt5/qtbase/patches: patch-mkspecs_features_create_cmake_prf patch-qmake_generators_unix_unixmake2_cpp patch-qmake_generators_unix_unixmake_cpp patch-qmake_generators_unix_unixmake_h patch-src_corelib_global_global_pri patch-src_network_kernel_qnetworkinterface_unix_cpp patch-src_network_ssl_qsslcontext_openssl_cpp patch-src_network_ssl_qsslsocket_openssl_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_p_h x11/qt5/qtbase/pkg: PLIST-examples PLIST-global PLIST-main x11/qt5/qtcharts: Makefile distinfo x11/qt5/qtconnectivity: Makefile distinfo x11/qt5/qtconnectivity/pkg: PLIST-main x11/qt5/qtdatavis3d: Makefile distinfo x11/qt5/qtdeclarative: Makefile distinfo x11/qt5/qtdeclarative/pkg: PLIST-examples PLIST-main x11/qt5/qtgamepad: distinfo x11/qt5/qtgraphicaleffects: Makefile distinfo x11/qt5/qtimageformats: Makefile distinfo x11/qt5/qtlocation: Makefile distinfo x11/qt5/qtlocation/pkg: PLIST-main x11/qt5/qtlottie: Makefile distinfo x11/qt5/qtlottie/pkg: PLIST x11/qt5/qtmultimedia: distinfo x11/qt5/qtmultimedia/pkg: PLIST-main x11/qt5/qtnetworkauth: distinfo x11/qt5/qtpurchasing: Makefile distinfo x11/qt5/qtquickcontrols: Makefile distinfo x11/qt5/qtquickcontrols2: Makefile distinfo x11/qt5/qtquickcontrols2/pkg: PLIST-main x11/qt5/qtremoteobjects: distinfo x11/qt5/qtremoteobjects/pkg: PLIST-main x11/qt5/qtscript: distinfo x11/qt5/qtscxml: distinfo x11/qt5/qtsensors: distinfo x11/qt5/qtsensors/pkg: PLIST-main x11/qt5/qtserialbus: Makefile distinfo x11/qt5/qtserialbus/pkg: PLIST-main x11/qt5/qtserialport: distinfo x11/qt5/qtserialport/pkg: PLIST-main x11/qt5/qtspeech: Makefile distinfo x11/qt5/qtspeech/pkg: PLIST-main x11/qt5/qtsvg : distinfo x11/qt5/qtsvg/pkg: PLIST-examples PLIST-main x11/qt5/qttools: Makefile distinfo x11/qt5/qttools/pkg: PLIST-main x11/qt5/qttranslations: distinfo x11/qt5/qttranslations/pkg: PLIST x11/qt5/qtvirtualkeyboard: Makefile distinfo x11/qt5/qtvirtualkeyboard/pkg: PLIST-main x11/qt5/qtwebchannel: Makefile distinfo x11/qt5/qtwebengine: Makefile distinfo x11/qt5/qtwebengine/files: openbsd.pri sndio_input.cc sndio_input.h sndio_output.cc sndio_output.h x11/qt5/qtwebengine/patches: patch-mkspecs_features_functions_prf patch-src_3rdparty_chromium_BUILD_gn patch-src_3rdparty_chromium_base_BUILD_gn patch-src_3rdparty_chromium_base_allocator_allocator_shim_cc patch-src_3rdparty_chromium_base_atomicops_h patch-src_3rdparty_chromium_base_debug_debugger_posix_cc patch-src_3rdparty_chromium_base_debug_proc_maps_linux_cc patch-src_3rdparty_chromium_base_debug_stack_trace_posix_cc patch-src_3rdparty_chromium_base_files_file_path_watcher_kqueue_h patch-src_3rdparty_chromium_base_files_file_path_watcher_stub_cc patch-src_3rdparty_chromium_base_files_file_util_posix_cc patch-src_3rdparty_chromium_base_i18n_icu_util_cc patch-src_3rdparty_chromium_base_linux_util_cc patch-src_3rdparty_chromium_base_native_library_posix_cc patch-src_3rdparty_chromium_base_posix_can_lower_nice_to_cc patch-src_3rdparty_chromium_base_posix_unix_domain_socket_cc patch-src_3rdparty_chromium_base_process_kill_h patch-src_3rdparty_chromium_base_process_kill_posix_cc patch-src_3rdparty_chromium_base_process_launch_h patch-src_3rdparty_chromium_base_process_memory_cc patch-src_3rdparty_chromium_base_process_process_handle_cc patch-src_3rdparty_chromium_base_process_process_handle_h patch-src_3rdparty_chromium_base_process_process_handle_openbsd_cc patch-src_3rdparty_chromium_base_process_process_iterator_openbsd_cc patch-src_3rdparty_chromium_base_process_process_metrics_cc patch-src_3rdparty_chromium_base_process_process_metrics_h patch-src_3rdparty_chromium_base_process_process_metrics_openbsd_cc patch-src_3rdparty_chromium_base_process_process_metrics_posix_cc patch-src_3rdparty_chromium_base_process_process_posix_cc patch-src_3rdparty_chromium_base_rand_util_h patch-src_3rdparty_chromium_base_rand_util_posix_cc patch-src_3rdparty_chromium_base_system_sys_info_openbsd_cc patch-src_3rdparty_chromium_base_system_sys_info_posix_cc patch-src_3rdparty_chromium_base_third_party_libevent_event-config_h patch-src_3rdparty_chromium_base_third_party_libevent_openbsd_config_h patch-src_3rdparty_chromium_base_third_party_libevent_openbsd_event-config_h patch-src_3rdparty_chromium_base_third_party_symbolize_symbolize_cc patch-src_3rdparty_chromium_base_threading_platform_thread_h patch-src_3rdparty_chromium_base_threading_platform_thread_linux_cc patch-src_3rdparty_chromium_base_threading_platform_thread_posix_cc patch-src_3rdparty_chromium_base_threading_thread_task_runner_handle_cc patch-src_3rdparty_chromium_base_trace_event_malloc_dump_provider_cc patch-src_3rdparty_chromium_base_trace_event_process_memory_dump_cc patch-src_3rdparty_chromium_base_trace_event_process_memory_dump_h patch-src_3rdparty_chromium_build_config_BUILDCONFIG_gn patch-src_3rdparty_chromium_build_config_BUILD_gn patch-src_3rdparty_chromium_build_config_c++_c++_gni patch-src_3rdparty_chromium_build_config_compiler_BUILD_gn patch-src_3rdparty_chromium_build_config_compiler_compiler_gni patch-src_3rdparty_chromium_build_config_features_gni patch-src_3rdparty_chromium_build_config_linux_pkg-config_py patch-src_3rdparty_chromium_build_detect_host_arch_py patch-src_3rdparty_chromium_build_gn_run_binary_py patch-src_3rdparty_chromium_build_toolchain_gcc_solink_wrapper_py patch-src_3rdparty_chromium_build_toolchain_gcc_toolchain_gni patch-src_3rdparty_chromium_build_toolchain_openbsd_BUILD_gn patch-src_3rdparty_chromium_cc_BUILD_gn patch-src_3rdparty_chromium_chrome_app_chromium_strings_grd patch-src_3rdparty_chromium_chrome_app_generated_resources_grd patch-src_3rdparty_chromium_chrome_app_google_chrome_strings_grd patch-src_3rdparty_chromium_chrome_app_settings_strings_grdp patch-src_3rdparty_chromium_chrome_app_theme_chrome_unscaled_resources_grd patch-src_3rdparty_chromium_chrome_browser_custom_handlers_protocol_handler_registry_cc patch-src_3rdparty_chromium_chrome_browser_devtools_devtools_eye_dropper_cc patch-src_3rdparty_chromium_chrome_browser_extensions_BUILD_gn patch-src_3rdparty_chromium_chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc patch-src_3rdparty_chromium_chrome_browser_extensions_api_input_ime_input_ime_api_h patch-src_3rdparty_chromium_chrome_browser_extensions_api_settings_private_prefs_util_cc patch-src_3rdparty_chromium_chrome_browser_resources_plugin_metadata_plugins_linux_json patch-src_3rdparty_chromium_chrome_browser_resources_safe_browsing_gen_file_type_proto_py patch-src_3rdparty_chromium_chrome_browser_ui_webui_about_ui_cc patch-src_3rdparty_chromium_chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_appearance_handler_cc patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_appearance_handler_h patch-src_3rdparty_chromium_chrome_common_BUILD_gn patch-src_3rdparty_chromium_chrome_common_chrome_paths_cc patch-src_3rdparty_chromium_chrome_common_chrome_paths_h patch-src_3rdparty_chromium_chrome_common_chrome_paths_internal_h patch-src_3rdparty_chromium_chrome_common_chrome_switches_cc patch-src_3rdparty_chromium_chrome_common_chrome_switches_h patch-src_3rdparty_chromium_chrome_common_webui_url_constants_cc patch-src_3rdparty_chromium_chrome_common_webui_url_constants_h patch-src_3rdparty_chromium_chrome_renderer_pepper_pepper_flash_font_file_host_cc patch-src_3rdparty_chromium_chrome_renderer_pepper_pepper_flash_font_file_host_h patch-src_3rdparty_chromium_chrome_test_BUILD_gn patch-src_3rdparty_chromium_components_autofill_core_browser_autofill_experiments_cc patch-src_3rdparty_chromium_components_autofill_core_common_autofill_util_cc patch-src_3rdparty_chromium_components_content_settings_core_browser_website_settings_registry_cc patch-src_3rdparty_chromium_components_cookie_config_cookie_store_util_cc patch-src_3rdparty_chromium_components_crash_content_browser_BUILD_gn patch-src_3rdparty_chromium_components_crash_core_common_BUILD_gn patch-src_3rdparty_chromium_components_download_internal_common_base_file_cc patch-src_3rdparty_chromium_components_feature_engagement_public_event_constants_cc patch-src_3rdparty_chromium_components_feature_engagement_public_event_constants_h patch-src_3rdparty_chromium_components_metrics_BUILD_gn patch-src_3rdparty_chromium_components_metrics_drive_metrics_provider_linux_cc patch-src_3rdparty_chromium_components_neterror_resources_neterror_js patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_cc patch-src_3rdparty_chromium_components_new_or_sad_tab_strings_grdp patch-src_3rdparty_chromium_components_os_crypt_keyring_util_linux_cc patch-src_3rdparty_chromium_components_os_crypt_libsecret_util_linux_cc patch-src_3rdparty_chromium_components_os_crypt_os_crypt_h patch-src_3rdparty_chromium_components_previews_core_previews_features_cc patch-src_3rdparty_chromium_components_storage_monitor_removable_device_constants_cc patch-src_3rdparty_chromium_components_storage_monitor_removable_device_constants_h patch-src_3rdparty_chromium_content_browser_browser_child_process_host_impl_cc patch-src_3rdparty_chromium_content_browser_browser_main_loop_cc patch-src_3rdparty_chromium_content_browser_child_process_launcher_helper_linux_cc patch-src_3rdparty_chromium_content_browser_gpu_gpu_process_host_cc patch-src_3rdparty_chromium_content_browser_media_media_internals_cc patch-src_3rdparty_chromium_content_browser_memory_swap_metrics_driver_impl_linux_cc patch-src_3rdparty_chromium_content_browser_renderer_host_input_input_device_change_observer_cc patch-src_3rdparty_chromium_content_browser_renderer_host_pepper_pepper_file_io_host_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_h patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_h patch-src_3rdparty_chromium_content_browser_renderer_host_render_view_host_impl_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_event_handler_cc patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_cc patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_h patch-src_3rdparty_chromium_content_browser_webui_shared_resources_data_source_cc patch-src_3rdparty_chromium_content_common_common_sandbox_support_linux_cc patch-src_3rdparty_chromium_content_common_sandbox_init_linux_cc patch-src_3rdparty_chromium_content_common_user_agent_cc patch-src_3rdparty_chromium_content_gpu_gpu_main_cc patch-src_3rdparty_chromium_content_gpu_gpu_sandbox_hook_linux_cc patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_blink_platform_impl_h patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_plugin_main_cc patch-src_3rdparty_chromium_content_public_common_common_param_traits_macros_h patch-src_3rdparty_chromium_content_public_common_content_features_cc patch-src_3rdparty_chromium_content_public_common_content_switches_cc patch-src_3rdparty_chromium_content_public_common_content_switches_h patch-src_3rdparty_chromium_content_public_common_use_zoom_for_dsf_policy_cc patch-src_3rdparty_chromium_content_renderer_media_audio_audio_device_factory_cc patch-src_3rdparty_chromium_content_renderer_render_thread_impl_cc patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_cc patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_h patch-src_3rdparty_chromium_content_renderer_renderer_main_platform_delegate_linux_cc patch-src_3rdparty_chromium_content_shell_BUILD_gn patch-src_3rdparty_chromium_content_utility_utility_blink_platform_with_sandbox_support_impl_cc patch-src_3rdparty_chromium_content_utility_utility_blink_platform_with_sandbox_support_impl_h patch-src_3rdparty_chromium_content_utility_utility_main_cc patch-src_3rdparty_chromium_device_gamepad_gamepad_provider_cc patch-src_3rdparty_chromium_extensions_browser_api_messaging_message_service_cc patch-src_3rdparty_chromium_extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-src_3rdparty_chromium_extensions_browser_browser_context_keyed_service_factories_cc patch-src_3rdparty_chromium_extensions_common_api__permission_features_json patch-src_3rdparty_chromium_extensions_common_feature_switch_cc patch-src_3rdparty_chromium_extensions_common_features_feature_cc patch-src_3rdparty_chromium_extensions_shell_app_shell_main_delegate_cc patch-src_3rdparty_chromium_gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_cc patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_h patch-src_3rdparty_chromium_gpu_ipc_service_gpu_init_cc patch-src_3rdparty_chromium_gpu_ipc_service_gpu_memory_buffer_factory_cc patch-src_3rdparty_chromium_gpu_ipc_service_gpu_watchdog_thread_cc patch-src_3rdparty_chromium_gpu_ipc_service_gpu_watchdog_thread_h patch-src_3rdparty_chromium_headless_lib_browser_headless_content_browser_client_cc patch-src_3rdparty_chromium_headless_lib_browser_headless_content_browser_client_h patch-src_3rdparty_chromium_headless_lib_browser_headless_request_context_manager_cc patch-src_3rdparty_chromium_headless_lib_headless_macros_h patch-src_3rdparty_chromium_ipc_ipc_channel_common_cc patch-src_3rdparty_chromium_ipc_ipc_channel_h patch-src_3rdparty_chromium_ipc_ipc_channel_mojo_cc patch-src_3rdparty_chromium_ipc_ipc_message_utils_cc patch-src_3rdparty_chromium_ipc_ipc_message_utils_h patch-src_3rdparty_chromium_media_BUILD_gn patch-src_3rdparty_chromium_media_audio_BUILD_gn patch-src_3rdparty_chromium_media_audio_audio_input_device_cc patch-src_3rdparty_chromium_media_audio_audio_manager_cc patch-src_3rdparty_chromium_media_audio_audio_manager_h patch-src_3rdparty_chromium_media_audio_audio_thread_impl_cc patch-src_3rdparty_chromium_media_base_audio_latency_cc patch-src_3rdparty_chromium_media_base_scopedfd_helper_h patch-src_3rdparty_chromium_media_base_vector_math_cc patch-src_3rdparty_chromium_media_base_video_frame_cc patch-src_3rdparty_chromium_media_base_video_frame_h patch-src_3rdparty_chromium_media_capture_video_create_video_capture_device_factory_cc patch-src_3rdparty_chromium_media_capture_video_fake_video_capture_device_factory_cc patch-src_3rdparty_chromium_media_capture_video_file_video_capture_device_factory_cc patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_cc patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_linux_cc patch-src_3rdparty_chromium_media_capture_video_video_capture_buffer_pool_impl_cc patch-src_3rdparty_chromium_media_capture_video_video_capture_device_client_cc patch-src_3rdparty_chromium_media_media_options_gni patch-src_3rdparty_chromium_media_video_gpu_memory_buffer_video_frame_pool_cc patch-src_3rdparty_chromium_mojo_public_c_system_thunks_cc patch-src_3rdparty_chromium_mojo_public_js_mojo_bindings_resources_grd patch-src_3rdparty_chromium_net_BUILD_gn patch-src_3rdparty_chromium_net_base_address_tracker_linux_cc patch-src_3rdparty_chromium_net_base_address_tracker_linux_h patch-src_3rdparty_chromium_net_base_network_change_notifier_cc patch-src_3rdparty_chromium_net_base_network_interfaces_posix_h patch-src_3rdparty_chromium_net_disk_cache_blockfile_disk_format_h patch-src_3rdparty_chromium_net_dns_address_sorter_posix_cc patch-src_3rdparty_chromium_net_dns_dns_util_cc patch-src_3rdparty_chromium_net_dns_host_resolver_proc_cc patch-src_3rdparty_chromium_net_http_http_network_session_cc patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_linux_cc patch-src_3rdparty_chromium_net_proxy_resolution_proxy_resolution_service_cc patch-src_3rdparty_chromium_net_socket_socks5_client_socket_cc patch-src_3rdparty_chromium_net_socket_udp_socket_posix_cc patch-src_3rdparty_chromium_net_tools_cert_verify_tool_cert_verify_tool_cc patch-src_3rdparty_chromium_net_url_request_url_request_context_builder_cc patch-src_3rdparty_chromium_pdf_pdfium_pdfium_engine_cc patch-src_3rdparty_chromium_sandbox_BUILD_gn patch-src_3rdparty_chromium_sandbox_features_gni patch-src_3rdparty_chromium_sandbox_linux_BUILD_gn patch-src_3rdparty_chromium_sandbox_linux_services_init_process_reaper_cc patch-src_3rdparty_chromium_sandbox_linux_services_libc_interceptor_cc patch-src_3rdparty_chromium_services_audio_audio_sandbox_hook_linux_cc patch-src_3rdparty_chromium_services_device_geolocation_location_arbitrator_cc patch-src_3rdparty_chromium_services_device_hid_BUILD_gn patch-src_3rdparty_chromium_services_device_serial_BUILD_gn patch-src_3rdparty_chromium_services_device_serial_serial_io_handler_posix_cc patch-src_3rdparty_chromium_services_device_time_zone_monitor_time_zone_monitor_linux_cc patch-src_3rdparty_chromium_services_network_BUILD_gn patch-src_3rdparty_chromium_services_network_network_context_cc patch-src_3rdparty_chromium_services_network_network_sandbox_hook_linux_cc patch-src_3rdparty_chromium_services_network_network_service_cc patch-src_3rdparty_chromium_services_network_network_service_h patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_linux_cc patch-src_3rdparty_chromium_services_service_manager_embedder_main_cc patch-src_3rdparty_chromium_services_service_manager_embedder_switches_cc patch-src_3rdparty_chromium_services_service_manager_embedder_switches_h patch-src_3rdparty_chromium_services_service_manager_public_cpp_service_executable_BUILD_gn patch-src_3rdparty_chromium_services_service_manager_sandbox_BUILD_gn patch-src_3rdparty_chromium_services_service_manager_sandbox_openbsd_sandbox_openbsd_cc patch-src_3rdparty_chromium_services_service_manager_sandbox_openbsd_sandbox_openbsd_h patch-src_3rdparty_chromium_services_service_manager_sandbox_sandbox_cc patch-src_3rdparty_chromium_services_service_manager_sandbox_sandbox_h patch-src_3rdparty_chromium_services_service_manager_zygote_common_zygote_features_gni patch-src_3rdparty_chromium_services_service_manager_zygote_host_zygote_host_impl_linux_cc patch-src_3rdparty_chromium_services_service_manager_zygote_host_zygote_host_impl_linux_h patch-src_3rdparty_chromium_services_service_manager_zygote_zygote_host_linux_h patch-src_3rdparty_chromium_services_service_manager_zygote_zygote_linux_cc patch-src_3rdparty_chromium_services_service_manager_zygote_zygote_main_linux_cc patch-src_3rdparty_chromium_skia_ext_SkMemory_new_handler_cpp patch-src_3rdparty_chromium_third_party_angle_BUILD_gn patch-src_3rdparty_chromium_third_party_angle_src_common_platform_h patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_internal_h patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_linux_cpp patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_x11_cpp patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_Display_cpp patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_driver_utils_h patch-src_3rdparty_chromium_third_party_angle_third_party_vulkan-loader_BUILD_gn patch-src_3rdparty_chromium_third_party_blink_public_platform_web_vector_h patch-src_3rdparty_chromium_third_party_blink_renderer_core_editing_editing_behavior_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_html_forms_internal_popup_menu_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_inspector_inspector_memory_agent_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_layout_layout_view_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_paint_paint_layer_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_BUILD_gn patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_h patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_description_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_metrics_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_heap_thread_state_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_container_annotations_h patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_stack_util_cc patch-src_3rdparty_chromium_third_party_boringssl_BUILD_generated_gni patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_rand_urandom_c patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_rand_extra_arc4random_c patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_base_h patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_cpu_h patch-src_3rdparty_chromium_third_party_breakpad_breakpad_src_common_simple_string_dictionary_h patch-src_3rdparty_chromium_third_party_brotli_common_platform_h patch-src_3rdparty_chromium_third_party_crashpad_crashpad_build_crashpad_buildconfig_gni patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_BUILD_gn patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_crashpad_client_posix_cc patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_address_types_h patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_capture_context_h patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_metrics_cc patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_uuid_cc patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_close_multiple_cc patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_drop_privileges_cc patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_signals_cc patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_symbolic_constants_posix_cc patch-src_3rdparty_chromium_third_party_crc32c_BUILD_gn patch-src_3rdparty_chromium_third_party_ffmpeg_BUILD_gn patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_h patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h patch-src_3rdparty_chromium_third_party_ffmpeg_libavcodec_x86_cabac_h patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_cpu_c patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_mem_c patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_random_seed_c patch-src_3rdparty_chromium_third_party_fontconfig_include_config_h patch-src_3rdparty_chromium_third_party_fontconfig_src_src_fccompat_c patch-src_3rdparty_chromium_third_party_libXNVCtrl_NVCtrl_c patch-src_3rdparty_chromium_third_party_libusb_BUILD_gn patch-src_3rdparty_chromium_third_party_libusb_src_libusb_core_c patch-src_3rdparty_chromium_third_party_libxml_linux_config_h patch-src_3rdparty_chromium_third_party_libxml_src_dict_c patch-src_3rdparty_chromium_third_party_nasm_config_config-linux_h patch-src_3rdparty_chromium_third_party_node_node_py patch-src_3rdparty_chromium_third_party_opus_BUILD_gn patch-src_3rdparty_chromium_third_party_pdfium_core_fxcrt_fx_system_h patch-src_3rdparty_chromium_third_party_pdfium_core_fxge_fx_ge_linux_cpp patch-src_3rdparty_chromium_third_party_pdfium_third_party_libopenjpeg20_opj_malloc_h patch-src_3rdparty_chromium_third_party_pdfium_xfa_fgas_font_cfx_fontsourceenum_file_cpp patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_build_config_h patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_event_h patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-src_3rdparty_chromium_third_party_protobuf_src_google_protobuf_stubs_platform_macros_h patch-src_3rdparty_chromium_third_party_protobuf_src_google_protobuf_stubs_strutil_h patch-src_3rdparty_chromium_third_party_skia_src_gpu_GrAutoLocaleSetter_h patch-src_3rdparty_chromium_third_party_skia_src_ports_SkOSFile_stdio_cpp patch-src_3rdparty_chromium_third_party_skia_src_sksl_SkSLString_h patch-src_3rdparty_chromium_third_party_skia_third_party_vulkanmemoryallocator_include_vk_mem_alloc_h patch-src_3rdparty_chromium_third_party_sqlite_BUILD_gn patch-src_3rdparty_chromium_third_party_swiftshader_BUILD_gn patch-src_3rdparty_chromium_third_party_swiftshader_src_Common_Configurator_cpp patch-src_3rdparty_chromium_third_party_swiftshader_src_Common_MutexLock_hpp patch-src_3rdparty_chromium_third_party_swiftshader_src_Common_SharedLibrary_hpp patch-src_3rdparty_chromium_third_party_swiftshader_src_Main_SwiftConfig_cpp patch-src_3rdparty_chromium_third_party_swiftshader_src_OpenGL_libEGL_Display_cpp patch-src_3rdparty_chromium_third_party_swiftshader_src_OpenGL_libEGL_Surface_cpp patch-src_3rdparty_chromium_third_party_swiftshader_src_OpenGL_libEGL_libEGL_cpp patch-src_3rdparty_chromium_third_party_swiftshader_src_OpenGL_libEGL_libEGL_hpp patch-src_3rdparty_chromium_third_party_swiftshader_src_OpenGL_libGLES_CM_libGLES_CM_hpp patch-src_3rdparty_chromium_third_party_swiftshader_src_OpenGL_libGLESv2_libGLESv2_hpp patch-src_3rdparty_chromium_third_party_unrar_src_crypt_cpp patch-src_3rdparty_chromium_third_party_usrsctp_BUILD_gn patch-src_3rdparty_chromium_third_party_webrtc_BUILD_gn patch-src_3rdparty_chromium_third_party_webrtc_modules_audio_device_BUILD_gn patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_BUILD_gn patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_cc patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_h patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_platform_thread_types_cc patch-src_3rdparty_chromium_third_party_webrtc_system_wrappers_BUILD_gn patch-src_3rdparty_chromium_third_party_webrtc_webrtc_gni patch-src_3rdparty_chromium_third_party_yasm_source_config_openbsd_config_h patch-src_3rdparty_chromium_third_party_yasm_source_config_openbsd_libyasm-stdint_h patch-src_3rdparty_chromium_third_party_zlib_BUILD_gn patch-src_3rdparty_chromium_tools_generate_stubs_rules_gni patch-src_3rdparty_chromium_tools_json_schema_compiler_feature_compiler_py patch-src_3rdparty_chromium_tools_json_schema_compiler_model_py patch-src_3rdparty_chromium_tools_variations_fieldtrial_to_struct_py patch-src_3rdparty_chromium_ui_base_dragdrop_os_exchange_data_provider_factory_cc patch-src_3rdparty_chromium_ui_base_ime_input_method_initializer_cc patch-src_3rdparty_chromium_ui_base_resource_resource_bundle_cc patch-src_3rdparty_chromium_ui_base_ui_base_features_cc patch-src_3rdparty_chromium_ui_base_ui_base_features_h patch-src_3rdparty_chromium_ui_events_devices_x11_device_data_manager_x11_cc patch-src_3rdparty_chromium_ui_events_event_switches_cc patch-src_3rdparty_chromium_ui_events_event_switches_h patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode_converter_cc patch-src_3rdparty_chromium_ui_gfx_BUILD_gn patch-src_3rdparty_chromium_ui_gfx_canvas_skia_cc patch-src_3rdparty_chromium_ui_gfx_codec_png_codec_cc patch-src_3rdparty_chromium_ui_gfx_font_fallback_linux_cc patch-src_3rdparty_chromium_ui_gfx_font_list_cc patch-src_3rdparty_chromium_ui_gfx_font_render_params_h patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_h patch-src_3rdparty_chromium_ui_gfx_ipc_gfx_param_traits_macros_h patch-src_3rdparty_chromium_ui_gfx_linux_client_native_pixmap_dmabuf_cc patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_cc patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_h patch-src_3rdparty_chromium_ui_gl_BUILD_gn patch-src_3rdparty_chromium_ui_gl_generate_bindings_py patch-src_3rdparty_chromium_ui_gl_gl_bindings_api_autogen_glx_h patch-src_3rdparty_chromium_ui_gl_gl_bindings_autogen_glx_cc patch-src_3rdparty_chromium_ui_gl_gl_bindings_autogen_glx_h patch-src_3rdparty_chromium_ui_gl_gl_fence_cc patch-src_3rdparty_chromium_ui_gl_sync_control_vsync_provider_cc patch-src_3rdparty_chromium_ui_gl_sync_control_vsync_provider_h patch-src_3rdparty_chromium_ui_message_center_public_cpp_message_center_constants_h patch-src_3rdparty_chromium_ui_message_center_views_message_popup_view_cc patch-src_3rdparty_chromium_ui_native_theme_native_theme_base_cc patch-src_3rdparty_chromium_ui_native_theme_native_theme_h patch-src_3rdparty_chromium_ui_ozone_platform_cast_BUILD_gn patch-src_3rdparty_chromium_ui_strings_app_locale_settings_grd patch-src_3rdparty_chromium_ui_views_bubble_bubble_dialog_delegate_view_cc patch-src_3rdparty_chromium_ui_views_controls_label_cc patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_cc patch-src_3rdparty_chromium_ui_views_corewm_tooltip_aura_cc patch-src_3rdparty_chromium_ui_views_examples_widget_example_cc patch-src_3rdparty_chromium_ui_views_selection_controller_cc patch-src_3rdparty_chromium_ui_views_style_platform_style_cc patch-src_3rdparty_chromium_ui_views_views_delegate_cc patch-src_3rdparty_chromium_ui_views_views_delegate_h patch-src_3rdparty_chromium_ui_views_window_custom_frame_view_cc patch-src_3rdparty_chromium_ui_views_window_dialog_delegate_cc patch-src_3rdparty_chromium_ui_views_window_frame_background_cc patch-src_3rdparty_chromium_ui_webui_resources_js_cr_js patch-src_3rdparty_chromium_ui_webui_resources_js_icon_js patch-src_3rdparty_chromium_v8_BUILD_gn patch-src_3rdparty_chromium_v8_src_api_cc patch-src_3rdparty_chromium_v8_src_base_platform_platform-posix_cc patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_cc patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_h patch-src_3rdparty_chromium_v8_src_trap-handler_trap-handler_h patch-src_3rdparty_chromium_v8_tools_run_py patch-src_3rdparty_gn_tools_gn_args_cc patch-src_core_api_core_api_pro patch-src_core_config_linux_pri patch-src_core_core_module_pro x11/qt5/qtwebengine/pkg: PLIST x11/qt5/qtwebglplugin: Makefile distinfo x11/qt5/qtwebglplugin/pkg: PLIST x11/qt5/qtwebsockets: distinfo x11/qt5/qtwebview: Makefile distinfo x11/qt5/qtwebview/pkg: PLIST-examples PLIST-main x11/qt5/qtx11extras: distinfo x11/qt5/qtxmlpatterns: Makefile distinfo x11/qt5/qtxmlpatterns/pkg: PLIST-main meta/qt5 : Makefile Added files: x11/qt5/qtbase/patches: patch-qmake_Makefile_unix patch-src_3rdparty_forkfd_forkfd_c patch-src_network_ssl_qsslcertificate_openssl_cpp patch-src_network_ssl_qsslcontext_openssl_p_h x11/qt5/qtwebengine/files: hid_connection_fido.cc hid_connection_fido.h hid_service_fido.cc hid_service_fido.h x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_base_allocator_allocator_gni patch-src_3rdparty_chromium_base_base_paths_posix_cc patch-src_3rdparty_chromium_base_base_switches_cc patch-src_3rdparty_chromium_base_base_switches_h patch-src_3rdparty_chromium_base_debug_elf_reader_cc patch-src_3rdparty_chromium_base_files_scoped_file_cc patch-src_3rdparty_chromium_base_memory_discardable_memory_cc patch-src_3rdparty_chromium_base_memory_discardable_memory_internal_h patch-src_3rdparty_chromium_base_memory_madv_free_discardable_memory_posix_cc patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_h patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_posix_cc patch-src_3rdparty_chromium_base_profiler_stack_sampler_openbsd_cc patch-src_3rdparty_chromium_base_stl_util_h patch-src_3rdparty_chromium_base_syslog_logging_cc patch-src_3rdparty_chromium_base_system_sys_info_cc patch-src_3rdparty_chromium_base_system_sys_info_h patch-src_3rdparty_chromium_base_trace_event_memory_dump_manager_cc patch-src_3rdparty_chromium_build_config_linux_BUILD_gn patch-src_3rdparty_chromium_build_config_v8_target_cpu_gni patch-src_3rdparty_chromium_chrome_app_theme_theme_resources_grd patch-src_3rdparty_chromium_chrome_browser_browser_resources_grd patch-src_3rdparty_chromium_chrome_browser_dev_ui_browser_resources_grd patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_device_info_fetcher_cc patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_device_info_fetcher_linux_cc patch-src_3rdparty_chromium_chrome_browser_extensions_api_webrtc_logging_private_webrtc_logging_private_api_cc patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_event_log_uploader_cc patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_h patch-src_3rdparty_chromium_chrome_browser_net_system_network_context_manager_cc patch-src_3rdparty_chromium_chrome_browser_prefs_browser_prefs_cc patch-src_3rdparty_chromium_chrome_browser_prefs_pref_service_incognito_whitelist_cc patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-src_3rdparty_chromium_chrome_common_channel_info_h patch-src_3rdparty_chromium_chrome_common_channel_info_posix_cc patch-src_3rdparty_chromium_chrome_common_chrome_features_cc patch-src_3rdparty_chromium_chrome_common_chrome_features_h patch-src_3rdparty_chromium_chrome_common_extensions_command_cc patch-src_3rdparty_chromium_chrome_common_media_cdm_host_file_path_cc patch-src_3rdparty_chromium_chrome_common_pref_names_cc patch-src_3rdparty_chromium_chrome_common_pref_names_h patch-src_3rdparty_chromium_chrome_renderer_chrome_content_renderer_client_cc patch-src_3rdparty_chromium_components_autofill_core_browser_autofill_external_delegate_cc patch-src_3rdparty_chromium_components_autofill_core_browser_personal_data_manager_cc patch-src_3rdparty_chromium_components_autofill_core_common_autofill_payments_features_cc patch-src_3rdparty_chromium_components_crash_core_app_BUILD_gn patch-src_3rdparty_chromium_components_discardable_memory_service_discardable_shared_memory_manager_cc patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_cc patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_h patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_cc patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_h patch-src_3rdparty_chromium_components_gwp_asan_BUILD_gn patch-src_3rdparty_chromium_components_safe_browsing_core_db_v4_protocol_manager_util_cc patch-src_3rdparty_chromium_components_security_interstitials_content_utils_cc patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_h patch-src_3rdparty_chromium_components_services_print_compositor_BUILD_gn patch-src_3rdparty_chromium_components_startup_metric_utils_browser_startup_metric_utils_cc patch-src_3rdparty_chromium_components_sync_device_info_local_device_info_util_cc patch-src_3rdparty_chromium_components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-src_3rdparty_chromium_components_viz_common_features_cc patch-src_3rdparty_chromium_components_viz_common_gpu_dawn_context_provider_cc patch-src_3rdparty_chromium_components_viz_host_host_display_client_cc patch-src_3rdparty_chromium_components_viz_host_host_display_client_h patch-src_3rdparty_chromium_components_viz_service_display_embedder_skia_output_device_dawn_cc patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_cc patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_h patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-src_3rdparty_chromium_content_browser_compositor_viz_process_transport_factory_cc patch-src_3rdparty_chromium_content_browser_ppapi_plugin_process_host_receiver_bindings_cc patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_jank_monitor_cc patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_watcher_cc patch-src_3rdparty_chromium_content_browser_utility_process_host_receiver_bindings_cc patch-src_3rdparty_chromium_content_browser_v8_snapshot_files_cc patch-src_3rdparty_chromium_content_public_browser_BUILD_gn patch-src_3rdparty_chromium_content_test_BUILD_gn patch-src_3rdparty_chromium_content_utility_BUILD_gn patch-src_3rdparty_chromium_device_bluetooth_BUILD_gn patch-src_3rdparty_chromium_device_fido_features_cc patch-src_3rdparty_chromium_device_fido_features_h patch-src_3rdparty_chromium_device_gamepad_hid_writer_linux_cc patch-src_3rdparty_chromium_extensions_shell_browser_api_runtime_shell_runtime_api_delegate_cc patch-src_3rdparty_chromium_extensions_shell_browser_shell_extensions_api_client_cc patch-src_3rdparty_chromium_extensions_shell_browser_shell_extensions_api_client_h patch-src_3rdparty_chromium_extensions_shell_common_switches_cc patch-src_3rdparty_chromium_extensions_shell_common_switches_h patch-src_3rdparty_chromium_google_apis_gcm_engine_heartbeat_manager_cc patch-src_3rdparty_chromium_gpu_command_buffer_service_external_vk_image_backing_cc patch-src_3rdparty_chromium_gpu_command_buffer_service_external_vk_image_backing_h patch-src_3rdparty_chromium_gpu_command_buffer_service_external_vk_image_gl_representation_cc patch-src_3rdparty_chromium_gpu_vulkan_generate_bindings_py patch-src_3rdparty_chromium_gpu_vulkan_vulkan_function_pointers_cc patch-src_3rdparty_chromium_gpu_vulkan_vulkan_function_pointers_h patch-src_3rdparty_chromium_media_audio_audio_features_cc patch-src_3rdparty_chromium_media_base_media_switches_cc patch-src_3rdparty_chromium_media_base_status_cc patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_cc patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_h patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_h patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_h patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_impl_cc patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_impl_h patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_cc patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_h patch-src_3rdparty_chromium_media_gpu_buffer_validation_cc patch-src_3rdparty_chromium_media_mojo_clients_mojo_video_encode_accelerator_cc patch-src_3rdparty_chromium_media_mojo_mojom_video_frame_mojom_traits_cc patch-src_3rdparty_chromium_media_mojo_services_gpu_mojo_media_client_cc patch-src_3rdparty_chromium_media_video_fake_gpu_memory_buffer_cc patch-src_3rdparty_chromium_media_webrtc_webrtc_switches_cc patch-src_3rdparty_chromium_net_base_features_cc patch-src_3rdparty_chromium_net_base_network_change_notifier_posix_cc patch-src_3rdparty_chromium_net_nqe_network_quality_estimator_cc patch-src_3rdparty_chromium_net_tools_quic_quic_http_proxy_backend_cc patch-src_3rdparty_chromium_net_url_request_url_fetcher_cc patch-src_3rdparty_chromium_net_url_request_url_fetcher_h patch-src_3rdparty_chromium_net_url_request_url_request_context_cc patch-src_3rdparty_chromium_net_url_request_url_request_context_h patch-src_3rdparty_chromium_services_device_hid_hid_service_cc patch-src_3rdparty_chromium_services_device_serial_serial_device_enumerator_cc patch-src_3rdparty_chromium_services_device_usb_BUILD_gn patch-src_3rdparty_chromium_services_service_manager_BUILD_gn patch-src_3rdparty_chromium_services_service_manager_embedder_BUILD_gn patch-src_3rdparty_chromium_services_service_manager_sandbox_switches_cc patch-src_3rdparty_chromium_services_service_manager_sandbox_switches_h patch-src_3rdparty_chromium_services_tracing_public_cpp_perfetto_perfetto_config_cc patch-src_3rdparty_chromium_services_tracing_public_cpp_perfetto_trace_time_cc patch-src_3rdparty_chromium_services_tracing_public_cpp_perfetto_trace_time_h patch-src_3rdparty_chromium_services_video_capture_broadcasting_receiver_cc patch-src_3rdparty_chromium_third_party_angle_gni_angle_gni patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_vulkan_DisplayVk_api_h patch-src_3rdparty_chromium_third_party_angle_third_party_vulkan-loader_src_loader_loader_c patch-src_3rdparty_chromium_third_party_angle_third_party_vulkan-loader_src_loader_vk_loader_platform_h patch-src_3rdparty_chromium_third_party_angle_util_BUILD_gn patch-src_3rdparty_chromium_third_party_blink_renderer_BUILD_gn patch-src_3rdparty_chromium_third_party_blink_renderer_bindings_scripts_bind_gen_style_format_py patch-src_3rdparty_chromium_third_party_blink_renderer_controller_blink_initializer_cc patch-src_3rdparty_chromium_third_party_blink_renderer_controller_memory_usage_monitor_posix_cc patch-src_3rdparty_chromium_third_party_blink_renderer_controller_memory_usage_monitor_posix_h patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_begin_frame_provider_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-src_3rdparty_chromium_third_party_breakpad_BUILD_gn patch-src_3rdparty_chromium_third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc patch-src_3rdparty_chromium_third_party_crc32c_src_src_crc32c_arm64_linux_check_h patch-src_3rdparty_chromium_third_party_dawn_third_party_BUILD_gn patch-src_3rdparty_chromium_third_party_flatbuffers_src_src_util_cpp patch-src_3rdparty_chromium_third_party_pdfium_BUILD_gn patch-src_3rdparty_chromium_third_party_perfetto_gn_standalone_BUILD_gn patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_thread_utils_h patch-src_3rdparty_chromium_third_party_perfetto_src_base_subprocess_cc patch-src_3rdparty_chromium_third_party_perfetto_src_base_thread_task_runner_cc patch-src_3rdparty_chromium_third_party_perfetto_src_base_unix_socket_cc patch-src_3rdparty_chromium_third_party_skia_BUILD_gn patch-src_3rdparty_chromium_third_party_sqlite_src_amalgamation_sqlite3_c patch-src_3rdparty_chromium_third_party_swiftshader_src_Reactor_Debug_cpp patch-src_3rdparty_chromium_third_party_swiftshader_src_System_Debug_cpp patch-src_3rdparty_chromium_third_party_swiftshader_src_System_SharedLibrary_hpp patch-src_3rdparty_chromium_third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp patch-src_3rdparty_chromium_third_party_webrtc_modules_desktop_capture_linux_x_server_pixel_buffer_cc patch-src_3rdparty_chromium_tools_json_schema_compiler_cpp_bundle_generator_py patch-src_3rdparty_chromium_tools_protoc_wrapper_protoc_wrapper_py patch-src_3rdparty_chromium_ui_base_webui_web_ui_util_cc patch-src_3rdparty_chromium_ui_base_x_x11_shm_image_pool_cc patch-src_3rdparty_chromium_ui_compositor_compositor_cc patch-src_3rdparty_chromium_ui_compositor_compositor_h patch-src_3rdparty_chromium_ui_compositor_compositor_observer_h patch-src_3rdparty_chromium_ui_gfx_font_util_cc patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_cc patch-src_3rdparty_chromium_ui_gfx_mojom_buffer_types_mojom_traits_cc patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_cc patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_h patch-src_3rdparty_chromium_ui_gfx_native_widget_types_h patch-src_3rdparty_chromium_ui_gtk_print_dialog_gtk_cc patch-src_3rdparty_chromium_ui_platform_window_platform_window_init_properties_h patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-src_3rdparty_chromium_ui_views_widget_native_widget_aura_cc patch-src_3rdparty_chromium_v8_include_v8config_h patch-src_3rdparty_chromium_v8_src_base_sys-info_cc patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit_cc patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit_h patch-src_3rdparty_chromium_weblayer_browser_browser_main_parts_impl_cc patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_cc patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_h patch-src_3rdparty_chromium_weblayer_browser_system_network_context_manager_cc patch-src_3rdparty_chromium_weblayer_common_weblayer_paths_cc patch-src_3rdparty_gn_base_files_file_posix_cc patch-src_3rdparty_gn_base_files_file_util_h patch-src_3rdparty_gn_base_files_file_util_posix_cc patch-src_3rdparty_gn_base_files_scoped_file_cc patch-src_buildtools_config_linking_pri patch-src_buildtools_config_support_pri patch-src_buildtools_configure_json Removed files: x11/qt5/qtbase/patches: patch-mkspecs_features_qmake_use_prf patch-mkspecs_features_qt_configure_prf patch-src_corelib_configure_json patch-src_gui_configure_json patch-src_network_configure_json patch-src_network_ssl_qsslsocket_openssl11_symbols_p_h patch-src_network_ssl_qsslsocket_opensslpre11_symbols_p_h patch-src_platformsupport_platformsupport_pro patch-src_plugins_sqldrivers_configure_json x11/qt5/qtwebengine/files: chrome chromium-browser.desktop x11/qt5/qtwebengine/patches: patch-configure_pri patch-mkspecs_features_platform_prf patch-src_3rdparty_chromium_base_debug_elf_reader_linux_cc patch-src_3rdparty_chromium_base_debug_stack_trace_h patch-src_3rdparty_chromium_base_files_memory_mapped_file_posix_cc patch-src_3rdparty_chromium_base_third_party_libevent_BUILD_gn patch-src_3rdparty_chromium_build_config_allocator_gni patch-src_3rdparty_chromium_chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_js patch-src_3rdparty_chromium_chrome_browser_resources_settings_appearance_page_appearance_page_html patch-src_3rdparty_chromium_chrome_browser_resources_settings_appearance_page_appearance_page_js patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_md_settings_localized_strings_provider_cc patch-src_3rdparty_chromium_components_autofill_core_browser_autofill_experiments_h patch-src_3rdparty_chromium_components_autofill_strings_grdp patch-src_3rdparty_chromium_components_crash_content_app_BUILD_gn patch-src_3rdparty_chromium_components_crash_content_app_crashpad_cc patch-src_3rdparty_chromium_components_download_quarantine_quarantine_cc patch-src_3rdparty_chromium_components_download_quarantine_quarantine_linux_cc patch-src_3rdparty_chromium_components_services_filesystem_file_system_app_cc patch-src_3rdparty_chromium_components_services_font_font_service_app_cc patch-src_3rdparty_chromium_components_storage_monitor_BUILD_gn patch-src_3rdparty_chromium_components_storage_monitor_storage_monitor_linux_cc patch-src_3rdparty_chromium_components_storage_monitor_storage_monitor_openbsd_cc patch-src_3rdparty_chromium_components_storage_monitor_storage_monitor_openbsd_h patch-src_3rdparty_chromium_content_app_content_main_runner_impl_cc patch-src_3rdparty_chromium_content_browser_BUILD_gn patch-src_3rdparty_chromium_content_browser_memory_memory_monitor_cc patch-src_3rdparty_chromium_content_browser_service_manager_service_manager_context_cc patch-src_3rdparty_chromium_content_public_app_content_packaged_services_manifest_cc patch-src_3rdparty_chromium_content_public_app_v8_snapshot_overlay_manifest_cc patch-src_3rdparty_chromium_content_public_common_renderer_preferences_h patch-src_3rdparty_chromium_content_renderer_media_stream_processed_local_audio_source_cc patch-src_3rdparty_chromium_content_renderer_render_process_impl_cc patch-src_3rdparty_chromium_device_usb_BUILD_gn patch-src_3rdparty_chromium_headless_lib_browser_headless_request_context_manager_h patch-src_3rdparty_chromium_media_capture_video_mock_gpu_memory_buffer_manager_cc patch-src_3rdparty_chromium_media_capture_video_shared_memory_handle_provider_cc patch-src_3rdparty_chromium_media_capture_video_shared_memory_handle_provider_h patch-src_3rdparty_chromium_net_third_party_quic_platform_impl_quic_ip_address_impl_cc patch-src_3rdparty_chromium_printing_backend_print_backend_cups_h patch-src_3rdparty_chromium_services_catalog_store_cc patch-src_3rdparty_chromium_services_catalog_store_h patch-src_3rdparty_chromium_services_content_simple_browser_simple_browser_service_cc patch-src_3rdparty_chromium_services_content_simple_browser_simple_browser_service_h patch-src_3rdparty_chromium_services_device_time_zone_monitor_time_zone_monitor_cc patch-src_3rdparty_chromium_services_service_manager_runner_host_BUILD_gn patch-src_3rdparty_chromium_third_party_blink_renderer_core_dom_document_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_heap_stack_frame_depth_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_BUILD_gn patch-src_3rdparty_chromium_third_party_libjingle_xmpp_task_runner_taskrunner_cc patch-src_3rdparty_chromium_third_party_libxslt_BUILD_gn patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_watchdog_posix_h patch-src_3rdparty_chromium_third_party_sfntly_src_cpp_src_sfntly_table_core_cmap_table_cc patch-src_3rdparty_chromium_third_party_skia_src_opts_SkRasterPipeline_opts_h patch-src_3rdparty_chromium_third_party_sqlite_amalgamation_sqlite3_c patch-src_3rdparty_chromium_third_party_swiftshader_third_party_llvm-7_0_BUILD_gn patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_network_cc patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_string_utils_h patch-src_3rdparty_chromium_ui_base_BUILD_gn patch-src_3rdparty_chromium_ui_base_ime_ime_engine_handler_interface_h patch-src_3rdparty_chromium_ui_events_BUILD_gn patch-src_3rdparty_chromium_ui_events_ozone_BUILD_gn patch-src_3rdparty_chromium_ui_gfx_mojo_buffer_types_struct_traits_cc patch-src_3rdparty_chromium_ui_gfx_mojo_buffer_types_struct_traits_h patch-src_3rdparty_chromium_v8_src_base_platform_platform-openbsd_cc patch-src_3rdparty_chromium_v8_src_base_utils_random-number-generator_cc patch-src_3rdparty_chromium_v8_src_globals_h patch-src_3rdparty_chromium_v8_src_heap_spaces_h patch-src_3rdparty_chromium_v8_src_log-utils_h patch-src_3rdparty_chromium_v8_src_objects_hash-table_h patch-src_3rdparty_chromium_v8_src_objects_js-list-format_cc patch-src_3rdparty_gn_build_build_linux_ninja_template patch-src_3rdparty_gn_build_gen_py patch-src_core_configure_json patch-src_core_ozone_BUILD_gn Log message: Update Qt to 5.15.2 This updates Qt to the latest LTS version and also contains qtwebengine 5.15.2. LTS, whatever this mines this days. Many thanks to all who made this possible and all the test/cpu hours! George Koehler (octave runtime test),powerpc (cwen@), sparc64 (kmos@), amd64,i386 (landry@ and Me) OK landry@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:17:17 ports/x11/qt5/qtspeech/patches Update of /cvs/ports/x11/qt5/qtspeech/patches In directory cvs.openbsd.org:/tmp/cvs-serv93877/qtspeech/patches Log Message: Directory /cvs/ports/x11/qt5/qtspeech/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:18:23 Added files: x11/qt5/qtspeech/patches: patch-src_plugins_tts_speechdispatcher_speechdispatcher_pro patch-src_plugins_tts_tts_pro patch-tests_auto_auto_pro Log message: Add missing qtspeech patches CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:19:49 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_gui_qt_components_playlist_views_cpp patch-modules_gui_qt_dialogs_plugins_hpp patch-modules_gui_qt_util_timetooltip_hpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:20:27 Modified files: x11/qwt : Makefile distinfo x11/qwt/pkg : PLIST Log message: Update qwt to 6.1.6 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:21:32 Added files: x11/qtfm/patches: patch-libfm_iconlist_cpp patch-libfm_iconview_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:26:50 Modified files: devel/py-sip : Makefile distinfo devel/py-sip/patches: patch-configure_py devel/py-sip/pkg: PLIST editors/py-qscintilla: Makefile distinfo editors/qscintilla: Makefile distinfo editors/qscintilla/patches: patch-Qt4Qt5_qscintilla_pro editors/qscintilla/pkg: PLIST x11/py-qt5 : Makefile distinfo x11/py-qt5/patches: patch-configure_py x11/py-qt5/pkg : PLIST x11/py-sip-qt5 : Makefile distinfo x11/py-sip-qt5/pkg: PLIST Removed files: x11/py-sip-qt5/patches: patch-configure_py patch-specs_openbsd-g++ Log message: Update (riverbankcomputing) py-qt5 and friends to the latest Qt5.15 versions This update is in sync with the Qt 5.15 update CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:27:43 Modified files: www/otter-browser: Makefile distinfo www/otter-browser/pkg: PLIST Added files: www/otter-browser/patches: patch-src_modules_windows_web_StartPageWidget_cpp Removed files: www/otter-browser/patches: patch-cmake_FindHunspell_cmake Log message: Update otter-browser to 1.0.02 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:29:39 Modified files: x11/qdirstat : Makefile x11/qdirstat/pkg: PLIST Log message: Unbreak build after recent Qt 5.15 update. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:31:56 ports/x11/kde-applications/calendarsupport/patches Update of /cvs/ports/x11/kde-applications/calendarsupport/patches In directory cvs.openbsd.org:/tmp/cvs-serv15441/calendarsupport/patches Log Message: Directory /cvs/ports/x11/kde-applications/calendarsupport/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:32:04 ports/x11/kde-applications/kaddressbook/patches Update of /cvs/ports/x11/kde-applications/kaddressbook/patches In directory cvs.openbsd.org:/tmp/cvs-serv54171/kaddressbook/patches Log Message: Directory /cvs/ports/x11/kde-applications/kaddressbook/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:32:11 ports/x11/kde-applications/spectacle/patches Update of /cvs/ports/x11/kde-applications/spectacle/patches In directory cvs.openbsd.org:/tmp/cvs-serv39640/spectacle/patches Log Message: Directory /cvs/ports/x11/kde-applications/spectacle/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:33:36 Modified files: x11/kde-applications/calendarsupport: Makefile x11/kde-applications/kaddressbook: Makefile x11/kde-applications/kompare: Makefile x11/kde-applications/spectacle: Makefile Added files: x11/kde-applications/calendarsupport/patches: patch-src_printing_calprintdefaultplugins_cpp patch-src_printing_calprintdefaultplugins_h patch-src_printing_calprinter_cpp patch-src_printing_calprintpluginbase_cpp patch-src_printing_calprintpluginbase_h patch-src_printing_printplugin_h patch-src_printing_yearprint_cpp patch-src_printing_yearprint_h x11/kde-applications/kaddressbook/patches: patch-src_printing_compact_compactstyle_cpp patch-src_printing_grantlee_grantleeprintstyle_cpp patch-src_printing_mike_mikesstyle_cpp patch-src_printing_ringbinder_ringbinderstyle_cpp x11/kde-applications/kompare/patches: patch-komparepart_kompare_part_cpp x11/kde-applications/spectacle/patches: patch-src_QuickEditor_QuickEditor_cpp Log message: Unbreak build after recent Qt 5.15 update. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:34:20 Modified files: www/ruby-capybara-webkit: Makefile www/ruby-capybara-webkit/pkg: PLIST Log message: Unbreak build after recent Qt 5.15 update. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:34:56 Modified files: www/py-qtwebengine: Makefile distinfo www/py-qtwebengine/pkg: PLIST Log message: Update PyQtWebEngine to 5.15.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:36:19 Modified files: textproc/calibre: Makefile textproc/calibre/patches: patch-src_calibre_headless_fontconfig_database_cpp Log message: Update fontconfig database for Qt 5.15 https://github.com/kovidgoyal/calibre/commit/db7007a25faefb0cc90e64dda1c0793393b9512d CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:36:46 ports/sysutils/rclone-browser/patches Update of /cvs/ports/sysutils/rclone-browser/patches In directory cvs.openbsd.org:/tmp/cvs-serv88489/patches Log Message: Directory /cvs/ports/sysutils/rclone-browser/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:37:52 Modified files: sysutils/rclone-browser: Makefile Added files: sysutils/rclone-browser/patches: patch-src_CMakeLists_txt Log message: Workaround to unbreak build with Qt 5.15 https://github.com/kapitainsky/RcloneBrowser/issues/125 OK solene@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:38:33 Modified files: print/scribus : Makefile Added files: print/scribus/patches: patch-scribus_ui_scresizecursor_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:39:08 Modified files: net/seafile/client: Makefile Added files: net/seafile/client/patches: patch-src_ui_events-list-view_cpp patch-src_ui_private-share-dialog_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:40:09 Modified files: multimedia/qtav: Makefile multimedia/qtav/patches: patch-src_QtAV_FilterContext_h multimedia/qtav/pkg: PLIST Added files: multimedia/qtav/patches: patch-qml_SGVideoNode_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:40:43 Modified files: misc/subsurface: Makefile Added files: misc/subsurface/patches: patch-desktop-widgets_groupedlineedit_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:41:10 Modified files: math/kst : Makefile Added files: math/kst/patches: patch-src_widgets_gradienteditor_h Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:41:35 Modified files: mail/trojita : Makefile Added files: mail/trojita/patches: patch-src_Gui_Window_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:42:22 Modified files: graphics/kdiagram: Makefile Added files: graphics/kdiagram: patch-examples_tools_CMakeLists_txt patch-src_KChart_CMakeLists_txt patch-src_KGantt_CMakeLists_txt Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:42:43 Modified files: graphics/fotowall: Makefile Added files: graphics/fotowall/patches: patch-3rdparty_posterazor_paintcanvas_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:43:19 Modified files: graphics/drawpile: Makefile Added files: graphics/drawpile/patches: patch-src_desktop_bundled_QtColorWidgets_color_wheel_cpp patch-src_desktop_widgets_popupmessage_h Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:43:46 Modified files: graphics/displaz: Makefile Added files: graphics/displaz/patches: patch-src_render_Annotation_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:44:20 Modified files: geo/qmapshack : Makefile Added files: geo/qmapshack/patches: patch-src_qmapshack_helpers_CDraw_cpp patch-src_qmaptool_helpers_CDraw_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:44:56 Modified files: geo/merkaartor : Makefile Added files: geo/merkaartor/patches: patch-src_Features_Feature_h Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:45:44 Modified files: games/pokerth : Makefile Log message: Unbreak build after recent Qt 5.15 update. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:47:06 Modified files: editors/tiled : Makefile Added files: editors/tiled/patches: patch-src_libtiled_isometricrenderer_h patch-src_libtiled_maprenderer_h patch-src_libtiled_orthogonalrenderer_cpp patch-src_tiled_mapobjectitem_h patch-src_tiled_objectselectiontool_cpp patch-src_tiled_raiselowerhelper_cpp patch-src_tiled_tiledproxystyle_cpp patch-src_tiled_tilesetview_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:47:35 Modified files: editors/texworks: Makefile Added files: editors/texworks/patches: patch-modules_QtPDF_src_PDFBackend_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:48:22 Modified files: editors/ktikz : Makefile Added files: editors/ktikz/patches: patch-app_tikzeditor_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:49:01 Modified files: editors/ghostwriter: Makefile Added files: editors/ghostwriter/patches: patch-src_MarkdownEditor_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:49:34 Modified files: editors/TeXmacs: Makefile Added files: editors/TeXmacs/patches: patch-src_Plugins_Qt_QTMStyle_cpp patch-src_Plugins_Qt_qt_renderer_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:49:58 ports/devel/zeal/patches Update of /cvs/ports/devel/zeal/patches In directory cvs.openbsd.org:/tmp/cvs-serv30630/patches Log Message: Directory /cvs/ports/devel/zeal/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:50:27 Modified files: devel/zeal : Makefile Added files: devel/zeal/patches: patch-src_libs_ui_searchitemdelegate_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:50:57 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/pkg: PLIST Log message: Update qt-creator to 4.14.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:51:41 Modified files: comms/sigrok/pulseview: Makefile Added files: comms/sigrok/pulseview/patches: patch-pv_util_cpp Log message: Unbreak build after recent Qt 5.15 update. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:52:19 Modified files: cad/qcad : Makefile Added files: cad/qcad/patches: patch-src_gui_RRulerQt_cpp patch-src_gui_RRulerQt_h Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:52:45 Modified files: cad/librecad : Makefile Added files: cad/librecad/patches: patch-librecad_src_lib_gui_rs_painterqt_h Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:53:25 Modified files: audio/hydrogen : Makefile Added files: audio/hydrogen/patches: patch-src_gui_src_SplashScreen_cpp Log message: Unbreak build after recent Qt 5.15 update. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:54:01 Modified files: audio/clementine: Makefile Added files: audio/clementine/patches: patch-src_widgets_freespacebar_cpp patch-src_widgets_osdpretty_cpp patch-src_widgets_sliderwidget_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/18 23:54:27 Modified files: astro/kstars : Makefile distinfo Log message: Update kstars to 3.5.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/19 00:05:19 Modified files: emulators/dolphin: Makefile Added files: emulators/dolphin/patches: patch-Source_Core_DolphinQt_Config_Mapping_MappingIndicator_cpp Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 00:29:42 Modified files: sys/net : if_aggr.c Log message: aggr(4): convert ifunit() to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 00:30:19 Modified files: sys/net : if_bpe.c Log message: bpe(4): convert ifunit() to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 00:31:05 Modified files: sys/net : if_tpmr.c Log message: tpmr(4): convert ifunit() to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 00:31:47 Modified files: sys/net : if_gre.c Log message: gre(4): convert ifunit() to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/19 01:07:03 Modified files: devel/p5-Alien-LibGumbo: Makefile Log message: add some missing dependencies CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/19 01:34:02 Added files: x11/qt5/qtdeclarative/patches: patch-src_qml_jit_qv4assemblercommon_p_h Log message: Add missing patch CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:04:13 Modified files: usr.sbin/lpr/common_source: common.c Log message: Fix the embedded scope hack. They way this was written is buggy since the else does not skip enough of the original code. Instead use a temporary sockaddr pointer and adjust it to point to the sin6 one if an embedded scope was detected. OK jca@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/19 02:06:34 Modified files: x11/qt5 : Makefile.inc Log message: Add a new mirror mirrors.ocf.berkeley.edu CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:16:20 Modified files: usr.sbin/smtpd : config.c parse.y smtpd.h to.c Log message: Do the KAME embedded scope fixup in the two places where getifaddrs() is used. With this there should be no more embedded scopes left and therefor in6addr_to_text() can be removed. getnameinfo() will just do the right thing now. OK eric@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:25:53 Modified files: usr.sbin/ospfd : lsupdate.c lsreq.c Log message: Use ospfe_imsg_compose_rde() instead of calling imsg_compose_event() with a local export of iev_rde. Remove the extern in preperation of -fno-common cleanup. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:29:49 Modified files: usr.sbin/ospfd : ospfe.c ospfe.h packet.c Log message: Use a static pkt_ptr buffer instead of allocating it dynamically. Removes another -fno-common issue from the build. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:33:38 Modified files: usr.sbin/ospfd : control.c control.h ospfe.c ospfe.h Log message: Internalize a few more things into the control code. Both control_state and ctl_conns are not really needed outside of control.c CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:37:53 Modified files: usr.sbin/ospfd : ospfd.c ospfd.h ospfe.c rde.c Log message: Make the imsg event structures static, properly define ospfd_process and rename nconf in the ospf engine to noeconf. This fixes the last common symbols in ospfd. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:42:11 Modified files: usr.sbin/ospf6d: control.c control.h ospfe.c ospfe.h Log message: Do the same control cleanup as in ospfd. Move control_state and ctl_conns into control.c nothing outside needs access to this. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:43:41 Modified files: usr.sbin/ospf6d: ospfe.c ospfe.h packet.c Log message: Like in ospfd use a static pkt_ptr buffer. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:46:51 Modified files: usr.sbin/ospf6d: ospf6d.c ospf6d.h Log message: Properly define ospfd_process as an extern in the header file. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:48:34 Modified files: usr.sbin/ospf6d: ospfe.c Log message: Like in ospfd rename nconf to noeconf in the ospf engine to remove a common symbol. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:53:11 Modified files: usr.sbin/ospf6d: lsreq.c lsupdate.c Log message: Use ospfe_imsg_compose_rde() instead of exporting iev_rde and using imsg_compose_event() directly. This is needed to make the imsg event structures static in ospfe.c, rde.c and ospf6d.c. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 02:54:08 Modified files: usr.sbin/ospf6d: ospf6d.c ospfe.c rde.c Log message: Make the struct imsgev static. With this ospf6d compiles with -fno-common CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/19 03:00:04 Modified files: x11/xfce4/xfce4-notes: Makefile distinfo x11/xfce4/xfce4-notes/pkg: PLIST Log message: x11/xfce4/xfce4-notes: update to 1.9.0. See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000988.html CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:00:36 Modified files: usr.sbin/ripd : control.c control.h ripe.c ripe.h Log message: Apply same cleanup to the control code as in ospfd. Internalize control_state and ctl_conns. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:02:22 Modified files: usr.sbin/ripd : packet.c ripe.c ripe.h Log message: Like in ospfd make the pkt_ptr a local static buffer. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:09:59 Modified files: usr.sbin/ripd : interface.c ripe.c Log message: Move the interface demote out of if_del and into the only place where it is needed (the if_del call in ripe.c). With this the ripd_process check in ripe_demote_iface() can be removed. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:16:44 Modified files: usr.sbin/ripd : log.c Log message: Like in all other log.c file just use exit(1) in fatal() calls. This log.c should be further synced with the other log.c files. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:18:56 Modified files: usr.sbin/ripd : rde.c ripd.c ripd.h ripe.c Log message: Remove the PROC_* enums and ripd_process, they are no longer needed. Instead assign the process name directly to log_procname which was the last user of ripd_process. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:20:47 Modified files: usr.sbin/ripd : rde.c ripd.c ripe.c Log message: Make the struct imsgev structs static and with that ripd -fno-common clean. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:28:07 Modified files: usr.sbin/ripd : packet.c ripd.h Log message: Do not use IBUF_READ_SIZE for the packet read buffer size. Instead define READ_BUF_SIZE like the other daemons. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:30:00 Modified files: usr.sbin/ripd : packet.c Log message: Forgot one IBUF_READ_SIZE to READ_BUF_SIZE change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:31:12 Modified files: usr.sbin/eigrpd: eigrpe.c eigrpe.h packet.c Log message: Like in ospfd use a static pkt_ptr buffer CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:37:25 Modified files: usr.sbin/eigrpd: control.c control.h eigrpe.c eigrpe.h Log message: Same control cleanup that was done for ospfd and ripd. Move the control_state and ctl_conns structs into control.c nothing else uses these structs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/19 03:50:12 Modified files: net/igmpproxy : Makefile net/igmpproxy/patches: patch-src_config_c Log message: remove an unnecessary local patch that converted igmpproxy to using inet_net_pton, tested by Joel Knight (thanks!) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:51:35 Modified files: usr.sbin/eigrpd: log.c Log message: Use log_procname instead of log_procnames[eigrpd_process]. It should be the same thing. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 03:53:25 Modified files: usr.sbin/eigrpd: eigrpd.c eigrpd.h eigrpe.c rde.c Log message: Kill global eigrpd_process and instead pass the proc to merge_config() and config_clear(). Also set log_procname directly and remove the log_procnames array. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 04:39:13 Modified files: usr.sbin/dvmrpd: log.c Log message: Like all other log.c just exit(1) in fatal() CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 04:46:11 Modified files: usr.sbin/dvmrpd: dvmrpd.h dvmrpe.c dvmrpe.h packet.c Log message: Another pkt_ptr cleanup. There is actually no need to make the pkt a static memory region. Just use the stack. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 04:49:26 Modified files: usr.sbin/eigrpd: packet.c Log message: Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 05:23:30 Modified files: usr.sbin/dvmrpd: control.c control.h dvmrpe.c dvmrpe.h Log message: Cleanup control like in the other routing daemons. Move control_state and ctl_conns to control.c cleanup headers and the engine accordingly. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 05:26:38 Modified files: usr.sbin/dvmrpd: rde.c dvmrpd.c dvmrpd.h dvmrpe.c Log message: Kill dvrmpd_process and log_procnames. Unneeded abstraction for this simple daemon. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/19 05:29:07 Modified files: sys/arch/armv7/omap: gptimer.c Log message: Remove some unused #defines and remove some commented-out variables. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 05:29:46 Modified files: usr.sbin/dvmrpd: rde.c dvmrpe.c dvmrpd.c Log message: Make struct imsgev static like in the other routing daemons. With this dvmrpd should compile with -fno-common CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/01/19 06:21:36 Modified files: sys/uvm : uvm_amap.c uvm_amap.h uvm_anon.c uvm_anon.h uvm_fault.c uvm_map.c uvm_page.c uvm_pager.c Log message: (re)Introduce locking for amaps & anons. A rwlock is attached to every amap and is shared with all its anon. The same lock will be used by multiple amaps if they have anons in common. This should be enough to get the upper part of the fault handler out of the KERNEL_LOCK() which seems to bring up to 20% improvements in builds. This is based/copied/adapted from the most recent work done in NetBSD which is an evolution of the precendent simple_lock scheme. Tested by many, thanks! ok kettenis@, mvs@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/01/19 07:06:52 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile Log message: Update janet to 1.14.1. Release notes: https://github.com/janet-lang/janet/releases/tag/v1.14.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/19 07:23:57 Modified files: net/purple-rocketchat: Makefile distinfo net/purple-rocketchat/pkg: PLIST Log message: net/purple-rocketchat: update to a newer checkout has some improvements wrt recent rocket.chat updates, and upstream moved from bitbucket to github. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 08:14:35 Modified files: usr.sbin/ldpd : control.c control.h ldpe.c ldpe.h Log message: Do the same control cleanup as in other daemons. Move ctl_conns exclusivly into control.c CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 08:23:25 Modified files: usr.sbin/ldpd : lde.c ldpd.c ldpd.h ldpe.c Log message: Kill log_procnames and properly define ldpd_process. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 08:59:25 Modified files: usr.sbin/ldpd : ldpd.h ldpe.c ldpe.h packet.c Log message: Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to use a local recv_buf that is allocated on first call with malloc(). The memory returned from malloc() is properly aligned which may not be the case for bss or stack memory. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 09:01:39 Modified files: usr.sbin/ospfd : packet.c Log message: Allocate the recv buffer with malloc() on first call. This code assumes some alignment of the buffer which may not be the case with bss memory. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 09:02:06 Modified files: usr.sbin/ospf6d: packet.c Log message: Like ospfd allocate the recv buffer with malloc() on first call. This code assumes some alignment of the buffer which may not be the case with bss memory. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 09:02:22 Modified files: usr.sbin/ripd : packet.c Log message: Like ospfd allocate the recv buffer with malloc() on first call. This code assumes some alignment of the buffer which may not be the case with bss memory. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 09:02:56 Modified files: usr.sbin/dvmrpd: packet.c Log message: Like ospfd allocate the recv buffer with malloc() on first call. This code assumes some alignment of the buffer which may not be the case with bss memory. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/19 09:04:46 Modified files: regress/usr.sbin/bgpd/unittests: Makefile Added files: regress/usr.sbin/bgpd/unittests: rde_decide_test.c Log message: First bits of a regress test that ensures that the decision process works. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/01/19 09:05:59 Modified files: share/man/man9 : usb_add_task.9 Log message: usb_init_task() wants a struct usb_task as the first argument ok kn@ mvs@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:43:44 Modified files: lib/libc/net : inet_net_pton.c Log message: Prevent an overflow in inet_net_pton(3) when the passed in buffer is too small in the AF_INET6 case. Spotted by Brad House (brad AT brad-house.com) with the c-ares regression test. The man page says Caution: The dst field should be zeroed before calling inet_net_pton() as the function will only fill the number of bytes necessary to encode the network number in network byte order. Which seems to suggest that the function should work if the passed in storage is big enough to hold the prefix, which might be smaller than sizeof(in6_addr). Input & OK tb CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:48:20 Modified files: sbin/slaacd : engine.c frontend.c slaacd.c slaacd.h Log message: No need for a global slaacd_process; unbreaks -fno-common. Problem reported by mortimer CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:49:10 Modified files: sbin/slaacd : control.c control.h frontend.c frontend.h Log message: Move control_state and ctl_conns to control.c, it's not needed elsewhere and unbreaks -fno-common. Inspired by claudio Problem reported by mortimer CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:49:56 Modified files: sbin/slaacd : engine.c frontend.c slaacd.c Log message: Make imsg event structs static to fix -fno-common. Follows claudio's lead in ospfd et al. Problem reported by mortimer. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:50:23 Modified files: sbin/unwind : frontend.c resolver.c unwind.c unwind.h Log message: No need for a global uw_process; unbreaks -fno-common. Problem reported by mortimer CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:50:50 Modified files: sbin/unwind : frontend.c Log message: Reduce scope of routesock unbreaking -fno-common. Problem reported by mortimer. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:51:28 Modified files: sbin/unwind/libunbound/util: configyyrename.h Log message: Prevent more yacc clashes; fixes -fno-common. Problem reported by mortimer. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:52:12 Modified files: sbin/unwind : control.c control.h frontend.c frontend.h Log message: Move control_state and ctl_conns to control.c, it's not needed elsewhere and unbreaks -fno-common. Inspired by claudio Problem reported by mortimer CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:52:40 Modified files: sbin/unwind : frontend.c resolver.c unwind.c Log message: Make imsg event structs static to fix -fno-common. Follows claudio's lead in ospfd et al. Problem reported by mortimer. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:53:27 Modified files: usr.sbin/rad : engine.c frontend.c rad.c rad.h Log message: No need for a global rad_process; unbreaks -fno-common. Problem reported by mortimer CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:54:00 Modified files: usr.sbin/rad : control.c control.h frontend.c frontend.h Log message: Move control_state and ctl_conns to control.c, it's not needed elsewhere and unbreaks -fno-common. Inspired by claudio Problem reported by mortimer CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 09:54:48 Modified files: usr.sbin/rad : engine.c frontend.c rad.c Log message: Make imsg event structs static to fix -fno-common. Follows claudio's lead in ospfd et al. Problem reported by mortimer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/19 10:08:24 Modified files: net/strongswan : Makefile distinfo Log message: update to strongswan-5.9.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/19 10:14:27 Modified files: x11/gtk+4 : Makefile distinfo Log message: Update to gtk+4-4.0.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/19 10:21:34 Modified files: net/pmacct : Makefile net/pmacct/pkg : PLIST Log message: fix duplicate plist entries for flavours CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/19 10:38:42 Modified files: usr.sbin/rad : parse.y printconf.c Log message: Get rid of inet_net_pton and inet_net_ntop. This is not an api that seems to have caught on (especially the AF_INET6 variant), maybe we can get rid of it entirely. It is not difficult to hand-roll the AF_INET6 variant. OK tb CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/19 10:41:52 Modified files: sys/kern : kern_pledge.c Log message: /etc/malloc.conf path-approval in pledge is no longer needed since 6.5 moved option control into a sysctl. reminder that we can delete this from benjamin baier CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/19 10:46:19 Modified files: net/pmacct : Makefile Log message: sync WANTLIB for pmacct,-mysql CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/19 10:54:47 Modified files: databases/openldap: Makefile distinfo Log message: update to openldap-2.4.57 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/19 11:04:43 Modified files: sys/arch/arm/cortex: agtimer.c amptimer.c sys/arch/armv7/omap: amdisplay.c dmtimer.c gptimer.c ommmc.c prcm.c sys/arch/armv7/sunxi: sxitimer.c Log message: s/KHZ/kHz/ and reduce dmesg spam a bit ok tb@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/19 11:07:16 Modified files: sys/arch/arm64/dev: agtimer.c Log message: s/KHz/kHz/ and reduce dmesg spam a bit ok tb@, deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/19 11:34:02 Modified files: lib/libssl : tls12_record_layer.c Log message: Factor out code for explicit IV length, block size and MAC length. Pull this code up into the record protection struct, which means we only need the length checks in one place. This code will soon be used for additional purposes. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/19 11:51:08 Modified files: lib/libssl : d1_both.c ssl_locl.h tls12_record_layer.c Log message: Provide record layer overhead for DTLS. Rather than manually calculating the maximum record layer overhead in the DTLS code, have the record layer provide this information. This also makes it work correctly with AEAD ciphersuites. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/19 11:57:09 Modified files: lib/libssl : d1_pkt.c ssl_locl.h ssl_pkt.c ssl_srvr.c tls12_record_layer.c Log message: Provide functions to determine if TLSv1.2 record protection is engaged. Call these functions from code that needs to know if we've changed cipher state and enabled record protection, rather than inconsistently checking various pointers from other places in the code base. This also fixes a minor bug where the wrong pointers are checked if we're operating with AEAD. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/19 12:01:13 Modified files: graphics/krita : Makefile distinfo graphics/krita/pkg: PLIST Log message: Update krita to 4.4.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/19 12:01:50 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-Rakefile patch-src_common_os_h Log message: Update mkvtoolnix to 52.0.0 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/19 12:07:40 Modified files: lib/libssl : d1_both.c d1_pkt.c ssl_locl.h t1_enc.c tls12_record_layer.c Log message: Add code to handle change of cipher state in the new TLSv1.2 record layer. This provides the basic framework for handling change of cipher state in the new TLSv1.2 record layer, creating new record protection. In the DTLS case we retain the previous write record protection and can switch back to it when retransmitting. This will allow the record layer to start owning sequence numbers and encryption/decryption state. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/19 12:14:39 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable athn(4) CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/01/19 12:30:46 Modified files: devel/ruby-uuid: Makefile distinfo Log message: Update to uuid 2.3.9 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 12:35:59 Modified files: sys/nfs : nfs_boot.c Log message: nfs/nfs_boot.c: convert ifunit() to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 12:36:48 Modified files: sys/kern : subr_disk.c Log message: kern/subr_disk.c: convert ifunit() to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 12:37:42 Modified files: sys/net : pipex.c Log message: pipex(4): convert ifunit() to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 12:38:29 Modified files: sys/net : if_pppoe.c Log message: pppoe(4): convert ifunit() to if_unit(9) ok dlg@ kn@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 12:39:14 Modified files: sys/net : if_switch.c switchofp.c Log message: switch(4): convert ifunit to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/19 12:39:58 Modified files: sys/net : if_tun.c Log message: pipex(4): convert ifunit() to if_unit(9) ok dlg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/19 12:46:40 Modified files: sys/dev/fdt : mvkpcie.c Log message: Implement intx support. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/19 14:19:18 Modified files: graphics/kdiagram: Makefile Removed files: graphics/kdiagram: patch-examples_tools_CMakeLists_txt patch-src_KChart_CMakeLists_txt patch-src_KGantt_CMakeLists_txt graphics/kdiagram/patches: patch-examples_tools_CMakeLists_txt patch-src_KChart_CMakeLists_txt patch-src_KGantt_CMakeLists_txt Log message: Remove link libraries patches in graphics/kdiagram It looks like it no longer useful. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/19 14:34:49 Modified files: net/libpsl : Makefile distinfo net/libpsl/patches: patch-tests_test-is-public-builtin_c patch-tools_psl_c Log message: Update to libpsl-0.21.1 From Wen Heping. While here, drop maintainership. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/19 14:50:12 Modified files: textproc/diffstat: Makefile distinfo Log message: Update to diffstat-1.64 Better support for binary files in git diffs. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/19 14:52:59 Modified files: sys/arch/sparc64/dev: com_ebus.c Log message: blacklist com on m3000s. our com code causes faults somehow. console i/o still happens using ofw routines, which is Good Enough(tm) for now. having a working machine means i can better test changes now though. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/19 14:59:31 Modified files: shells/dash : Makefile distinfo Log message: Update to dash-0.5.11.3 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/19 15:22:23 Modified files: sys/net : if_pflog.c pf.c Log message: pflog(4) tried to log the translated packet with rdr-to, nat-to, and af-to addresses and ports applied. Therefore it created a mbuf chain on the stack with a partial copy. This is too complicated for IP options, extension header, NAT46 af-to, and fragmented mbuf chains. It even caused a crash in syzkaller. Usually the length checks in pf_setup_pdesc() rejected the faked mbuf and the goto copy logged the packet unmodified. Remove the pflog_mtap() function and call bpf_mtap_hdr() directly. As the old buggy code was bypassed in most cases, tcpdump(8) output of pflog does not change. Uncondionally log the unmodified packet. Reported-by: syzbot+947e89e06ac3fec187d0@syzkaller.appspotmail.com OK sashan@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/01/19 15:50:34 ports/sysutils/beats/metricbeat/files Update of /cvs/ports/sysutils/beats/metricbeat/files In directory cvs.openbsd.org:/tmp/cvs-serv18291/files Log Message: Directory /cvs/ports/sysutils/beats/metricbeat/files added to the repository CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2021/01/19 18:04:22 Modified files: devel/pcre2 : Makefile distinfo devel/pcre2/patches: patch-RunGrepTest Log message: update pcre2 to 10.36 changelog: https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?revision=1287&view=markup - uses tr instead of gsed in RunGrepTest (from jca@) - drops TEST_DEPENDS on textproc/gsed - changes expected test output in testdata/grepoutputN with a sed line instead of a patch due to CR bytes ok jca@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/01/19 19:38:49 Modified files: driver/xf86-video-openchrome/src: via_driver.h via_sii164.h via_vt1632.h Log message: Fix for GCC 10 activating stricter check for extern variables / structs From Kevin Brace edb46574d4686c59e80569ba236d537097dcdd0e in xf86-video-openchrome git fixes clang 11 build mortimer@ had the same diff ok fcambus@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/19 22:55:58 Log message: Import www/py-requests-unixsocket-0.1.5 Ok daniel@ DESCR Use requests to talk HTTP via a UNIX domain socket. Status: Vendor Tag: bket Release Tags: bket_20210120 N ports/www/py-requests-unixsocket/Makefile N ports/www/py-requests-unixsocket/distinfo N ports/www/py-requests-unixsocket/patches/patch-pytest_ini N ports/www/py-requests-unixsocket/pkg/DESCR N ports/www/py-requests-unixsocket/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/19 22:57:48 Modified files: www : Makefile Log message: +py-requests-unixsocket,python3 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/19 22:58:42 Modified files: www/jupyter-notebook: Makefile distinfo www/jupyter-notebook/pkg: PLIST Log message: Update to jupyter-notebook-6.1.0 Changes: https://github.com/jupyter/notebook/blob/6.1.0/docs/source/changelog.rst Update has been prepared by daniel@. One minor tweak by me. OK daniel@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/19 23:22:15 Modified files: net/p5-Net-SFTP-Foreign: Makefile distinfo Log message: Update to p5-Net-SFTP-Foreign-1.93. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/19 23:40:59 Modified files: sysutils/firmware/inteldrm: Makefile distinfo sysutils/firmware/inteldrm/pkg: PLIST Log message: update inteldrm-firmware to 20201218 adds new files referenced by linux 5.10 drm rkl_dmc_ver2_02.bin tgl_dmc_ver2_08.bin tgl_huc_7.5.0.bin drop files only referenced by linux 4.19 drm (OpenBSD 6.6->6.7) No binary change to other files. Take maintainer while here, discussed with robert@. ok jcs@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/19 23:46:45 Modified files: sysutils/firmware/radeondrm: Makefile distinfo Log message: update radeondrm-firmware to 20201218 change to using upstream distfile no binary change to any radeon firmware files CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/20 00:05:25 Modified files: lib/libssl : tls12_record_layer.c Log message: Drop unneeded cast in seal_record_protected_cipher eiv_len was changed from an int to a size_t in r1.10, so casting it to a size_t is now a noop. ok jsing CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/20 00:16:54 Modified files: usr.bin/tmux : cmd-list-windows.c control-notify.c format.c options-table.c tmux.1 tmux.h window.c Log message: Change so that window_flags escapes # automatically which means configs will not have to change. A new format window_raw_flags contains the old unescaped version. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/20 00:27:29 Modified files: misc/remind : Makefile distinfo Log message: Update to remind-3.3.4 Changes: https://dianne.skoll.ca/pipermail/remind-fans/2021/003802.html From Martin Ziemer (maintainer). CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/20 00:28:13 Modified files: www/chromium : Makefile distinfo www/chromium/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_base_switches_cc patch-base_base_switches_h patch-base_cpu_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_i18n_icu_util_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_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_h patch-base_threading_platform_thread_posix_cc patch-base_trace_event_malloc_dump_provider_cc patch-base_trace_event_process_memory_dump_cc patch-build_config_BUILDCONFIG_gn patch-build_config_BUILD_gn patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_pgo_gni patch-build_toolchain_gcc_toolchain_gni 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_browser_about_flags_cc patch-chrome_browser_autocomplete_chrome_autocomplete_scheme_classifier_cc patch-chrome_browser_background_background_mode_manager_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_devtools_devtools_eye_dropper_cc 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_intranet_redirect_detector_h patch-chrome_browser_media_webrtc_webrtc_event_log_uploader_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_nearby_sharing_nearby_notification_manager_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_plugins_plugin_info_host_impl_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_prefs_pref_service_incognito_allowlist_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_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_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_sharing_sharing_device_registration_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_ui_browser_command_controller_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_tabs_tab_drag_controller_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_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_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_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_browser_cast_content_browser_client_receiver_bindings_cc patch-chromecast_renderer_cast_content_renderer_client_cc patch-components_autofill_core_browser_autofill_external_delegate_cc patch-components_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_crash_core_common_BUILD_gn patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_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-components_neterror_resources_neterror_js 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_safe_browsing_core_realtime_url_lookup_service_base_cc patch-components_security_interstitials_content_utils_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_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-components_viz_service_display_embedder_software_output_surface_h patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-content_app_content_main_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_font_access_font_enumeration_cache_h patch-content_browser_gpu_gpu_process_host_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_impl_cc patch-content_browser_v8_snapshot_files_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_common_mojo_core_library_support_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_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_fido_features_cc patch-device_fido_features_h patch-device_gamepad_gamepad_provider_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_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_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_ipc_service_gpu_watchdog_thread_cc patch-gpu_ipc_service_gpu_watchdog_thread_h patch-gpu_vulkan_vulkan_function_pointers_h patch-headless_lib_browser_headless_request_context_manager_cc patch-ipc_ipc_message_utils_cc patch-media_BUILD_gn patch-media_audio_BUILD_gn patch-media_audio_audio_features_cc patch-media_base_audio_latency_cc patch-media_base_media_switches_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_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_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_js_mojo_bindings_resources_grd patch-net_BUILD_gn patch-net_base_network_change_notifier_cc patch-net_dns_dns_util_cc patch-net_proxy_resolution_configured_proxy_resolution_service_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-printing_printing_features_cc patch-printing_printing_features_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_openbsd_sandbox_openbsd_h 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_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_service_cc patch-services_network_network_service_h patch-services_network_public_cpp_cert_verifier_cert_verifier_creation_cc patch-services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_linux_cc patch-services_service_manager_BUILD_gn patch-services_tracing_public_cpp_perfetto_perfetto_config_cc patch-services_video_capture_broadcasting_receiver_cc patch-third_party_abseil-cpp_absl_base_config_h 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_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_util_BUILD_gn patch-third_party_blink_renderer_BUILD_gn patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_clipboard_system_clipboard_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_core_scroll_scrollbar_theme_aura_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_boringssl_BUILD_generated_gni patch-third_party_boringssl_src_include_openssl_base_h 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_libusb_BUILD_gn patch-third_party_libxml_linux_config_h patch-third_party_opus_BUILD_gn patch-third_party_pdfium_core_fxge_cfx_fontmapper_cpp 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_skia_src_sksl_SkSLString_h patch-third_party_sqlite_src_amalgamation_sqlite3_c 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_third_party_marl_src_thread_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-tools_json_schema_compiler_model_py patch-tools_protoc_wrapper_protoc_wrapper_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_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_cursor_loader_cc patch-ui_base_x_x11_shm_image_pool_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_keycodes_dom_keycode_converter_cc patch-ui_events_ozone_keyboard_hook_ozone_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_font_render_params_h 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_gl_BUILD_gn patch-ui_gl_generate_bindings_py patch-ui_gl_init_gl_initializer_linux_x11_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_message_center_views_message_popup_view_cc patch-ui_platform_window_platform_window_init_properties_h patch-ui_views_controls_label_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_examples_widget_example_cc patch-ui_views_focus_focus_manager_cc patch-ui_views_style_platform_style_cc patch-ui_views_widget_native_widget_aura_cc patch-ui_views_window_custom_frame_view_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-openbsd_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_trap-handler_trap-handler_h 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: PFRAG.component PLIST Added files: www/chromium/patches: patch-base_allocator_partition_allocator_spinning_mutex_cc patch-base_allocator_partition_allocator_spinning_mutex_h patch-base_files_file_path_watcher_bsd_cc patch-base_files_important_file_writer_cleaner_cc patch-build_config_ozone_gni patch-build_util_python2_action_py patch-chrome_app_profiles_strings_grdp patch-chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc patch-chrome_browser_performance_manager_policies_policy_features_cc patch-chrome_browser_profiles_profile_cc patch-chrome_browser_profiles_profiles_state_cc patch-chrome_browser_resources_media_router_extension_src_utils_platform_utils_js patch-chrome_browser_resources_new_tab_page_new_tab_page_js patch-chrome_browser_resources_settings_autofill_page_passwords_shared_css_html patch-chrome_browser_resources_settings_route_js patch-chrome_browser_resources_signin_signin_shared_css_html patch-chrome_browser_sync_device_info_sync_service_factory_cc patch-chrome_browser_sync_profile_sync_service_factory_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc patch-chrome_utility_services_cc patch-components_permissions_prediction_service_prediction_service_common_cc patch-content_browser_download_download_manager_impl_cc patch-content_browser_renderer_host_delegated_frame_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_browser_webui_web_ui_main_frame_observer_cc patch-content_browser_webui_web_ui_main_frame_observer_h patch-content_renderer_render_process_impl_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_vulkan_x_vulkan_implementation_x11_cc patch-media_video_video_encode_accelerator_adapter_cc patch-third_party_blink_common_renderer_preferences_renderer_preferences_mojom_traits_cc patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_h patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_mojom_traits_h patch-third_party_blink_renderer_build_scripts_run_with_pythonpath_py patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_platform_heap_impl_thread_state_cc patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libsync_src_include_sync_sync_h patch-third_party_libsync_src_sync_c patch-third_party_swiftshader_include_vulkan_vulkan_hpp patch-tools_generate_stubs_rules_gni patch-ui_base_data_transfer_policy_data_transfer_endpoint_h patch-ui_base_dragdrop_os_exchange_data_provider_h patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_h patch-ui_events_event_cc patch-ui_gfx_render_text_api_fuzzer_cc patch-ui_gfx_x_xlib_support_cc Removed 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_files_file_path_watcher_stub_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_common_BUILD_gn patch-content_browser_webui_shared_resources_data_source_cc patch-content_public_browser_BUILD_gn patch-third_party_blink_public_common_privacy_budget_identifiable_token_h patch-third_party_blink_renderer_platform_heap_thread_state_cc patch-ui_gl_gl_fence_cc patch-ui_ozone_ozone_gni patch-ui_views_bubble_bubble_dialog_delegate_view_cc Log message: update to 88.0.4324.96 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/20 00:30:51 Modified files: usr.bin/doas : doas.c Log message: Pledge before authentication when possible Generally, pleding before parsing the file seems hardly possible due to unveil() being involved. Pledging in case of the winning rule being a "persist" one is not possible either due to TIOC{SET,CHK}VERAUTH not being allowed in the "tty" pledge. But if "persist" is not used, we can pledge before authentication without having to hoist or chang anything. Feedback deraadt tedu OK tdeu CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/20 00:31:55 Modified files: net/catgirl : Makefile Removed files: net/catgirl/patches: patch-Makefile Log message: Replace Makefile patch with FAKE_FLAGS No change. OK solene CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/20 00:36:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-sphinx-intl: Makefile distinfo textproc/py-sphinx-intl/pkg: PLIST Log message: update py-sphinx-intl to 2.0.1 which is now python3-only CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2021/01/20 00:59:49 Modified files: devel/qt-creator: Makefile Log message: Add a new mirror mirrors.ocf.berkeley.edu, same as rsadowski@ did for x11/qt5 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/01/20 03:04:26 Modified files: sys/dev/pci : if_mcx.c Log message: Check management capabilities before trying to attach temperature sensors, avoiding an unhelpful error message if the card's firmware doesn't expose the sensor registers. tested by chris@, who saw the unhelpful error message ok dlg@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/20 03:06:33 Modified files: sysutils/firmware/amdgpu: Makefile distinfo sysutils/firmware/amdgpu/pkg: PLIST Log message: update amdgpu-firmware to 20201218 updates vega10 vega12 vega20 raven raven2 picasso renoir navi10 navi12 navi14 to 20.45 and adds sienna_cichlid Tested on 5.7 and 5.10 drm with vega10 picasso renoir CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/20 04:32:17 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h Log message: update to dnsmasq-2.83, ok brad https://www.jsof-tech.com/disclosures/dnspooq/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/20 04:32:43 Modified files: net/dnsmasq : Tag: OPENBSD_6_8 Makefile distinfo net/dnsmasq/patches: Tag: OPENBSD_6_8 patch-man_dnsmasq_8 patch-src_config_h Log message: update to dnsmasq-2.83, ok brad https://www.jsof-tech.com/disclosures/dnspooq/ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/20 04:39:03 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.52.2 Changes: https://filezilla-project.org/changelog.php Bump major of SHARED_LIBS as symbol has been removed. CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2021/01/20 04:52:46 Log message: goRTR is an open-source implementation of the RPKI to Router protocol (RFC 6810), normally used with BGP routers, using the Go programming language. OK abieber@ (a long time ago) Status: Vendor Tag: claudio Release Tags: claudio_20210120 U ports/net/gortr/Makefile U ports/net/gortr/distinfo U ports/net/gortr/pkg/DESCR U ports/net/gortr/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/20 05:25:46 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-CMakeLists_txt textproc/libical/pkg: PLIST-glib Added files: textproc/libical/patches: patch-src_libical_icaltz-util_c Removed files: textproc/libical/patches: patch-src_libical_icalrecur_c Log message: Update to libical-3.0.9. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/20 05:37:26 Modified files: lib/libpcap : pcap-filter.5 Log message: typo; spotted by jmc CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/20 05:44:45 Modified files: sys/dev/fdt : bcm2711_pcie.c Log message: Reprogram outbound windows to match the device tree. Necessary because the EDK2-based UEFI firmware sets it to its own hardcoded values. Makes device-tree mode work with newer versions of the Raspberry Pi firmware. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/20 06:22:45 Modified files: misc/remind : Makefile Log message: update license marker (gplv2 only) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/20 06:40:15 Modified files: sys/net : if_pflog.c usr.sbin/tcpdump: print-pflog.c Log message: Print rewritten addresses in tcpdump(8) logged with pflog(4) for rdr-to, nat-to, af-to rules. The kernel uses the information from the packet description and fills it into the fields in the pflog header. While doing this, it is trival to figure out whether the packet has been rewritten. OK sashan@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/20 06:50:09 Modified files: regress/sys/net/pflog: Makefile Log message: Check the rewritten address output from tcpdump -e on pflog. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/20 07:57:50 Modified files: mail/dovecot : Makefile mail/dovecot-pigeonhole: Makefile Log message: enable debug packages for Dovecot/-piugeonhole, suggested by anton@, ok brad CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/20 08:06:29 Log message: Import yarn with OpenBSD specific fixes. Tweakes/OK from sthen@ Status: Vendor Tag: abieber Release Tags: abieber_20210120 N ports/devel/yarn/Makefile N ports/devel/yarn/distinfo N ports/devel/yarn/patches/patch-lib_cli_js N ports/devel/yarn/pkg/DESCR N ports/devel/yarn/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/20 08:07:04 Modified files: devel : Makefile Log message: + yarn CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/20 09:36:09 Modified files: sys/kern : kern_pledge.c Log message: If pledge "wroute" is missing for setsockopt SO_RTABLE, print failure message "wroute" into dmesg. Since revision 1.263 pledge "wroute" allows to change the routing table of a socket. OK florian@ semarie@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/01/20 10:21:41 Modified files: textproc/ruby-redcarpet: Makefile distinfo Log message: Update to redcarpet 3.5.1 to fix CVE-2020-26298 From wen heping CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/20 10:38:18 Modified files: regress/sys/netinet/ipsec: LICENSE Makefile ipsec.conf Log message: Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/20 11:02:19 Modified files: regress/usr.sbin/bgpd/unittests: rde_decide_test.c Log message: Cleanup, fix and add a few more test cases. Make sure that the decision flags work (by checking the same routes with and without the flag). CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/20 11:44:28 Modified files: sbin/iked : ikev2.c Log message: Make sure to enforce matching dstid as initiator. Use policy lookup to make sure the negotiated SA matches the selected policy. ok patrick@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/01/20 12:44:48 Modified files: lib/libc/sys : mquery.2 Log message: Missing return value; ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/20 15:41:35 Modified files: net/knot : Makefile distinfo Log message: Update to knot-3.0.3 Release notes: https://www.knot-dns.cz/2020-11-11-version-302.html https://www.knot-dns.cz/2020-12-15-version-303.html CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/20 16:25:19 Modified files: sys/net : if_pflog.c Log message: An invalid packet may not have set src and dst in packet descriptor. Add a NULL check to prevent crash in pflog(4) introduced in previous commit. Reported-by: syzbot+c6d2f2ad34b822bce98a@syzkaller.appspotmail.com CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/20 17:16:30 Modified files: devel/p5-DateTime-Format-ISO8601: Makefile distinfo devel/p5-DateTime-Format-ISO8601/pkg: PLIST Log message: update p5-DateTime-Format-ISO8601 to 0.15 from wen heping CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/20 17:16:36 Modified files: include/protocols: dumprestore.h sbin/dump : dump.h dumprmt.c itime.c main.c pathnames.h tape.c sbin/restore : restore.h tape.c Log message: Rearrange variables in dump / restore to handle -fno-common. Largely following the commit by mckusick in FreeBSD. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/20 17:26:47 Modified files: geo/py-rasterio: Makefile Log message: add missing RDEP on py-attrs; from wen heping CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/20 17:37:11 Modified files: geo/pygeoapi : Makefile distinfo geo/pygeoapi/pkg: DESCR PLIST Log message: update to pygeoapi 0.9.0; from wen heping CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/20 20:32:25 Log message: Import yggdrasil-go an experimental fully end-to-end encrypted IPv6 network Port from Wind R octeep at protonmail dot com, tweaks and OK from sthen@ Status: Vendor Tag: abieber Release Tags: abieber_20210120 N ports/net/yggdrasil-go/Makefile N ports/net/yggdrasil-go/distinfo N ports/net/yggdrasil-go/pkg/DESCR N ports/net/yggdrasil-go/pkg/PLIST N ports/net/yggdrasil-go/pkg/yggdrasil.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/20 20:33:00 Modified files: net : Makefile Log message: + yggdrasil-go CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/20 21:30:33 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.53.4 Changelog: https://github.com/rclone/rclone/blob/v1.53.4/docs/content/changelog.md CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/20 22:02:25 Modified files: regress/lib/libssl/unit: ssl_get_shared_ciphers.c Log message: don't set AUTO_RETRY. it's a remnant of an experiment. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/20 23:52:08 Modified files: devel/py-prompt_toolkit: Makefile distinfo Log message: Update to py-prompt_toolkit-3.0.11 Changelog: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.11/CHANGELOG CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/21 00:12:34 Modified files: games/quiz/datfiles: pres Log message: some updates from pjanzen; CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/21 01:13:59 Modified files: usr.bin/doas : doas.c Log message: Revert r1.87 "Pledge before authentication when possible" Someone reported to me that ''This breaks ansible managed machines where "persist" isn't used. There i get /bsd: doas[49341]: pledge "proc", syscall 2 Using "persist", everything is fine.'' CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/21 02:59:27 Modified files: games/childsplay: Makefile Log message: switch MASTERSITES to MASTER_SITE_SAVANNAH CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/21 03:31:57 Modified files: usr.sbin/unbound/services: outside_network.c Log message: Backport "Squelch udp connect 'no route to host' errors" from upstream. Problem reported and diff tested by danj@ From 5906811ff19f005110b2edbda5aa144ad5fa05b1 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 1 Dec 2020 09:09:13 +0100 Subject: [PATCH] - Fix #358: Squelch udp connect 'no route to host' errors on low verbosity. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2021/01/21 04:05:38 Modified files: share/man/man4 : ifmedia.4 Log message: Document IFM_2500_T media type. ok claudio@ jmc@ sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/21 04:11:02 Modified files: geo/py-owslib : Makefile distinfo geo/py-owslib/pkg: PLIST Log message: geo/py-owslib: update to 0.22.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/21 04:51:17 Modified files: sysutils/ruby-puppet/6: Makefile distinfo sysutils/ruby-puppet/6/patches: patch-lib_puppet_defaults_rb sysutils/ruby-puppet/6/pkg: PLIST Log message: Update to Puppet 6.20 https://puppet.com/docs/puppet/6.20/release_notes_puppet.html CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/21 05:33:14 Modified files: sys/net : bpf.c bpfdesc.h Log message: let vfs keep track of nonblocking state for us. ok claudio@ mvs@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/21 05:43:30 Modified files: usr.bin/vacation: vacation.1 Log message: remove an unneccessary escape; from martin vahlensieck ok gilles while, there, zap an unneccessary Tn; CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/21 06:17:13 Modified files: sys/net : if_vlan.c Log message: vlan(4): convert ifunit() to if_unit(9) ok dlg@ kn@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/21 06:18:08 Modified files: sys/netinet : ip_carp.c Log message: carp(4): convert ifunit() to if_unit(9) ok dlg@ bluhm@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/01/21 06:19:25 Modified files: usr.sbin/btrace: btrace.c map.c Log message: Make it possible to convert map arguments to long and insert nsecs in maps. Necessary to measure latency, example below to better understand the kqueue select(2) regression: syscall:select:entry { @start[pid] = nsecs; } syscall:select:return { @usecs = hist((nsecs - @start[pid]) / 1000); } CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/21 06:19:58 Modified files: usr.bin/vacation: vacation.1 Log message: revert previous after complaints from sthen and deraadt; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/21 06:38:54 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-configure_ac patch-lib_isc_unix_socket_c Log message: update to isc-bind-9.16.11 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/21 07:47:16 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update Go to 1.15.7 OK jsing@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/21 08:43:58 Modified files: net/ortp : Makefile Log message: Update HOMEPAGE and switch MASTER_SITES to HTTPS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/21 09:22:26 Modified files: games/pokerth : Makefile Log message: unbreak previous, all the world is not an amd64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/21 09:24:24 Modified files: devel : Makefile Log message: reinstate cvs2svn CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/21 09:46:47 Modified files: sbin/iked : config.c iked.h ikev2.c Log message: Add support for INVALID_KE_PAYLOAD in CREATE_CHILD_SA exchange. In the case of an invalid KE error, retry CREATE_CHILD_SA exchange with different group instead of restarting the full IKE handshake. ok markus@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/21 09:50:46 Modified files: sbin/iked : ikev2.c Log message: Handle NO_PROPOSAL_CHOSEN for CREATE_CHILD_SA. ok markus@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/01/21 10:02:37 Modified files: regress/sys/kern/pledge/sockopt: Makefile Log message: Pledge violation for SO_RTABLE prints "wroute" now. Adapt test. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/21 10:12:16 Log message: new sysutils/lf lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features. Original port from Chang, Chu-Kuan with input from sthen@ and me. ok sthen@ Status: Vendor Tag: paco Release Tags: paco_20210121 N ports/sysutils/lf/distinfo N ports/sysutils/lf/Makefile N ports/sysutils/lf/pkg/DESCR N ports/sysutils/lf/pkg/PLIST N ports/sysutils/lf/patches/patch-etc_lfrc_example No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/21 10:14:12 Modified files: sysutils : Makefile Log message: hook sysutils/lf CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/21 11:48:57 Modified files: lib/libssl : d1_lib.c ssl_locl.h Log message: Mop up unused dtls1_build_sequence_number() function. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/01/21 12:09:10 Modified files: lib/libtls : Symbols.list tls.c tls_config.c tls_internal.h Log message: Allow setting a keypair on a tls context without specifying the private key, and fake it internally with the certificate public key instead. It makes it easier for privsep engines like relayd that don't have to use bogus keys anymore. ok beck@ tb@ jsing@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/01/21 12:09:43 Modified files: lib/libtls : shlib_version Log message: minor bump after symbol addition CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/01/21 12:11:39 Modified files: distrib/sets/lists/base: mi Log message: sync for libtls bump CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/21 12:12:13 Modified files: usr.sbin/ndp : Makefile ndp.c Removed files: usr.sbin/ndp : gmt2local.c gmt2local.h Log message: ndp only deals with current localtime. Print time with subsecond resolution in a less roundabout way. OK phessler, bluhm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/21 12:22:53 Added files: graphics/gegl04/patches: patch-gegl_opencl_cl_platform_h Log message: Don't include altivec.h as this break the build on powerpc64. ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2021/01/21 12:29:02 Modified files: devel/jdk/11 : Makefile distinfo devel/jdk/11/pkg: PLIST Removed files: devel/jdk/11/patches: patch-src_hotspot_share_opto_addnode_cpp Log message: Update to 11.0.10 GA: * Contains many upstream bug fixes which can be found in the release notes here: https://foojay.io/java-11/?quarter=102020&tab=allissues&version=11.0.10 https://openjdk.java.net/groups/vulnerability/advisories/2021-01-19 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2021/01/21 12:32:51 Modified files: devel/jdk/1.8 : Makefile distinfo Removed 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 8u282 GA: * Contains many upstream bug fixes which can be found here: https://foojay.io/java-8/?quarter=012021&tab=allissues https://openjdk.java.net/groups/vulnerability/advisories/2021-01-19 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/21 12:36:38 Modified files: devel/xtensa-lx106-elf/gcc: Makefile Added files: devel/xtensa-lx106-elf/gcc/patches: vecstep-gcc_tree-vect-loop_c Log message: looks like i missed this earlier when committing the vec_step patches for powerpc64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/21 12:41:05 Modified files: sysutils/py-pynetbox: Makefile distinfo Log message: update to pynetbbox-5.3.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/21 12:46:15 Modified files: devel/angr/py-z3-solver: Makefile distinfo devel/angr/py-z3-solver/patches: patch-core_scripts_mk_util_py Log message: update py-z3-solver to 4.8.10.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/21 12:46:43 Modified files: devel/angr : Makefile.inc devel/angr/py-ailment: distinfo devel/angr/py-angr: distinfo devel/angr/py-archinfo: distinfo devel/angr/py-claripy: distinfo devel/angr/py-cle: distinfo devel/angr/py-pyvex: distinfo security/angrop: Makefile distinfo Log message: update angr to 9.0.5450 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/21 12:46:53 Modified files: graphics/gdcm : Makefile distinfo Log message: update to gdcm-3.0.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/21 13:04:53 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-configs_samples_asterisk_conf_sample patch-configure_ac Log message: update to asterisk-18.2.0 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/21 13:08:18 Modified files: games/canfield/canfield: canfield.c Log message: Ignore special keys returned by the curses getch() function. Prevents canfield from suspending itself when you resize the window. Canfield is not prepared to deal with anything other than normal characters so just ignore them. OK tb@ pjanzen@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/01/21 15:02:17 Modified files: lib/libtls : tls.c Log message: return -1 on error for consistency ok tb@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/01/21 15:03:25 Modified files: lib/libtls : tls_config.c Log message: when using fake keys, skip the private key check ok tb@ CVSROOT: /cvs Module name: xenocara Changes by: jca@cvs.openbsd.org 2021/01/21 15:46:18 Modified files: xserver/os : access.c Log message: Safer workaround for the "kame hack": only override sin6_scope_id if zero The assumption is that if sin6_scope_id is set, then the interface index is no longer embedded in the address. ok claudio@ matthieu@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/21 19:44:58 Modified files: usr.bin/ssh : auth2-pubkey.c monitor.c readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.c ssh_config.5 sshconnect2.c sshd_config.5 Log message: Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms. While the two were originally equivalent, this actually specifies the signature algorithms that are accepted. Some key types (eg RSA) can be used by multiple algorithms (eg ssh-rsa, rsa-sha2-512) so the old name is becoming increasingly misleading. The old name is retained as an alias. Prompted by bz#3253, help & ok djm@, man page help jmc@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/21 19:46:40 Modified files: usr.bin/ssh : ssh.1 Log message: PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms here too. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/21 20:20:56 Modified files: lib/libutil : ber.c Log message: Valid integer and enumerated types always have non-zero length. Perform check to ensure we avoid a possible (undefined) negative shift. Found with clang static analyzer. Tweaked and OK martijn@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/21 23:33:27 Modified files: usr.sbin/snmpd : parse.y snmpd.c snmpd.conf.5 snmpd.h snmpe.c traphandler.c Log message: Remove the traphandler process, which was nothing more then a sham. It did nothing more then receive a message over UDP, do some basic ber and ASN.1 parsing and forward the packet to the parent process. snmpe can do/does the same thing but with a far more thorough ASN.1 validation. Because we move trap receiving to snmpe we get trap over tcp for free. However, to make sure that a normal snmp port doesn't automatically start handling traps a new set of "listen on" flags are introduced: read, write, and notify. To enable trap handling either let snmpd listen on port 162 without flags, or add the notify flag. Only a flag without port results in listening on port 162. To keep current behaviour copy all UDP-based "listen on" lines without port and add the notify keyword: listen on 127.0.0.1 port 666 becomes listen on 127.0.0.1 port 666 listen on 127.0.0.1 notify This change also enforces snmpd to honor trap community on receiving a trap, where previously no community was checked before handling a packet. OK denis@, rob@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/21 23:35:26 Modified files: regress/usr.sbin/snmpd: snmpd.sh Log message: Adjust for traphandler process removal commit. OK denis@, rob@ CVSROOT: /cvs Module name: www Changes by: martijn@cvs.openbsd.org 2021/01/21 23:37:13 Modified files: faq : current.html Log message: Document recent traphandler changes. OK rob@ CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2021/01/22 00:08:50 Modified files: mail/mdsort : Makefile distinfo Log message: update to mdsort-9.0.0 - remove message blacklist functionality used during maildir traversal - remove support for the sync option used with maildir - add isdirectory matcher, evalutes to true if the path refers to an existing directory - best effort reduction of side effects when moving a message fails - check for presence of TAILQ_END during configure, this macro is not present on macOS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/22 00:24:14 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.48.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/22 00:35:41 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.9.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/22 00:39:07 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.23.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/22 00:54:36 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-324.0.0. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/22 01:26:29 Modified files: graphics/ttfautohint: Makefile Log message: - switch HOMEPAGE to HTTPS - switch MASTER_SITES to MASTER_SITE_SAVANNAH - drop variable used only once OK jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/22 01:30:02 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.58. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/22 01:30:14 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.58. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/22 01:30:31 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.218. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/22 03:21:24 Modified files: usr.bin/tmux : window-copy.c Log message: Fix some cursor movement commands, from Anindya Mukherjee. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/22 03:24:52 Modified files: usr.bin/tmux : tmux.1 window-copy.c Log message: Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 from author at will dot party. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/22 04:05:33 Modified files: mail/s-nail : Makefile distinfo Log message: update to s-nail-14.9.21, from Steffen Nurpmeso It fixes a possible SMTP buffer overflow triggerable by a malicious server as reported by Olav Mørkrid, and a socket code memory access error that can be seen when using IMAP on at least Solaris, which was reported by Jörg Schilling. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/22 04:05:55 Modified files: mail/s-nail : Tag: OPENBSD_6_8 Makefile distinfo Log message: update to s-nail-14.9.21, from Steffen Nurpmeso It fixes a possible SMTP buffer overflow triggerable by a malicious server as reported by Olav Mørkrid, and a socket code memory access error that can be seen when using IMAP on at least Solaris, which was reported by Jörg Schilling. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/22 04:28:33 Modified files: usr.bin/tmux : screen-write.c Log message: Revert clear changes to writing as they don't work properly, better change to come. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2021/01/22 06:07:17 Modified files: usr.sbin/httpd : parse.y Log message: fix a memory leak, found by rob@ in relayd. ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/22 06:21:22 ports/java/jBCrypt/patches Update of /cvs/ports/java/jBCrypt/patches In directory cvs.openbsd.org:/tmp/cvs-serv12986/patches Log Message: Directory /cvs/ports/java/jBCrypt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/22 06:42:09 Modified files: java/jBCrypt : Makefile Added files: java/jBCrypt/patches: patch-src_org_mindrot_jbcrypt_BCrypt_java Log message: accept $2b bcrypt hashes; jBCrypt never had the 256-char bug use https HOMEPAGE/MASTER_SITES while there CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/22 06:57:32 Modified files: regress/usr.sbin/bgpd/unittests: rde_decide_test.c Log message: Cleanup and document the code a bit CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/22 07:13:57 Modified files: share/man/man9 : style.9 Log message: Private functions in the kernel do not to be prototyped. We don't use static in the kernel due to ddb so functions private to the compilation unit are basically equivalent. OK cheloha@ gnezdo@ mglocker@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/22 07:54:50 Modified files: mail/mutt : Makefile distinfo Log message: update to mutt-2.0.5 - fix various memory leaks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/22 07:57:58 Modified files: mail/mutt : Tag: OPENBSD_6_8 Makefile Added files: mail/mutt/patches: Tag: OPENBSD_6_8 patch-rfc822_c Log message: backport "Fix memory leak parsing group addresses without a display name" from mutt-2.0.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/22 08:42:45 Log message: import lief 0.11.0 LIEF is a library to instrument executable formats. It aims to provide a cross platform library to parse, modify and abstract ELF, PE and MachO formats. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20212201 N ports/devel/py-lief/Makefile N ports/devel/py-lief/distinfo N ports/devel/py-lief/pkg/DESCR N ports/devel/py-lief/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/22 08:45:30 Modified files: devel : Makefile Log message: +py-lief,python3 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/01/22 08:51:55 Modified files: www/kcgi : Makefile distinfo www/kcgi/pkg : PLIST Log message: Update kcgi to 0.12.3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/22 08:54:32 Modified files: regress/lib/libssl/client: clienttest.c Log message: Avoid NULL deref on BIO_new{_mem_buf,}() failure. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/22 08:56:17 Modified files: regress/lib/libssl/server: servertest.c Log message: Avoid NULL deref on BIO_new{_mem_buf,}() failure. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/22 08:58:13 Modified files: net/quagga : Makefile Log message: - switch HOMEPAGE to HTTPS - move MASTER_SITES on its place as in Makefile.template and use MASTER_SITE_SAVANNAH CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/22 09:10:01 Modified files: usr.sbin/ndp : ndp.c Log message: The correct spelling is NULL. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/01/22 09:38:41 Modified files: devel/fossil : Makefile distinfo Log message: Update fossil to 2.14. Release notes: https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_14 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/22 10:06:33 Modified files: audio/py-acoustid: Makefile distinfo audio/py-acoustid/pkg: PLIST Log message: Update py3-acoustid to 1.2.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/22 10:08:00 Modified files: audio/puddletag: Makefile distinfo audio/puddletag/pkg: DESCR PLIST Log message: Update puddletag to 2.0.1 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/22 10:18:13 Modified files: regress/usr.sbin/bgpd/unittests: rde_decide_test.c Log message: Extend test with an full depth search of all possible prefix_evaluations. This currently fails because the MED is not handled properly. Fix for this will follow shortly. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/01/22 10:35:00 Modified files: sys/dev/i2c : ims.c share/man/man4 : ims.4 Log message: ims: an actual i2c-connected mouse is unlikely Claim to be a touchpad instead, which sets up ims devices in X11 to be more like touchpads. ok mglocker CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/01/22 11:03:02 Modified files: security/hcxtools: Makefile distinfo security/hcxtools/pkg: PLIST Log message: simple update: 6.1.3 -> 6.1.5 CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/22 11:27:52 Modified files: lib/libutil : ber.c Log message: Gracefully handle any erroneous closing bracket/brace trailers in ober_scanf_elements(). OK martijn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/22 12:31:47 Modified files: net/coredns : Makefile distinfo net/coredns/pkg: PLIST Log message: Update to coredns-1.8.1. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/22 15:00:15 Modified files: devel : Makefile Removed files: devel/p5-Regexp-Copy: Makefile distinfo devel/p5-Regexp-Copy/pkg: DESCR PLIST Log message: Remove devel/p5-Regexp-Copy Perl module. - Ports make test fails. - Upstream tests are broken since Perl 5.11. - Last upstream commit is from 2003. - Port has no reverse dependencies. OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2021/01/22 15:10:08 Modified files: devel/got : Makefile distinfo Log message: update to got 0.48 - use POSIX [s1 = s2] syntax instead of [s1 == s2] (patch by Ryo ONODERA) - tog log: terminate author field at '>' in case there is no '@' (naddy) - replace fparseln(3) with getline(3), for better portability (naddy) - make 'got clone' pin the fetched branch in got.conf(5) - allow the 'got fetch' -l option together with the -q option - store branches passed via 'got clone -b' in got.conf(5) and git-config(1) - work around spurious ACK responses from git servers in got-fetch-pack - add a 'fetch-all-branches' configuration setting to got.conf(5) - add a 'reference' directive to remote repositories in got.conf(5) - fix 'got up -c commit path' deleting unrelated files (found by Timo Myyrä) - fix 'tog blame' segfault upon empty input file (found by naddy) - let 'got clone' write gitconfig directives that match the generated got.conf - fix a use after free in got_worktree_close() (naddy) - make fclose(3) failure checks consistent; check 'fclose() == EOF' everywhere - make close(2) failure checks consistent; check 'close() == -1' everywhere - fix missing close(2) error check in got_worktree_close() CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/01/22 15:34:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Quirks for obsolete devel/p5-Regexp-Copy port removal. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: mariani@cvs.openbsd.org 2021/01/22 16:27:06 Modified files: print/lyx : Makefile distinfo Log message: Update print/lyx 2.3.6 to 2.3.6.1 Just some minor fixes. CVSROOT: /cvs Module name: src Changes by: thfr@cvs.openbsd.org 2021/01/22 22:08:36 Modified files: etc : MAKEDEV.common etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.arm64 : MAKEDEV.md etc/etc.armv7 : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.loongson: MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.octeon : MAKEDEV.md etc/etc.powerpc64: MAKEDEV.md etc/etc.sgi : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md share/man/man4 : Makefile uhidev.4 usb.4 sys/arch/alpha/alpha: conf.c sys/arch/alpha/conf: GENERIC sys/arch/amd64/amd64: conf.c sys/arch/amd64/conf: GENERIC sys/arch/arm/arm: conf.c sys/arch/arm64/arm64: conf.c sys/arch/arm64/conf: GENERIC sys/arch/armv7/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/hppa/hppa: conf.c sys/arch/i386/conf: GENERIC sys/arch/i386/i386: conf.c sys/arch/landisk/conf: GENERIC sys/arch/landisk/landisk: conf.c sys/arch/loongson/conf: GENERIC sys/arch/loongson/loongson: conf.c sys/arch/macppc/conf: GENERIC sys/arch/macppc/macppc: conf.c sys/arch/octeon/conf: GENERIC sys/arch/octeon/octeon: conf.c sys/arch/powerpc64/conf: GENERIC sys/arch/powerpc64/powerpc64: conf.c sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 sys/arch/sgi/sgi: conf.c sys/arch/sparc64/conf: GENERIC sys/arch/sparc64/sparc64: conf.c sys/dev/usb : files.usb uhid.c uhid.h sys/sys : conf.h Added files: share/man/man4 : ujoy.4 sys/dev/usb : ujoy.c Log message: introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. This includes ujoy_hid_is_collection() to work around limitations of hid_is_collection() until this can be combined without fallout. input, testing with 8bitdo controller, and ok brynet@ PS4 controller testing, fix for hid_is_collection, and ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/22 22:11:06 Modified files: devel/sdl2 : Makefile Added files: devel/sdl2/patches: patch-src_joystick_bsd_SDL_bsdjoystick_c Log message: use ujoy(4) joystick devices CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/22 22:13:06 Modified files: graphics/fna3d : Makefile distinfo graphics/fna3d/patches: patch-CMakeLists_txt Log message: update to fna3d 21.01 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/22 22:14:11 Modified files: audio/faudio : Makefile distinfo Log message: update to faudio 21.01 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/22 22:15:05 Modified files: games/fna : Makefile distinfo Log message: update to FNA 21.01 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/22 23:37:10 Modified files: devel/py-nbconvert: Makefile distinfo devel/py-nbconvert/pkg: PLIST Added files: devel/py-nbconvert/patches: patch-nbconvert_preprocessors_tests_test_execute_py Log message: Update to py-nbconvert-5.6.1 Changelog: https://github.com/jupyter/nbconvert/blob/5.6.1/docs/source/changelog.rst CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 00:10:41 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: Update to gtk-doc-1.33.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 00:15:01 Modified files: security/libgcrypt: Makefile distinfo security/libgcrypt/patches: patch-configure_ac patch-random_random-csprng_c patch-src_global_c patch-src_secmem_c Removed files: security/libgcrypt/patches: patch-cipher_camellia-aarch64_S Log message: Major update to libgcrypt-1.9.0. Release info: https://dev.gnupg.org/T4294 Tested in an amd64 bulk. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/23 00:25:06 Modified files: devel/py-nbformat: Makefile distinfo devel/py-nbformat/pkg: PLIST Log message: Update to py-nbformat-5.0.7 Changelog: https://github.com/jupyter/nbformat/blob/5.0.7/docs/changelog.rst CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/23 00:56:52 ports/www/apertium-apy/patches Update of /cvs/ports/www/apertium-apy/patches In directory cvs.openbsd.org:/tmp/cvs-serv32658/patches Log Message: Directory /cvs/ports/www/apertium-apy/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/23 01:08:55 Modified files: www/apertium-apy: Makefile Added files: www/apertium-apy/patches: patch-apertium_apy_gateway_py patch-apertium_apy_handlers_base_py patch-apertium_apy_handlers_list_modes_py patch-apertium_apy_handlers_stats_py patch-setup_py Log message: repair the apertium-apy build This port was missed during the tests for the py-tornado update. Fix the build of apertium-apy by backporting commit 15cfa135 from upstream. Breakage originally reported by naddy@, then by sthen@. bket@ had the same fix on ports@ ok bentley@ (MAINTAINER), sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 01:55:21 Modified files: security/libgcrypt: Makefile Added files: security/libgcrypt/patches: patch-cipher_kdf_c Log message: Unbreak selftest (from upstream): - kdf: add missing null-terminator for self-test test-vector array - kdf: make self-test test-vector array read-only CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/23 02:22:47 Modified files: audio/umurmur : Makefile distinfo audio/umurmur/patches: patch-src_CMakeLists_txt patch-src_client_c patch-src_conf_c patch-src_config_h_in patch-src_messagehandler_c patch-src_server_c audio/umurmur/pkg: PLIST Log message: update to umurmur 0.2.18 https://github.com/umurmur/umurmur/releases/tag/0.2.18 (no changelog, 7 minor commits/changes since last release) Diff from Jonathon Sisson (maintainer), thanks Tweaks from me CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 02:23:08 Modified files: graphics/GraphicsMagick: Makefile distinfo graphics/GraphicsMagick/patches: patch-configure graphics/GraphicsMagick/pkg: PLIST Log message: Update to GraphicsMagick-1.3.36. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 02:27:50 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure_ac patch-m4_decoders_m4 patch-m4_input_m4 patch-src_xine-utils_memcpy_c multimedia/xine-lib/pkg: PLIST Removed files: multimedia/xine-lib/patches: patch-include_xine_buffer_h patch-include_xine_xineutils_h patch-src_demuxers_demux_ts_c patch-src_input_http_helper_c patch-src_input_input_cdda_c patch-src_input_input_http_c patch-src_vdr_input_vdr_c patch-src_xine-engine_builtins_h patch-src_xine-engine_load_plugins_c patch-src_xine-utils_xmlparser_c Log message: Update to xine-lib-1.2.11. from adr at SDF.ORG with tweaks from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 02:36:04 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.19.59. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 02:36:14 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.59. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 02:36:28 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.219. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/23 02:39:23 Log message: Looks good, OK abieber@ Status: Vendor Tag: gonzalo Release Tags: gonzalo_20212301 N ports/security/gobuster/Makefile N ports/security/gobuster/distinfo N ports/security/gobuster/pkg/DESCR N ports/security/gobuster/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/23 02:41:00 Modified files: security : Makefile Log message: Hook Gobuster CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 02:45:49 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 02:50:10 Modified files: x11/vlc : Makefile distinfo x11/vlc/pkg : PLIST-main Removed files: x11/vlc/patches: patch-modules_gui_qt_components_playlist_views_cpp patch-modules_gui_qt_dialogs_plugins_hpp patch-modules_gui_qt_util_timetooltip_hpp Log message: Update to vlc-3.0.12. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/23 03:18:28 Modified files: usr.bin/file/magdir: riff Log message: recognize those ubiquitous webp file cherry-picked from FreeBSD okay millert@, deraadt@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 04:44:27 Modified files: devel/liboil : Makefile Added files: devel/liboil/patches: patch-m4_as-host-defines_m4 Log message: bypass the HAVE_POWERPC check for powerpc64 this prevents it from attempting (and failing) to compile the assembly code which clang isn't happy with. from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 05:04:10 Modified files: graphics/darktable: Makefile Log message: set NOT_FOR_ARCHS=${BE_ARCHS}, darktable even advertises being little endian-only in is_supported_platform.h so there's little point in attempting to build this anywhere else. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/23 05:10:08 Modified files: sys/arch/powerpc64/conf: GENERIC files.powerpc64 sys/arch/powerpc64/dev: opal.c sys/arch/powerpc64/include: opal.h sys/arch/powerpc64/powerpc64: locore.S sys/dev : ipmi.c ipmivar.h Added files: sys/arch/powerpc64/dev: ipmi_opal.c sys/arch/powerpc64/include: smbiosvar.h Log message: OPAL implements firmware calls that abstract communicating with the BMC over IPMI. Use these calls to add support for impi(4) on PowerNV systems. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/01/23 05:24:04 Modified files: net/py-tlslite-ng: Makefile distinfo net/py-tlslite-ng/pkg: PLIST Log message: update to py-tlslite-ng 0.8.0-alpha40 * fix wrong error message in AES implementation (Bernt Røskar Brenna) * fix API break caused by the workaround for Bleichenbacher; RSA keys generated in-memory with m2crypto wouldn't work for decryption/encryption * handle too short RSA ciphertexts for the key size consistently between backends CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/23 05:46:15 Modified files: sysutils/ruby-puppet/5: Makefile sysutils/ruby-puppet/6: Makefile Removed files: sysutils/ruby-puppet/pkg: README Log message: Remove obsolete README Mcollective support has been deprecated with Puppet 5.5.4, official documentation links in the README are dead. OK sebastia CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 05:46:26 Modified files: graphics/openimageio: Makefile Added files: graphics/openimageio/patches: patch-src_libutil_ustring_cpp Log message: fix build on powerpc64 by correcting a cpp expression for _LIBCPP_BIG_ENDIAN from brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 05:47:00 Modified files: devel/vte3 : Makefile distinfo Log message: update to vte3-0.62.2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/23 05:48:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils/mcollective-plugins: Makefile Removed files: sysutils/mcollective-plugins/puppet-agent: Makefile distinfo sysutils/mcollective-plugins/puppet-agent/pkg: DESCR PLIST Log message: Remove mcollective puppet-agent plugin Puppet deprecated this over two years ago. OK sebastia CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 06:54:09 Modified files: lang/pfe : Makefile Log message: mark pfe broken on powerpc64 (lacks proper ppc support in general) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/23 07:05:51 Modified files: devel/liboil : Makefile devel/liboil/patches: patch-m4_as-host-defines_m4 Log message: liboil: extend the powerpc64 fix to powerpc This fixes liboil's runtime on this platform; building with -fno-integrated-as lead to sigabrt at runtime. While here remove the tentative arm fix, that we introduced with the initial powerpc fix, it does not fix the build. Tested again by jasper@ on powerpc64, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 07:16:36 Modified files: shells/ksh93 : Makefile Log message: mark broken on powerpc64: libast fails to build on hashalloc.c/tokscan.c CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 07:44:02 Modified files: lang/gpc : Makefile Log message: add powerpc64 to NOT_FOR_ARCHS list. this port embeds a copy of gcc4 which lacks support for the elfv2 api on powerpc64 so backporting the gcc8 patches from our tree would probably get us nowhere anyway. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/01/23 07:58:19 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_networking_c Log message: Update to redis-6.0.10 If you used Redis on some Big Endian Arch (like sparc64) with previous 6.0.x versions, you should really have a look at https://github.com/redis/redis/pull/8270 to "consider the compatibility implications with RESTORE, replication and persistence". Tests pass on amd64 and sparc64 (with the usual occasional replica hiccup on sparc64). Positive feedback from Mark Patruck. Help from, and ok tb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/23 08:03:00 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/23 08:06:28 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-CMakeLists_txt Removed files: graphics/darktable/patches: patch-src_common_imageio_avif_c Log message: just set ONLY_FOR_ARCHS, this is no good on 32-bit LE either CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/23 08:10:41 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-CMakeLists_txt Added files: graphics/darktable/patches: patch-src_common_imageio_avif_c Log message: oops, revert unintended parts of commit. (I had a local WIP update that was stalled because they want kern.proc.pathname or similar). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/23 08:15:58 Modified files: www/chromium : Makefile Log message: reinstate BROKEN-i386 again, it will not run so it is useless to waste 30 hours building it CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 08:19:54 Modified files: games/valyriatear: Makefile Log message: mark this broken for big endian arches. even if it builds the runtime has serious issues as pointed out by cwen@ ok bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/23 09:11:11 Modified files: usr.sbin/smtpd : compress_gzip.c crypto.c iobuf.c ioev.c lka_filter.c mail.lmtp.c mail.maildir.c mail.mboxfile.c parse.y table_db.c Log message: Remove unused variables found by clang. Additional unused var spotted by eric@. OK mvs@, eric@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/23 09:20:24 ports/x11/kde-applications/kdenetwork-filesharing/patches Update of /cvs/ports/x11/kde-applications/kdenetwork-filesharing/patches In directory cvs.openbsd.org:/tmp/cvs-serv54713/kdenetwork-filesharing/patches Log Message: Directory /cvs/ports/x11/kde-applications/kdenetwork-filesharing/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/23 09:24:06 Modified files: devel/py-lief : Makefile Log message: Missing BDEP on devel/cmake. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/23 09:27:24 Modified files: sbin/unwind : resolver.c Log message: Don't just blindly upgrade to VALIDATING if we see a SECURE answer. Let's go through the check_resolver() / new_resolver() code path which will also hook up the resovler to the shared cache. This means also one less special case for upcomming DNS64 support. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/23 09:28:12 Modified files: sbin/unwind : resolver.c Log message: Move resolv_conf string generation for ASR to function; makes upcomming DNS64 diff simpler. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 09:31:58 ports/converters/otf2bdf/patches Update of /cvs/ports/converters/otf2bdf/patches In directory cvs.openbsd.org:/tmp/cvs-serv10213/patches Log Message: Directory /cvs/ports/converters/otf2bdf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/23 09:32:34 Modified files: converters/otf2bdf: Makefile Added files: converters/otf2bdf/patches: patch-otf2bdf_c Log message: Check return value of FT_Get_Sfnt_Table() to fix a NULL deref on invalid input. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2021/01/23 09:52:12 Modified files: lang/gcc/8 : Makefile lang/gcc/8/patches: patch-gcc_configure Log message: Override another linker feature that isn't properly detected. ok jasper@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/23 10:36:24 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.octeon : MAKEDEV etc/etc.powerpc64: MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.sparc64: MAKEDEV share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.arm64: MAKEDEV.8 share/man/man8/man8.armv7: MAKEDEV.8 share/man/man8/man8.hppa: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.landisk: MAKEDEV.8 share/man/man8/man8.loongson: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.octeon: MAKEDEV.8 share/man/man8/man8.powerpc64: MAKEDEV.8 share/man/man8/man8.sgi: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/23 10:47:43 Modified files: devel/sdl2 : Makefile devel/sdl2/patches: patch-src_joystick_bsd_SDL_bsdjoystick_c Added files: devel/sdl2/patches: patch-src_joystick_SDL_gamecontrollerdb_h Removed files: devel/sdl2/patches: patch-src_joystick_SDL_gamecontroller_c Log message: enable gamecontroller GUID detection and GUID-based mapping this makes prior workaround in SDL_gamecontroller.c obsolete that used SDL_GAMECONTROLLERCONFIG environment variable and a fallback mapping; so this is removed now. tested with XBox 360/One, Logitech F310/Dual Action by me testing with NEXT SNES controller and ok brynet@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/23 10:52:00 Modified files: devel/sdl : Makefile devel/sdl/patches: patch-src_joystick_bsd_SDL_sysjoystick_c devel/sdl/pkg : PLIST Log message: use ujoy(4) for joystick devices to unbreak joystick support tested with dxx-rebirth. Take MAINTAINER while here. ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/23 10:56:27 Modified files: graphics/mojoshader: Makefile distinfo Log message: update to mojoshader commit 1320; tested with many FNA games CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/23 10:57:03 Modified files: games/vkquake : Makefile distinfo Log message: update to vkquake 1.05.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/23 11:09:56 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: distinfo devel/kf5/baloo: Makefile distinfo 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/patches: patch-kde-modules_KDECompilerSettings_cmake devel/kf5/extra-cmake-modules/pkg: PLIST devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: Makefile distinfo devel/kf5/kactivities-stats: Makefile distinfo devel/kf5/kapidox: distinfo devel/kf5/karchive: distinfo devel/kf5/kauth: distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kcalendarcore: distinfo devel/kf5/kcmutils: Makefile distinfo devel/kf5/kcodecs: distinfo devel/kf5/kcompletion: Makefile distinfo devel/kf5/kconfig: Makefile distinfo devel/kf5/kconfigwidgets: Makefile distinfo devel/kf5/kconfigwidgets/pkg: PLIST devel/kf5/kcontacts: distinfo devel/kf5/kcoreaddons: 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/kdesignerplugin: distinfo devel/kf5/kdesu: distinfo 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/ki18n: distinfo devel/kf5/kiconthemes: Makefile distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kimageformats/pkg: PLIST devel/kf5/kinit: distinfo devel/kf5/kio : Makefile distinfo devel/kf5/kio/pkg: PLIST devel/kf5/kirigami2: Makefile distinfo devel/kf5/kirigami2/pkg: PLIST devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: Makefile distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kjsembed: distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: Makefile distinfo devel/kf5/knewstuff/pkg: PLIST 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: Makefile distinfo devel/kf5/kservice: distinfo devel/kf5/ktexteditor: Makefile 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/oxygen-icons/pkg: PLIST devel/kf5/plasma-framework: Makefile distinfo devel/kf5/prison: Makefile distinfo devel/kf5/purpose: distinfo devel/kf5/purpose/pkg: PLIST devel/kf5/qqc2-desktop-style: Makefile distinfo devel/kf5/solid: distinfo devel/kf5/sonnet: distinfo devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: distinfo devel/kf5/threadweaver: distinfo Removed files: devel/kf5/knewstuff/patches: patch-src_core_cache_cpp patch-src_core_cache_h devel/kf5/plasma-framework/patches: patch-src_desktoptheme_breeze_opaque_widgets_panel-background_svg patch-tests_frames_qml devel/kf5/syntax-highlighting/patches: patch-src_indexer_katehighlightingindexer_cpp Log message: Update KDE Frameworks to 5.78.0 https://kde.org/announcements/kde-frameworks-5.78.0/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/23 11:10:30 Modified files: x11/kde-applications: Makefile Makefile.inc x11/kde-applications/akonadi: Makefile distinfo x11/kde-applications/akonadi/patches: patch-src_server_storage_datastore_cpp 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-calendar-tools/pkg: PLIST x11/kde-applications/akonadi-contacts: Makefile distinfo x11/kde-applications/akonadi-contacts/pkg: PLIST x11/kde-applications/akonadi-import-wizard: Makefile distinfo x11/kde-applications/akonadi-import-wizard/pkg: PLIST x11/kde-applications/akonadi-mime: Makefile distinfo x11/kde-applications/akonadi-notes: distinfo x11/kde-applications/akonadi-notes/pkg: PLIST x11/kde-applications/akonadi-search: distinfo 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/artikulate/pkg: PLIST 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/blinken/pkg: PLIST 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/cantor/pkg: PLIST x11/kde-applications/cervisia: distinfo x11/kde-applications/dolphin: distinfo x11/kde-applications/dolphin/pkg: PLIST x11/kde-applications/dolphin-plugins: distinfo x11/kde-applications/dolphin-plugins/pkg: PLIST x11/kde-applications/dragon: distinfo 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: distinfo x11/kde-applications/gwenview: distinfo x11/kde-applications/incidenceeditor: Makefile distinfo x11/kde-applications/juk: distinfo x11/kde-applications/kaddressbook: Makefile distinfo x11/kde-applications/kaddressbook/pkg: PLIST x11/kde-applications/kajongg: distinfo x11/kde-applications/kajongg/pkg: PLIST x11/kde-applications/kalarm: Makefile distinfo x11/kde-applications/kalarm/pkg: PLIST x11/kde-applications/kalarmcal: Makefile distinfo x11/kde-applications/kalarmcal/pkg: PLIST x11/kde-applications/kalgebra: Makefile distinfo x11/kde-applications/kalgebra/pkg: PLIST x11/kde-applications/kalzium: distinfo x11/kde-applications/kalzium/pkg: PLIST x11/kde-applications/kamera: distinfo x11/kde-applications/kanagram: Makefile distinfo x11/kde-applications/kapman: Makefile distinfo x11/kde-applications/kapptemplate: distinfo x11/kde-applications/kate: distinfo x11/kde-applications/katomic: Makefile distinfo x11/kde-applications/katomic/pkg: PLIST x11/kde-applications/kbackup: distinfo x11/kde-applications/kbackup/pkg: PLIST x11/kde-applications/kblackbox: Makefile distinfo x11/kde-applications/kblocks: Makefile distinfo x11/kde-applications/kblocks/pkg: PLIST x11/kde-applications/kbounce: Makefile distinfo x11/kde-applications/kbreakout: Makefile 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: Makefile distinfo x11/kde-applications/kdenetwork-filesharing/pkg: PLIST 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/patches: patch-kaddressbook_editorpages_CMakeLists_txt patch-kaddressbook_importexportplugins_vcards_CMakeLists_txt x11/kde-applications/kdepim-addons/pkg: PLIST x11/kde-applications/kdepim-runtime: Makefile distinfo x11/kde-applications/kdepim-runtime/pkg: PLIST x11/kde-applications/kdesdk-kioslaves: distinfo x11/kde-applications/kdesdk-thumbnailers: distinfo x11/kde-applications/kdesdk-thumbnailers/pkg: PLIST x11/kde-applications/kdf: distinfo x11/kde-applications/kdialog: distinfo x11/kde-applications/kdiamond: Makefile distinfo x11/kde-applications/kdiamond/pkg: PLIST x11/kde-applications/keditbookmarks: distinfo x11/kde-applications/kfind: distinfo x11/kde-applications/kfloppy: distinfo x11/kde-applications/kfourinline: Makefile distinfo x11/kde-applications/kgeography: distinfo x11/kde-applications/kget: distinfo x11/kde-applications/kgoldrunner: Makefile distinfo x11/kde-applications/kgoldrunner/pkg: PLIST x11/kde-applications/kgpg: Makefile distinfo x11/kde-applications/khangman: Makefile distinfo x11/kde-applications/khelpcenter: distinfo x11/kde-applications/kidentitymanagement: distinfo x11/kde-applications/kig: distinfo x11/kde-applications/kigo: Makefile distinfo x11/kde-applications/kigo/pkg: PLIST x11/kde-applications/killbots: Makefile distinfo x11/kde-applications/killbots/pkg: PLIST x11/kde-applications/kimagemapeditor: Makefile distinfo x11/kde-applications/kimap: Makefile distinfo x11/kde-applications/kimap/pkg: PLIST x11/kde-applications/kio-extras: Makefile distinfo x11/kde-applications/kio-extras/patches: patch-cmake_Findlibssh_cmake patch-smb_transfer_h x11/kde-applications/kio-extras/pkg: PLIST x11/kde-applications/kiriki: Makefile distinfo x11/kde-applications/kiten: distinfo x11/kde-applications/kitinerary: Makefile distinfo x11/kde-applications/kitinerary/patches: patch-src_pdf_popplerglobalparams_cpp x11/kde-applications/kjumpingcube: Makefile distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kleopatra: Makefile distinfo x11/kde-applications/kleopatra/patches: patch-src_CMakeLists_txt patch-tests_CMakeLists_txt x11/kde-applications/klettres: distinfo x11/kde-applications/klettres/pkg: PLIST x11/kde-applications/klickety: Makefile distinfo x11/kde-applications/klines: Makefile distinfo x11/kde-applications/kmag: 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/kmail-account-wizard/pkg: PLIST x11/kde-applications/kmailtransport: distinfo x11/kde-applications/kmbox: distinfo x11/kde-applications/kmbox/pkg: PLIST x11/kde-applications/kmime: Makefile distinfo x11/kde-applications/kmines: Makefile distinfo x11/kde-applications/kmix: Makefile distinfo x11/kde-applications/kmix/patches: patch-backends_kmix-backends_cpp x11/kde-applications/kmousetool: distinfo x11/kde-applications/kmouth: distinfo x11/kde-applications/kmplot: distinfo x11/kde-applications/knavalbattle: Makefile distinfo x11/kde-applications/knavalbattle/pkg: PLIST x11/kde-applications/knetwalk: Makefile distinfo x11/kde-applications/knotes: distinfo x11/kde-applications/knotes/pkg: PLIST x11/kde-applications/kolf: Makefile distinfo x11/kde-applications/kollision: Makefile distinfo x11/kde-applications/kollision/pkg: PLIST x11/kde-applications/kolourpaint: 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/konsole/pkg: PLIST x11/kde-applications/kontact: Makefile distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/korganizer: Makefile distinfo x11/kde-applications/kpimtextedit: Makefile distinfo x11/kde-applications/kpkpass: distinfo x11/kde-applications/kqtquickcharts: Makefile distinfo x11/kde-applications/krdc: distinfo x11/kde-applications/kreversi: Makefile distinfo x11/kde-applications/krfb: distinfo x11/kde-applications/krfb/pkg: PLIST x11/kde-applications/kross-interpreters: Makefile distinfo x11/kde-applications/kruler: distinfo x11/kde-applications/kshisen: Makefile distinfo x11/kde-applications/ksirk: Makefile distinfo x11/kde-applications/ksirk/patches: patch-CMakeLists_txt x11/kde-applications/ksirk/pkg: PLIST x11/kde-applications/ksmtp: distinfo x11/kde-applications/ksnakeduel: Makefile distinfo x11/kde-applications/ksnakeduel/pkg: PLIST x11/kde-applications/kspaceduel: Makefile distinfo x11/kde-applications/ksquares: Makefile distinfo x11/kde-applications/ksudoku: Makefile distinfo x11/kde-applications/ksudoku/pkg: PLIST x11/kde-applications/ksystemlog: distinfo x11/kde-applications/kteatime: distinfo x11/kde-applications/ktimer: distinfo x11/kde-applications/ktnef: distinfo x11/kde-applications/ktouch: Makefile distinfo x11/kde-applications/ktuberling: Makefile distinfo x11/kde-applications/ktuberling/pkg: PLIST x11/kde-applications/kturtle: distinfo x11/kde-applications/kubrick: Makefile distinfo x11/kde-applications/kubrick/pkg: PLIST x11/kde-applications/kwalletmanager: Makefile distinfo x11/kde-applications/kwordquiz: distinfo x11/kde-applications/kwordquiz/pkg: PLIST x11/kde-applications/libgravatar: distinfo x11/kde-applications/libgravatar/pkg: PLIST x11/kde-applications/libkcddb: distinfo x11/kde-applications/libkcompactdisc: distinfo x11/kde-applications/libkcompactdisc/patches: patch-src_CMakeLists_txt x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: Makefile distinfo x11/kde-applications/libkdegames/pkg: PLIST x11/kde-applications/libkdepim: Makefile distinfo x11/kde-applications/libkdepim/pkg: PLIST x11/kde-applications/libkeduvocdocument: distinfo x11/kde-applications/libkexiv2: distinfo x11/kde-applications/libkgapi: Makefile distinfo x11/kde-applications/libkgapi/pkg: PLIST x11/kde-applications/libkipi: distinfo x11/kde-applications/libkleo: Makefile distinfo x11/kde-applications/libkleo/patches: patch-src_CMakeLists_txt x11/kde-applications/libkleo/pkg: PLIST 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: Makefile distinfo x11/kde-applications/lokalize/pkg: PLIST x11/kde-applications/lskat: Makefile distinfo x11/kde-applications/mailcommon: Makefile distinfo x11/kde-applications/mailcommon/pkg: PLIST x11/kde-applications/mailimporter: distinfo x11/kde-applications/marble: Makefile distinfo x11/kde-applications/marble/pkg: PLIST x11/kde-applications/mbox-importer: Makefile distinfo x11/kde-applications/messagelib: Makefile distinfo x11/kde-applications/messagelib/patches: patch-messageviewer_src_CMakeLists_txt x11/kde-applications/messagelib/pkg: PLIST x11/kde-applications/minuet: Makefile distinfo x11/kde-applications/okteta: Makefile x11/kde-applications/okular: distinfo x11/kde-applications/okular/patches: patch-CMakeLists_txt 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: 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/rocs/patches: patch-libgraphtheory_CMakeLists_txt x11/kde-applications/spectacle: Makefile x11/kde-applications/step: Makefile distinfo x11/kde-applications/step/pkg: PLIST x11/kde-applications/svgpart: distinfo x11/kde-applications/svgpart/pkg: PLIST x11/kde-applications/sweeper: distinfo x11/kde-applications/umbrello: distinfo x11/kde-applications/umbrello/pkg: PLIST x11/kde-applications/zeroconf-ioslave: distinfo Added files: x11/kde-applications/kdenetwork-filesharing/patches: patch-samba_filepropertiesplugin_authhelper_cpp x11/kde-applications/marble/patches: patch-tools_vectorosm-tilecreator_TirexBackend_cpp Removed files: x11/kde-applications/akonadi: PLIST x11/kde-applications/calendarsupport/patches: patch-src_printing_calprintdefaultplugins_cpp patch-src_printing_calprintdefaultplugins_h patch-src_printing_calprinter_cpp patch-src_printing_calprintpluginbase_cpp patch-src_printing_calprintpluginbase_h patch-src_printing_printplugin_h patch-src_printing_yearprint_cpp patch-src_printing_yearprint_h x11/kde-applications/kaddressbook/patches: patch-src_printing_compact_compactstyle_cpp patch-src_printing_grantlee_grantleeprintstyle_cpp patch-src_printing_mike_mikesstyle_cpp patch-src_printing_ringbinder_ringbinderstyle_cpp x11/kde-applications/kdepim-apps-libs: Makefile distinfo x11/kde-applications/kdepim-apps-libs/pkg: DESCR PLIST x11/kde-applications/kompare/patches: patch-komparepart_kompare_part_cpp x11/kde-applications/konsole/patches: patch-src_ProcessInfo_cpp x11/kde-applications/okular/patches: patch-shell_shell_cpp Log message: Update KDE Applications to 20.12.1 Release notes: https://kde.org/announcements/releases/2020-12-apps-update/ https://kde.org/announcements/releases/2021-01-apps-update/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/23 11:10:37 Modified files: devel/kdiff3 : Makefile distinfo devel/kdiff3/pkg: PLIST Log message: Update kdiff3 to 1.8.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/23 11:10:39 Modified files: net/kdsoap : Makefile distinfo net/kdsoap/pkg : PLIST Removed files: net/kdsoap/patches: patch-CMakeLists_txt Log message: Update kdsoap to 1.10.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/23 11:34:17 Modified files: x11/spectrwm : Makefile x11/spectrwm/patches: patch-spectrwm_c Log message: Add wpath pledge Found and fixed by Stefan Hagen . I changed the comment in the patch. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/23 13:01:01 Modified files: sys/dev/acpi : acpireg.h Log message: Fix IORT struct for Context and PMU interrupts. I misread bytes with bits. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/23 13:09:16 Modified files: x11/py-sip-qt5 : Makefile x11/py-sip-qt5/pkg: PLIST Log message: fix @conflict line CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/01/23 13:35:02 Modified files: www/kore : Makefile distinfo www/kore/patches: patch-Makefile www/kore/pkg : PLIST Log message: Update kore to 4.1.0. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/23 14:35:48 Modified files: sbin/iked : iked.conf.5 ikev2.c pfkey.c Log message: Fix typos. From Ryan Kavanagh ok patrick@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/23 14:39:54 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: list-io must be run from config dir The current description fails to explain how to use it properly and the error message is only helpful for people that know how ldomctl works and/or what the Phsyical Resource Inventory is. OK afresh1 kettenis CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/01/23 14:41:20 Modified files: www/jupyter-notebook: Makefile distinfo www/jupyter-notebook/pkg: PLIST Log message: update jupyter-notebook to 6.1.6 addressing cve-2020-26215 ok bket@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/23 14:51:29 Modified files: usr.sbin/ikectl: ikeca.c Log message: Handle errors and truncated output from snprintf(). ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/23 15:04:55 Modified files: usr.sbin/ikectl: ikeca.c Log message: Handle write() errors. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/23 15:13:14 Modified files: audio/vorbis-tools: Makefile distinfo audio/vorbis-tools/patches: patch-configure patch-ogg123_Makefile_in patch-ogg123_ogg123_c patch-ogg123_vorbis_comments_c Added files: audio/vorbis-tools/patches: patch-ogginfo_codec_skeleton_c Removed files: audio/vorbis-tools/patches: patch-oggenc_audio_c patch-oggenc_oggenc_c Log message: audio/vorbis-tools: update to 1.4.2 This release fixes many bugs. Additional user-visible changes: * ogg123: Added support for Opus files * ogginfo: Added support for Opus, FLAC, and speex * ogg123, ogginfo: Added support to decode METADATA_BLOCK_PICTURE * ogginfo: Added support for decoding Skeleton * vorbiscomment: Added -d/--rm to allow removal of tags CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2021/01/23 15:34:46 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): wire faulted in pages This change wires the pages used by virtual machines managed by vmm(4). When uvm swaps out a page, vmm(4) does not properly do TLB flushing, possibly leading to memory corruption or improper page access later. While this diff is not the correct fix (implementing proper TLB flush semantics), it does work around the problem by not letting the pages get swapped out in the first place. This means that under memory pressure, swap pages will have to come from other processes, and it also means you cannot overcommit vmm(4) memory assignment (eg, assign more memory to VMs than you actually have). It is my plan to fix this the correct way, but that will take time. This issue was originally pointed out a long time ago by Maxime V., but due to my taking a year away from OpenBSD, the issue remained unfixed. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2021/01/23 15:56:35 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Fix whitespace issues CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/23 16:11:13 Modified files: mail/mutt-wizard: Makefile distinfo mail/mutt-wizard/pkg: PLIST Log message: update to mutt-wizard-3.1.1, from Aisha Tammy (maintainer), small tweak from me CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/23 16:17:48 Modified files: databases/tdb : Makefile net/netatalk3 : Makefile mail/neomutt : Makefile mail/fdm : Makefile audio/rhythmbox: Makefile audio/rhythmbox/pkg: PLIST audio/pulseaudio: Makefile Added files: databases/tdb/pkg: DESCR-main DESCR-python PLIST-main PLIST-python Removed files: databases/tdb/pkg: DESCR PLIST Log message: Split databases/tdb into -main and -python package net/samba is the only consumer requiring Python bindings, so this split enables all other consumers (netatalk3, neomutt, fdm, rhythmbox, pulseaudio) to avoid the dependency on Python 2. Bump all consumers due to tdb's PKGPATH change. Wanted by many Feedback OK jca sthen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/23 16:35:28 Modified files: sys/dev/pci : pcidevs Log message: add another Realtek RTL8168 id shows up on a TP-Link TG-3468 John Batteen has CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/23 16:36:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/23 16:39:40 Modified files: sys/dev/pci : if_re_pci.c Log message: match on another Realtek RTL8168 id reported and tested by John Batteen on a TP-Link TG-3468 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/23 18:56:44 Modified files: sys/dev/pci : pcidevs Log message: add Realtek RTL8168H ids for Killer E2500V2 and E2600 checked against linux and windows drivers CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/23 18:57:18 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/23 18:59:20 Modified files: sys/dev/pci : if_re_pci.c Log message: match on Realtek RTL8168H ids for Killer E2500V2 and E2600 checked against linux and windows drivers CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/23 19:44:51 Modified files: distrib/sets/lists/comp: md.powerpc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2021/01/23 21:41:51 Modified files: lang/gcc/8 : Makefile lang/gcc/8/patches: patch-gcc_config_aarch64_openbsd_h patch-gcc_config_alpha_openbsd_h patch-gcc_config_arm_openbsd_h patch-gcc_config_i386_openbsdelf_h patch-gcc_config_mips_openbsd_h patch-gcc_config_pa_pa-openbsd_h patch-gcc_config_rs6000_openbsd_h patch-gcc_config_sparc_openbsd64_h Log message: Edit LINK_SPEC, fix static linking with ports-gcc egcc -static was broken on most arches; the static binary wrongly requested ld.so(1), but /usr/lib/rcrt0.o wants to do the relocation without ld.so(1). The fix is to drop ld.so, %{!static:-dynamic-linker /usr/libexec/ld.so} Remove "%{!dynamic-linker:...}" because gcc -dynamic-linker is not an option. Correct "%{!r*:...}" to "%{!r:...}" because gcc -r doesn't take an option argument. Use "%{!nostdlib:-L/usr/lib}" on lld arches, like base-gcc. Edit the powerpc LINK_SPEC in rs6000/openbsd.h to be like the others. Add "%{!nostdlib:-L/usr/lib}" so I can try lld on powerpc. For now, don't edit the powerpc64 LINK_SPEC. ok pascal@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/23 23:46:08 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: x11/kde-applications/kdepim-apps-libs No longer part of KDE5 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/01/24 00:15:04 Modified files: www/chromium : Makefile www/chromium/patches: patch-third_party_usrsctp_BUILD_gn Log message: unbreak usrsctp by taking the proper codepath on openbsd also makes google stadia work CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/24 01:57:10 Modified files: usr.sbin/ndp : ndp.c Log message: Pass sockaddr_in6 arround so that we have space to store the scope in a proper field. Move KAME hack to kernel / userland boundaries. Due to the way -d (delete) works in ndp(8), once we flip the kernel over to not pass down embedded scope it also must not expect embeded scope passed to the kernel. OK claudio CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/24 01:58:50 Modified files: sbin/route : route.c show.c usr.bin/netstat: show.c Log message: Add missing __KAME__ markers. OK claudio CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 02:02:54 Modified files: app/fvwm/fvwm : fvwm.h modconf.c app/fvwm/modules/FvwmButtons: FvwmButtons.c app/fvwm/modules/FvwmScroll: FvwmScroll.h GrabWindow.c Log message: Fixes for -fno-common beeing the default in clang 11. ok mortimer@ who came to the same patches. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 02:07:06 Modified files: app/fvwm/libs : wild.c Log message: include to get strcmp() prototype declaration. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 02:13:15 Modified files: app/fvwm/modules/FvwmBacker: root_bits.c Log message: include to get exit() prototype declaration. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 02:15:48 Modified files: app/fvwm/modules/FvwmForm: FvwmForm.c Log message: Fix pre C89 dummy() prototype. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 02:21:21 Modified files: app/fvwm/modules/FvwmIconMan: functions.c Log message: Fix 'format string is not a string literal' warning. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 02:26:52 Modified files: app/fvwm/modules/FvwmWinList: ButtonArray.c ButtonArray.h List.h Log message: Add missing function prototypes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/24 02:28:49 Modified files: emulators : Makefile Removed files: emulators/gns3 : Makefile distinfo emulators/gns3/patches: patch-setup_py patch-src_GNS3_Config_Defaults_py patch-src_GNS3_QemuManager_py emulators/gns3/pkg: PLIST Log message: Remove gns3 This is the last py-qt4 consumer in the tree. No one has come out to try an update. https://github.com/GNS3/gns3-server Currently it also no longer wants to start. $ gns3 Can't import Qt modules, PyQt is probably not installed ... OK kn CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/24 02:31:48 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add gns3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 02:47:56 Modified files: app/fvwm/fvwm : builtins.c Log message: add explicit braces to avoid dangling else warning and fix misleading indentation. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 02:50:25 Modified files: app/fvwm/fvwm : events.c Log message: Remove extra parenthesis CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/24 03:16:58 Modified files: sys/dev/pci : pcidevs Log message: add Intel Alder Lake and Meteor Lake I219 Ethernet ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/24 03:17:32 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/24 03:21:43 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h Log message: match on Intel Alder Lake and Meteor Lake I219 Ethernet ids CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/24 03:41:23 Modified files: x11 : Makefile Removed files: x11/py-qt4 : Makefile distinfo x11/py-qt4/patches: patch-configure_py x11/py-qt4/pkg : DESCR-docs DESCR-main PLIST-docs PLIST-main Log message: Remove py-qt4 OK kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/24 03:43:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of py-qt4{-docs} CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/01/24 06:08:05 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2021.01.24.1 CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/01/24 06:16:30 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: revert back to 2021.01.16, previous commit is still not working properly CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/01/24 06:49:38 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2021.01.24.1, part II CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/24 06:53:55 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: better @msg for gns3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/24 07:29:09 Modified files: converters/p5-JSON: Makefile distinfo Log message: update to p5-JSON-4.03 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/24 07:38:34 Modified files: infrastructure/mk: bsd.port.mk Log message: Change ccache handling from adding to BUILD_DEPENDS to doing an ".if exists" check. Newer ccache uses cmake making it impractical to break the loop by just disabling ccache for the individual ports on the way to building ccache. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/24 07:59:35 Modified files: devel/kf5/kimageformats: Makefile Log message: Add missing dependency libavif Spotted by naddy@ thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/24 08:20:07 Modified files: editors : Makefile editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-main Added files: editors/vim/pkg: PFRAG.gtk3-main Removed files: editors/vim/pkg: PFRAG.gtk2-main Log message: Update to vim-8.2.2401 Drop gtk2 and py2 flavours, so now it only has to build 7 instead of 14 times in bulk builds and update tests. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/24 08:25:01 Modified files: devel/ccache : Makefile distinfo Added files: devel/ccache/patches: patch-CMakeLists_txt patch-cmake_GenerateConfigurationFile_cmake patch-cmake_config_h_in patch-src_Logging_cpp patch-src_system_hpp Removed files: devel/ccache/patches: patch-Makefile_in patch-configure patch-src_util_c Log message: update to ccache-4.1 patched to disable the inode cache (new in 4.0, described as experimental, and not enabled by default at runtime) is disabled in build; it cannot be built without pthread_mutexattr_setpshared which we don't have. CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2021/01/24 08:41:38 Modified files: x11/spectrwm : Makefile Added files: x11/spectrwm/patches: patch-baraction_sh Log message: Fix the baraction.sh example script to display current statistics from iostat(8). ok gonzalo@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/24 09:03:41 Modified files: lang/tcc : Makefile distinfo lang/tcc/pkg : PLIST Log message: The tcc armv7 backend is complete. Let's enable a package for it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 09:08:23 Modified files: print/gutenprint: Makefile distinfo print/gutenprint/patches: patch-configure patch-src_cups_backend_common_h print/gutenprint/pkg: PLIST Added files: print/gutenprint/patches: patch-src_escputil_escputil_c patch-src_gutenprintui2_plist_c Log message: Update to gutenprint-5.3.4. with cluebat from robert@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/24 09:35:48 Modified files: x11/kde-applications/kalarm: Makefile Log message: Missing dependency devel/kf5/knotifyconfig Spotted by naddy, thanks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/24 10:14:35 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: x11/xfce4/xfce4-whiskermenu: update to 2.5.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/24 10:14:57 Modified files: x11/xfce4/xfce4-genmon: Makefile distinfo x11/xfce4/xfce4-genmon/pkg: PLIST Log message: x11/xfce4/xfce4-genmon: update to 4.1.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 10:58:55 Modified files: x11/p5-Gtk2-GladeXML: Makefile distinfo x11/p5-Gtk2-GladeXML/pkg: PLIST Removed files: x11/p5-Gtk2-GladeXML/patches: patch-Makefile_PL Log message: Update to p5-Gtk2-GladeXML-1.008. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 11:00:05 Modified files: x11/p5-Gtk3 : Makefile distinfo Log message: Update to p5-Gtk3-0.038. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 11:05:47 Modified files: x11/p5-Tk : Makefile distinfo x11/p5-Tk/pkg : PLIST-main Log message: Update to p5-Tk-804.035. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 11:08:59 Modified files: x11/lablgtk2 : Makefile distinfo x11/lablgtk2/patches: patch-src_Makefile Log message: Update to lablgtk2-2.18.11. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/24 11:10:40 Modified files: textproc/uni : Makefile distinfo textproc/uni/pkg: DESCR Log message: Update to uni 1.1.1 Diff to move to MODGO_* from abieber OK abieber CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 11:14:33 Modified files: cad/gtkwave : Makefile distinfo Log message: Update to gtkwave-3.3.108. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 11:18:45 Modified files: graphics/py-sane: Makefile distinfo graphics/py-sane/patches: patch-setup_py graphics/py-sane/pkg: PLIST Log message: Update to py3-sane-2.9.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 11:24:27 Modified files: audio/grip : Makefile distinfo audio/grip/patches: patch-src_cddev_c patch-src_grip_c patch-src_launch_c patch-src_rip_c Log message: Update to grip-4.2.0. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/24 11:29:15 Modified files: sbin/unwind : Makefile frontend.c frontend.h resolver.c unwind.h Added files: sbin/unwind : dns64_synth.c dns64_synth.h Log message: Implement DNS64 synthesis. When unwind(8) learns new autoconf resolvers (from dhcp or router advertisements) it checks if a DNS64 is present in this network location and tries to recover the IPv6 prefix used according to RFC7050. The learned autoconf resolvers are then prevented from upgrading to the validating state since DNS64 breaks DNSSEC. unwind(8) can now perform its own synthesis. If a query for a AAAA record results in no answer we re-send the query for A and if that leads to an answer we synthesize an AAAA answer using the learned prefixes. Testing & OK kn CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 11:30:50 Modified files: graphics/exiv2 : Makefile distinfo graphics/exiv2/patches: patch-cmake_compilerFlags_cmake patch-src_actions_cpp patch-src_value_cpp patch-src_version_cpp graphics/exiv2/pkg: PLIST Log message: Update to exiv2-0.27.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/24 11:43:28 Modified files: graphics/geeqie: Makefile distinfo graphics/geeqie/patches: patch-Makefile_am graphics/geeqie/pkg: PLIST Log message: Update to geeqie-1.6. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/24 12:10:19 Modified files: sbin/iked : iked.conf.5 Log message: hmac-sha2-384 and hmac-sha2-512 are enabled by default. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/24 13:04:36 Modified files: x11/kde-applications/spectacle: Makefile Log message: missing bump after KDE Applications 20.12.1 update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/24 13:05:40 Modified files: lang/racket-minimal: Makefile Log message: enable build for powerpc64 ok juanfra@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/24 13:18:50 Modified files: share/zoneinfo/datfiles: africa leapseconds Log message: Update to tzdata2021a from www.iana.org. Major changes: o South Sudan changes from +03 to +02 on 2021-02-01 at 00:00. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/24 13:25:11 Modified files: sysutils/ruby-puppet/5: Makefile sysutils/ruby-puppet/5/pkg: PLIST sysutils/ruby-puppet/6: Makefile sysutils/ruby-puppet/6/pkg: PLIST Log message: Fix PLIST after README removal Noticed by naddy CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/24 13:30:56 Modified files: app/fvwm/sample.fvwmrc: system.fvwmrc Log message: making the default system.fvwmrc a bit less obsolete. - remove xman (was removed from xenocara base) - replace rlogin with ssh in modules - make the fg color for ssh / telnet prompts black so that's it's readable. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/24 15:03:47 Modified files: x11/kde-applications/konqueror: Makefile Log message: Add hidden build dependency on devel/kf5/kinit Spotted by naddy CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/24 18:45:55 Modified files: sys/dev/pci : if_mcx.c Log message: use an intrmap when establishing interrupts for queues. mcx is still hardcoded/limited to 1 queue for now, but this lets different mcx devices use different cpus for handling packets. looks good jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/24 20:40:47 Modified files: sys/netinet : in_pcb.c in_pcb.h tcp_output.c sys/netinet6 : in6_pcb.c Log message: if stoeplitz is enabled, use it to provide a flowid for tcp packets. drivers that implement rss and multiple rings depend on the symmetric toeplitz code, and use it to generate a key that decides with rx ring a packet lands on. if the toeplitz code is enabled, this diff has the pcb and tcp layer use the toeplitz code to generate a flowid for packets they send, which in turn is used to pick a tx ring. because the nic and the stack use the same key, the tx and rx sides end up with the same hash/flowid. at the very least this means that the same rx and tx queue pair on a particular nic are used for both sides of the connection. as the stack becomes more parallel, it will also help keep both sides of the tcp connection processing in the one place. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/24 23:00:17 Modified files: usr.bin/ssh : sshconnect2.c Log message: make ssh hostbased authentication send the signature algorithm in its SSH2_MSG_USERAUTH_REQUEST packets instead of the key type. This make HostbasedAcceptedAlgorithms do what it is supposed to - filter on signature algorithm and not key type. spotted with dtucker@ ok markus@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/24 23:16:38 Modified files: usr.sbin/ospfd : parse.y Log message: r1.102 forgot to tweak the "redistribute rtlabel" part of the grammar. fixes "redistribute rtlabel foo" without "depend on". CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/24 23:55:59 Modified files: usr.bin/kstat : kstat.c Log message: fix filtering on kstat unit numbers CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/25 00:43:17 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.61. Will be required by gecko 86. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.61_release_notes CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2021/01/25 02:11:36 Modified files: sys/net : if_wg.c Log message: Fix wg(4) ioctl to be able to handle multiple wgpeers. Diff from Yuichiro NAITO. ok procter CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/01/25 02:14:28 Modified files: www/youtube-dl : Makefile Log message: bump REVISION due to my previous hiccup prompted by sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/25 02:15:24 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde.c util.c Log message: RFC6472 discourages the use of AS_SET segements in ASPATH attributes. The main reason is that AS_SET does not play nice with RPKI ROA. Introduce a per neighbor and global config option 'reject as-set yes' and 'reject as-set no' If set to yes received UPDATES with AS_SET segements are rejected. This is done the same way other ASPATH soft-errors are handled. The UPDATE is marked invalid and all prefixes are treated as withdraws. `bgpctl show rib in error` can be used to show prefixes that where denied and treated as withdraws because of errors. By default this feature is off. OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/25 02:17:33 Modified files: usr.sbin/bgpctl: output.c output_json.c Log message: Adjust code since bgpd added an extra argument to aspath_verify() to reject AS_SET segments. In bgpctl this is always off. OK benno@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/25 02:36:48 Modified files: sys/dev/pci : if_mcx.c Log message: don't lose the M_FLOWID flag if the ipv4 cksum is ok. found while poking around with hrvoje popovski yes jmatthew@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/25 02:39:23 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Log message: geo/pgrouting: update to 3.1.3 See https://github.com/pgRouting/pgrouting/releases/tag/v3.1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/25 04:09:22 Modified files: devel/ccache/patches: patch-CMakeLists_txt patch-cmake_GenerateConfigurationFile_cmake patch-cmake_config_h_in patch-src_system_hpp Log message: ccache: fix the pthread_mutexattr_setpshared check patch ("works" for us but broken on OS which actually have it). add link to pull request for that. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/25 04:11:22 Modified files: sys/dev/pci : if_ixl.c Log message: if the rx descriptor reports the rss hash, use it for the mbuf flowid. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/25 05:27:43 Modified files: sys/dev/pci : if_mcx.c Log message: raise the max number of queues/interrupts to 16, up from 1. jmatthew@ has tried this before, but hrvoje popovski experienced breakage so it wasn't enabled. we've tightened the code up since then so it's time to try again. this diff has been tested by hrvoje popovski and myself ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2021/01/25 05:32:15 Modified files: x11/enlightenment: Makefile distinfo Removed files: x11/enlightenment/patches: patch-configure_ac patch-eesh_main_c patch-src_Makefile_am patch-src_sound_c Log message: Update to Enlightenment E16 1.0.22 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/25 05:52:20 Modified files: net/samba : Makefile Log message: missed bump after databases/tdb commit, missed dep on databases/tdb,-python CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/01/25 06:52:17 Modified files: graphics/unwebp: Makefile distinfo Log message: minor release: - smarter algorithm for existing files: check timestamp and overwrite if the source file is newer - copy constant animation delay from webp to gif (instead of setting it to 0) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/25 07:01:52 Modified files: lang/php : php.port.mk mail/kopano/core: Makefile geo/mapserver : Makefile www/pear : Makefile Log message: Set MODPHP_BUILDDEP to No by default, set it to Yes in the ports that need it. The typical ports for PHP-based software are just untarring files and there's no need to have PHP itself on build machines for that. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/25 07:02:18 Modified files: share/man/man5 : port-modules.5 Log message: php.port.mk sets MODPHP_BUILDDEP=No by default now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/25 07:02:45 Modified files: lang/php/7.2 : Makefile lang/php/7.3 : Makefile lang/php/7.4 : Makefile lang/php/files : README-main Log message: tweak php pkg-readme CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/01/25 07:05:57 Modified files: sys/dev/usb : usbdi_util.c usbdi_util.h Log message: Add the new function usbd_clear_endpoint_feature() which allows to issue an UR_CLEAR_FEATURE request on a specific endpoint address without the need to have a pipe open to that endpoint. From NetBSD, ok mpi@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/01/25 07:14:42 Modified files: sys/dev/usb : ugen.c uhidev.c Log message: Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devices on xhci(4) controllers by clearing the interface endpoints before opening the pipes. Tested by Mikolaj Kucharski for ugen(4) and gnezdo@ for uhidev(4), plus myself for both. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/25 07:21:29 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/acme-client: Makefile distinfo security/acme-client/patches: patch-http_c security/acme-client/pkg: DESCR MESSAGE PLIST Log message: Remove the old ACMEv1-only version of acme-client from ports. letsencrypt have already stopped allowing ACMEv1 for new domain validations, and are now doing "brownouts" for all ACMEv1 access, disabling it temporarily twice a month for increasing lengths of time (6/24/48/72/120/168 hours) in the run up to disabling it completely on June 1st. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/25 07:29:54 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-src_icesh_cc Log message: update to icewm-2.1.1, based on a 2.1.0 diff from Timo Myyrä CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/01/25 07:53:55 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20210125 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/25 09:57:00 Modified files: sbin/unwind : resolver.c unwind.8 Log message: Disable logging to syslog for libunbound. We are not getting anything useful for us out of it and it can be quite noisy when we are missing IPv4 or IPv6 addresses. It is still available when logging to stderr when running with -d. OK phessler CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/25 09:57:37 Modified files: sbin/unwind/libunbound/util: log.c Log message: Revert local diff now that we no longer use syslog logging in libunbound. OK phessler CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/25 09:58:12 Modified files: x11/xfce4/xfce4-mixer: Makefile distinfo Removed files: x11/xfce4/xfce4-mixer/patches: patch-panel-plugin_xfce-volume-button_c Log message: x11/xfce4/xfce4-mixer: update to 4.15.0pre0 my sndio branch was merged, so use master from the right repo. drops dbus-glib dependency while here. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/25 09:58:39 Modified files: devel/doxygen : Makefile distinfo devel/doxygen/patches: patch-doc_CMakeLists_txt devel/doxygen-gui: Makefile distinfo Log message: Update doxygen to 1.9.1 All consumer builds are happy. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/25 12:09:16 Modified files: security/fwbuilder: Makefile distinfo security/fwbuilder/pkg: PLIST Added files: security/fwbuilder/patches: patch-CMakeLists_txt patch-cmake_VERSION_cmake Removed files: security/fwbuilder/patches: patch-autogen_sh Log message: fwbuilder: update to 6.0.0-rc1 This comes from a new upstream, that focused on moving fwbuilder from Qt4 to Qt5. There is no other functional changes to be expected by this update. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2021/01/25 12:28:00 Modified files: graphics/sane-backends: Makefile Added files: graphics/sane-backends/patches: patch-backend_pixma_pixma_io_sanei_c Log message: Add patch to fix timeout issue seen on some PIXMA scanners. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/25 12:37:18 Modified files: sys/arch/arm64/arm64: machdep.c pmap.c trap.c Log message: Give machdep.c a thorough cleanup that is long overdue. ok patrick@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/25 12:47:16 Modified files: sys/net : bridgectl.c bridgestp.c if_bridge.c if_bridge.h Log message: We have this sequence in bridge(4) ioctl(2) path: ifs = ifunit(req->ifbr_ifsname); if (ifs == NULL) { error = ENOENT; break; } if (ifs->if_bridgeidx != ifp->if_index) { error = ESRCH; break; } bif = bridge_getbif(ifs); This sequence repeats 8 times. Also we don't check value returned by bridge_getbig() before use. Newly introduced bridge_getbig() function replaces this sequence. This not only reduces duplicated code but also makes `bif' dereference safe. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/25 14:07:50 Modified files: devel/ccache/patches: patch-CMakeLists_txt patch-cmake_GenerateConfigurationFile_cmake patch-cmake_config_h_in patch-src_system_hpp Log message: ccache: pthread_mutexattr_setpshared patches committed upstream CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/25 17:46:17 Modified files: usr.bin/ssh : authfd.c Log message: factor out common code in the agent client Add a ssh_request_reply_decode() function that sends a message to the agent, reads and parses a success/failure reply. Use it for all requests that only expect success/failure ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/25 17:47:48 Modified files: usr.bin/ssh : ssh-agent.c Log message: use recallocarray to allocate the agent sockets table; also clear socket entries that are being marked as unused. spinkle in some debug2() spam to make it easier to watch an agent do its thing. ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/25 17:49:30 Modified files: usr.bin/ssh : sshsig.c sshkey.h sshkey.c sshconnect.c hostfile.c auth2-pubkey.c auth2-hostbased.c Log message: move check_host_cert() from sshconnect,c to sshkey.c and refactor it to make it more generally usable and testable. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/25 17:51:30 Modified files: usr.bin/ssh : hostfile.c hostfile.h Log message: make struct hostkeys public; I have no idea why I made it opaque originally. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/25 17:53:31 Modified files: usr.bin/ssh : ssh-agent.c Log message: more ssh-agent refactoring Allow confirm_key() to accept an additional reason suffix Factor publickey userauth parsing out into its own function and allow it to optionally return things it parsed out of the message to its caller. feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/25 17:54:50 Modified files: usr.bin/ssh : ssh-agent.c Log message: refactor key constraint parsing in ssh-agent Key constraints parsing code previously existed in both the "add regular key" and "add smartcard key" path. This unifies them but also introduces more consistency checking: duplicated constraints and constraints that are nonsensical for a particular situation (e.g. FIDO provider for a smartcard key) are now banned. ok markus@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/25 22:32:22 Modified files: usr.bin/ssh : auth2-hostbased.c monitor.c readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1 ssh.c ssh_config.5 sshconnect2.c sshd_config.5 Log message: Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to HostbasedAcceptedAlgorithms, which more accurately reflects its effect. This matches a previous change to PubkeyAcceptedAlgorithms. The previous names are retained as aliases. ok djm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/26 00:26:17 Modified files: net/py-libcloud: Makefile distinfo Log message: Update to py3-libcloud-3.3.1. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/01/26 00:49:36 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 20.0.5 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 01:01:09 Modified files: sys/dev/pci : files.pci Log message: intrmap attribute missing from mcx; ok dlg CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/26 02:32:52 Modified files: usr.bin/tmux : screen.c Log message: Always resize the original screen before copying when exiting the alternate screen, GitHub issue 2536. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/26 04:25:02 Modified files: usr.bin/ssh : ssh-agent.c Log message: Remove unused variables leftover from refactoring. ok djm@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 04:44:08 Modified files: graphics/kdiagram: Makefile distinfo graphics/kdiagram/pkg: PLIST Log message: Update kdiagram to 2.8.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 04:46:33 Modified files: editors/calligra: Makefile Log message: Regen WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 04:47:09 Modified files: productivity/kmymoney: Makefile Log message: Regen WANTLIB CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/26 05:13:21 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: remove test that's now bogus, as fullpkgpath takes precedence. thanks bluhm@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/26 05:27:28 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: When checking for available address family for AI_ADDRCONFIG consider the routing domain we are currently in. Otherwise we might end up with address families that are not available in the current rdomain but in others since getifaddrs(3) gives us all interface addresses in the system. Clue-bat & OK claudio, input & OK eric, OK kn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 05:45:46 Modified files: devel/ccache : Makefile Log message: ccache: building the manual requires asciidoc; reported by aja@, thanks! CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/26 05:46:47 Modified files: sbin/unwind : resolver.c Log message: Some config changes require a restart of all resolvers even DEAD ones; handle them like UNKNOWN. Found the hard way by kn. CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/01/26 05:51:22 Modified files: lib/libtls : tls.c Log message: Move private key setup to a helper function with proper error checking. Only install the hash on the key if fake key is used, and do it for EC keys too. ok tb@ jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 06:16:47 Log message: import graphics/opensubdiv, from deserter666 at danwin1210.me, ok rsadowski OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures. This codepath is optimized for drawing deforming subdivs with static topology at interactive framerates. The resulting limit surface matches Pixar's Renderman to numerical precision. Status: Vendor Tag: sthen Release Tags: sthen_20210126 N ports/graphics/opensubdiv/Makefile N ports/graphics/opensubdiv/distinfo N ports/graphics/opensubdiv/patches/patch-cmake_FindGLFW_cmake N ports/graphics/opensubdiv/pkg/DESCR N ports/graphics/opensubdiv/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 06:17:14 Modified files: graphics : Makefile Log message: +opensubdiv CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 06:44:04 Log message: import ports/graphics/openvdb, from deserter666 at danwin1210.me, ok rsadowski OpenVDB is an Academy Award-winning open-source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It was developed by DreamWorks Animation for use in volumetric applications typically encountered in feature film production and is now maintained by the Academy Software Foundation (ASWF). Status: Vendor Tag: sthen Release Tags: sthen_20210126 N ports/graphics/openvdb/Makefile N ports/graphics/openvdb/distinfo N ports/graphics/openvdb/pkg/DESCR N ports/graphics/openvdb/pkg/PLIST N ports/graphics/openvdb/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 06:44:27 Modified files: graphics : Makefile Log message: +openvdb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 06:51:15 Modified files: devel/p5-Test-Trap: Makefile distinfo devel/p5-Test-Trap/pkg: DESCR Log message: update to p5-Test-Trap-0.3.4, from wen heping CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/26 07:22:20 Modified files: lib/libssl : d1_both.c d1_pkt.c ssl_lib.c ssl_locl.h ssl_srvr.c t1_enc.c tls12_record_layer.c Log message: Move sequence numbers into the new TLSv1.2 record layer. This allows for all of the DTLS sequence number save/restore code to be removed. ok inoguchi@ "whee!" tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 07:34:47 Modified files: lang/php/pecl : pecl.port.mk Log message: set MODPHP_BUILDDEP for pecl ports CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/01/26 08:40:17 Modified files: usr.bin/ssh : scp.1 sftp.1 ssh.1 ssh_config.5 Log message: move HostbasedAcceptedAlgorithms to the right place in alphabetical order CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 08:46:19 Log message: Import alembic-1.7.16, from deserter666 at danwin1210.me, ok sthen@ Alembic is an open computer graphics interchange framework. It distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This "distillation" of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data. Alembic is focused on efficiently storing the computed results of complex procedural geometric constructions. It is very specifically NOT concerned with storing the complex dependency graph of procedural tools used to create the computed results. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210126 N ports/graphics/alembic/Makefile N ports/graphics/alembic/distinfo N ports/graphics/alembic/pkg/DESCR N ports/graphics/alembic/pkg/PLIST N ports/graphics/alembic/patches/patch-lib_Alembic_AbcCoreOgawa_StreamManager_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 08:47:11 Modified files: graphics : Makefile Log message: +alembic CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/26 08:52:58 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-config_makefiles_rust_mk patch-dom_ipc_ContentChild_cpp patch-toolkit_system_gnome_nsGIOService_cpp www/firefox-i18n: Makefile.inc distinfo Removed files: www/mozilla-firefox/patches: patch-third_party_libwebrtc_webrtc_modules_desktop_capture_desktop_capture_generic_gn_moz_build Log message: www/mozilla-firefox: update to 85.0. See https://www.mozilla.org/en-US/firefox/85.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-03/ remove patch from #1677715, merged upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/26 08:54:32 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 78.7.0. See https://www.mozilla.org/en-US/firefox/78.7.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-04/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 08:54:42 Modified files: x11/yakuake : Makefile distinfo x11/yakuake/pkg: PLIST Log message: Update yakuake to 20.12.1 This is a official KDE application which lives outside of x11/kde-applications. Keep in sync with our KDE version. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/26 08:57:24 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/pkg: PLIST-main Added files: www/seamonkey/patches: patch-js_src_ctypes_libffi_src_dlmalloc_c patch-security_manager_pki_resources_content_exceptionDialog_js patch-widget_nsPrintSettingsImpl_cpp Removed files: www/seamonkey/patches: patch-mozilla_ipc_chromium_src_base_process_util_bsd_cc patch-mozilla_js_src_ctypes_libffi_src_dlmalloc_c patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js 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 patch-mozilla_widget_nsPrintSettingsImpl_cpp Log message: www/seamonkey: update to 2.53.6. See https://www.seamonkey-project.org/releases/seamonkey2.53.6/ - the topsrcdir changed, so some patches are renamed - build comm/suite instead of suite - remove patches fixing build with rust 1.48.0, merged upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/26 08:57:55 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: www/seamonkey-i18N: update to 2.53.6. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/26 08:58:38 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: www/firefox-esr: MFC update to 78.7.0. See https://www.mozilla.org/en-US/firefox/78.7.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-04/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/26 09:26:21 Modified files: graphics/geeqie: Makefile Log message: Add missing LDEP on graphics/openjp2. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 11:17:15 Modified files: databases/influxdb: Makefile sysutils/telegraf: Makefile Log message: Drop me as maintainer I can't find the time to become familiar with the Go ports infrastructure. Still a user and happy to see updates. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 11:17:40 Modified files: net/unifi : Makefile.inc net/unifi/stable: Makefile distinfo net/unifi/stable/pkg: PLIST Log message: update to unifi-6.0.45 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 11:17:42 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Bump to jenkins-devel 2.277 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 11:18:47 Modified files: fonts/dina-fonts: Makefile Log message: Drop me as maintainer CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2021/01/26 11:19:19 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.5p2; fixes CVE-2021-3156 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 11:19:43 Modified files: usr.bin/vi/common: common.h main.c Log message: satisfy -fno-common by repairing one enum decl ok mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 11:21:25 Modified files: usr.bin/indent : indent.c indent_globs.h Log message: satisfy -fno-common, by (1) copying all the variable decls from indent_globs.h to indent.c, and (2) changing all the same decls in indent_globs.h to be extern ok mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 11:21:47 Modified files: usr.bin/mail : glob.h main.c Log message: satisfy -fno-common, by (1) copying all the variable decls from indent_globs.h to indent.c, and (2) changing all the same decls in indent_globs.h to be extern ok mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 11:22:35 Modified files: usr.bin/netstat: inet.c inet6.c Log message: sockb variable is unused (and even worse, was common unused) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 11:22:45 Modified files: usr.bin/netstat: main.c netstat.h Log message: satisfy -fno-common, by (1) copying all the variable decls from indent_globs.h to indent.c, and (2) changing all the same decls in indent_globs.h to be extern ok mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 11:23:49 Modified files: usr.sbin/config: config.h main.c Log message: satisfy -fno-common, by (1) copying all the variable decls from indent_globs.h to indent.c, and (2) changing all the same decls in indent_globs.h to be extern ok mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 11:25:07 Modified files: usr.sbin/mopd/common: device.c loop-bsd.c Log message: one variable was common, fixing what I can. (the portable code in here is not in great shape, and I am ignoring it) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 11:29:01 Modified files: x11/qt4 : Makefile x11/qt4/pkg : PLIST-examples PLIST-main Log message: Qt4 on diet Disable QtOpenGL, QtMultimedia, QtXmlPatterns, QtScriptTools, QtWebKit, phonon, QtDeclaratin, QtScriptTools to save CPU- and lifetime. Nothing depends on it. Many +1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/26 11:43:41 Modified files: lib/libssl : ssl.h ssl_lib.c Log message: Prepare to provide SSL_set_hostflags() Yet another one of these X509_VERIFY_PARAM reacharounds into libcrypto. Recently found in imapfilter, also used elsewhere. Will be made publicly visible with the next minor bump. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/26 11:45:33 Modified files: lib/libssl : ssl_lib.c Log message: zap a tab CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/26 11:47:08 Modified files: lib/libssl : s3_lib.c Log message: Rewrap a comment line to fit into 80 columns. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 12:11:31 Modified files: security/sudo : Tag: OPENBSD_6_8 Makefile distinfo Log message: Update to sudo 1.9.5p2; fixes CVE-2021-3156 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 13:22:17 ports/devel/kf5/kcompletion/patches Update of /cvs/ports/devel/kf5/kcompletion/patches In directory cvs.openbsd.org:/tmp/cvs-serv32593/patches Log Message: Directory /cvs/ports/devel/kf5/kcompletion/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 13:23:19 Modified files: devel/kf5/kcompletion: Makefile Added files: devel/kf5/kcompletion/patches: patch-src_klineedit_cpp Log message: Backport shortcut breaking regression in KLineEdit https://bugs.kde.org/show_bug.cgi?id=431493 Recommended from upstream CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/01/26 13:31:56 Modified files: www : Makefile www/p5-Test-LWP-UserAgent: Makefile distinfo Log message: hook www/p5-Test-LWP-UserAgent This has been in tree since 2020/02/23 but was never hooked. While here small update to latest version and change MAINTAINER address CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/26 13:42:49 Modified files: games/hack : hack.mklev.c Log message: Fix build with -fno-common. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 14:18:35 Modified files: security/sudo : Makefile Log message: add FLAVOR_STRING to SUBST_VARS, fixing an issue with updates from pre- multipackage versions reported by danj@ and reproduced by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/26 14:18:49 Modified files: security/sudo : Tag: OPENBSD_6_8 Makefile Log message: add FLAVOR_STRING to SUBST_VARS, fixing an issue with updates from pre- multipackage versions reported by danj@ and reproduced by tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/26 16:02:18 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Recognize Apple Icestorm cores. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/26 16:06:23 Modified files: sbin/iked : crypto.c iked.h Log message: Add support for RSA-PSS PKCS1 signatures. Don't enable them by default for now because of interoperability issues. ok patrick@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2021/01/26 16:50:49 Modified files: . : groups.html build : groups.dat Log message: delete Iran BSD User Group (IRBUG) for now because it is not currently active; requested on misc@ by the former coordinator of the group CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/26 17:37:26 Modified files: usr.bin/ssh : ssh-agent.c Log message: Logical not bitwise or. ok djm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 18:57:37 Modified files: games/trek : main.c trek.h Log message: satisfy -fno-common similar to the approach used by mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 18:59:39 Modified files: games/adventure: hdr.h main.c Log message: satisfy -fno-common by duplicating deck chairs as required ok mortimer millert CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/26 19:58:03 Modified files: sys/kern : kern_event.c Log message: kqueue: Fix termination assert When a kqueue file is closed, the kqueue can still have threads scanning it. Consequently, kqueue_terminate() can see scan markers in the event queue. These markers are removed when the scanning threads leave the kqueue. Take this into account when checking the queue's state, to avoid a panic when kqueue is closed from under a thread. OK anton@ Reported-by: syzbot+757c60a2aa1125137cce@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/26 20:02:06 Modified files: sys/net : pf.c Log message: don't run copies of packets made by dup-to through pf_test. dup-to is kind of like what you do with a span port, but is a bit more fine grained. it copies packets in a connection out an interface so that connection can be monitored. it doesnt make sense for pf to see the copied packets and try to match or create new states for them either. at best it needs config to stop pf seeing the copies (eg, set skip on $dup_to_tgt_if). at worst it breaks the connections you're monitoring because the states in pf get confused. found while discussing larger route-to changes on tech@. ok bluhm@ sashan@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/26 21:46:21 Modified files: sys/net : pf.c Log message: have pf_route{,6} clear the pf_pdesc mbuf ref early for route-to/reply-to. pf_route and pf_route6 are called to take over delivery of the packet with route-to and reply-to instead of letting it get processed normally. for the dup-to handling, it copies the mbuf but leaves the original mbuf in place. pf_route takes over the packet by clearing the mbuf pointer in the pf_pdesc struct. this diff moves the clearing of that pointer to the start of the function, rather than checking for dup-to again on the way out of the function. i think this is better because it means that it's more robust in the face of future code changes. even if that's not true, it's still shorter code in a forwarding path. ok sashan@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 22:03:25 Modified files: sbin/fsck_ext2fs: fsck.h main.c sbin/fsck_ffs : fsck.h main.c sbin/fsdb : fsdb.c Log message: shuffle externs (and definitions) around to satisfy -fno-common ok mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/26 22:06:12 Modified files: usr.sbin/nsd : configyyrename.h Log message: nsd contains two yacc parsers, but predates "yacc -b". Instead a script renames the fields in one parser. Three additional variables (yysslim, yyssp, yystacksize) need to be renamed also. Yes it is worse than stepping out of bed on the wrong side into cat vomit. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 22:21:24 Modified files: x11/kde-applications: Makefile Log message: Add porters notices CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 22:50:33 Modified files: net/konversation: Makefile distinfo net/konversation/pkg: PLIST Removed files: net/konversation/patches: patch-src_irc_outputfilter_cpp Log message: Update konversation to 20.12.1 - Keep in sync with x11/kde-applications - Switch to Python3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 22:52:08 Modified files: net/libktorrent: Makefile distinfo net/libktorrent/pkg: PLIST Log message: Update libktorrent to 20.12.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/26 22:53:50 Modified files: net/ktorrent : Makefile distinfo net/ktorrent/pkg: PLIST Log message: Update ktorrent to 20.12.1 - Enable and switch to python3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/27 00:18:17 Modified files: usr.bin/cvs : cvs.c cvs.h tag.c Log message: fix -fno-common issues; ok mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/27 00:18:41 Modified files: usr.bin/gprof : gprof.c gprof.h Log message: fix -fno-common issues; ok mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/27 00:19:54 Modified files: usr.sbin/btrace: bt_parser.h Log message: commons used rather than externs, fix for -fno-common CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/27 00:20:27 Modified files: usr.sbin/smtpd : makemap.c Log message: makemap does not need a common which it does not use. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/27 00:21:12 Modified files: usr.sbin/vmctl : vmctl.c vmctl.h Log message: split out extern and decl for -fno-common CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/27 00:21:55 Modified files: usr.sbin/httpd : httpd.c httpd.h logger.c usr.sbin/iscsid: iscsid.c usr.sbin/ldapd : ldapd.h usr.sbin/relayd: relayd.c relayd.h usr.sbin/snmpd : snmpd.c snmpd.h usr.sbin/switchd: switchd.c types.h usr.sbin/vmd : proc.h vmd.c usr.sbin/ypldap: ypldap.c ypldap.h Log message: these programs (with common ancestry) had a -fno-common problem related to privsep_procid. ok mortimer CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/27 00:46:11 Modified files: sys/dev/pci : if_mcx.c Log message: do better accounting of how many msix interrupts we want to use. ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/27 01:30:10 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 78.7.0. See https://www.thunderbird.net/en-US/thunderbird/78.7.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-05/ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/27 01:30:50 Modified files: sbin/unwind : frontend.c frontend.h resolver.c unwind.c unwind.h Log message: Determine available address families (and monitor when this changes) to configure libunbound accordingly. This way it no longer tries to talk to IPv6 nameservers when only IPv4 is available and vice versa. input deraadt OK kn CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/27 01:31:58 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 78.7.0. See https://www.thunderbird.net/en-US/thunderbird/78.7.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-05/ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/01/27 01:32:46 Modified files: sys/dev/usb : ugen.c Log message: Be consistent in not using parameter names for function prototypes. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/01/27 02:03:10 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: update 2021-01-23 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/27 02:26:54 Modified files: usr.bin/ssh : channels.c clientloop.c compat.c compat.h kex.c kexgexc.c monitor.c nchan.c ssh-keyscan.c ssh.c ssh_api.c sshconnect2.c sshd.c ttymodes.c Log message: remove global variable used to stash compat flags and use the purpose-built ssh->compat variable instead; feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/27 03:05:28 Modified files: usr.bin/ssh : auth2-gss.c auth2-hostbased.c auth2-pubkey.c auth2.c clientloop.c gss-genr.c kex.c kex.h monitor.c packet.c serverloop.c ssh-gss.h ssh_api.c sshconnect2.c sshd.c Log message: make ssh->kex->session_id a sshbuf instead of u_char*/size_t and use that instead of global variables containing copies of it. feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/27 03:15:08 Modified files: usr.bin/ssh : auth2-gss.c Log message: this needs kex.h now CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/27 03:42:52 Modified files: usr.bin/tmux : screen-write.c Log message: Flush pending output before entering or exiting alternate screen rather than leaking it, oss-fuzz issue 29959. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/27 03:47:58 Modified files: sys/dev/pci : pcidevs Log message: add some more amdgpu devices CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/27 03:48:44 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/27 03:51:46 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo Log message: x11/xfce4/xfce4-panel: update to 4.16.1. See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000994.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 05:00:35 Modified files: devel/glib2mm : Makefile distinfo Log message: Update to glib2mm-2.66.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 05:00:49 Modified files: devel/pangomm : Makefile distinfo Log message: Update to pangomm-2.46.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 05:07:46 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.60. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 05:07:58 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.60. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 05:08:15 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.220. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 05:08:56 Modified files: devel/glib2mm : Makefile devel/pangomm : Makefile Log message: Fix PORTROACH marker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 05:11:39 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-325.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 05:17:34 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-makefile Log message: Update to amazon-ssm-agent-3.0.655.0. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/27 06:06:52 Modified files: games/beret : Makefile Log message: switch MASTER_SITES and HOMEPAGE to HTTPS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/27 07:57:30 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: spelling fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/27 07:58:06 Modified files: share/man/man4 : ujoy.4 Log message: word fix; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/01/27 07:59:10 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: mark up fixes; from lyndon CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/27 08:46:26 Modified files: security/py-josepy: Makefile distinfo Log message: update to py-josepy-1.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/27 08:51:01 Modified files: devel/libfastjson: Makefile distinfo devel/libfastjson/pkg: DESCR PLIST Removed files: devel/libfastjson/patches: patch-tests_Makefile_in Log message: update to libfastjson-0.99.9 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/01/27 09:48:35 Modified files: graphics/glslang: Makefile Log message: add PORTROACH marker to avoid that pesky 'master-tot' and other detractors CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/27 09:54:51 Modified files: databases/gdbm : Makefile distinfo databases/gdbm/pkg: PLIST Removed files: databases/gdbm/patches: patch-src_gdbmconst_h Log message: database/gdbm: update to 1.19 * Pre-read the memory mapped regions on systems that support it. * gdbmtool: tagged initialization of structured data * Bugfix: Preserve locking type during database reorganization Also fixes building with -fno-common CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/27 10:02:50 Modified files: usr.bin/doas : doas.c doas.h parse.y Log message: Promote nrules/maxrules to size_t and make sure they can't overflow. reallocarray(3) will fail if nmemb * size would overflow. OK tb@ martijn@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/01/27 10:28:19 Modified files: sys/dev/usb : ugen.c uplcom.c usb.h usb_subr.c usbdi.c uvideo.c share/man/man4 : ugen.4 Log message: The usb configuration descriptor parameter providing the number of available device interfaces is called 'bNumInterfaces'. ok phessler@, thfr@ (who provided the man page diff) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/27 10:57:40 Modified files: lib/libssl/man : SSL_set1_host.3 Log message: Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i and add HISTORY section. This is currently ignored input next to SSL_get0_peername() and will be unignored once the symbols are made publicly visible in libssl. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/27 10:59:57 Added files: lib/libssl/man : SSL_get_finished.3 Log message: Write SSL_get_finished() documentation from scratch. ok beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/27 11:00:25 Modified files: lib/libssl/man : Makefile Log message: Link SSL_get_finished.3 to build. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/27 11:01:56 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/27 11:38:29 Modified files: net/i2pd : Makefile distinfo net/i2pd/patches: patch-build_CMakeLists_txt patch-tests_Makefile net/i2pd/pkg : PLIST i2pd.rc Added files: net/i2pd/patches: patch-libi2pd_Crypto_cpp Log message: Update to i2pd-2.35.0 From new maintainer Dimitri Karamazov CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/27 11:40:54 Modified files: astro/celestia : Makefile distinfo astro/celestia/patches: patch-src_celengine_astro_cpp patch-src_celengine_parseobject_cpp patch-src_celestia_celestiacore_cpp patch-src_celestia_gtk_data_celestia_desktop patch-src_celestia_windatepicker_cpp patch-src_celestia_wineclipses_cpp patch-src_celestia_winmain_cpp patch-src_celestia_winstarbrowser_cpp patch-src_celestia_wintime_cpp patch-src_celutil_unixdirectory_cpp astro/celestia/pkg: PLIST Added files: astro/celestia/patches: patch-configure_ac Removed files: astro/celestia/patches: patch-configure patch-src_celengine_frametree_h patch-src_celengine_image_cpp patch-src_celengine_image_h patch-src_celengine_texture_cpp patch-src_celestia_favorites_cpp patch-src_celestia_imagecapture_cpp patch-src_celmath_intersect_h patch-src_celutil_basictypes_h Log message: Update to celestia-1.6.2.2. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/01/27 11:52:05 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.14.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/27 13:15:25 Modified files: graphics/blender: Makefile distinfo Removed files: graphics/blender/patches: patch-intern_ffmpeg_ffmpeg_compat_h Log message: Update blender to 2.91.2 -ffmpeg patch dropped (from brad) -can import/export alembic files -vdb simulations can now be imported -improved speed in animating deformed meshes with OpenSubdiv From new maintainer Dimitri Karamazov CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/27 13:16:58 Modified files: regress/lib/libssl/tlsfuzzer: tlsfuzzer.py Log message: wrap an overlong line CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/01/27 13:33:05 Modified files: usr.sbin/relayd: relay.c relayd.h ssl.c Removed files: usr.sbin/relayd: boguskeys.h Log message: remove bogus key hack now that it's handled by libtls no objection claudio@ ok tb@ jsing@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/27 14:01:12 Modified files: graphics/freeglut: Makefile Added files: graphics/freeglut/patches: patch-src_fg_gl2_c patch-src_fg_gl2_h Log message: graphics/freeglut: fix for -fno-common; unreleased from upstream CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/27 15:12:28 Modified files: usr.sbin/ldapd : ldapd.c Log message: Unveil ldapd. Follow recent precedent and elect to forego the unlinking of some objects at shutdown thereby allowing for a tighter unveil. Feedbackup from deraadt@ and martijn@. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/27 15:27:41 Modified files: usr.bin/ftp : Makefile Log message: update comment, SMALL was split into SMALL and NOSSL CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/27 16:49:46 Modified files: usr.bin/ssh : kex.c Log message: fix leak: was double allocating kex->session_id buffer CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/27 16:53:36 Modified files: sys/net : pf.c Log message: if the route resolved in pf_route is invalid, generate an icmp error. of course this is limited to the !dup-to case. ok sashan@ bluhm@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/27 18:18:45 Modified files: sbin/isakmpd : transport.c transport.h Log message: Extern transport_list. Fixed compilation with -fno-common. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/27 18:20:38 Modified files: sbin/iked : iked.h proc.c Log message: Extern privsep_process. Fixes compilation with -fno-common. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/27 18:36:32 Modified files: gnu/usr.bin/binutils/gdb: Makefile.in Log message: Explicitly enable -fcommon, rather than untangle common symbols. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/01/27 18:39:19 Modified files: gnu/usr.bin/binutils-2.17/gas: dwarf2dbg.h Log message: Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2021/01/27 18:48:54 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: Rename bNumInterface to bNumInterfaces to fix build on arm64. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/28 00:34:34 Modified files: sbin/unwind : resolver.c Log message: A new resolver can be created while we currently run a check with the old configuration. We will then request another check that runs in parallel to the old check. If the new check finishes earlier, the current check result will be overwritten by an outdated check result which is likely wrong. While here fix some whitespace. OK phessler CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/28 02:37:20 Modified files: sys/net : pf.c Log message: handle "once" rules before letting pfsync defer tx of a packet. pfsync may want to defer the transmission of a packet. it does this so it can try and get a state over to a peer firewall before a host may send a reply to the peer, which would get dropped cos there's no matching state. i think the once rule processing should happen before that. the state is created from the rule, whether the packet the state is for goes out immediately or not shouldn't matter. ok sashan@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/01/28 02:54:28 Modified files: math/py-cftime : Makefile distinfo Log message: Update py-cftime to 1.3.1. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/01/28 02:55:14 Modified files: math/py-netcdf4: Makefile distinfo Log message: Update py-netcdf4 to 1.5.5.1. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/28 04:02:28 Modified files: usr.bin/sndiod : dev.c dev.h Log message: Drop unused dev_nctl() function and few unused prototypes CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/28 04:06:07 Modified files: usr.bin/sndiod : dev.c Log message: Make slot_{attach,detach}() the opposite of each other No bahavior change. Now, slot_attach() moves slot's clock forward and puts the slot on device list; slot_detach() does the opposite: remove from device list and move clock backwards. This will allow to detach a client and attach it later in exactly the same state. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/28 04:06:58 Modified files: usr.bin/sndiod : dev.c Log message: Use everywhere the same pattern to handle fractional clock ticks No behavior change; this change is only to make the maths easier to proofread CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/28 04:10:00 Modified files: usr.bin/sndiod : dev.c Log message: In slot_xxx(), store dev pointer in local variable This removes many redundant dereferences to obtain the dev pointer from the slot stucture and makes the source slightly more readable. No behavior change. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/28 04:15:31 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Dont attempt to drain disconnected clients Clients are always drained before they disconnect, so this change affects programs that die unexpectedly or loose thier network connection. Besides the bad style, this change fixes a theoretical bug when the disconnected client slot could be recycled and given to another client while it's being drained CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/28 04:17:58 Modified files: usr.bin/sndiod : dev.c midi.c midi.h miofile.c Log message: When an audio device is disconnected, drop MIDI clients controlling it CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/28 04:51:25 Modified files: x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_net_socket_udp_socket_posix_cc Log message: "now that we have struct ip_mreqn, start using that to avoid multiple" multicast errors, form www/chromium robert@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/01/28 05:50:29 Modified files: sys/dev/usb : ugen.c Log message: Be consistent in not using parameter names for function prototypes; I've missed two more cases in the previous commit. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/28 06:35:02 Modified files: archivers/gcpio: Makefile Added files: archivers/gcpio/patches: patch-src_global_c Log message: archivers/gcpio: fix for -fno-common; from upstream (unreleased) CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/28 07:12:03 Modified files: devel/py-prompt_toolkit: Makefile distinfo Log message: Update to py-prompt_toolkit-3.0.14 Changelog: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.14/CHANGELOG CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/28 07:26:47 Modified files: www/goaccess : Makefile distinfo www/goaccess/patches: patch-config_goaccess_conf patch-src_browsers_c www/goaccess/pkg: PLIST Removed files: www/goaccess/patches: patch-src_parser_c Log message: update to goaccess-1.4.5 changelog: https://goaccess.io/release-notes CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/28 07:53:20 Modified files: sys/conf : files sys/netinet : tcp_var.h Log message: Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppy OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/28 08:02:54 Modified files: audio/clementine: Makefile audio/gtkpod : Makefile x11/gnome-mplayer: Makefile audio/libgpod : Makefile Added files: audio/libgpod/pkg: DESCR PLIST Removed files: audio/libgpod/pkg: DESCR-main DESCR-python PLIST-main PLIST-python Log message: drop libgpod's python2 subpackage, nothing uses it in tree CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/28 08:13:27 Modified files: sys/kern : subr_witness.c Log message: Show when witness(4) has run out of lock order data entries. This makes it clearer why lock order traces are sometimes not displayed. Prompted by a question from, and OK anton@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/28 08:21:43 Modified files: audio/pykaraoke: Makefile audio/pykaraoke/pkg: PLIST Log message: pykaraoke: drop optional dep on py-mutagen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/28 08:34:56 Modified files: audio/py-mutagen: Makefile distinfo audio/py-mutagen/patches: patch-setup_py audio/py-mutagen/pkg: PLIST Log message: update to py-mutagen-1.45.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/28 10:00:39 Modified files: lib/libssl : ssl_lib.c ssl_locl.h t1_enc.c tls12_record_layer.c Log message: Move AEAD handling into the new TLSv1.2 record layer. ok tb@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/01/28 10:19:40 Modified files: sys/dev/acpi : tpm.c Log message: tpm(4): fix delay units tpm(4) has timeout constants in milliseconds, e.g. #define TPM_ACCESS_TMO 2000 /* 2sec */ This is fine. The odd thing is that tpm(4) first converts these timeouts to counts of ticks via tpm_tmotohz() before using DELAY() to busy-wait. DELAY() takes a count of microseconds, which are not equivalent to ticks, so the units are all screwed up. Let's correct this: - Remove tpm_tmotohz(). We're not working with ticks so we don't it. - Multiply the timeouts to match the delay interval. tpm_request_locality() and tpm_getburst() use intervals of 10 microseconds, so multiply the millisecond timeouts by 100. In tpm_waitfor() the delay interval is 1 microsecond, so multiply the millisecond timeout by 1000. - Update the parameter name in tpm_waitfor() to note that we expect a count of milliseconds, not "tries". Discussion: https://marc.info/?l=openbsd-tech&m=160995671326406&w=2 Prompted by kettenis@. Suspend/resume tested by florian@ on an X1 Gen 2. For the record, it looks like this: tpm0 at acpi0 TPM_ addr 0xfed40000/0x5000, device 0x0000104a rev 0x4e Earlier versions of this patch were reviewed by kn@, but the patch became more ambitious when kettenis@ got involved so those reviews are no longer applicable. jcs@ notes (https://marc.info/?l=openbsd-tech&m=160834427630142&w=2) in a related discussion that this driver "sucks" and should be replaced with NetBSD's rewrite. This would get us a cleaner driver with TPM 2.0 support. So there is future work to do here. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/28 10:39:03 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/amd64/conf: Makefile.amd64 sys/arch/arm64/conf: Makefile.arm64 sys/arch/armv7/conf: Makefile.armv7 sys/arch/hppa/conf: Makefile.hppa sys/arch/i386/conf: Makefile.i386 sys/arch/landisk/conf: Makefile.landisk sys/arch/loongson/conf: Makefile.loongson sys/arch/luna88k/conf: Makefile.luna88k sys/arch/macppc/conf: Makefile.macppc sys/arch/octeon/conf: Makefile.octeon sys/arch/powerpc64/conf: Makefile.powerpc64 sys/arch/sgi/conf: Makefile.sgi sys/arch/sparc64/conf: Makefile.sparc64 Log message: Again allow COPTS= to come from the environment again, and don't lose the SMALL_KERNEL specific variations. ok espie jsg CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/01/28 11:09:15 Modified files: usr.sbin/ldapd : ldapd.8 Log message: Add ldap(1) to the SEE ALSO section. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/28 11:26:58 Modified files: net/lagrange : Makefile distinfo net/lagrange/pkg: PLIST Log message: Update to lagrange-1.1.0 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/01/28 11:32:46 Modified files: lib/libssl : tls12_record_layer.c Log message: Remove direct assignment of aead_ctx. Now that AEAD is handled internally, we should no longer be assigning aead_ctx directly, as this will result in a leak. Missed during the previous change. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/01/28 11:35:52 Modified files: net/synapse : Makefile distinfo net/synapse/pkg: PLIST Log message: Update to synapse-1.26.0 From maintainer Renaud Allard renaud at allard.it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/28 11:54:52 Modified files: sys/arch/amd64/stand/efiboot: memprobe.c sys/arch/amd64/stand/libsa: memprobe.c Log message: bios_memmap[] should not be a common ok kettenis CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/28 12:53:11 Modified files: devel/kf5 : kf5.port.mk Log message: Fix extra-cmake-modules detection This fix ports where DISTNAME is not defined (GH_*) but use the kf5 MODULE. Nudged in the right direction by sthen@, positive feedback form espie@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/28 12:56:33 Modified files: lib/libutil : ber.c ober_get_string.3 Log message: Add '$' to ober_scanf_elements(). This allows us to enforce end of sequence/set without having to manually check be_next for NULL. No lib bump needed according to millert@ OK millert@ rob@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/28 12:56:50 Log message: Import kcolorpicker-0.1.5; OK sthen@ kColorPicker provides a color selection widget with popup menu for Qt-based UIs. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210128 N ports/graphics/kcolorpicker/Makefile N ports/graphics/kcolorpicker/distinfo N ports/graphics/kcolorpicker/pkg/DESCR N ports/graphics/kcolorpicker/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/28 12:59:02 Log message: Import kimageannotator-0.4.0, OK sthen@ Port from Omar Polo kImageAnnotator provides tools to annotate images for Qt-based applications. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210128 N ports/graphics/kimageannotator/Makefile N ports/graphics/kimageannotator/distinfo N ports/graphics/kimageannotator/pkg/DESCR N ports/graphics/kimageannotator/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/28 13:00:19 Log message: Import ksnip-1.8.0; OK sthen@ Port from Omar Polo Ksnip is a Qt-based cross-platform screenshot tool with many annotation fatures. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210128 N ports/graphics/ksnip/Makefile N ports/graphics/ksnip/distinfo N ports/graphics/ksnip/patches/patch-src_CMakeLists_txt N ports/graphics/ksnip/patches/patch-src_backend_config_KsnipConfigProvider_cpp N ports/graphics/ksnip/patches/patch-src_backend_config_KsnipConfigProvider_h N ports/graphics/ksnip/patches/patch-src_backend_imageGrabber_ImageGrabberFactory_cpp N ports/graphics/ksnip/patches/patch-src_backend_imageGrabber_ImageGrabberFactory_h N ports/graphics/ksnip/patches/patch-src_common_adapter_fileDialog_FileDialogAdapterFactory_cpp N ports/graphics/ksnip/patches/patch-src_common_adapter_fileDialog_FileDialogAdapterFactory_h N ports/graphics/ksnip/patches/patch-src_common_platform_HdpiScaler_mm N ports/graphics/ksnip/patches/patch-src_common_helper_FileUrlHelper_cpp N ports/graphics/ksnip/patches/patch-src_common_platform_HdpiScaler_cpp N ports/graphics/ksnip/patches/patch-src_gui_desktopService_DesktopServiceAdapter_cpp N ports/graphics/ksnip/patches/patch-src_gui_desktopService_DesktopServiceAdapter_h N ports/graphics/ksnip/patches/patch-src_gui_globalHotKeys_KeyHandlerFactory_cpp N ports/graphics/ksnip/patches/patch-src_gui_globalHotKeys_KeyHandlerFactory_h N ports/graphics/ksnip/patches/patch-src_gui_widgetVisibilityHandler_WidgetVisibilityHandlerFactory_cpp N ports/graphics/ksnip/patches/patch-src_gui_widgetVisibilityHandler_WidgetVisibilityHandlerFactory_h N ports/graphics/ksnip/pkg/DESCR N ports/graphics/ksnip/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/28 13:03:21 Modified files: graphics : Makefile Log message: Add ksnip and two dependencies: kimageannotator and kcolorpicker. All ports provided by Omar Polo CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/28 13:04:44 Modified files: sys/net : if_trunk.c Log message: trunk(4): convert ifunit to if_unit(9) ok bluhm@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/01/28 13:06:38 Modified files: sys/net : bridgectl.c if_bridge.c Log message: bridge(4): convert ifunit() to if_unit(9) ok bluhm@ sashan@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/28 13:12:13 Modified files: math/galculator: Makefile Added files: math/galculator/patches: patch-src_config_file_c Log message: math/galculator: zap duplicate definition to fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/28 13:23:01 Modified files: net/nextcloudclient: Makefile distinfo net/nextcloudclient/pkg: PLIST Log message: Update nextcloudclient to 3.1.2 Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.1.2 Update diff from Adriano Barbosa (Maintainer), simple WANTLIB tweak by me CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/28 13:24:56 Modified files: shells/tcsh : Makefile distinfo Log message: shells/tcsh: update to 6.22.03 to fix minor bugs and the -fno-common build CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/28 13:45:14 Modified files: usr.sbin/snmpd : snmpd.h util.c Log message: Remove print_{debug,verbose} since they're currently unused and I see no reason to start using them in the future. OK tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/01/28 14:57:15 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20210128 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/28 15:01:55 Modified files: sysutils/portroach-cli: Makefile sysutils/portroach-cli/files: portroach-cli.1 sysutils/portroach-cli/pkg: DESCR Log message: Improve DESCR[IPTION], add AUTHORS section CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/28 15:39:23 ports/net/unifi/5.14 Update of /cvs/ports/net/unifi/5.14 In directory cvs.openbsd.org:/tmp/cvs-serv25228/5.14 Log Message: Directory /cvs/ports/net/unifi/5.14 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/28 15:39:23 ports/net/unifi/5.14/pkg Update of /cvs/ports/net/unifi/5.14/pkg In directory cvs.openbsd.org:/tmp/cvs-serv25228/5.14/pkg Log Message: Directory /cvs/ports/net/unifi/5.14/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/28 15:39:23 ports/net/unifi/5.14/files Update of /cvs/ports/net/unifi/5.14/files In directory cvs.openbsd.org:/tmp/cvs-serv25228/5.14/files Log Message: Directory /cvs/ports/net/unifi/5.14/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/28 15:39:23 ports/net/unifi/5.14/patches Update of /cvs/ports/net/unifi/5.14/patches In directory cvs.openbsd.org:/tmp/cvs-serv25228/5.14/patches Log Message: Directory /cvs/ports/net/unifi/5.14/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/28 15:42:40 Modified files: net/unifi : Makefile Added files: net/unifi/5.14 : Makefile distinfo net/unifi/5.14/files: unifi.sh net/unifi/5.14/patches: patch-unifi_sh_api net/unifi/5.14/pkg: DESCR PLIST README unifi.rc Log message: readd unifi 5.14, the newer vlan setup in 6.x is extremely annoying for certain setups CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/28 17:31:41 Modified files: sys/kern : kern_acct.c Log message: Whitespace. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/28 23:28:10 Modified files: usr.bin/ssh : ssh-agent.c Log message: give typedef'd struct a struct name; makes the fuzzer I'm writing a bit easier CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/28 23:29:46 Modified files: usr.bin/ssh : ssh-agent.c Log message: fix the values of enum sock_type CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/01/29 01:30:38 Modified files: databases/sqlports: Makefile databases/sqlports/files: Inserter.pm Sql.pm databases/sqlports/files/man: sqlports.5 Log message: add the date at which the db was generated into sqlports. document Meta table, which I somehow forgot CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/01/29 01:48:19 Modified files: sys/arch/arm64/arm64: cpu.c Log message: recognise Cortex-A78C CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/01/29 02:48:44 Modified files: usr.bin/tmux : format.c screen-write.c tmux.1 tmux.h Log message: Trim output overwritten by later text or clears completely rather than only in a few cases. This means we can better track when a line should wrap. GitHub issue 2537. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/01/29 02:59:40 Modified files: geo/py-rasterio: Makefile distinfo geo/py-rasterio/patches: patch-tests_test_rio_main_py geo/py-rasterio/pkg: PLIST Log message: Update py-rasterio to 1.2.0. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/29 03:13:16 Modified files: usr.sbin/rpki-client: cert.c cms.c crl.c extern.h gbr.c main.c mft.c roa.c Log message: A while ago rpki-client was changed to validate the sha256 hashes of files referenced in MFT files during the validation of the MFT file. An MFT is only valid if all files are present and their hashes are valid. Because of this there is no longer the need to check the hash when these files are parsed later on. Remove these checks for CRT, ROA and CRL files. Use the presence of the pkey when parsing cert files to decide if it is a root cert or not. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/29 03:15:42 Modified files: regress/usr.sbin/rpki-client: test-cert.c test-roa.c Log message: Adjust regress test, the hash argument to the parse functions was removed. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/01/29 03:28:31 Modified files: databases/sqlports: Makefile databases/sqlports/files: TreeWalker.pm mksqlitedb Log message: simplify my debug process by allowing to restart build from a given point CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/01/29 03:32:46 Modified files: databases/ports-readmes-dancer: Makefile distinfo Log message: show information from meta table, requires -current sqlports CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/01/29 03:47:24 Modified files: sys/kern : vfs_subr.c Log message: Use NULL instead of 0 to clear v_socket pointer (which actually clears all of the v_un pointers). OK jsg@ mvs@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/01/29 03:50:36 Modified files: databases/ports-readmes-dancer: Makefile distinfo Log message: a few responsive tweaks (from julianaito) CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/29 03:51:24 Modified files: usr.bin/sndiod : dev.c dev.h sndiod.c sock.c Log message: Move the audio clients state out of the device structure No behavior change. Later this will ease moving clients from one device to another by "just" swapping pointers. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/29 03:55:19 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Move the control client state out of the device structure No behavior change. Later this will ease changing the controlled device by "just" swapping pointers. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/29 04:21:00 Modified files: usr.bin/sndiod : dev.c dev.h opt.c opt.h sndiod.c Log message: Move the options list out of the device structure No behavior change. Later this will ease applying the configuration of one device to another by "just" swapping pointers. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/29 04:25:05 Modified files: usr.bin/sndiod : opt.c opt.h Log message: Order opt_list in opt_new() call order, limit items to OPT_NMAX No behavior change, except for improved debug printfs. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/29 04:31:28 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Rename ctlslot->mask to ctlslot->self to match the rest of the code No binary change. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/29 04:36:44 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Make control clients use struct opt to reach the device No behavior change. This decreases the number of explicit references to the dev structure. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/01/29 04:38:23 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: Make audio clients use struct opt to reach the device No behavior change. This decreases the number of explicit references to the dev structure CVSROOT: /cvs Module name: src Changes by: edd@cvs.openbsd.org 2021/01/29 04:44:06 Modified files: sys/dev/usb : usbdi.c Log message: Don't rely on USB interfaces being at compliant indices. When obtaining an interface handle, we currently rely on the device being properly USB compliant, and thus the interface being at the correct index in the interfaces array. However, some devices present their indices incorrectly. For example, the following audio device exposes interfaces 0, 1 and 3, in that order (skipping interface 2 entirely): uaudio2 at uhub4 port 4 configuration 1 interface 3 "E+ Corp. DAC Audio" rev 1.10/0.01 addr 2 uaudio2: class v1, full-speed, async, channels: 2 play, 0 rec, 3 ctls This means that that the audio stream interface (number 3) is not found at the expected index of 2, and this causes looking up the handle to fail. This change makes usbd_device2interface_handle() search for the right interface, instead of assuming it will be at the right index. Although this is a little slower, note that this routine not very frequently called and there are typically not hundreds of interfaces on a typical USB device. This fixes the above E+ Corp device, and one other uaudio device reported broken by a user. With input from, tested by, and OK ratchov@, mglocker@ and kettenis@. Many thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 04:45:51 Modified files: sysutils/usbutil: Makefile sysutils/usbutil/patches: patch-Makefile patch-usbctl_c patch-usbstats_c Added files: sysutils/usbutil/patches: patch-usbgen_c Log message: fix usbutil, struct usb_config_descriptor was changed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 05:05:44 Modified files: databases/mariadb/patches: patch-unittest_mysys_stacktrace-t_c Log message: Update existing patch for backtrace()-related unit test build failure to the version committed upstream. From Brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/29 05:14:13 Modified files: security/libgcrypt: Makefile distinfo security/libgcrypt/patches: patch-configure_ac Removed files: security/libgcrypt/patches: patch-cipher_kdf_c Log message: SECURITY update to libgcrypt-1.9.1. From https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000456.html: There is a heap buffer overflow in libgcrypt due to an incorrect assumption in the block buffer management code. Just decrypting some data can overflow a heap buffer with attacker controlled data, no verification or signature is validated before the vulnerability occurs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/29 05:14:37 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.50.3. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/01/29 07:31:30 Modified files: graphics/glfw : Makefile distinfo graphics/glfw/patches: patch-CMakeLists_txt patch-src-egl_context-c Log message: Update glfw from 3.2.1 to 3.3.2 Needed for upcoming lwjgl3 port ok thfr@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 07:41:34 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.8.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 08:54:37 Modified files: telephony/baresip/baresip: Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 08:57:20 Modified files: sysutils/collectd: Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/29 08:58:56 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: be more forceful about FULLPKGPATH CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 09:04:28 Modified files: audio/libgpod : Makefile audio/libgpod/pkg: PLIST Log message: libgpod: disable py-gobject too, it is already not building python bindings but still tries to build with py-gobject. problem reported by aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 09:08:27 Modified files: net/mosquitto : Makefile distinfo net/mosquitto/patches: patch-mosquitto_conf patch-test_broker_c_Makefile patch-test_lib_c_Makefile patch-test_lib_cpp_Makefile patch-test_unit_Makefile net/mosquitto/pkg: DESCR PLIST Added files: net/mosquitto/patches: patch-src_mosquitto_c patch-test_broker_Makefile Removed files: net/mosquitto/patches: patch-CMakeLists_txt patch-test_lib_cpp_08-ssl-fake-cacert_cpp Log message: update to mosquitto-2.0.6 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/29 09:22:36 Modified files: sys/arch/alpha/stand/boot: boot.c conf.c sys/arch/alpha/stand/netboot: dev_net.c Log message: repair declerations to satisfy -fno-common ok kettenis CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/01/29 09:38:00 Modified files: textproc/the_silver_searcher: Makefile Added files: textproc/the_silver_searcher/patches: patch-src_ignore_c patch-src_ignore_h patch-src_log_c patch-src_log_h patch-src_options_c patch-src_options_h patch-src_search_c patch-src_search_h patch-src_util_c patch-src_util_h Log message: textproc/the_silver_searcher: backport upstream patch to compile with -fno-common https://github.com/ggreer/the_silver_searcher/commit/21eaa1c4160b868b0c5bbf59da17974429f30055 Same diff from bket@ ok bket@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/29 09:38:20 Modified files: share/mk : bsd.own.mk Log message: Stop building gcc on macppc. ok cwen@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/01/29 09:40:07 Modified files: distrib/sets/lists/comp: gcc.macppc md.macppc Log message: Adjust for disabling gcc on macppc. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/29 09:48:01 Modified files: astro/stellarium: Makefile Log message: Some port bug fixes and enhancements - Fix disabling doxygen (Spotted by tb) - Enable STELLARIUM_RELEASE_BUILD - Enable GPS support - Add python as missing build dependency OK aja, maintainer CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/29 09:50:42 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/hitch : Makefile distinfo security/hitch/patches: patch-hitch_conf_man_rst patch-src_configuration_c patch-src_tests_hitch_test_sh patch-src_tests_test14-ocsp-vfy_sh security/hitch/pkg: DESCR PLIST hitch.rc Log message: Remove security/hitch Over half a year ago I dropped MAINTAINER on this port due to not using it any longer. At that time it was already outdated. Noone spoke up to update or even maintain it. The new (unported) version 1.6.0 already suffers from TLS related build failures, now there's another problem: it does not build with "-fcommon" which will become a default compiler option in the tree. If someone wants to fix both and get an up-to-date version running they recover it from the attic. OK tb CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/29 09:59:41 Modified files: sys/dev/usb : ums.c upd.c usb.c uhid.c uhidev.c ukbd.c Log message: update some usb.org URLs following reorganisation, add a new one for upd partly from Alessandro Ricci CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/01/29 10:05:33 Modified files: audio : Makefile databases : Makefile devel : Makefile graphics : Makefile net : Makefile security : Makefile sysutils : Makefile textproc : Makefile www : Makefile x11 : Makefile Log message: Build Ruby 3.0 versions of native gem ports by default CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/29 10:06:19 Modified files: sys/dev/usb : mbim.h if_umb.h if_umb.c Log message: update usb.org URLs CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/01/29 10:12:20 Modified files: sys/dev/usb : if_cdce.c ulpt.c umass.c umodem.c Log message: update remaining usb.org URLs CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/29 10:46:04 Modified files: sbin/unwind : unwind.c Log message: Don't filter by address family on the route socket. While here also set SOCK_NONBLOCK on the frontend routesock. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/29 10:48:58 Modified files: sbin/unwind : resolver.c Log message: Some libunbound configuration changes can change the quality of a resolver so we have to schedule a re-check. OK kn CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/01/29 12:33:44 Modified files: net/thingsd : Makefile distinfo Log message: update net/thingsd to 3.0.4 for -fno-common CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/29 12:40:51 Modified files: audio/py-mutagen: Makefile Log message: py-mutagen is py3 only, remove py2 TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/29 14:02:56 Modified files: audio/vgmplay : Makefile Added files: audio/vgmplay/patches: patch-VGMPlay_VGMPlay_AddFmts_c Log message: Add fix for -fno-common Taken from upstream: https://github.com/vgmrips/vgmplay/pull/74 ok naddy@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/29 14:06:25 Modified files: cad/gerbv : Makefile Added files: cad/gerbv/patches: patch-src_callbacks_h Log message: Add fix for -fno-common Taken from Debian: https://sources.debian.org/patches/gerbv/2.7.0-2/fixes/gcc10-extern.patch/ ok kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/29 14:26:06 Modified files: sbin/iked : pfkey.c Log message: Add proper padding for pfkey messages. Use ROUNDUP() for auth and enc keys. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 14:35:16 Modified files: www/w3m : Makefile distinfo Log message: update to w3m_0.5.3+git20210102, there are now full tar releases for the Debian forked version so we can get rid of patch mess CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 16:37:55 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-CMakeLists_txt Log message: update to wireshark-3.4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 16:40:51 Modified files: audio/py-mutagen: Makefile Log message: repair previous CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/29 16:58:43 Modified files: net/wireshark : Tag: OPENBSD_6_8 Makefile distinfo net/wireshark/patches: Tag: OPENBSD_6_8 patch-CMakeLists_txt Log message: update to wireshark-3.2.11 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/29 17:56:38 Modified files: regress/usr.bin/ssh/misc/sk-dummy: sk-dummy.c Log message: add a SK_DUMMY_INTEGRATE define that allows the dummy security key middleware to be directly linked; useful for writing fuzzers, etc. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/29 23:17:16 Modified files: net/bitcoin : Makefile distinfo net/bitcoin/patches: patch-configure_ac net/bitcoin/pkg: PLIST Added files: net/bitcoin/patches: patch-src_wallet_bdb_cpp Removed files: net/bitcoin/patches: patch-src_wallet_db_cpp Log message: Update bitcoin to 0.21.0 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/30 00:00:05 Modified files: games/neverball: Makefile Added files: games/neverball/patches: patch-share_text_h Log message: Add fix for -fno-common Taken from upstream: https://github.com/Neverball/neverball/pull/198 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/30 00:14:29 Modified files: www/ratproxy : Makefile Added files: www/ratproxy/patches: patch-ssl_h Log message: Add fix for -fno-common CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/30 00:38:11 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Log message: Update to stella-6.5.1. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/30 01:01:10 Modified files: infrastructure/bin: portcheck Log message: Remove Qt4 checks We no longer want to import "new" Qt4 applicatios. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/01/30 01:05:43 Modified files: emulators/mupen64plus/core: Makefile Added files: emulators/mupen64plus/core/patches: patch-src_device_r4300_idec_h patch-src_main_workqueue_h Log message: Backport upstream fix for -fno-common. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/30 01:34:15 Modified files: geo/foxtrotgps : Makefile Added files: geo/foxtrotgps/patches: patch-src_callbacks_c patch-src_tracks_c Log message: Fix for -fno-common from upstream CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/01/30 01:44:42 Modified files: usr.bin/systat : main.c Log message: Fix delay parsing by stealing from strtonum and returning a proper error to the user when an invalid value is entered instead of silently falling back to the default 5s. While here I also capped the upper limit to UINT32_MAX / 1000000 to prevent useconds_t overflow. This hard limits us to 4294s, instead of the current soft limit which just make systat go berserk if you go over it. Reported and original diff by Nick Gasson nick nickg me uk OK cheloha@ Tweaks and OK bluhm@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/01/30 01:55:34 Modified files: driver/xf86-video-geode/src: geode.h gx_video.c lx_driver.c panel.c Log message: Fix build with -fno-common. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/30 02:12:45 Added files: textproc/heirloom-doctools/patches: patch-troff_n5_c Log message: backport a fix for -fno-common ok bentley@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/30 02:31:13 Modified files: games/pioneers : Makefile Added files: games/pioneers/patches: patch-common_game_h Log message: upstream fix for -fno-common CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/01/30 03:03:41 Modified files: sysutils/beats : Makefile.inc sysutils/beats/filebeat: distinfo sysutils/beats/heartbeat: distinfo sysutils/beats/metricbeat: Makefile distinfo sysutils/beats/metricbeat/patches: patch-metricbeat_modules_d_system_yml sysutils/beats/packetbeat: Makefile distinfo sysutils/beats/packetbeat/pkg: PLIST Added files: sysutils/beats/metricbeat/files: sigar_openbsd.go sysutils/beats/metricbeat/patches: patch-metricbeat_module_system_memory_memory_go Log message: Update beats 7.10.0 -> 7.10.2 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.2.html Port changes: * build: set BUILD_DEPENDS += lang/python/ instead of using MODULES += lang/python to prevent unnecessary python dependecy * metricbeat: report correct CPU/memory metrics - requires files/sigar_openbsd.go * metricbeat: swap usage metrics are turned off due to metricbeat crashes * metricbeat: remove configuration options which are useless under OpenBSD Many thanks to David Alten for providing the fix for metricbeat CPU metrics and testing CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/01/30 03:05:43 Modified files: graphics/hugin : Makefile distinfo graphics/hugin/patches: patch-src_hugin_base_CMakeLists_txt graphics/hugin/pkg: PLIST Removed files: graphics/hugin/patches: patch-src_hugin1_hugin_RawImport_cpp patch-src_hugin_base_panodata_SrcPanoImage_cpp Log message: Update to hugin 2020-0-0 Changelog: - http://hugin.sourceforge.net/releases/2020.0.0/en.shtml - http://hugin.sourceforge.net/releases/2019.2.0/en.shtml CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/30 03:24:19 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm Log message: for now, do not try to install quirks in case we're running "not" the better thing to do would be to pseudo-install it under /tmp so we can run it, but it requires way more changes CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/30 03:26:43 Modified files: misc/magicpoint/patches: patch-grammar_y Log message: Fix -fno-common build. From FreeBSD ports. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/30 03:31:52 Modified files: sbin/unwind : frontend.c resolver.c unwind.c Log message: Re-try to open DNSSEC trust anchor file if /var is not mounted yet. This is a step towards starting unwind earlier, before the network is up and partitions are mounted. OK kn CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/30 03:37:22 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm State.pod Log message: rework API slightly, so that handle_continue is an explicit method (to be overrideen by subclasses when needed) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/30 03:43:43 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm ProgressMeter.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: switch ProgressMeter to clearer API CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/01/30 03:48:15 Modified files: lib/libssl/man : SSL_get_finished.3 Log message: missing word in comment CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/30 04:16:58 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: I'm such a doofus, of course I have to call base method as well CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/30 04:19:01 Modified files: usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm State.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: do not print to STDOUT if we're in background, as requested by Theo who pointed at ssh code for process group handling. Thanks CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/30 04:41:50 Modified files: x11 : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: x11/xtraceroute: Makefile distinfo x11/xtraceroute/patches: patch-Makefile_in patch-configure_in patch-intl_Makefile_in patch-po_Makefile_in_in patch-share_xtraceroute-resolve-location_sh_in x11/xtraceroute/pkg: DESCR PLIST Log message: Remove x11/xtraceroute It often aborts upon start due to "free(): recursive call", does not support IPv6, segfaults in vfscanf(3) due to "traceroute: sendto: No route to host" and specifying a target only seems to work on the command line but not during runtim in the window. At runtime, it eventually aborts again. tb even reported graphics related crashes in X11's iris driver when clicking on the globe. This port fails to build with "-fno-common". No objections tb OK sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/30 04:45:54 Modified files: audio : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: audio/py-ogg : Makefile distinfo audio/py-ogg/patches: patch-src_pyoggpackbuff_c patch-src_pyoggpacket_c patch-src_pyoggpage_c patch-src_pyoggstreamstate_c patch-src_pyoggsyncstate_c audio/py-ogg/pkg: DESCR PLIST audio/py-vorbis: Makefile distinfo audio/py-vorbis/patches: patch-setup_py patch-src_general_h patch-src_pyvorbiscodec_c patch-src_pyvorbiscodec_h patch-src_pyvorbisfile_c patch-src_pyvorbisinfo_c patch-test_ogg123_py patch-test_short_py audio/py-vorbis/pkg: DESCR PLIST Log message: Remove audio/py-ogg and audio/py-vorbis Both are Python 2 only, collecting dust, their common upstream is dead and py-vorbis is the only consumer of py-ogg. Nothing in the tree uses either of them, not even as TEST_DEPENDS. py-ogg now fails to build with "-fno-common". OK sthen CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/30 05:51:34 Modified files: plan9/plan9port: Makefile distinfo plan9/plan9port/patches: patch-INSTALL patch-bin_9c patch-bin_9l patch-src_mkhdr plan9/plan9port/pkg: PLIST Added files: plan9/plan9port/patches: patch-src_libthread_daemonize_c Removed files: plan9/plan9port/patches: patch-src_libsec_386_mkfile Log message: update plan9port to a newer snapshot fixes clang 11 / default -fno-common build ok gsoares@ kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/30 06:07:21 Modified files: devel/dtc : Makefile distinfo devel/dtc/patches: patch-Makefile patch-libfdt_Makefile_libfdt Log message: Update to dtc 1.6.0 fixing build with -fno-common Consumers build-tested by jsg Feedback OK jsg CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/01/30 06:40:30 Modified files: databases/p5-SQL-Abstract-More: Makefile distinfo Log message: Update to p5-SQL-Abstract-More-1.37 from wen heping (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/30 07:14:38 Modified files: astro : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: astro/sattrack : Makefile distinfo astro/sattrack/patches: patch-run_getsts patch-run_gettle patch-src_Makefile patch-src_include_sattrack_h patch-src_sattrack_sattime_c patch-src_sattrack_sattrack_c astro/sattrack/pkg: DESCR MESSAGE PLIST Log message: Remove astro/sattrack Imported in 1998 and modified in 2009 to "fix Y2K bug" which means "we may not distribute modified versions [due to its license]". There has been no update and it now fails to build with "-fno-common". The servers used by "getsts" and "gettle" to fetch satellite information no longer exist. FreeBSD removed it in 2011, "No more public distfiles". (thanks naddy) OK naddy CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/30 07:27:33 Modified files: biology : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: biology/nutdb : Makefile distinfo biology/nutdb/patches: patch-Makefile biology/nutdb/pkg: DESCR PLIST Log message: Remove biology/nutdb It fails to build with "-fno-common" and HOMEPAGE indicates that it's no longer being worked on. The website points at https://cronometer.com/ (website / mobile app) to be used in the interim until upstream's NUT rewrite is done. There is NUTsqlite on the sourceforge site's files section, not sure but perhaps that is the rewrite talked about on the website. It is written in Tcl/Tk. (thanks sthen) OK sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/30 07:37:01 Modified files: sys/arch/macppc/stand: conf.c net.c Log message: satisfy -fno-common CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/30 07:38:50 Modified files: www/linkchecker: Makefile distinfo Log message: update to linkchecker-10.0.1 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/01/30 07:59:14 Modified files: sys/arch/octeon/dev: amdcf.c cn30xxgmx.c cn30xxsmi.c octrtc.c sys/arch/octeon/include: octeonvar.h sys/arch/octeon/octeon: machdep.c Log message: Abstract octeon board handling a little Detect octeon board model in one place, and replace firmware-supplied board_type with an abstract model identifier in driver code. This makes it easier to manage with different products, and board flavours, that happen to use the same model information, such as board_type. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/01/30 08:15:20 Modified files: sbin/fdisk : fdisk.8 Log message: document that sizes in fdisk can be input and printed in terabytes CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/30 08:19:36 Modified files: sysutils/squashfs-tools/patches: patch-squashfs-tools_mksquashfs_h Log message: backport a -fno-common fix ok jasper@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/01/30 08:34:20 Modified files: sysutils/ansible: Makefile distinfo Log message: Update ansible 2.9.16 -> 2.9.17 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-17 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/30 08:37:06 Modified files: devel/fmt : Makefile Added files: devel/fmt/patches: patch-CMakeLists_txt Log message: devel/fmt: fix the build on clang+ld.bfd archs. fmt needs to be built without -Wl,--as-needed on these archs, add a AS_NEEDED option to do so. This fixes the build on powerpc and mips64. Thanks to jj@ for testing on mips64, where there is still an int128 related test failure. OK jca@ and Ashton Fagg (maintainer) CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/30 09:43:22 Modified files: share/man/man5 : acct.5 Log message: Remove ACOMPAT. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/01/30 09:48:31 Modified files: share/man/man5 : acct.5 Log message: Add AMAP flag description. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/01/30 11:16:36 Modified files: sbin/fdisk : cmd.c gpt.c gpt.h Log message: Make editing GPT easier/safer by defaulting offet to beginning of largest free space and preventing the creation of overlapping partitions. Prompted & tested by landry@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/01/30 11:21:07 Modified files: distrib/miniroot: install.sub Log message: Add dhclient.conf back to list of "installed network configuration files during upgrade". Mistakenly removed during dhclient.conf cleanup of r1.1050. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/30 12:16:45 Log message: Import rbw, a Bitwarden command line clinet written in rust. OK and patches from tb@ Status: Vendor Tag: abieber Release Tags: abieber_20210130 N ports/security/rbw/Makefile N ports/security/rbw/distinfo N ports/security/rbw/patches/patch-src_locked_rs N ports/security/rbw/patches/patch-Cargo_toml N ports/security/rbw/patches/patch-modcargo-crates_net2-0_2_36_src_ext_rs N ports/security/rbw/pkg/DESCR N ports/security/rbw/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/01/30 12:17:11 Modified files: security : Makefile Log message: + rbw CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/30 12:32:44 Modified files: usr.sbin/ldomctl: ldomctl.h parse.y Log message: Move global domain declaration to parse.y This is the only object that uses it; required for "-fno-common". OK kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/01/30 12:34:13 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Remove duplicate hvmd decleration Already declared "extern" in ldomctl.h; required for "-fno-common". OK kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/30 14:06:45 Modified files: sys/arch/sparc64/stand/ofwboot: boot.c net.c Log message: satisfy -fno-common CVSROOT: /cvs Module name: src Changes by: danj@cvs.openbsd.org 2021/01/30 15:00:06 Modified files: sbin/route : show.c Log message: Don't print an empty line at the end of `route sourceaddr` ok denis CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/01/30 15:10:01 Modified files: net/haproxy : Makefile distinfo net/haproxy/patches: patch-doc_haproxy_1 Removed files: net/haproxy/patches: patch-Makefile patch-src_log_c Log message: Update to haproxy-2.3.4 "Haproxy now supports keeping the private and public keys in separate files, while previously, they needed to be in the same file. This allows us to directly use the output of acme-client(1) without doing extra scripting." Based on a diff from Aisha Tammy who also authored the quote. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/30 16:37:40 Added files: shells/tcsh/patches: patch-tests_subst_at patch-tests_variables_at Log message: shells/tcsh: fix testsuite failures in 6.22.03 autom4te inserts spurious '(' opening parentheses to balance ')' closing parentheses that are part of a case statement, creating invalid shell code CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/30 17:36:12 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/packit : Makefile distinfo net/packit/patches: patch-src_inject_defs_h patch-src_injection_c patch-src_print_ts_c patch-src_print_ts_h net/packit/pkg : DESCR PLIST Log message: Remove net/packit Our packaged 1.0 version seems to be the last one that can be fetched from upstream, which is long dead; HOMEPAGE http://packit.sf.net points to a generic corporate stub. FreeBSD packages an "updated" version, see https://github.com/resurrecting-open-source-projects/packit/blob/master/ChangeLog which effectively is the old source could with all readily available distribution patches from Debian, Gento, etc. applied on top; other than that there's no development, the project README explicitly asks for help from actual developers to keep such life support running. Since noone could be bothered with updating our port since at least 2016, I doubt there's much interest. packit is a mixture of tcpdump(1) and scapy(1), it's synopsis uses every letter (upper and lower) of the alphabet and IPv6 is not supported at all (not even printing captured packets). Basic tests showed no output when capturing on lo(4) devices. tl;dr: There's little to no value in beating a dead horse. OK solene CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/30 19:11:42 Added files: games/chocolate-doom/patches: patch-src_hexen_mn_menu_c Log message: backport a -fno-common build fix ok Ryan Freeman CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/30 19:49:36 Modified files: archivers/pigz : Makefile distinfo archivers/pigz/patches: patch-pigz_c Log message: Update to pigz 2.5 Feedback daniel millert CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/30 20:19:36 Modified files: graphics/piglit: Makefile distinfo graphics/piglit/patches: patch-CMakeLists_txt patch-tests_util_CMakeLists_txt graphics/piglit/pkg: PLIST Removed files: graphics/piglit/patches: patch-piglit patch-tests_egl_egl-configless-context_c patch-tests_egl_egl-context-priority_c patch-tests_util_piglit-subprocess_c Log message: update to a newer piglit snapshot switch to python3 as upstream dropped python2 support fixes -fno-common build parts from an earlier diff by daniel@ ok kn@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/30 21:02:52 Modified files: games/cpat : Makefile Added files: games/cpat/patches: patch-src_common_c patch-src_cpat_h Log message: Add fixes for -fno-common ok cwen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/30 21:05:11 ports/textproc/halibut/patches Update of /cvs/ports/textproc/halibut/patches In directory cvs.openbsd.org:/tmp/cvs-serv67321/patches Log Message: Directory /cvs/ports/textproc/halibut/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/30 21:06:03 Modified files: textproc/halibut: Makefile Added files: textproc/halibut/patches: patch-bk_paper_c patch-paper_h Log message: Add fixes for -fno-common From Debian: https://sources.debian.org/data/main/h/halibut/1.2-3/debian/patches/gcc-no-common.patch ok cwen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/30 21:07:22 Modified files: games/spacezero: Makefile Added files: games/spacezero/patches: patch-include_snow_h patch-src_snow_c patch-src_spacecomm_c Log message: Add fixes for -fno-common ok cwen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/30 21:08:41 ports/math/gbc/patches Update of /cvs/ports/math/gbc/patches In directory cvs.openbsd.org:/tmp/cvs-serv51135/patches Log Message: Directory /cvs/ports/math/gbc/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/01/30 21:09:38 Modified files: math/gbc : Makefile Added files: math/gbc/patches: patch-bc_global_h Log message: Add fixes for -fno-common From FreeBSD: https://svnweb.freebsd.org/ports/head/math/gnubc/files/patch-bc_global.h?revision=547437&view=co ok kn@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/30 22:14:24 Modified files: usr.sbin/ldomctl: config.c mdstore.c Log message: last pieces of satisfying -fno-common CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/01/31 00:35:47 ports/games/garden/patches Update of /cvs/ports/games/garden/patches In directory cvs.openbsd.org:/tmp/cvs-serv80193/patches Log Message: Directory /cvs/ports/games/garden/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/01/31 00:37:18 Modified files: games/garden : Makefile Added files: games/garden/patches: patch-src_main_c Log message: Set -fcommon in the build. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/01/31 00:38:58 Modified files: sysutils/py-schedule: Makefile distinfo Log message: Update py-schedule to 1.0.0. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/31 01:22:33 Added files: audio/musepack/patches: patch-libmpcdec_requant_h Log message: backport musepack svn r479 to fix -fno-common build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/31 01:50:56 Modified files: x11/gtk+4 : Makefile Log message: Drop PORTROACH; we are now tracking stable releases. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/31 01:57:06 Modified files: telephony/baresip/baresip: Makefile Log message: Unbreak: typo (harbuzz->harfbuzz) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/31 02:14:32 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.19.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/31 02:14:45 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.16.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/31 02:15:06 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.223. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/31 02:16:43 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/31 02:34:49 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.27.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/01/31 03:03:19 Modified files: games/naev : Makefile Log message: Don't pick up itstool if present at configure time; it fails to build with it. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/01/31 03:50:10 Modified files: usr.bin/ssh : sshsig.c Log message: Set linesize returned by getline to zero when freeing and NULLing the returned string. OpenBSD's getline handles this just fine, but some implementations used by -portable do not. ok djm@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/31 03:51:53 Modified files: sys/dev/pci : pcidevs Log message: Add Broadcom BCM4378. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/31 03:52:36 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/01/31 04:07:51 Modified files: sys/dev/ic : bwfm.c bwfmvar.h sys/dev/pci : if_bwfm_pci.c Log message: Add basic support for BCM4378 as found on the Apple M1 SoCs. There's a little bit more to do though before it can be enabled. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2021/01/31 04:26:40 Modified files: devel/arm-none-eabi/binutils: Makefile distinfo devel/arm-none-eabi/binutils/patches: patch-bfd_doc_Makefile_in patch-binutils_doc_Makefile_in patch-gas_doc_Makefile_in patch-gprof_Makefile_in patch-ld_Makefile_in devel/arm-none-eabi/binutils/pkg: PLIST Log message: update arm-none-eabi binutils to 2.31.1 fixes a linker issue with some u-boot targets CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 04:54:21 Modified files: www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/noscript: Makefile distinfo meta/tor-browser: Makefile Log message: update to tor-browser 10.0.9, from maintainer Caspar Schutijser CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/31 06:19:14 Modified files: security/libsrtp: Makefile Added files: security/libsrtp/patches: patch-crypto_math_datatypes_c patch-test_util_c Log message: backport libsrtp -fno-common build fix ok cwen@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 07:18:23 Modified files: textproc/p5-Template-Tiny: Makefile distinfo Log message: update to p5-Template-Tiny-1.13 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/01/31 07:18:44 Modified files: sbin/disklabel : editor.c Log message: fix mistaken operator precedence in a pointer dereference in disklabel ok millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 07:19:38 Modified files: graphics/gd : Makefile distinfo graphics/gd/patches: patch-CMakeLists_txt Log message: update to gd-2.3.1 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/01/31 07:23:05 Modified files: usr.bin/sed : main.c Log message: replace fgetln(3) with getline(3) in sed Partly from Johann Oskarsson for Illumos/FreeBSD. ok millert@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/01/31 07:24:47 Modified files: sbin/fdisk : misc.c Log message: replace fgetln(3) with getline(3) in fdisk ok millert@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/01/31 08:01:23 Modified files: www/dillo : Makefile Log message: Hey dol! merry dol! set -fcommon in dillo! Ring a dong! hop along! fal lal the willow! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/31 08:16:54 Modified files: x11/xvkbd : Makefile distinfo x11/xvkbd/patches: patch-xvkbd_c x11/xvkbd/pkg : DESCR PLIST Added files: x11/xvkbd/patches: patch-Makefile_in patch-resources_h Log message: x11/xvkbd: update to 4.1 * -fno-common problem is fixed * change CONFIGURE_STYLE to gnu since configure is provided From maintainer Yozo TODA. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/01/31 08:22:55 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: turns out STDOUT may have been redirected, in which case tcgetpgrp will return -1, in which case we never need to suppress output. noticed by Mark Patruck CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/01/31 09:07:28 Modified files: sbin/unwind : resolver.c Log message: Make progress when stepping through rdns proposals even when skipping localhost. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/01/31 09:21:48 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.6.1 -> 1.6.2 Changelog: https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#162 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/31 09:34:50 Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_skia_src_opts_SkRasterPipeline_opts_h Log message: Unbreak qtwebengine on arm64 OK phessler@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/31 09:37:47 Modified files: games/dmagnetic: Makefile distinfo Log message: Update dmagnetic to 0.30 The changelog is: dmagnetic (0.30-1) unstable; urgency=medium   * Internal bugfixes   * Fixed missing picture from 'Fish!' in C64 mode   * New characters for the monochrome vmode Form maintainer Thomas Dettbarn CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/31 09:40:35 Modified files: games/xinvaders: Makefile games/xinvaders/patches: patch-vaders_h Log message: xinvaders: fix the build with -fno-common OK naddy@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/31 09:42:51 Modified files: games/xblast : Makefile Added files: games/xblast/patches: patch-cfg_control_h patch-network_h Log message: xblast: fix the build with -fno-common OK bcallah@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/31 09:45:21 Modified files: games/ace : Makefile Added files: games/ace/patches: patch-lib_table_c Log message: ace: fix the build with -fno-common OK jsg@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/31 09:46:55 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: Update pycharm to 2020.3.3 Update diff from maintainer Lucas Raab CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/31 09:51:36 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: Update intellij to 2020.3.2 Update diff from maintainer Lucas Raab CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/31 09:52:40 Modified files: net/weechat : Makefile distinfo Log message: Bugfix update weechat to 3.0.1 https://weechat.org/files/changelog/ChangeLog-3.0.1.html CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/31 10:15:38 Modified files: sbin/iked : ikev2.c Log message: Don't leak flows if ikev2_cp_fixflow() fails. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/01/31 10:23:45 Modified files: sbin/iked : ikev2.c Log message: Ignore addresses that are not 0/32 (dynamic) in ikev2_cp_fixaddr() instead of throwing an error. Fixes a bug where flows without 'dynamic' were skipped when 'config/request address' is used. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 11:03:49 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-suricata_yaml_in security/suricata/pkg: PLIST README suricata.rc Added files: security/suricata/patches: patch-configure_ac patch-src_suricata_c patch-src_util-privs_c patch-src_util-privs_h patch-suricata-update_suricata_update_config_py patch-suricata-update_suricata_update_parsers_py Removed files: security/suricata/patches: patch-configure patch-doc_userguide_Makefile_in patch-suricata-update_doc_Makefile Log message: fix some problems with Suricata; ok gonzalo@ - typo in default config - use directories setup in PLIST for suricata-update and default config - add missing @sample - tweak readme - build with libmaxminddb support - add debug packages - reinstate patches to run as !root I still see problems with this, after running for a few minutes I get a 'unlocking already-unlocked mutex' SIGABRT, same before/after this diff CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/31 11:15:10 Modified files: x11/xfce4/mousepad: Makefile distinfo Log message: x11/xfce4/mousepad: update to 0.5.2. See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000997.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/01/31 11:16:02 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo Log message: x11/xfce4/xfce4-cpugraph: update to 1.2.1. See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000996.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 11:53:55 Modified files: net/icinga : Makefile net/icinga/core2: Makefile net/icinga/core2/pkg: PLIST-main PLIST-mysql net/icinga/web2: Makefile net/icinga/web2/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/icinga/core: Makefile distinfo net/icinga/core/patches: patch-Changelog patch-base_checks_c patch-base_commands_c patch-base_logging_c patch-base_utils_c patch-cgi_Makefile_in patch-cgi_avail_c patch-cgi_cgiutils_c patch-cgi_cmd_c patch-cgi_histogram_c patch-cgi_history_c patch-cgi_notifications_c patch-cgi_showlog_c patch-cgi_trends_c patch-common_downtime_c patch-configure patch-module_idoutils_src_db_c patch-module_idoutils_src_idomod_c patch-module_idoutils_src_logging_c patch-sample-config_icinga_cfg_in patch-sample-config_template-object_contacts_cfg_in patch-xdata_xrddefault_c patch-xdata_xsddefault_c net/icinga/core/pkg: DESCR-cgi DESCR-ido DESCR-main MESSAGE-main PLIST-cgi PLIST-ido PLIST-main README-main icinga.rc ido2db.rc net/icinga/web : Makefile distinfo net/icinga/web/patches: patch-configure patch-etc_apache2_icinga-web_conf_in patch-etc_conf_d_databases_xml_in net/icinga/web/pkg: DESCR PLIST Log message: Drop Icinga 1.x ports; merge into relevant icinga2 ports with an @ask-update It has been long enough, if people have systems still using 1.x (*cough*) they need a bit of a shove at this point. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:06:09 Modified files: telephony/astmanproxy: Makefile Added files: telephony/astmanproxy/patches: patch-src_include_astmanproxy_h Log message: -fno-common fix for astmanproxy there is an active fork of this code on github.com/davies147/astmanproxy, but it uses various linuxisms (pthread_timedjoin_np, prctl) so sticking with the old one. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/01/31 12:10:20 Modified files: graphics/evince: Makefile distinfo Log message: update to evince-3.38.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:17:17 Modified files: sysutils/ipmitool: Makefile distinfo Log message: change to github upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:27:02 Modified files: benchmarks/netperf: Makefile Added files: benchmarks/netperf/patches: patch-src_nettest_omni_c Log message: netperf: -fno-common fix from PR waiting for merge upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:28:02 Modified files: devel/distcc : Makefile distinfo devel/distcc/patches: patch-Makefile_in devel/distcc/pkg: PLIST-gtk Log message: update to distcc-3.3.5 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/01/31 12:32:01 Modified files: sys/dev : video.c Log message: Spacing. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:36:23 Modified files: sysutils/ipmitool: Makefile sysutils/ipmitool/patches: patch-lib_ipmi_hpmfwupg_c Added files: sysutils/ipmitool/patches: patch-include_ipmitool_ipmi_hpmfwupg_h Log message: ipmitool: -fno-common fix from upstream (and not from https://bugs.gentoo.org/706870#c14, sheesh...) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:41:02 ports/security/yubico/yubikey-personalization/patches Update of /cvs/ports/security/yubico/yubikey-personalization/patches In directory cvs.openbsd.org:/tmp/cvs-serv80011/patches Log Message: Directory /cvs/ports/security/yubico/yubikey-personalization/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:41:30 Modified files: security/yubico/yubikey-personalization: Makefile Added files: security/yubico/yubikey-personalization/patches: patch-ykpers-args_h Log message: yubikey-personalization: -fno-common fix from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:44:30 Modified files: mail/dcc : Makefile Log message: dcc: build with -fcommon (annoying license) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/31 12:50:02 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/nemesis : Makefile distinfo net/nemesis/patches: patch-configure patch-src_Makefile_in net/nemesis/pkg: DESCR PLIST Log message: Remove net/nemesis No release from upstream since 2004, no IPv6 support and the port now fails to build with "-fno-common". There's net/scapy in our tree which can do everything that nemesis does and more. OK bcallah CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 12:55:17 Modified files: sysutils/memtester: Makefile distinfo sysutils/memtester/patches: patch-Makefile Added files: sysutils/memtester/patches: patch-tests_c Log message: update to memtester-4.5.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/31 13:05:17 Modified files: audio/soundtracker: Makefile audio/soundtracker/pkg: DESCR Log message: Update HOMEPAGE, kill esd FLAVOR mention (gone in 2009) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 13:08:42 Modified files: comms/smstools : Makefile distinfo comms/smstools/pkg: PLIST Log message: smstools3: add -fno-common patchset from debian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 13:14:42 Modified files: x11/freerdp : Makefile Log message: freerdp: build with -fcommon; the commit supposed to fix it upstream doesn't apply against the old code in the version we have, and we can't update until either we get posix timer_create() etc, or an alternative timer implementation is written CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/01/31 13:18:26 Modified files: audio/mpg321 : Makefile audio/mpg321/patches: patch-mpg321_c patch-mpg321_h audio/mpg321/pkg: DESCR Added files: audio/mpg321/patches: patch-fft_c patch-mad_c patch-options_c patch-remote_c Log message: audio/mpg321: fix for -fno-common While here, also fix compiler warnings and drop outdated text from DESCR. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 13:25:31 Modified files: net/flow-tools : Makefile Added files: net/flow-tools/patches: patch-src_acl2_h patch-src_aclyacc_y patch-src_flow-filter_c Log message: flow-tools: add -fno-common patches from gentoo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 13:47:25 Modified files: devel/distcc : Makefile Log message: reinstate accidentally deleted line; reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 14:18:23 Modified files: infrastructure/mk: bsd.port.mk Log message: mention the port dir (devel/gettext,-tools) not just "gettext-tools" in the poisoned scripts; easier to cut-and-paste CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/01/31 14:20:45 Modified files: net/nagios/check_openbgpd: Makefile distinfo Log message: Update nagios check_openbgpd to 1.10.1 This just updates the README to reflect the removal of the "-r" flag. Changes from danj@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 14:58:27 Modified files: net/icli : Makefile net/icli/pkg : DESCR Log message: fix following icinga 1 removal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/01/31 15:14:02 Modified files: audio/soundtracker: Makefile distinfo audio/soundtracker/files: sndio-input.c sndio-output.c audio/soundtracker/patches: patch-app_audio_c patch-app_main_c audio/soundtracker/pkg: PLIST Added files: audio/soundtracker/patches: patch-app_drivers_Makefile_am patch-configure_ac Removed files: audio/soundtracker/patches: patch-app_Makefile_in patch-app_drivers_Makefile_in Log message: update to soundtracker-1.0.1 but mark BROKEN; crashes at startup in some X keyboard map handling code (keys_init -> keys_make_xkeys -> qsort in https://sourceforge.net/p/soundtracker/git/ci/master/tree/app/keys.c) I think I have got the sndio bits updated to what's needed with the slightly changed api but the above crash prevents actual testing.. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/31 15:25:56 Modified files: misc/pdmenu : Makefile distinfo Log message: Update to pdmenu 1.3.6 1.3.5 from may 2018 added --borderspace/-b option and missing docs 1.3.6 from sep 2020 fixes build with GCC 10 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/01/31 15:55:29 Modified files: usr.bin/ssh : kex.c kex.h kexgen.c kexgexc.c kexgexs.c Log message: more strictly enforce KEX state-machine by banning packet types once they are received. Fixes memleak caused by duplicate SSH2_MSG_KEX_DH_GEX_REQUEST (spotted by portable OpenSSH kex_fuzz via oss-fuzz #30078). ok markus@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/31 17:08:18 Modified files: audio/speech-dispatcher: Makefile distinfo audio/speech-dispatcher/pkg: PLIST Removed files: audio/speech-dispatcher/patches: patch-src_modules_module_utils_h Log message: update to speech-dispatcher 0.10.2 fixes -fno-common build ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/01/31 17:17:55 Modified files: lang/ocaml : ocaml.port.mk Log message: Let OCaml ports declare a rundep on lang/ocaml as appropriate Some OCaml ports build native-code programs on architectures where supported, most of them probably don't need the big ocaml package at runtime (for example net/unison). This commit introduces MODOCAML_RUNDEP, setting it to `if-not-native' should do the right thing. Earlier diffs by bket@. ok sthen@ bket@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/01/31 17:31:05 Modified files: sbin/pfctl : parse.y pfctl_parser.c share/man/man5 : pf.conf.5 sys/net : if_pfsync.c pf.c pfvar.h Log message: change route-to so it sends packets to IPs instead of interfaces. this is a significant (and breaking) reworking of the policy based routing that pf can do. the intention is to make it as easy as nat/rdr to use, and more robust when it's operating. the main reasons for this change are: - route-to, reply-to, and dup-to do not work with pfsync this is because the information about where to route-to is stored in rules, and it is hard to have a ruleset synced between firewalls, and impossible to have them synced 100% of the time. - i can make my boxes panic in certain situations using route-to yeah... - the configuration and syntax for route-to rules are confusing. the argument to route-to and co is an interace name with an optional ip address. there are several problems with this. one is that people tend to think about routing as sending packets to peers by their address, not by the interface they're reachable on. another is that we currently have no way to synchronise interface topology information between firewalls, so using an interface to say where packets go means we can't do failover of these states with pfsync. another is that a change in routing topology means a host may become reachable over a different interface. tying routing policy to interfaces gets in the way of failover and load balancing. this change does the following: - stores the route info in the state instead of the pf rule this allows route-to to keep working when the ruleset changes, and allows route-to info to be sent over pfsync. there's enough spare bits in pfsync messages that the protocol doesnt break. the caveat is that route-to becomes tied to pass rules that create state, like rdr-to and nat-to. - the argument to route-to etc is a destination ip address it's not limited to a next-hop address (thought a next-hop can be a destination address). this allows for the failover and load balancing referred to above. - deprecates the address@interface host syntax in pfctl because routing is done entirely by IPs, the interface is derived from the route lookup, not pf. any attempt to use the @interface syntax will fail now in all contexts. there's enthusiasm from proctor@ jmatthew@ and others ok sashan@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/31 17:56:58 Modified files: x11/emelfm2 : Makefile x11/emelfm2/pkg: DESCR Log message: Set "-fcommon" for twenty duplicate symbols No upstream activity since 2014. Enrich COMMENT and fix COMMENT and DESCR to note our GTK+3 patch. Replace dead HOMEPAGE with SourceForge. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/31 18:02:54 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/lxnb : Makefile distinfo security/lxnb/patches: patch-Makefile security/lxnb/pkg: DESCR PLIST Log message: Remove security/lxnb That's a NetBus 1.6 client... upstream's dead as in NXDOMAIN, we seem to be the only folks still packaging it. It has not changed in twenty years (surprise!) and basically only exists to screw around with old old Windows boxes which... still run the server? Fails with "-fno-common". OK jsg CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/31 18:21:36 Modified files: net/ncftp : Makefile Added files: net/ncftp/patches: patch-sh_util_gpshare_c Log message: ncftp: fix the build with -fno-common OK naddy@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/01/31 18:22:57 Modified files: misc/deco : Makefile misc/deco/patches: patch-scr_c Added files: misc/deco/patches: patch-env_h patch-tty_c Log message: deco: fix the build with -fno-common OK kn@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/01/31 18:42:21 Modified files: sbin/dhclient : dhcpd.h dispatch.c Log message: Switch dispatch loop to ppoll() and protocol timeouts to struct timespec. Reduces spurious packet transmissions in situations with short timings. Suggestions millert@, further suggestions & ok cheloha@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/31 18:46:00 Modified files: www/edbrowse : Makefile distinfo www/edbrowse/patches: patch-CMakeLists_txt patch-src_html_c Log message: Update to edbrowser 3.7.7 (incidentially fixes build with "-fno-common") - Fix a potential security hole, where one website can bleed into another. Worth making a release just for this. - Move or copy files from one directory to another. - imap can fetch the earliest emails, rather than the most recent. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/31 19:01:59 Modified files: security/ikeman: Makefile Log message: Set "-fcommon" for seven duplicate symbols No upstream activity since 2011. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/01/31 21:09:48 Modified files: textproc/calibre: Makefile Log message: Replace perl snippet with MODPY_BIN_ADJ, move to pre-patch Doing so after "patch" causes "update-patches" to pick up shebang changes, doing so before keeps patches and the porter workflow clean. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/01/31 21:16:41 Modified files: audio/musepack : Makefile games/chocolate-doom: Makefile sysutils/squashfs-tools: Makefile misc/magicpoint: Makefile textproc/heirloom-doctools: Makefile Log message: bump REVISION for -fno-common build fixes CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/01/31 22:31:03 Modified files: net/unison : Makefile.inc net/unison/2.4x: Makefile net/unison/2.5x: Makefile Log message: net/unison, set MODOCAML_RUNDEP=if-not-native Bumped REVISION of 2.4x and 2.5x. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/31 22:45:03 Modified files: distrib/sets/lists/base: md.macppc Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/01/31 22:49:48 Modified files: gnu/gcc/gcc : toplev.h Log message: a regular function decl collides with an inline, due to C99 inline rules. We are never updating this sub-tree. Knock out the collision in the simplest way. diff from mortimer. This is the last change required for -fno-common on all architectures, thanks to mortimer for starting the effort and encouraging others. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/01/31 23:39:44 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/pkg: PLIST Log message: Update keepassxc to 2.6.4 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/01 00:09:37 Modified files: share/man/man4 : radio.4 share/man/man9 : kcov_remote_register.9 usr.bin/sndiod : sndiod.8 Log message: some article fixes; from eddie youseph and grep CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/01 00:33:19 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/01 00:39:59 Modified files: usr.sbin/bgpd : bgpd.8 Log message: update the pathname for the control socket path; from daniel jakots clean up FILES while here ok claudio for the former CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/01 00:43:33 Modified files: sys/net : if.c if.h Log message: ifunit() was fully replaced by if_unit(9) and should go away. ok bluhm@ dlg@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/01 00:44:58 Modified files: sys/net : if_pppx.c usr.sbin/npppd/npppd: npppd_iface.c Log message: Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Since OpenBSD 6.7 npppd(8) can't work over tun(4). ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/01 00:46:55 Modified files: sys/net : if_pppx.c Log message: Netlock should be grabbed before pppx_if_find() call in pppxwrite(). Otherwise this `pxi' can be killed by concurrent thread after context switch caused by following netlock. ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/01 01:01:14 Modified files: usr.bin/tmux : options-table.c server-fn.c tmux.1 Log message: Add a no-detached choice to detach-on-destroy which detaches only if there are no other detached sessions to switch to, from Sencer Selcuk in GitHub issue 2553. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/01 02:21:51 Modified files: sys/dev/usb : ugen.c usb_subr.c usbdi.c usbdi.h Log message: Align the mixed naming for the variables used to reference to bInterfaceNumber and bAlternateSetting as following: ifaceidx -> ifaceno altidx -> altno Suggested and ok mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 03:11:27 Modified files: devel/ccache : Makefile devel/ccache/patches: patch-cmake_GenerateConfigurationFile_cmake Added files: devel/ccache/patches: patch-src_third_party_blake3_CMakeLists_txt Log message: ccache: add upstream patch to fix on some arches; pointed at by jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 03:55:27 Modified files: net/mosquitto : Makefile Log message: mosquitto: xsltproc needed for build CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/02/01 04:26:29 Modified files: usr.sbin/btrace: bt_parse.y bt_parser.h btrace.c Log message: Start implementing conditionals for filters. Allows to check the existence of a variable in predicates, making it possible to trace syscall latency, as follow: syscall:select:entry { @start[pid] = nsecs; } syscall:select:return /@start[pid]/ { @usecs = hist((nsecs - @start[pid]) / 1000); delete(@start[pid]); } CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/01 05:00:51 Modified files: devel/boost : Makefile distinfo devel/boost/patches: patch-Jamroot patch-boost_asio_detail_impl_socket_ops_ipp patch-boost_config_platform_bsd_hpp patch-boost_predef_other_endian_h patch-libs_filesystem_src_operations_cpp patch-tools_build_src_engine_jam_h patch-tools_build_src_tools_gcc_jam devel/boost/pkg: PLIST-main Added files: devel/boost/patches: patch-boost_asio_detail_config_hpp patch-boost_coroutine_asymmetric_coroutine_hpp patch-boost_predef_os_bsd_open_h patch-tools_build_src_engine_build_sh Removed files: devel/boost/patches: patch-boost_context_fixedsize_stack_hpp patch-boost_context_pooled_fixedsize_stack_hpp patch-boost_context_posix_protected_fixedsize_stack_hpp patch-boost_test_impl_execution_monitor_ipp patch-libs_context_src_asm_jump_ppc32_sysv_elf_gas_S patch-libs_context_src_asm_make_ppc32_sysv_elf_gas_S patch-libs_context_src_asm_ontop_ppc32_sysv_elf_gas_S patch-libs_context_src_asm_ontop_ppc64_sysv_elf_gas_S Log message: Update boost to 1.72.0 Changelogs are here: https://www.boost.org/users/history/version_1_71_0.html https://www.boost.org/users/history/version_1_72_0.html Update diff from Brad Smith (maintainer), OK sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/01 05:08:51 Modified files: sys/netinet6 : ip6_output.c Log message: Fix white spaces and wrap long lines. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/01 05:41:37 Modified files: infrastructure/db: user.list Log message: Disable _hitch after security/hitch removal Reminder from Matthias Schmidt, thanks. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/01 05:52:07 Modified files: regress/sys/net/pf_forward: Makefile pf.conf regress/sys/net/pf_fragment: Makefile pf.conf Log message: Syntax of pf(4) route-to has changed. Adapt tests. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 05:57:26 Modified files: www/squid : Makefile www/squid/pkg : README-main Log message: squid: adjust readme for pf route-to changes CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/01 06:25:04 Modified files: sys/netinet : ip_output.c sys/netinet6 : ip6_output.c Log message: Fix path MTU discovery for ESP tunneled in IPv6. We always want short TCP segments or fragments encapsulated in ESP instead of fragmented ESP packets. Pass the don't fragment flag down along the stack so that dynamic routes with MTU are created eventually. with and OK markus@; OK tobhe@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/01 06:44:59 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2021-02. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/01 06:47:23 Modified files: devel/cvsgraph : Makefile Log message: Update HOMEPAGE. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2021/02/01 06:49:52 Modified files: faq : current.html Log message: first cut at upgrade notes for route-to and friends CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/01 07:07:52 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/siphon: Makefile distinfo security/siphon/patches: patch-log_c security/siphon/pkg: DESCR PLIST Log message: Remove security/siphon Upstream still ships the tarball, that's it, as per CVS log: "primary distsite and homepage have gone away". The only TCP port I've been able to detect (after producing traffing on a variety of them) is SSH -- and that only worked after enabling IPv4. Siphon does not seem to support/detect IPv6 at all and it's OS fingerprints are extremely old; besides Gentoo we're the only ones still packaging it according to https://repology.org/project/siphon/versions . Fails with "-fno-common". OK cwen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/01 07:30:01 Modified files: sys/dev/fdt : pinctrl.c Log message: handle #pinctrl-cells 2 needed for >= linux 5.9 dtbs on bbb ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/01 07:44:30 Log message: Import graphics/libspiro. Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves. Using bezier splines an artist can easily draw curves with the same slope on either side of an on-curve point. Spiros, on the other hand, are based on clothoid splines which make it easy to maintain constant curvature as well as constant slope. Such curves will simply look nicer. Spiro splines only use on-curve points and so are easier to use and more intuitive to the artist. This library will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers. From Alessandro De Laurenzis, thanks! OK bentley@ Status: Vendor Tag: fcambus Release Tags: fcambus_20210201 N ports/graphics/libspiro/distinfo N ports/graphics/libspiro/Makefile N ports/graphics/libspiro/pkg/DESCR N ports/graphics/libspiro/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/01 07:45:33 Modified files: graphics : Makefile Log message: Add libspiro. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 07:55:22 Modified files: sysutils/logtail: Makefile distinfo Log message: update logtail to 1.3.21 and update COMMENT logtail is extracted from Debian's logcheck; logtail itself was unchanged in this version so this is basically a noop update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 07:56:30 Modified files: math/visidata : Makefile distinfo math/visidata/pkg: PLIST Log message: update to visidata-2.2 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/01 08:13:15 Modified files: sbin/iked : parse.y Log message: Whitespace CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/01 08:35:42 Modified files: lib/libtls : tls.c Log message: Use "EC/RSA key setup failure" to align error with others ok eric jsing CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/01 08:47:16 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-makefile emulators/mame/pkg: PLIST Log message: Update mame to 0.228. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/01 08:55:07 Modified files: sys/sys : systm.h Log message: Remove obsolete vnode operation vector declarations. OK bluhm@, claudio@, mpi@, semarie@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/01 08:59:01 Modified files: misc/screen-shm: Makefile misc/screen-shm/patches: patch-screen_h Log message: misc/screen-shm: fix for -fno-common Declare rather than define global variable in header file. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 09:20:57 Modified files: misc/remind : Makefile distinfo Log message: update to remind-3.3.5, from maintainer Martin Ziemer CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/01 09:27:06 Modified files: usr.sbin/ldomctl: mdstore.c Log message: The code in mdstore.c should stand on its own, so rename the global variables used here instead of using the ones from config.c. ok deraadt@, kn@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/02/01 09:29:22 Modified files: sbin/dhclient : kroute.c Log message: dhclient(8): default_route_index(): poll(2) -> ppoll(2) Use ppoll(2) instead of poll(2) in default_route_index(). Using ppoll(2) here forces us to use clock_gettime(2) to measure the timeout, which is less error-prone than using time(3). Part of a larger campaign in dhclient(8) to make "time stuff" more accurate and robust. Prompted by krw@. Based on a diff from krw@. ok krw@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/01 09:37:48 Modified files: sbin/iked : iked.h ikev2.c policy.c Log message: Take flows into consideration for policy lookup as initiator. Fixes a bug where policies that only differ in their flow configuration lead to a handshake error. Found by claudio@ ok patrick@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/01 09:39:19 Modified files: share/man/man4 : pfsync.4 Log message: describe pfsync(4)'s use of carpdemote, ok/tweak kn deraadt CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/01 09:39:50 Modified files: sbin/ifconfig : ifconfig.8 usr.sbin/sasyncd: sasyncd.conf.5 Log message: change "demote counter" / "demote count" to "demotion counter", ok deraadt CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/01 09:43:29 Modified files: archivers/gshar+gunshar: Makefile Log message: Fix build with "-fno-common" CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/01 09:51:22 Modified files: archivers/arc : Makefile archivers/arc/patches: patch-arclzw_c patch-arcunp_c Log message: Fix "-fno-common" build, from FreeBSD CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/01 10:17:28 Modified files: archivers/gshar+gunshar: Makefile archivers/gshar+gunshar/pkg: PLIST Log message: archivers/gshar+gunshar: enable NLS and install message catalogs Disabling NLS is buggy, the build already picked up libintl. Tweak the -fno-common fix. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/01 10:40:50 Modified files: education/epte : Makefile Added files: education/epte/patches: patch-endprog_c Log message: Fix "-fno-common" build CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/01 10:41:39 Modified files: comms/c3270 : Makefile distinfo Added files: comms/c3270/patches: patch-Common_print_command_c patch-c3270_screen_c Removed files: comms/c3270/patches: patch-Common_telnet_c Log message: Update to c3270 4.0ga10 Fixes issues with -fno-common. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 11:10:44 Modified files: net/echoping : Makefile distinfo net/echoping/pkg: DESCR PLIST Added files: net/echoping/patches: patch-recreate-autofiles Removed files: net/echoping/patches: patch-configure patch-util_c Log message: update to echoping-6.0.2, started by kn@, finished by me CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/01 11:11:46 Modified files: regress/sys/netinet/ipsec: Makefile Log message: ESP path MTU discovery over IPv6 tunnel has been fixed. Add test. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 11:20:46 Modified files: databases/py-ldap0: Makefile distinfo Log message: update to py-ldap0-1.1.4, from Lucas Raab (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 11:21:07 Modified files: databases/web2ldap: Makefile distinfo databases/web2ldap/pkg: PLIST Log message: update to web2ldap-1.5.112, from Lucas Raab (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 12:47:08 Modified files: net/echoping : Makefile Added files: net/echoping/patches: patch-echoping_c patch-echoping_h patch-http_c patch-smtp_c Log message: echoping: -fno-common fixes, adapted from FreeBSD ports CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 12:52:01 Modified files: net/hping : Makefile Added files: net/hping/patches: patch-hping2_h Log message: hping: -fno-common fix, from FreeBSD ports CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 12:54:19 Modified files: net/mlvpn : Makefile Added files: net/mlvpn/patches: patch-src_mlvpn_c patch-src_mlvpn_h Log message: mlvpn: fix -fno-common, from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 13:04:53 Modified files: games/gargoyle : Makefile games/gargoyle/patches: patch-garglk_launchgtk_c Added files: games/gargoyle/patches: patch-garglk_launcher_c patch-garglk_launchmac_m patch-garglk_launchwin_c patch-terps_alan2_glkio_h patch-terps_alan2_main_c patch-terps_alan3_glkio_h patch-terps_alan3_output_h patch-terps_alan3_term_h patch-terps_jacl_glk_startup_c patch-terps_jacl_parser_c Log message: gargoyle: -fno-common fixes from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 13:13:27 Modified files: net/bird/2 : Makefile Added files: net/bird/2/patches: patch-nest_route_h Log message: bird/2: -fno-common fix from upstream CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/02/01 13:15:01 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: in case we're not a tty, don't do anything else this does fix the grep case CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 13:15:47 Modified files: net/bird/1 : Makefile Added files: net/bird/1/patches: patch-sysdep_unix_krt_h Log message: bird/1: -fno-common fix from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 13:22:30 Modified files: net/sipsak : Makefile distinfo net/sipsak/pkg : PLIST Removed files: net/sipsak/patches: patch-header_f_c patch-header_f_h patch-helper_c patch-transport_c Log message: update to sipsak-0.9.8.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/01 13:28:05 Modified files: multimedia/mkvtoolnix: Makefile distinfo Log message: Update mkvtoolnix to 53.0.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/01 13:29:00 Modified files: x11/kde-applications/okteta: Makefile distinfo x11/kde-applications/okteta/pkg: PLIST Log message: Update okteta to 0.26.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 14:27:49 Modified files: x11/qt5/qtbase : Makefile Added files: x11/qt5/qtbase/patches: patch-src_corelib_io_qiodevice_cpp Log message: qtbase5: backport upstream fix; "Fixes a regression in Qt 5.15 causing QByteArray's that are returned by QIODevice::readLine() to consume large amounts of memory." ok rsadowski likely to fix, among other things, redonculous memory use in lconvert, as noticed in builds (and build failures) of astro/stellarium CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 14:40:10 Modified files: devel/py-setuptools_scm: Makefile distinfo devel/py-setuptools_scm/pkg: PLIST Log message: update to setuptools_scm-3.4.1, from deserter666 at danwin1210.me, ok kn tweak from me: add TDEP on py-toml for py3 flavour (it's an optional run dep and used in tests; py2 flavour of py-toml was removed already) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2021/02/01 14:48:37 Modified files: share/man/man5 : port-modules.5 Log message: Document MODOCAML_RUNDEP ok bket@ sthen@ (who initially suggested the if-not-native value under a similar name) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 15:01:16 Modified files: net/isc-dhcp : Makefile net/isc-dhcp/patches: patch-keama_keama_c patch-keama_keama_h Added files: net/isc-dhcp/patches: patch-client_dhclient_c patch-common_discover_c patch-relay_dhcrelay_c patch-server_mdb6_c patch-server_mdb_c Log message: isc-dhcp: -fno-common fixes from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 15:12:27 Modified files: devel/libgcroots: Makefile distinfo devel/libgcroots/patches: patch-include_private_gcconfig_h devel/libgcroots/pkg: PLIST Log message: update to libgcroots-0.3.2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/01 15:46:36 Modified files: devel/libmtp : Makefile distinfo devel/libmtp/pkg: PLIST Log message: devel/libmtp: update to 1.1.18, which includes a -fno-common fix ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/01 16:02:13 Modified files: x11/menu-cache : Makefile Added files: x11/menu-cache/patches: patch-menu-cache-gen_menu-tags_h Log message: x11/menu-cache: fix build with -fno-common No recent upstream activity, but this is a straightforward fix for the accidental double definition of global variables. ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/01 16:58:30 Modified files: databases/db/v3: Makefile databases/db/v3/patches: patch-tcl_tcl_db_pkg_c Added files: databases/db/v3/patches: patch-include_tcl_db_h Log message: databases/db/v3: fix for -fno-common CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 17:23:19 Modified files: audio/py-eyed3 : Makefile distinfo audio/py-eyed3/pkg: PLIST Log message: update to eyeD3-0.9.6 CVSROOT: /cvs Module name: src Changes by: danj@cvs.openbsd.org 2021/02/01 17:34:04 Modified files: etc/examples : bgpd.conf Log message: Improve the last comment Remove a trailing white space, don't misspell misconfiguration and use https. ok jmc, claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 18:15:19 Modified files: audio/libmp3splt: Makefile distinfo audio/libmp3splt/patches: patch-plugins_Makefile_in patch-src_plugins_c audio/libmp3splt/pkg: PLIST Removed files: audio/libmp3splt/patches: patch-src_checks_c patch-src_mp3splt_c Log message: update to libmp3splt-0.9.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 18:15:23 Modified files: audio/mp3splt : Makefile distinfo audio/mp3splt/pkg: PLIST Log message: update to mp3splt-2.6.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/01 18:22:54 Modified files: audio/mp3splt-gtk: Makefile distinfo audio/mp3splt-gtk/pkg: PLIST Added files: audio/mp3splt-gtk/patches: patch-src_player_window_c patch-src_splitpoints_window_h Removed files: audio/mp3splt-gtk/patches: patch-src_Makefile_in Log message: update to mp3splt-gtk-0.9.2 and add an -fno-common fix from gentoo i did have a crash once, but was unable to repeat it after i enabled debug_packages and played about with wth-radio-humppa.mp3 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/01 23:53:29 Modified files: graphics/tumble: Makefile Added files: graphics/tumble/patches: patch-semantics_c patch-tumble_input_h Log message: fix tumble -fno-common build ok cwen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/02 00:33:29 Modified files: lib/libagentx : agentx.3 lib/libc/gen : cgetent.3 lib/libc/stdio : ungetwc.3 usr.bin/tmux : tmux.1 Log message: article fixes; from eddie youseph CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/02 00:37:18 Modified files: usr.sbin/ypserv/ypxfr: ypxfr.8 Log message: article fix; from eddie youseph CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/02 02:28:20 Modified files: net/etherape : Makefile net/etherape/patches: patch-src_diagram_c Added files: net/etherape/patches: patch-src_appdata_c patch-src_appdata_h patch-src_diagram_h patch-src_main_c patch-src_preferences_c patch-src_preferences_h Log message: Add fix for -fno-common CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 02:32:32 Modified files: www/composer : Makefile distinfo Log message: update to composer-2.0.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 03:05:11 Modified files: net/librenms : Makefile distinfo net/librenms/pkg: PLIST Log message: update to librenms-21.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 03:06:42 Modified files: net/librenms : Tag: OPENBSD_6_8 Makefile distinfo net/librenms/patches: Tag: OPENBSD_6_8 patch-LibreNMS_Config_php patch-daily_sh patch-misc_config_definitions_json net/librenms/pkg: Tag: OPENBSD_6_8 PLIST Log message: update to librenms-21.1.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/02 03:15:02 Modified files: geo/viking : Makefile Added files: geo/viking/patches: patch-src_babel_h Log message: geo/viking: fix for -fno-common CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/02 03:24:53 Modified files: geo/viking/patches: patch-src_babel_h Log message: geo/viking: add link to upstream fix, slightly different CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/02/02 04:18:57 Modified files: usr.bin/sndiod : dev.c Log message: Fix use-after-free in dev_abort() Fixes crash that can occur when an usb device is unplugged, found by edd@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 04:21:59 Modified files: net/mosquitto : Makefile Log message: mosquitto also needs docbook-xsl CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 04:24:22 Modified files: devel/py-setuptools_scm: Makefile Log message: oops, textproc not devel for py-toml in my TDEP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 04:39:59 Modified files: games/qstat : Makefile distinfo Removed files: games/qstat/patches: patch-utils_h Log message: update qstat to a git checkout; hasn't had a release in a while and the newer version fixes -fno-common as well as protocol updates and a few other fixes. ok Tom Murphy (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/02 04:41:11 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.344. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/02 04:46:20 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-8.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/02 04:49:22 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-test_run-stp-tests_sh Log message: Update to cups-2.3.3.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/02 04:52:30 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.9.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 04:53:33 Modified files: net/rtg : Makefile Log message: mark net/rtg BROKEN for now; as well as failing with -fno-common, some of the provided scripts are several years out of date from working with current perl/php. If someone wants to resurrect this there are a bunch of patches in FreeBSD ports. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 04:56:48 Modified files: net/mbrowse : Makefile Added files: net/mbrowse/patches: patch-src_callbacks_c Log message: mbrowse: -fno-common fix, sync wantlib while there CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/02 05:03:24 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.27.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 05:09:49 Modified files: www/webalizer/patches: patch-dns_resolv_c patch-webalizer_c Added files: www/webalizer/patches: patch-webalizer_h Log message: webalizer: -fno-common fixes CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/02 05:28:50 Modified files: textproc/p5-Template-Tiny: Makefile Log message: p5-Template-Tiny: requires FIX_EXTRACT_PERMISSIONS CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2021/02/02 05:58:42 Modified files: usr.bin/ftp : extern.h fetch.c ftp.1 ftp_var.h main.c util.c Log message: introduce support for sending the If-Modified-Since header while fetching over http(s) and use the timestamps from the remote server's Last-Modified header if available when saving local files this makes it possible to mirror files better with ftp(1) the new timestamp behaviour can be disabled with the new '-u' flag ok sthen@, input from sthen@ and gnezdo@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/02 06:03:03 Modified files: usr.bin/tmux : popup.c Log message: Fix popup mouse position. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2021/02/02 06:58:26 Modified files: lib/libcrypto/objects: objects.txt obj_mac.num Log message: Add a bunch of RPKI OIDs RFC6482 - A Profile for Route Origin Authorizations (ROAs) RFC6484 - Certificate Policy (CP) for the RPKI RFC6493 - The RPKI Ghostbusters Record RFC8182 - The RPKI Repository Delta Protocol (RRDP) RFC8360 - RPKI Validation Reconsidered draft-ietf-sidrops-rpki-rta - A profile for RTAs Also in OpenSSL: https://github.com/openssl/openssl/commit/d3372c2f35495d0c61ab09daf7fba3ecbbb595aa OK sthen@ tb@ jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 07:23:59 Modified files: devel/py-tz : Makefile distinfo Log message: update to pytz-2021.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 07:24:32 Modified files: www/nghttp2 : Makefile distinfo www/nghttp2/patches: patch-Makefile_in Log message: update to nghttp2-1.43.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 07:44:40 Modified files: devel/ccache : Makefile distinfo devel/ccache/patches: patch-cmake_config_h_in Removed files: devel/ccache/patches: patch-CMakeLists_txt patch-cmake_GenerateConfigurationFile_cmake patch-src_Logging_cpp patch-src_system_hpp patch-src_third_party_blake3_CMakeLists_txt Log message: update to ccache-4.2 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/02 07:47:29 Modified files: www/japana : Makefile distinfo www/japana/pkg : PLIST Log message: Update for Japana to 2.0.6 Looks good, okay espie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/02 07:49:54 Modified files: net/ziproxy : Makefile net/ziproxy/pkg: PLIST Added files: net/ziproxy/patches: patch-src_cfgfile_c patch-src_tosmarking_c Log message: Fix for -fno-common OK sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/02 08:24:43 Modified files: usr.sbin/bgpd : rde_decide.c Log message: Properly implement 'rde med compare strict' and make sure that the order of prefixes is always correct. The strict RFC4271 way of checking MED is requires to check the neighbor AS and only do the check if the AS are equal. Because of this it is possible that inserting or removing a route reshuffles the total order. prefix_cmp() was extended to return the location where the decision happened: - 0 if the decision was before the MED comparison or med compare always is set - 1 if the decision happened after the MED comparison - 2 if the MED made caused the decision With this the new functions prefix_insert() and prefix_remove() are able to decide if more prefixes need to be evaluated (testall was not 0.) and if prefixes need to be re-evaluated after this one was put (testall = 2). There is a local redo list where prefixes where the MED resulted in a reshuffle are put on. After the new prefix is inserted all prefixes on the redo list are reinserted. Because now all affected MED routes get reevaluated the order is always correct. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/02 08:36:37 Modified files: x11/aewm : Makefile Added files: x11/aewm/patches: patch-aedesk_c patch-aepanel_c Log message: x11/aewm, fix -fno-common build failure Fix taken from Gentoo. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/02 08:37:25 Modified files: x11/awesome : Makefile Added files: x11/awesome/patches: patch-common_lualib_c patch-common_lualib_h patch-luaa_c patch-luaa_h patch-objects_button_c patch-objects_button_h patch-objects_client_c patch-objects_client_h patch-objects_drawin_c patch-objects_drawin_h patch-objects_key_c patch-objects_key_h patch-objects_tag_c patch-objects_tag_h patch-objects_window_c patch-objects_window_h Log message: x11/awesome: fix -fno-common build error Fix taken from upstream. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/02/02 08:42:00 Modified files: sbin/disklabel : editor.c Log message: replace fgetln(3) with getline(3) in disklabel Since getline() returns a C string, we don't need to carry around the length separately. ok millert@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/02/02 08:46:16 Modified files: sbin/dhclient : dhclient.c Log message: dhclient(8): fork_privchld, take_charge, propose_release: poll(2) -> ppoll(2) Switch from poll(2) to ppoll(2) in a few more functions. Because we're working with ppoll(2) and clock_gettime(2) it is easier to encode the various timeouts as static const timespecs instead of preprocessor macros. This way we aren't packing timespecs in the middle of the code, which distracts from the (more important) logic of what the code is doing. Part of a larger campaign improve "time stuff" in dhclient(8). Prompted by and discussed with krw@. Based on a diff by krw@. ok krw@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/02 09:07:54 Log message: import stegseek: Stegseek is a lightning fast steghide cracker that can be used to extract hidden data from files. It is built as a fork of the original steghide project and, as a result, it is thousands of times faster than other crackers and can run through the entirety of rockyou.txt* in under 2 seconds. Stegseek can also be used to extract steghide metadata without a password, which can be used to test whether a file contains steghide data. feedback kn@ and gonzalo@, lots of feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20210202 N ports/security/stegseek/Makefile N ports/security/stegseek/distinfo N ports/security/stegseek/patches/patch-src_PasswordCracker_cc N ports/security/stegseek/patches/patch-src_CMakeLists_txt N ports/security/stegseek/pkg/DESCR N ports/security/stegseek/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/02 09:09:49 Modified files: security : Makefile Log message: hook up stegseek, unhook stegcracker CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/02 09:10:46 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirks to replace stegcracker with stegseek CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/02 09:12:02 Removed files: security/stegcracker: Makefile distinfo security/stegcracker/pkg: DESCR PLIST Log message: remove stegcracker, replaced with stegseek CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/02 09:15:13 Modified files: devel/ruby-semantic_puppet: Makefile distinfo devel/ruby-semantic_puppet/pkg: PLIST Log message: simple update 1.0.2 -> 1.0.3 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/02 10:47:43 Modified files: sys/netinet : ip_output.c Log message: If IP_MULTICAST_IF or IP_ADD_MEMBERSHIP pass a interface index to the kernel make sure that the rdomain of that interface is the same as the rdomain of the inpcb. Problem spotted and fix tested by semarie@ OK bluhm@ mvs@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/02 10:53:02 Modified files: sys/netinet6 : ip6_output.c Log message: KNF, move { up to if () statement CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/02 10:55:12 Modified files: sys/netinet6 : ip6_output.c Log message: As done for the AF_INET multicast case, ensure that passed interface via index is actually in the right rdomain for the socket. OK bluhm@ mvs@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/02 11:08:35 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins devel to 2.278 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/02 11:28:31 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.8 OK landry@ rsadowski@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/02 11:33:11 Modified files: usr.sbin/rpki-client: extern.h Makefile Added files: usr.sbin/rpki-client: mkdir.c Log message: Add a mkpath() helper function to rpki-client to recursively create directories. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/02 11:35:38 Modified files: usr.sbin/rpki-client: main.c rsync.c Log message: Adjust the repository handling a bit. Instead of storing host/module pairs store repo (rsync URI) and local (the local path to the repository). Simplifies the the rsync handling a fair bit. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/02 12:09:14 Modified files: devel/ruby-ffi : Makefile distinfo devel/ruby-ffi/pkg: PLIST Log message: Update to ffi 1.14.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/02 12:25:20 Log message: Import ruby-ffi-compiler 1.0.1 ffi-compiler is a ruby library for automating compilation of native libraries for use with ffi. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2021-Feb-02 N ports/devel/ruby-ffi-compiler/Makefile N ports/devel/ruby-ffi-compiler/distinfo N ports/devel/ruby-ffi-compiler/pkg/DESCR N ports/devel/ruby-ffi-compiler/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/02 12:27:50 Modified files: math/dieharder : Makefile Log message: math/dieharder: Fix build by passing -fcommon This port is up-to-date and has more than 50 common symbols defined in more than half a dozen headers. Take the easy route and follow FreeBSD by adding -fcommon to CFLAGS and let upstream fix this. ok kn CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/02 12:29:18 Modified files: devel : Makefile Log message: Hookup ruby-ffi-compiler CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2021/02/02 12:35:13 Modified files: net/tcl-snmptools: Makefile Added files: net/tcl-snmptools/patches: patch-generic_snmptools_c patch-generic_util_h Log message: tcl-snmptools: fix for -fno-common. ok naddy@ CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2021/02/02 13:00:02 Modified files: . : errata68.html Log message: release libressl errata CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/02 13:07:55 Log message: Import ruby-argon2 2.0.3 This Ruby Gem provides FFI bindings, and a simplified interface, to the Argon2 algorithm. Argon2 is the official winner of the Password Hashing Competition, a several year project to identify a successor to bcrypt/PBKDF/scrypt methods of securely storing passwords. This is an independant project and not official from the PHC team. OK sthen@ Status: Vendor Tag: jeremy Release Tags: jeremy_2021-Feb-02 N ports/security/ruby-argon2/Makefile N ports/security/ruby-argon2/distinfo N ports/security/ruby-argon2/pkg/DESCR N ports/security/ruby-argon2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/02 13:08:59 Modified files: sysutils/facter: Makefile distinfo Log message: simple update 3.14.14 -> 3.14.15 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/02 13:10:09 Modified files: sysutils/ruby-puppet/5: Makefile Added files: sysutils/ruby-puppet/5/patches: patch-lib_puppet_file_system_file_impl_rb Log message: get rid of these annoying warnings since ruby 2.7: file_impl.rb:80: warning: Using the last argument as keyword parameters is deprecated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 13:11:02 Modified files: security/suricata: Makefile distinfo Log message: oops, bits of an experiment crept in CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/02 13:11:44 Modified files: security : Makefile Log message: Hookup ruby-argon2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/02 14:11:14 Modified files: multimedia/transcode: Makefile Added files: multimedia/transcode/patches: patch-import_demux_pass_c patch-import_extract_ac3_c patch-import_extract_mp3_c patch-import_extract_pcm_c Log message: multimedia/transcode: -fno-common fixes for this piece of abandonware CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/02 14:41:12 Modified files: usr.bin/ftp : main.c Log message: add -Tu to usage(); CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/02 14:45:17 Modified files: games/shapezio : Makefile distinfo games/shapezio/pkg: PLIST Log message: Update to shapezio-1.2.2pl202012070000 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/02 15:05:42 Modified files: x11/wmcalclock : Makefile x11/wmcalclock/patches: patch-wmCalClock_c Added files: x11/wmcalclock/patches: patch-Src_xutils_c patch-Src_xutils_h Log message: wmcalclock: fix the build with -fno-common OK naddy@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/02 15:10:38 Modified files: x11/wmclockmon : Makefile x11/wmclockmon/patches: patch-wmclockmon-config_edit_c x11/wmclockmon/pkg: DESCR Added files: x11/wmclockmon/patches: patch-wmclockmon-cal_main_c patch-wmclockmon-cal_main_h patch-wmclockmon-cal_mainwindow_h patch-wmclockmon-config_actions_c patch-wmclockmon-config_edit_h patch-wmclockmon-config_mainwindow_h patch-wmclockmon-config_tools_c patch-wmclockmon-config_variables_h Log message: wmclockmon: fix the build with -fno-common and remove a trailing whitespace in DESCR. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/02 15:12:13 Modified files: sysutils/wmapm : Makefile sysutils/wmapm/patches: patch-wmapm_c Added files: sysutils/wmapm/patches: patch-wmgeneral_wmgeneral_c patch-wmgeneral_wmgeneral_h Log message: wmapm: fix the build with -fno-common OK naddy@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/02 15:35:14 Modified files: usr.bin/ssh : ssh-agent.c Log message: memleak on error path; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/02 15:36:46 Modified files: usr.bin/ssh : sshkey.c Log message: fix memleaks in private key deserialisation; enforce more consistency between redundant fields in private key certificate and private key body; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/02 15:36:59 Modified files: usr.bin/ssh : ssh.c Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/02 15:41:40 Modified files: graphics/mtpaint: Makefile distinfo Log message: mtpaint: update to 3.50, fix the build with -fno-common Changelog: http://mtpaint.sourceforge.net/news.html Upstream brought back `-fcommon', but only for clang11 and gcc10, meanwhile force `-fcommon' for any compiler. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/02 15:54:04 Modified files: www/nginx : Makefile distinfo Added files: www/nginx/patches: patch-naxsi_naxsi_src_naxsi_net_h Log message: Update to nginx-naxsi-1.3 ok landry@ maintainer timeout the commit contains a new patch file that will be available in upstream next release CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 16:08:05 Modified files: net/routinator : Makefile distinfo Added files: net/routinator : crates.inc Log message: update to routinator-0.8.3 (experimenting with a .include to make it easier to generate the crates list..) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/02 17:33:47 Modified files: security/suricata: Makefile security/suricata/pkg: PLIST Log message: the pre-install target to avoid generating revision.py if git is installed no longer works, fix it a different way. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/02 18:10:10 Modified files: usr.bin/yacc : skeleton.c Log message: remove ancient malloc ? realloc dance. always use realloc. ok millert tb CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/02 19:04:56 Modified files: games/frotz : Makefile Added files: games/frotz/patches: patch-src_curses_ux_audio_c Log message: Fix build on base-gcc. Had -std=c99 set but was using things not in C99. Reported to me by naddy@ via the sparc64 bulk. I reported upstream, they chose to enforce C99. This patch is cherry-picked from upstream. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/02 22:46:04 Modified files: x11/kde-applications/akonadi: Makefile Log message: Add missing build dependency on archivers/gtar Found by naddy the hard way CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/03 00:06:14 Modified files: lib/libcrypto/x509: Tag: OPENBSD_6_8 x509_verify.c x509_vfy.c x509_vpm.c lib/libssl : Tag: OPENBSD_6_8 d1_both.c ssl_both.c ssl_lib.c tls13_internal.h tls13_key_schedule.c tls13_legacy.c tls13_lib.c tls13_record_layer.c tls13_server.c Log message: This is errata/6.8/013_libressl.patch.sig Various interoperability issues and memory leaks were discovered in libcrypto and libssl. The new verifier is not bug compatible with the old verifier and caused many issues by failing to propagate errors correctly, returning different error codes than some software was trained to expect and otherwise failing when it shouldn't. While much of this is fixed in -current, it's still not perfect, so switching back to the legacy verifier is preferable at this point. Other included fixes: * Unbreak DTLS retransmissions for flights that include a CCS * Only check BIO_should_read() on read and BIO_should_write() on write * Implement autochain for the TLSv1.3 server * Use the legacy verifier for AUTO_CHAIN * Implement exporter for TLSv1.3 * Free alert_data and phh_data in tls13_record_layer_free() * Plug leak in x509_verify_chain_dup() * Free the policy tree in x509_vfy_check_policy() Original commits by jsing and tb ok inoguchi jsing CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/03 00:41:12 Modified files: sys/net : pf.c Log message: change pf_route so pf only runs when packets enter and leave the stack. before this change pf_route operated on the semantic that pf runs when packets go over an interface, so when pf_route changed which interface the packet was on it would run pf_test again. this change changes (restores) the semantic that pf is only supposed to run when packets go in or out of the network stack, even if route-to is responsibly for short circuiting past the network stack. just to be clear, for normal packets (ie, those not touched by route-to/reply-to/dup-to), there isn't a difference between running pf when packets enter or leave the stack, or having pf run when a packet goes over an interface. the main reason for this change is that running the same packet through pf multiple times creates confusion for the state table. by default, pf states are floating, meaning that packets are matched to states regardless of which interface they're going over. if a packet leaving on em0 is rerouted out em1, both traversals will end up using the same state, which at best will make the accounting look weird, or at worst fail some checks in the state and get dropped. another reason for this commit is is to make handling of the changes that route-to makes consistent with other changes that are made to packet. eg, when nat is applied to a packet, we don't run pf_test again with the new addresses. the main caveat with this diff is you can't have one rule that pushes a packet out a different interface, and then have a rule on that second interface that NATs the packet. i'm not convinced this ever worked reliably or was used much anyway, so we don't think it's a big concern. discussed with many, with special thanks to bluhm@, sashan@ and sthen@ for weathering most of that pain. ok claudio@ sashan@ jmatthew@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/03 01:29:17 Modified files: www/p5-Dancer2 : Makefile distinfo Log message: Update to p5-Dancer2-0.300005 from wen heping, OK cwen@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/03 01:58:20 Modified files: devel/p5-MCE : Makefile distinfo Log message: Update to p5-MCE-1.874 from wen heping CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/03 02:29:22 Modified files: usr.sbin/rpki-client: rsync.c Log message: Use mkpath() == -1 to check for failure. No functional change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/03 03:45:12 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Log message: Remove rsync.c from the test tool builds, nothing depends on that anymore CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/03 04:34:24 Modified files: sys/dev/usb : usbdi.c Log message: After the rev. 1.108 commit we see some issues with ugen(4) behaviour, which finally makes umb(4) fail, since ugen(4) attaches to one of the umb(4) interfaces, fails, and marks the whole device dying. Therefore make usbd_device2interface_handle() backwards compatible again. Problem reported by Mikolaj Kucharski. ok edd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/03 04:49:20 Modified files: x11/gnome/builder: Makefile distinfo Log message: Update to gnome-builder-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/03 05:29:42 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20210202. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/03 05:37:47 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-326.0.0. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2021/02/03 05:52:05 Modified files: lib/libcrypto/objects: objects.txt obj_mac.num Log message: Add OID for draft-ietf-opsawg-finding-geofeeds https://tools.ietf.org/html/draft-ietf-opsawg-finding-geofeeds describes a mechanism to authenticate RFC 8805 Geofeed data files through the RPKI. OpenSSL counterpart https://github.com/openssl/openssl/pull/14050 OK tb@ jsing@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2021/02/03 06:00:39 Modified files: lib/libc/arch/hppa/sys: tfork_thread.S Log message: Adding a hard-trap instruction after the __threxit syscall instruction broke pthreads on hppa. Reverting. Ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/02/03 06:40:06 Modified files: sys/netinet : tcp_input.c Log message: Turns off the direct ACK on every other segment The kernel uses a huge amount of processing time for sending ACKs to the sender on the receiving interface. After receiving a data segment, we send out two ACKs. The first one in tcp_input() direct after receiving. The second ACK is send out, after the userland or the sosplice task read some data out of the socket buffer. Thus, we save some processing time and improve network performance. Longer tested by sthen@ OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 06:50:12 Modified files: devel/libcoap : Makefile Added files: devel/libcoap/patches: patch-tests_test_error_response_c patch-tests_test_wellknown_c Log message: libcoap: fix for -fno-common CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 07:24:57 Modified files: x11/i3-mousedrag: Makefile distinfo x11/i3-mousedrag/patches: patch-etc_config patch-etc_config_keycodes patch-i3-dmenu-desktop patch-i3-nagbar_main_c patch-libi3_get_exe_path_c patch-man_i3-nagbar_man patch-src_bindings_c patch-src_config_parser_c x11/i3-mousedrag/pkg: PLIST Added files: x11/i3-mousedrag/patches: patch-i3-msg_main_c patch-src_main_c Removed files: x11/i3-mousedrag/patches: patch-Makefile_am Log message: update i3-mousedrag to a new version based on 4.19.1, fixing -fno-common CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/03 07:26:07 Modified files: devel/libofx : Makefile distinfo Log message: devel/libofx: update to 0.10.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/03 07:29:43 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Log message: geo/postgis: update to 3.1.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/03 07:30:13 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo Log message: devel/py-buildbot: update to 2.10.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/03 07:30:28 Modified files: devel/py-buildslave: Makefile distinfo Log message: devel/py-buildslave: update to 2.10.1 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/02/03 07:41:40 Modified files: sbin/disklabel : editor.c Log message: unbreak getline() conversion in disklabel CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/03 08:00:42 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/03 08:00:52 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/03 08:01:06 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/03 08:14:44 Modified files: lib/libssl : t1_enc.c Log message: Fail early in legacy exporter if master secret is not available The exporter depends on having a master secret. If the handshake is not completed, it is neither guaranteed that a shared ciphersuite was selected (in which case tls1_PRF() will currently NULL deref) or that a master secret was set up (in which case the exporter will succeed with a predictable value). Neither outcome is desirable, so error out early instead of entering the sausage factory unprepared. This aligns the legacy exporter with the TLSv1.3 exporter in that regard. with/ok jsing CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/03 08:27:00 Modified files: security/lastpass-cli: Makefile Added files: security/lastpass-cli/patches: patch-process_c patch-process_h Log message: security/lastpass-cli, fix -fno-common build failure Taken from https://github.com/lastpass/lastpass-cli/pull/576 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/03 08:27:24 Modified files: sysutils/rclone: Makefile distinfo Log message: Update rclone-1.54.0 Changelog: https://github.com/rclone/rclone/blob/v1.54.0/docs/content/changelog.md CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/03 08:27:53 Modified files: devel/ipython : Makefile distinfo Log message: Update to ipython-7.20.0 Changes: https://github.com/ipython/ipython/blob/7.20.0/docs/source/whatsnew/version7.rst CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 08:28:32 ports/net/bitlbee-facebook/patches Update of /cvs/ports/net/bitlbee-facebook/patches In directory cvs.openbsd.org:/tmp/cvs-serv36036/patches Log Message: Directory /cvs/ports/net/bitlbee-facebook/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 08:29:14 Modified files: net/bitlbee-facebook: Makefile Added files: net/bitlbee-facebook/patches: patch-facebook_facebook-api_h Log message: bitlbee-facebook: bump FB_ORCA_AGENT version, from upstream via Eivind Eide CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 08:32:23 Modified files: databases : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm databases/py-ldap3: Makefile distinfo databases/py-ldap3/pkg: PLIST Log message: update to py-ldap3 2.9 and make py3-only, mostly from Lucas Raab CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 08:36:04 Modified files: lang/python : python.port.mk Log message: Set DPB_PROPERTIES=nojunk for Python builds using setuptools. setuptools picks up plugins during the configure stage whether a port needs them or not. In some cases (currently just setuptools_scm), these register hooks to run in the install stage; if the plugin is not a listed build dependency this will cause the install stage to fail. Recently reported by naddy with py-sphinx but we've seen spurious failures elsewhere before which are likely due to this. ok kmos@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/02/03 09:16:10 Modified files: security/nss : Makefile Added files: security/nss/patches: patch-nss_lib_ckfw_builtins_certdata_txt Log message: revert to the certdata.txt file from version 3.59 because they removed some root certificates which are still used by Apple, so let's keep them until Apple fixes their shit This essentially reverts this commit: https://github.com/nss-dev/nss/commit/091c01dfb486c02cfbd5d92dcf5ccca5d05e2f30 ok landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 09:18:33 Modified files: security/letsencrypt/client: distinfo security/letsencrypt/client/patches: patch-examples_cli_ini security/letsencrypt/client/pkg: PLIST Log message: update to certbot/py-acme 1.12.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 09:18:54 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/py-acme: distinfo Log message: update to certbot/py-acme 1.12.0 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/03 09:28:21 Modified files: net/owncloudclient: Makefile distinfo Log message: update to owncloudclient-2.7.5.3180 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2021/02/03 09:49:43 Modified files: devel/gettext : Makefile Added files: devel/gettext/patches: patch-gettext-tools_gnulib-lib_asyncsafe-spin_c Log message: Fix undefined reference to `__sync_val_compare_and_swap_4' on hppa by using thread unsafe fallbacks. okay naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 10:26:39 Modified files: www/w3m : Makefile Log message: w3m: build debug packages CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 11:50:36 Modified files: textproc/ruby-nokogiri: Makefile distinfo textproc/ruby-nokogiri/patches: patch-_metadata textproc/ruby-nokogiri/pkg: PLIST Log message: update to 1.11.1 feedback and OK jeremy@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 11:51:41 Modified files: devel/ruby-zeitwerk: Makefile distinfo Log message: simple update 2.4.1 -> 2.4.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 11:52:30 Modified files: sysutils/ruby-tzinfo: Makefile distinfo sysutils/ruby-tzinfo/pkg: PLIST Log message: update 1.2.5 -> 2.0.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 11:53:35 Modified files: devel/ruby-activesupport: Makefile distinfo devel/ruby-activesupport/pkg: PLIST Log message: update 6.0.3.4 -> 6.1.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 11:54:31 Modified files: devel/ruby-opt_parse_validator: Makefile distinfo Log message: simple update 1.9.2 -> 1.9.3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 11:55:10 Modified files: devel/ruby-ruby-progressbar: Makefile distinfo Log message: update 1.10.1 -> 1.11.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 11:56:02 Modified files: security/ruby-cms_scanner: Makefile distinfo Log message: update 0.12.1 -> 0.13.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/03 11:56:25 Modified files: net/h323plus : Makefile distinfo Log message: Update to h323plus-1.27.2. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 11:56:43 Modified files: security/wpscan: Makefile distinfo security/wpscan/pkg: PLIST Log message: update 3.8.10 -> 3.8.14 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 12:01:31 Modified files: devel/ruby-concurrent-ruby: Makefile distinfo devel/ruby-concurrent-ruby/pkg: PLIST Log message: simple update 1.1.7 -> 1.1.8 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/03 12:02:35 Modified files: devel/ruby-cri : Makefile distinfo Log message: update 2.15.10 -> 2.15.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/03 12:07:52 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.66.5. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/03 12:13:11 Modified files: mail/mboxgrep : Makefile mail/mboxgrep/patches: patch-src_main_c Added files: mail/mboxgrep/patches: patch-src_mboxgrep_h patch-src_misc_c Log message: mail/mboxgrep: fixes for -fno-common and missing prototypes CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/03 13:55:05 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.1.1 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/03 14:23:20 Modified files: security/aescrypt: Makefile Added files: security/aescrypt/patches: patch-rijndael_c patch-rijndael_h Log message: security/aescrypt: build with -fno-common CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/02/03 14:44:38 Modified files: meta/audacious : Makefile audio/audacious: Makefile.inc audio/audacious/player: Makefile distinfo audio/audacious/player/patches: patch-buildsys_mk_in patch-src_libaudcore_Makefile audio/audacious/player/pkg: PLIST audio/audacious/plugins: Makefile distinfo audio/audacious/plugins/patches: patch-buildsys_mk_in patch-configure audio/audacious/plugins/pkg: PLIST Log message: Update audio/audacious (and meta pkg) to version 4.1. OK MAINTAINER: bket@. Thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 14:48:42 Added files: games/qstat/patches: patch-autogen_sh Log message: qstat: persuade autogen.sh script to use the correct autoconf version found by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 15:22:42 Modified files: net/serf : Makefile distinfo net/serf/pkg : PLIST Added files: net/serf/patches: patch-buckets_ssl_buckets_c patch-test_server_test_sslserver_c Log message: update to serf-1.3.9, similar diff from Sven Falempin, ok stsp CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/03 15:29:21 Modified files: x11/tvtwm : Makefile x11/tvtwm/patches: patch-gram_y Log message: x11/tvtwm: fix build with -fno-common CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/03 15:46:55 Modified files: sys/kern : kern_pledge.c Log message: Add SIOCAIFADDR_IN and SIOCDIFADDR_IN to the wroute pledge to allow setting and removing IPv4 addresses. Needed for future iked(8) improvements. Discussed with sthen@ and florian@ ok bluhm@ deraadt@ CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2021/02/03 15:52:03 Modified files: . : ddb.html Log message: make it more explicit that the panic message should be included in a report. suggested by edd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 16:08:16 Modified files: x11/x11vnc : Makefile Added files: x11/x11vnc/patches: patch-src_util_c patch-src_util_h Log message: x11vnc: fix with -fno-common, from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/03 16:14:18 Modified files: net/pmacct : Makefile Added files: net/pmacct/patches: patch-src_mysql_plugin_c patch-src_nfacctd_c patch-src_pgsql_plugin_c patch-src_pmacctd_c patch-src_pmbgpd_c patch-src_pmbmpd_c patch-src_pmtelemetryd_c patch-src_sfacctd_c patch-src_sql_common_c patch-src_sql_common_h patch-src_sqlite3_plugin_c patch-src_uacctd_c Log message: pmacct: -fno-common fix from upstream CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2021/02/03 17:55:41 Modified files: sys/arch/amd64/conf: GENERIC.MP sys/net : if_pfsync.c if_pfsync.h Log message: make if_pfsync.c a better friend with PF_LOCK The code delivered in this change is currently disabled. Brave souls may enable the code by adding -DWITH_PF_LOCK when building customized kernel. Big thanks goes to Hrvoje@ for providing test equipment and testing. As soon as we enter the next release cycle, the WITH_PF_LOCK will be defined as default option for MP kernels. OK dlg@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2021/02/03 19:03:53 Modified files: share/man/man5 : acct.5 sys/sys : acct.h Log message: Remove last remnants of ASU ac_flag from accounting. OK deraadt@, bluhm@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/03 23:57:19 Modified files: usr.bin/usbhidctl: usbhid.c Log message: Unconditionally allocate a buffer big enough to hold a struct usb_ctl_report. Limiting the size of the buffer to the size of the requested report can cause the ioctl(USB_GET_REPORT) command to fail with EFAULT as the kernel will always copy sizeof(struct usb_ctl_report) bytes from the address passed from user space. That is when the given address + sizeof(struct usb_ctl_report) crosses a page boundary and the adjacent page is not mapped. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 00:54:51 Modified files: sys/kern : tty_pty.c Log message: Prevent a lock order issue by shuffling code around. Instead of allocating the file descriptors early do it late. This way the fdplock is not held during the VFS operations. OK mvs@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 01:10:25 Modified files: usr.sbin/rpki-client: Makefile extern.h main.c Added files: usr.sbin/rpki-client: parser.c Log message: Shuffle code around, move all the bits of proc_parser into parser.c. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 01:13:57 Modified files: usr.sbin/rpki-client: parser.c Log message: Cleanup openssl includes a bit. Use x509.h instead of x509v3.h, add asn1.h and remove evp.h. First two suggested by tb@ Compiler agrees CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 01:21:50 Modified files: usr.sbin/rpki-client: main.c Log message: Remove openssl includes and fcntl.h neither of those are used in main.c. Add errno.h since this code makes direct use of errno. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 01:58:19 Modified files: usr.sbin/rpki-client: cert.c gbr.c mft.c parser.c roa.c Log message: Eventhough most openssl includes include everything try to be a bit more explicit about what is used where. Seems to be the least worst solution. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/04 02:50:21 Modified files: textproc/p5-Lingua-Stem: Makefile distinfo Log message: Update to p5-Lingua-Stem-2.31 from wen heping, tweaks & OK cwen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 02:57:38 Modified files: usr.sbin/rpki-client: main.c Log message: Fix an overly long line CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 04:33:24 Modified files: devel/libdockapp: Makefile distinfo devel/libdockapp/patches: patch-src_Makefile_in devel/libdockapp/pkg: PLIST Log message: libdockapp: update to 0.7.3 tweaks and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 04:34:54 Modified files: net/wmnetload : Makefile net/wmnetload/patches: patch-configure Added files: net/wmnetload/patches: patch-src_wmnetload_c Log message: wmnetload: fix with the new libdockapp update OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 04:35:56 Modified files: x11/wmdate : Makefile x11/wmdate/patches: patch-Imakefile patch-wmdate_c Log message: wmdate: fix with the new libdockapp update OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 04:38:33 Modified files: x11/wmmenu : Makefile distinfo x11/wmmenu/patches: patch-Makefile patch-example_defaults patch-utils_c Added files: x11/wmmenu/patches: patch-buttonbar_c patch-events_c patch-pixmaps_c patch-wmmenu_c Log message: wmmenu: update to 1.3 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/04 04:47:56 Modified files: misc/osinfo : Makefile.inc misc/osinfo/libosinfo: Makefile distinfo misc/osinfo/libosinfo/pkg: PLIST misc/osinfo/osinfo-db-tools: Makefile distinfo misc/osinfo/osinfo-db-tools/pkg: PLIST Log message: Update osinfo to version 1.9.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 05:32:13 Modified files: net/dnsmasq : Makefile distinfo Added files: net/dnsmasq/patches: patch-bld_get-version Log message: update to dnsmasq-2.84, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 05:52:05 Modified files: net : Makefile Log message: unhook etherape, ok benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 05:56:02 Modified files: net/etherape : Makefile distinfo net/etherape/pkg: PLIST Added files: net/etherape/patches: patch-src_capture_capctl_c patch-src_names_eth_resolv_c Removed files: net/etherape/patches: patch-Makefile_in patch-aclocal_m4 patch-src_appdata_c patch-src_appdata_h patch-src_decode_proto_c patch-src_diagram_c patch-src_diagram_h patch-src_main_c patch-src_names_c patch-src_preferences_c patch-src_preferences_h Log message: etherape doesn't work properly (dialog boxes don't display, etc), also it fails to build with -fno-common. We currently have an outdated version but the newer one has similar problems. This is a quick commit of an updated version of etherape prior to removing it in case anyone wants to pick it up again in the future. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 05:57:28 Removed files: net/etherape : Makefile distinfo net/etherape/patches: patch-src_capture_capctl_c patch-src_names_eth_resolv_c net/etherape/pkg: DESCR PLIST Log message: remove etherape, it doesn't work properly (dialog boxes don't display, etc) ok benoit@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/04 06:17:12 Modified files: net/quagga : Makefile Added files: net/quagga/patches: patch-pimd_pim_version_h patch-pimd_pimd_c patch-pimd_pimd_h patch-tests_bgp_mpath_test_c Log message: net/quagga: fix for -fno-common Declare instead of defining variables in headers and extern a variable in one test; move one variable definition to a C file. ok sthen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 06:32:33 Modified files: sys/kern : tty_pty.c Log message: Revert previous commit. The vnode returned by ptm_vn_open() is open and can not simply be vrele()-ed on error. The code currently depends on closef() to do the cleanup. Reported-by: syzbot+b0e18235e96adf81883d@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 06:38:27 Modified files: usr.sbin/rpki-client: main.c Log message: Define the msgbuf queues globably. Clean up the code since rsyncq and procq no longer need to be passed all the way down anymore. Shuffle code a bit to bring it into more order. OK tb@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 06:48:53 Modified files: x11/wmitime : Makefile distinfo x11/wmitime/patches: patch-Makefile patch-wmitime_c x11/wmitime/pkg: PLIST Removed files: x11/wmitime/patches: patch-wmgeneral_list_h Log message: wmitime: update to 0.5; fix the build with -fno-common tweaks and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 06:50:09 Modified files: x11/wmweather : Makefile Added files: x11/wmweather/patches: patch-src_wmgeneral_c patch-src_wmgeneral_h Log message: wmweather: fix the build with -fno-common OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 06:51:20 Modified files: astro/wmglobe : Makefile Log message: wmglobe: fix the build with -fno-common OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 06:55:17 Modified files: astro/wmmoonclock: Makefile distinfo astro/wmmoonclock/patches: patch-wmMoonClock_c astro/wmmoonclock/pkg: PLIST Removed files: astro/wmmoonclock/patches: patch-Makefile Log message: wmmoonclock: update to 1.30; fix the build with -fno-common OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/04 06:59:25 Modified files: x11/wmtz : Makefile distinfo x11/wmtz/patches: patch-wmtz_Makefile patch-wmtz_wmtz_c Removed files: x11/wmtz/patches: patch-wmgeneral_list_h Log message: wmtz: update to 0.7.20150816 This update allows wmtz to use libdockapp, reducing the amount of patches needed, and fixes the build with -fno-common. https tweak and OK sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/04 07:02:24 Modified files: usr.bin/tmux : cmd-select-pane.c Log message: Redraw status line and borders on pane enable/disable, GitHub issue 2554. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/04 07:32:01 Modified files: usr.sbin/rpki-client: extern.h main.c parser.c Log message: The uri parameter of struct entity is actually a local file path. Rename field to reduce confusion about what is what. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 07:42:07 Modified files: math/calc : Makefile distinfo math/calc/patches: patch-calc_man Log message: update to calc-2.12.7.6 CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/02/04 07:47:15 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2021.02.04.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 08:25:50 Modified files: www/squidguard : Makefile distinfo www/squidguard/patches: patch-src_sg_h_in patch-src_sg_y_in www/squidguard/pkg: DESCR PLIST Added files: www/squidguard/patches: patch-src_Makefile_in patch-src_main_c_in Removed files: www/squidguard/patches: patch-src_main_c patch-src_sgDiv_c_in patch-src_sgLog_c patch-src_y_tab_c_bison Log message: update to squidguard-1.6.0, add -fno-common fix from gentoo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 09:00:45 Modified files: lang/php/7.3 : Makefile distinfo Log message: update to php-7.3.27 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/04 09:00:48 Modified files: x11/sawfish : Makefile Added files: x11/sawfish/patches: patch-src_flippers_c patch-src_functions_c patch-src_sawfish_subrs_h patch-src_windows_c Log message: x11/sawfish: fix build with -fno-common Cherry-picked from upstream repository, no new release yet. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 09:01:09 Modified files: lang/php/7.4 : Makefile distinfo Log message: update to php-7.4.15 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 09:01:41 Modified files: lang/php/7.2 : Tag: OPENBSD_6_8 Makefile lang/php/7.3 : Tag: OPENBSD_6_8 Makefile distinfo lang/php/7.4 : Tag: OPENBSD_6_8 Makefile distinfo lang/php/files : Tag: OPENBSD_6_8 README-main Log message: update to php-7.3.27, php-7.4.15, and sync pkg-readme with current CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/04 09:16:11 Modified files: sys/arch/octeon/dev: cn30xxgmx.c cn30xxsmi.c sys/arch/octeon/include: octeonvar.h sys/arch/octeon/octeon: machdep.c Log message: Handle Netgear ProSecure UTM25 This makes the system recognize and configure Netgear ProSecure UTM25. Of the network ports, LAN1-4 and WAN1 are functional. WAN2 does not work for some reason. Even though WAN1 has a separate link to the SoC, the connection appears to go through the same switch that the LAN ports use. At the moment, the system relies on U-Boot to set up the switch so that the LAN and WAN segments stay separate. Initial diff and input from Thaison Nguyen, thank you! CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/04 09:18:34 Modified files: sys/dev/usb : uhidev.c uhidev.h Log message: Add uhidev_set_report_dev() allowing usb drivers to early on install a handler for a specific report id. Needed by an upcoming driver in order to communicate with the device already in the attach routine. ok mglocker@ as part of a larger diff CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/04 09:19:59 Modified files: x11/piewm : Makefile x11/piewm/patches: patch-gram.y Log message: x11/piewm: fix build with -fno-common CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/04 09:25:39 Modified files: share/man/man4 : Makefile uhidev.4 usb.4 sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/arm64/conf: GENERIC sys/arch/armv7/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/landisk/conf: GENERIC sys/arch/loongson/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/octeon/conf: GENERIC sys/arch/powerpc64/conf: GENERIC sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 sys/arch/sparc64/conf: GENERIC sys/dev/usb : files.usb Added files: share/man/man4 : uhidpp.4 sys/dev/usb : uhidpp.c Log message: Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to exposing battery sensors for HID++ 2.0 devices. Most of the code is derived from the hid-logitech-hidpp Linux driver. Thanks to Ville Valkonen for testing. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/04 09:28:07 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/04 09:34:32 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/04 09:34:44 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/04 09:34:57 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.1. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/04 10:01:26 Modified files: graphics/bonzomatic: Makefile distinfo Added files: graphics/bonzomatic/patches: patch-CMakeLists_txt patch-external_miniaudio_miniaudio_h Removed files: graphics/bonzomatic/patches: patch-src_ShaderEditor_cpp patch-src_platform_glfw_Renderer_cpp patch-src_platform_x11_Misc_cpp Log message: Update to bonzomatic 2021.01.29 (old patches got merged) Added support for accessing the contents of the previous frame in a texture - motion blur, feedback effects, state machines, GO GO GO! Additional syntax colouring options Also HDR texture support and a number of other fixes CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/04 10:09:45 ports/lang/pcc/patches Update of /cvs/ports/lang/pcc/patches In directory cvs.openbsd.org:/tmp/cvs-serv82443/patches Log Message: Directory /cvs/ports/lang/pcc/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/04 10:13:52 Modified files: lang/python : python.port.mk Log message: Run MODPY_BIN_ADJ once for all MODPY_ADJ_FILES MODPY_BIN_ADJ's perl snippt accepts multiple files so save a few execs. To make it more robust, also append `--' to it such that ports cannot (accidentially) pass options; I've checked the tree that no port does this on purpose. The only case where this could fail is with huge MODPY_ADJ_FILES but that is not the case in our tree; ports where lots of shebangs are fixed have their own construct around it, e.g. textproc/calibre which uses the `find -exec ${MODPY_ADJ_FILES} {} +' idiom. OK sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 11:43:58 Modified files: telephony/kamailio: Makefile telephony/kamailio/pkg: PLIST-berkeley PLIST-carrierroute PLIST-ldap PLIST-main PLIST-mysql PLIST-perl PLIST-postgresql PLIST-presence PLIST-radius PLIST-snmpstats PLIST-xml Log message: kamailio: regen plists CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/04 11:46:25 Modified files: usr.bin/tcpbench: tcpbench.1 tcpbench.c Log message: Implement the nc(1) -D socket debug option also in tcpbench(1). This allows to analyse TCP connections. OK claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/04 11:51:01 Modified files: lib/libc/sys : getsockopt.2 Log message: Referece trpt(8) from the SO_DEBUG section of getsockopt(2). OK claudio@ visa@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2021/02/04 11:52:09 Modified files: net/oicb : Makefile distinfo Log message: Update oicb to 1.2.4. Fixes build with -fno-common, among other things; initial input from kn@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 12:13:18 Modified files: x11/xtacy : Makefile Added files: x11/xtacy/patches: patch-trippy_c patch-trippy_h Log message: xtacy: fix for -fno-common, from Yozo TODA CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/04 12:23:59 Modified files: www/privoxy : Makefile distinfo www/privoxy/patches: patch-GNUmakefile_in www/privoxy/pkg: PLIST Log message: Update to privoxy-3.0.31 Fixes two CVE's: CVE-2021-20217 Prevent an assertion from getting triggered by a crafted CGI request. CVE-2021-20216 Fixed a memory leak when decompression fails "unexpectedly". Feedback and OK from sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/04 12:25:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add CVE-quirk for privoxy CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/04 12:29:02 Modified files: www/privoxy : Tag: OPENBSD_6_8 Makefile distinfo www/privoxy/patches: Tag: OPENBSD_6_8 patch-GNUmakefile_in patch-config www/privoxy/pkg: Tag: OPENBSD_6_8 PLIST Log message: Update to privoxy-3.0.31 Fixes two CVE's: CVE-2021-20217 Prevent an assertion from getting triggered by a crafted CGI request. CVE-2021-20216 Fixed a memory leak when decompression fails "unexpectedly". Feedback and OK from sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/04 12:31:57 Modified files: devel/quirks : Tag: OPENBSD_6_8 Makefile devel/quirks/files: Tag: OPENBSD_6_8 Quirks.pm Log message: Add CVE-quirk for privoxy CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/04 12:59:15 Modified files: sbin/iked : ca.c chap_ms.c crypto.c dh.c ikev2.c Log message: Upgrade to OpenSSL 1.1 compatible crypto API. Add additional checks where needed. ok markus@ patrick@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/04 13:09:32 Modified files: games/gnugo : Makefile games/gnugo/patches: patch-doc_gnugo_texi Added files: games/gnugo/patches: patch-engine_globals_c patch-engine_liberty_h Log message: games/gnugo: fix for -fno-common, upstream has been inactive for years CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/04 13:15:02 Modified files: sbin/iked : dh.c Log message: EC_POINT_get_affine_coordinates_GFp() and EC_POINT_get_affine_coordinates_GF2m() do the same thing. Remove redundant check and always use the _GFp() variant. discussed with tb@ ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/04 13:38:26 Modified files: sbin/iked : dh.c dh.h iked.h ikev2.c Log message: Rename 'struct group' to 'struct dh_group' for more clarity and to avoid name clashes. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/04 13:45:13 Modified files: regress/sbin/iked/dh: dhtest.c regress/sbin/iked/parser: common.c Log message: 'struct group' is now called 'struct dh_group'. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/04 13:53:26 Modified files: multimedia/kid3: Makefile multimedia/kid3/pkg: PLIST Log message: Fix random bulk build issues with QML enabled - Disable QML Spotted by naddy, ok zhuk@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/04 14:04:08 Modified files: textproc/pinfo : Makefile textproc/pinfo/patches: patch-src_filehandling_functions_c textproc/pinfo/pkg: PLIST Added files: textproc/pinfo/patches: patch-src_initializelinks_c patch-src_parse_config_h Log message: pinfo: fix for -fno-common & other housekeeping extern redefinition of use_manual and turn some inline functions into static inline to fix build with -O0. Regen PLIST while there. ok espie (maintainer) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/04 14:20:24 Modified files: regress/sbin/pfctl: pfail8.in pfail8.ok Log message: route-to rules take an ip now, not an interface with optional ip. they now also only work on keep state rules, so there's even more errors from the parser to expect. reminded by bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/04 14:26:02 Modified files: regress/sbin/pfctl: pf13.in pf13.ok pf13.optimized Log message: route-to rules take ips, not interfaces with optional ips. reminded by bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/04 14:27:18 Modified files: regress/sbin/pfctl: pf46.in pf46.ok pf46.optimized Log message: route-to rules take ips now, not interfaces with optional ips. reminded by bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/04 14:28:44 Modified files: regress/sbin/pfctl: pfail19.in Log message: it's fine to route-to to a table. i think this should have been tweaked a while back. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/04 14:55:54 Modified files: games/gnushogi : Makefile Added files: games/gnushogi/patches: patch-gnushogi_cursesdsp_c patch-gnushogi_globals_c patch-gnushogi_rawdsp_c Log message: games/gnushogi: fix build with -fno-common No upstream activity since 2014. Remove invalid configure flags while here. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/04 15:12:03 Modified files: share/man/man5 : bsd.port.mk.5 Log message: remove the suggestion to permit pkg_add with doas "nopass" when doing ports dev work. if you are able to run pkg_add as root without a password, your account is root-equivalent. typing the password multiple times is a pain but if somebody is going to choose to weaken their local security in this way, it should be their own decision and not something they have read in a manpage. ok tb@ thfr@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/04 15:13:10 Modified files: shells/nsh : Makefile distinfo shells/nsh/patches: patch-MANUAL Added files: shells/nsh/patches: patch-externs_h patch-kroute_c Removed files: shells/nsh/patches: patch-commands_c patch-stats_c patch-sysctl_c Log message: shells/nsh: update to new snapshot, fix build with -fno-common The new snapshot mostly incorporates the existing port patches. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 15:13:23 Modified files: mail/alpine : Makefile distinfo mail/alpine/patches: patch-configure patch-doc_man1_alpine_1 patch-imap_Makefile patch-imap_src_osdep_unix_Makefile patch-imap_src_osdep_unix_env_unix_c patch-imap_src_osdep_unix_ssl_unix_c patch-pith_conf_c mail/alpine/pkg: PLIST-c-client Log message: update to alpine-2.24 peter stern did some tests, thanks this changes the api; next commits to lang/php and telephony/asterisk adapt to this. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 15:16:55 Modified files: telephony/asterisk: Makefile telephony/asterisk/patches: patch-configure_ac Added files: telephony/asterisk/patches: patch-apps_app_voicemail_c patch-apps_app_voicemail_exports_in Log message: asterisk: cope with c-client api change in alpine 2.22+ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/04 15:21:48 Modified files: lang/php/7.2 : Makefile lang/php/7.3 : Makefile lang/php/7.4 : Makefile Added files: lang/php/7.2/patches: patch-ext_imap_config_m4 patch-ext_imap_php_imap_c lang/php/7.3/patches: patch-ext_imap_config_m4 patch-ext_imap_php_imap_c lang/php/7.4/patches: patch-ext_imap_config_m4 patch-ext_imap_php_imap_c Log message: php: cope with api change in alpine 2.22+'s c-client borrowed from https://git.slackware.nl/current/tree/source/n/php/php.imap.api.diff CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/04 15:25:37 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: update to 2021-02-04 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 15:40:04 Modified files: sys/dev/fdt : imxuart.c Removed files: sys/dev/fdt : imxuartvar.h Log message: Tedu unnecessary imxuartvar.h. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 15:40:45 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 16:23:23 Modified files: sys/arch/armv7/exynos: exuartreg.h Log message: Add missing CVS tag. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 16:28:20 Modified files: sys/arch/armv7/exynos: exuart.c Removed files: sys/arch/armv7/exynos: exuartvar.h Log message: Tedu exuartvar.h, which has not been needed since we switched to the "new way" of attaching the console. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 16:36:31 Modified files: sys/arch/armv7/exynos: exuart.c Log message: exuart(4) does not need to include exclockvar.h. The header seems to only provide a function for the I2C clock frequency, used by exiic(4). CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 17:05:20 Modified files: sys/arch/armv7/exynos: files.exynos sys/dev/fdt : files.fdt Added files: sys/dev/fdt : exuart.c exuartreg.h Removed files: sys/arch/armv7/exynos: exuart.c exuartreg.h Log message: Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 17:08:26 Modified files: sys/dev/fdt : exuart.c Log message: Rename probe/attach functions to fit our regular naming scheme. Replace &armv7_bs_tag with fdt_cons_bs_tag, which is our early console bus tag for both arm64 and armv7. On armv7, it points to &armv7_bs_tag. With this we can get rid of the armv7var.h include. Reduce a bit of diff to imxuart(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 17:13:37 Modified files: sys/dev/fdt : exuart.c Log message: Fix whitespace. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 17:25:19 Modified files: sys/dev/fdt : exuartreg.h Log message: Fix CVS tag. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/04 17:42:25 Modified files: sys/dev/fdt : bcm2835_dwctwo.c exuart.c tcpci.c Log message: arm_intr_establish_fdt() has long been renamed to fdt_intr_establish(). CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/04 18:01:04 ports/lang/iverilog/patches Update of /cvs/ports/lang/iverilog/patches In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/lang/iverilog/patches Log Message: Directory /cvs/ports/lang/iverilog/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/04 18:02:04 Modified files: lang/iverilog : Makefile distinfo Added files: lang/iverilog/patches: patch-driver_main_c Log message: Update lang/iverilog to 11.0 This allows it to build with CXXFLAGS=-fno-common Added a patch from upstream to work around a case of "all-world-is-Linux"ism. ok naddy@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/02/04 19:20:23 Modified files: usr.bin/ssh : sshd.c Log message: Remove debug message from sigchld handler. While this works on OpenBSD it can cause problems on other platforms. From kircherlike at outlook.com via bz#3259, ok djm@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/04 22:46:52 Modified files: devel/p5-String-CRC32: Makefile distinfo devel/p5-String-CRC32/pkg: PLIST Log message: Update to p5-String-CRC32-2.100. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/02/04 23:01:58 Modified files: regress/usr.bin/ssh: percent.sh Log message: hostname is not specified by POSIX but uname -n is, so use the latter for portability. Patch from Geert Hendrickx via github PR#208. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/05 00:39:15 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.66.6. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/05 01:17:23 Modified files: sys/dev/usb : ugen.c Log message: Prevent that when ugen(4) tries to set an alternative configuration descriptor (usually doesn't happen), that we continue to use an outdated cdesc pointer which still refers to the previous cdesc. Instead update the cdesc pointer to the new configuration descriptor. Reported by Thomas Jeunet ok phessler@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/05 02:30:26 Modified files: textproc/py-natsort: Makefile distinfo Log message: update to py3-natsort-7.1.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/05 02:36:10 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/pkg: PLIST Log message: update to gthumb-3.10.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/05 02:36:11 Modified files: net/telepathy/telepathy-glib: Makefile distinfo net/telepathy/telepathy-glib/pkg: PLIST Removed files: net/telepathy/telepathy-glib/patches: patch-tests_all-errors-documented_py Log message: update to telepathy-glib-0.24.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/05 03:06:23 Modified files: security/stegdetect: Makefile distinfo security/stegdetect/patches: patch-arc4_c patch-configure_in patch-stegdetect_c security/stegdetect/pkg: DESCR Added files: security/stegdetect/pkg: MESSAGE Removed files: security/stegdetect/patches: patch-Makefile_in patch-f5_c Log message: update stegdetect to a github archived version that fixes -fno-common. add a warning MESSAGE - this is very unmaintained and contains bundled old library versions (libjpeg, file) CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/02/05 03:30:45 Modified files: usr.sbin/snmpd : snmpd.h snmpe.c Log message: Introduce a transaction id. This is currently mostly a dummy-variable, but will later on be needed for when we reintroduce agentx master support. feedback and OK dlg@, rob@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/05 04:53:52 Modified files: x11/gcolor2 : Makefile x11/gcolor2/patches: patch-src_main_c Added files: x11/gcolor2/patches: patch-src_callbacks_h Log message: x11/gcolor2: fix for -fno-common adapted from https://svnweb.freebsd.org/ports?view=revision&revision=547510 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/05 04:58:32 Modified files: misc/astrolog : Makefile distinfo misc/astrolog/patches: patch-Makefile patch-astrolog_h misc/astrolog/pkg: PLIST Removed files: misc/astrolog/patches: patch-placalc_h misc/astrolog/pkg: MESSAGE Log message: update to astrolog-7.10, based on a diff from Evandro Rathke taking maintainer CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/05 05:18:57 Modified files: audio/ympd : Makefile Log message: audio/ympd: fix for -fno-common from https://svnweb.freebsd.org/changeset/ports/546834 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/05 05:19:29 Added files: audio/ympd/patches: patch-src_mpd_client_c patch-src_mpd_client_h Log message: audio/ympd: fix for -fno-common (forgotten cvs add, bah) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/05 05:21:35 Modified files: audio/scmpc : Makefile audio/scmpc/patches: patch-src-preferences_c Added files: audio/scmpc/patches: patch-src_audioscrobbler_c patch-src_audioscrobbler_h patch-src_mpd_c patch-src_mpd_h patch-src_preferences_h Log message: audio/scmpc: fix for -fno-common from https://gitweb.gentoo.org/repo/gentoo.git/commit/media-sound/scmpc/files?id=c9f42ac8feb314f3f2f6ec7cfd8c535ff33fe735 upstreamed at https://github.com/cmende/scmpc/pull/12 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/05 05:23:49 Modified files: usr.bin/tmux : cmd-new-window.c format.c tmux.1 Log message: Add a -S flag to new-window to make it select the existing window if one with the given name already exists rather than failing with an error. Also add a format to check if a window or session name exists which allows the same with other commands. Requested by and discussed with kn@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/05 05:25:50 Modified files: x11/gnome/libgda: Makefile distinfo x11/gnome/libgda/pkg: PLIST-main PLIST-pgsql Removed files: x11/gnome/libgda/patches: patch-libgda-ui_data-entries_plugins_libmain_c patch-providers_sqlcipher_sqlite3_c x11/gnome/libgda/pkg: DESCR-ldap DESCR-mysql PLIST-ldap PLIST-mysql Log message: Major update to libgda-6.0.0. The ldap and mysql/mariadb providers aren't built anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/05 05:26:08 Modified files: textproc/gtranslator: Makefile Added files: textproc/gtranslator/patches: patch-meson_build Log message: Cope with libgda update and drop the need for the python MODULE. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/05 05:26:52 Modified files: usr.sbin/rpki-client: main.c Log message: Remove the not so periodic stats from rpki-client. The output is not very useful and the way it works is a bit strange. OK job@ tb@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/05 05:29:19 Modified files: usr.bin/tmux : grid.c screen-redraw.c tmux.1 tmux.h tty-term.c Log message: Send Unicode directional isolate characters around horizontal pane borders if the terminal support UTF-8 and an extension terminfo(5) capability "Bidi" is present. On terminals with BiDi support (ie, VTE) this seems to be enough to display right-to-left text acceptably enough to be usable (with some caveats about the mouse position). Requested by and with help from Mahmoud Elagdar in GitHub issue 2425. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/05 05:39:00 Modified files: print/gtklp : Makefile Added files: print/gtklp/patches: patch-gtklp_gtklp_c patch-gtklp_gtklp_functions_c patch-gtklpq_gtklpq_c patch-libgtklp_libgtklp_h Log message: Fix for -fno-common; from FreeBSD. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/05 06:18:19 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-auto_def Log message: update to neomutt-20210205 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/05 06:59:47 Modified files: sysutils/dtb : Makefile distinfo sysutils/dtb/patches: patch-arch_arm64_boot_dts_rockchip_rk3399_dtsi sysutils/dtb/pkg: PLIST Added files: sysutils/dtb/patches: patch-arch_arm64_boot_dts_rockchip_rk3399-nanopi4_dtsi patch-arch_arm64_boot_dts_rockchip_rk3399-pinebook-pro_dts patch-arch_arm64_boot_dts_rockchip_rk3399-rock-pi-4_dtsi patch-arch_arm64_boot_dts_rockchip_rk3399-rock960_dts patch-arch_arm64_boot_dts_rockchip_rk3399pro-rock-pi-n10_dts Log message: update dtb to linux 5.10 sync rk3399 baud dts changes with sysutils/u-boot CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/05 07:09:16 src/regress/sys/net/pair Update of /cvs/src/regress/sys/net/pair In directory cvs.openbsd.org:/tmp/cvs-serv40116/pair Log Message: Directory /cvs/src/regress/sys/net/pair added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/05 07:12:17 Added files: regress/sys/net/pair: Makefile pf.conf Log message: Setup two pair(4) and one lo(4) interface in different routing domains and with different interface MTU. Test that packet flow and TCP path MTU discovery works. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2021/02/05 07:16:17 Modified files: misc/ietf-cli : Makefile misc/ietf-cli/patches: patch-ietf Log message: fix "Making the RFC status index" error when using the mirror subcommand OK tb@ kn@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/05 07:19:21 Modified files: lib/libfido2/src: hid_openbsd.c Log message: Remove the terrible_ping_kludge() workaround. We have committed a fix to the USB stack in the meantime for uhidev(4) and ugen(4) to resolve the data toggle issue in relation to xhci(4). ok gnezdo@, djm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/05 07:30:40 Modified files: net/mosquitto : Makefile distinfo Added files: net/mosquitto/patches: patch-man_CMakeLists_txt Log message: update to mosquitto-2.0.7 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/05 07:40:53 Modified files: www/firefox-esr-i18n: Makefile.inc distinfo Log message: firefox-esr CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/05 07:42:14 Modified files: www/firefox-esr: Makefile distinfo Log message: www/firefox-esr: update to 78.7.1 See https://www.mozilla.org/en-US/firefox/78.7.1/releasenotes/ Fixes https://www.mozilla.org/fr/security/advisories/mfsa2021-06/ (Windows-only 'Prevent access to NTFS special paths that could lead to filesystem corruption.') CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/05 07:42:37 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: www/firefox-esr: MFC update to 78.7.1 See https://www.mozilla.org/en-US/firefox/78.7.1/releasenotes/ Fixes https://www.mozilla.org/fr/security/advisories/mfsa2021-06/ (Windows-only 'Prevent access to NTFS special paths that could lead to filesystem corruption.') CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/05 07:43:44 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 85.0.1. See https://www.mozilla.org/en-US/firefox/85.0.1/releasenotes/ Fixes https://www.mozilla.org/security/advisories/mfsa2021-06/ (Windows-only 'Prevent access to NTFS special paths that could lead to filesystem corruption.') CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/05 07:56:01 Modified files: editors/micro : Makefile distinfo Log message: Update micro to 2.0.8 - Update from Thaison Nguyen , tweaks from myself. - Drop edd@ as maintainer per his request. - Switch to MODGO_*. - Remove do-*: in favor of the ports Go build. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/05 08:30:41 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update Nextcloud to 20.0.6 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/05 08:32:06 Modified files: games/xmj : Makefile distinfo games/xmj/pkg : PLIST Removed files: games/xmj/patches: patch-Imakefile patch-event_c Log message: xmj: update to 1.16; fix the build with -fno-common 20 years of changes: https://mahjong.julianbradfield.org/news.html Note that xmj moved to gtk+2. While here, build with -std=gnu99; this should avoid a build failure on base-gcc archs because of initial declaractions in 'for' loops. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/05 08:39:14 Modified files: audio/wmmp3 : Makefile audio/wmmp3/patches: patch-main_c Added files: audio/wmmp3/patches: patch-main_h patch-mpg123ctl_h patch-wmgeneral_c patch-wmgeneral_h Log message: wmmp3: fix the build with -fno-common While here, fix hardcoded paths and add missing includes. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/05 08:42:21 Modified files: x11/wmtime : Makefile distinfo x11/wmtime/patches: patch-wmtime_wmtime_c x11/wmtime/pkg : PLIST Removed files: x11/wmtime/patches: patch-wmgeneral_list_h patch-wmtime_Makefile Log message: wmtime: update to 1.4; fix the build with -fno-common wmtime now uses libdockapp. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/05 08:47:02 Modified files: games/wmtictactoe: Makefile games/wmtictactoe/pkg: PLIST Added files: games/wmtictactoe/patches: patch-wmgeneral_wmgeneral_c patch-wmgeneral_wmgeneral_h Log message: wmtictactoe: fix the build with -fno-common While here, provide HOMEPAGE and MASTER_SITES, add FIX_EXTRACT_PERMISSIONS and refresh WANTLIB/PLIST. OK sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/05 09:24:56 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/05 09:47:48 Modified files: sys/net : if_ethersubr.c Log message: Fix whitespace. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/05 10:08:04 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: net/curl: update to 7.75.0 CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/02/05 10:59:33 Modified files: usr.bin/sndiod : sndiod.8 sndiod.c Log message: disable autovol by default and set default volume to 127 The previous behavior of automatically decreasing playback volume when new programs start playing can be achieved with '-w on'. ok ratchov, patrick CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2021/02/05 11:37:48 Modified files: devel/boehm-gc : Makefile distinfo devel/boehm-gc/patches: patch-bdw-gc_pc_in patch-include_gc_config_macros_h patch-include_private_gcconfig_h devel/boehm-gc/pkg: PLIST-atomic PLIST-main Added files: devel/boehm-gc/patches: patch-dyn_load_c patch-os_dep_c Log message: Update to 8.0.4 with the following additional changes: - Use mmap via the configure argument instead of hard-coding it. - Define USE_MMAP_ANON for OpenBSD when --enable-mmap is configured - Remove unused ELF_CLASS define for OpenBSD. - Remove old HAVE_DL_ITERATE_PHDR workaround for OpenBSD. - Don't use old GC_find_limit_openbsd() which is only needed for uthreads. Tested on i386/amd64/sparc64/aarch64/powerpc/powerpc64/mips64 okay sthen@, gkoehler@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/02/05 12:54:49 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update sysutils/kubectl to 1.20.2 Diff from Luca De Pandis, tested by Muhammad Kaisar Arkhan Tanks ! CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/02/05 12:55:42 Modified files: sysutils/docker-cli: Makefile distinfo sysutils/docker-cli/pkg: PLIST Log message: Update sysutils/docker-cli to 20.10.3 Diff from Luca De Pandis, tested by Muhammad Kaisar Arkhan Tanks ! CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2021/02/05 12:57:54 Modified files: security/wpa_supplicant: Makefile Added files: security/wpa_supplicant/patches: patch-src_p2p_p2p_c Log message: Add security patch 2020-2 from upstream. The vulnerable code is currently disabled because we don't enable CONFIG_P2P. ok sthen@ bluhm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/02/05 15:03:40 Modified files: regress/usr.bin/ssh: percent.sh Log message: Roll back the hostname->uname change in rev 1.10. It turns out uname -n doesn't do what we need for some platforms in portable, so we'll fix the original problem (that some other platforms don't have hostname at all) by providing wrapper function to implement it. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/05 15:58:10 Modified files: games/jumpnbump: Makefile Added files: games/jumpnbump/patches: patch-globals_pre patch-main_c patch-network_c patch-network_h Log message: Add fixes for -fno-common From upstream: https://gitlab.com/LibreGames/jumpnbump/-/commit/b72b70a4233776bdaa6a683c89af2becefd53bd6.diff ok cwen@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/05 22:03:09 Modified files: x11/remmina : Makefile Added files: x11/remmina/patches: patch-src_remmina_stats_c Log message: Fix x11/remmina -fno-common from upstream ok sthen@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/05 22:05:04 Modified files: www/chromium/files: hid_service_fido.cc Log message: www/chromium remove terrible_ping_kludge since kernel is fixed ok mglocker@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/05 23:19:28 Modified files: usr.bin/systat : engine.c Log message: Use message_set() instead of direct assignment to curr_message to avoid leaking the current help text. from Anindya Mukherjee CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/06 00:33:27 Modified files: regress/lib/libssl/dtls: dtlstest.c Log message: Test reads and writes between the client and server. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/02/06 00:33:27 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_test_BUILD_gn patch-third_party_usrsctp_BUILD_gn Log message: update to 88.0.4324.150 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/06 00:34:34 Modified files: regress/lib/libssl/dtls: dtlstest.c Log message: Only hexdump packets/messages on higher debug levels. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 01:23:28 ports/sysutils/fprintd/patches Update of /cvs/ports/sysutils/fprintd/patches In directory cvs.openbsd.org:/tmp/cvs-serv69471/patches Log Message: Directory /cvs/ports/sysutils/fprintd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 01:24:03 Modified files: sysutils/fprintd: Makefile Added files: sysutils/fprintd/patches: patch-src_main_c patch-src_storage_h Log message: Fix for -fno-common; from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 01:36:08 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.24.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 01:37:47 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 01:37:59 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 01:38:12 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/06 01:48:49 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 78.7.1 See https://www.thunderbird.net/en-US/thunderbird/78.7.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 02:02:25 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.2. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/06 02:31:46 Modified files: games/lincity : Makefile Added files: games/lincity/patches: patch-fileutil_c patch-ldsvguts_c patch-main_c patch-screen_h Log message: Fix for -no-common from Gentoo https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edf247202490c028bce701f26b52e39f996c287 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/06 02:31:47 Modified files: sys/arch/octeon/conf: BOOT Makefile.octeon ld.script Log message: Revise kernel's ld.script on octeon This allows more control over the structure of the linked kernel image. Now the ELF .openbsd.randomdata segment can be omitted from BOOT kernel. The segment has caused trouble with broken firmware when the firmware tries to load it on top of the actual kernel segment. Discussed with and OK deraadt@ CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2021/02/06 02:32:54 Modified files: . : octeon.html Log message: Mention Netgear ProSecure UTM25. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 02:33:04 Modified files: x11/libfm : Makefile.inc x11/libfm/core : Makefile distinfo x11/libfm/core/patches: patch-docs_reference_libfm_Makefile_in x11/libfm/core/pkg: PLIST x11/libfm/extra: distinfo x11/libfm/extra/pkg: PLIST Log message: Update to libfm{,-extra}-1.3.2 and enable DEBUG_PACKAGES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/06 02:33:22 Modified files: x11/pcmanfm : Makefile distinfo x11/pcmanfm/patches: patch-src_Makefile_in Log message: Update to pcmanfm-1.3.2 and enable DEBUG_PACKAGES. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/06 02:33:41 Modified files: share/man/man4/man4.octeon: cnmac.4 Log message: Mention Netgear ProSecure UTM25. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/06 03:04:28 Added files: devel/dtc/patches: patch-util_h Log message: don't use gnu_printf format attribute with gcc < 4.4 fixes the build on archs where cc is gcc 4.2.1 ok kn@ CVSROOT: /cvs Module name: ports Changes by: jan@cvs.openbsd.org 2021/02/06 05:04:43 Added files: devel/libowfat/patches: patch-buffer_buffer_0_c patch-buffer_buffer_0small_c patch-buffer_buffer_1_c patch-buffer_buffer_1small_c patch-io_internal_h Log message: fix the build with -fno-common OK gnezdo@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/06 06:02:52 Modified files: usr.bin/tmux : tmux.1 Log message: In the end UTF-8 did not become a terminal feature, should not be listed in man page. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/06 06:03:50 Modified files: comms/minicom : Makefile distinfo comms/minicom/patches: patch-man_minicom_1 patch-src_main_c patch-src_script_c patch-src_sysdep1_c patch-src_updown_c comms/minicom/pkg: PLIST Added files: comms/minicom/patches: patch-src_minicom_c Removed files: comms/minicom/patches: patch-src_windiv_c Log message: update minicom to 2.8 fixes -fno-common build tested by Thaison Nguyen CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/06 06:15:37 Modified files: sys/net : if_ethersubr.c sys/netinet : ip_output.c Log message: Simplex interface sends packet back without hardware checksum offloading. The checksum must be calculated in software. Use the same condition in ether_resolve() to send the broadcast packet back to the stack and in in_ifcap_cksum() to force software checksumming. This fixes regress/sys/kern/sosplice/loop. OK procter@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/06 06:20:30 Modified files: x11/asclock : Makefile Added files: x11/asclock/patches: patch-symbols_c Log message: fix asclock -fno-common build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 06:55:08 Modified files: devel/libowfat : Makefile Log message: bump revision CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 07:37:53 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/pkg: PLIST Log message: update to lighttpd-1.4.59, from Brad CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/06 07:49:13 Log message: import x11/mlvwm, from Morgan Aldridge, ok sthen MLVWM is a Macintosh-like virtual window manager for X11 created by Takashi Hasegawa. It supports monochrome and color modes, including System 6, MacOS 7, and Mac OS 8-like themes. It provides a customizable, application-specific menu bar, plus applications & windows menus, multiple desktops, collapsible windows, and supports "swallowing" other small X11 applications into the menu bar as widgets. Status: Vendor Tag: tb Release Tags: tb_20210206 N ports/x11/mlvwm/Makefile N ports/x11/mlvwm/distinfo N ports/x11/mlvwm/patches/patch-configure_h N ports/x11/mlvwm/pkg/PLIST N ports/x11/mlvwm/pkg/README N ports/x11/mlvwm/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/06 07:49:55 Modified files: x11 : Makefile Log message: +mlvwm CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/06 08:24:06 Added files: japanese/canna/patches: patch-lib_RKC_rkc_c Log message: obvious fix for -fno-common CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 08:24:49 Modified files: infrastructure/mk: bsd.port.mk Log message: Change COMMENT for debug packages to just use PKGSTEM not FULLPKGNAME. In some cases (mostly with insane distnames from local test builds, but conceivably also possible with long combinations of flavours) they can exceed the character limit. Discussed with espie@ who pointed out that plist_db doesn't include entries for debug packages. From Mikolaj Kucharski. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/06 10:27:38 Modified files: news/nn : Makefile news/nn/patches: patch-global_h patch-term_c Added files: news/nn/patches: patch-articles_c patch-articles_h patch-db_c patch-news_c patch-news_h patch-nn_term_h Log message: news/nn: fix build with -fno-common Placement of the shared variables is somewhat haphazard. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/06 10:31:27 Modified files: sysutils/fzf : Makefile sysutils/fzf/pkg: README Log message: Fix fish shell completion path in readme file ok edd@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/06 11:01:02 Modified files: sbin/unwind : frontend.c resolver.c unwind.c Log message: Revert delayed opening of trust anchor file. The code was somewhat ugly and the underlying problem (dhclient and unwind playing well together) should be solved differently. Final straw was jca reporting that it breaks his setup. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 11:39:11 Modified files: security/gpgme : Makefile distinfo security/gpgme/pkg: PLIST-qt Log message: update to gpgme-1.15.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 13:33:27 Modified files: mail/roundcubemail: Makefile mail/rcube-contextmenu: Makefile mail/rcube-dkimstatus: Makefile mail/rcube-dovecot_ident: Makefile mail/rcube-html5-notifier: Makefile mail/rcube-ldapAliasSync: Makefile mail/rcube-markasjunk2: Makefile mail/rcube-sieverules: Makefile mail/rcube-yubikey-plugin: Makefile net/librenms : Makefile Log message: switch roundcube/plugins and librenms to MODPHP_VERSION=7.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 13:56:40 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/noscript: Makefile distinfo Log message: update to tor-browser-10.0.10, from Caspar Schutijser CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 14:07:31 Modified files: geo/traccar : Makefile distinfo geo/traccar/patches: patch-conf_default_xml geo/traccar/pkg: PLIST Log message: update to traccar-4.12, from Renaud Allard CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/06 14:12:02 Modified files: games/megaglest/base: Makefile Added files: games/megaglest/base/patches: patch-source_shared_lib_include_feathery_ftp_ftpTypes_h patch-source_shared_lib_sources_feathery_ftp_ftpRuntime_c Log message: upstream fix for -fno-common CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/06 14:18:58 Modified files: news/trn : Makefile Added files: news/trn/patches: patch-scan_h Log message: news/trn: fix build with -fno-common; ok espie@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/06 14:26:19 Modified files: sys/conf : newvers.sh sys/sys : param.h etc/root : root.mail share/mk : sys.mk sys/arch/macppc/stand/tbxidata: bsd.tbxi Log message: 6.9-beta CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 14:32:06 Modified files: telephony/kamailio: Makefile distinfo telephony/kamailio/patches: patch-etc_kamailio_cfg patch-src_Makefile_defs patch-src_core_list_h patch-src_core_rand_fastrand_c patch-src_core_tcp_read_c patch-src_modules_auth_identity_auth_identity_c patch-src_modules_db_berkeley_Makefile patch-src_modules_db_berkeley_bdb_lib_c patch-src_modules_db_berkeley_km_bdb_lib_c patch-src_modules_ipops_detailed_ip_type_c patch-src_modules_nat_traversal_nat_traversal_c patch-src_modules_tls_tls_bio_c patch-src_modules_tls_tls_domain_c patch-src_modules_tls_tls_init_c patch-src_modules_xhttp_pi_xhttp_pi_fnc_c patch-utils_kamctl_kamctl_base patch-utils_kamctl_kamctlrc patch-utils_kamctl_kamdbctl_base telephony/kamailio/pkg: PLIST-berkeley PLIST-main PLIST-mysql PLIST-postgresql PLIST-xml Added files: telephony/kamailio/patches: patch-src_Makefile_rules patch-src_modules_tls_tls_rand_c patch-src_modules_tls_tls_select_c patch-src_modules_tls_utils_openssl_mutex_shared_Makefile Removed files: telephony/kamailio/patches: patch-src_core_msg_translator_c patch-src_core_pt_c patch-src_core_rand_fastrand_h patch-src_core_select_core_c patch-src_core_timer_c patch-src_lib_srutils_Makefile patch-src_main_c patch-src_modules_app_jsdt_duk_config_h patch-src_modules_tls_tls_locking_c patch-src_modules_xmlrpc_xmlrpc_c patch-utils_kamcmd_kamcmd_c patch-utils_kamctl_kamctl patch-utils_kamctl_kamctl_rpcfifo patch-utils_kamctl_kamdbctl Log message: update to kamailio-5.4.3, major update that includes amongst other things a fix for -fno-common so it will keep on building. needs runtime tests! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/06 14:38:23 Modified files: graphics/unwebp: Makefile distinfo Log message: bug-fix release: correct delays in animated pics CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 14:39:44 Modified files: databases/web2ldap: Makefile distinfo Log message: update to web2ldap-1.5.113, from maintainer Lucas Raab CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 14:40:59 Modified files: sysutils/monit : Makefile distinfo Log message: update to monit-5.27.2, from Caspar Schutijser CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/02/06 14:40:59 Modified files: gnu/llvm/clang/include/clang/Driver: Options.td gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp gnu/llvm/clang/lib/Frontend: CompilerInvocation.cpp Log message: switch clang to -fno-common by default Common variables will be flagged as errors by default. This can be overridden with -fcommon. Cherry-pick this change that will be part of LLVM11. We bring it forward so we can finish fixing the fallout in the ports tree. ok deraadt@ sthen@ mglocker@ CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2021/02/06 14:42:30 Modified files: games/backgammon/teachgammon: teach.c Log message: while learning (teachgammon(1)) you might want to save your game so "{w,c}path" pledge(2) permissions are required CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 14:42:49 Modified files: databases/xapian-bindings: Makefile distinfo databases/xapian-core: Makefile distinfo databases/xapian-core/pkg: PLIST www/xapian-omega: Makefile distinfo Log message: update the xapian ports to 1.4.18, from Lucas Raab CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/06 14:44:34 Modified files: graphics/unwebp: Makefile distinfo Log message: and I fucked up! turns out gif has a default 100ms delay but now I see it correctly... fixed version with actual delay derived from the webp file CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 14:45:42 Modified files: multimedia/mpv : Makefile graphics/libplacebo: Makefile distinfo graphics/libplacebo/pkg: PLIST Added files: multimedia/mpv/patches: patch-video_out_placebo_ra_pl_c Log message: Update to libplacebo-3.104.0, patch mpv to cope. from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/06 14:46:32 Modified files: x11/mplayer : Makefile distinfo x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-configure Log message: update to mplayer-20210124, from Brad CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/06 15:08:35 Modified files: devel/clang-tools-extra: Makefile devel/llvm : Makefile editors/xemacs21/stable: Makefile lang/gcc/8 : Makefile lang/gpc : Makefile lang/pcc : Makefile lang/swi-prolog: Makefile math/octave : Makefile Log message: bump for plist changes 6.8 -> 6.9 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/06 17:51:53 Modified files: sbin/iked : parse.y Log message: Fix address leaks in expand_flows(). ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/06 17:56:06 Modified files: sbin/iked : ca.c Log message: Free X509_STOREs in ca_shutdown(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/06 18:24:40 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.hppa md.landisk md.luna88k md.sgi md.sparc64 distrib/sets/lists/comp: gcc.alpha gcc.amd64 gcc.hppa gcc.landisk gcc.luna88k gcc.sgi gcc.sparc64 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/07 00:33:03 Modified files: driver/xf86-video-intel/src/sna: compiler.h Log message: fix typo when defining away tightly_packed when building without -O spotted by deraadt@ when building with CFLAGS=-fno-common matches upstream commit by Alexei Podtelezhnikov sna: fix typo for --enable-debug=full db2356f5861d4a81d67c00843a15f5624cd21fb5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/07 01:03:35 Modified files: mail/geary : Makefile distinfo mail/geary/pkg : PLIST Log message: Update to geary-3.38.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/07 01:08:28 Modified files: mail/sendmail : Tag: OPENBSD_6_8 Makefile mail/sendmail/files: Tag: OPENBSD_6_8 site.OS.m4 Log message: Move away from OpenSSL/1.1 now that we have a syspatch for LibreSSL. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/07 01:08:49 Modified files: mail/sendmail : Makefile Log message: Bump to be ahead of -stable. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/07 01:40:46 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.6. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/07 05:29:12 Modified files: games/xboard : Makefile Added files: games/xboard/patches: patch-backend_h patch-evalgraph_h Log message: games/xboard: fix build with -fno-common; upstream is inactive CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/07 05:54:22 Modified files: devel/lua-openbsd: Makefile distinfo devel/lua-openbsd/pkg: PLIST Log message: Update lua-openbsd to v0.3 which adds support for unveil! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/07 06:12:39 Modified files: devel/spidermonkey78: Makefile distinfo Log message: update to spidermonkey-78.7.1 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/07 06:35:41 Modified files: sbin/unwind : resolver.c Log message: Only probe for DNS64 presence when we know that we can talk to the slaacd provided nameservers, i.e. the stub resolver check succeeded. Previously we would only probe DNS64 on network change but would not reschedule when it failed. Sometimes (most of the time?) this failes because our address is still tentative or a default route has not yet been installed. OK phessler CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/07 07:24:02 Modified files: sysutils/p5-Rex: Makefile distinfo sysutils/p5-Rex/pkg: PLIST Log message: Update to p5-Rex-1.13.2 from wen heping CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/07 07:31:36 Modified files: textproc/p5-PPIx-Regexp: Makefile distinfo Log message: Update to p5-PPIx-Regexp-0.078 from wen heping CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/07 07:38:29 Modified files: textproc/p5-PPIx-QuoteLike: Makefile distinfo Log message: Update to p5-PPIx-QuoteLike-0.015 from wen heping CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/02/07 07:38:45 Modified files: audio/cmus : Makefile distinfo audio/cmus/pkg : PLIST-ffmpeg PLIST-main Log message: update audio/cmus to 2.9.1 ok kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/07 07:44:31 Modified files: www/py-httpie : Makefile distinfo Removed files: www/py-httpie/patches: patch-tests_test_ssl_py Log message: update to httpie-2.4.0, set PY_IGNORE_IMPORTMISMATCH=1 to workaround py._path.local.LocalPath.ImportMismatchError errors from pytest due to a mismatch between $WRKSRC/lib/$file and $WRKSRC/$file CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/07 07:49:43 Modified files: biology/bioperl: Makefile distinfo biology/bioperl/pkg: PLIST Log message: Update to bioperl-1.7.8 from wen heping CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/07 07:52:17 Modified files: regress/lib/libssl/dtls: dtlstest.c Log message: Enable auto DHE and disable session tickets for some tests. This allows us to drop the server messages that we intend on dropping. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/07 08:04:10 Modified files: lib/libssl : ssl_clnt.c ssl_locl.h ssl_srvr.c ssl_versions.c Log message: Factor out the legacy stack version checks. Also check for explicit version numbers, rather than just the major version value. ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/07 08:04:34 Modified files: textproc/libtextcat: Makefile textproc/libtextcat/pkg: PLIST Log message: fix license marker, regen plist while there CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/07 08:04:50 Modified files: graphics/barcode: Makefile Added files: graphics/barcode/patches: patch-barcode_h patch-pcl_c Log message: graphics/barcode: fix build with -fno-common; upstream is dead CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/07 08:12:52 Modified files: lib/libssl : s3_lib.c Log message: Correct handshake MAC/PRF for various TLSv1.2 cipher suites. For some reason various TLSv1.2 cipher suites were added with the default handshake MAC and PRF, rather than the SHA256 handshake MAC and PRF. This gets patched up in ssl3_get_algorithm2(), hence goes unnoticed. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/07 08:26:32 Modified files: lib/libssl : s3_lib.c ssl_ciph.c ssl_clnt.c ssl_locl.h Log message: Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md(). The mess that is ssl_get_algorithm2() only exists to upgrade the handshake MAC of a pre-TLSv1.2 cipher suite to SHA256 when used with TLSv1.2. We can readily do this in ssl_get_handshake_evp_md(), which is far more readable. ok tb@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/07 08:40:12 ports/emulators/advancemame/patches Update of /cvs/ports/emulators/advancemame/patches In directory cvs.openbsd.org:/tmp/cvs-serv44919/patches Log Message: Directory /cvs/ports/emulators/advancemame/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/07 08:41:40 Modified files: emulators/advancemame: Makefile Added files: emulators/advancemame/patches: patch-src_drivers_cavepgm_c Log message: emulators/advancemame: fix build with -fno-common; from upstream, unreleased CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/07 09:21:58 Modified files: audio/libid3tag: Makefile Added files: audio/libid3tag/patches: patch-Makefile_in Log message: audio/libid3tag: fix parallel build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/07 09:30:47 Modified files: net/bro : Makefile net/bro/patches: patch-auxil_highwayhash_highwayhash_os_specific_cc patch-src_iosource_Packet_cc Removed files: net/bro/patches: patch-auxil_broker_caf_libcaf_core_caf_config_hpp patch-src_iosource_BPF_Program_cc patch-src_iosource_pcap_Source_cc Log message: Rework patches and garbage collect uneeded ones. Still trying to figure out why we're not logging anything in cluster mode. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/07 11:59:13 Modified files: games/openjk : Makefile distinfo games/openjk/patches: patch-CMakeLists_txt Added files: games/openjk/patches: patch-cmake_Modules_InstallConfig_cmake Removed files: games/openjk/patches: patch-CMakeModules_InstallConfig_cmake Log message: Update to the latest upstream code for OpenJK. Among other things, fixes -fno-common issues. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/07 12:12:01 Modified files: japanese/Wnn : Makefile japanese/Wnn/patches: patch-Wnn_jserver_de_c patch-Xwnmo_xjutil_init_w_c patch-Xwnmo_xwnmo_multi_lang_c Added files: japanese/Wnn/patches: patch-Xwnmo_xwnmo_change_c Log message: fix for -fno-common bumped REVISION of bin packages as requested by naddy@ okay naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/07 12:27:19 Modified files: print/cups-bjnp: Makefile distinfo print/cups-bjnp/patches: patch-bjnp-commands_c patch-configure print/cups-bjnp/pkg: PLIST Removed files: print/cups-bjnp/patches: patch-bjnp-debug_c patch-bjnp-io_c Log message: Update to cups-bjnp-2.0.3 to unbreak with -fno-common. Take MAINTAINER while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/07 13:20:05 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/pkg: PLIST Log message: Remove useless pa-info (linux-centric bash script). prodded by espie@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/07 13:49:32 Modified files: net/profanity : Makefile Log message: Register new maintainer Florian Viehweger CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/07 14:58:07 Modified files: devel/blame : Makefile Added files: devel/blame/patches: patch-src_blame_c patch-src_lexer_l Log message: devel/blame: fix build with -fno-common Also remove dead homepage and replace dead master site while here. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/07 15:02:04 Modified files: infrastructure/db: network.conf Log message: Remove ftp.cs.tu-berlin.de (NXDOMAIN) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/07 15:06:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm multimedia : Makefile Removed files: multimedia/avinfo: Makefile distinfo multimedia/avinfo/patches: patch-src_ass_y patch-src_avinfo_c patch-src_c_conv2_c patch-src_mpeg_c patch-src_ogm_c patch-src_print_c multimedia/avinfo/pkg: DESCR PLIST Log message: remove multimedia/avinfo No release for 15 years, therefore unable to handle modern formats, crashed on the first A/V file I tried. ok mestre@ sthen@ kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/07 15:13:21 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-CMakeLists_txt graphics/darktable/pkg: PLIST Added files: graphics/darktable/patches: patch-src_CMakeLists_txt patch-src_cli_CMakeLists_txt patch-src_common_file_location_c patch-src_external_CMakeLists_txt patch-src_generate-cache_CMakeLists_txt Removed files: graphics/darktable/patches: patch-src_common_imageio_avif_c Log message: update to darktable-3.4.1 hack around https://marc.info/?l=openbsd-ports&m=161237217508060&w=2 (again) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/07 15:55:38 Modified files: x11/skippy : Makefile x11/skippy/patches: patch-Makefile patch-wm_c patch-wm_h Log message: skippy: fix the build with -fno-common While here, refresh WANTLIB, MASTER_SITES (thanks to sthen@ for hosting it) and don't build with the '-g' CFLAG. OK naddy@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/07 16:53:00 Modified files: regress/sbin/pfctl: pfail23.in Log message: i missed a dup-to when tweaking route-to things to takes ips, not ifaces. gentle reminded by bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/07 16:53:46 Modified files: regress/sbin/pfctl: pf13.loaded Log message: route-to rules take ips, not interfaces with optional ips. another gentle reminder by bluhm@ who pointed out i missed some CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/07 20:42:13 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/pkg: PLIST Log message: update to wesnoth-1.14.15 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/02/08 01:18:45 Modified files: sys/dev/dt : dt_dev.c sys/dev/pci : if_myx.c sys/dev/pci/drm: drm_linux.c sys/kern : kern_rwlock.c kern_sched.c kern_sig.c kern_synch.c kern_timeout.c subr_log.c sys/sys : proc.h systm.h Log message: Simplify sleep_setup API to two operations in preparation for splitting the SCHED_LOCK(). Putting a thread on a sleep queue is reduce to the following: sleep_setup(); /* check condition or release lock */ sleep_finish(); Previous version ok cheloha@, jmatthew@, ok claudio@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/08 01:33:54 Modified files: usr.bin/tmux : server-client.c Log message: Include "focused" in client flags, from Dan Aloni in GitHub issue 2558. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/08 02:18:30 Modified files: sys/kern : tty_pty.c Log message: Do not hold onto the fdplock longer then needed. Release the lock after the initial falloc() calls and then regrab it for the fdinsert() or fdremove() calls respectiviely. Also move closef() outside of the lock. This replaces the previously reverted lock order change that was reverted. OK mvs@ visa@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/08 02:22:53 Modified files: usr.sbin/rpki-client: cert.c extern.h Log message: Extract the 1.3.6.1.5.5.7.48.5 (caRepository) SIA from the certificate. Make sure that the caRepository matches the start of the URI of rpkiManifest. The MFT must be a file inside the caRepository. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/08 02:28:59 Modified files: regress/usr.sbin/rpki-client: test-cert.c Log message: Also print the recently added caRepository URI alongside rpkiManifest and rpkiNotify SIA. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/02/08 02:46:45 Modified files: usr.sbin/btrace: bt_parse.y bt_parser.h btrace.c btrace.h Log message: Extend binary operators support, required for more filter features. Improve debugging of filters and print operator names in debug output. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/08 02:50:22 Modified files: geo/pgpointcloud: Makefile Added files: geo/pgpointcloud/patches: patch-lib_cunit_cu_tester_c patch-lib_cunit_cu_tester_h Log message: geo/pgpointcloud: fix for -fno-common from https://github.com/pgpointcloud/pointcloud/pull/273 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/08 02:53:58 Log message: import libexttextcat, ok tb@ benoit@ (tb spotted a test dep on bash and suggested adding TDEP, I fixed it differently) libexttextcat is an N-Gram-Based Text Categorization library primarily intended for language guessing. It is an adaption of wiseguys libtextcat extended to be UTF-8 aware. Status: Vendor Tag: sthen Release Tags: sthen_20210208 N ports/textproc/libexttextcat/Makefile N ports/textproc/libexttextcat/distinfo N ports/textproc/libexttextcat/pkg/DESCR N ports/textproc/libexttextcat/pkg/PLIST N ports/textproc/libexttextcat/patches/patch-src_Makefile_am No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/08 02:56:36 Log message: import ports/textproc/libstemmer, ok/tweak tb@ benoit@ This package provides a library and command-line tool implementing stemming algorithms. Stemming maps different forms of the same word to a common "stem" - for example, the English stemmer maps connection, connections, connective, connected, and connecting to connect. This is useful in searching and information retrieval. Status: Vendor Tag: sthen Release Tags: sthen_20210208 N ports/textproc/libstemmer/Makefile N ports/textproc/libstemmer/distinfo N ports/textproc/libstemmer/pkg/DESCR N ports/textproc/libstemmer/pkg/PLIST N ports/textproc/libstemmer/patches/patch-GNUmakefile N ports/textproc/libstemmer/patches/patch-libstemmer_symbol_map No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/08 02:57:24 Modified files: textproc : Makefile Log message: +libexttextcat, +libstemmer CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/02/08 03:51:02 Modified files: lib/libkvm : kvm_proc2.c sys/kern : exec_elf.c init_main.c kern_exit.c kern_fork.c kern_proc.c kern_resource.c kern_sig.c kern_synch.c kern_sysctl.c subr_witness.c sys_process.c tty.c sys/sys : proc.h sys/uvm : uvm_glue.c Log message: Revert the convertion of per-process thread into a SMR_TAILQ. We did not reach a consensus about using SMR to unlock single_thread_set() so there's no point in keeping this change. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/02/08 04:20:04 Modified files: sbin/bioctl : bioctl.8 bioctl.c sys/conf : files sys/dev : softraid.c softraid_crypto.c softraidvar.h Log message: Add a RAID1C (raid1 + crypto) softraid(8) discipline. The RAID1C discipline encrypts data like the CRYPTO discipline, and accepts multiple chunks during creation and assembly like the RAID1 discipline. To deal with failing disks a RAID1C volume may be assembled with a smaller number of chunks than the volume was created with. The volume will then come up in degraded state. If the volume is now detached and assembled again with the correct number of chunks, any re-added chunks will require a rebuild. Consequently, assembling RAID1C volumes requires careful attention to the chunks passed via 'bioctl -l'. If a chunk is accidentally omitted from the command line during volume assembly, then this chunk will need to be rebuilt. At least one known-good chunk is required in order to assemble the volume. Like CRYPTO, RAID1C supports passphrase and key-disk authentication. Key-disk based volumes are assembled automatically if the key disk is present while the system is booting up. Unlike CRYPTO and RAID1, there is no boot support for RAID1C yet. RAID1C largely reuses existing code of RAID1 and CRYPTO disciplines. At present RAID1C's discipline-specific data structure is shared with that of the CRYPTO discipline to allow re-use of existing CRYPTO code. A custom RAID1C data structure would require CRYPTO code to access struct sr_crypto via a pointer instead of via a member field of struct sr_discipline. ok jsing@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/02/08 04:21:53 Added files: sys/dev : softraid_raid1c.c Log message: Add a RAID1C (raid1 + crypto) softraid(8) discipline. The RAID1C discipline encrypts data like the CRYPTO discipline, and accepts multiple chunks during creation and assembly like the RAID1 discipline. To deal with failing disks a RAID1C volume may be assembled with a smaller number of chunks than the volume was created with. The volume will then come up in degraded state. If the volume is now detached and assembled again with the correct number of chunks, any re-added chunks will require a rebuild. Consequently, assembling RAID1C volumes requires careful attention to the chunks passed via 'bioctl -l'. If a chunk is accidentally omitted from the command line during volume assembly, then this chunk will need to be rebuilt. At least one known-good chunk is required in order to assemble the volume. Like CRYPTO, RAID1C supports passphrase and key-disk authentication. Key-disk based volumes are assembled automatically if the key disk is present while the system is booting up. Unlike CRYPTO and RAID1, there is no boot support for RAID1C yet. RAID1C largely reuses existing code of RAID1 and CRYPTO disciplines. At present RAID1C's discipline-specific data structure is shared with that of the CRYPTO discipline to allow re-use of existing CRYPTO code. A custom RAID1C data structure would require CRYPTO code to access struct sr_crypto via a pointer instead of via a member field of struct sr_discipline. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/02/08 04:37:45 Modified files: sysutils/bacula: Makefile distinfo Removed files: sysutils/bacula/patches: patch-src_cats_update_mysql_tables_in patch-src_tools_dbcheck_c Log message: update to 11.0.1 ok sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/08 05:30:10 Modified files: sys/net : if.c sys/netinet : ip_carp.c Log message: Start refcounting interface groups with 1. if_creategroup() returns a new object that is already refcounted, so carp attach does not reach into internal structures. Add kasserts to detect counter overflow or underflow. OK mvs@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2021/02/08 05:33:21 Modified files: net/powerdns : Makefile distinfo Log message: Update to PowerDNS Authoritative Server 4.4.1 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/08 07:46:53 Modified files: usr.bin/tmux : tmux.1 window-copy.c Log message: Add "pipe" variants of the "copy-pipe" commands which do not copy, from Christian Zangl. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/08 08:41:12 Modified files: textproc/libexttextcat: Makefile textproc/libexttextcat/pkg: PLIST Log message: libexttextcat: rename fpdb.conf to fbdb.conf.dist and @sample CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/08 09:13:58 Modified files: sbin/iked : config.c iked.c types.h Log message: Clean up kernel IPsec flows and security associations on shutdown. Discussed with sthen@ ok patrick@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/08 09:15:06 Added files: etc/signify : openbsd-70-base.pub Log message: add future 7.0 base key CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/08 10:17:02 Modified files: lib/libssl : d1_pkt.c Log message: Use dtls1_retrieve_buffered_record() to load buffered application data. Replace the current copy of dtls1_retrieve_buffered_record() with a call to it instead. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/08 10:18:39 Modified files: lib/libssl : ssl_pkt.c Log message: Enforce read ahead with DTLS. DTLS is largely broken/useless without read ahead being enabled, so enforce it for DTLS. This behaviour matches both our documentation and OpenSSL. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/08 10:20:47 Modified files: lib/libssl : ssl_lib.c ssl_tlsext.c Log message: Remove bogus DTLS checks to disable ECC and OCSP. ECC and OCSP can be used with DTLS, so remove bogus checks that currently prevent it. These are long lasting remnants from the original OpenSSL code. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/08 10:21:50 Modified files: regress/lib/libssl/client: clienttest.c Log message: Update DTLS client hello due to ECC changes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/08 10:33:12 Modified files: multimedia/minidlna: Makefile distinfo multimedia/minidlna/pkg: DESCR Log message: update to minidlna-1.3.0, from Mark Patruck, plus small tweaks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/08 11:01:11 Modified files: x11/xwallpaper : Makefile distinfo Log message: Update xwallpaper to 0.6.6 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/08 11:21:39 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/pkg: PLIST Log message: Update homebank to 5.5 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/02/08 12:05:05 Modified files: sbin/bioctl : bioctl.c Log message: Make bioctl properly verify raidlevels specified via the -c option. Trailing characters in the option argument were ignored, such that -cC1 (typo of -c1C) was interpreted as -cC instead of being rejected. ok jsing@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/08 12:09:05 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/08 12:16:24 Modified files: devel/kdevelop : Makefile distinfo devel/kdevelop/pkg: PLIST Log message: Update kdevelop to 5.6.2 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/02/08 12:37:15 Modified files: sys/netinet : tcp.h tcp_output.c Log message: Remove maxburst feature from tcp_output OK bluhm@, claudio@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/08 13:00:50 Modified files: x11/kde-applications: Makefile.inc x11/kde-applications/akonadi: Makefile distinfo x11/kde-applications/akonadi-calendar: Makefile distinfo x11/kde-applications/akonadi-calendar-tools: distinfo x11/kde-applications/akonadi-contacts: distinfo x11/kde-applications/akonadi-import-wizard: distinfo x11/kde-applications/akonadi-mime: distinfo x11/kde-applications/akonadi-mime/pkg: PLIST x11/kde-applications/akonadi-notes: distinfo x11/kde-applications/akonadi-search: distinfo x11/kde-applications/akonadiconsole: distinfo x11/kde-applications/akregator: distinfo x11/kde-applications/analitza: distinfo x11/kde-applications/analitza/pkg: PLIST x11/kde-applications/ark: distinfo x11/kde-applications/artikulate: distinfo x11/kde-applications/artikulate/pkg: PLIST x11/kde-applications/audiocd-kio: distinfo x11/kde-applications/baloo-widgets: distinfo x11/kde-applications/blinken: distinfo x11/kde-applications/bomber: distinfo x11/kde-applications/bovo: distinfo x11/kde-applications/calendarsupport: distinfo x11/kde-applications/cantor: distinfo x11/kde-applications/cervisia: distinfo x11/kde-applications/dolphin: distinfo x11/kde-applications/dolphin-plugins: distinfo x11/kde-applications/dragon: distinfo x11/kde-applications/eventviews: distinfo x11/kde-applications/ffmpegthumbs: distinfo x11/kde-applications/ffmpegthumbs/pkg: PLIST 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: Makefile distinfo x11/kde-applications/kalgebra: distinfo x11/kde-applications/kalzium: distinfo x11/kde-applications/kamera: distinfo x11/kde-applications/kanagram: distinfo x11/kde-applications/kapman: distinfo x11/kde-applications/kapptemplate: distinfo x11/kde-applications/kate: distinfo x11/kde-applications/katomic: distinfo x11/kde-applications/kbackup: distinfo x11/kde-applications/kblackbox: distinfo x11/kde-applications/kblocks: distinfo x11/kde-applications/kbounce: distinfo x11/kde-applications/kbreakout: distinfo x11/kde-applications/kbruch: distinfo x11/kde-applications/kcachegrind: distinfo x11/kde-applications/kcalc: distinfo x11/kde-applications/kcalutils: distinfo x11/kde-applications/kcharselect: distinfo x11/kde-applications/kcolorchooser: distinfo x11/kde-applications/kcron: distinfo x11/kde-applications/kde-dev-scripts: distinfo x11/kde-applications/kde-dev-utils: distinfo x11/kde-applications/kdebugsettings: distinfo x11/kde-applications/kdeedu-data: distinfo x11/kde-applications/kdegraphics-mobipocket: distinfo x11/kde-applications/kdegraphics-thumbnailers: distinfo x11/kde-applications/kdenetwork-filesharing: distinfo x11/kde-applications/kdenlive: distinfo x11/kde-applications/kdenlive/patches: patch-src_lib_localeHandling_cpp x11/kde-applications/kdenlive/pkg: PLIST x11/kde-applications/kdepim-addons: distinfo x11/kde-applications/kdepim-addons/pkg: PLIST x11/kde-applications/kdepim-runtime: 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: distinfo x11/kde-applications/kgoldrunner: distinfo x11/kde-applications/kgpg: distinfo x11/kde-applications/khangman: distinfo x11/kde-applications/khelpcenter: distinfo x11/kde-applications/kidentitymanagement: distinfo x11/kde-applications/kig: distinfo x11/kde-applications/kigo: distinfo x11/kde-applications/killbots: distinfo x11/kde-applications/kimagemapeditor: distinfo x11/kde-applications/kimap: distinfo x11/kde-applications/kio-extras: distinfo x11/kde-applications/kiriki: distinfo x11/kde-applications/kiten: distinfo x11/kde-applications/kitinerary: distinfo x11/kde-applications/kjumpingcube: distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kleopatra: distinfo x11/kde-applications/klettres: distinfo x11/kde-applications/klickety: distinfo x11/kde-applications/klines: distinfo x11/kde-applications/kmag: distinfo x11/kde-applications/kmahjongg: distinfo x11/kde-applications/kmail: distinfo x11/kde-applications/kmail-account-wizard: distinfo x11/kde-applications/kmailtransport: distinfo x11/kde-applications/kmbox: distinfo x11/kde-applications/kmime: distinfo x11/kde-applications/kmines: distinfo x11/kde-applications/kmix: distinfo x11/kde-applications/kmousetool: distinfo x11/kde-applications/kmouth: distinfo x11/kde-applications/kmplot: distinfo x11/kde-applications/knavalbattle: distinfo x11/kde-applications/knetwalk: distinfo x11/kde-applications/knotes: Makefile distinfo x11/kde-applications/knotes/pkg: PLIST x11/kde-applications/kolf: distinfo x11/kde-applications/kollision: distinfo x11/kde-applications/kolourpaint: 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: distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/korganizer: distinfo x11/kde-applications/kpimtextedit: distinfo x11/kde-applications/kpkpass: distinfo x11/kde-applications/kqtquickcharts: distinfo x11/kde-applications/krdc: distinfo x11/kde-applications/kreversi: distinfo x11/kde-applications/krfb: distinfo x11/kde-applications/kross-interpreters: distinfo x11/kde-applications/kruler: distinfo x11/kde-applications/kshisen: distinfo x11/kde-applications/ksirk: distinfo x11/kde-applications/ksmtp: distinfo x11/kde-applications/ksnakeduel: distinfo x11/kde-applications/kspaceduel: distinfo x11/kde-applications/ksquares: distinfo x11/kde-applications/ksudoku: distinfo x11/kde-applications/ksystemlog: distinfo x11/kde-applications/kteatime: distinfo x11/kde-applications/ktimer: distinfo x11/kde-applications/ktnef: distinfo x11/kde-applications/ktouch: distinfo x11/kde-applications/ktouch/pkg: PLIST x11/kde-applications/ktuberling: distinfo x11/kde-applications/kturtle: distinfo x11/kde-applications/kubrick: distinfo x11/kde-applications/kwalletmanager: distinfo x11/kde-applications/kwordquiz: distinfo x11/kde-applications/libgravatar: distinfo x11/kde-applications/libkcddb: distinfo x11/kde-applications/libkcompactdisc: distinfo x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: distinfo x11/kde-applications/libkdepim: distinfo x11/kde-applications/libkeduvocdocument: distinfo x11/kde-applications/libkexiv2: distinfo x11/kde-applications/libkgapi: distinfo x11/kde-applications/libkipi: distinfo x11/kde-applications/libkleo: distinfo x11/kde-applications/libkmahjongg: distinfo x11/kde-applications/libkomparediff2: distinfo x11/kde-applications/libksane: distinfo x11/kde-applications/libksieve: distinfo x11/kde-applications/lokalize: distinfo x11/kde-applications/lskat: distinfo x11/kde-applications/mailcommon: distinfo x11/kde-applications/mailimporter: distinfo x11/kde-applications/marble: distinfo x11/kde-applications/marble/pkg: PLIST x11/kde-applications/mbox-importer: distinfo x11/kde-applications/messagelib: distinfo x11/kde-applications/minuet: distinfo x11/kde-applications/okteta: Makefile x11/kde-applications/okular: distinfo x11/kde-applications/palapeli: distinfo x11/kde-applications/picmi: distinfo x11/kde-applications/pim-data-exporter: Makefile distinfo x11/kde-applications/pim-sieve-editor: distinfo x11/kde-applications/pimcommon: distinfo x11/kde-applications/poxml: distinfo x11/kde-applications/print-manager: distinfo x11/kde-applications/rocs: distinfo x11/kde-applications/spectacle: Makefile x11/kde-applications/step: distinfo x11/kde-applications/step/pkg: PLIST x11/kde-applications/svgpart: distinfo x11/kde-applications/sweeper: distinfo x11/kde-applications/umbrello: distinfo x11/kde-applications/zeroconf-ioslave: distinfo Log message: Update KDE applications to 20.12.2 - https://kde.org/announcements/releases/2021-02-apps-update/ - https://kde.org/announcements/fulllog_releases-20.12.2/ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/02/08 13:05:20 Modified files: share/man/man4 : softraid.4 Log message: add RAID 1C to the list of supported softraid(4) disciplines CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/02/08 13:07:04 Modified files: sys/dev : softraid_raid1c.c Log message: change discipline name from "RAID1C" to "RAID 1C" to match the man pages CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/08 13:21:31 Modified files: archivers/pigz : Makefile distinfo archivers/pigz/patches: patch-pigz_c Log message: Update to pigz 2.6 - Add --huffman/-H and --rle/U strategy options - Fix issue when compiling for no threads - Fail silently on a broken pip CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/08 13:21:40 Modified files: x11/bricons : Makefile x11/bricons/patches: patch-gen_h patch-main_c Added files: x11/bricons/patches: patch-parser_c patch-widgets_h Log message: x11/bricons: fix build with -fno-common CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/08 13:32:07 Modified files: lib/libz : compress.3 Log message: correct return type for compressBound(); from pedro martelletto CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/02/08 13:33:03 Log message: Here's a new port for lwjgl3. It's a new port since there are existing things that use the lwjgl 2.x version we already have. Upstream is not interested in supporting BSD and has expressed hope that someone would fork the code for BSD support (so they don't have to deal with it). So this is based upon my fork with OpenBSD support added. (https://github.com/kmosiejczuk/lwjgl3) I added most of the code to support OpenBSD with some help from pamela and phessler. octeep (https://github.com/octeep/lwjgl3) figured out the last couple of bits that eluded me for so long. Thank you! The build will try and download needed things to build, including a specific version of the kotlin compiler and some java libraries from maven. Thus the tricks of adding them in. I just bundled the maven libraries and put the distfile on a server of mine. phessler and pamela helped some with the port (blame the sins on me though) and both helped test. input from pamela@ phessler@ thfr@ sthen@ ok phessler@ Status: Vendor Tag: kmos Release Tags: kmos_20210208 N ports/games/lwjgl3/Makefile N ports/games/lwjgl3/distinfo N ports/games/lwjgl3/pkg/DESCR N ports/games/lwjgl3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/02/08 13:33:31 Modified files: games : Makefile Log message: Hook new lwjgl3 port up to build CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/08 13:36:56 Modified files: textproc/yq : Makefile distinfo textproc/yq/pkg: PLIST Log message: Update to yq 2.12.0 - Add TOML support and the tomlq CLI utility to access it - Drop Python 2.7 support CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/08 13:48:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm x11 : Makefile Removed files: x11/xfed : Makefile distinfo x11/xfed/patches: patch-main_c patch-output_c x11/xfed/pkg : DESCR PLIST Log message: remove x11/xfed Three-decade-old code, long abandoned, parse error on first .bdf file I tried. ok solene@ ajacoutot@ kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/08 14:15:44 Modified files: net/konversation: Makefile distinfo Log message: Update konversation to 20.12.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/08 14:30:19 Modified files: net/libktorrent: Makefile distinfo Log message: Update libktorrent to 20.12.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/08 14:30:22 Modified files: net/ktorrent : Makefile distinfo Log message: Update ktorrent to 20.12.2 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/02/08 14:34:45 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_example_ini Removed files: www/gitea/patches: patch-routers_routes_routes_go Log message: Update gitea 1.13.1 -> 1.13.2 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.13.2 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/02/08 14:36:11 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-config_config_json Log message: Update mattermost-server 5.31.0 -> 5.31.1 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/02/08 15:09:57 Added files: etc/signify : openbsd-70-pkg.pub Log message: 7.0 packages key CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/08 15:18:21 Added files: etc/signify : openbsd-70-fw.pub Log message: 7.0 firmware key CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/08 16:16:49 Modified files: games/typespeed: Makefile games/typespeed/patches: patch-src_file_c patch-src_misc_c patch-src_typespeed_c Added files: games/typespeed/patches: patch-src_menu_c patch-src_network_c patch-src_typespeed_h patch-testsuite_t_loadwords_c Log message: typespeed: fix the build with -fno-common While here, fix COMMENT casing (from sthen@, thanks!) OK sthen@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2021/02/08 16:54:55 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST-main Log message: Update to mercurial 5.7. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/02/08 18:50:10 Modified files: sys/dev/ic : nvme.c Log message: Add a barrier between reading the cqe flags and the command ID, which should ensure that we don't read a stale command ID and complete the wrong scsi io. powerpc64 base builds were crashing like this fairly regularly. ok deraadt@ dlg@ CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2021/02/08 19:12:43 Modified files: lang/gcc/8 : Makefile lang/gcc/8/patches: patch-gcc_config_rs6000_openbsd64_h Log message: Set powerpc64 LINK_SPEC to same as powerpc ok pascal@ (maintainer) ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/08 22:28:35 Modified files: multimedia/phonon-backend/vlc: Makefile distinfo multimedia/phonon-backend/vlc/pkg: PLIST Log message: Update phonon-backend-vlc to 0.11.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/09 00:12:20 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/09 02:44:30 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo Log message: www/mozilla-firefox: update to 85.0.2. See https://www.mozilla.org/en-US/firefox/85.0.2/releasenotes/ Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1689032 (occasional freeze at a startup) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/09 03:25:29 Modified files: devel/git : Makefile distinfo Log message: Update to git 2.30.1 https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.30.1.txt This release is primarily to merge fixes accumulated on the 'master' front to prepare for 2.31 release that are still relevant to 2.30.x maintenance track. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/02/09 03:32:33 Modified files: mail/kopano : Makefile.inc mail/kopano/core: Makefile distinfo mail/kopano/core/patches: patch-ECtools_mapitime_cpp patch-ECtools_monitor_monitor_cpp patch-ECtools_search_kopano_search___init___py patch-ECtools_statsd_cpp patch-Makefile_am patch-common_ECChannel_cpp patch-common_UnixUtil_cpp patch-common_include_kopano_platform_linux_h patch-configure_ac patch-gateway_Gateway_cpp patch-installer_linux_server_cfg patch-provider_libserver_ECAttachmentStorage_cpp patch-provider_server_ECServer_cpp patch-spooler_DAgent_cpp patch-spooler_Spooler_cpp patch-spooler_python_Makefile_am mail/kopano/core/pkg: PLIST-main Added files: mail/kopano/core/patches: patch-common_ECConfigImpl_cpp patch-tests_setupenv_cpp Removed files: mail/kopano/core/patches: patch-ECtools_idx_handler_cpp patch-common_include_kopano_ECUnknown_h patch-mapi4linux_src_m4l_mapix_h patch-mapi4linux_src_mapix_cpp patch-php-ext_ECImportContentsChangesProxy_cpp patch-php-ext_ECImportHierarchyChangesProxy_cpp patch-php-ext_main_cpp patch-php-ext_typeconversion_cpp patch-provider_libserver_ECDatabaseFactory_cpp Log message: update to kopano-10.0.7 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/09 03:49:51 Modified files: net/catgirl : Makefile distinfo net/catgirl/pkg: PLIST Log message: Update to catgirl 1.6 Lots of new features and fixes, including tighter pledge promises, timestamp support and an example tmux.conf (I wrote) to have a simple multi-network IRC session inside tmux. OK solene CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 04:50:13 Modified files: math/calc : Makefile Log message: calc: an -march=native crept in; disable it CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 04:51:41 Modified files: misc/astrolog : Makefile Log message: astrolog: use base-clang/ports-gcc; TLS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 04:52:48 Modified files: x11/i3-mousedrag: Makefile Log message: i3-mousedrag: use base-clang/ports-gcc; C11 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/09 06:55:56 Modified files: x11/xfce4/xfce4-taskmanager: Makefile distinfo Log message: x11/xfce4/xfce4-taskmanager: update to 1.4.2 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/09 07:06:19 Modified files: sys/arch/amd64/conf: GENERIC.MP sys/net : if_pfsync.c pf_ioctl.c pf_norm.c pfvar_priv.h Log message: Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs. Silence from the network group ok sashan@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 07:22:16 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/pkg: PLIST Log message: update to roundcubemail-1.4.11 https://roundcube.net/news/2021/02/08/security-update-1.4.11 https://github.com/roundcube/roundcubemail/releases/tag/1.4.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 07:22:23 Modified files: mail/roundcubemail: Tag: OPENBSD_6_8 Makefile distinfo mail/roundcubemail/pkg: Tag: OPENBSD_6_8 PLIST Log message: update to roundcubemail-1.4.11 https://roundcube.net/news/2021/02/08/security-update-1.4.11 https://github.com/roundcube/roundcubemail/releases/tag/1.4.11 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/09 07:25:40 Modified files: usr.bin/tmux : format.c Log message: Do not expand times and #() inside #(). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 07:30:09 Modified files: math/visidata : Makefile distinfo math/visidata/patches: patch-setup_py math/visidata/pkg: PLIST Log message: update to visidata-2.2.1 CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/02/09 07:37:13 Modified files: sys/ddb : db_output.c db_output.h sys/dev/wscons : wsdisplay.c Log message: ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it ok visa CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/09 07:49:22 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/09 07:51:51 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.16.3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/09 08:06:50 Modified files: net/sniproxy : Makefile Added files: net/sniproxy/patches: patch-src_config_c patch-src_http_h patch-src_tls_h Log message: sniproxy: fix for -fno-common and a compiler warning -fno-common fix from upstream https://github.com/dlundquist/sniproxy/pull/349 ok Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/02/09 08:14:24 Modified files: net/thingsd : Makefile distinfo Log message: Bump net/thingsd to 4.0.2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2021/02/09 09:43:59 Modified files: security/fwknop: Makefile Added files: security/fwknop/patches: patch-client_log_msg_h Log message: Fix build with -fno-common CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/09 09:55:51 Modified files: usr.sbin/ocspcheck: ocspcheck.c Log message: Walk over all results from getaddrinfo() instead of giving up after the first entry. This way ocspcheck will try all returned IPs to contact the OCSP server. Found by the regress test and a resolv.conf file with 'family inet6 inet4'. OK kn@ deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/09 09:58:00 Modified files: regress/sys/kern/syscall_segment/lib: Makefile regress/sys/kern/syscall_segment/main: Makefile Log message: These regress test expect coredumps as an effect of the test so run the tests with ulimit -c unlimited to make sure coredumps are written. OK bluhm@ deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/09 10:00:30 Modified files: regress/sys/kern/stackpivot/pagefault: Makefile regress/sys/kern/stackpivot/syscall: Makefile Log message: These regress tests expect coredumps to be written so run them with ulimit -c unlimited. Also simplify the logic a bit as requested by bluhm@. OK bluhm@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/09 10:25:08 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-modules_printbackends_meson_build Log message: Update to gtk+4-4.0.3. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/09 10:34:41 Modified files: infrastructure/bin: update-patches Log message: readlink might give you a relative link, which you then have to finish resolving yourself (fixes update-patches in japanese/onew) CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2021/02/09 10:36:58 Modified files: editors/TeXmacs: Makefile distinfo editors/TeXmacs/patches: patch-CMakeLists_txt patch-src_Plugins_Qt_qt_gui_cpp editors/TeXmacs/pkg: PLIST README Removed files: editors/TeXmacs/patches: patch-plugins_r_src_tm_r_c patch-src_Plugins_Qt_QTMStyle_cpp patch-src_Plugins_Qt_qt_renderer_cpp Log message: update to TeXmacs-1.99.18 Changelog: https://texmacs.org/tmweb/about/changes.en.html - reverts back to DISTNAME and PKGNAME as in revision 1.15 now that distfile extracts to -src again - notes in README that octave plugin requires gnuplot - compileall.py for a portcheck warning - removes the patch for the TeXmacs interface to R - updates README with R instructions - removes REVISION - removes two backported patches for qt 5.15.2 OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 13:01:37 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-src_Makefile_shlib patch-src_bin_scripts_vacuumdb_c patch-src_include_storage_s_lock_h patch-src_interfaces_libpq_Makefile databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-main PLIST-plpython PLIST-server README-server Log message: update to PostgreSQL 13.1, mostly from jeremy@, ok jeremy pea danj CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/09 13:02:39 Modified files: databases/citus: Makefile distinfo databases/citus/pkg: PLIST Log message: Update to citus 9.5.0. Works with PostgreSQL 13. OK sthen@, danj@, pea@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/09 13:03:12 Modified files: databases/postgresql-pllua: Makefile distinfo databases/postgresql-pllua/pkg: PLIST Log message: Update to pllua 2.0.6. Works with PostgreSQL 13. OK sthen@, danj@, pea@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/09 13:03:40 Modified files: databases/postgresql-plr: Makefile distinfo databases/postgresql-plr/pkg: PLIST Log message: Update to plr 8.4.1. Works with PostgreSQL 13. OK sthen@, danj@, pea@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/09 13:04:10 Modified files: databases/postgresql-previous: Makefile distinfo databases/postgresql-previous/patches: patch-src_bin_scripts_vacuumdb_c patch-src_include_storage_s_lock_h databases/postgresql-previous/pkg: PLIST Log message: Update to PostgreSQL 12.5, following databases/postgresql update to PostgreSQL 13. OK sthen@, danj@, pea@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/09 13:04:36 Modified files: databases/skytools: Makefile databases/skytools/patches: patch-sql_pgq_triggers_common_c Added files: databases/skytools/patches: patch-sql_pgq_lowlevel_insert_event_c Log message: Add patches to build with PostgreSQL 13. OK sthen@, danj@, pea@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/09 13:05:15 Modified files: databases/timescaledb: Makefile distinfo databases/timescaledb/pkg: PLIST Log message: Update to timescaledb 2.0.0. Mark as BROKEN as neither the previous version nor this new version works with PostgreSQL 13. From denis@ (MAINTAINER) OK sthen@, danj@, pea@ CVSROOT: /cvs Module name: www Changes by: jeremy@cvs.openbsd.org 2021/02/09 13:06:49 Modified files: faq : current.html Log message: Add entry for PostgreSQL 13 major update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 13:17:22 Modified files: misc/screen : Makefile Added files: misc/screen/patches: patch-acconfig_h Log message: screen: disable utf8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 13:17:37 Modified files: misc/screen : Tag: OPENBSD_6_8 Makefile Added files: misc/screen/patches: Tag: OPENBSD_6_8 patch-acconfig_h Log message: screen: disable utf8 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/02/09 13:43:04 Modified files: games/odamex : Makefile Log message: Stop games/odamex from picking up x11/agar if installed. OK naddy@. Thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/09 14:08:19 Modified files: net/oicb : Makefile Log message: Provide debug package CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/02/09 14:35:45 Modified files: gnu/llvm/lldb/source/Host/openbsd: Host.cpp gnu/llvm/lldb/source/Plugins/Process/OpenBSD: NativeProcessOpenBSD.cpp Log message: Fix lldb. Map deliberately invalid signal to zero when passing to PT_STEP and P_CONTINUE. Also clean up getting Environment so setting LLDB_DEBUGSERVER env vars works again. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/09 14:35:48 Modified files: sbin/iked : ikev2.c parse.y policy.c Log message: Add optional 'group none' transform for child SAs and fix handling of 'group none'. We currently send no transform of type DH by default, which should be equivalent to explicitly sending a single DH transform of type 'none'. However, the proposal matching logic had a bug where these two would not match, effectively breaking the ability to negotiate optional PFS. This commit fixes the bug but continues to send no DH proposal by default to remain backwards compatible with older versions. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 14:39:08 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-etc_clamd_conf_sample Log message: update to clamav-0.103.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/09 14:40:41 Modified files: security/clamav: Tag: OPENBSD_6_8 Makefile distinfo security/clamav/patches: Tag: OPENBSD_6_8 patch-etc_clamd_conf_sample Log message: update to clamav-0.103.1 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/02/09 14:42:04 Modified files: etc : rc Log message: rc: ensure that vfs.mounts.nfs check works without NFS If NFS isn't compiled into the kernel, sysctl -n vfs.mounts.nfs will produce no numerical output. Make sure that we always have a valid arithmetic expression. Reported by and ok patrick@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/09 14:57:25 Modified files: gnu/usr.bin/clang/lldb-server: Makefile gnu/usr.bin/clang/lldb: Makefile Log message: Build and install lldb. Discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/09 14:58:47 Modified files: distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.sgi clang.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/09 15:13:19 Modified files: shells/yash : Makefile distinfo shells/yash/patches: patch-variable_c Added files: shells/yash/patches: patch-configure Log message: shells/yash: maintenance update to 2.51 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/09 15:59:15 Modified files: telephony/fobbit: Makefile telephony/fobbit/patches: patch-src_ini_c patch-src_usb_desc_c patch-src_vb_ini patch-src_vblast_h telephony/fobbit/pkg: PLIST Added files: telephony/fobbit/patches: patch-src_main_c Log message: telephony/fobbit: fix build with -fno-common While here, get rid of carriage return line endings and update the home page of this long-dead project. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/09 16:37:54 Modified files: sys/net : pf_ioctl.c Log message: pfsync_state_import() must not be called with the pf state lock held, since the actual modification of the state table is done by a call to pf_state_insert(), which takes the pf state lock itself. Other calls to pfsync_state_import() also only have the pf lock. Reported-by: syzbot+d6ea8620b43dc69ecbc6@syzkaller.appspotmail.com ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/09 16:48:24 Modified files: x11/autorandr : Makefile distinfo Log message: Update to autorandr 1.11 - 2020-05-23 Handle empty sys.executable - 2020-06-08 Fix Python 2 compatibilit - 2020-10-06 Set group membership of users in batch mode OK gnezdo rsadowksi maintainer timeout CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/09 16:58:33 Modified files: sys/arch/arm64/stand/efiboot: conf.c efiboot.c Log message: Make sure that switching the console from serial to framebuffer works for framebuffer nodes under / and /chosen. ok patrick@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/09 17:34:57 Modified files: usr.sbin/btrace: ksyms.c Log message: cast large to reduce warning on 32-bit machines (an ELF type is printed with %ll) CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/09 17:41:23 Modified files: devel/arm-none-eabi/gdb: Makefile distinfo devel/arm-none-eabi/gdb/patches: patch-bfd_doc_Makefile_in patch-libiberty_Makefile_in devel/arm-none-eabi/gdb/pkg: PLIST Added files: devel/arm-none-eabi/gdb/patches: patch-sim_arm_armemu_c patch-sim_arm_arminit_c patch-sim_arm_maverick_c patch-sim_arm_maverick_h patch-sim_arm_wrapper_c Removed files: devel/arm-none-eabi/gdb/patches: patch-etc_texi2pod_pl Log message: update arm-none-eabi-gdb to 7.12.1 matching devel/gdb backport a arm specific -fno-common fix [ARM, sim] Fix build error and warnings 851c0536cabb661847c45c73ebd796eb3299066b CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/09 17:45:31 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: www/www6to4 : Makefile distinfo www/www6to4/patches: patch-www6to4_c patch-www6to4_forward_conf www/www6to4/pkg: DESCR PLIST Log message: Remove www/www6to4 The import of this tool in 2004 predates pf.conf(5)'s "af-to" which came about in 2011. Since that, there have been no port changes other than dusting things of in the Makefile. Upstream is dead, this port fails with "-fno-common" and I have a hard time seeing how one would use a proxy daemon with their browser to do address family translation these days. OK danj CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/09 17:48:39 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Oops, use right msg for www6to4 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/09 17:56:14 Modified files: audio : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: audio/gimmix : Makefile distinfo audio/gimmix/patches: patch-src_gimmix-covers_c patch-src_gimmix-lyrics_c audio/gimmix/pkg: DESCR PLIST Log message: Remove audio/gimmix Starting the app shows a window but upon clicking "OK" it dies immediately. It depends on old Python and GTK and already carries a local patch to cope an old cURL update. Upstream is dead, FreeBSD also marked the port for removal. OK danj CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/09 18:01:10 Modified files: audio : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: audio/xhippo : Makefile distinfo audio/xhippo/pkg: DESCR PLIST Log message: Remove audio/xhippo tream at https://www.gnu.org/software/xhippo/ no longer provides distfiles since at least 2019, FreeBSD also has marked the port as such; the website says The GNU xhippo has been decommissioned. Fails to build the now default "-fno-common". Other ports such as audio/mkplaylist do similar jobs, most media players also have such functionality, e.g. VLC does. OK danj CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/09 19:53:45 Modified files: gnu/usr.bin/clang/lldb-server: Makefile gnu/usr.bin/clang/lldb: Makefile Log message: only amd64 & arm64 lldb work at the moment CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/09 20:12:27 Modified files: games/prboom : Makefile Added files: games/prboom/patches: patch-src_gl_intern_h patch-src_gl_main_c Log message: Fix prboom build with -fno-common From FreeBSD CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/09 20:18:48 Modified files: games/prboom-plus: Makefile Added files: games/prboom-plus/patches: patch-src_doomstat_c patch-src_gl_intern_h patch-src_gl_light_c Log message: Fix prboom-plus build with -fno-common From FreeBSD CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/09 21:54:55 Modified files: graphics/inkscape: Makefile distinfo graphics/inkscape/pkg: PLIST Log message: Update inkscape to 1.0.2 OK gnezdo@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/09 21:55:19 Modified files: devel/gdb : Makefile Log message: build gdb with --disable-sim fixes -fno-common build on arm and makes update-plist output match amd64 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/09 22:01:13 Modified files: www/uget : Makefile Added files: www/uget/patches: patch-ui-gtk_UgtkBanner_h Log message: Fix build for -fno-common with an upstream commit Sync WANTLIB while here. ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/09 23:11:34 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.279 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/09 23:52:05 Modified files: usr.bin/ldap : ldap.1 Log message: some spacing/grammar fixes from dave voutila; CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/10 00:15:17 Modified files: net/epic4 : Makefile Added files: net/epic4/patches: patch-include_irc_h Log message: fix -fno-common build CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/10 00:17:07 Modified files: usr.bin/tmux : tmux.1 Log message: Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by deraadt@. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/10 00:26:38 Modified files: security/p0f : Makefile Added files: security/p0f/patches: patch-p0f-query_c Log message: Fix security/p0f -fno-common Bonus fix for memset size mismatch noted by clang ok jsg@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/10 00:39:25 Modified files: www/p5-Plack : Makefile distinfo Log message: Update to p5-Plack-1.0048 from wen heping, ok Abel Abraham Camarillo Ojeda (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/10 01:20:09 Modified files: sys/kern : uipc_socket2.c uipc_usrreq.c sys/sys : unpcb.h Log message: Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9) used as solock()'s backend to protect the whole layer. With feedback from mpi@. ok bluhm@ claudio@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/10 01:25:47 Modified files: editors : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: editors/hnb : Makefile distinfo editors/hnb/patches: patch-Makefile patch-expanded_c patch-libcli_Makefile editors/hnb/pkg: DESCR PLIST Log message: Remove editors/hnb This port hits segmentation faults right on startup (amd64, default/empty `vm.malloc_conf'), both built with either `-fcommon' or fixes from FreeBSD. No update since 2003. Fails to build the now default "-fno-common". OK gnezdo CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/10 03:19:02 Modified files: games/naev : Makefile distinfo games/naev/pkg : PLIST-data Added files: games/naev/patches: patch-configure_ac Removed files: games/naev/patches: patch-configure Log message: update to naev-0.8.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/10 04:16:02 Modified files: x11/gnome/tracker: Makefile x11/gnome/tracker3: Makefile devel/appstream-glib: Makefile Log message: Add support for libstemmer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/10 04:43:58 Modified files: mail/altermime : Makefile Added files: mail/altermime/patches: patch-altermime_c Log message: Run altermime with pledge(). It's fairly small and self-contained and does string processing on what is often untrusted input, so this seems a good candidate for defensive use of pledge (allowing all file io, as it creates temporary files at various points during run, but has no need for network). pledge() is often not a good match for software in ports, but this seems a suitable candidate and it changes very infrequently so doesn't add a big maintenance burden. looks good to deraadt, ok semarie@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/10 05:32:37 Modified files: sysutils/ruby-puppet/6: Makefile distinfo Log message: Update to Puppet 6.21.0 https://puppet.com/docs/puppet/6.21/release_notes_puppet.html CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/10 05:35:33 Modified files: audio/mumble : Makefile distinfo Log message: Update to Mumble 1.3.4 Client Fixed: Security vulnerability caused by allowing non http/https URL schemes in public server list (#4733) Server Fixed: Exit status for actions like --version or --supw was always set to non-zero ( #3998) General Fixed: Packet loss & audio artifacts caused by OCB2 XEX* mitigation (#4720) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/02/10 05:44:13 Modified files: share/man/man5 : port-modules.5 Log message: as usual, stuff got removed without updating the documentation GC www/drupal7 description CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/10 05:47:07 Modified files: net/icinga/core2: Makefile net/icinga/core2/pkg: PLIST-main PLIST-mysql net/icinga/web2: Makefile net/icinga/web2/pkg: PLIST Log message: icinga port maintenance: - switch back to libressl, cert problem was fixed in x509_verify.c 1.26 - after real-world experience, get rid of the automatic update path from 1.x to 2.x CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/10 05:49:31 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: convert icinga 1 eol to $obsolete_reason CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/10 06:26:23 Modified files: net/icinga/web2: Makefile net/icinga/web2/pkg: README Log message: icingaweb2; setup module is disabled by default, add enabling it to pkg-readme CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/10 06:35:28 Modified files: net/icinga/web2: Makefile net/icinga/web2/pkg: README Log message: ..actually I was mistaken about the icinga-web2 setup module. revert that bit and add a note that setup currently requires PHP 7.3 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/10 06:38:46 Modified files: sys/net : if_pppx.c Log message: Remove `sc_dead' logic from pppac(4). It is used to prevent pppac_ioctl() be called on dying pppac(4) interface. But now if_detach() makes dying `ifp' inaccessible and waits for references which are in-use in ioctl(2) path. This logic is not required anymore. Also if_detach() was moved before klist_invalidate() to prevent the case while pppac_qstart() bump `sc_rsel'. ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2021/02/10 06:40:55 Modified files: devel/subversion: Makefile distinfo Log message: Update to Subversion 1.14.1 Fixes CVE-2020-17525 (unauthenticated denial-of-service in mod_authz_svn) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2021/02/10 06:41:09 Modified files: devel/subversion: Tag: OPENBSD_6_8 Makefile distinfo Log message: Update to Subversion 1.14.1 Fixes CVE-2020-17525 (unauthenticated denial-of-service in mod_authz_svn) ok sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/10 07:41:53 Modified files: sys/net : if.c Log message: Interface group names must fit into IFNAMSIZ and be unique. But the kernel made the unique check before trunkating with strlcpy(). So there could be two interface groups with the same name. The kif is created by a name lookup. The trunkated names are equal, so there was only one kif owned by both groups. When the groups got destroyed, the single kif was removed twice from the RB tree. Check length of group name before doing the unique check. The empty group name was allowed and is now invalid. Reported-by: syzbot+f47e8296ebd559f9bbff@syzkaller.appspotmail.com OK deraadt@ gnezdo@ anton@ mvs@ claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/10 07:45:27 Modified files: sbin/ifconfig : ifconfig.c Log message: Use the same check in kernel and ifconfig for group names. ifconfig delete group does not need name sanitation. The kernel will just report that it does not exist. OK deraadt@ gnezdo@ anton@ mvs@ claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/10 08:35:38 Modified files: infrastructure/db: user.list net/icinga/web2-module-director: Makefile net/icinga/web2-module-director/pkg: PLIST README Added files: net/icinga/web2-module-director/pkg: icingadirector.rc Log message: add uid and rcscript for the daemon for icinga director; mention in pkg-readme CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/10 08:53:11 Modified files: databases/postgresql-pllua: Makefile distinfo Log message: Update to pllua 2.0.7 The GitHub project changed from pllua/pllua-ng to pllua/pllua, so adjust for that. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/10 09:37:29 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Log message: Add med test, this no longer fails in -current CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/02/10 10:23:25 Modified files: www/youtube-dl : Makefile distinfo Log message: update to 2021.02.10 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/10 10:55:45 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20210210 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/10 11:28:06 Modified files: sys/netinet : ip_output.c Log message: If pf changes the routing table when sending packets, the kernel could get stuck in an endless recursion during TCP path MTU discovery. Create a dynamic host route in ip_output() that can be used by tcp_mtudisc() to store the MTU. Reported by Peter Mueller and Sebastian Sturm OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/10 12:44:31 Modified files: lang/php/7.2 : Makefile lang/php/7.3 : Makefile lang/php/7.4 : Makefile lang/php/files : README-main Log message: lang/php/*: update pecl examples in readme CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/02/10 13:18:11 Modified files: graphics/chafa : Makefile distinfo graphics/chafa/pkg: PLIST Log message: Maintainer update from Florian Viehweger for graphics/chafa to 1.6.0. Slight tweaks by me. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/10 13:27:48 Modified files: net/tinyfugue : Makefile Added files: net/tinyfugue/patches: patch-src_socket_h Log message: net/tinyfugue: fix build with -fno-common; from maintainer Markus Lude CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/02/10 13:28:56 Modified files: games/angband : Makefile Added files: games/angband/patches: patch-src_mon-blows_h Log message: -fno-common fixes for games/angband. OK naddy@, thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/10 13:39:57 Modified files: japanese/onew : Makefile japanese/onew/patches: patch-engine_CannaRk_c patch-engine_Canna_c patch-onew_c Log message: fix -fno-common okay naddy@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/10 13:51:28 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1 to guarantee that we read the cache parameters of the cache we just selected. The required ISB instruction is present in the examples in the ARM ARM. Fixes the the report on the cores in Apple's M1 SoC. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/10 13:57:22 Modified files: security/dirb : Makefile Added files: security/dirb/patches: patch-src_Makefile_in patch-src_dirb_h patch-src_variables_c patch-src_variables_h Log message: fix build with -fno-common, from altlinux CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2021/02/10 14:26:44 Modified files: sysutils/librelp: Makefile distinfo Added files: sysutils/librelp/patches: patch-src_tcp_c Log message: update librelp to version 1.9.0 The TLS tests currently fail when executed with libressl. Partly because of bogus information in the certificates used by the tests. GnuTLS and OpenSSL apparently accept that. Our rsyslog which uses librelp is linked with GnuTLS. ok tb CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/02/10 15:04:14 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: rephrase example in a more consistent way CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/10 15:07:24 Modified files: databases/citus: Makefile distinfo Log message: bugfix update to citus-9.5.2 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/10 15:25:54 Modified files: sbin/iked : ikev2.c Log message: Delay deletion of IKE SAs on rekey when stickyaddress is enabled to make sure peers can keep their previously assigned addresses. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/10 15:51:28 Modified files: net/echoping : Makefile net/echoping/pkg: DESCR Log message: echoping: unbreak on powerpc clang does not inline sqrt(3) on powerpc, leading to undefined references, it requires libm (it has been applied to all archs). Thanks to gkoehler and naddy for providing better explanations about the situation! While here, remove a trailing whitespace in DESCR. OK gkoehler@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/10 16:25:43 Modified files: sysutils/portroach-cli: Makefile sysutils/portroach-cli/files: portroach-cli portroach-cli.1 Log message: Update to portroach-cli 1.4 Add "-j" to print results in raw JSON format; for example, to get all outdated ports in a category but defer processing to an external filter: $ portroach-cli -j -o -m . -p ^sysutils/ | jq -f ./filter CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/02/10 17:27:14 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.15.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/10 20:10:28 Modified files: astro/wmspaceweather: Makefile astro/wmspaceweather/patches: patch-GetKp Added files: astro/wmspaceweather/patches: patch-wmgeneral_wmgeneral_c patch-wmgeneral_wmgeneral_h Log message: fix the build and make this actually work; from freebsd CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/10 21:05:51 ports/graphics/ocaml-cairo/patches Update of /cvs/ports/graphics/ocaml-cairo/patches In directory cvs.openbsd.org:/tmp/cvs-serv96130/patches Log Message: Directory /cvs/ports/graphics/ocaml-cairo/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/10 21:07:39 Modified files: graphics/ocaml-cairo: Makefile distinfo Added files: graphics/ocaml-cairo/patches: patch-cairo2_opam patch-config_dune Log message: fix the build for ocaml-cairo to unlock coq mostly from Yozo Toda CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/10 21:08:18 Modified files: distrib/sets/lists/comp: clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.sgi clang.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/10 21:17:32 Modified files: x11/lablgtk3 : Makefile distinfo Log message: update to lablgtk-3.1.1 to fix the build and unlock coq CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/10 21:56:43 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/10 23:53:44 Modified files: sys/dev/usb : uhidev.c Log message: If uhidev_set_report_dev() already have been invoked for the given report id, there's no point in trying to find a matching sub device. ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/10 23:53:55 Modified files: astro/wmsun : Makefile Added files: astro/wmsun/patches: patch-wmgeneral_wmgeneral_c patch-wmgeneral_wmgeneral_h Log message: fix the build CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/10 23:55:10 Modified files: sys/dev/usb : uhidev.c uhidev.h Log message: Add uhidev_unset_report_dev(), doing the opposite of uhidev_set_report_dev(). Needed by some upcoming changes to uhidpp. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/10 23:56:49 Modified files: sys/dev/usb : uhidpp.c Log message: Stop uhidpp from claiming all report ids, instead only claim the necessary ones. Solves a regression introduced with the arrival of uhidpp causing some Logitech HID devices from attaching to its appropriate driver. Thanks to and Peter Kane for reporting and trying out diffs. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/11 00:22:21 Modified files: sys/dev/usb : uhidpp.c Log message: Fold long line. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/11 00:23:48 Modified files: sys/dev/usb : uhidpp.c Log message: Remove unused software id macro. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/11 00:24:50 Modified files: sys/dev/usb : uhidpp.c Log message: Use idx suffix consistently. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/11 00:26:03 Modified files: sys/dev/usb : uhidpp.c Log message: Make room for handling of HID++ 1.0 devices. No functional change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 00:40:13 Modified files: sysutils/terraform: Tag: OPENBSD_6_8 Makefile Removed files: sysutils/terraform/patches: Tag: OPENBSD_6_8 patch-vendor_github_com_apparentlymart_go-userdirs_userdirs_app_stub_go patch-vendor_github_com_apparentlymart_go-userdirs_userdirs_app_unix_go Log message: Unbreak runtime; these 2 patches should have been removed during the last update (they now revert the intent). reported by "jxlambda" CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2021/02/11 00:40:22 Modified files: devel/got : Makefile distinfo Log message: Update to got 0.49 - implicitly mark all files in work tree as up-to-date after 'got integrate' - tog: fix behaviour if 'n' is pressed before search is started (found by naddy) - in 'got clone', allow -l together with -q, for consistency with 'got fetch' - add 'got commit -F' option to commit with a log message stored in a file - simplify error message shown when 'got rebase' has nothing to do - tolerate tag objects which lack tagger timestamp information (found by naddy) - got info: fix a pasto in an error message (naddy) - include remote branches in the output of 'got branch -l' (suggested by helg) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 00:43:50 Modified files: multimedia/py-chromecast: Makefile distinfo multimedia/py-chromecast/pkg: PLIST Log message: Update to py3-chromecast-8.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 00:44:50 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.48.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 00:49:58 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.20.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 00:50:09 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 00:50:24 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 00:57:25 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-327.0.0. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/11 01:28:45 Modified files: usr.bin/tmux : client.c file.c server-client.c tmux.h Log message: Move file handling protocol stuff all into file.c so it can be reused more easily. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/11 02:03:38 Modified files: usr.bin/tmux : cmd-save-buffer.c Log message: O_TRUNC is needed in case file exists. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/11 02:39:29 Modified files: usr.bin/tmux : client.c file.c proc.c server.c tmux.h Log message: Add a couple of helper functions, and flush imsgs on exit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 02:52:17 Modified files: x11/rox-filer : Makefile Added files: x11/rox-filer/patches: patch-ROX-Filer_src_session_h patch-ROX-Filer_src_type_c Log message: Fix for -fno-common; from FreeBSD. abs -> llabs and regen WANTLIB while here. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:16:49 Log message: Import libdrm 2.4.104 Status: Vendor Tag: libdrm Release Tags: libdrm_2_4_104 N xenocara/lib/libdrm/.editorconfig N xenocara/lib/libdrm/Android.common.mk C xenocara/lib/libdrm/Android.mk N xenocara/lib/libdrm/CONTRIBUTING.rst N xenocara/lib/libdrm/CleanSpec.mk U xenocara/lib/libdrm/Makefile.sources N xenocara/lib/libdrm/README.rst N xenocara/lib/libdrm/RELEASING N xenocara/lib/libdrm/core-symbols.txt U xenocara/lib/libdrm/libdrm.pc.in U xenocara/lib/libdrm/libdrm_lists.h U xenocara/lib/libdrm/libdrm_macros.h U xenocara/lib/libdrm/libsync.h U xenocara/lib/libdrm/meson.build U xenocara/lib/libdrm/meson_options.txt N xenocara/lib/libdrm/symbols-check.py U xenocara/lib/libdrm/util_double_list.h U xenocara/lib/libdrm/util_math.h C xenocara/lib/libdrm/xf86atomic.h C xenocara/lib/libdrm/xf86drm.c C xenocara/lib/libdrm/xf86drm.h U xenocara/lib/libdrm/xf86drmHash.c U xenocara/lib/libdrm/xf86drmHash.h C xenocara/lib/libdrm/xf86drmMode.c C xenocara/lib/libdrm/xf86drmMode.h U xenocara/lib/libdrm/xf86drmRandom.c U xenocara/lib/libdrm/xf86drmRandom.h U xenocara/lib/libdrm/xf86drmSL.c N xenocara/lib/libdrm/amdgpu/.editorconfig N xenocara/lib/libdrm/amdgpu/Android.mk U xenocara/lib/libdrm/amdgpu/Makefile.sources N xenocara/lib/libdrm/amdgpu/amdgpu-symbols.txt U xenocara/lib/libdrm/amdgpu/amdgpu.h U xenocara/lib/libdrm/amdgpu/amdgpu_asic_id.c U xenocara/lib/libdrm/amdgpu/amdgpu_bo.c U xenocara/lib/libdrm/amdgpu/amdgpu_cs.c U xenocara/lib/libdrm/amdgpu/amdgpu_device.c U xenocara/lib/libdrm/amdgpu/amdgpu_gpu_info.c U xenocara/lib/libdrm/amdgpu/amdgpu_internal.h U xenocara/lib/libdrm/amdgpu/amdgpu_vamgr.c U xenocara/lib/libdrm/amdgpu/amdgpu_vm.c U xenocara/lib/libdrm/amdgpu/handle_table.c U xenocara/lib/libdrm/amdgpu/handle_table.h U xenocara/lib/libdrm/amdgpu/libdrm_amdgpu.pc.in U xenocara/lib/libdrm/amdgpu/meson.build N xenocara/lib/libdrm/android/gralloc_handle.h N xenocara/lib/libdrm/data/Android.mk U xenocara/lib/libdrm/data/amdgpu.ids U xenocara/lib/libdrm/data/meson.build N xenocara/lib/libdrm/etnaviv/Android.mk U xenocara/lib/libdrm/etnaviv/Makefile.sources N xenocara/lib/libdrm/etnaviv/etnaviv-symbols.txt U xenocara/lib/libdrm/etnaviv/etnaviv_bo.c U xenocara/lib/libdrm/etnaviv/etnaviv_bo_cache.c U xenocara/lib/libdrm/etnaviv/etnaviv_cmd_stream.c U xenocara/lib/libdrm/etnaviv/etnaviv_device.c U xenocara/lib/libdrm/etnaviv/etnaviv_drm.h U xenocara/lib/libdrm/etnaviv/etnaviv_drmif.h U xenocara/lib/libdrm/etnaviv/etnaviv_gpu.c U xenocara/lib/libdrm/etnaviv/etnaviv_perfmon.c U xenocara/lib/libdrm/etnaviv/etnaviv_pipe.c U xenocara/lib/libdrm/etnaviv/etnaviv_priv.h U xenocara/lib/libdrm/etnaviv/libdrm_etnaviv.pc.in U xenocara/lib/libdrm/etnaviv/meson.build N xenocara/lib/libdrm/exynos/exynos-symbols.txt U xenocara/lib/libdrm/exynos/exynos_drm.c U xenocara/lib/libdrm/exynos/exynos_drm.h U xenocara/lib/libdrm/exynos/exynos_drmif.h U xenocara/lib/libdrm/exynos/exynos_fimg2d.c U xenocara/lib/libdrm/exynos/exynos_fimg2d.h U xenocara/lib/libdrm/exynos/fimg2d_reg.h U xenocara/lib/libdrm/exynos/libdrm_exynos.pc.in U xenocara/lib/libdrm/exynos/meson.build C xenocara/lib/libdrm/freedreno/Android.mk U xenocara/lib/libdrm/freedreno/Makefile.sources N xenocara/lib/libdrm/freedreno/freedreno-symbols.txt U xenocara/lib/libdrm/freedreno/freedreno_bo.c U xenocara/lib/libdrm/freedreno/freedreno_bo_cache.c U xenocara/lib/libdrm/freedreno/freedreno_device.c U xenocara/lib/libdrm/freedreno/freedreno_drmif.h U xenocara/lib/libdrm/freedreno/freedreno_pipe.c U xenocara/lib/libdrm/freedreno/freedreno_priv.h U xenocara/lib/libdrm/freedreno/freedreno_ringbuffer.c U xenocara/lib/libdrm/freedreno/freedreno_ringbuffer.h U xenocara/lib/libdrm/freedreno/libdrm_freedreno.pc.in U xenocara/lib/libdrm/freedreno/meson.build N xenocara/lib/libdrm/freedreno/kgsl/README U xenocara/lib/libdrm/freedreno/kgsl/kgsl_bo.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_device.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_drm.h U xenocara/lib/libdrm/freedreno/kgsl/kgsl_pipe.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_priv.h U xenocara/lib/libdrm/freedreno/kgsl/kgsl_ringbuffer.c U xenocara/lib/libdrm/freedreno/kgsl/msm_kgsl.h U xenocara/lib/libdrm/freedreno/msm/msm_bo.c U xenocara/lib/libdrm/freedreno/msm/msm_device.c U xenocara/lib/libdrm/freedreno/msm/msm_pipe.c U xenocara/lib/libdrm/freedreno/msm/msm_priv.h U xenocara/lib/libdrm/freedreno/msm/msm_ringbuffer.c U xenocara/lib/libdrm/include/drm/README U xenocara/lib/libdrm/include/drm/amdgpu_drm.h C xenocara/lib/libdrm/include/drm/drm.h U xenocara/lib/libdrm/include/drm/drm_fourcc.h U xenocara/lib/libdrm/include/drm/drm_mode.h U xenocara/lib/libdrm/include/drm/drm_sarea.h U xenocara/lib/libdrm/include/drm/i915_drm.h U xenocara/lib/libdrm/include/drm/mach64_drm.h U xenocara/lib/libdrm/include/drm/mga_drm.h U xenocara/lib/libdrm/include/drm/msm_drm.h U xenocara/lib/libdrm/include/drm/nouveau_drm.h U xenocara/lib/libdrm/include/drm/qxl_drm.h U xenocara/lib/libdrm/include/drm/r128_drm.h U xenocara/lib/libdrm/include/drm/radeon_drm.h U xenocara/lib/libdrm/include/drm/savage_drm.h U xenocara/lib/libdrm/include/drm/sis_drm.h U xenocara/lib/libdrm/include/drm/tegra_drm.h U xenocara/lib/libdrm/include/drm/vc4_drm.h U xenocara/lib/libdrm/include/drm/via_drm.h U xenocara/lib/libdrm/include/drm/virtgpu_drm.h U xenocara/lib/libdrm/include/drm/vmwgfx_drm.h N xenocara/lib/libdrm/intel/.gitignore C xenocara/lib/libdrm/intel/Android.mk U xenocara/lib/libdrm/intel/Makefile.sources C xenocara/lib/libdrm/intel/i915_pciids.h N xenocara/lib/libdrm/intel/intel-symbols.txt U xenocara/lib/libdrm/intel/intel_aub.h U xenocara/lib/libdrm/intel/intel_bufmgr.c U xenocara/lib/libdrm/intel/intel_bufmgr.h U xenocara/lib/libdrm/intel/intel_bufmgr_fake.c C xenocara/lib/libdrm/intel/intel_bufmgr_gem.c U xenocara/lib/libdrm/intel/intel_bufmgr_priv.h U xenocara/lib/libdrm/intel/intel_chipset.c U xenocara/lib/libdrm/intel/intel_chipset.h U xenocara/lib/libdrm/intel/intel_debug.h U xenocara/lib/libdrm/intel/intel_decode.c U xenocara/lib/libdrm/intel/libdrm_intel.pc.in U xenocara/lib/libdrm/intel/meson.build U xenocara/lib/libdrm/intel/mm.c U xenocara/lib/libdrm/intel/mm.h U xenocara/lib/libdrm/intel/test_decode.c U xenocara/lib/libdrm/intel/uthash.h N xenocara/lib/libdrm/intel/tests/.gitignore U xenocara/lib/libdrm/intel/tests/gen4-3d.batch U xenocara/lib/libdrm/intel/tests/gen4-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen5-3d.batch U xenocara/lib/libdrm/intel/tests/gen5-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen6-3d.batch U xenocara/lib/libdrm/intel/tests/gen6-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen7-2d-copy.batch U xenocara/lib/libdrm/intel/tests/gen7-2d-copy.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen7-3d.batch U xenocara/lib/libdrm/intel/tests/gen7-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gm45-3d.batch U xenocara/lib/libdrm/intel/tests/gm45-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/test-batch.sh C xenocara/lib/libdrm/libkms/Android.mk U xenocara/lib/libdrm/libkms/Makefile.sources U xenocara/lib/libdrm/libkms/api.c U xenocara/lib/libdrm/libkms/dumb.c U xenocara/lib/libdrm/libkms/exynos.c U xenocara/lib/libdrm/libkms/intel.c U xenocara/lib/libdrm/libkms/internal.h N xenocara/lib/libdrm/libkms/kms-symbols.txt U xenocara/lib/libdrm/libkms/libkms.h U xenocara/lib/libdrm/libkms/libkms.pc.in U xenocara/lib/libdrm/libkms/linux.c U xenocara/lib/libdrm/libkms/meson.build U xenocara/lib/libdrm/libkms/nouveau.c U xenocara/lib/libdrm/libkms/radeon.c U xenocara/lib/libdrm/libkms/vmwgfx.c N xenocara/lib/libdrm/man/drm-kms.7.rst N xenocara/lib/libdrm/man/drm-memory.7.rst N xenocara/lib/libdrm/man/drm.7.rst N xenocara/lib/libdrm/man/drmAvailable.3.rst N xenocara/lib/libdrm/man/drmHandleEvent.3.rst N xenocara/lib/libdrm/man/drmModeGetResources.3.rst U xenocara/lib/libdrm/man/meson.build C xenocara/lib/libdrm/nouveau/Android.mk U xenocara/lib/libdrm/nouveau/Makefile.sources U xenocara/lib/libdrm/nouveau/abi16.c U xenocara/lib/libdrm/nouveau/bufctx.c U xenocara/lib/libdrm/nouveau/libdrm_nouveau.pc.in U xenocara/lib/libdrm/nouveau/meson.build N xenocara/lib/libdrm/nouveau/nouveau-symbols.txt U xenocara/lib/libdrm/nouveau/nouveau.c U xenocara/lib/libdrm/nouveau/nouveau.h C xenocara/lib/libdrm/nouveau/private.h U xenocara/lib/libdrm/nouveau/pushbuf.c U xenocara/lib/libdrm/nouveau/nvif/cl0080.h U xenocara/lib/libdrm/nouveau/nvif/cl9097.h U xenocara/lib/libdrm/nouveau/nvif/class.h U xenocara/lib/libdrm/nouveau/nvif/if0002.h U xenocara/lib/libdrm/nouveau/nvif/if0003.h U xenocara/lib/libdrm/nouveau/nvif/ioctl.h U xenocara/lib/libdrm/nouveau/nvif/unpack.h N xenocara/lib/libdrm/omap/Android.mk U xenocara/lib/libdrm/omap/libdrm_omap.pc.in U xenocara/lib/libdrm/omap/meson.build N xenocara/lib/libdrm/omap/omap-symbols.txt U xenocara/lib/libdrm/omap/omap_drm.c U xenocara/lib/libdrm/omap/omap_drm.h U xenocara/lib/libdrm/omap/omap_drmif.h C xenocara/lib/libdrm/radeon/Android.mk U xenocara/lib/libdrm/radeon/Makefile.sources U xenocara/lib/libdrm/radeon/bof.c U xenocara/lib/libdrm/radeon/bof.h U xenocara/lib/libdrm/radeon/libdrm_radeon.pc.in U xenocara/lib/libdrm/radeon/meson.build U xenocara/lib/libdrm/radeon/r600_pci_ids.h N xenocara/lib/libdrm/radeon/radeon-symbols.txt U xenocara/lib/libdrm/radeon/radeon_bo.c U xenocara/lib/libdrm/radeon/radeon_bo.h U xenocara/lib/libdrm/radeon/radeon_bo_gem.c U xenocara/lib/libdrm/radeon/radeon_bo_gem.h U xenocara/lib/libdrm/radeon/radeon_bo_int.h U xenocara/lib/libdrm/radeon/radeon_cs.c U xenocara/lib/libdrm/radeon/radeon_cs.h U xenocara/lib/libdrm/radeon/radeon_cs_gem.c U xenocara/lib/libdrm/radeon/radeon_cs_gem.h U xenocara/lib/libdrm/radeon/radeon_cs_int.h U xenocara/lib/libdrm/radeon/radeon_cs_space.c U xenocara/lib/libdrm/radeon/radeon_surface.c U xenocara/lib/libdrm/radeon/radeon_surface.h N xenocara/lib/libdrm/tegra/.gitignore U xenocara/lib/libdrm/tegra/libdrm_tegra.pc.in U xenocara/lib/libdrm/tegra/meson.build U xenocara/lib/libdrm/tegra/private.h N xenocara/lib/libdrm/tegra/tegra-symbols.txt U xenocara/lib/libdrm/tegra/tegra.c U xenocara/lib/libdrm/tegra/tegra.h N xenocara/lib/libdrm/tests/Android.mk U xenocara/lib/libdrm/tests/drmdevice.c U xenocara/lib/libdrm/tests/drmsl.c U xenocara/lib/libdrm/tests/hash.c U xenocara/lib/libdrm/tests/meson.build U xenocara/lib/libdrm/tests/amdgpu/amdgpu_test.c U xenocara/lib/libdrm/tests/amdgpu/amdgpu_test.h U xenocara/lib/libdrm/tests/amdgpu/basic_tests.c U xenocara/lib/libdrm/tests/amdgpu/bo_tests.c U xenocara/lib/libdrm/tests/amdgpu/cs_tests.c U xenocara/lib/libdrm/tests/amdgpu/deadlock_tests.c U xenocara/lib/libdrm/tests/amdgpu/decode_messages.h U xenocara/lib/libdrm/tests/amdgpu/frame.h U xenocara/lib/libdrm/tests/amdgpu/meson.build U xenocara/lib/libdrm/tests/amdgpu/ras_tests.c N xenocara/lib/libdrm/tests/amdgpu/security_tests.c U xenocara/lib/libdrm/tests/amdgpu/syncobj_tests.c U xenocara/lib/libdrm/tests/amdgpu/uvd_enc_tests.c U xenocara/lib/libdrm/tests/amdgpu/uve_ib.h U xenocara/lib/libdrm/tests/amdgpu/vce_ib.h U xenocara/lib/libdrm/tests/amdgpu/vce_tests.c U xenocara/lib/libdrm/tests/amdgpu/vcn_tests.c U xenocara/lib/libdrm/tests/amdgpu/vm_tests.c U xenocara/lib/libdrm/tests/etnaviv/cmdstream.xml.h U xenocara/lib/libdrm/tests/etnaviv/etnaviv_2d_test.c U xenocara/lib/libdrm/tests/etnaviv/etnaviv_bo_cache_test.c U xenocara/lib/libdrm/tests/etnaviv/etnaviv_cmd_stream_test.c U xenocara/lib/libdrm/tests/etnaviv/meson.build U xenocara/lib/libdrm/tests/etnaviv/state.xml.h U xenocara/lib/libdrm/tests/etnaviv/state_2d.xml.h U xenocara/lib/libdrm/tests/etnaviv/write_bmp.c U xenocara/lib/libdrm/tests/etnaviv/write_bmp.h U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_event.c U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_perf.c U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_test.c U xenocara/lib/libdrm/tests/exynos/meson.build U xenocara/lib/libdrm/tests/kms/kms-steal-crtc.c U xenocara/lib/libdrm/tests/kms/kms-universal-planes.c U xenocara/lib/libdrm/tests/kms/libkms-test-crtc.c U xenocara/lib/libdrm/tests/kms/libkms-test-device.c U xenocara/lib/libdrm/tests/kms/libkms-test-framebuffer.c U xenocara/lib/libdrm/tests/kms/libkms-test-plane.c U xenocara/lib/libdrm/tests/kms/libkms-test-screen.c U xenocara/lib/libdrm/tests/kms/libkms-test.h U xenocara/lib/libdrm/tests/kms/meson.build U xenocara/lib/libdrm/tests/kmstest/main.c U xenocara/lib/libdrm/tests/kmstest/meson.build U xenocara/lib/libdrm/tests/modeprint/meson.build U xenocara/lib/libdrm/tests/modeprint/modeprint.c C xenocara/lib/libdrm/tests/modetest/Android.mk U xenocara/lib/libdrm/tests/modetest/Makefile.sources U xenocara/lib/libdrm/tests/modetest/buffers.c U xenocara/lib/libdrm/tests/modetest/buffers.h U xenocara/lib/libdrm/tests/modetest/cursor.c U xenocara/lib/libdrm/tests/modetest/cursor.h U xenocara/lib/libdrm/tests/modetest/meson.build U xenocara/lib/libdrm/tests/modetest/modetest.c N xenocara/lib/libdrm/tests/nouveau/.gitignore U xenocara/lib/libdrm/tests/nouveau/meson.build U xenocara/lib/libdrm/tests/nouveau/threaded.c N xenocara/lib/libdrm/tests/proptest/Android.mk U xenocara/lib/libdrm/tests/proptest/Makefile.sources U xenocara/lib/libdrm/tests/proptest/meson.build U xenocara/lib/libdrm/tests/proptest/proptest.c U xenocara/lib/libdrm/tests/radeon/meson.build U xenocara/lib/libdrm/tests/radeon/radeon_ttm.c U xenocara/lib/libdrm/tests/radeon/rbo.c U xenocara/lib/libdrm/tests/radeon/rbo.h N xenocara/lib/libdrm/tests/tegra/.gitignore U xenocara/lib/libdrm/tests/tegra/meson.build U xenocara/lib/libdrm/tests/tegra/openclose.c N xenocara/lib/libdrm/tests/ttmtest/AUTHORS N xenocara/lib/libdrm/tests/ttmtest/ChangeLog N xenocara/lib/libdrm/tests/ttmtest/Makefile.am N xenocara/lib/libdrm/tests/ttmtest/NEWS N xenocara/lib/libdrm/tests/ttmtest/README N xenocara/lib/libdrm/tests/ttmtest/configure.ac N xenocara/lib/libdrm/tests/ttmtest/reconf N xenocara/lib/libdrm/tests/ttmtest/src/Makefile.am N xenocara/lib/libdrm/tests/ttmtest/src/ttmtest.c N xenocara/lib/libdrm/tests/ttmtest/src/xf86dri.c N xenocara/lib/libdrm/tests/ttmtest/src/xf86dri.h N xenocara/lib/libdrm/tests/ttmtest/src/xf86dristr.h N xenocara/lib/libdrm/tests/util/Android.mk U xenocara/lib/libdrm/tests/util/Makefile.sources U xenocara/lib/libdrm/tests/util/common.h U xenocara/lib/libdrm/tests/util/format.c U xenocara/lib/libdrm/tests/util/format.h U xenocara/lib/libdrm/tests/util/kms.c U xenocara/lib/libdrm/tests/util/kms.h U xenocara/lib/libdrm/tests/util/meson.build U xenocara/lib/libdrm/tests/util/pattern.c U xenocara/lib/libdrm/tests/util/pattern.h U xenocara/lib/libdrm/tests/vbltest/meson.build U xenocara/lib/libdrm/tests/vbltest/vbltest.c U xenocara/lib/libdrm/vc4/Makefile.sources U xenocara/lib/libdrm/vc4/libdrm_vc4.pc.in U xenocara/lib/libdrm/vc4/meson.build U xenocara/lib/libdrm/vc4/vc4_packet.h U xenocara/lib/libdrm/vc4/vc4_qpu_defines.h 16 conflicts created by this import. Use the following command to help the merge: cvs checkout -jlibdrm:yesterday -jlibdrm xenocara/lib/libdrm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 03:20:04 Modified files: x11/roxterm : Makefile distinfo x11/roxterm/pkg: PLIST Removed files: x11/roxterm/patches: patch-mscript_py Log message: Update to roxterm-3.10.1 (unbreak with -fno-common). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/11 03:20:14 Modified files: devel/giggle : Makefile devel/giggle/patches: patch-configure patch-src_giggle-diff-view_h Log message: devel/giggle: fix for -fno-common from https://gitlab.gnome.org/GNOME/giggle/-/commit/57fd690279c4f8f0a367ec4f3599ab3a8159be49 while here fix WANTLIB. this project last release was in 2012, there are no real signs of life, but it stills works fine in basic testing so lets keep it for shit and .. (puts on sunglasses) giggles. https://wiki.gnome.org/action/show/Apps/Gitg is the official 'blessed & maintained' gnome git gui, but it isnt ported, and is in vala so meh. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:27:13 Modified files: lib/libdrm : xf86atomic.h xf86drm.c xf86drm.h xf86drmMode.c xf86drmMode.h lib/libdrm/include/drm: drm.h lib/libdrm/intel: i915_pciids.h intel_bufmgr_gem.c Added files: lib/libdrm : Android.mk lib/libdrm/freedreno: Android.mk lib/libdrm/intel: Android.mk lib/libdrm/libkms: Android.mk lib/libdrm/nouveau: Android.mk lib/libdrm/radeon: Android.mk lib/libdrm/tests/modetest: Android.mk Removed files: lib/libdrm : Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 config.h.in configure configure.ac lib/libdrm/amdgpu: Makefile.am Makefile.in amdgpu-symbol-check lib/libdrm/build-aux: compile config.guess config.sub depcomp install-sh ltmain.sh missing test-driver lib/libdrm/data: Makefile.am Makefile.in lib/libdrm/etnaviv: Makefile.am Makefile.in etnaviv-symbol-check lib/libdrm/exynos: Makefile.am Makefile.in exynos-symbol-check lib/libdrm/freedreno: Makefile.am Makefile.in freedreno-symbol-check lib/libdrm/intel: Makefile.am Makefile.in intel-symbol-check lib/libdrm/intel/tests: gen4-3d.batch.sh gen5-3d.batch.sh gen6-3d.batch.sh gen7-2d-copy.batch.sh gen7-3d.batch.sh gm45-3d.batch.sh lib/libdrm/libkms: Makefile.am Makefile.in kms-symbol-check lib/libdrm/m4 : libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 lib/libdrm/man : Makefile.am Makefile.in drm-kms.7 drm-kms.xml drm-memory.7 drm-memory.xml drm.7 drm.xml drmAvailable.3 drmAvailable.xml drmHandleEvent.3 drmHandleEvent.xml drmModeGetResources.3 drmModeGetResources.xml lib/libdrm/nouveau: Makefile.am Makefile.in nouveau-symbol-check lib/libdrm/omap: Makefile.am Makefile.in omap-symbol-check lib/libdrm/radeon: Makefile.am Makefile.in radeon-symbol-check lib/libdrm/tegra: Makefile.am Makefile.in tegra-symbol-check lib/libdrm/tests: Makefile.am Makefile.in random.c lib/libdrm/tests/amdgpu: Makefile.am Makefile.in lib/libdrm/tests/etnaviv: Makefile.am Makefile.in lib/libdrm/tests/exynos: Makefile.am Makefile.in lib/libdrm/tests/kms: Makefile.am Makefile.in lib/libdrm/tests/kmstest: Makefile.am Makefile.in lib/libdrm/tests/modeprint: Makefile.am Makefile.in lib/libdrm/tests/modetest: Makefile.am Makefile.in lib/libdrm/tests/nouveau: Makefile.am Makefile.in lib/libdrm/tests/proptest: Makefile.am Makefile.in lib/libdrm/tests/radeon: Makefile.am Makefile.in lib/libdrm/tests/tegra: Makefile.am Makefile.in lib/libdrm/tests/util: Makefile.am Makefile.in lib/libdrm/tests/vbltest: Makefile.am Makefile.in lib/libdrm/vc4 : Makefile.am Makefile.in Log message: Merge libdrm 2.4.104 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:30:36 xenocara/lib/libdrm/mk Update of /cvs/xenocara/lib/libdrm/mk In directory cvs.openbsd.org:/tmp/cvs-serv7877/mk Log Message: Directory /cvs/xenocara/lib/libdrm/mk added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:30:36 xenocara/lib/libdrm/mk/include Update of /cvs/xenocara/lib/libdrm/mk/include In directory cvs.openbsd.org:/tmp/cvs-serv7877/mk/include Log Message: Directory /cvs/xenocara/lib/libdrm/mk/include added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:30:36 xenocara/lib/libdrm/mk/libdrm Update of /cvs/xenocara/lib/libdrm/mk/libdrm In directory cvs.openbsd.org:/tmp/cvs-serv7877/mk/libdrm Log Message: Directory /cvs/xenocara/lib/libdrm/mk/libdrm added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:30:36 xenocara/lib/libdrm/mk/libdrm_amdgpu Update of /cvs/xenocara/lib/libdrm/mk/libdrm_amdgpu In directory cvs.openbsd.org:/tmp/cvs-serv7877/mk/libdrm_amdgpu Log Message: Directory /cvs/xenocara/lib/libdrm/mk/libdrm_amdgpu added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:30:36 xenocara/lib/libdrm/mk/libdrm_intel Update of /cvs/xenocara/lib/libdrm/mk/libdrm_intel In directory cvs.openbsd.org:/tmp/cvs-serv7877/mk/libdrm_intel Log Message: Directory /cvs/xenocara/lib/libdrm/mk/libdrm_intel added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:30:36 xenocara/lib/libdrm/mk/libdrm_radeon Update of /cvs/xenocara/lib/libdrm/mk/libdrm_radeon In directory cvs.openbsd.org:/tmp/cvs-serv7877/mk/libdrm_radeon Log Message: Directory /cvs/xenocara/lib/libdrm/mk/libdrm_radeon added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:30:36 xenocara/lib/libdrm/mk/man Update of /cvs/xenocara/lib/libdrm/mk/man In directory cvs.openbsd.org:/tmp/cvs-serv7877/mk/man Log Message: Directory /cvs/xenocara/lib/libdrm/mk/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:30:37 xenocara/lib/libdrm/mk/pkgconfig Update of /cvs/xenocara/lib/libdrm/mk/pkgconfig In directory cvs.openbsd.org:/tmp/cvs-serv7877/mk/pkgconfig Log Message: Directory /cvs/xenocara/lib/libdrm/mk/pkgconfig added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:34:51 Added files: lib/libdrm : Makefile lib/libdrm/mk : Makefile Makefile.inc config.mk lib/libdrm/mk/include: Makefile lib/libdrm/mk/libdrm: Makefile shlib_version lib/libdrm/mk/libdrm_amdgpu: Makefile shlib_version lib/libdrm/mk/libdrm_intel: Makefile shlib_version lib/libdrm/mk/libdrm_radeon: Makefile shlib_version lib/libdrm/mk/man: Makefile drm-kms.7 drm-memory.7 drm.7 drmAvailable.3 drmHandleEvent.3 drmModeGetResources.3 lib/libdrm/mk/pkgconfig: Makefile gen_libdrm.sh gen_libdrm_amdgpu.sh gen_libdrm_intel.sh gen_libdrm_radeon.sh Log message: add Makefiles to replace upstream use of meson CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:38:13 Modified files: distrib/sets/lists/xbase: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.sgi md.sparc64 mi Log message: sync CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/11 03:41:19 Modified files: sys/netinet : in_pcb.c sys/netinet6 : in6_pcb.c Log message: Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport(). Technically the whole point of the stoeplitz API is that it's symmetric, meaning that the order of addresses and ports doesn't matter and will produce the same hash value. Coverity CID 1501717 ok dlg@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 03:41:48 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/11 04:03:57 Modified files: sys/dev/usb : uhidpp.c Log message: Initialize the stack local device id variable correctly. CID 1501705 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 04:35:31 Modified files: lib/libdrm : xf86drm.c Log message: fix merge error CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2021/02/11 04:57:32 Modified files: sys/dev/pv : vmt.c Log message: Initialize var since it's used in a condition a little bit afterwards. CID 1501713 ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/11 05:08:21 Modified files: sys/kern : vfs_syscalls.c Log message: In the various open functions reduce the fdplock() to only span over the function which need the lock (falloc, fdinsert, fdremove). In most cases it is not correct to hold the lock while calling VFS functions or e.g. closef since those aquire or release long lived VFS locks. OK visa@ mvs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/11 05:51:03 Modified files: misc/brltty : Makefile misc/brltty/patches: patch-Programs_ctbtest_c patch-Programs_serial_c patch-Programs_sys_openbsd_c patch-configure misc/brltty/pkg: PLIST Added files: misc/brltty/patches: patch-Programs_api_common_h patch-Programs_cut_h Log message: brltty: fix commons and regen plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/11 06:10:41 Modified files: net/grsync : Makefile distinfo net/grsync/patches: patch-Makefile_in patch-configure Added files: net/grsync/patches: patch-src_callbacks_c Log message: update to grsync-1.3.0, fixing commons CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/11 06:18:17 Modified files: security/stegdetect: Makefile Log message: rename progname -> prog_name to avoid a conflict with the 2001-vintage copy of file, not spotted in previous before because CFLAGS is not passed through to all sub-makes. OK sthen if anyone wants to remove this! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 06:22:18 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.66.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 06:22:59 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_WTF_wtf_PlatformEnable_h www/webkitgtk4/pkg: PLIST Log message: Update to webkitgtk4-2.30.5. Remove uneeded dependency on gmake. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 06:33:21 Modified files: x11/gnome/orca : Makefile x11/gnome/orca/pkg: DESCR Log message: Note that optional Braille support requires installing the "brltty" package. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/02/11 06:40:28 Modified files: sys/kern : kern_fork.c Log message: "proc: table is full" actually means thread table is full; ok mpi@ sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/11 06:53:18 Modified files: security/lynis : Makefile distinfo Log message: Update for Lynis to 3.0.3 OK rsadowski@ benoit@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/11 06:55:06 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/patches: patch-src_preferences_cpp Log message: Update for SMPlayer to 21.1.0: https://www.smplayer.info/en/changes OK rsadowski@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/11 07:44:14 Modified files: sys/arch/loongson/conf: ld.script sys/arch/loongson/loongson: locore.S sys/arch/mips64/mips64: exception.S exception_tfp.S sys/arch/octeon/conf: ld.script sys/arch/octeon/octeon: locore.S sys/arch/sgi/conf: ld.script sys/arch/sgi/sgi: ip30_nmi.S locore.S Log message: Leave out gp initialization from kernel entry on mips64 On OpenBSD/mips64, the kernel is compiled with -mno-abicalls. This disables gp-relative addressing and essentially makes gp a spare register in the kernel. Hence it is unnecessary to initialize gp when entering the kernel. The _gp symbol is not needed either. Suggested by miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/11 09:11:14 Modified files: sysutils/conky : Makefile distinfo sysutils/conky/patches: patch-src_conky_c Added files: sysutils/conky/patches: patch-doc_Makefile_am patch-src_common_c patch-src_conky_h Log message: conky: avoid commons, from Ryan Boggs while there, switch from sourceforge to github upstream (there are many new versions since this one, but the patches to get it to work on newer openbsd versions haven't been fed upstream and upstream aren't keeping this building themselves, so updating is a bit challenging, I made a start in openbsd-wip but am not likely to finish it myself) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/11 09:17:57 Modified files: sysutils/nut : Makefile sysutils/nut/pkg: README-main Log message: nut: update pkg-readme for device node permission changes pointed out by Marcus Merighi CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/02/11 09:22:06 Modified files: sys/dev/pci : if_rge.c Log message: Add missing break in switch statement of rge_activate(). CID 1501716 ok kevlo@ and mestre@ had the same diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/11 09:27:30 Modified files: security/sslscan: Makefile distinfo Log message: update to sslscan-2.0.7 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/11 10:02:39 Modified files: gnu/usr.bin/perl: hv_func.h Log message: When clang was changed to -fcommon, perl's P_hash_{seed,state} variables moved into BSS in the .o, with padding rules following the types -- they are both char[]. Since P_hash_seed is (system-dependent) not a multiple of 8, P_hash_state gets layed out misaligned, which sucks because the hash functions demand 64-bit alignment for both variables. There is the possibility of using misalignment macros, but this is not cheap. Could also use kernel-trap fault repair, but the performance would really suck for something so crucial. The correct fix would be for upstream to declare these types as uint64[], we have requested that in https://github.com/Perl/perl5/issues/18555 In the meantime, carry a diff to roundup P_hash_seed to 64-bit alignment so that P_hash_state will land aligned. ok afresh1 CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2021/02/11 10:08:42 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Security update to 13.2 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 10:52:21 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/files: module-sndio.c audio/pulseaudio/patches: patch-src_Makefile_am Removed files: audio/pulseaudio/files: module-sndio-symdef.h Log message: Get closer to upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 11:31:11 Modified files: graphics/graphene: Makefile distinfo Log message: Update to graphene-1.10.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/11 11:52:08 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.3. CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2021/02/11 12:31:50 Modified files: . : plus.html Log message: plus Jan 5 - Feb 6 tweaks and OK florian CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/11 12:41:05 Modified files: sbin/isakmpd : Makefile Log message: Link isakmpd dynamically. Mount /usr on NFS via IPsec does not work anyway. Dynamic binaries help building errata, reduce disk usage and make ROP harder. Also remove an unused bsd.subdir.mk include. OK sthen@ mvs@ deraadt@ tobhe@ patrick@ CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2021/02/11 12:55:40 Modified files: distrib/sets/lists/xbase: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.sgi md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/11 13:28:01 Modified files: sys/net : if.c Log message: We link `ifp' to `if_list' before we perform if_attachsetup(). It is not fully initialized because we initialize `if_groups' after linking. It's not triggered because if_attach() and if_unit(9) are serialized by kernel lock and `ifp' is often filled by nulls. Move `if_groups' initialization to if_attach_common() to prevent this. ok bluhm@ claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/11 13:28:57 Modified files: sys/kern : uipc_socket2.c Log message: sbdrop(): use NULL instead of 0 in pointer assignment ok bluhm@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/11 14:09:56 Modified files: regress/sbin/pfctl: pf46.loaded Log message: More route-to fallout in pfctl regress. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/11 14:28:19 Modified files: net/ocserv : Makefile Added files: net/ocserv/patches: patch-src_tun_c Log message: ocserv: add upstream commit adapting to our devname(3) which only returns sane names for the default-created tun nodes (tun0..3) and not additional ones. From Jake Stennett. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/11 14:30:50 Modified files: net/ocserv : Tag: OPENBSD_6_8 Makefile distinfo net/ocserv/patches: Tag: OPENBSD_6_8 patch-configure_ac patch-doc_sample_config patch-tests_multiple-routes Added files: net/ocserv/patches: Tag: OPENBSD_6_8 patch-src_tun_c Log message: MFC ocserv; update and tun fix CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/11 15:02:41 Modified files: sbin/iked : ikev2.c Log message: Explicitly unset IKED_REQ_CERTVALID before sending cert to ca process. ok markus@ CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2021/02/11 15:07:47 Modified files: distrib/sets/lists/xbase: md.powerpc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/11 15:26:46 Modified files: net/iftop : Makefile Added files: net/iftop/patches: patch-ui_common_c patch-ui_common_h Log message: net/iftop: fix build with -fno-common CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2021/02/11 15:42:33 Modified files: distrib/sets/lists/xbase: md.arm64 Log message: sync CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/11 16:53:42 Modified files: sys/dev/fdt : exuart.c Log message: Don't hardcode com(4)'s major number in exuart(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/11 16:54:40 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable exuart(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/11 16:55:48 Modified files: sys/arch/arm64/arm64: machdep.c Log message: Call exuart(4) early attach on arm64. ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/11 18:16:05 Modified files: lib/libdrm/mk/pkgconfig: Makefile Log message: only install libdrm_intel pkgconfig file when building libdrm_intel CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/11 20:14:18 Modified files: usr.bin/ssh : ssh-agent.c Log message: factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own function and remove an unused variable; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/11 20:49:09 Modified files: usr.bin/ssh : PROTOCOL sftp-server.c sftp.1 Log message: sftp: add missing lsetstat@openssh.com documentation patch from Mike Frysinger CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/11 23:52:48 Modified files: usr.bin/tmux : client.c file.c Log message: Do not care about the server socket closing if exiting anyway. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/12 00:44:41 Added files: www/firefox-esr/patches: patch-Cargo_toml Log message: www/firefox-esr: preemptively fix built with rust 1.50. from semarie@, same fix as found in #1684261 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/12 00:46:21 Added files: mail/mozilla-thunderbird/patches: patch-Cargo_toml Log message: mail/mozilla-thunderbird: preemptively fix built with rust 1.50. from/ok semarie@, same fix as found in #1684261 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/12 00:48:54 Modified files: www/firefox-esr/patches: patch-Cargo_toml Log message: www/firefox-esr: add link to upstream commit CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/12 00:49:21 Modified files: mail/mozilla-thunderbird/patches: patch-Cargo_toml Log message: www/mail/mozilla-thunderbird: add link to upstream commit CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/12 01:02:36 Added files: www/tor-browser/browser/patches: patch-Cargo_toml Log message: www/tor-browser/browser: preemptively fix built with rust 1.50. from/ok semarie@, same fix as found in #1684261 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/12 01:02:58 Added files: www/mozilla-firefox/patches: patch-Cargo_toml Log message: www/mozilla-firefox: preemptively fix built with rust 1.50. from/ok semarie@, same fix as found in #1684261 CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2021/02/12 01:06:44 Modified files: distrib/sets/lists/xbase: md.powerpc64 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2021/02/12 01:07:07 Modified files: distrib/sets/lists/xbase: md.arm64 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/12 01:17:33 Removed files: etc/signify : openbsd-66-base.pub openbsd-66-fw.pub openbsd-66-pkg.pub openbsd-66-syspatch.pub Log message: do not need 66 keys anymore CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/12 02:39:22 Modified files: textproc/highlight: Makefile distinfo Log message: Update to highlight-3.61. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2021/02/12 02:40:56 Modified files: databases/postgresql: Tag: OPENBSD_6_8 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_6_8 PLIST-docs Log message: Bugfix update to 12.6 ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/12 03:26:34 Modified files: etc : MAKEDEV.common etc/etc.amd64 : MAKEDEV.md fbtab etc/etc.arm64 : MAKEDEV.md fbtab etc/etc.i386 : MAKEDEV.md fbtab etc/etc.loongson: MAKEDEV.md fbtab etc/etc.macppc : MAKEDEV.md fbtab etc/etc.powerpc64: MAKEDEV.md etc/etc.sparc64: MAKEDEV.md fbtab Log message: create /dev/ drm nodes with the same names as linux This was proposed by Emil Velikov to simplify libdrm and will remove the need for some patches in ports. /dev/drm0 -> /dev/dri/card0 /dev/drmR128 -> /dev/dri/renderD128 The previous names will remain for a period of time and will later be removed. Major and minor numbers remain the same. libdrm will not be changed to use the new names until known privsep and sandbox use has been updated to allow the new names. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/12 03:28:56 Modified files: etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.powerpc64: MAKEDEV etc/etc.sparc64: MAKEDEV share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.arm64: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.loongson: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.powerpc64: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/12 03:33:34 Modified files: app/xenodm/config: GiveConsole TakeConsole Log message: chown /dev/dri/ nodes if they exist CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/12 03:40:15 Modified files: xserver/os : privsep.c Log message: add /dev/dri/card[0-3] to allowed devices CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/12 03:57:32 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextclout to 20.0.7 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/02/12 05:03:39 Modified files: regress/lib/libc/malloc/malloc_general: Makefile Log message: A few more flag combo's to test CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/12 05:16:53 Modified files: lib/libcrypto : cert.pem Log message: Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@ Notably this update removes various old Symantec roots (GeoTrust, thawte, VeriSign) that were set in NSS to be distrusted on 1/1/2021. Nobody should have been using these for years; only certain subCAs signed by these were valid in NSS in that time due to an exemption: https://wiki.mozilla.org/CA/Additional_Trust_Changes#Symantec Notably Apple's "Apple IST CA 2 - G1" which is still in use for some endpoints (it is cross signed by another CA too but these endpoints are publishing the GeoTrust intermediate cert). So for now I have skipped removal of "GeoTrust Global CA" to avoid affecting these sites. Debian ran into this when they updated their cert database and had to back this part out, affected sites are not reachable on Android Firefox and maybe other newer Firefoxes. Some sites that were affected have moved to a different CA in the last few days but others, notably api.push.apple.com, remain (I can only guess that there is a complicated problem involved, possibly cert pinning on old devices - the clock is ticking though as this expires in May 2022 anyway ;) Additions: /C=RO/O=CERTSIGN SA/OU=certSIGN ROOT CA G2 /C=HU/L=Budapest/O=Microsec Ltd./2.5.4.97=VATHU-23584497/CN=e-Szigno Root CA 2017 /C=KR/O=NAVER BUSINESS PLATFORM Corp./CN=NAVER Global Root Certification Authority /C=US/ST=Illinois/L=Chicago/O=Trustwave Holdings, Inc./CN=Trustwave Global Certification Authority /C=US/ST=Illinois/L=Chicago/O=Trustwave Holdings, Inc./CN=Trustwave Global ECC P256 Certification Authority /C=US/ST=Illinois/L=Chicago/O=Trustwave Holdings, Inc./CN=Trustwave Global ECC P384 Certification Authority Removals: /C=US/O=GeoTrust Inc./CN=GeoTrust Primary Certification Authority /C=US/O=GeoTrust Inc./CN=GeoTrust Universal CA /C=US/O=GeoTrust Inc./CN=GeoTrust Universal CA 2 /C=US/O=GeoTrust Inc./OU=(c) 2008 GeoTrust Inc. - For authorized use only/CN=GeoTrust Primary Certification Authority - G3 /C=TW/O=Government Root Certification Authority /C=LU/O=LuxTrust S.A./CN=LuxTrust Global Root 2 /C=US/O=thawte, Inc./OU=(c) 2007 thawte, Inc. - For authorized use only/CN=thawte Primary Root CA - G2 /C=US/O=thawte, Inc./OU=Certification Services Division/OU=(c) 2006 thawte, Inc. - For authorized use only/CN=thawte Primary Root CA /C=US/O=thawte, Inc./OU=Certification Services Division/OU=(c) 2008 thawte, Inc. - For authorized use only/CN=thawte Primary Root CA - G3 /C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=(c) 1999 VeriSign, Inc. - For authorized use only/CN=VeriSign Class 3 Public Primary Certification Authority - G3 /C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=(c) 2006 VeriSign, Inc. - For authorized use only/CN=VeriSign Class 3 Public Primary Certification Authority - G5 /C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=(c) 2007 VeriSign, Inc. - For authorized use only/CN=VeriSign Class 3 Public Primary Certification Authority - G4 /C=CH/O=WISeKey/OU=Copyright (c) 2005/OU=OISTE Foundation Endorsed/CN=OISTE WISeKey Global Root GA CA CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/12 05:39:07 Modified files: databases/postgresql-previous: Makefile distinfo databases/postgresql-previous/pkg: PLIST Log message: postgresql-previous: update to 12.6, and rm files installed under share/doc/postgresql that conflict with databases/postgresql,-docs. ok pea@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/12 05:51:53 Modified files: xserver/os : privsep.c Log message: don't fatally error if unveil(2) sets ENOENT This occurs when trying to unveil a /dev/dri/ node when the directory does not exist. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/12 06:44:00 Modified files: misc/mc : Makefile distinfo misc/mc/patches: patch-configure misc/mc/pkg : PLIST Log message: update to mc-4.8.26 OK robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/12 06:48:31 Modified files: sys/net : pf.c Log message: Fix null pointer dereference in pf_route6(). Embedding scope into addresses that come from pf cannot be right, so remove the code. Coverity CID 1501718 OK dlg@ claudio@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/12 07:19:11 Modified files: share/man/man8 : ssl.8 Log message: Tweak ssl(8)'s text about EC generation. Streamline by using "ecparam -genkey" rather than separately generating parameters and key. Give a clue that some CAs accept only prime256v1. Show the user where to stop if they're just generating a private key for acme-client and therefore don't need to generate a csr or cert manually. Add xr to acme-client(1) suggest by tb@. ok jmc tb CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/12 07:20:15 Modified files: usr.sbin/acme-client: acme-client.1 Log message: Xr to ssl(8) which has clues about EC key generation that are still useful to acme-client users. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/12 07:33:37 Modified files: fonts/cascadia-code: Makefile distinfo Log message: update to cascadia-code-2102.03 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/12 07:34:12 Modified files: security/py-josepy: Makefile distinfo security/py-josepy/pkg: PLIST Log message: update to py-josepy-1.7.0, adding support for ec keys CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/12 07:58:06 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.38.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/12 07:58:25 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.38.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/12 07:58:44 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.38.4. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/12 09:16:10 Modified files: sys/net : pf.c Log message: pf_remove_divert_state() is an entry point into pf, modifying the pf state table. Hence we have to grab both the pf lock and the pf state lock. Found by dlg@ ok bluhm@ sashan@ CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2021/02/12 09:30:17 Modified files: distrib/sets/lists/xbase: md.alpha md.hppa Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/12 10:01:19 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-data_Init_in patch-data_PostSession_in patch-data_PreSession_in x11/gnome/gdm/pkg: gdm.rc Log message: Add support for /dev/dri/card0 and /dev/dri/renderD128. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/12 10:03:51 Modified files: lib/libc/stdlib: rand.3 random.3 Log message: Some people still argue that rand(3) and random(3) have suitable deterministic use cases, so explain the situation a bit more. Since the 80's, I estimate around 5 algorithm changes, so any chosen seed is unrepeatable UB. +The deterministic sequence algorithm changed a number of times since +original development, is underspecified, and should not be relied upon to +remain consistent between platforms and over time. ok jmc kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/12 10:26:17 Modified files: x11/gnome/autoar: Makefile distinfo Log message: SECURITY update to gnome-autoar-0.3.0. CVE-2020-36241. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/12 10:27:48 Modified files: x11/gnome/autoar: Tag: OPENBSD_6_8 Makefile distinfo Log message: SECURITY update to gnome-autoar-0.3.0. CVE-2020-36241. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/02/12 10:29:26 Modified files: cad/geda-gaf : Makefile Added files: cad/geda-gaf/patches: patch-gattrib_include_globals_h patch-gattrib_src_globals_c Log message: -fno-common fixes for cad/geda-gaf. Looked quickly at updating this, but it's non-trivial and I'm not interested in maintaining this further. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/12 10:36:49 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Modules_Compiler_GNU_cmake patch-Modules_FindSDL_cmake patch-Source_cmSystemTools_cxx devel/cmake/pkg: PLIST Log message: Update cmake to 3.19.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/12 11:39:05 Modified files: security/nss : Makefile Removed files: security/nss/patches: patch-nss_lib_ckfw_builtins_certdata_txt Log message: Drop the patch backing out the certdata update in NSS 3.61; the main public sites affected by dropping the geotrust root (apple store, apple news etc) are on different CAs now and the other known ones are api endpoints not so likely to be important in a standard browser. OK robert, landry said 'rm all the things' earlier which I am treating as an OK ;) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/12 12:01:45 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/12 12:30:34 Modified files: sbin/iked : policy.c Log message: Fix local and peer addresses in policy lookup for dangling SAs after ikectl reload. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/12 13:05:58 Modified files: sysutils/conky : Makefile Log message: needs docbook-xsl CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/02/12 13:14:53 Modified files: games/clonekeen: Makefile games/clonekeen/patches: patch-src_menu_savegames_c Added files: games/clonekeen/patches: patch-src_eseq_ep2_c patch-src_gamepdo_c patch-src_menu_custommap_c patch-src_menu_keysetup_c patch-src_menu_options_c patch-src_menumanager_c patch-src_misc_ui_c Log message: -fno-common fixes for games/clonekeen. CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2021/02/12 16:10:58 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.2.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/12 16:14:05 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-etc_config patch-etc_config_keycodes patch-i3-dmenu-desktop patch-i3-msg_main_c patch-i3-nagbar_main_c patch-libi3_get_exe_path_c patch-src_bindings_c patch-src_config_parser_c patch-src_main_c x11/i3/pkg : PLIST Removed files: x11/i3/patches : patch-Makefile_in patch-parser-specs_config_spec patch-src_config_directives_c patch-testcases_t_201-config-parser_t Log message: update to i3-4.19.1, from Guy Godfroy with a couple of tweaks from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/12 16:14:30 Modified files: x11/i3-mousedrag: Makefile x11/i3-mousedrag/patches: patch-etc_config patch-etc_config_keycodes Log message: i3-mousedrag: sync some bits with i3 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/12 19:29:39 Modified files: share/man/man4 : drm.4 Log message: change documented drm nodes to /dev/dri/ and mention powerpc64 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2021/02/12 20:11:30 Modified files: faq : current.html Log message: MAKEDEV dri required if upgrading from source CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/12 22:05:55 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/files: unveil.content unveil.gpu unveil.main www/firefox-esr: Makefile www/firefox-esr/files: unveil.content unveil.gpu Log message: allow /dev/dri/card0 where /dev/drm0 was allowed ok landry@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/12 22:08:28 Modified files: www/tor-browser/browser/files: unveil.content unveil.gpu Log message: allow /dev/dri/card0 where /dev/drm0 was allowed ok Caspar Schutijser CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/12 22:59:02 Modified files: x11/i3-gaps : Makefile distinfo x11/i3-gaps/patches: patch-etc_config patch-etc_config_keycodes patch-i3-dmenu-desktop patch-i3-msg_main_c patch-i3-nagbar_main_c patch-libi3_get_exe_path_c patch-man_i3-config-wizard_man patch-man_i3-dump-log_man patch-man_i3-nagbar_man patch-man_i3_man patch-src_bindings_c patch-src_config_parser_c patch-src_main_c x11/i3-gaps/pkg: PLIST Removed files: x11/i3-gaps/patches: patch-Makefile_in patch-parser-specs_config_spec patch-src_config_directives_c patch-testcases_t_201-config-parser_t Log message: Update i3-gaps to 4.19.1 and keep in sync with x11/i3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/12 23:12:16 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to gtk+3-3.24.25. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/12 23:17:27 Modified files: graphics/libwebp: Makefile distinfo Log message: Update libwebp to 1.2.0 - 12/23/2020: version 1.2.0 * API changes: - libwebp: encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange) * lossless encoder improvements * SIMD support for Wasm builds * add xcframeworkbuild.sh, supports Mac Catalyst builds * import fuzzers from oss-fuzz & chromium (#409) * webpmux: add an '-set loop ' option (#494) * toolchain updates and bug fixes (#449, #463, #470, #475, #477, #478, #479, #488, #491) Update diff from Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/12 23:20:22 Modified files: net/ircd-hybrid: Makefile distinfo Log message: Update ircd-hybrid to 8.2.38 Update diff from Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/12 23:21:11 Modified files: multimedia/aom : Makefile distinfo Log message: Update to aom 2.0.2. 2021-02-09 v2.0.2 This release includes several bug fixes. - Bug fixes: Issue 2643: Modify the assertion in temporal filter intrinsics. Issue 2648: Fix unit test ThreadTestLarge.EncoderResultTest/49 assertion failure. Issue 2869: Add -Wimplicit-function-declaration as C flag only. Issue 2878: Avoid memset in the av1_filter_intra_predictor module functions. Issue 2903: Fix a typo bug in apply_temporal_filter_planewise. Call av1_setup_frame_size() when dropping a frame in the encode_frame_to_data_rate() function in av1/encoder/encoder.c. Update diff from Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/12 23:25:44 Modified files: multimedia/libheif: Makefile distinfo Log message: Update libheif to 1.11.0 Update diff from Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/12 23:31:07 Modified files: audio/libsndfile: Makefile audio/libsndfile/patches: patch-src_wav_c Added files: audio/libsndfile/patches: patch-src_double64_c Removed files: audio/libsndfile/patches: patch-programs_sndfile-info_c Log message: Improve/Fix libsndfile-1.0.30 - Improve handling of SMPL chunks in WAV files. - Fix use of uninitialized value in endswap_int64_t_array. https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25366 Diff from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 00:06:13 Modified files: graphics/openexr: Makefile distinfo Log message: Update to OpenEXR-2.5.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 00:10:08 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 00:10:19 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 00:10:39 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.19.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 00:13:35 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 00:18:45 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-3.38.4. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/13 00:20:49 Modified files: usr.sbin/smtpd : aliases.5 Log message: comma swap; from larry hynes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/13 00:26:18 Modified files: usr.sbin/smtpd : forward.5 Log message: readability fix; from larry hynes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/13 00:28:50 Modified files: usr.sbin/smtpd : mail.maildir.8 Log message: add some missing articles; from larry hynes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/13 00:37:13 Modified files: usr.sbin/smtpd : makemap.8 Log message: various readability fixes; from larry hynes CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2021/02/13 00:46:44 Modified files: sys/arch/amd64/amd64: machdep.c Log message: Remove trailing whitespace No code/functional change CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2021/02/13 00:47:37 Modified files: sys/arch/amd64/amd64: vmm_support.S Log message: Remove trailing whitespace No code/functional change CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2021/02/13 00:55:38 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Fix a comment CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2021/02/13 00:56:26 Modified files: usr.sbin/vmd : vm.c Log message: Fix some wrong comments and KNF/long line wraps CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/13 00:59:54 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: various readability fixes; from larry hynes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/13 01:05:57 Modified files: usr.sbin/smtpd : table.5 Log message: readability fixes; from larry hynes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/13 01:07:48 Modified files: usr.sbin/smtpd : smtp.1 Log message: -h does not display version; from larry hynes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/13 02:00:05 Modified files: x11/i3 : Makefile Added files: x11/i3/patches : patch-meson_build Log message: i3: patch to avoid requoring bash during build, spotted by tb drop xxCONFIGURS_ARGS used during testing, spotted by rsadowski CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/13 02:02:26 Added files: x11/i3-mousedrag/patches: patch-meson_build Log message: i3-mousedrag: don't use bash in build; in i3-mousedrag it is pulled in via build deps anyway, but keep in sync with x11/i3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 03:15:02 Modified files: editors/abiword: Makefile editors/abiword/patches: patch-src_gi-overrides_Makefile_in editors/abiword/pkg: PLIST Added files: editors/abiword/patches: patch-configure patch-src_af_xap_xp_enchant_checker_cpp patch-src_wp_ap_gtk_ap_UnixPrefs_cpp patch-src_wp_impexp_xp_ie_exp_AbiWord_1_cpp Removed files: editors/abiword/patches: patch-src_af_ev_gtk_ev_UnixMouse_cpp Log message: - Move to enchant2 - Remove uneeded patch - Fix gobject-introspection overrides directory - Fix for 64bit time_t - Make AP_UnixPrefs::overlayEnvironmentPrefs() a noop; this function is totally broken and leads to sigsegv. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/13 03:51:01 Added files: x11/i3-gaps/patches: patch-meson_build Log message: Don't use bash in build; from sthen@/i3-mousedrag CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/13 06:38:51 Modified files: net/ocserv : Tag: OPENBSD_6_8 Makefile net/ocserv/patches: Tag: OPENBSD_6_8 patch-doc_sample_config Removed files: net/ocserv/patches: Tag: OPENBSD_6_8 patch-src_config_c patch-src_main_c Log message: two patches should have been removed; pointed out by Marc West CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 07:06:53 Modified files: x11/worker : Makefile distinfo x11/worker/pkg : PLIST Log message: Update to worker-4.7.0 Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#orgcdb1181 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 07:12:09 ports/net/gophernicus/patches Update of /cvs/ports/net/gophernicus/patches In directory cvs.openbsd.org:/tmp/cvs-serv64645/patches Log Message: Directory /cvs/ports/net/gophernicus/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 07:13:37 Modified files: net/gophernicus: Makefile Added files: net/gophernicus/patches: patch-gophernicus_c Log message: Fix for -fno-common by removing some variables that we would never use, but get unconditionally placed in a header file used by multiple .c files. While here, drop MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 07:22:02 Modified files: sysutils/ugrep : Makefile distinfo Log message: Update to ugrep-3.1.7 Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.1.7 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 07:29:56 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-166 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/13 07:47:52 Modified files: x11/py-qt5 : Makefile x11/py-qt5/pkg : PLIST Log message: remove bogus MODPY_PY_PREFIX subst CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 08:07:08 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre Log message: Update to feh-3.6.3 Changelog: https://git.finalrewind.org/feh/plain/ChangeLog CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 08:34:50 Modified files: converters/p5-Date-Tolkien-Shire-Data: Makefile distinfo Log message: Update to p5-Date-Tolkien-Shire-Data-0.007 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/13 08:34:59 Modified files: textproc/calibre: Makefile Log message: mark BROKEN for now, there are some problems with py-sip and friends that are too hard to fix whilst keeping py2 support for sip which is only needed by calibre. rsadowski has a work-in-progress update to a py3 version. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 08:35:40 Modified files: converters/p5-Date-Tolkien-Shire: Makefile distinfo Log message: Update to p5-Date-Tolkien-Shire-1.903 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 08:48:52 Modified files: multimedia/streamlink: Makefile distinfo multimedia/streamlink/patches: patch-setup_py multimedia/streamlink/pkg: PLIST Log message: Update to streamlink-2.0.0 Changelog: https://github.com/streamlink/streamlink/releases/tag/2.0.0 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/13 09:14:12 Modified files: sbin/iked : Makefile config.c iked.c iked.conf.5 iked.h ikev2.c parse.y policy.c types.h Added files: sbin/iked : vroute.c Log message: Add dynamic address configuration for roadwarrior clients. The new 'iface' config option can be used to specify an interface for the virtual addresses received from the peer. Routes are automatically added based on the configured flows. Input from sthen@ and claudio@ ok patrick@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 09:27:22 Modified files: astro/gnuastro : Makefile distinfo astro/gnuastro/patches: patch-configure astro/gnuastro/pkg: PLIST Log message: Update to gnuastro-0.14 Changelog: https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.14 Diff posted by wen heping to ports@, with additional fixes from me: bumping the major version of the shlib and syncing WANTLIB CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 09:45:19 Modified files: productivity/glabels: Makefile productivity/glabels/pkg: PLIST Added files: productivity/glabels/patches: patch-src_font-history_h patch-src_template-history_h Log message: Fix for -fno-common; from FreeBSD. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/13 09:55:56 Modified files: graphics/darktable: Makefile Log message: darktable: add BDEP on bash; found by naddy. (alternatively the script could be patched to work with ksh, but it needs a few changes, so this way's easier). CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/13 10:12:38 Modified files: sys/arch/octeon/dev: cn30xxgmx.c cn30xxgmxreg.h cn30xxgmxvar.h if_cnmac.c Log message: Revise cnmac(4)'s address filter setup Set up the DMAC filter in one go instead of doing it separately for unicast and multicast DMACs. This attempts to make the code a little more readable. The setup should now run a bit faster as well because it now does fewer register accesses. Tested on CN5020, CN6120 and CN7130. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/13 10:13:37 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.38.3. CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2021/02/13 10:18:58 Modified files: distrib/sets/lists/xbase: md.landisk Log message: sync CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/13 10:46:38 Modified files: lang/compcert : Makefile distinfo lang/compcert/patches: patch-Makefile patch-configure Log message: update to commit 25483cf1 for coq 8.12.2 and 8.13.0 support CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/13 10:47:48 Modified files: math/coq : Makefile distinfo Log message: update to coq 8.12.2; ok Yozo Toda (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/02/13 11:29:27 Added files: devel/spidermonkey78/patches: patch-Cargo_toml Log message: devel/spidermonkey78: preemptively fix built with rust 1.50.0 ok landry@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/02/13 11:31:24 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_bootstrap_bootstrap_py patch-src_bootstrap_builder_rs patch-src_bootstrap_config_rs patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs patch-src_test_ui_abi_stack-probes-lto_rs patch-src_test_ui_abi_stack-probes_rs patch-src_test_ui_out-of-stack_rs patch-src_test_ui_sse2_rs lang/rust/pkg : PLIST-main Log message: lang/rust: update to 1.50.0 Announce: https://blog.rust-lang.org/2021/02/11/Rust-1.50.0.html ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1500-2021-02-11 CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/13 11:39:40 Modified files: distrib/alpha/miniroot: Makefile distrib/sparc64/miniroot: Makefile Log message: distrib: remove STRIPOPTS variable from alpha and sparc64 Makefile ok deraadt@ danj@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/13 11:41:52 Modified files: distrib/alpha/miniroot: Makefile distrib/sparc64/miniroot: Makefile Log message: distrib: merge objcopy -Sg and strip commands in the command "objcopy -Sg", the -g option (STRIP_DEBUG) overrides the -S option (STRIP_ALL). so it is the same as "objcopy -g". "strip" command without option is doing STRIP_ALL. merge the both commands to "objcopy -S" ok deraadt@ danj@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/13 11:44:18 Modified files: distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/i386/ramdisk: Makefile distrib/i386/ramdisk_cd: Makefile distrib/loongson/ramdisk: Makefile Log message: distrib: remove duplicate strip(1) calls "strip -R section" command run "strip" (without option) as well. there is no need to call both. (binaries checked with sha1) original diff from danj@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/13 11:46:52 Modified files: distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/i386/iso: Makefile distrib/i386/ramdisk: Makefile distrib/i386/ramdisk_cd: Makefile distrib/loongson/ramdisk: Makefile distrib/miniroot: list2sh.awk distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: distrib: merge "cp a b; strip b" to "objcopy -S a b" ok deraadt@ danj@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/13 11:48:23 Modified files: distrib/alpha/miniroot: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/i386/iso: Makefile distrib/i386/ramdisk: Makefile distrib/i386/ramdisk_cd: Makefile Log message: distrib: remove .SUNW_ctf only on kernels the .SUNW_ctf section is added by ctfstrip(1), which is only used for kernels. ok deraadt@ danj@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/13 11:52:08 Modified files: distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/i386/ramdisk: Makefile distrib/i386/ramdisk_cd: Makefile usr.sbin/crunchgen: crunchgen.c Log message: distrib: remove .comment section systematically remove this section as part of crunchgen generated commands. it avoids calling "strip -R .comment" for some but not all architectures. ok deraadt@ danj@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/13 12:09:28 Modified files: converters/bdf2sfd: Makefile distinfo Log message: Update bdf2sfd to 1.1.6. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/13 12:37:15 Modified files: textproc/lowdown: Makefile distinfo textproc/lowdown/pkg: PLIST Log message: Update lowdown to 0.8.1. From Caspar Schutijser, thanks! OK Bryan Vyhmeister (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/13 13:32:00 Modified files: games/trader : Makefile distinfo games/trader/patches: patch-src_Makefile_in Log message: Update trader to 7.16. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/13 13:36:50 Modified files: devel/ti-msp430gcc: Makefile Added files: devel/ti-msp430gcc/patches: patch-sources_tools_gas_config_tc-msp430_c Log message: devel/ti-msp430gcc: fix build with -fno-common; from GNU binutils repository CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/13 13:49:31 Modified files: sysutils/wmcube: Makefile distinfo sysutils/wmcube/patches: patch-wmcube_wmcube_c sysutils/wmcube/pkg: PLIST Added files: sysutils/wmcube/patches: patch-wmgeneral_wmgeneral_c patch-wmgeneral_wmgeneral_h Removed files: sysutils/wmcube/patches: patch-wmcube_Makefile_OPENBSD patch-wmgeneral_list_h Log message: wmcube: update to 1.02, with -fno-common fix This update adds color schemes, smooth fonts, more logos, a manual page and various fixes. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/13 14:07:06 Modified files: devel/tig : Makefile distinfo Log message: Update tig to 2.5.2. CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/02/13 14:33:54 Modified files: gnu/llvm/lldb/source/Plugins/Process/OpenBSD: NativeRegisterContextOpenBSD_x86_64.cpp NativeRegisterContextOpenBSD_x86_64.h NativeThreadOpenBSD.cpp NativeThreadOpenBSD.h Log message: Cleanup lldb amd64 support. - Remove watchpoint support since we do not support hardware watchpoints. - Support floating point regsisters in the ReadAll/WriteAll interface. - Standardize the sizes used in GerGPRSize() and GetFPRSize() to correspond to the sizes we get from ptrace. - Fix the r/w of the mmx registers to map onto the st fp registers instead of xmm registers. - Normalize some variable names to be architecture neutral. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/13 14:48:25 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.5.5. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/02/13 15:09:37 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.3.5 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/13 15:12:56 Modified files: misc/vttest : Makefile distinfo Log message: misc/vttest: maintenance update to 20210210 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/13 15:14:56 ports/x11/compiz/plugins-main/patches Update of /cvs/ports/x11/compiz/plugins-main/patches In directory cvs.openbsd.org:/tmp/cvs-serv63924/patches Log Message: Directory /cvs/ports/x11/compiz/plugins-main/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/13 15:16:12 Modified files: x11/compiz/plugins-main: Makefile Added files: x11/compiz/plugins-main/patches: patch-src_colorfilter_parser_h Log message: x11/compiz/plugins-main, fix -fno-common build error Fix taken from upstream. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/13 15:17:10 Modified files: devel/py-prompt_toolkit: Makefile distinfo devel/py-prompt_toolkit/pkg: PLIST Log message: Update to py-prompt_toolkit-3.0.16 Changelog: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.16/CHANGELOG CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/13 15:20:36 Modified files: x11/qwt : Makefile Log message: fix "LIB_DEPENDS x11/qt5/qtsvg not needed for x11/qwt ?" - was listed as LIB_DEPENDS but without a WANTLIB so the runtime dep was stripped; there are checks for it in build and knowing other things that have used QtSvg it probably loads at runtime, so use BUILD+RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/13 16:01:10 Modified files: x11 : Makefile x11/py-qtpy : Makefile distinfo x11/py-qtpy/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: update to py-qtpy-1.9.0, drop py2 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/13 19:41:58 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-3.2.7 Changelog for the last few releases: https://github.com/gavinhoward/bc/releases CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/13 20:19:26 Modified files: math/mcl : Makefile distinfo math/mcl/pkg : PLIST Removed files: math/mcl/patches: patch-src_impala_matrix_c Log message: update mcl to 14-137 and add -fcommon to fix the build CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/13 20:42:55 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: workqueue.h Log message: correct drm work flush behaviour Don't set taskq to system_wq in INIT_WORK(). Test if taskq pointer is non-NULL before calling taskq_barrier() in flush functions. fixes a black screen on boot problem with 5.10.y drm using nano x1 bisected by jcs@ to 'drm/i915: Always flush the active worker before returning from the wait' CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/13 21:00:35 Modified files: devel/py-pybind11: Makefile distinfo Log message: update to pybind11 2.6.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/13 23:22:32 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: distinfo devel/kf5/baloo: distinfo 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/kapidox/pkg: PLIST devel/kf5/karchive: distinfo devel/kf5/kauth: distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kcalendarcore: distinfo devel/kf5/kcmutils: distinfo devel/kf5/kcodecs: distinfo devel/kf5/kcompletion: Makefile distinfo devel/kf5/kconfig: distinfo devel/kf5/kconfigwidgets: 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/kdbusaddons: distinfo devel/kf5/kdeclarative: distinfo devel/kf5/kded : distinfo devel/kf5/kdelibs4support: distinfo devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: Makefile distinfo 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/ki18n: distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: Makefile distinfo devel/kf5/kimageformats/pkg: PLIST devel/kf5/kinit: distinfo devel/kf5/kio : Makefile distinfo devel/kf5/kirigami2: distinfo devel/kf5/kirigami2/pkg: PLIST devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: Makefile distinfo devel/kf5/kjs : distinfo devel/kf5/kjsembed: distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: Makefile distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: Makefile distinfo devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kross: distinfo devel/kf5/krunner: distinfo devel/kf5/kservice: Makefile distinfo devel/kf5/ktexteditor: Makefile distinfo devel/kf5/ktexteditor/pkg: PLIST devel/kf5/ktextwidgets: Makefile distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: distinfo devel/kf5/kwidgetsaddons: Makefile distinfo devel/kf5/kwindowsystem: Makefile distinfo devel/kf5/kxmlgui: Makefile distinfo devel/kf5/kxmlrpcclient: distinfo devel/kf5/oxygen-icons: distinfo devel/kf5/plasma-framework: distinfo devel/kf5/prison: distinfo devel/kf5/purpose: distinfo devel/kf5/qqc2-desktop-style: distinfo devel/kf5/qqc2-desktop-style/pkg: PLIST devel/kf5/solid: distinfo devel/kf5/sonnet: distinfo devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: Makefile distinfo devel/kf5/threadweaver: distinfo Log message: Update KDE Frameworks to 5.79.0 https://kde.org/announcements/frameworks/5/5.79.0/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/14 00:13:43 Modified files: x11/gnome/yelp : Makefile distinfo Log message: Update to yelp-3.38.3. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/14 01:13:42 Modified files: games/heroes : Makefile games/heroes/patches: patch-src_hedlite_c Added files: games/heroes/patches: patch-src_persona_h Log message: Fix heroes with -fno-common (copied from FreeBSD). CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/14 01:30:56 Modified files: misc/gpsd : Makefile distinfo misc/gpsd/patches: patch-SConstruct misc/gpsd/pkg : PLIST-main PLIST-x11 Log message: Update to gpsd-3.21 Changelog: https://gpsd.gitlab.io/gpsd/NEWS OK rsadowski@ and sthen@ on slightly different versionof diff. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/14 01:36:20 Modified files: audio/audacity : Makefile distinfo audio/audacity/patches: patch-lib-src_libnyquist_nyquist_nyqstk_include_Stk_h patch-lib-src_libnyquist_nyquist_xlisp_xlisp_h patch-src_AudacityApp_cpp patch-src_AudioIO_cpp audio/audacity/pkg: PLIST Added files: audio/audacity/patches: patch-cmake-proxies_CMakeLists_txt patch-lib-src_libnyquist_nyquist_cmt_cext_h patch-lib-src_libnyquist_nyquist_nyqstk_include_FileRead_h patch-lib-src_portsmf_allegro_h patch-src_AboutDialog_cpp patch-src_AudioIOBase_h patch-src_FFmpeg_h Removed files: audio/audacity/patches: patch-configure_ac patch-lib-src_FileDialog_Makefile_am patch-lib-src_lib-widget-extra_Makefile_am patch-lib-src_libnyquist_Makefile_am patch-lib-src_lv2_build patch-lib-src_lv2_configure patch-lib-src_lv2_suil_src_x11_in_gtk2_c patch-m4_audacity_checklib_portaudio_m4 Log message: Update to audacity-2.4.2 which builds with -fno-common. - move build to cmake - use python3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/02/14 02:14:07 Modified files: app/xterm : COPYING MANIFEST Makefile NEWS THANKS Tekproc.c XTerm.ad button.c cachedGCs.c charclass.c charproc.c configure.in fontutils.c koi8rxterm main.c minstall.in misc.c plink.sh run-tic.sh screen.c scrollbar.c trace.c trace.h util.c version.h xterm.appdata.xml xterm.log.html xterm.man app/xterm/package: xterm.spec app/xterm/package/debian: changelog copyright Log message: Update to xterm 366. tested by jsg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/02/14 02:16:06 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 02:19:54 Modified files: devel/kf5/kpty : Makefile Log message: Remove wrong python dependencies CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 02:27:37 Modified files: devel/kf5/kpackage: Makefile Log message: Remove python dependencies No more necessary CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 02:30:56 Modified files: devel/kf5/kxmlgui: Makefile Log message: Remove python dependency No more necessary CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/14 02:47:19 Modified files: security/cyrus-sasl2: Makefile security/cyrus-sasl2/pkg: PLIST Log message: Own the /etc/sasl2/ directory. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 03:35:53 Modified files: devel/kf5/purpose: Makefile Log message: Remove unnecessary python dependency CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 03:45:21 Modified files: x11/kde-applications/kajongg: Makefile Log message: Cleanup python bits CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/14 03:54:16 Modified files: games/wrath : Makefile distinfo games/wrath/pkg: README Log message: Update to wrath-0.0.0.20210114 Update from maintainer Paul Valencia CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/14 03:57:40 Modified files: sys/arch/armv7/exynos: files.exynos expower.c Log message: Recent device trees have the syscon-reboot and syscon-poweroff nodes as children of the node claimed by expower(4). That node also fained a "syscon" compatible in the process. Deal with these changes, ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/02/14 04:55:59 Modified files: audio/audacity : Makefile Log message: typo CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/14 05:40:55 ports/emulators/mupen64plus/rsp-cxd4/patches Update of /cvs/ports/emulators/mupen64plus/rsp-cxd4/patches In directory cvs.openbsd.org:/tmp/cvs-serv82613/patches Log Message: Directory /cvs/ports/emulators/mupen64plus/rsp-cxd4/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/14 05:41:34 Modified files: emulators/mupen64plus/rsp-cxd4: Makefile Added files: emulators/mupen64plus/rsp-cxd4/patches: patch-su_c patch-su_h Log message: Pull in -fno-common fixes from upstream. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/14 05:47:19 Modified files: mail/mlmmj : Makefile Log message: Set PATCHORIG, fix whitespace CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 05:54:08 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/patches: patch-src_terminal-util_c Log message: update to gnome-terminal-3.38.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 05:54:15 Modified files: x11/gnome/eog : Makefile distinfo Log message: update to eog-3.38.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:02:29 Modified files: devel/json-glib: Makefile distinfo devel/json-glib/pkg: PLIST Log message: update to json-glib-1.6.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 06:17:03 Modified files: x11/kde-applications/kate: Makefile x11/kde-applications/kate/pkg: PLIST Log message: Remove python dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:19:27 Modified files: multimedia : Makefile Removed files: multimedia/ming: Makefile distinfo multimedia/ming/patches: patch-configure_in patch-src_blocks_gifdbl_c patch-src_libming_h patch-util_gif2dbl_c patch-util_gif2mask_c multimedia/ming/pkg: DESCR PLIST multimedia/swftools: Makefile distinfo multimedia/swftools/patches: patch-Makefile_common_in patch-avi2swf_Makefile_in patch-configure patch-lib_pdf_xpdf_GlobalParams_cc patch-m4_gcc_2_95_m4 patch-src_Makefile_in patch-src_gif2swf_c patch-src_swfstrings_c patch-swfs_Makefile_in multimedia/swftools/pkg: DESCR PLIST multimedia/swfmill: Makefile distinfo multimedia/swfmill/pkg: DESCR PLIST Log message: remove standalone tools to parse, manipulate or otherwise play with swf files. swf/flash went pining for the fjords. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:19:49 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register ming/swftools/swfmill removal CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:20:25 Modified files: graphics/evince: Makefile distinfo Log message: update to evince-3.38.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:21:06 Modified files: devel/libgdata : Makefile distinfo devel/libgdata/pkg: PLIST Log message: update to libgdata-0.18.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/14 06:23:56 Modified files: mail/mlmmj : Makefile Added files: mail/mlmmj/patches: patch-include_mlmmj_h Log message: Fix build with "-fno-common" From FreeBSD via David Goerger < david at goerger dot info > who kindly submitted the patch to what appears to be the new upstream on gitlab. See https://marc.info/?l=mlmmj&m=161122707912991&w=2 for a discussion about upstream. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:26:05 Modified files: net/quvi : Makefile Removed files: net/quvi/quvi : Makefile distinfo net/quvi/quvi/pkg: DESCR PLIST Log message: remove quvi, a "silly suite" for diddling with flash media stream properties CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:29:07 Modified files: x11/gnome/totem-pl-parser: Makefile x11/gnome/totem-pl-parser/pkg: PLIST Log message: remove libquvi support and sync WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:31:38 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register quvi removal and add a better reason for flash/swf-related pruning CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/14 06:39:24 Modified files: sys/dev/fdt : exuart.c Log message: Introduce variables to deal with bit layout differences in the UFSTAT register. Use 32-bit reads and writes to access the URXH and UTXH registers. They're documented as 32-bit registers in the Exynos 4 and Exynos 5 User Manuals and accessing URXH with an 8-bit read triggers a fault on Apple's M1 SoC. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 06:42:14 Modified files: security/hydra : Makefile Added files: security/hydra/patches: patch-hydra-gtk_src_callbacks_c patch-hydra-gtk_src_main_c patch-hydra-gtk_src_support_h Log message: fix build with -fno-common; from gentoo CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 06:44:22 Modified files: x11/kde-applications/artikulate: Makefile Log message: Remove python dependency CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 06:55:38 Modified files: x11/kde-applications/kde-dev-scripts: Makefile x11/kde-applications/kde-dev-scripts/pkg: PLIST Log message: Switch to python 3 All python helper tools are happy with 3 instead 2. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/14 06:58:57 Modified files: www/tor-browser/noscript: Makefile www/tor-browser/noscript/pkg: DESCR Log message: Unmention Flash support through plugins CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 07:06:22 Modified files: x11/kde-applications/kross-interpreters: Makefile x11/kde-applications/kross-interpreters/pkg: PLIST Log message: Drop optional dependency on python 2.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 07:16:56 Log message: import devel/py-qt-builder, ok rsadowski Status: Vendor Tag: sthen Release Tags: sthen_20210214 N ports/devel/py-qt-builder/Makefile N ports/devel/py-qt-builder/distinfo N ports/devel/py-qt-builder/pkg/DESCR N ports/devel/py-qt-builder/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 07:23:07 Modified files: www : Makefile net : Makefile Removed files: www/cclive : Makefile distinfo www/cclive/patches: patch-src_cc_error_h patch-src_cc_exec_cpp patch-src_cc_input_h patch-src_cc_log_h patch-src_cc_options_h patch-src_cc_progressbar_h patch-src_cc_sig_h www/cclive/pkg : DESCR PLIST net/quvi : Makefile Makefile.inc net/quvi/libquvi: Makefile distinfo net/quvi/libquvi/patches: patch-src_Makefile_in net/quvi/libquvi/pkg: DESCR PLIST net/quvi/scripts: Makefile distinfo net/quvi/scripts/pkg: DESCR PLIST Log message: remove libquvi{,-scripts} and the cclive. all have outlived their usefulness ok kn@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/14 07:23:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sync with recent swf-related removals CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 07:24:21 Modified files: devel : Makefile x11 : Makefile devel/py-sip : Makefile distinfo devel/py-sip/pkg: DESCR PLIST x11/py-qt5 : Makefile x11/py-qt5/pkg : PLIST x11/py-sip-qt5 : Makefile distinfo x11/py-sip-qt5/pkg: DESCR PLIST geo/qgis : Makefile editors/py-qscintilla: Makefile editors/py-qscintilla/pkg: PLIST www/py-qtwebengine: Makefile www/py-qtwebengine/pkg: PLIST Removed files: devel/py-sip/patches: patch-configure_py patch-specs_openbsd-g++ Log message: whack py-sip and friends into shape. the previous ports update ended up with two different versions of py-sip; the old one configured to only produce the module for py-qt5 (in devel/py-sip) and the actual sip in x11/py-sip-qt5, with broken update chain and which didn't entirely make sense. in particular: py-sip is now actually (a newer version of) sip again, with py2 support dropped (current versions don't have it). other ports using this are changed to the newer build system using "sip-build" where possible. for the future we will need to move to sip 6.x which drops the older build system using the "sip5" or "sip" script; other ports (veusz, and i think qgis) don't work with that yet. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/14 07:24:54 Modified files: x11/kde-applications/umbrello: Makefile x11/kde-applications/umbrello/pkg: PLIST Log message: Switch from py2 to py3 and add missing build dependency on llvm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 07:34:01 Modified files: x11/qt5/qtwebengine: Makefile Log message: reenable qtwebengine on i386, it builds there OK now. I suspect it possibly hit the QIODevice::readLine() problem fixed in https://codereview.qt-project.org/c/qt/qtbase/+/317907 that I backported. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/14 07:39:25 Modified files: sys/dev/usb : uhidpp.c Log message: Enumerate all features supported by a device on connect. Should help diagnose various reports regarding missing battery sensors. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/14 07:40:38 Modified files: sys/dev/usb : uhidpp.c Log message: Bail out earlier during attach if no devices are paired with the receiver. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/14 07:41:35 Modified files: sys/dev/usb : uhidpp.c Log message: Postpone installation of the periodic sensor task until at least one device has connected. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 08:00:29 Modified files: math/calc : Makefile distinfo math/calc/pkg : PLIST Log message: update to calc-2.12.8.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/14 08:23:31 Modified files: sysutils/portroach-cli: Makefile sysutils/portroach-cli/files: portroach-cli portroach-cli.1 Log message: Add code comment, improve "-j" example CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/14 08:26:34 Modified files: misc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Remove misc/viz It fails with "-fno-common", there's been no update in more than twenty years, MASTER_SITES is already missing and we fall back to our cdn; finally, there's a pledged vis(1) in base. OK rsadowski kevlo CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/14 08:27:21 Removed files: misc/viz : Makefile distinfo misc/viz/patches: patch-Makefile patch-inviz_num_c patch-loadfile_c patch-viz_c patch-vizgrammar_y misc/viz/pkg : DESCR PLIST Log message: Remove misc/viz It fails with "-fno-common", there's been no update in more than twenty years, MASTER_SITES is already missing and we fall back to our cdn; finally, there's a pledged vis(1) in base. OK rsadowski kevlo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 08:51:34 Modified files: www/py-ndg-httpsclient: Makefile distinfo www/py-ndg-httpsclient/pkg: PLIST Log message: update to py-ndg-httpsclient-0.5.1, dropping py2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 08:51:38 Modified files: security/py-trustme: Makefile distinfo security/py-trustme/pkg: PLIST Log message: update to py-trustme-0.7.0, dropping py2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 08:51:42 Modified files: www/py-mechanize: Makefile www/py-mechanize/pkg: PLIST Log message: drop py2 from py-mechanize CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 08:51:46 Modified files: security : Makefile www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirks and makefile updates for some py2->py3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/14 08:55:30 Modified files: sysutils/portroach-cli: Makefile sysutils/portroach-cli/files: portroach-cli portroach-cli.1 Log message: Add "-U" to show unmaintained ports CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 08:58:05 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm net/py-ripe.atlas.cousteau: Makefile net/py-ripe.atlas.cousteau/pkg: PLIST net/py-ripe.atlas.sagan: Makefile net/py-ripe.atlas.sagan/pkg: PLIST Log message: py3 only for py-ripe.atlas.{cousteau,sagan} CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/02/14 09:14:54 Modified files: cad/openscad : Makefile distinfo cad/openscad/patches: patch-openscad_pro cad/openscad/pkg: PLIST Log message: update cad/openscad to 2021.01 Initial (garbage) diff by me. Actual working diff by tracey@ ok tracey@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/02/14 09:16:03 Modified files: gnu/llvm/lldb/source/Plugins/Process/OpenBSD: CMakeLists.txt NativeRegisterContextOpenBSD.h NativeRegisterContextOpenBSD_arm64.cpp NativeRegisterContextOpenBSD_arm64.h NativeRegisterContextOpenBSD_x86_64.cpp NativeRegisterContextOpenBSD_x86_64.h NativeThreadOpenBSD.cpp gnu/usr.bin/clang/liblldbPluginProcess: Makefile Added files: gnu/llvm/lldb/source/Plugins/Process/OpenBSD: NativeRegisterContextOpenBSD_arch.cpp Log message: Shuffle how lldb register contexts are built. Instead of using #if defined(__arch__) to include / exclude the entire contents of the NativeRegisterContext implementations, use a single NativeRegisterContextOpenBSD_arch which includes the right arch specific register context, and provides a dummy implementation for unsupported architectures. This allows building lldb on architectures which do not have a register context implementation so it can be used as a remote client. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 09:37:59 Modified files: sysutils/freeipmi: Makefile distinfo sysutils/freeipmi/pkg: PLIST Removed files: sysutils/freeipmi/patches: patch-etc_Makefile_in Log message: update to freeipmi-1.6.7 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/14 09:42:14 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-src_cpu_cpu_arm_c sysutils/libvirt/pkg: PLIST Added files: sysutils/libvirt/patches: patch-meson_build patch-src_rpc_virnetsocket_c patch-tests_virrandommock_c Removed files: sysutils/libvirt/patches: patch-configure Log message: Update to libvirt-7.0.0. Move to meson(1) build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/14 09:42:58 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-7.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/14 09:43:35 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo sysutils/p5-Sys-Virt/pkg: PLIST Log message: Update to p5-Sys-Virt-7.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/14 09:44:33 Modified files: devel/libvirt-glib: Makefile sysutils/collectd: Makefile x11/virt-viewer: Makefile Log message: Regen WANTLIB after libvirt update. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/14 09:57:14 Modified files: math/pspp : Makefile distinfo math/pspp/pkg : PLIST Log message: Update to pspp-1.4.1, among many other things, includes fixes for -fno-common. Complete changelog: http://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/14 10:02:12 Modified files: games/opentyrian: Makefile distinfo games/opentyrian/pkg: PLIST Log message: Update to opentyrian-2.1.20201204 This is not a "real" upstream release (upstream has made no new releases since 2013) but it does represent continual development of the codebase since the last release. Among other things, this fixes -fno-common issues and ports the game from SDL to SDL2. Development has moved to GitHub. Looks ok to daniel@, ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/14 10:08:57 Modified files: lang/snobol4 : Makefile distinfo lang/snobol4/patches: patch-Makefile2_m4 lang/snobol4/pkg: PLIST Removed files: lang/snobol4/patches: patch-configure patch-snolib_setuputil_sno Log message: Update to snobol4-2.2.1 Changelog: https://www.snobol4.org/csnobol4/curr/CHANGES Tweaks from daniel@, ok gnezdo@, thanks from STeve Andre (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/14 10:11:02 Modified files: distrib/amd64/ramdisk_cd: Makefile distrib/hppa/ramdisk: Makefile distrib/i386/ramdisk_cd: Makefile distrib/loongson/ramdisk: Makefile distrib/macppc/ramdisk: Makefile distrib/sgi/cdfs: Makefile distrib/sgi/iso: Makefile distrib/sparc64/miniroot: Makefile Log message: distrib: use ${MACHINE} instead of hardcoded value ok deraadt@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/14 10:14:42 Modified files: distrib/alpha/miniroot: Makefile distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/i386/ramdisk: Makefile distrib/i386/ramdisk_cd: Makefile distrib/macppc/ramdisk: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: distrib: restore rdsetroot -x usage (extract the disk.fs image) on stripped bsd.rd It passes options to keep rd_root_size and rd_root_image symbols while stripping. These symbols are the ones used by rdsetroot to insert or extract disk image into RAMDISK. ok danj@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/14 10:15:05 Modified files: graphics/sane-backends: Makefile distinfo graphics/sane-backends/patches: patch-backend_Makefile_in patch-backend_canon_c patch-backend_dll_c patch-backend_genesys_low_cpp patch-backend_gt68xx_low_c patch-backend_pint_c patch-backend_pixma_pixma_io_sanei_c patch-backend_plustek_c patch-backend_sm3600-scanusb_c patch-backend_snapscan-mutex_c patch-backend_snapscan-usb_c patch-backend_v4l_c patch-configure patch-doc_saned_man Removed files: graphics/sane-backends/patches: patch-backend_avision_c Log message: Update to sane-backends-1.0.32. Add hidden python dep (py3). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/14 10:20:47 Modified files: sys/dev/pci : pcidevs Log message: Add a few more devices that show up on the Apple M1 mini. ok patrick@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/14 10:21:16 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/14 10:23:46 Modified files: net/lagrange : Makefile distinfo net/lagrange/pkg: PLIST Log message: Update to lagrange-1.1.3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/14 10:34:24 Modified files: textproc/zoem : Makefile distinfo textproc/zoem/patches: patch-src_Makefile_in textproc/zoem/pkg: PLIST Added files: textproc/zoem/patches: patch-setversion patch-src_version_h Log message: zoem: update to latest version 11-166 This adds readline support and a number of other usability improvements. Add a simple fix for -fno-common. The project seems dormant since 2011. ok bcallah CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 10:42:51 Modified files: security/py-cryptography: Makefile distinfo security/py-cryptography/patches: patch-src__cffi_src_openssl_ssl_py security/py-cryptography_vectors: Makefile distinfo security/py-cryptography_vectors/pkg: PLIST Log message: update to py-cryptography (pyca) 3.3.2. not moving to 3.4 yet because 1) we don't yet have setuptools-rust which looks like it needs a pip update (which becomes py3 only), and 2) we still have some py2 users of pyca: devel/py-twisted 2+3 (2 is only used by telepathy-logger) mail/mailpile 2-only security/py-openssl 2+3 (2 is only used by yubiserve, py-twisted) security/py-paramiko 2+3 (2 used by several) security/py-service_identity 2+3 (2 is only used by py-twisted) security/py-axolotl 2+3, 2 not used www/py-http_ece 2+3, 2 not used www/py-jwt 2+3, 2 not used CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 10:43:12 Modified files: security/py-openssl: Makefile distinfo security/py-openssl/patches: patch-tests_memdbg_py security/py-openssl/pkg: PLIST Log message: update to py-openssl-20.0.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/14 10:57:23 Modified files: plan9/9menu : Makefile distinfo Log message: 9menu: update to 1.10 Fixes a bug and changes things to use stdbool. from maintainer Kaashif Hymabaccus CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/14 11:01:21 Modified files: editors/hexcurse: Makefile editors/hexcurse/patches: patch-src_hexcurse_c Added files: editors/hexcurse/patches: patch-include_hex_h patch-src_Makefile_in Log message: Fix for -fno-common, via Gentoo: https://github.com/LonnyGomes/hexcurse/pull/28 While here, remove -Werror ok tb@, who pointed me to Gentoo's version (I originally used Debian's patch; Gentoo's is a little smaller) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 11:06:22 Modified files: x11 : Makefile x11/py-qtawesome: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: update to py-qtawesome-1.0.2, now py3-only, also adds a browser app (missed when i converted py-qtpy/py-qt5 to 3-only) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/14 11:13:59 Modified files: devel/avr32/binutils: Makefile devel/avr32/gcc: Makefile devel/avr32/gcc-bootstrap: Makefile Added files: devel/avr32/binutils/patches: patch-gas_config_tc-avr32_c devel/avr32/gcc/patches: patch-gcc_config_avr32_avr32_c patch-gcc_config_avr32_avr32_opt devel/avr32/gcc-bootstrap/patches: patch-gcc_config_avr32_avr32_c patch-gcc_config_avr32_avr32_opt Log message: devel/avr32/binutils, gcc-bootstrap, gcc: fix build with -fno-common binutils: Since linkrelax is already defined as a global variable, it is already initialized to 0, so we can simply drop this initialization. gcc-bootstrap, gcc: Use the mechanism provided by the .opt file processing to initialize these globals. ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/14 11:19:42 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo Log message: x11/xfce4/xfce4-cpugraph: update to 1.2.2 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/14 11:52:07 Modified files: x11/wxglade : Makefile distinfo x11/wxglade/patches: patch-wxGlade_desktop patch-wxglade x11/wxglade/pkg: PLIST Log message: update to wxglade 1.0.0 while this new release supports python3, we will need an update to newer wxPython before we can move away from python2. ok and tested by Daniel Winters (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/14 12:00:20 Modified files: sysutils/duf : Makefile distinfo Log message: Update for Duf to 0.6.0 OK sthen@ benoit@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/14 12:04:11 Modified files: games/hypatia : Makefile games/hypatia/pkg: PLIST Log message: switch hypatia to python3 bcallah@ says it can be removed if someone prefers. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/14 12:07:12 Modified files: games/atomix : Makefile distinfo games/atomix/pkg: PLIST Added files: games/atomix/patches: patch-src_level_c patch-src_theme_c Removed files: games/atomix/patches: patch-src_Makefile_in patch-src_main_c Log message: Update to atomix-3.22.0 -fno-common fix has been taken from upstream. OK naddy@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/14 12:22:44 Modified files: sys/arch/armv7/exynos: exclock.c Log message: Raise match priority to beat syscon(4). Use the right clock for the Cortex-A7 cores. Support CPU clocks and remove exclock_cpuspeed(). ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/14 12:23:58 Modified files: sys/arch/armv7/exynos: exdwusb.c Log message: Enable clocks. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/14 12:24:38 Modified files: sys/arch/armv7/exynos: exehci.c Log message: Enable clocks and adjust for removal of subnodes in upstream Linux device trees. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/14 13:18:23 Modified files: x11/xforms : Makefile Added files: x11/xforms/patches: patch-fdesign_sp_spinner_c patch-fdesign_sp_twheel_c Log message: x11/xforms: fix build with -fno-common, from upstream repo, unreleased CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 13:46:20 Modified files: x11/i3-mousedrag: Makefile Added files: x11/i3-mousedrag/patches: patch-src_click_c patch-src_handlers_c patch-src_manage_c patch-src_render_c patch-src_workspace_c patch-src_x_c Log message: i3-mousedrag: patch around some null %s in debug messages that are severely spamming /var/log/messages CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/14 13:48:18 Modified files: misc/geekcode : Makefile Added files: misc/geekcode/patches: patch-gc_appearance_c patch-gc_computers_c patch-gc_entertainment_c patch-gc_lifestyle_c patch-gc_politics_c patch-gc_type_c patch-geekcode_c patch-geekcode_h Log message: misc/geekcode: fix build with -fno-common, missing prototypes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 14:11:34 Modified files: x11/i3-mousedrag: Makefile x11/i3-mousedrag/patches: patch-src_bindings_c patch-src_manage_c Added files: x11/i3-mousedrag/patches: patch-src_con_c patch-src_floating_c patch-src_match_c Log message: i3-mousedrag: patch to avoid a few more null %s CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/14 16:27:08 Modified files: net/catgirl : Makefile Log message: Provide debug package CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/14 16:35:22 Modified files: lang/go : go.port.mk Log message: Stop overwriting DISTFILES. This was an oversite on my part. Pointed out by sthen@. Tested with a mini-go-bulk. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/14 17:06:09 Modified files: net/py-ripe.atlas.sagan/pkg: PLIST Log message: spell @pkgpath correctly CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/14 20:42:00 Modified files: sys/dev/pci : if_mcx.c Log message: move the rearming of the cq after the refill of the rq. this is the only real diff we have left outstanding on a box that experienced rx lockups. since adding this change it's been happy for the last 4 weeks and counting so far. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/14 23:59:03 Modified files: distrib/i386/ramdisk: Makefile Log message: Things are too tight. Retaining even those two symbols is too much. When dealing with install floppies, the Makefiles will need to carry some differences. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/02/15 00:06:03 Modified files: distrib/arm64/ramdisk: Makefile list Log message: distrib: arm64: avoid customization in mr.fs target arm64 ramdisk has customization in mr.fs target, in order to create usr/mdec/pine64 and usr/mdec/rpi directories (files will be copied inside them by runlist.sh). uses MKDIR directive to create these directories instead of. it put back mr.fs target identical to others archs. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/15 01:44:05 Modified files: net/telepathy/telepathy-logger: Makefile Added files: net/telepathy/telepathy-logger/patches: patch-tools_c-constants-gen_py patch-tools_glib-client-gen_py patch-tools_glib-client-marshaller-gen_py patch-tools_glib-ginterface-gen_py patch-tools_glib-gtypes-generator_py patch-tools_glib-interfaces-gen_py patch-tools_libglibcodegen_py patch-tools_libtpcodegen_py patch-tools_xincludator_py Log message: telepathy-logger: use python 3, ok jasper@ patches from upstream CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2021/02/15 01:56:57 Modified files: devel/promu : Makefile distinfo Log message: Update promu to v0.7.0 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2021/02/15 02:18:37 Modified files: sysutils/prometheus/pkg: PLIST sysutils/prometheus/patches: patch-Makefile_common patch-_promu_yml Log message: Update prometheus to v2.24.1. This port needs an extra react web UI package that I provide. Building react is a nightmare and to complicated for bulk builds. Also embedding the web UI into the go binary makes it hard to extract it from other offical builds. OK rsadowski@ sthen@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2021/02/15 02:19:45 Added files: sysutils/prometheus/patches: patch-Makefile Log message: Update prometheus to v2.24.1. This port needs an extra react web UI package that I provide. Building react is a nightmare and to complicated for bulk builds. Also embedding the web UI into the go binary makes it hard to extract it from other offical builds. OK rsadowski@ sthen@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/15 02:20:33 Modified files: x11 : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: x11/driftnet : Makefile distinfo x11/driftnet/patches: patch-Makefile_in patch-configure_ac patch-src_display_gif_c patch-src_display_img_h patch-src_display_png_c patch-src_layer2_c patch-src_layer3_c patch-src_packetcapture_c patch-src_packetcapture_h patch-src_tmpdir_c patch-src_tmpdir_h x11/driftnet/pkg: DESCR PLIST Log message: Remove x11/driftnet This tool segfaults when 1. ran without any arguments 2. passing "--help" instead of "-h" 3. passing an invalid pcap-filter(5) expression, e.g. "foo" Running it and opening HOMEPAGE in a browser shows HTTP traffic to the site but the tool fails to do its job entirely, i.e. it cannot detect/show/etc. the JPEG image http://www.ex-parrot.com/~chris/driftnet/screenshot.jpg as requested by the browser. OK claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/15 02:34:19 Modified files: www/squid : Makefile distinfo Log message: update to squid-4.14 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/02/15 02:35:59 Modified files: sys/kern : kern_exit.c kern_fork.c kern_sig.c sys/sys : proc.h Log message: Move single_thread_set() out of KERNEL_LOCK(). Use the SCHED_LOCK() to ensure `ps_thread' isn't being modified by a sibling when entering tsleep(9) w/o KERNEL_LOCK(). ok visa@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/15 02:39:38 Modified files: usr.bin/tmux : colour.c format.c input.c tmux.1 tmux.h Log message: Support X11 colour names and some other variations for OSC 10/11, also add OSC 110 and 111. GitHub issue 2567. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2021/02/15 03:43:19 Modified files: math/R : Makefile distinfo math/R/patches : patch-configure math/R/pkg : PLIST Log message: Update to R 4.0.4 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/15 04:09:22 Modified files: usr.bin/ssh : ssh_config.5 Log message: ProxyJump takes "none" to disable processing like ProxyCommand does ok djm@ jmc@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/15 04:26:00 Modified files: lib/libfido2/src: hid_openbsd.c sys/dev/usb : uhidev.c Log message: Back-out USB data toggle fix for HID devices, since we received multiple reports about broken devices, e.g. for ukbd(4) and fido(4). ok mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/02/15 05:12:54 Modified files: sys/uvm : uvm_fault.c Log message: Fix double unlock in uvmfault_anonget(). Reported by and ok jsg@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/15 05:50:21 Modified files: graphics/ansilove: Makefile distinfo Log message: Update ansilove to 4.1.5. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/15 05:51:07 Modified files: sysutils/psftools: Makefile distinfo sysutils/psftools/pkg: PLIST Log message: Update psftools to 1.1.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/15 06:07:39 Modified files: www/logswan : Makefile distinfo Log message: Update logswan to 2.1.10. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/15 07:20:12 Modified files: sbin/dhclient : dhclient.c Log message: Rework tick_msg() to make messages displayed during startup more reliable and consistant. Eliminate unused time_t parameter since we only tick during the first link_timeout seconds. Replace it with 'action' parameter to clearly indicated what tick_msg() is supposed to do. Fix issuance of '\n' before log_debug() messages. Properly reinitialize static variables. Use more precise 'timespec' timers, hewing to idiom suggested by cheloha@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/15 07:22:35 Modified files: usr.bin/tmux : input.c Log message: Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 to the same as SGR 4:2, it is an old alternative. GitHub issue 2567. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/02/15 08:08:34 Modified files: www/openradtool: Makefile distinfo www/openradtool/pkg: PLIST Log message: Update openradtool to 0.11.11 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/15 08:56:40 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm graphics : Makefile Removed files: graphics/enjoympeg: Makefile distinfo graphics/enjoympeg/pkg: DESCR PLIST Log message: remove graphics/enjoympeg MPEG-1 video (Video CD) is laughably obsolete. FFmpeg etc. can still handle it if somebody is really sitting on an archive of VHS-quality videos. Noticed because of failure to build with -fno-common. ok kmos@ kn@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/15 09:47:31 Modified files: games/sdlroids : Makefile Added files: games/sdlroids/patches: patch-getargs_h Log message: games/sdlroids: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/15 10:11:39 Modified files: graphics/kimageannotator: Makefile distinfo graphics/kimageannotator/pkg: PLIST Log message: Update kimageannotator to 0.4.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/15 10:13:29 Modified files: graphics/ksnip : Makefile distinfo Added files: graphics/ksnip/patches: patch-src_common_provider_ScaledSizeProvider_cpp Removed files: graphics/ksnip/patches: patch-src_CMakeLists_txt patch-src_backend_config_KsnipConfigProvider_cpp patch-src_backend_config_KsnipConfigProvider_h patch-src_backend_imageGrabber_ImageGrabberFactory_cpp patch-src_backend_imageGrabber_ImageGrabberFactory_h patch-src_common_adapter_fileDialog_FileDialogAdapterFactory_cpp patch-src_common_adapter_fileDialog_FileDialogAdapterFactory_h patch-src_common_helper_FileUrlHelper_cpp patch-src_common_platform_HdpiScaler_cpp patch-src_common_platform_HdpiScaler_mm patch-src_gui_desktopService_DesktopServiceAdapter_cpp patch-src_gui_desktopService_DesktopServiceAdapter_h patch-src_gui_globalHotKeys_KeyHandlerFactory_cpp patch-src_gui_globalHotKeys_KeyHandlerFactory_h patch-src_gui_widgetVisibilityHandler_WidgetVisibilityHandlerFactory_cpp patch-src_gui_widgetVisibilityHandler_WidgetVisibilityHandlerFactory_h Log message: Update ksnip to 1.8.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/15 10:57:58 Modified files: usr.bin/openssl: verify.c Log message: Only print the certificate file once on verifification failure. Noted by Steffen Ullrich. ok tb@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/15 12:01:30 Modified files: sys/net : rtsock.c Log message: Simplify error path in in route_attach(). We always call it in thread context so we always have `curproc' Also protocol control block is not required for soreserve() so we can do it before `rop' allocation. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/15 12:30:49 Modified files: net/rabbitmq : Makefile Log message: Mark as broken, security issues, and needs an update to work with newer versions of Erlang Drop MAINTAINER CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/15 12:33:21 Modified files: sbin/dhclient : dhclient.c Log message: Extraneous blank line. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/15 12:52:56 Modified files: net/irssi : Makefile Log message: Drop myself as MAINTAINER CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2021/02/15 13:36:35 Modified files: usr.bin/ssh : misc.c misc.h servconf.c Log message: factor out opt_array_append; ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2021/02/15 13:43:15 Modified files: usr.bin/ssh : channels.c readconf.c readconf.h ssh.1 ssh.c ssh_config.5 Log message: ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS ok djm@, dtucker@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/15 13:44:08 Modified files: sys/arch/arm64/include: pmap.h Log message: While it should be possible to use "normal uncachable" mappings for write-combining on arm64 as Linux does, this doesn't seem to work on NXP's LX2160A SoC. So switch to using "device" mappings for now to make amdgpu(4) work better. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/15 13:53:24 Modified files: regress/sbin/iked/live: Makefile Log message: Fix invalid config error in run-psk-fail. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/15 14:27:26 Modified files: devel/kdevelop : Makefile Log message: Switch to python 3 and disable python build dependency CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/15 14:28:12 Modified files: x11/py-qtawesome: distinfo x11/py-qtawesome/pkg: PLIST Log message: not sure what happened but these didn't get committed somehow. reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/15 14:30:16 Modified files: net/py-ripe.atlas.cousteau: Makefile net/py-ripe.atlas.sagan: Makefile Log message: missed bumps CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/15 14:35:58 Modified files: net/libsignal-protocol-c: Makefile Added files: net/libsignal-protocol-c/patches: patch-src_key_helper_c patch-src_sender_key_record_c patch-src_sender_key_state_c patch-src_session_record_c patch-src_session_state_c patch-src_signal_utarray_h patch-tests_test_common_c patch-tests_test_utarray_h Log message: net/libsignal-protocol-c: do not pick up incompatible devel/uthash Always build against the included copy of uthash and don't pick up the incompatible newer version from the devel/uthash port if installed. From maintainer Alex Holst. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/15 15:13:49 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_8 Makefile distinfo www/webkitgtk4/patches: Tag: OPENBSD_6_8 patch-Source_WTF_wtf_PlatformEnable_h www/webkitgtk4/pkg: Tag: OPENBSD_6_8 PLIST Log message: SECURITY update to webkitgtk4-2.30.5. CVE-2020-13558. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/15 17:03:54 Modified files: sys/arch/i386/conf: RAMDISK Log message: some phy are not needed anymore since the ethernet drivers went away CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/15 17:25:38 Modified files: games/sauerbraten: Makefile distinfo games/sauerbraten/patches: patch-Makefile patch-engine_serverbrowser_cpp games/sauerbraten/pkg: PLIST-data Log message: update sauerbraten to 20201227 CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/02/15 19:12:52 Modified files: gnu/usr.bin/perl: hv_func.h perlvars.h gnu/usr.bin/perl/t/porting: libperl.t Log message: Backport upstream perl 64bit hash alignment fixes Different flags triggering new compiler optimizations means that luck has run out on this working by chance with the strict alignment of octeon. Upstream issue: https://github.com/Perl/perl5/issues/18555 This is a combination of three commits from upstream. https://github.com/Perl/perl5/commit/d18575f18c6ee61ce80492e82cae7361358d570a https://github.com/Perl/perl5/commit/6027b190154088fbbcbde08a80c49531e4e4c012 https://github.com/Perl/perl5/commit/f43079cb514e3d0be0036424695438ae3fb58451 works on all arch deraadt@ CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2021/02/15 20:02:38 Modified files: net/snort : Makefile distinfo net/snort/patches: patch-src_decode_h patch-src_dynamic-preprocessors_Makefile_in patch-src_log_c patch-src_preprocessors_Stream6_snort_stream_tcp_c net/snort/pkg : PLIST Log message: Update to Snort 2.9.17, with a fix for -fno-common From maintainer Markus Lude CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/15 20:12:32 Modified files: sys/net : pf.c Log message: use rtalloc_mpath in pf_route and pf_route6. if you have multiple links to the same destination, this will let you use them with route-to/reply-to/dup-to. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/15 23:25:53 Modified files: benchmarks/tsung: Makefile Log message: Use erlang21 for benchmarks/tsung jasper@: go for it CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2021/02/16 00:05:45 Modified files: www/chromium : Makefile www/chromium/files: hid_service_fido.cc Log message: Back-out USB data toggle fix for HID devices, since we received multiple reports about broken devices, e.g. for ukbd(4) and fido(4). ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2021/02/16 00:58:31 Modified files: usr.sbin/rpki-client: cert.c extern.h gbr.c mft.c roa.c x509.c Log message: get Authority Information Access (AIA) from CA & EE certs In the context of the RPKI, the AIA extension identifies the publication point of the certificate of the issuer of the certificate in which the extension appears. A single reference to the publication point of the immediate superior certificate MUST be present, except for a "self-signed" certificate. Thanks tb@ for review OK claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/16 01:29:16 Modified files: usr.sbin/bgpd : Makefile bgpd.8 bgpd.c bgpd.conf.5 bgpd.h config.c control.c parse.y printconf.c rde.c session.c session.h util.c Added files: usr.sbin/bgpd : rtr.c rtr_proto.c Log message: Add RTR support to OpenBGPD. Add basic support for the protocol. The RTR client runs in a new process where the protocol handling is done and when new data is available all sources are merged into one ROA set which is then loaded into the RDE. The roa-set from the config is also handled by the new RTR engine. Tested by and ok job@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/16 01:29:25 Modified files: games/nethack/3.6: Makefile Added files: games/nethack/3.6/patches: patch-src_windows_c Log message: do things one step at a time: fix -fno-common CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/16 01:30:01 Modified files: games/nethack/3.6/files: openbsd Log message: help vim make sense of that file, no functional change CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/16 01:30:21 Modified files: usr.sbin/bgpctl: bgpctl.8 bgpctl.c bgpctl.h output.c output_json.c parser.c parser.h Log message: Add `bgpctl show rtr` to display basic information about RTR sessions. OK job@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/16 01:40:06 Modified files: games/hackdata : Makefile distinfo games/nethack/3.6: Makefile distinfo games/nethack/3.6/patches: patch-src_files_c patch-win_tty_termcap_c games/nethack/3.6/pkg: PFRAG.no-no_x11 Removed files: games/nethack/3.6/patches: patch-src_windows_c Log message: nethack update to 3.6, not based on the ports@ update which was missing quite a few details CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/16 01:45:03 Modified files: games/nethack/3.6: Makefile games/nethack/3.6/files: openbsd Log message: enable curses interface. wasn't aware of it, thanks hisacro (ports@displ.nl)for that. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/16 01:50:47 Modified files: japanese/onew : Makefile japanese/onew/patches: patch-engine_CannaRk_c patch-engine_Canna_c Log message: plain forgot that both flavors could combine. Reminded by naddy@ fixes the remaining -fno-common CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/16 01:52:00 Modified files: usr.sbin/rpki-client: extern.h main.c rsync.c Log message: Rework the repository handling. Split the handling of trust anchors into ta_lookup() while regular repositories (to fetch .mft files) are handled by repo_lookup(). Also the cache directory layout changed; moving the trust anchors to ./ta/{tal basename}/ the other repositories end up in ./rsync/ OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2021/02/16 01:53:53 Modified files: regress/usr.sbin/rpki-client: test-cert.c test-gbr.c test-mft.c test-roa.c Makefile.inc Log message: Print AIA in rpki-client test utility CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/02/16 02:10:17 Modified files: sys/uvm : uvm_fault.c Log message: Comments & style cleanup, no functional change intended. - Sync comments with NetBSD including locking details. - Remove superfluous parenthesis and spaces. - Add brackets, even if questionable, to reduce diff with NetBSD - Use for (;;) instead of while(1) - Rename a variable from 'result' into 'error'. - Move uvm_fault() and uvm_fault_upper_lookup() - Add an locking assert in uvm_fault_upper_lookup() ok tb@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/02/16 02:26:26 Modified files: math/py-cftime : Makefile distinfo Log message: Update py-cftime to 1.4.1. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/02/16 02:27:30 Modified files: math/py-netcdf4: Makefile distinfo Log message: Update py-netcdf4 to 1.5.6. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/16 05:33:22 Modified files: sys/arch/arm64/arm64: locore.S locore0.S machdep.c pmap.c sys/arch/arm64/dev: arm64_bus_space.c sys/arch/arm64/include: bus.h pmap.h pte.h Log message: Introduce BUS_SPACE_MAP_POSTED such that we can distinguish between posted and non-posted device memory mappings and set the right memory attributes for them. Needed because on the Apple M1 using the wrong mapping will fault. ok patrick@, dlg@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2021/02/16 06:28:19 Modified files: sysutils/node_exporter: Makefile distinfo Removed files: sysutils/node_exporter/patches: patch-Makefile_common patch-_promu-cgo_yml patch-_promu_yml Log message: Update node_exporter to v1.1.1 This update now uses go mod and requires 100+ dependencies to build. Quite sad for a simple system value collector. Also the amd64 version does not correctly report the memory used by the buffer cache. This is a defect from building OpenBSD/amd64 binaries without cgo. This no longer uses promu for builds but passes the same build vars to go build via MODGO_LDFLAGS. With help and OK sthen@ abieber@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/16 06:50:46 Modified files: sys/dev : video.c Log message: Enable multiple opens of a video(4) device as described in the V4L2 specification: https://www.kernel.org/doc/html/v5.10/userspace-api/media/v4l/open.html#f1 The discussion has been started by jca@, who has implemented this behavior recently, but limited to the same process. This diff extends this behavior to any process. The first process which opens a stream will become the device owner. Other processes are still allowed to call certain ioctls, but none which are related to the start/stop of a stream, or manipulation of the streaming buffers. At the moment only VIDIOC_G_CTRL and VIDIOC_S_CTRL are supported to be called by non- device owner processes, which should be extended further in the future. There is no additional kernel locking implemented at the moment, since video(4) already runs under the KERNEL_LOCK(), which we expect to be sufficient for now (as discussed with claudio@). A lot of improvement input received from anton@. ok anton@ CVSROOT: /cvs Module name: xenocara Changes by: mglocker@cvs.openbsd.org 2021/02/16 06:57:41 Modified files: app/video : video.c Log message: Also call the VIDIOC_STREAMOFF ioctl when we stop a read(2) stream. This is required by the new video(4) multiopen functionality. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/16 07:21:53 Modified files: distrib/sets/lists/comp: clang.armv7 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2021/02/16 07:22:34 Modified files: distrib/sets/lists/xbase: md.armv7 Log message: sync CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/02/16 08:13:16 Modified files: gnu/usr.bin/perl: hv_func.h perlvars.h gnu/usr.bin/perl/t/porting: libperl.t Log message: Revery previous hash alignment fix Unintentionally changes ABI and breaks perl ports CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/02/16 09:27:34 Modified files: distrib/special/ftp: Makefile usr.bin/ftp : Makefile cookie.c fetch.c Log message: make use of getline(3) in ftp(1) Replace fparseln(3) with getline(3). This removes the only use of libutil.a(fparseln.o) from the ramdisk. Replace a complicated fgetln(3) idiom with the much simpler getline(3). ok jca@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/16 09:50:41 Modified files: usr.sbin/rpki-client: main.c Log message: Prevent double free by copying the URI string from struct tal to the repo. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 09:53:35 Modified files: misc/astrolog : Makefile Log message: astrolog: it's C++, drop COMPILER_LANGS=c CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 09:58:48 Added files: telephony/kamailio/patches: patch-src_modules_app_jsdt_duk_config_h Log message: kamailio: reinstate gcc4 fix for duktape CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 10:10:06 Modified files: security/openssl/1.1: Makefile distinfo security/openssl/1.1/patches: patch-Configurations_10-main_conf security/openssl/1.1/pkg: PLIST Log message: update to OpenSSL 1.1.1.j - Fixed a NULL pointer deref in the X509_issuer_and_serial_hash() function (CVE-2021-23841) - Fixed the RSA_padding_check_SSLv23() function and the RSA_SSLV23_PADDING padding mode to correctly check for rollback attacks - Fixed an overflow in the EVP_CipherUpdate, EVP_EncryptUpdate and EVP_DecryptUpdate functions (CVE-2021-23840) - Fixed SRP_Calc_client_key so that it runs in constant time CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/16 11:35:26 Modified files: sys/dev/usb : uhidpp.c Log message: Trim uhidpp_device_features() by extracting two pure protocol functions. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/02/16 11:36:43 Modified files: sys/dev/usb : uhidpp.c Log message: Poll battery sensors less frequently. The previous period was quite arbitrary and inspired by other USB drivers. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/16 11:49:49 Modified files: lang/python/3.8: Makefile lang/python/3.8/files: CHANGES.OpenBSD lang/python/3.8/patches: patch-Modules__hashopenssl_c patch-Modules__ssl_c patch-configure_ac Added files: lang/python/3.8/patches: patch-2021-01-18-09-27-31_bpo-42938_4Zn4Mp_rst patch-Lib_ctypes_test_test_parameters_py patch-Modules__ctypes_callproc_c Log message: python/3.8: add upstream patch for CVE-2021-3177 While waiting for this to appear in a proper Python 3.8.x release, use upstream's commit for this severe sprintf bug. The bug was reported on Jan 16 and the fix was available since Jan 18, but only 3.6 and 3.7 have new releases as of now. ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/16 11:50:27 Modified files: lang/python/3.9: Makefile lang/python/3.9/files: CHANGES.OpenBSD Added files: lang/python/3.9/patches: patch-2021-01-18-09-27-31_bpo-42938_4Zn4Mp_rst patch-Lib_ctypes_test_test_parameters_py patch-Modules__ctypes_callproc_c Log message: python/3.9: add upstream patch for CVE-2021-3177 While waiting for this to appear in a proper Python 3.9.x release, use upstream's commit for this severe sprintf bug. The bug was reported on Jan 16 and the fix was available since Jan 18, but only 3.6 and 3.7 have new releases as of now. ok sthen CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/16 12:34:01 Modified files: audio/ncspot : Makefile distinfo Log message: Update to ncspot-0.4.0 Changes: https://github.com/hrkfdn/ncspot/releases/tag/v0.4.0 From Henrik Friedrichsen (maintainer). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/16 12:36:03 Modified files: sys/dev : video.c Log message: Introduce debug levels since the current debug output is too noisy by default. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/16 13:27:37 Log message: Import py3-regex-2020.11.13 Comment: alternative regular expression module to replace re Description: This regex implementation is backwards-compatible with the standard re module, but offers additional functionality. Maintainer: The OpenBSD ports mailing-list WWW: https://bitbucket.org/mrabarnett/mrab-regex Many tweaks and ok from daniel@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210216 N ports/devel/py-regex/Makefile N ports/devel/py-regex/distinfo N ports/devel/py-regex/pkg/DESCR N ports/devel/py-regex/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/16 13:31:17 Modified files: devel : Makefile Log message: Add py-regex,python3 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/16 14:07:43 Modified files: sbin/iked : ikev2_pld.c Log message: Fail on duplicate KE payload. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/16 14:20:07 Modified files: archivers/gtar : Makefile distinfo Removed files: archivers/gtar/patches: patch-src_misc_c patch-src_tar_c Log message: archivers/gtar: update to bugfix release 1.34 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/02/16 14:35:03 src/regress/usr.bin/openssl/x509 Update of /cvs/src/regress/usr.bin/openssl/x509 In directory cvs.openbsd.org:/tmp/cvs-serv57782/x509 Log Message: Directory /cvs/src/regress/usr.bin/openssl/x509 added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/16 14:38:26 Modified files: audio/mp3splt : Makefile Log message: Missing BDEP on devel/gettext,-runtime. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/16 14:38:36 Modified files: games/hackdata : Makefile Log message: bump MASTER_SITES to new nethack site noticed by aja@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/02/16 14:39:17 Modified files: regress/usr.bin/openssl: Makefile Added files: regress/usr.bin/openssl/x509: Makefile create-libressl-test-certs.pl Log message: Add x509 certificate validation regression tests The validation tests are originaly createtd by Steffen Ullrich. OK tb@ No objection jsing@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/16 14:58:14 Modified files: sys/dev/fdt : exuart.c exuartreg.h Log message: Add support for the UART found on the Apple M1 SoC. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/16 15:22:50 Modified files: games : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: games/xboing : Makefile distinfo games/xboing/patches: patch-Imakefile patch-audio_LINUXaudio_c patch-ball_c patch-bonus_c patch-demo_c patch-editor_c patch-file_c patch-highscore_c patch-init_c patch-main_c patch-misc_c patch-presents_c patch-preview_c patch-xboing_man games/xboing/pkg: DESCR PLIST Log message: Remove games/xboing It is unplayable as reported by Ryan Freeman who initially provided a "-fno-common" fix, thanks! naddy confirmed this for the FreeBSD port as well, gkoehler tested macppc: "I built xboing with -fcommon for 32-bit macppc and I can't play it. The frame rate alternates between too slow and too fast, so the ball becomes almost stuck, then teleports off the screen before I can move my paddle. Also, I can't hear the sound. I played this game many years ago (I forget where) and don't know when it became broken." Diff from Ryan OK sthen gkoehler CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 15:48:01 Modified files: www : Makefile Log message: unhook py2 py-hyperlink, trac-ldapplugin CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 15:51:15 Removed files: www/trac-ldapplugin: Makefile distinfo www/trac-ldapplugin/pkg: DESCR MESSAGE PLIST Log message: remove trac-ldapplugin; py2 so doesn't work with current trac, not really active upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 15:53:14 Modified files: devel/py-zopetesting: Makefile distinfo devel/py-zopetesting/pkg: PLIST Log message: update to py-zopetesting-4.9, move to py3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 15:58:14 Modified files: databases : Makefile databases/py-ldap: Makefile databases/py-ldap/pkg: PLIST-examples PLIST-main Log message: py-ldap -> py3 only CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 16:02:08 Modified files: devel : Makefile textproc : Makefile devel/py-twisted: Makefile devel/py-twisted/pkg: PLIST devel/py-hamcrest: Makefile devel/py-hamcrest/pkg: PLIST devel/py-automat: Makefile devel/py-automat/pkg: PLIST devel/py-constantly: Makefile devel/py-constantly/pkg: PLIST devel/py-incremental: Makefile devel/py-incremental/pkg: PLIST devel/py-zopeevent: Makefile devel/py-zopeevent/pkg: PLIST devel/py-zopeinterface: Makefile devel/py-zopeinterface/pkg: PLIST devel/py-zopecomponent: Makefile devel/py-zopecomponent/pkg: PLIST security/py-service_identity: Makefile security/py-service_identity/pkg: PLIST www/py-hyperlink: Makefile www/py-hyperlink/pkg: PLIST textproc/py-m2r: Makefile textproc/py-m2r/pkg: PLIST devel/py-asn1-modules: Makefile devel/py-asn1-modules/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/py-twisted/patches: patch-src_Twisted_egg-info_entry_points_txt patch-src_twisted_conch_test_test_ckeygen_py patch-src_twisted_python__setup_py devel/py-twisted/pkg: PFRAG.no-python3 Log message: py3-only for py-twisted, a handful of ports that are used as dependencies of twisted (and deps of deps, and maybe another odd one crept in). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 16:02:19 Modified files: net/cftp : Makefile net/cftp/pkg : DESCR PLIST Log message: adjust py-twisted conflict CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/16 16:20:15 Modified files: lang/python/3.8: Tag: OPENBSD_6_8 Makefile lang/python/3.8/files: Tag: OPENBSD_6_8 CHANGES.OpenBSD lang/python/3.8/patches: Tag: OPENBSD_6_8 patch-Modules__hashopenssl_c patch-Modules__ssl_c patch-configure_ac Added files: lang/python/3.8/patches: Tag: OPENBSD_6_8 patch-2021-01-18-09-27-31_bpo-42938_4Zn4Mp_rst patch-Lib_ctypes_test_test_parameters_py patch-Modules__ctypes_callproc_c Log message: MFC: python/3.8: add upstream patch for CVE-2021-3177 While waiting for this to appear in a proper Python 3.8.x release, use upstream's commit for this severe sprintf bug. The bug was reported on Jan 16 and the fix was available since Jan 18, but only 3.6 and 3.7 have new releases as of now. ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/16 16:25:44 Modified files: lang/python/3.7: Tag: OPENBSD_6_8 Makefile distinfo lang/python/3.7/patches: Tag: OPENBSD_6_8 patch-Modules__hashopenssl_c patch-Modules__ssl_c patch-configure_ac lang/python/3.7/pkg: Tag: OPENBSD_6_8 PLIST-main Log message: Update to Python 3.7.10, ok sthen This includes a fix for the high severity issue (bpo-42938) and a few others. * bpo-42967: Fix web cache poisoning vulnerability by defaulting the query args separator to &, and allowing the user to choose a custom separator. * bpo-42938: Avoid static buffers when computing the repr of ctypes.c_double and ctypes.c_longdouble values. * bpo-42103: Prevented potential DoS attack via CPU and RAM exhaustion when processing malformed Apple Property List files in binary format. * bpo-42051: The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities. This should not affect users as entity declarations are not used in regular plist files. * bpo-40791: Add volatile to the accumulator variable in hmac.compare_digest, making constant-time-defeating optimizations less likely. Full change log here: https://docs.python.org/release/3.7.10/whatsnew/changelog.html#changelog CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/16 16:33:52 Modified files: devel/py-sip : Makefile Log message: py-sip: add missing RDEP on py-packaging, found by bcallah@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/16 16:36:53 Log message: import py-toolz py-toolz provides a set of utility functions for iterators, functions, and dictionaries. These functions interoperate well and form the building blocks of common data analytic operations. They extend the standard libraries itertools and functools and borrow heavily from the standard libraries of contemporary functional languages. ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20210216 N ports/devel/py-toolz/Makefile N ports/devel/py-toolz/distinfo N ports/devel/py-toolz/pkg/DESCR N ports/devel/py-toolz/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/16 16:40:15 Modified files: devel : Makefile Log message: +py-toolz,python3 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/02/16 16:47:40 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_include_clang_Driver_Options_td patch-tools_clang_lib_Driver_ToolChains_Clang_cpp patch-tools_clang_lib_Frontend_CompilerInvocation_cpp Log message: Follow the -fno-common change in base-clang From Brad CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/02/16 18:15:36 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.15.2 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/02/16 20:59:00 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Make sure puttygen is new enough to successfully run the PuTTY interop tests, otherwise skip them. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/16 22:28:01 Modified files: devel/py-regex : Makefile Log message: Remove COMPILER and fix typo in NO_TEST There is obviously no need for COMPILER. Spotted by sthen and aja, thanks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:00:52 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.38.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:01:14 Modified files: meta/gnome : Makefile Log message: Welcome to GNOME 3.38.4! CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/17 00:08:15 Modified files: sys/dev : video.c Log message: Collect return code of video_stop() for ioctls calls. Spotted and ok anton@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:15:36 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py devel/meson/pkg: PLIST Added files: devel/meson/patches: patch-mesonbuild_environment_py patch-mesonbuild_mesonlib_universal_py patch-test_cases_common_185_openmp_meson_build Removed files: devel/meson/patches: patch-test_cases_common_189_openmp_meson_build Log message: Update to meson-0.57.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:17:58 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-3.38.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/17 00:18:36 Modified files: usr.bin/tmux : client.c server-client.c tmux.h tty-term.c tty.c Log message: Move the call to setupterm() into the client and have it pass the results to the server over imsg, means the server does not need to enter ncurses or read terminfo db. Old clients will not work with a new server. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:31:29 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-3.38.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:39:45 Modified files: x11/gnome/initial-setup: Makefile distinfo Log message: Update to gnome-initial-setup-3.38.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:40:55 Modified files: x11/gnome/seahorse: Makefile distinfo Log message: Update to seahorse-3.38.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:51:15 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:51:30 Modified files: security/py-rsa: Makefile distinfo Log message: Update to py3-rsa-4.7.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:56:12 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:56:28 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:56:44 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:57:02 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_ssm_service_go Log message: Update to amazon-ssm-agent-3.0.732.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 00:58:37 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20210215. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/17 01:51:40 Modified files: sys/dev : video.c Log message: Call 'struct process' parameters 'pr' to distinguish from 'struct proc' parameters which are usually called 'p'. Spotted and ok anton@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 03:42:01 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-328.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/17 04:27:16 Modified files: math/veusz : Makefile distinfo math/veusz/pkg : PLIST Removed files: math/veusz/patches: patch-pyqtdistutils_py Log message: update to veusz-3.3.1, ok bcallah CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/17 05:11:45 Modified files: sys/arch/arm64/arm64: exception.S intr.c trampoline.S sys/arch/arm64/include: cpu.h intr.h profile.h sys/arch/arm64/dev: agintc.c ampintc.c bcm2836_intr.c Log message: Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCs since its interrupts seem to be hardwared to trigger an FIQ instead of an IRQ. This means we need to manipulate both the F and the I bit in the DAIF register when enabling and disabling interrupts. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/17 05:57:58 Modified files: net/ngrep : Makefile distinfo net/ngrep/patches: patch-ngrep_c Removed files: net/ngrep/patches: patch-Makefile_in patch-config_h_in patch-configure_in patch-doc_README_txt patch-ngrep_8 patch-ngrep_h Log message: ngrep: update to git version from 2019 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/17 07:12:29 Modified files: sys/arch/octeon/dev: if_cnmac.c Log message: Do not reprogram address filter after MII status change The address filter is not affected by link parameter changes, so its reprogramming can be skipped. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/17 07:19:06 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to get_iplayer-3.27 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/17 07:19:33 Modified files: math/calc : Makefile distinfo Log message: update to calc-2.12.8.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/17 07:24:54 Modified files: net/icinga/web2-module-reactbundle: Makefile distinfo net/icinga/web2-module-reactbundle/pkg: PLIST Log message: update to icingaweb2-module-reactbundle-0.9.0 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/17 07:42:20 Modified files: sys/arch/loongson/stand/boot: ld.script start.S Log message: Skip gp initialization in loongson bootblocks The loongson bootblocks are compiled with -mno-abicalls and do not use gp-relative addressing. A similar change has been made to the mips64 kernels recently. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/17 08:41:22 Modified files: devel/py-asn1-modules: Makefile Log message: py-asn1-modules: fix previous (what i thought was renaming scripts with MODPY_BIN_SUFFIX was actually installing them) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/17 08:53:34 Modified files: devel/kf5/kdnssd: Makefile distinfo Log message: Bugfix update kdnssd to 5.79.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 08:54:34 Modified files: devel/meson/patches: patch-mesonbuild_environment_py patch-mesonbuild_mesonlib_universal_py Log message: Merged. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/17 08:56:07 Modified files: devel/kf5/syntax-highlighting: Makefile distinfo Log message: Bugfix update syntax-highlighting to 5.79.1 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/17 08:57:42 Modified files: net/netatalk : Makefile Added files: net/netatalk/patches: patch-etc_afpd_directory_h patch-etc_afpd_volume_h Log message: net/netatalk: fix build with -fno-common in this old branch CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/17 10:01:47 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins -devel to 2.280 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/17 10:09:12 Modified files: sys/dev : video.c Log message: If the device driver open call fails, don't set sc_open since in that case we don't get a file handle back which could be closed again, and therefore we couldn't toggle sc_open back to zero. Spotted and ok anton@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2021/02/17 10:21:58 Modified files: sys/dev : video.c Log message: Unify unit initialization. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/17 10:39:49 Modified files: x11/yakuake : Makefile distinfo Log message: Update yakuake to 20.12.2 Keep in sync with kde applications CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/17 10:52:58 Modified files: misc/plan : Makefile Added files: misc/plan/patches: patch-src_holiday_c Log message: misc/plan: fix commons (yylineno) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/17 11:45:59 Modified files: sysutils/ruby-puppet/6: Makefile distinfo Log message: Update to puppet 6.21.1 https://puppet.com/docs/puppet/6.21/release_notes_puppet.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 12:06:43 Modified files: sysutils/virt-manager: Makefile distinfo sysutils/virt-manager/patches: patch-setup_py sysutils/virt-manager/pkg: PLIST Log message: Update to virt-manager-3.2.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/17 13:40:16 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_dig_dig_c net/isc-bind/pkg: PLIST Removed files: net/isc-bind/patches: patch-lib_isc_Makefile_in Log message: update to BIND 9.16.12 https://kb.isc.org/docs/cve-2020-8625 https://downloads.isc.org/isc/bind9/9.16.12/doc/arm/html/notes.html#notes-for-bind-9-16-12 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/17 15:37:52 Modified files: sysutils/firmware/intel: Makefile distinfo sysutils/firmware/intel/pkg: PLIST Log message: update intel microcode to 20210216 ok sthen@ deraadt@ on an earlier version CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/17 17:04:13 Modified files: sys/arch/arm/simplebus: simplebus.c Log message: handle "simple-pm-bus" in simplebus Enables a clock and/or power domain for a group of devices. Required to use linux 5.11 dtbs on am335x and omap4. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/17 17:30:17 Modified files: usr.bin/ssh : PROTOCOL sftp-server.c Log message: sftp-server: implement limits@openssh.com extension This is a simple extension that allows the server to clearly communicate transfer limits it is imposing so the client doesn't have to guess, or force the user to manually tune. This is particularly useful when an attempt to use too large of a value causes the server to abort the connection. Patch from Mike Frysinger; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/17 17:34:14 Modified files: regress/usr.bin/openssl/x509: Makefile Log message: mark test-inlabel-wildcard-cert-no-CA-client as an expected failure CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/17 18:30:47 Modified files: devel/py-attrs : Makefile distinfo devel/py-attrs/pkg: PLIST Log message: update py-attrs to 20.1.0. A version in the 20.x series is needed by airflow. ok sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/17 19:13:58 Modified files: usr.bin/ssh : ssh-sk.c Log message: unbreak SK_DEBUG builds from https://github.com/openssh/openssh-portable/pull/225 by ZenithalHourlyRate CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/17 19:15:07 Modified files: usr.bin/ssh : sk-api.h sk-usbhid.c Log message: make names in function prototypes match those in definition from https://github.com/openssh/openssh-portable/pull/225 by ZenithalHourlyRate CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/17 19:19:38 ports/lang/pcc/pcc Update of /cvs/ports/lang/pcc/pcc In directory cvs.openbsd.org:/tmp/cvs-serv33823/pcc Log Message: Directory /cvs/ports/lang/pcc/pcc added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/17 19:19:38 ports/lang/pcc/pcc-libs Update of /cvs/ports/lang/pcc/pcc-libs In directory cvs.openbsd.org:/tmp/cvs-serv33823/pcc-libs Log Message: Directory /cvs/ports/lang/pcc/pcc-libs added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/17 19:20:25 ports/lang/pcc/pcc/patches Update of /cvs/ports/lang/pcc/pcc/patches In directory cvs.openbsd.org:/tmp/cvs-serv47807/pcc/patches Log Message: Directory /cvs/ports/lang/pcc/pcc/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/17 19:20:25 ports/lang/pcc/pcc/pkg Update of /cvs/ports/lang/pcc/pcc/pkg In directory cvs.openbsd.org:/tmp/cvs-serv47807/pcc/pkg Log Message: Directory /cvs/ports/lang/pcc/pcc/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/17 19:20:25 ports/lang/pcc/pcc-libs/patches Update of /cvs/ports/lang/pcc/pcc-libs/patches In directory cvs.openbsd.org:/tmp/cvs-serv47807/pcc-libs/patches Log Message: Directory /cvs/ports/lang/pcc/pcc-libs/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/17 19:20:25 ports/lang/pcc/pcc-libs/pkg Update of /cvs/ports/lang/pcc/pcc-libs/pkg In directory cvs.openbsd.org:/tmp/cvs-serv47807/pcc-libs/pkg Log Message: Directory /cvs/ports/lang/pcc/pcc-libs/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/17 19:26:44 Modified files: lang/pcc : Makefile Added files: lang/pcc : Makefile.inc lang/pcc/pcc : Makefile distinfo lang/pcc/pcc/patches: patch-cc_Makefile_in patch-cc_cc_Makefile_in patch-cc_cc_cc_c patch-cc_driver_platform_c lang/pcc/pcc/pkg: DESCR PLIST README lang/pcc/pcc-libs: Makefile distinfo lang/pcc/pcc-libs/patches: patch-libpcc_Makefile_in patch-libsoftfloat_Makefile_in lang/pcc/pcc-libs/pkg: DESCR PLIST Removed files: lang/pcc : distinfo lang/pcc/pkg : DESCR PLIST Log message: update pcc to 20210128 The previous version in the tree was close to a decade old and no longer compiled with -fcommon. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/17 19:30:29 Modified files: etc : services Log message: add rpki-rtr port 323; ok job CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/17 19:49:35 Modified files: usr.bin/ssh : PROTOCOL Log message: Fix the hostkeys rotation extension documentation The documentation was lacking the needed want-reply field in the initial global request. https://github.com/openssh/openssh-portable/pull/218 by dbussink CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2021/02/17 20:35:07 Modified files: devel/py-rcsparse: Makefile devel/py-rcsparse/patches: patch-py-rcsparse_c patch-testmodule_py Log message: Fix rcsparse for python3 flavor to accept a str as an argument for sym2rev() or revs[] by using PyUnicode_AsUTF8AndSize(). The str is converted into an UTF-8 encoded byte array. This fixes "print s['RELENG_4']" test. Also use a bytes object for "log" or "checkout" instead of a str object. This is required to keep the original encoding (utf-8, latin-1, euc-jp and so on). ok sthen CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/17 22:30:37 Modified files: x11/kde-applications/kajongg: Makefile Log message: Missing bump, spotted by naddy CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 23:17:36 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Only pick up files matching alphanumeric and underscore characters under /etc/rc.d. This prevents issues with editor backup files (foo~) or other bogus files. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 23:23:53 Modified files: x11/gnome-mplayer: Makefile x11/gnome-mplayer/patches: patch-src_common_h patch-src_gui_c x11/gnome-mplayer/pkg: PLIST Added files: x11/gnome-mplayer/patches: patch-src_dbus-interface_h patch-src_playlist_h Log message: Fix build with -fno-common. from FreeBSD CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 23:56:58 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/17 23:57:29 Modified files: security/libgcrypt: Makefile distinfo Log message: Update to libgcrypt-1.9.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 00:03:06 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 00:03:26 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 00:03:45 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 02:13:42 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-prnt_cups_py patch-prnt_hpcups_HPCupsFilter_cpp print/hplip/pkg: PLIST-hpijs Log message: Update to hplip-3.21.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 02:19:44 ports/devel/libvirt-glib/patches Update of /cvs/ports/devel/libvirt-glib/patches In directory cvs.openbsd.org:/tmp/cvs-serv66091/patches Log Message: Directory /cvs/ports/devel/libvirt-glib/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 02:20:11 Modified files: devel/libvirt-glib: Makefile distinfo devel/libvirt-glib/pkg: PLIST Added files: devel/libvirt-glib/patches: patch-meson_build Log message: Update to libvirt-glib-4.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 02:26:28 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 02:28:08 Modified files: security/libnettle: Makefile distinfo Removed files: security/libnettle/patches: patch-fat-ppc_c Log message: Update to libnettle-3.7.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/18 02:33:32 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.6. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/18 03:10:20 Modified files: usr.sbin/rpki-client: main.c output.c Log message: All the code for output handling was moved to output.c some time ago. Also move the license that came along with it to output.c. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 04:19:19 Modified files: x11/i3 : Makefile x11/i3-gaps : Makefile x11/i3-mousedrag: Makefile x11/i3-mousedrag/patches: patch-meson_build Added files: x11/i3/patches : patch-libi3_is_debug_build_c x11/i3-gaps/patches: patch-libi3_is_debug_build_c x11/i3-mousedrag/patches: patch-libi3_is_debug_build_c Log message: i3/forks: don't detect that we're running a debug build. worked out with tb@ https://github.com/i3/i3/issues/4350 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/18 04:40:20 Modified files: sys/kern : uipc_socket.c sys/sys : socketvar.h Log message: Release mbuf(9) chain with a simple m_freem(9) loop in sorflush(). Passing local copy of socket to sbrelease() is too complicated to just free receive buffer. We don't allocate large object on the stack. Also we don't pass unlocked socket to soassertlocked() within sbdrop(). This was not triggered because we lock the whole layer with one lock. Also sorflush() is now private to kern/uipc_socket.c, so it's definition was made to be in accordance. ok claudio@ mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 04:50:23 Modified files: x11/i3-mousedrag: Makefile x11/i3-mousedrag/patches: patch-src_bindings_c Removed files: x11/i3-mousedrag/patches: patch-src_click_c patch-src_con_c patch-src_floating_c patch-src_handlers_c patch-src_manage_c patch-src_match_c patch-src_render_c patch-src_workspace_c patch-src_x_c Log message: remove vfprintf null workarounds CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 04:59:50 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-21.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 05:13:46 Modified files: devel/libgit2/py-git2: Makefile Log message: drop unneeded MODPY_PY_PREFIX in PKGNAME CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 05:21:27 Modified files: databases/py-ldap: Makefile Added files: databases/py-ldap/pkg: DESCR PLIST Removed files: databases/py-ldap/pkg: DESCR-examples DESCR-main PLIST-examples PLIST-main Log message: re-merge py-ldap subpackages, done in the py21/22/etc days, examples are no longer conflicting. avoids awkwards use of MODPY_PY_PREFIX in FULLPKGNAME. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 05:24:04 Modified files: devel/py-gevent: Makefile Log message: replace MODPY_PY_PREFIX in PKGNAME, python.port.mk takes care of it CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 05:41:27 Modified files: audio/solfege/pkg: PLIST Log message: remove bogus MODPY_BIN_SUFFIX CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 05:46:41 Modified files: sysutils/google-cloud-sdk/pkg: PLIST Log message: remove bogus MODPY_BIN_SUFFIX CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 05:51:35 Modified files: devel/pygame : Makefile devel/pygame/pkg: PLIST Log message: use MODPY_PY_PREFIX not MODPY_BIN_SUFFIX for examples/docs dir names CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 06:01:56 Modified files: shells/bash-completion/pkg: PLIST Log message: remove bogus MODPY_BIN_SUFFIX CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 06:09:19 Modified files: security/py-yaswfp: Makefile Log message: fix hardcoded -3 that should be MODPY_BIN_SUFFIX in do-test CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 06:23:22 Log message: import devel/libcdada, ok benoit@ Small library that offers basic data structures (list, set, map, ..) in a pure C API for user-space applications. Key features: - Easy to use, portable - No "magic" MACROs, and no need to modify your data structures (except, perhaps, for __attribute__((packed))) - Uses C++ standard library as the backend for most data structures - Reasonable performance Status: Vendor Tag: sthen Release Tags: sthen_20210218 N ports/devel/libcdada/Makefile N ports/devel/libcdada/distinfo N ports/devel/libcdada/pkg/DESCR N ports/devel/libcdada/pkg/PLIST N ports/devel/libcdada/patches/patch-config_m4_debug_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 06:23:38 Modified files: devel : Makefile Log message: +libcdada CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 06:24:04 Modified files: net/pmacct : Makefile distinfo net/pmacct/patches: patch-configure_ac patch-src_isis_isis_c net/pmacct/pkg : PFRAG.mysql Removed files: net/pmacct/patches: patch-src_mysql_plugin_c patch-src_nfacctd_c patch-src_pgsql_plugin_c patch-src_pmacctd_c patch-src_pmbgpd_c patch-src_pmbmpd_c patch-src_pmtelemetryd_c patch-src_sfacctd_c patch-src_sql_common_c patch-src_sql_common_h patch-src_sqlite3_plugin_c patch-src_uacctd_c Log message: update to pmacct-1.7.6 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/18 06:30:24 Modified files: usr.bin/tmux : input.c Log message: Reduce len when moving past spaces in OSC 11 parameter. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/18 07:08:40 Modified files: emulators/coldfire: Makefile Added files: emulators/coldfire/patches: patch-peripherals_sim_5307_c Log message: Fix build with -fno-common. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 07:29:23 Modified files: devel/libcdada : Makefile Log message: needs py3 for to build cdada-gen, reported by aja CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 07:45:30 Modified files: www/py-qtwebengine: Makefile Log message: py-qtwebengine: add BDEP on py-qt-builder, problem reported by aja@: sip-build: Unable to import 'pyqtbuild': No module named 'pyqtbuild' CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 07:59:07 Modified files: sysutils/dateutils: Makefile distinfo Log message: update to dateutils-0.4.8 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/02/18 08:00:12 Modified files: sysutils/facter: Makefile distinfo Log message: update 3.14.15 -> 3.14.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 08:04:45 Modified files: shells/bash-completion/pkg: PLIST Log message: fix previous CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 09:09:52 Modified files: textproc/py-pygments: Makefile Log message: adjust comment, psycopg2 dropped sphinx docs CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/18 09:18:04 Modified files: distrib/notes/octeon: prep Log message: Mention that U-Boot serial speed should be 115200. Initial diff from Janne Johansson CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/18 09:23:17 Modified files: usr.sbin/rpki-client: cert.c extern.h parser.c x509.c Log message: Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski(). Now x509_get_extensions() is no longer required to loop over all extensions and the code becomes a lot simpler. While there cleanup x509_get_crl(), as explained by tb@ X509_get_ext_d2i() allocates memory so one needs to free the pointer at the end. For x509_crl_get_aki() use X509_CRL_get_ext_d2i() and more or less copy the rest over from x509_get_aki(). Warn if extensions are missing or present when not expected and also check the the extensions are marked non-critical as required. OK job@ tb@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/18 09:27:08 Modified files: sys/arch/loongson/conf: ld.script sys/arch/sgi/conf: ld.script Log message: Make kernel ld.script similar to octeon's on loongson and sgi. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 10:32:43 Modified files: net/i2pd : Makefile distinfo net/i2pd/pkg : PLIST Removed files: net/i2pd/patches: patch-build_CMakeLists_txt patch-libi2pd_Crypto_cpp Log message: update to i2pd-2.36.0 and remove old zero-byte patches, from maintainer CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/18 11:37:00 Modified files: net/owncloudclient: Makefile Log message: Disable picking up CMocka if present. Reorted by naddy@, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/18 12:12:29 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Pull in fix for EVP_CipherUpdate() overflow from OpenSSL. ok inoguchi commit 6a51b9e1d0cf0bf8515f7201b68fb0a3482b3dc1 Author: Matt Caswell Date: Tue Feb 2 17:17:23 2021 +0000 Don't overflow the output length in EVP_CipherUpdate calls CVE-2021-23840 Reviewed-by: Paul Dale CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 12:27:24 Modified files: games/freedroid: Makefile distinfo games/freedroid/pkg: PLIST Removed files: games/freedroid/patches: patch-Makefile_in patch-configure patch-src_system_h Log message: update to freedroid-1.2.1 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/18 13:14:22 Added files: net/snort/patches: patch-src_dynamic-preprocessors_s7commplus_Makefile_in Log message: Update to Snort 2.9.17, with a fix for -fno-common From maintainer Markus Lude Add missing patch. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 13:42:26 Modified files: devel : Makefile devel/py-pexpect: Makefile devel/py-pexpect/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-pexpect: move to py3 only (py2 not used in tree and has dep on py2-sphinx) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 13:54:29 Modified files: devel/libplist : Makefile Added files: devel/libplist/pkg: DESCR PLIST Removed files: devel/libplist/pkg: DESCR-main DESCR-python PLIST-main PLIST-python Log message: drop python 2 bindings to libplist, unused in ports CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 13:55:17 Modified files: audio/clementine: Makefile audio/libgpod : Makefile Log message: bump; libplist packaging change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 14:08:33 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-snowballstemmer: Makefile textproc/py-snowballstemmer/pkg: PLIST textproc/py-stemmer: Makefile textproc/py-stemmer/pkg: PLIST Log message: py-stemmer, py-snowballstemmer -> py3-only CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 14:28:02 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-res_res_rtp_asterisk_c Log message: update to asterisk-18.2.1 AST-2021-001: Remote crash in res_pjsip_diversion AST-2021-002: Remote crash possible when negotiating T.38 AST-2021-003: Remote attacker could prematurely tear down SRTP calls AST-2021-004: An unsuspecting user could crash Asterisk with multiple hold/unhold requests AST-2021-005: Remote Crash Vulnerability in PJSIP channel driver CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/18 14:30:52 Modified files: sbin/iked : ikev2.c Log message: Pass ownership instead of duplicating ibuf msg_ke. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 14:33:10 Modified files: print/printrun : Makefile Log message: use https HOMEPAGE for printrun. (2.0.0 is currently in rc stage, if someone is interested in printrun then it might be a good time to look at what's needed to handle an update) CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/18 14:39:36 Modified files: sbin/iked : ikev2_pld.c Log message: Remove redundant ibuf_release. msg_ke is always NULL because of the duplicate check above. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 14:42:34 Modified files: devel/py-gevent: Makefile devel/py-gevent/pkg: PLIST sysutils/py-statgrab: Makefile sysutils/py-statgrab/pkg: PLIST sysutils/py-parallel-ssh: Makefile sysutils/py-parallel-ssh/pkg: PLIST net/py-geventhttpclient: Makefile net/py-geventhttpclient/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py3-only for devel/py-gevent, sysutils/py-statgrab, sysutils/py-parallel-ssh, net/py-geventhttpclient CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 14:45:07 Modified files: telephony/asterisk: Tag: OPENBSD_6_8 Makefile distinfo telephony/asterisk/patches: Tag: OPENBSD_6_8 patch-Makefile patch-configs_samples_asterisk_conf_sample patch-configure_ac patch-res_res_rtp_asterisk_c Log message: update to asterisk-16.16.1 AST-2021-001: Remote crash in res_pjsip_diversion AST-2021-002: Remote crash possible when negotiating T.38 AST-2021-003: Remote attacker could prematurely tear down SRTP calls AST-2021-004: An unsuspecting user could crash Asterisk with multiple hold/unhold requests AST-2021-005: Remote Crash Vulnerability in PJSIP channel driver CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/18 14:57:10 ports/x11/oroborus/patches Update of /cvs/ports/x11/oroborus/patches In directory cvs.openbsd.org:/tmp/cvs-serv90475/patches Log Message: Directory /cvs/ports/x11/oroborus/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/18 15:00:31 Modified files: sbin/iked : ikev2.c Log message: Save one allocation by passing msg_nonce ownership instead of using ibuf_dup(). ok patrick@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/18 15:01:17 Modified files: x11/oroborus : Makefile distinfo x11/oroborus/pkg: PLIST Added files: x11/oroborus/patches: patch-src_hints_c patch-src_keyboard_c patch-src_keyboard_h patch-src_oroborus_c Log message: oroborus: update to 2.0.20, fix the build with -fno-common Also tested by Ryan Freeman, who had a similar diff. "fine with me" sthen@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/18 15:08:25 Modified files: comms/xastir : Makefile Added files: comms/xastir/patches: patch-src_objects_h patch-src_x_spider_h patch-src_xa_config_c patch-src_xa_config_h Log message: xastir: Fix build with -fno-common move HOMEPAGE to TLS while there. From Michael (michi+openbsd dataswamp org) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 15:26:47 Modified files: devel/quirks : Makefile textproc : Makefile textproc/py-snowballstemmer: Makefile textproc/py-snowballstemmer/pkg: PLIST textproc/py-stemmer: Makefile textproc/py-stemmer/pkg: PLIST Log message: oops, making py-*stemmer py3-only was premature, sphinx still needs it CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/18 15:57:25 Modified files: games/freedroid: Makefile Log message: set PKGNAME CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/18 16:34:05 Modified files: productivity/siag: Makefile Added files: productivity/siag/patches: patch-tsiag_window_c Log message: Fix build with "-fno-common" This is a minimal diff which works for me (tm), e.g. I can do excel-like tasks just fine CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/18 19:13:02 Modified files: math/foma : Makefile distinfo math/foma/pkg : PLIST Added files: math/foma/patches: patch-foma_Makefile patch-foma_flookup_c Removed files: math/foma/patches: patch-Makefile patch-flookup_c Log message: Update to foma 0.9.18.20200928 Moves to the current github head and fixes the build with -fno-common. Version number suggested by daniel. ok kn CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/18 20:58:34 Modified files: devel/rebar : Makefile devel/rebar3 : Makefile Log message: Remove erlang19 flavor from devel/rebar{,3} The goal is to retire erlang19 broken by -fno-common. ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/18 21:05:54 Modified files: lang/erlang : Makefile erlang.port.mk Log message: Unplug unused lang/erlang/19 Removed support from elrang.port.mk leaving the multi-version structure in place for future use. "go for it" jasper@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/18 21:09:52 Removed files: lang/erlang/19 : Makefile distinfo lang/erlang/19/patches: patch-Makefile_in patch-erts_emulator_Makefile_in patch-erts_etc_common_ct_run_c patch-erts_etc_common_dialyzer_c patch-erts_etc_common_erlc_c patch-erts_etc_common_escript_c patch-erts_etc_common_typer_c patch-erts_lib_src_Makefile_in patch-lib_dialyzer_src_dialyzer_plt_erl patch-lib_tools_c_src_Makefile_in patch-lib_wx_c_src_wxe_impl_cpp patch-lib_wx_configure_in patch-make_install_bin patch-make_target_mk lang/erlang/19/pkg: DESCR-main DESCR-wx PLIST-main PLIST-wx Log message: Remove unplugged lang/erlang/19 All references to it should be removed or marked BROKEN. This removes another -fno-common straggler. "go for it" jasper@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/18 23:12:44 Modified files: sys/net : if_pfsync.c Log message: check the state for PF_ROUTE when undeferring a packet, not the rule. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/18 23:14:07 Modified files: sys/net : if_pfsync.c Log message: we dont need to wrap some short lines. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/19 00:09:14 Modified files: emulators/simh : Makefile emulators/simh/patches: patch-makefile patch-scp_c Added files: emulators/simh/patches: patch-AltairZ80_i86_decode_c patch-AltairZ80_i86_h patch-AltairZ80_i86_ops_c Log message: Fix build with -fno-common from FreeBSD. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/19 00:38:49 Modified files: net/owncloudclient: Makefile distinfo Log message: update to ownCloudclient-2.7.6.3261 CVSROOT: /cvs Module name: src Changes by: solene@cvs.openbsd.org 2021/02/19 00:56:56 Modified files: sbin/unwind : unwind.conf.5 Log message: Add an EXAMPLES section rewording by jmc@ ok jmc@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/19 01:14:49 Modified files: usr.sbin/rpki-client: extern.h main.c mkdir.c rsync.c Log message: Move the mkpath() call from the rsync path to the main process. This allows to drop cpath from the rsync proc pledge (down to "stdio proc exec"). This will also make work easier with the upcoming http fetcher. OK tb@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/19 02:09:16 Modified files: usr.bin/tmux : job.c spawn.c Log message: Check return value of chdir() to stop a silly warning with some compilers, GitHub issue 2573. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/19 02:33:59 Modified files: games/f1spirit : Makefile distinfo Log message: - switch HOMEPAGE and MASTER_SITES to HTTPS - upstream re-rolled distfile so update distinfo. No content difference with distfile stored on openbsd.org mirrors. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/19 03:23:50 Modified files: usr.sbin/rpki-client: tal.c Log message: Add the same ASCII check to the URI in TAL files as we do for URI in .cer files OK tb@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/19 05:07:34 Modified files: games/freeblocks: Makefile Added files: games/freeblocks/patches: patch-src_block_c patch-src_block_h patch-src_game_c patch-src_game_h patch-src_menu_h patch-src_sys_c patch-src_sys_h Log message: games/freeblocks: fix build with -fno-common CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/19 05:18:23 Modified files: usr.sbin/rpki-client: main.c mft.c roa.c Log message: Convert reallocarray + memset to recallocarray. ok claudio CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/02/19 05:29:37 Modified files: lib/libdrm/mk/libdrm_amdgpu: Makefile Log message: fix amdgpu.ids path to point to installed version. ok jsg@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/19 06:33:37 Modified files: sbin/dhclient : dispatch.c Log message: Missed poll -> ppoll in log_warn() verbiage. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 06:38:33 Modified files: net/rabbitmq : Makefile distinfo net/rabbitmq/files: rabbitmq.conf net/rabbitmq/patches: patch-Makefile net/rabbitmq/pkg: PLIST rabbitmq.rc Added files: net/rabbitmq/patches: patch-deps_rabbit_scripts_rabbitmq-env patch-deps_rabbit_scripts_rabbitmq-server patch-deps_rabbitmq_cli_mix_exs Removed files: net/rabbitmq/patches: patch-deps_rabbit_scripts_rabbitmq-defaults Log message: removing erlang 19 leaves a broken dep in rabbitmq (which is still a problem even with BROKEN set in the port) so commit my incomplete work updating to 3.8 branch. still marked BROKEN as it will need some work from somebody interested in this as it was dying shortly after startup. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/19 06:46:59 Modified files: sbin/dhclient : dhclient.c Log message: Put duplicated code calculating backoff interval and packet 'secs' into new set_interval()/set_secs() functions. send_request() and send_discover() become much easier to understand. No intentional functional change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 07:23:43 Modified files: graphics/clutter/cogl: Makefile Removed files: graphics/clutter/cogl/patches: patch-cogl_winsys_cogl-winsys-egl-kms_c Log message: Remove patch for /dev/drm0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/19 07:42:02 Modified files: sysutils/mtools: Makefile distinfo Log message: Update mtools to 4.0.26. CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/02/19 07:48:12 Modified files: cad/kicad-share: Makefile.inc cad/kicad-share/footprints: distinfo cad/kicad-share/footprints/pkg: PLIST cad/kicad-share/i18n: Makefile distinfo cad/kicad-share/packages3D: distinfo cad/kicad-share/packages3D/pkg: PLIST cad/kicad-share/symbols: distinfo cad/kicad-share/symbols/pkg: PLIST cad/kicad-share/templates: distinfo cad/kicad-share/templates/pkg: PLIST Log message: Update cad/kicad-share to 5.1.7. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/02/19 07:48:58 Modified files: cad/kicad : Makefile distinfo cad/kicad/patches: patch-CMakeLists_txt patch-cvpcb_CMakeLists_txt patch-kicad_kicad_cpp patch-pcbnew_CMakeLists_txt cad/kicad/pkg : PLIST Added files: cad/kicad/patches: patch-CMakeModules_CreateGitVersionHeader_cmake Log message: Update cad/kicad to 5.1.7. ok benoit@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 08:09:30 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.0.755.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 08:13:50 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 08:14:03 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 08:14:26 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.11. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/19 08:20:26 Modified files: emulators/gxemul: Makefile distinfo emulators/gxemul/pkg: PLIST Log message: Update gxemul to 0.6.3. This version adds support for OpenBSD/luna88k. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/19 08:43:28 Modified files: net/libmaxminddb: Makefile distinfo net/libmaxminddb/pkg: PLIST-main Log message: Update libmaxminddb to 1.5.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 08:48:02 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.7. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/19 09:10:02 Modified files: productivity/tudu: Makefile distinfo productivity/tudu/patches: patch-configure Log message: Update tudu to 0.10.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 10:16:28 Modified files: graphics/waffle: Makefile graphics/waffle/patches: patch-src_waffle_gbm_wgbm_display_c x11/compton : Makefile x11/compton/patches: patch-src_compton_c x11/picom : Makefile Removed files: x11/picom/patches: patch-src_vsync_c Log message: /dev/drm0 -> /dev/dri/card0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/19 10:20:18 Modified files: x11/slim : Makefile x11/slim/patches: patch-slim_conf Log message: x11/slim: fix path to DRM device in slim.conf patch pending an update to a less-abandoned github fork.. or a cvs rm. discussed with ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 10:22:29 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-data_Init_in patch-data_PostSession_in patch-data_PreSession_in x11/gnome/gdm/pkg: gdm.rc Log message: Drop all drm devices path. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 10:45:27 Modified files: x11/xkbset : Makefile distinfo Log message: Update to xkbset-0.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 11:01:20 Modified files: x11/p5-Tk : Makefile distinfo x11/p5-Tk/patches: patch-JPEG_Makefile_PL patch-pTk_mTk_tclGeneric_tclGetDate_y Log message: Update to p5-Tk-804.036. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 11:03:33 Modified files: x11/isomaster : Makefile distinfo x11/isomaster/patches: patch-icons_Makefile patch-po_Makefile x11/isomaster/pkg: PLIST Log message: Update to isomaster-1.3.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 11:10:07 Modified files: x11/greybird : Makefile distinfo Log message: Update to greybird-3.22.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 11:15:49 Modified files: x11/icewm : Makefile distinfo Log message: Update to icewm-2.1.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 11:49:00 Modified files: textproc/source-highlight: Makefile distinfo textproc/source-highlight/pkg: PLIST Log message: Update to source-highlight-3.1.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 11:51:29 Modified files: textproc/p5-XML-Parser: Makefile distinfo textproc/p5-XML-Parser/pkg: PLIST Log message: Update to p5-XML-Parser-2.46. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 11:55:01 Modified files: www/bluefish : Makefile distinfo www/bluefish/pkg: PLIST Added files: www/bluefish/patches: patch-configure Log message: Update to bluefish-2.2.12. Move to py3. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/19 12:02:09 Modified files: emulators/fuse : Makefile Added files: emulators/fuse/patches: patch-ui_widget_widget_c Log message: Remove duplicate definition of widget_options_settings, this fixes the build with -fno-common. Upstream commit b73d549dac901923051047ddbe982b8be0e47ccf. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 12:04:21 Modified files: textproc/link-grammar: Makefile distinfo textproc/link-grammar/patches: patch-link-grammar_utilities_c patch-link-grammar_utilities_h Log message: Update to link-grammar-5.8.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 12:13:27 Modified files: textproc/discount: Makefile distinfo textproc/discount/patches: patch-configure_inc patch-markdown_1 patch-markdown_3 patch-markdown_7 textproc/discount/pkg: PLIST Removed files: textproc/discount/patches: patch-Makefile_in Log message: Update to discount-2.2.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 12:28:45 Modified files: sysutils/duplicity: Makefile distinfo sysutils/duplicity/patches: patch-bin_duplicity_1 patch-duplicity_dup_main_py patch-setup_py sysutils/duplicity/pkg: PLIST Log message: Update to duplicity-0.8.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 12:29:12 Modified files: sysutils/ansible-lint: Makefile distinfo sysutils/ansible-lint/pkg: PLIST Removed files: sysutils/ansible-lint/patches: patch-setup_py Log message: Update to ansible-lint-5.0.1. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/02/19 12:36:14 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.8.0. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/02/19 12:49:49 Modified files: usr.bin/mandoc : main.c term_tag.c term_tag.h Log message: Append .html suffix to temporary files enabling browsers to recognise it Occasionally one might read a manual page in a webbrowser, e.g. "MANPAGER=firefox man -T html jq", however temporary files created for pagers lack file extensions and most web browsers are unable to detect a file's content without it. Special case mandoc(1)'s HTML output format by appending the ".html" suffix to file names such that browsers will actually render HTML as such instead of showing it as plain text. Input schwarze CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/19 12:59:36 Modified files: usr.bin/top : top.1 Log message: Add 't' to options in man page. ok jmc@ kn@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/19 13:05:13 Modified files: sysutils/glances: Makefile distinfo sysutils/glances/pkg: PLIST Log message: Update to glances-3.1.6.2 update from maintainer Ashton Fagg CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/19 13:14:06 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update to kubectl-1.20.4 Diff from Luca De Pandis CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/19 13:16:25 Modified files: net/synapse : Makefile distinfo net/synapse/pkg: PLIST Log message: Update to synapse-1.27.0 Update from maintainer Renaud Allard CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/02/19 13:44:45 Modified files: meta : Makefile audio/audacious: Makefile Makefile.inc audio/audacious/player: Makefile audio/audacious/player/pkg: PLIST audio/audacious/plugins: Makefile audio/audacious/plugins/pkg: PLIST meta/audacious : Makefile Added files: audio/audacious/player/patches: patch-src_libaudqt_Makefile audio/audacious/player/pkg: PFRAG.no-qt5 PFRAG.qt5 audio/audacious/plugins/pkg: PFRAG.no-qt5 PFRAG.qt5 Log message: audio/audacous: Add a qt5 FLAVOR. This enables the new qt5 GUI in a FLAVOR. It's a bit more streamlined, and it's easier to dock and arrange all of your various audacious windows. Although upstream is deprecating the GTK GUI, we decided that we are not quite ready to fully ditch in favour of only qt5. Also add a meta package FLAVOR. This is a team effort between myself and MAINTAINER, bket@. OK bket@, many thanks! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/19 13:45:31 Modified files: games/spider : Makefile distinfo games/spider/patches: patch-Imakefile patch-defs_h patch-gfx_c patch-globals_h patch-movelog_c patch-spider_c patch-spider_man patch-util_c patch-windows_c patch-xv_stubs_c patch-xv_ui_c Log message: games/spider: fix build with -fno-common -fno-common fixes from Michael Warmuth-Uhl. While here, regen patches and replace master site/distfile with existing ones. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 14:00:32 Modified files: security/py-gnupg: Makefile distinfo security/py-gnupg/pkg: PLIST Log message: Update to py3-gnupg-0.4.6. Drop py2 support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 14:00:49 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-gnupg' => 'py3-gnupg' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 14:05:10 Modified files: archivers/py-lz4: Makefile distinfo archivers/py-lz4/patches: patch-setup_py Log message: Update to py3-lz4-3.1.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 14:13:48 Modified files: graphics/p5-Cairo: Makefile distinfo graphics/p5-Cairo/pkg: PLIST Log message: Update to p5-Cairo-1.109. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 14:14:49 Modified files: graphics/lcms2 : Makefile distinfo graphics/lcms2/pkg: PLIST Log message: Update to lcms2-2.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 14:16:48 Modified files: geo/py-planet : Makefile distinfo Log message: Update to py3-planet-1.4.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/19 14:20:26 Added files: x11/gnome-mplayer/patches: patch-src_gui_h Log message: Forgot in previous... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 14:22:26 Modified files: audio/audacity : Makefile Log message: audacity: disable sbsms on i386 to avoid builds failing with sse-related problems. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/19 14:52:54 Modified files: sbin/iked : ikev2_pld.c Log message: Fail on duplicate nonce payload. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 15:27:34 Modified files: games/pygame_sdl2: Makefile devel/reposurgeon: Makefile Log message: reposurgeon, pygame_sdl2: use cython${MODPY_BIN_SUFFIX} not plain cython CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 15:51:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add renaming path from py3-sip-qt5 to py3-pyqt5_sip, spotted by landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 16:10:58 Modified files: textproc/py-docutils: Makefile distinfo textproc/py-docutils/pkg: PLIST Removed files: textproc/py-docutils/patches: patch-setup_py Log message: update to py-docutils-0.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 16:13:08 Modified files: audio/mpc : Makefile audio/ncmpc : Makefile databases/mydumper: Makefile databases/pgadmin3: Makefile databases/py-peewee: Makefile databases/py-peewee/pkg: PLIST databases/py-sqlite2: Makefile databases/py-sqlobject: Makefile devel/luacheck : Makefile devel/py-argcomplete: Makefile devel/py-argcomplete/pkg: PLIST devel/py-babel : Makefile devel/py-babel/pkg: PLIST devel/py-cheetah: Makefile devel/py-cheetah/pkg: PLIST devel/py-codestyle: Makefile devel/py-codestyle/pkg: PLIST devel/py-coveralls: Makefile devel/py-coveralls/pkg: PLIST devel/py-dtfabric: Makefile devel/py-elftools: Makefile devel/py-future: Makefile devel/py-future/pkg: PLIST devel/py-icalendar: Makefile devel/py-icalendar/pkg: PLIST devel/py-isort : Makefile devel/py-isort/pkg: PLIST devel/py-jsonschema: Makefile devel/py-jsonschema/pkg: PLIST devel/py-logilab-common: Makefile devel/py-logilab-common/pkg: PLIST devel/py-modulegraph: Makefile devel/py-modulegraph/pkg: PLIST devel/py-nose : Makefile devel/py-nose/pkg: PLIST devel/py-pathlib: Makefile devel/py-pbr : Makefile devel/py-pbr/pkg: PLIST devel/py-pexpect: Makefile devel/py-pyprof2calltree: Makefile devel/py-pyprof2calltree/pkg: PLIST devel/py-robotframework: Makefile devel/py-robotframework/pkg: PLIST devel/py-spark-parser: Makefile devel/py-spark-parser/pkg: PLIST devel/py-tabulate: Makefile devel/py-tabulate/pkg: PLIST devel/py-tempora: Makefile devel/py-tempora/pkg: PLIST devel/py-test-benchmark: Makefile devel/py-test-benchmark/pkg: PLIST devel/py-test : Makefile devel/py-test/pkg: PLIST devel/py-testpath: Makefile devel/py-tox : Makefile devel/py-tox/pkg: PLIST devel/py-uncompyle6: Makefile devel/py-uncompyle6/pkg: PLIST devel/py-virtualenv: Makefile devel/py-virtualenv/pkg: PLIST devel/py-wheel : Makefile devel/py-wheel/pkg: PLIST devel/py-xdis : Makefile devel/py-xdis/pkg: PLIST devel/py-xlsxwriter: Makefile devel/py-xlsxwriter/pkg: PLIST devel/py-yamllint: Makefile devel/py-yamllint/pkg: PLIST devel/py-yapf : Makefile devel/py-yapf/pkg: PLIST devel/pyflakes : Makefile devel/pyflakes/pkg: PLIST devel/reposurgeon: Makefile devel/udis86 : Makefile devel/universal-ctags: Makefile games/angband : Makefile graphics/displaz: Makefile infrastructure/lib/DPB/Job: Port.pm infrastructure/mk: bsd.port.mk lang/cython : Makefile lang/cython/pkg: PLIST lang/pypy : Makefile lang/python : python.port.mk math/py-pysmt : Makefile math/py-pysmt/pkg: PLIST misc/open62541 : Makefile net/py-cymruwhois: Makefile net/py-cymruwhois/pkg: PLIST net/py-ftpdlib : Makefile net/py-ftpdlib/pkg: PLIST net/py-netaddr : Makefile net/py-netaddr/pkg: PLIST net/py-stem : Makefile net/py-stem/pkg: PLIST net/py-tld : Makefile net/py-tld/pkg : PLIST net/py-websocket-client: Makefile net/py-websocket-client/pkg: PLIST security/botan2: Makefile security/py-josepy: Makefile security/py-ropper: Makefile security/py-ropper/pkg: PLIST security/sn0int: Makefile shells/fish : Makefile sysutils/py-ghmi: Makefile textproc/py-chardet: Makefile textproc/py-chardet/pkg: PLIST textproc/py-cssutils: Makefile textproc/py-cssutils/pkg: PLIST textproc/py-demjson: Makefile textproc/py-demjson/pkg: PLIST textproc/py-markdown: Makefile textproc/py-markdown/pkg: PLIST textproc/py-podcastparser: Makefile textproc/py-pygments: Makefile textproc/py-pygments/pkg: PLIST textproc/py-pykwalify: Makefile textproc/py-pykwalify/pkg: PLIST textproc/py-spdx-lookup: Makefile textproc/py-spdx-lookup/pkg: PLIST textproc/py-sphinx: Makefile textproc/py-sphinx/pkg: PLIST textproc/py-unidecode: Makefile textproc/py-unidecode/pkg: PLIST textproc/py-vobject: Makefile textproc/py-vobject/pkg: PLIST textproc/py-xlrd: Makefile textproc/zathura/core: Makefile www/py-CherryPy: Makefile www/py-CherryPy/pkg: PLIST www/py-bottle : Makefile www/py-bottle/pkg: PLIST www/py-cheroot : Makefile www/py-cheroot/pkg: PLIST www/py-flask-wtf: Makefile www/py-flask : Makefile www/py-flask/pkg: PLIST www/py-itsdangerous: Makefile www/py-jwt : Makefile www/py-jwt/pkg : PLIST www/py-mako : Makefile www/py-mako/pkg: PLIST www/py-waitress: Makefile www/py-waitress/pkg: PLIST www/py-werkzeug: Makefile www/py-wtforms : Makefile x11/xss-lock : Makefile Removed files: mail/notmuch/notmuch/patches: patch-doc_Makefile_local Log message: switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3 switch ports using command-line tools from py-sphinx that don't need a py2 version of it to py3-sphinx CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 16:14:45 Modified files: infrastructure/lib/DPB/Job: Port.pm infrastructure/mk: bsd.port.mk Log message: oops, revert local diffs from my test build tree CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 16:49:30 Modified files: textproc/py-sphinx: Makefile Log message: https homepage CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 17:05:11 Modified files: security/passwdqc: Makefile distinfo security/passwdqc/patches: patch-passwdqc_conf_5 patch-pwqcheck_1 patch-pwqgen_1 security/passwdqc/pkg: PLIST Log message: update to passwdqc-2.0.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/19 18:01:34 Modified files: editors : Makefile Log message: -beaver CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/19 18:03:40 Removed files: editors/beaver : Makefile distinfo editors/beaver/patches: patch-src_editor_c editors/beaver/pkg: DESCR PLIST Log message: Remove editors/beaver. Gtk+2 only, no release in 10 years, program segfaults when trying to use some functionality. Required work to get it working with -fno-common. ok kn@, sthen@ also suggested fixing the -fno-common issue by tedu'ing it. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/19 18:04:24 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register beaver removal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 18:06:48 Modified files: security/oath-toolkit: Makefile distinfo Log message: update to oath-toolkit-2.6.6 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 18:11:44 Modified files: sys/net : if.c if.h ifq.c Log message: add a MONITOR flag to ifaces to say they're only used for watching packets. an example use of this is when you have a span port on a switch and you want to be able to see the packets coming out of it with tcpdump, but do not want these packets to enter the network stack for processing. this is particularly important if the span port is pushing a copy of any packets related to the machine doing the monitoring as it will confuse pf states and the stack. ok benno@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 18:14:03 Modified files: comms/lcdproc : Makefile distinfo comms/lcdproc/patches: patch-LCDd_conf patch-clients_lcdexec_lcdexec_conf patch-configure comms/lcdproc/pkg: PLIST Added files: comms/lcdproc/patches: patch-clients_lcdproc_iface_c patch-clients_lcdproc_iface_h Removed files: comms/lcdproc/patches: patch-clients_lcdproc_machine_OpenBSD_c Log message: update to lcdproc-0.5.9 and patch to fix commons CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 18:17:45 Modified files: sbin/ifconfig : ifconfig.c Log message: add support for handling the interface monitor flag ok benno@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 18:21:04 Modified files: sbin/ifconfig : ifconfig.8 Log message: document the monitor flag. reminded by benno@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/02/19 18:50:55 Modified files: gnu/usr.bin/perl: hv_func.h perlvars.h shlib_version gnu/usr.bin/perl/t/porting: libperl.t Log message: Recommit upstream alignment fix plus libperl version bump This reapplies commit e0lLUzj1XNW7pJMh and moves libperl to 21.0 The ABI change appears to be fine after XS modules are rebuilt. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 18:58:10 Modified files: databases/barman: Makefile distinfo databases/barman/patches: patch-setup_py databases/barman/pkg: PLIST Log message: update to barman-2.12, switch to py3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/19 19:03:50 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-5.3.3 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/19 19:21:52 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2021/02/19 20:46:49 Modified files: misc/hfsplus : Makefile misc/hfsplus/patches: patch-libhfsp_src_btreecheck_c patch-libhfsp_src_fscheck_c patch-libhfsp_src_record_c patch-libhfsp_src_volume_c patch-src_hpls_c Added files: misc/hfsplus/patches: patch-libhfsp_src_apple_h patch-libhfsp_src_fscheck_h patch-src_copyout_c patch-src_hpcache_c Log message: fix -fno-common, LP64_ARCHS, HFS+ without wrapper misc/hfsplus is old code from 2002; failed to build with -fno-common; assumed sizeof(long) == 4, which is wrong on LP64_ARCHS; failed when the HFS+ has no HFS wrapper. Thaison Nguyen reported that hpmount always gave an error. - Simplify Makefile by setting AUTORECONF. - Fix LP64_ARCHS by changing UInt32 and like types from long to int. Change many "%ld" to "%d" in printf()s to match. - Apply a patch from Gentoo to fix -fno-common. - Fix HFS+ with no HFS wrapper by setting vol->maxblocks. - In src/copyout.c, fix passing &size to int *lenptr. ok tb@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/19 20:49:04 ports/games/pacman-arena/patches Update of /cvs/ports/games/pacman-arena/patches In directory cvs.openbsd.org:/tmp/cvs-serv22669/patches Log Message: Directory /cvs/ports/games/pacman-arena/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/19 20:49:26 Modified files: games/pacman-arena: Makefile Log message: Fix build with -fno-common From Gentoo: https://github.com/gentoo/gentoo/pull/17532 ok tb@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/19 20:49:50 Added files: games/pacman-arena/patches: patch-include_input_h Log message: Forgot to add the patch, sorry! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 21:35:41 Modified files: sys/net : if_var.h Log message: give interfaces an if_bpf_mtap handler. the network stack is now responsible for calling bpf for packets that the interface receives, and we so far got away with using bpf_mtap_ether for everything. this doesn't work if layer 3 input goes through the same functions, so letting drivers specify the appropriate bpf mtap function means they will be able to cope. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 21:37:26 Modified files: sys/net : if.c ifq.c Log message: default interfaces to bpf_mtap_ether for their if_bpf_mtap handler. call (*ifp->if_bpf_mtap) instead of bpf_mtap_ether in ifiq_input and if_vinput. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 21:39:16 Modified files: sys/net : if_tun.c Log message: let tun use bpf_mtap for handling input packets. tun (not tap) input packets are written from userland in the same format that it's bpf dlt is expecting, so we can push the packet straight into bpf with bpf_mtap. this is more correct that using bpf_mtap_ether for tun. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 21:55:52 Modified files: sys/net : if.c if_var.h Log message: add p2p_input, like ether_input but for l3 tunnel interfaces. the l3 protocol input to push the packet is based on a value in m->m_pkthdr.ph_family, which tunnel drivers should set before calling if_vinput. add p2p_bpf_mtap to call bpf_mtap_af also using m->m_pkthdr.ph_family. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 21:58:29 Modified files: sys/net : if_gif.c Log message: move gif from calling l3 protocol input handlers to using if_vinput. if_vinput requires mpsafe interface counters, so gif is a bit more mpsafe now than it was before. using if_vinput means monitor mode works on gif now too. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 22:01:33 Modified files: sys/net : if_gre.c Log message: move gre and mgre from calling l3 input handlers to using if_vinput. using if_vinput factors out a lot of repeated code between tunnel drivers, and it means monitor mode works on gre and mgre now too. make the l2 gre interfaces do some things in the same order while here. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/19 22:03:37 Modified files: sys/net : if_mpe.c if_mpip.c Log message: move from calling l3 protocol input handlers to using if_vinput. if_vinput requires mpsafe interface counters, so add those in. this factors out some more code between drivers. monitor mode will work on these interfaces now too. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/19 22:47:47 Modified files: lib/libdrm : xf86drm.h xserver/hw/xfree86/drivers/modesetting: driver.c Log message: change from /dev/drm to /dev/dri/ in xenocara ok matthieu@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/19 23:10:05 Modified files: devel/git-cola : Makefile distinfo devel/git-cola/pkg: PLIST Log message: Update to git-cola-3.9 Changes: https://github.com/git-cola/git-cola/blob/v3.9/CHANGES.rst CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/19 23:34:28 Modified files: textproc/libebml: Makefile distinfo textproc/libebml/patches: patch-CMakeLists_txt Log message: Update libebml to 1.4.2 This update fixs CVE-2021-3405. From Brad, thanks. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/19 23:34:33 Modified files: multimedia/libmatroska: Makefile distinfo multimedia/libmatroska/patches: patch-CMakeLists_txt Log message: Update libmatroska to 1.6.3 From Brad, thanks. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/19 23:57:51 Modified files: net/nextcloudclient: Makefile distinfo Log message: Update nextcloudclient to 3.1.3 Update diff from maintainer CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 00:17:19 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_server_CMakeLists_txt geo/qgis/pkg : PLIST Log message: geo/qgis: update to 3.18.0. See https://changelog.qgis.org/en/qgis/version/3.18/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 00:21:38 Log message: Import py3-wcmatch-8.1.1. Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash. <...> ok landry@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200220 N ports/devel/wcmatch/Makefile N ports/devel/wcmatch/distinfo N ports/devel/wcmatch/pkg/DESCR N ports/devel/wcmatch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 00:22:51 Log message: Re-import under the proper dirname. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200220 N ports/devel/py-wcmatch/Makefile N ports/devel/py-wcmatch/distinfo N ports/devel/py-wcmatch/pkg/DESCR N ports/devel/py-wcmatch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 00:23:27 Modified files: devel : Makefile Log message: +py-wcmatch CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 00:23:28 Modified files: databases/sqlite3: Makefile distinfo Log message: databases/sqlite3: update to 3.34.1. See https://www.sqlite.org/releaselog/3_34_1.html 'Fix a potential use-after-free bug when processing a a subquery with both a correlated WHERE clause and a "HAVING 0" clause and where the parent query is an aggregate. ' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 00:24:12 Removed files: devel/wcmatch : Makefile distinfo devel/wcmatch/pkg: DESCR PLIST Log message: Remove; this has been re-imported under a proper dir name. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/20 00:29:07 Modified files: lib/libssl : d1_lib.c Log message: Clean up/simplify dtls1_get_cipher(). ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 00:44:36 Modified files: sysutils/ansible-lint: Makefile Log message: Mark broken until I fix dependencies (was builder wasn't clean). spotted by sthen@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/20 00:56:48 Modified files: games/naev : Makefile distinfo games/naev/patches: patch-configure_ac games/naev/pkg : PLIST-data PLIST-main Added files: games/naev/patches: patch-lib_Makefile_am Log message: update to naev-0.8.2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/20 01:02:53 Modified files: textproc/highlight: Makefile distinfo Log message: Update to highlight-3.62. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/20 01:11:57 Modified files: lib/libssl : dtls1.h ssl.h Log message: Add various public DTLS related defines. These are currently guarded by LIBRESSL_HAS_DTLS1_2 and LIBRESSL_INTERNAL. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/20 01:19:01 Modified files: lib/libssl : ssl_clnt.c Log message: Group HelloVerifyRequest decoding and add missing check for trailing data. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 01:20:47 Log message: Import py3-rich-9.11.0. The Rich API makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more - out of the box. ok landry@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200220 N ports/devel/py-rich/Makefile N ports/devel/py-rich/distinfo N ports/devel/py-rich/pkg/PLIST N ports/devel/py-rich/pkg/DESCR N ports/devel/py-rich/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 01:21:28 Log message: Import py3-enrich-1.2.6. Enriched extends rich library functionality with a set of changes that were not accepted to rich itself. ok landry@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200220 N ports/devel/py-enrich/Makefile N ports/devel/py-enrich/distinfo N ports/devel/py-enrich/pkg/PLIST N ports/devel/py-enrich/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 01:22:17 Log message: Import py3-bracex-2.1.1. Bracex is a brace expanding library (a la Bash) for Python. Brace expanding is used to generate arbitrary strings. ok landry@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200220 N ports/textproc/py-bracex/Makefile N ports/textproc/py-bracex/distinfo N ports/textproc/py-bracex/pkg/PLIST N ports/textproc/py-bracex/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/20 01:22:55 Modified files: lib/libssl : ssl_clnt.c ssl_srvr.c Log message: Revise HelloVerifyRequest handling for DTLSv1.2. Per RFC 6347 section 4.2.1, the HelloVerifyRequest should always contain DTLSv1.0 - ensure this is the case on the server side, allow both DTLSv1.0 and DTLSv1.2 on the client. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 01:24:16 Modified files: devel : Makefile textproc : Makefile Log message: py-wcmatch -> py-wcmatch,python3 +py-enrich,python3 +py-rich,python3 +py-bracex,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 01:24:33 Modified files: devel/py-wcmatch: Makefile Log message: Needs py-bracex. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 01:24:56 Modified files: sysutils/ansible-lint: Makefile Log message: Add missing RDEP to unbreak. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/20 01:30:52 Modified files: lib/libssl : ssl_lib.c ssl_sess.c ssl_versions.c Log message: Handle DTLS1_2_VERSION in various places. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/20 01:33:17 Modified files: lib/libssl : ssl.h ssl_methods.c Log message: Add DTLSv1.2 methods. These are currently guarded by LIBRESSL_HAS_DTLS1_2 and LIBRESSL_INTERNAL. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 02:18:17 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 02:18:27 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 02:18:39 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.12. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/20 02:43:30 Modified files: lib/libssl : ssl_lib.c ssl_locl.h ssl_versions.c Log message: Return a min/max version of zero if set to zero. OpenSSL's SSL{_CTX,}_get_{min,max}_proto_version() return a version of zero if the minimum or maximum has been set to zero (which means the minimum or maximum version supported by the method). Previously we returned the minimum or maximum version supported by the method, instead of zero. Match OpenSSL's behaviour by using shadow variables. Discussed with tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/20 02:45:15 Modified files: regress/lib/libssl/unit: ssl_versions.c Log message: Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version(). CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/20 03:20:24 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.201. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 03:22:22 Removed files: databases/barman/patches: patch-manifest_in Log message: missed cvs rm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/20 05:37:59 Modified files: sbin/unwind : unwind.conf.5 Log message: zap unneccessary .Pp; CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/20 06:17:16 Modified files: archivers/lzip/lunzip: Makefile distinfo Log message: Update lunzip to 1.12. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/20 06:18:07 Modified files: archivers/lzip/lziprecover: Makefile distinfo Log message: Update lziprecover to 1.22. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/20 06:20:06 Modified files: archivers/lzip/pdlzip: Makefile distinfo Log message: Update pdlzip to 1.11. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 06:20:19 Modified files: devel/py-babel : Makefile textproc/py-sphinx: Makefile graphics/py-imagesize: Makefile textproc/py-alabaster: Makefile textproc/py-snowballstemmer: Makefile textproc/py-stemmer: Makefile textproc/py-docutils: Makefile textproc/py-pygments: Makefile devel/py-babel/pkg: PLIST textproc/py-sphinx/pkg: PLIST graphics/py-imagesize/pkg: PLIST textproc/py-alabaster/pkg: PLIST textproc/py-snowballstemmer/pkg: PLIST textproc/py-docutils/pkg: PLIST textproc/py-pygments/pkg: PLIST devel : Makefile textproc : Makefile graphics : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-sphinx_rtd_theme: Makefile textproc/py-sphinx_rtd_theme/pkg: PLIST Log message: move py-sphinx to py3-only move chain of ports that py-sphinx depends on to py3-only where other py2-ports don't use them CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/20 06:21:09 Modified files: archivers/lzip/clzip: Makefile distinfo Log message: Update clzip to 1.12. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/20 06:22:02 Modified files: archivers/lzip/lzlib: Makefile distinfo archivers/lzip/lzlib/patches: patch-Makefile_in Log message: Update lzlib to 1.12. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 06:26:33 Modified files: textproc/py-docutils: Makefile Log message: py-docutils: post-install renames scripts from foo.py to foo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 06:33:50 Modified files: textproc/py-pygments: Makefile distinfo textproc/py-pygments/pkg: PLIST Log message: now that py-pygments doesn't need to care about py2, update to 2.8.0 includes fixes for some excessive recursions/infinite loops/etc some found by oss-fuzz CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/20 06:34:11 Modified files: archivers/lzip/lzip: Makefile distinfo Log message: Update lzip to 1.22. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/20 06:35:02 Modified files: archivers/lzip/plzip: Makefile distinfo Log message: Update plzip to 1.9. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/20 07:03:50 Modified files: lib/libssl : ssl_clnt.c ssl_srvr.c Log message: Rename the truncated label into decode_err. This describes its purpose better and doesn't look odd if there's trailing data for exapmle. Indent a few labels in the neighborhood while there. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/20 07:14:16 Modified files: lib/libssl : d1_both.c d1_pkt.c ssl_both.c ssl_clnt.c ssl_lib.c ssl_pkt.c ssl_srvr.c Log message: Rename f_err into fatal_err. discussed with jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/20 07:16:56 Modified files: lib/libssl : ssl_clnt.c ssl_srvr.c Log message: ugly whitespace CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:17:35 Log message: import devel/py-importlib_resources, ok landry from Dimitri Karamazov importlib_resources is a backport of Python standard library importlib.resources module for older Pythons. Users of Python 3.9 and beyond should use the standard library module, since for these versions, importlib_resources just delegates to that module. Status: Vendor Tag: sthen Release Tags: sthen_20210220 N ports/devel/py-importlib_resources/Makefile N ports/devel/py-importlib_resources/distinfo N ports/devel/py-importlib_resources/pkg/DESCR N ports/devel/py-importlib_resources/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:18:17 Modified files: devel/pyflakes : Makefile distinfo devel/pyflakes/pkg: PLIST Log message: update to pyflakes-2.2.0, drop py2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:18:24 Modified files: devel/flake8 : Makefile distinfo devel/flake8/pkg: PLIST Log message: update to flake8-3.8.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:18:45 Modified files: devel/py-codestyle: Makefile distinfo devel/py-codestyle/pkg: PLIST Log message: update to pycodestyle-2.6.0, drop py2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:19:17 Modified files: devel : Makefile Log message: +py-importlib-resources,python3, -py2 versions of pyflakes,py-codestyle CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:19:40 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: pycodestyle/pyflakes quirks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:21:18 Modified files: devel : Makefile Log message: typo py-importlib-resources -> py-importlib_resources CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:22:33 Modified files: www/qutebrowser: Makefile distinfo www/qutebrowser/pkg: PLIST Log message: update to qutebrowser-2.0.1 from maintainer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 07:24:17 Modified files: graphics/libgexiv2: Makefile distinfo Log message: Update to libgexiv2-0.12.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 07:24:18 Modified files: devel/pyflakes : Makefile devel/pyflakes/pkg: PLIST Log message: add conflict marker CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 07:39:37 Modified files: devel/py-rich : Makefile Removed files: devel/py-rich/patches: patch-setup_py Log message: Drop patch now that our py-pygments has been updated. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 07:40:40 Modified files: audio/ncmpc : Makefile distinfo audio/ncmpc/patches: patch-src_ProgressBar_cxx patch-src_StatusBar_cxx patch-src_TitleBar_cxx patch-src_screen_cxx patch-src_screen_init_cxx patch-src_screen_utils_cxx audio/ncmpc/pkg: PLIST Removed files: audio/ncmpc/patches: patch-src_signals_cxx Log message: audio/ncmpc: update to 0.45. See https://github.com/MusicPlayerDaemon/ncmpc/blob/v0.45/NEWS ok bket@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/20 07:42:51 Modified files: sys/arch/octeon/dev: octeon_pcibus.c Log message: Fix disestablishing of PCI interrupt handlers. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 07:43:01 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-doc_meson_build patch-doc_mpdconf_example Log message: audio/mpd: update to 0.22.6. See https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.6/NEWS Add BDEP on py3-sphinx to build the manpages, which arent shipped anymore in the source tarball. ok bket@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/20 07:56:34 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: Go.pm lang/go : Makefile distinfo go.port.mk lang/go/pkg : PLIST Log message: Update Go to 1.16. OK jsing@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/20 07:56:59 Modified files: sbin/dhclient : dhclient.c Log message: tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* be invoked when log_getverbose() returns 0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 07:58:34 Modified files: geo/qgis : Makefile geo/qgis/pkg : PLIST Log message: geo/qgis: enable point cloud support via geo/pdal See https://www.lutraconsulting.co.uk/blog/2021/02/18/qgis-3-18-point-cloud/ and https://github.com/qgis/QGIS-Enhancement-Proposals/issues/194 allows me to load a bunch of LAZ/LAS files but the 3d view crashes quite often though.. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/20 07:58:35 Modified files: audio/ncmpcpp : Makefile distinfo audio/ncmpcpp/patches: patch-configure patch-doc_ncmpcpp_1 audio/ncmpcpp/pkg: PLIST Removed files: audio/ncmpcpp/patches: patch-src_ncmpcpp_cpp Log message: Update to ncmpcpp-0.9.2 Changes: https://rybczak.net/ncmpcpp/ Update by landry@, additional input from me. Ok landry@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/20 08:00:18 Modified files: sysutils/amazon-ssm-agent: Makefile sysutils/amazon-ssm-agent/patches: patch-makefile Log message: Add fix for Go 1.16 update. Also disable the style check which wants to download stuff during build. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/20 08:01:21 Modified files: sysutils/fleetctl: Makefile Log message: Fix for Go 1.16. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/20 08:02:08 Modified files: textproc/loccount: Makefile Log message: Fix for Go 1.16. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 08:10:15 Modified files: x11/xfce4/xfce4-dev-tools: Makefile Log message: x11/xfce4/xfce4-dev-tools: update autohell deps, drop dep on subversion CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2021/02/20 08:13:56 Modified files: lang/go : Makefile Log message: s/maching/machine/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 08:16:45 Modified files: sysutils/ansible-lint: Makefile Added files: sysutils/ansible-lint/patches: patch-setup_py Log message: Fix for setuptools_scm[toml] requirement. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 08:32:12 Modified files: security/cfssl : Makefile distinfo Log message: update to cfssl-1.5.0, from Karlis Mikelsons, tweak from me to add ${WRKDIST}/go/bin to PATH during tests so they can find the binaries CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 08:49:52 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_dig_dig_c net/isc-bind/pkg: PLIST Added files: net/isc-bind/patches: patch-lib_dns_spnego_c patch-lib_isc_netmgr_netmgr_c Log message: upgrade from BIND 9.16.12 to 9.16.11 plus backported patch for CVE-2020-8625. also add more recently committed "Rollback setting IP_DONTFRAG option on the UDP sockets" patch fixing https://gitlab.isc.org/isc-projects/bind9/-/issues/2466 https://gitlab.isc.org/isc-projects/bind9/-/issues/2487 re https://kb.isc.org/docs/operational-notification-enabling-new-bind-option-stale-answer-client-timeout-can-result-in-unexpected-server-termination https://kb.isc.org/docs/operational-notification-zone-journal-jnl-file-incompatibility-after-upgrading-to-bind-91612-and-917 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 08:50:38 Log message: import ports/textproc/py-sphinxcontrib ports that will be needed for updating py-sphinx, ok landry@ Status: Vendor Tag: sthen Release Tags: sthen_20210220 N ports/textproc/py-sphinxcontrib/Makefile.inc N ports/textproc/py-sphinxcontrib/Makefile N ports/textproc/py-sphinxcontrib/websupport/Makefile N ports/textproc/py-sphinxcontrib/websupport/distinfo N ports/textproc/py-sphinxcontrib/websupport/pkg/DESCR N ports/textproc/py-sphinxcontrib/websupport/pkg/PLIST N ports/textproc/py-sphinxcontrib/devhelp/Makefile N ports/textproc/py-sphinxcontrib/devhelp/distinfo N ports/textproc/py-sphinxcontrib/devhelp/pkg/DESCR N ports/textproc/py-sphinxcontrib/devhelp/pkg/PLIST N ports/textproc/py-sphinxcontrib/applehelp/Makefile N ports/textproc/py-sphinxcontrib/applehelp/distinfo N ports/textproc/py-sphinxcontrib/applehelp/pkg/DESCR N ports/textproc/py-sphinxcontrib/applehelp/pkg/PLIST N ports/textproc/py-sphinxcontrib/htmlhelp/Makefile N ports/textproc/py-sphinxcontrib/htmlhelp/distinfo N ports/textproc/py-sphinxcontrib/htmlhelp/pkg/DESCR N ports/textproc/py-sphinxcontrib/htmlhelp/pkg/PLIST N ports/textproc/py-sphinxcontrib/jsmath/Makefile N ports/textproc/py-sphinxcontrib/jsmath/distinfo N ports/textproc/py-sphinxcontrib/jsmath/pkg/DESCR N ports/textproc/py-sphinxcontrib/jsmath/pkg/PLIST N ports/textproc/py-sphinxcontrib/qthelp/Makefile N ports/textproc/py-sphinxcontrib/qthelp/distinfo N ports/textproc/py-sphinxcontrib/qthelp/pkg/DESCR N ports/textproc/py-sphinxcontrib/qthelp/pkg/PLIST N ports/textproc/py-sphinxcontrib/serializinghtml/Makefile N ports/textproc/py-sphinxcontrib/serializinghtml/distinfo N ports/textproc/py-sphinxcontrib/serializinghtml/pkg/DESCR N ports/textproc/py-sphinxcontrib/serializinghtml/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 08:51:11 Modified files: textproc : Makefile Log message: hook in py-sphinxcontrib subdir CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 08:59:17 Modified files: net/isc-bind : Tag: OPENBSD_6_8 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_6_8 patch-bin_dig_dig_c patch-configure_ac patch-lib_isc_unix_socket_c net/isc-bind/pkg: Tag: OPENBSD_6_8 PLIST Added files: net/isc-bind/patches: Tag: OPENBSD_6_8 patch-lib_dns_spnego_c patch-lib_isc_netmgr_netmgr_c Removed files: net/isc-bind/patches: Tag: OPENBSD_6_8 patch-lib_isc_Makefile_in Log message: update -stable to bind-9.16.11 plus patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 09:02:35 Modified files: security/sslscan: Makefile distinfo Log message: update to sslscan-2.0.8 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/20 09:21:33 Modified files: net/libshout : Makefile distinfo net/libshout/pkg: PLIST Added files: net/libshout/patches: patch-configure Log message: net/libshout: update to 2.4.5 Catch up with two bugfix releases. Added new tool shout(1). From maintainer Moritz Grimm. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 09:24:23 Modified files: net/dnscontrol : Makefile distinfo net/dnscontrol/pkg: DESCR PLIST Removed files: net/dnscontrol/patches: patch-providers_bind_bindProvider_go patch-providers_bind_soa_go patch-providers_bind_soa_test_go Log message: update to dnscontrol-3.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 09:40:40 Modified files: www/w3m : Makefile Log message: w3m: build with -O1 on aarch64 for now which somehow works around boehm-gc intermittently garbage collecting a used pointer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 09:44:14 Modified files: sysutils/libvirt: Makefile sysutils/libvirt/pkg: PLIST Log message: Don't install /var/lib/... directories. OpenBSD cannot be used as a virtualisation host and it should be /var/db anyway. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 09:45:22 Modified files: www : Makefile Log message: forgot to remove py2 py-webtest from www/Makefile earlier CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 09:52:13 Modified files: textproc/zathura/core: Makefile distinfo textproc/zathura/core/pkg: PLIST Log message: update to zathura-0.4.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 09:52:17 Modified files: textproc/zathura/plugins/mupdf: Makefile distinfo Removed files: textproc/zathura/plugins/mupdf/patches: patch-zathura-pdf-mupdf_index_c patch-zathura-pdf-mupdf_links_c Log message: update to zathura-pdf-mupdf-0.3.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 09:53:54 ports/devel/py-enrich/patches Update of /cvs/ports/devel/py-enrich/patches In directory cvs.openbsd.org:/tmp/cvs-serv89686/patches Log Message: Directory /cvs/ports/devel/py-enrich/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 09:54:24 Modified files: comms/jpilot : Makefile comms/jpilot/pkg: PLIST Added files: comms/jpilot/patches: patch-jpilot-merge_c patch-log_c Log message: Fix for -fno-common; from Fedora. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:00:48 Modified files: audio/p5-Ogg-Vorbis-Header-PurePerl: Makefile distinfo audio/p5-Ogg-Vorbis-Header-PurePerl/pkg: PLIST Log message: Update to p5-Ogg-Vorbis-Header-PurePerl-1.05. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:01:08 Modified files: audio/p5-Ogg-Vorbis-Header: Makefile distinfo audio/p5-Ogg-Vorbis-Header/patches: patch-lib_Ogg_Vorbis_Header_pm Log message: Update to p5-Ogg-Vorbis-Header-0.11. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 10:09:03 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm www : Makefile Removed files: www/tracnav : Makefile distinfo www/tracnav/pkg: DESCR MESSAGE PLIST Log message: drop tracnav, it hasn't been updated upstream in ~10 years, missed when updated trac to a py3 version CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:13:15 Modified files: audio/sonata : Makefile distinfo audio/sonata/pkg: PLIST Log message: Update to sonata-1.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:16:54 Modified files: graphics/py-dot: Makefile distinfo graphics/py-dot/pkg: PLIST Log message: Update to py3-dot-1.4.2. Move to py3-only. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:17:10 Modified files: graphics : Makefile Log message: -py-dot CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 10:18:04 Modified files: audio/py-mpd2 : Makefile distinfo Log message: audio/py-mpd2: update to 3.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:18:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-dot' => 'py3-dot' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:19:29 Modified files: security : Makefile Log message: Forgot to remove py-gnupg when I moved it to py3 only. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 10:29:35 Modified files: productivity/grisbi: Makefile distinfo productivity/grisbi/pkg: PLIST Log message: productivity/grisbi: update to 2.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:30:54 Modified files: textproc/py-enchant: Makefile distinfo textproc/py-enchant/pkg: PLIST Log message: Update to py3-enchant-3.2.0. Move to enchant2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 10:33:38 Modified files: net/wireshark : Makefile Log message: switch py2 BDEP to py3 (it was using py3 anyway, probably pulled in via another dep) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 10:34:17 Modified files: devel/py-enrich: Makefile Added files: devel/py-enrich/patches: patch-setup_py Log message: patch for older setuptools_scm and add BDEP, "just patch it" aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 10:35:02 Modified files: productivity/rednotebook: Makefile distinfo Log message: Update to rednotebook-2.21. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 10:38:06 Modified files: textproc/docbook-to-man: Makefile textproc/docbook-to-man/pkg: PLIST Log message: respect CFLAGS, build debug packages CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/20 11:05:04 Modified files: infrastructure/mk: bsd.port.mk databases/sqlports: Makefile databases/sqlports/files: Info.pm Var.pm Log message: finally add DEBUG_PACKAGES and DEBUG_CONFIGURE_ARGS to sqlports not sure what I missed the last time as this is fundamentally trivial CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 11:07:22 Modified files: security/clamav: Makefile Log message: drop BDEP on python/2.7, no longer used in tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 11:09:08 Modified files: net/flow-tools : Makefile distinfo net/flow-tools/pkg: PLIST Removed files: net/flow-tools/patches: patch-src_acl2_h patch-src_aclyacc_y patch-src_flow-filter_c Log message: update to flow-tools git head, which now provides built manuals so no need to debug the crash in docbook-to-man or fixup the sgml so they work with docbook2man. also moves the scripts to py3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/20 11:11:00 Modified files: x11/wxSVG : Makefile distinfo x11/wxSVG/pkg : PLIST Log message: Update to wxsvg-1.5.17. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 11:23:13 Modified files: x11/fbpanel : Makefile distinfo x11/fbpanel/patches: patch-exec_make_profile_in patch-exec_xlogout patch-panel_gconf_panel_c patch-panel_misc_c patch-plugins_pager_pager_c patch-scripts_custom_sh x11/fbpanel/pkg: PLIST Added files: x11/fbpanel/patches: patch-_config_rules_mk patch-panel_plugin_c patch-panel_plugin_h patch-plugins_Makefile Removed files: x11/fbpanel/patches: patch-configure patch-plugins_Makefile_in patch-plugins_image_image_c Log message: x11/fbpanel: update to 7.0 and unbreak with -fno-common patch taken from https://svnweb.freebsd.org/ports?view=revision&revision=546840 note: upstream is dead since 2015, gtk+2 only. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 11:26:27 Modified files: databases/pgpool: Makefile distinfo databases/pgpool/pkg: PLIST Log message: databases/pgpool: update to 3.7.18 and unbreak with -fno-common ok sthen@ pea@ (MAINTAINER) pea@ will update it to 4.2 branch :) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/20 11:38:00 Modified files: net/ezstream : Makefile distinfo Log message: net/ezstream: Update to 1.0.2, a bugfix release resolving 3 crashes Add a new master download site to tide us over until Xiph.org has recovered from hardware failure. From maintainer Moritz Grimm. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 11:38:57 Modified files: textproc/xml2rfc: Makefile devel/spyder/spyder: Makefile Log message: bump for pyflakes pkgstem change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 11:44:19 Modified files: www/spawn-fcgi : Makefile distinfo Removed files: www/spawn-fcgi/patches: patch-configure_ac Log message: update to spawn-fcgi-1.6.4, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 11:51:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/flasm : Makefile distinfo security/flasm/patches: patch-keywords_gperf patch-util_h security/flasm/pkg: DESCR PLIST Log message: "Klytus, I'm bored. What play-thing can you offer me today?" "An obscure body in the S-K System, your majesty. The inhabitants refer to it as the planet Earth" "How peaceful it looks" "Hahahahaha, hahahahaha"... "Hahahaha, most effective your majesty. Will you destroy this... Port?" "Later, I like to play with things a while... before annihilation" "Hahahahaha" (retire flasm, missed in jasper's earlier rampage) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 11:54:23 Modified files: mail/notmuch/notmuch: Makefile Log message: drop unneeded sphinx symlink CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/02/20 12:03:28 Modified files: gnu/llvm/libunwind/src: UnwindCursor.hpp Log message: Make the unwind cache tread-safe by declaring it thread_local. Solves segfaults seen on exception handling. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/02/20 12:04:18 src/regress/misc/exceptions/threads Update of /cvs/src/regress/misc/exceptions/threads In directory cvs.openbsd.org:/tmp/cvs-serv31475/threads Log Message: Directory /cvs/src/regress/misc/exceptions/threads added to the repository CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/02/20 12:05:28 Added files: regress/misc/exceptions/threads: Makefile exceptions.cc Log message: A regress test to test concurrent exception handling in threads CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/02/20 12:06:38 Modified files: regress/misc/exceptions: Makefile Log message: Enable threads test CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/20 12:12:05 Modified files: cad/graywolf : Makefile Added files: cad/graywolf/patches: patch-src_mc_compact_readcgraph_c patch-src_twmc_readcells_c patch-src_twsc_config_h patch-src_twsc_feeds_h patch-src_twsc_groute_h patch-src_twsc_main_c patch-src_twsc_main_h patch-src_twsc_parser_c patch-src_twsc_parser_h patch-src_twsc_readcell_c patch-src_twsc_standard_h Log message: cad/graywolf: fix build with -fno-common, from upstream repository CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/20 12:35:41 Modified files: education/gamgi: Makefile distinfo education/gamgi/patches: patch-src-make_local patch-src-make_rules education/gamgi/pkg: PLIST Log message: Update to gamgi 0.17.3g (july 2017) http://www.gamgi.org/changelogs/changelogs.html CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/20 12:42:07 Modified files: education/gamgi: Makefile Log message: Use "-fcommon" to as pragmatic build fix Debian and derivatives do the same; the port has too many things that need patching. Feedback naddy CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/20 12:54:26 Modified files: net/openmdns : Makefile net/openmdns/pkg: PLIST Added files: net/openmdns/patches: patch-mdnsd_control_c patch-mdnsd_control_h patch-mdnsd_mdns_c patch-mdnsd_mdnsd_c patch-mdnsd_mdnsd_h Log message: net/openmdns, fix -fno-common build error Fix taken from FreeBSD "...go ahead" gonzalo@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 13:13:42 Modified files: databases/py-sqlite2: Makefile databases/py-sqlite2/pkg: PLIST Log message: regen plist CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/20 13:15:29 Modified files: shells/ksh93 : Makefile Log message: ksh93: mark BROKEN on powerpc libast fails to build on hashalloc.c/tokscan.c, as seen on powerpc64. While here make the BROKEN-powerpc64 line portcheck(1) compliant (trailing whitespace, length > 80 chars). CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/20 13:18:28 Modified files: net/plushs : Makefile net/plushs/patches: patch-plushs_c patch-plushs_h Added files: net/plushs/patches: patch-plugins_h Log message: plushs: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 13:28:06 Modified files: mail/notmuch/notmuch: Makefile Log message: notmuch: adjust how soname parts are passed in to make, avoid SUBST_VARS so update-plist doesn't fiddle with manpage paths CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/20 13:34:58 Modified files: net/msdl : Makefile Added files: net/msdl/patches: patch-src_asmrule_h patch-src_display_h patch-src_rmff_h Log message: msdl: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 13:37:28 Modified files: audio : Makefile Removed files: audio/mpd-add-similar: Makefile distinfo audio/mpd-add-similar/pkg: DESCR PLIST Log message: audio: remove mpd-add-similar no release since 2009, python2-only. 'kill it' edd@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 13:39:14 Modified files: audio : Makefile Removed files: audio/py-mpd : Makefile distinfo audio/py-mpd/pkg: DESCR PLIST Log message: audio: remove py-mpd last release in 2010, nothing uses it anymore since mpd-add-similar went to the attic. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 13:40:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: devel/quirks: use reason #31 for removal of py-mpd & mpd-add-similar "upstream is dead, python2-only, nothing uses it" CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 13:54:56 Modified files: audio : Makefile audio/py-last : Makefile audio/py-last/pkg: PLIST Log message: audio/py-last: move to python3 only the only py2 consumer went to the attic, other consumers (pithos and beets) are py3 only according to pypi upstream is at 4.1.0 and the 0.5.11 version we ship is from 2015 :) looks good to sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/20 13:55:30 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: devel/quirks: update py-last to py3-last CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/20 13:56:17 Modified files: productivity/xinvest: Makefile productivity/xinvest/patches: patch-xinvest_c patch-xinvest_h Added files: productivity/xinvest/patches: patch-color_h patch-pixmap_h patch-pixnamePXi_h Log message: productivity/xinvest: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/20 14:08:07 Modified files: productivity/xquote: Makefile Added files: productivity/xquote/patches: patch-color_h patch-pixmap_h patch-pixnamePXq_h Log message: productivity/xquote: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/20 14:16:53 Modified files: math : Makefile Log message: Unplug math/abs for removal ok sthen@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/20 14:17:20 Removed files: math/abs : Makefile distinfo math/abs/patches: patch-ABV_io_c patch-Database_cell_c patch-Makefile patch-X11_button_h patch-X11_popnindex_h math/abs/pkg : DESCR PLIST Log message: Remove math/abs in the name of -fno-common ok sten@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/20 14:17:34 Modified files: lang : Makefile Log message: Unplug lang/arena for removal ok rsadowski, kn CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/20 14:17:49 Removed files: lang/arena : Makefile distinfo lang/arena/patches: patch-examples_ffi_pcre_are patch-libparser_expr_dump_c lang/arena/pkg : DESCR PLIST Log message: Remove lang/arena in the name of -fno-common ok rsadowski, kn CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/20 14:21:24 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register math/abs and lang/arena removals. ok sthen, kn, rsadowski CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 14:44:58 Modified files: devel/py-pexpect: Makefile Added files: devel/py-pexpect/patches: patch-doc_sphinxext_github_py patch-tests_test_expect_py patch-tests_test_which_py Removed files: devel/py-pexpect/patches: patch-tests_test_ctrl_chars_py patch-tests_test_performance_py patch-tests_test_replwrap_py patch-tests_test_run_py Log message: py-pexpect: drop an unnecessary sphinx.info call that is not supported in newer sphinx. clean up tests while there. I looked at updating to 4.8.0 but it seems to have some intermittent hangs/timeouts in the tests. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 14:48:10 Modified files: devel/py-pexpect: Makefile Log message: off-by-one in path in pre-test CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/20 14:50:04 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_gem.c Log message: remove warning about amdgpu userptr ioctl being unimplemented matches radeon and i915 reported by Benjamin Baier CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/20 14:54:20 Modified files: security : Makefile Log message: unhook security/flasm, already deleted CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/20 15:00:32 Modified files: sbin/iked : ikev2.c Log message: Fail on invalid address family. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 15:27:19 Modified files: textproc/py-sphinx: Makefile distinfo textproc/py-sphinx/pkg: PLIST Log message: update to py-sphinx-3.5.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/20 15:27:32 Modified files: databases/mydumper: Makefile databases/mydumper/pkg: PLIST databases/pgadmin3: Makefile databases/pgadmin3/pkg: PLIST databases/py-peewee: Makefile databases/py-peewee/pkg: PLIST databases/xapian-bindings: Makefile databases/xapian-bindings/pkg: PLIST-python devel/cmake : Makefile devel/cmake/pkg: PLIST devel/kf5/extra-cmake-modules: Makefile devel/kf5/extra-cmake-modules/pkg: PLIST devel/py-pathlib: Makefile devel/py-pathlib/pkg: PLIST devel/py-testpath: Makefile devel/py-testpath/pkg: PLIST devel/py-virtualenv: Makefile devel/py-virtualenv/pkg: PLIST devel/udis86 : Makefile devel/udis86/pkg: PLIST productivity/vdirsyncer: Makefile productivity/vdirsyncer/pkg: PLIST shells/fish : Makefile shells/fish/pkg: PLIST sysutils/ansible: Makefile sysutils/ansible/pkg: PLIST-html www/py-flask-wtf: Makefile www/py-flask-wtf/pkg: PLIST www/py-frozen-flask: Makefile www/py-frozen-flask/pkg: PLIST www/py-itsdangerous: Makefile www/py-itsdangerous/pkg: PLIST www/py-werkzeug: Makefile www/py-werkzeug/pkg: PLIST www/py-wtforms : Makefile www/py-wtforms/pkg: PLIST x11/polybar : Makefile x11/polybar/pkg: PLIST emulators/qemu : Makefile emulators/qemu/pkg: PLIST lang/ghc : Makefile lang/ghc/pkg : PLIST Added files: devel/udis86/patches: patch-m4_ax_prog_sphinx_version_m4 Log message: adapt to py-sphinx-3.5.1 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/02/20 18:19:28 Modified files: graphics/openvdb: Makefile Log message: openvdb: don't build on powerpc This can't be built on powerpc because devel/tbb does not support 64-bits atomics on ppc32 and forcing them does not help (as seen previously with geo/osrm-backend). Spotted in the current macppc bulk. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/20 19:37:38 Modified files: sys/net : toeplitz.c toeplitz.h Log message: add stoeplitz_eaddr, for getting a hash value from an ethernet address. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/20 19:40:41 Modified files: share/man/man9 : stoeplitz_to_key.9 Log message: fix the names of the things that actually do the hashing. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/20 19:43:17 Modified files: share/man/man9 : stoeplitz_to_key.9 Log message: i added stoeplitz_eaddr CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/20 20:26:46 Modified files: sys/conf : files Added files: sys/net : if_etherbridge.c if_etherbridge.h Log message: add etherbridge, the guts of a learning bridge that can be reused. this allows for the factoring out of the learning bridge code i wrote in bpe and nvme, and should be reusable for other drivers needing a mac learning bridge. the core data structures are an etherbridge struct to represent the learning bridge, eb_entry structs for each mac address entry that the bridge knows about, and an etherbridge_ops struct that drivers fill in so that they can use this code. eb_entry structs are stored in a hash table made up of SMR_TAILQs to support lookups of entries quickly and concurrently in the forwarding path. they are also stored in a locked red-black tree to help manage the uniqueness of the mac address in the table. the etherbridge_ops handlers mostly deal with comparing and testing the "ports" associated with mac address table entries. the "port" that a mac address entry is associated with is opaque to the etherbridge code, which allows for this code to be used by nvgre and bpe which map mac addresses inside the bridge to addresses in their underlay networks. it also supports traditional bridges where "ports" are actual interfaces. ok patrick@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/20 20:35:17 Modified files: sys/conf : files sys/net : if_bpe.c Log message: cut bpe(4) over to using the common etherbridge code. it's pretty straightforward since etherbridge was mostly based on this code in the first place. the etherbridge_ops that bpe provides to etherbridge set entries up to point at mac addresses in the underlay network. ok patrick@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/20 20:46:34 Modified files: sys/conf : files sys/net : if_gre.c Log message: cut nvgre(4) over to use common etherbridge code. the "ports" that nvgre provides to etherbridge are ip addresses used in the underlay network. ok patrick@ jmatthew@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/20 21:03:50 Modified files: x11/grantlee-qt5: Makefile Log message: Unbreak sparc64 (gcc-ports) build Add "-lc -lpthread" by CMAKE_*_LINKER_FLAGS to unbreak the gcc build. OK kmos (Thanks for testing in a sparc64 bulk build) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/20 23:20:07 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/20 23:35:31 Modified files: share/man/man9 : stoeplitz_to_key.9 Log message: zap duplicate .Nm; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/21 00:26:14 Modified files: devel/meson : Makefile distinfo meson.port.mk Removed files: devel/meson/patches: patch-mesonbuild_environment_py patch-mesonbuild_mesonlib_universal_py Log message: Update to meson-0.57.1. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2021/02/21 00:27:11 Modified files: . : want.html Log message: i want an em(4) with SFP slots so i can get ifconfig transceiver working. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 00:36:49 Modified files: geo/geos : Makefile geo/geos/patches: patch-src_Makefile_in Added files: geo/geos/patches: patch-tools_geos-config_in Log message: geo/geos: drop unneeded chunk forcefully linking against -lstdc++ that bit was added in 2008, but now down the line, this caused gdal* commands to blow on sparc64 with warnings such as "/usr/local/lib/libestdc++.so.19.0:/usr/lib/libstdc++.so.57.0 : WARNING: symbol(_ZNSt6locale5_Impl11_S_id_ctypeE) size mismatch, relink your program", as reported by Phil Plane. With all the gdal stack rebuilt, a basic gdalbuildvrt test now succeeds on sparc64. while here, fix geos-config --libs output which appended the lib version we remove.. Went in an amd64 bulk without fallout, thanks ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 00:37:43 Modified files: geo/librttopo : Makefile Log message: geo/librttopo: drop ${COMPILER_LIBCXX} from WANTLIB this was coming from geo/geos, and was wrong. Checked on amd64 & sparc64. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 00:38:27 Modified files: geo/spatialite/libspatialite: Makefile Log message: geo/spatialite/libspatialite: drop ${COMPILER_LIBCXX} from WANTLIB. This was coming from geo/geos via geo/librttopo, and was wrong. Checked on amd64 & sparc64. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/02/21 00:52:19 Modified files: devel/py-pkgconfig: Makefile distinfo devel/py-pkgconfig/pkg: PLIST Log message: Update py-pkgconfig to 1.5.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 00:53:35 Modified files: geo/gdal : Makefile Log message: geo/gdal: tidy up python dependencies - drop unneeded MODPY_LIB_DEPENDS/MODPY_WANTLIB from LIB_DEPENDS-python/WANTLIB-python (checked on amd64 & sparc64) - add missing TDEP on py-lxml CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 01:09:19 Modified files: geo/py-owslib : Makefile distinfo Log message: geo/py-owslib: update to 0.23.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/21 01:42:50 Modified files: textproc/py-sphinx: Makefile textproc/py-sphinx/pkg: PLIST Log message: Add missing dependency on gmake and py-imagesize. Regen PLIST. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/21 01:56:25 Modified files: devel/luacheck : Makefile devel/luacheck/pkg: PLIST Log message: Update PLIST after the move to py3-sphinx. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/21 02:14:05 Modified files: databases/sqlports: Makefile databases/sqlports/files/man: sqlports.5 Log message: document DEBUG_* tables and views CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/02/21 02:19:08 Modified files: devel/cargo : cargo.port.mk net/dog : Makefile net/dog/pkg : PLIST net/routinator : Makefile net/routinator/pkg: PLIST security/rbw : Makefile security/rbw/pkg: PLIST www/castor : Makefile www/castor/pkg : PLIST x11/gnome/tour : Makefile x11/gnome/tour/pkg: PLIST x11/xcolor : Makefile Log message: devel/cargo: remove .crates2.json file after installing with cargo we are managing installed files with different mecanism. it is the v2 for tracking crates installation, and we already remove v1 (.crates.toml). take care of cleaning ports which are already seen it problem spotted by landry@ ok landry@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/21 02:25:25 Modified files: net/honeyd : Makefile net/honeyd/pkg : PLIST Added files: net/honeyd/patches: patch-personality_c patch-personality_h patch-stats_h patch-tagging_h Log message: net/honeyd: fix -fno-common build failure Simplified version of bket's port of FreeBSD's fix. ok bket CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 02:31:48 Modified files: geo/geos : Makefile distinfo Log message: geo/geos: update to 3.9.1. See https://lists.osgeo.org/pipermail/geos-devel/2021-February/010138.html Face reality & take maintainership while here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 02:52:31 Modified files: textproc/py-sphinx: Makefile Log message: move websupport from BDEP to RDEP, some ports geneeate extra files if this is present (e.g. luacheck, spotted by aja@) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/21 02:54:55 Modified files: security/ipguard: Makefile security/ipguard/patches: patch-ipguard_c patch-ipguard_h Log message: security/ipguard: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/21 03:02:05 Modified files: textproc/py-precis_i18n: Makefile textproc/py-precis_i18n/pkg: PLIST Log message: Use FLAVOR instead of MODPY_DEFAULT_VERSION_3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/21 03:02:41 Modified files: net/gajim : Makefile Log message: textproc/py-precis_i18n -> textproc/py-precis_i18n${MODPY_FLAVOR} CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 03:04:45 Modified files: textproc/py-sphinx: Makefile Added files: textproc/py-sphinx/patches: patch-doc_conf_py Log message: disable intersphinx_mapping to prevent going online while building sphinx's own docs. spotted by aja@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 03:16:07 Modified files: x11/girara : Makefile distinfo x11/girara/pkg : PLIST Log message: x11/girara: update to 0.3.5. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 03:17:02 Modified files: geo/spatialite/virtualpg: Makefile distinfo Log message: geo/spatialite/virtualpg: update to 2.0.1. an update to spatialite 5.0.1 is in the pipe.. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 03:23:32 Modified files: devel/py-pexpect/pkg: PLIST Log message: regen plist (I forgot to do that for py-pexpect-4.7.0 after I gave up trying to get 4.8.0 tests to work reliably) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 03:29:44 Modified files: security/suricata: Makefile Log message: remove unneeded sphinx-build${MODPY_BIN_SUFFIX} symlink CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/21 03:38:42 Modified files: sbin/ping : ping.8 ping.c Log message: Add ping -g, a concise display format similar to that used by other network devices that shows one character per echo request (! for normal response, . for timed out, D for duplicate, T for truncated) making it easier to identify patterns of loss over periods of time. ok remi@ kn@, feedback from deraadt@ chris@ !!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!.........!!!!!!!!!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!.........!!!!!!!!!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!.........!!!!!!!!!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!..........!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!..........!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!..........!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!.....!!!!!!!!!!!!!! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 03:39:47 Modified files: net/dnscontrol : Makefile Log message: Repair COMMENT, thanks portgen. Pointed out by Karlis Mikelson. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 03:48:04 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: Record timings at the bottom of the individual build log (it's just the same information as in summary.log but I find it useful to have here too0. ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/21 03:49:53 Modified files: sysutils/consul-template: Makefile distinfo Log message: Update to consul-template-0.25.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 03:50:58 Modified files: emulators/qemu : Makefile Removed files: emulators/qemu/patches: patch-docs_conf_py Log message: qemu: remove hack for old sphinx, from Brad. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 05:47:44 Modified files: devel/cbindgen : Makefile distinfo Log message: devel/cbindgen: update to 0.17.0. See https://github.com/eqrion/cbindgen/releases/tag/v0.17.0 Built firefox-esr-78.8.0rc1 without issues. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 05:56:38 Modified files: editors/py-qscintilla: Makefile Log message: editors/py-qscintilla: add missing BDEP on py-qt-builder should fix a build failure reported by naddy@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/21 06:14:47 Modified files: sys/arch/arm64/arm64: locore.S sys/arch/arm64/include: hypervisor.h Log message: One CPUs that implement the VHE extension and have the E2H bit set, keep running the kernel in EL2. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 06:15:18 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.62. Will be required by gecko 87. Relnotes will be at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.62_release_notes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 06:29:58 Modified files: geo/spatialite/libspatialite: Makefile distinfo geo/spatialite/libspatialite/pkg: PLIST Removed files: geo/spatialite/libspatialite/patches: patch-src_spatialite_spatialite_c Log message: geo/spatialite/libspatialite: update to 5.0.1. See https://groups.google.com/g/spatialite-users/c/ve9ujm4DkdY CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/21 06:30:39 Modified files: geo/spatialite/tools: Makefile distinfo geo/spatialite/tools/pkg: PLIST Log message: geo/spatialite/tools: update to 5.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 06:43:10 Modified files: textproc/py-sphinx: Makefile textproc/py-sphinx/pkg: PLIST Log message: add a dependency on graphviz; some extensions included in sphinx use it (including one used to generate sphinx's own docs). while many uses of sphinx work without this, package builds that change depending on what is installed at build time are problematic, so just force the dependency.. regen PLIST, extra files are built when this is present (used in file:///usr/local/share/doc/py3-sphinx/usage/extensions/inheritance.html). CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/21 07:21:37 Modified files: sbin/iked : vroute.c Log message: Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving process parses af from the sockaddrs. ok patrick@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/21 07:30:30 Modified files: sbin/dhclient : dhclient.c Log message: No need for state_preboot() to double check timeout being tracked in tick_msg() and explicitly calling tick_msg(TICK_SLEEP). One fewer use of each of time(), ifi->startup_time and config->link_timeout. Makes code easier to follow. No intentional functional change. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/02/21 07:51:21 Modified files: www/ephemetoot : Makefile Log message: fix runtime dependency for www/ephemetoot. Spotted by Felix Maschek. Thank you ! CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/21 07:55:09 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-3.3.0 Changelog: https://github.com/gavinhoward/bc/releases/tag/3.3.0 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/21 07:55:17 Modified files: sys/arch/arm64/arm64: autoconf.c cpu.c sys/arch/arm64/conf: files.arm64 Added files: sys/arch/arm64/arm64: aesv8-armx.S cryptox.c Log message: Add cryptox(4), a driver for armv8 cryptographic extensions. The driver currently only supports AES-CBC mode but can easily be extended to other algorithms and modes. The aesv8-armx.S file was generated from the CRYPTOGAMS project. Asked to commit by and ok patrick@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/02/21 08:05:21 Modified files: net/haproxy : Makefile Log message: Enable TLSv1.3 This mimics what has been done in www/nginx. Lack of TLSv1.3 pointed out by Brandon (theriverlethe at gmail). From and ok tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/21 08:56:25 Modified files: sys/net : toeplitz.h Log message: how about sticking to standard C. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 09:00:25 Modified files: math/calc : Makefile distinfo Log message: update to calc-2.12.8.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 09:01:05 Modified files: textproc/py-snowballstemmer: Makefile distinfo textproc/py-snowballstemmer/pkg: PLIST Log message: update to py3-snowballstemmer-2.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 09:30:23 Modified files: textproc/py-sphinx_rtd_theme: Makefile distinfo textproc/py-sphinx_rtd_theme/pkg: PLIST Log message: update to py-sphinx_rtd_theme-0.5.1. the upstream distfiles require npm at build time to fetch dependencies; fetches during build aren't permitted so work around this by using the files that Debian have generated for their packaging and use their packaging patches directly. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 09:30:45 Modified files: productivity/vdirsyncer: Makefile productivity/vdirsyncer/pkg: PLIST devel/py-virtualenv: Makefile devel/py-virtualenv/pkg: PLIST devel/luacheck : Makefile devel/luacheck/pkg: PLIST Log message: sync plists following py-sphinx_rtd_theme update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 09:46:29 Modified files: sysutils/lockfile: Makefile Log message: remove dead HOMEPAGE and MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2021/02/21 09:49:11 Modified files: lang/go : Makefile distinfo Log message: Bump lang/go binary bootstraps to Go 1.16. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 09:49:50 Modified files: telephony/iaxmodem: Makefile distinfo telephony/iaxmodem/patches: patch-Makefile_in patch-configure patch-iaxmodem-cfg_ttyIAX patch-iaxmodem_c Removed files: telephony/iaxmodem/patches: patch-lib_spandsp_configure Log message: update to iaxmodem-1.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 09:51:25 Modified files: telephony/stuntman: Makefile distinfo telephony/stuntman/pkg: PLIST Log message: update to stuntman-1.2.16 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/21 10:18:01 Modified files: sbin/ping : ping.8 Log message: exclamation mark needs escaped too; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 10:19:59 Modified files: databases/repmgr: Makefile distinfo databases/repmgr/pkg: PLIST Removed files: databases/repmgr/patches: patch-config_c Log message: update to repmgr-5.2.1 CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2021/02/21 10:21:42 Modified files: lang/go : Makefile distinfo Log message: Add binary bootstrap for mips64/octeon. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 10:26:47 Modified files: databases/citus: Makefile distinfo Log message: update to citus-9.5.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 10:27:21 Modified files: textproc/py-semver: Makefile distinfo textproc/py-semver/pkg: PLIST Log message: update to py3-semver-2.13.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 10:42:21 Modified files: textproc/py-sphinx: Makefile textproc/py-sphinx/pkg: PLIST Log message: drop building sphinx's own docs in post-build and thus the dependency on graphviz; naddy points out that the graphviz has a large set of dependencies (which end up causing a loop; cmake -> sphinx -> graphviz -> jpeg -> cmake) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/21 11:16:59 Modified files: sbin/dhclient : clparse.c dhclient.c dhcpd.h Log message: Rename struct client_config fields 'timeout', 'link_timeout' and 'reboot_timeout' to 'offer_interval', 'link_interval' and 'reboot_interval' to be consistant with other '_interval' fields that specify a number of seconds to wait. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 11:46:21 Modified files: games/renpy : Makefile Log message: use lang/cython,python3 to build renpy. following MODPY_BIN_SUFFIX switch the "cython" command is renamed to cython-2 for the py2 version - the py3 build of cython is happy to work with code from a py2 port. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/21 11:56:19 Modified files: net/dendrite : Makefile distinfo Log message: Update dendrite to 0.3.10. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/21 11:59:02 Modified files: sysutils/restic: Makefile distinfo Log message: Update restic to 0.12.0 - add trimpath as a reminder to myself to try and get the reproducable build working. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/02/21 12:00:24 Modified files: net/miniflux : Makefile distinfo Log message: Update miniflux to 2.0.28 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/21 12:21:15 Modified files: regress/misc/exceptions/threads: Makefile Log message: PATH does not include '.' anymore. Fix the runs test for that situation. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/21 12:23:21 Modified files: lang/python/3.9: Makefile distinfo lang/python/3.9/files: CHANGES.OpenBSD lang/python/3.9/pkg: PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Removed files: lang/python/3.9/patches: patch-2021-01-18-09-27-31_bpo-42938_4Zn4Mp_rst patch-Lib_ctypes_test_test_parameters_py patch-Modules__ctypes_callproc_c Log message: update to python 3.9.2 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/21 12:24:26 Modified files: lang/python/3.8: Makefile distinfo lang/python/3.8/files: CHANGES.OpenBSD lang/python/3.8/pkg: PLIST-idle PLIST-main PLIST-tests Removed files: lang/python/3.8/patches: patch-2021-01-18-09-27-31_bpo-42938_4Zn4Mp_rst patch-Lib_ctypes_test_test_parameters_py patch-Modules__ctypes_callproc_c Log message: update to python 3.8.8 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/21 12:29:22 Modified files: www/py-aiohttp : Makefile distinfo Log message: update py-aiohttp to 3.7.3 for python 3.8 compatibility CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 13:16:13 Modified files: textproc/py-sphinx_rtd_theme: Makefile Log message: fix distfile source, github vs pypi CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/21 13:19:40 Modified files: games/gnurobbo : Makefile games/gnurobbo/patches: patch-gnurobbo_Makefile Log message: games/gnurobbo: fix build for -fno-common This defines globals in header files throughout. Permit this practice by adding -fcommon to CFLAGS. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2021/02/21 13:30:26 Modified files: x11/wmii : Makefile Added files: x11/wmii/patches: patch-cmd_util_c patch-cmd_wmii_dat_h patch-cmd_wmii_main_c patch-cmd_wmii_x11_c patch-cmd_wmii_x11_h patch-include_util_h Log message: Fix build with -fno-common. ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 13:32:08 Modified files: games/pygame_sdl2: Makefile Log message: switch pygame_sdl2 to py3 cython, it just runs the script so doesn't need the py2 version CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 14:10:41 Modified files: audio/picard : Makefile distinfo audio/picard/pkg: PLIST Log message: update to picard-2.5.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 14:12:11 Modified files: devel/reposurgeon: Makefile Log message: use py3 version of cython CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 14:22:09 Modified files: games/mysticmine: Makefile Log message: mysticmine: add missing RDEP on py-numpy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 14:24:06 Modified files: emulators/qemu : Makefile Log message: fix typo, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/21 14:36:30 Modified files: net/dhcpcd : Makefile net/dhcpcd/pkg : README Log message: remind the user that DHCPv6 (and NDP) require PF rules to pass the traffic as is not generally the case with v4. pointed out by stsp@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/21 18:17:24 Modified files: sys/dev/pci : pcidevs Log message: add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe ids initial diff from Sven Wolf CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/21 18:18:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/02/21 18:24:59 Modified files: usr.sbin/relayd: hce.c check_script.c Log message: Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a previous attempt at running a check script has finished yet, so we can avoid building up a backlog of check requests. ok dlg@ tb@ giovanni@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/21 19:19:03 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Switch reboot timing to timespec, the better to handle the default reboot interval of 1 sec. Gives the DHCP server a fairer shot at replying before the timeout expires. ok millert@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/21 21:22:42 Modified files: audio/audacious: Makefile.inc Log message: Bump audio/audacious/{player,plugins} audio/audacious/player failed to package in naddy@'s latest bulk build due a missing bump. The addition of the qt5 flavor also involves a change in the PLIST of audio/audacious/plugins, so bump this one as well. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/21 22:03:58 Modified files: textproc/mdbook: Makefile distinfo Log message: update mdbook to 0.4.6 fixing cve-2020-26297 ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/21 22:31:10 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add mdbook and python to cve list and resort list while here CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/21 23:16:37 Modified files: sysutils/libstatgrab: Makefile Log message: I'm unfamiliar with the fhttp protocol; reported by repology CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/21 23:53:04 Modified files: usr.bin/tmux : grid-reader.c status.c tmux.h window-copy.c Log message: Move jump commands to grid reader, make them UTF-8 aware, and tidy up, from Anindya Mukherjee. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/22 00:09:06 Modified files: usr.bin/tmux : format.c tmux.h window-copy.c window.c Log message: There are many format variables now so allocating all the default ones each time a tree is created is too expensive. Instead, convert them all into callbacks and put them in a static table so they only allocate on demand. The tree remains for the moment for extra (non-default) variables added by for example copy mode or popups. Also reduce expensive calls to localtime_r/strftime. GitHub issue 2253. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/02/22 01:07:05 Modified files: archivers/lzip/tarlz: Makefile distinfo Removed files: archivers/lzip/tarlz/patches: patch-tarlz_h Log message: Update tarlz to 0.19. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/22 01:18:13 Modified files: usr.bin/tmux : cfg.c format.c tmux.1 tmux.c tmux.h Log message: Move config file path expansion much earlier, keep the list of paths around rather than freeing later, and add a config_files format variable containing it. Suggested by kn@ a while back. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/22 01:31:19 Modified files: usr.bin/tmux : window-copy.c Log message: Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub issue 2570. CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/02/22 01:40:32 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2021.02.22 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/22 02:46:05 Modified files: usr.sbin/rpki-client: extern.h main.c mkdir.c Log message: Rename mkpath() to mkpathat() since it uses mkdirat() internally. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/02/22 04:31:09 Modified files: usr.sbin/snmpd : snmpe.c traphandler.c usm.c Log message: Make use of the new '$' feature of ober_scanf_elements to enforce stricter ASN.1 verification. OK claudio@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/22 04:42:50 Modified files: usr.bin/tmux : tmux.c Log message: expand_paths needs the global environment to be set up, do that first. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2021/02/22 04:49:35 Added files: etc/signify : openbsd-70-syspatch.pub Log message: add 7.0 syspatch pubkey CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/22 04:55:23 Modified files: mail : Makefile Log message: Unhook mail/avenger We package 0.8.3 05-Apr-2012 but 0.8.4 in 13-Jul-2013 and 0.8.5 in 08-Oct-2018 were released; the release tarball's NEWS file states "changes to make it compile with newer g++ and libcrypto" and "Manually parse /etc/resolv.conf, rather than attempting to make use of the res data structure (which at least on OpenBSD no longer actually contains the addresses of resolvers)". This port fails to build with "-fno-common" and noone has spoken up on ports@ to fix and update it. PS: http://www.mailavenger.org/NEWS is sitll missing 0.8.5 changes, so best look at the actual tarball. Unhook now and give it a few days grace period before actual removal. OK gnezdo for sending it to the attic CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/22 04:55:34 Modified files: net/jftpgw : Makefile Added files: net/jftpgw/patches: patch-log_c Log message: jftpgw: fix commons, and a 64-bit time_t issue while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/22 04:55:59 Modified files: net/jftpgw : Makefile net/jftpgw/pkg : PLIST Log message: regen plist CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/22 06:04:56 Modified files: sys/net : pf_norm.c Log message: When cutting of the head of an overlapping fragment during pf reassembly, reinsert the fragment into the lookup table with correct index. Reported-by: syzbot+d043455a5346f726f1c4@syzkaller.appspotmail.com OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/22 06:31:44 Modified files: net : Makefile net/nslint : Makefile distinfo net/nslint/patches: patch-Makefile_in patch-nslint_8 patch-nslint_c net/nslint/pkg : PLIST Removed files: net/nslint/patches: patch-configure Log message: update to nslint-3.1, drop the "static" flavour CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/22 08:27:55 Modified files: net/openconnect: Makefile Log message: python 2 and py-xml not needed at build time CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/22 08:29:49 Modified files: devel/py-pexpect: Makefile Log message: bump after PLIST was regenerated CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/22 08:59:10 Modified files: lib/libssl : ssl_clnt.c ssl_locl.h ssl_versions.c Log message: Factor out/change some of the legacy client version handling code. This consolidates the version handling code and will make upcoming changes easier. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/22 09:13:31 Modified files: lib/libssl : tls13_client.c Log message: Simplify version checks in the TLSv1.3 client Ensure that the server announced TLSv1.3 (and nothing higher) in the supported_versions extension. In that case, the legacy_version must be TLSv1.2 according to RFC 8446, 4.1.3 and 4.2.1. This commit also removes some unreachable code which is a remnant of very early TLSv1.3 code from before the legacy fallback was introduced. Simplify a few checks and adjust some comments nearby. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/22 09:15:49 Modified files: lib/libssl : tls13_client.c Log message: Fix bizarre punctuation and capitalization in a comment. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/02/22 09:26:33 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.11.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/22 09:59:53 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim patch-src_configure_ac editors/vim/pkg: PLIST-main Log message: update to vim-8.2.2541 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/02/22 10:15:02 Modified files: lib/libutil : ber.c ober_get_string.3 Log message: Make the ober_get_* set of function to accept a NULL-pointer. This allows us to do ber-type checking inside ober_scanf_elements, which will allow for stricter ASN.1 parsing in the future. Manpage feedback and OK claudio@, jmc@ OK claudio@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/22 11:32:02 Modified files: sys/dev/fdt : exuart.c exuartreg.h Log message: Improve support for the variant found on the Apple M1 SoC. This mostly adjust the interrupt masking and status support since this variant lacks the UINTM and UINTP registers. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/22 11:50:53 Modified files: mail/isync : Makefile distinfo mail/isync/patches: patch-src_drv_imap_c Log message: Update to isync-1.3.5 Fixes CVE-2021-20247: reject funny mailbox names from IMAP LIST/LSUB in particular, '..' in the name could be used to escape the Path/Inbox of a Maildir Store, which could be exploited for stealing or deleting data, or staging a (mild) DoS attack. OK kn@ (maintainer) CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/22 11:53:26 Modified files: sys/dev/fdt : sdhc_fdt.c Log message: Slow mode is only relevant for legacy and high speed timings. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/22 11:53:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add CVE-quirk for isync CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/22 11:55:23 Modified files: sys/dev/fdt : sdhc_fdt.c Log message: Disable double-data rate modes if 1.8V signalling is not possible. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/22 11:58:00 Modified files: mail/isync : Tag: OPENBSD_6_8 Makefile distinfo mail/isync/patches: Tag: OPENBSD_6_8 patch-src_drv_imap_c Log message: Update to isync-1.3.5 Fixes CVE-2021-20247: reject funny mailbox names from IMAP LIST/LSUB in particular, '..' in the name could be used to escape the Path/Inbox of a Maildir Store, which could be exploited for stealing or deleting data, or staging a (mild) DoS attack. OK kn@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/22 11:58:44 Modified files: devel/quirks : Tag: OPENBSD_6_8 Makefile devel/quirks/files: Tag: OPENBSD_6_8 Quirks.pm Log message: Add CVE-quirk for isync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/22 12:12:56 Modified files: devel/autoconf-archive: Makefile distinfo devel/autoconf-archive/pkg: PLIST Log message: update to autoconf-archive-2021.02.19 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/22 12:14:01 Modified files: sys/kern : uipc_usrreq.c Log message: Move UNIX socket's garbage collector to `systqmp'. It touches nothing which requires kernel lock to be held. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/22 12:25:40 Modified files: devel/vte3 : Makefile distinfo Log message: update to vte3-0.62.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/22 14:01:36 Log message: Import py-html5-parser-0.4.9 Comment: fast C based HTML 5 parsing for python Description: A fast implementation of the HTML 5 parsing spec for Python. Parsing is done in C using a variant of the gumbo parser. The gumbo parse tree is then transformed into an lxml tree, also in C, yielding parse times that can be a thirtieth of the html5lib parse times. Maintainer: The OpenBSD ports mailing-list WWW: https://html5-parser.readthedocs.io Tweaks, import and ok from sthen@ and daniel@, thanks! Status: Vendor Tag: rsadowski Release Tags: rsadowski_2021022 N ports/www/py-html5-parser/Makefile N ports/www/py-html5-parser/distinfo N ports/www/py-html5-parser/pkg/DESCR N ports/www/py-html5-parser/pkg/PLIST N ports/www/py-html5-parser/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/22 14:02:43 Modified files: www : Makefile Log message: + py-html5-parser CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/22 14:23:07 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.1.4 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/22 14:30:54 Added files: sys/arch/arm64/dev: apldog.c Log message: Add apldog(4), a driver for the watchdog on Apple M1 SoCs. This allows us to reboot the machine. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/22 14:41:46 Modified files: www/ap2-mod_perl: Makefile distinfo www/ap2-mod_perl/patches: patch-Apache-Test_lib_Apache_TestConfig_pm www/ap2-mod_perl/pkg: PLIST Added files: www/ap2-mod_perl/patches: patch-src_modules_perl_modperl_perl_c Log message: update to mod_perl-2.0.11 and patch to allow building following https://github.com/Perl/perl5/commit/99922edd6efbb4dc3e922ed2fc72d0748d575c29 probably not 100% correct but at least most of the tests succeed.. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/22 14:42:17 Modified files: share/man/man4/man4.arm64: Makefile Added files: share/man/man4/man4.arm64: apldog.4 Log message: apldog(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/22 14:47:47 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK files.arm64 Log message: Enable apldog(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/22 14:51:48 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable bge(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/22 14:56:25 Modified files: www/sarg : Makefile distinfo www/sarg/patches: patch-convlog_c patch-log_c patch-sarg_conf patch-splitlog_c patch-usage_c www/sarg/pkg : PLIST Added files: www/sarg/patches: patch-decomp_c patch-util_c Log message: update to sarg-2.4.0 build with -fcommon, it is not really sanely patchable to avoid CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/22 14:58:12 Modified files: sbin/iked : config.c iked.c iked.h Log message: Don't pass 'id' as argument to make function signature match similar functions. config_setpfkey() is always called with id PROC_IKEV2. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/22 14:58:25 Modified files: share/man/man4/man4.arm64: apldog.4 Log message: Mark as arm64-specific. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/22 15:07:54 Modified files: x11/uwm : Makefile distinfo x11/uwm/pkg : PLIST Added files: x11/uwm/patches: patch-uwm_workspaces_h Removed files: x11/uwm/patches: patch-uwm_Makefile_in Log message: x11/uwm: update to 0.2.11a; fix build with -fno-common Update to latest release, which only updates and fixes the autotools infrastructure and removes the obsolete HTML documentation. Add trivial -fno-common fix. ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/22 15:37:46 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm editors : Makefile Removed files: editors/tea : Makefile distinfo editors/tea/patches: patch-Makefile_in patch-configure patch-src_image_browser_c patch-src_rox_strings_c patch-src_tea_config_c patch-src_tea_options_c patch-src_tea_text_document_c editors/tea/pkg: DESCR PLIST Log message: remove editors/tea, the long-obsolete GTK version of the TEA editor Upstream continues to maintain a Qt version, available as a separate port, editors/teaqt. ok kn@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/02/22 15:42:55 Added files: net/ipv6-toolkit/patches: patch-tools_scan6_c Log message: Missed in previous CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/02/22 15:44:27 Modified files: graphics/dpic : Makefile distinfo graphics/dpic/pkg: PLIST Added files: graphics/dpic/patches: patch-Makefile_in Removed files: graphics/dpic/patches: patch-pdf_c Log message: Update to dpic-2021.01.01 (fixes for -fno-common) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/22 15:46:09 Modified files: graphics/py-matplotlib: Makefile distinfo graphics/py-matplotlib/patches: patch-setup_cfg_template patch-setup_py patch-setupext_py graphics/py-matplotlib/pkg: PLIST Log message: update to py-matplotlib 3.1.3 ok and wantlib tweak bket@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/22 16:17:50 Modified files: sys/arch/hppa/hppa: locore.S Log message: Terminate backtrace of secondary processors in ddb. From miod@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/02/22 16:27:39 Modified files: net/knot : Makefile distinfo Log message: Update to knot-3.0.4 Release notes: https://www.knot-dns.cz/2021-01-20-version-304.html CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/22 16:43:59 Modified files: sbin/dhclient : dhcpd.h packet.c Log message: remove unused decode_hw_header() function ok krw@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/22 17:03:01 Modified files: sys/dev/acpi : acpiec.c Log message: remove unused acpiec_lock() acpiec_unlock() functions ok kettenis@ pirofti@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/22 17:05:31 Modified files: usr.bin/ssh : ssh.c Log message: warn when the user specifies a ForwardAgent path that does not exist and exit if ExitOnForwardFailure is set; bz3264 CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/22 19:02:49 ports/devel/cabal-install/files Update of /cvs/ports/devel/cabal-install/files In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/cabal-install/files Log Message: Directory /cvs/ports/devel/cabal-install/files added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/22 19:03:23 Modified files: devel/cabal-install: Makefile distinfo Added files: devel/cabal-install/files: openbsd-8.6.4.json Log message: Upgrade cabal-install to 3.4.0.0 Uses a bootstrap.py developed upstream to limit Haskell dependencies to just lang/ghc. This will allow cabal-install to be at the base of cabal-based Haskell ports framework. Looks fine by kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/22 19:27:58 Modified files: security : Makefile Log message: Unplug to remove hs-cryptohash-sha256, hs-ed25519, hs-hackage-security CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/22 19:28:26 Removed files: security/hs-cryptohash-sha256: Makefile distinfo security/hs-cryptohash-sha256/patches: patch-cryptohash-sha256_cabal security/hs-cryptohash-sha256/pkg: DESCR PLIST security/hs-ed25519: Makefile distinfo security/hs-ed25519/patches: patch-ed25519_cabal security/hs-ed25519/pkg: DESCR PLIST security/hs-hackage-security: Makefile distinfo security/hs-hackage-security/patches: patch-hackage-security_cabal security/hs-hackage-security/pkg: DESCR PLIST Log message: Remove hs-cryptohash-sha256, hs-ed25519, hs-hackage-security All previously were solely used by cabal-install which now builds them using a direct bootstrap dependency. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/22 19:28:46 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Quirks for removing hs-{cryptohash-sha256,ed25519,hackage-security} CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/22 19:42:58 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/22 20:30:04 Modified files: sys/conf : files Added files: sys/net : if_veb.c Log message: add veb(4), a Virtual Ethernet Bridge driver. my intention is to replace bridge(4), but the way it works is different enough from from bridge that a name change is justified to distinguish them. it also makes it easier to commit it to the tree and work on it in parallel to bridge, and allows a window of migration. the main difference between veb(4) and bridge(4) is how they use interfaces as ports. veb takes over interfaces completely and only uses them to receive and transmit ethernet packets. bridge also use each interface as a port to the ethernet segment it's connected to, but also tries to continue supporting the use of the interface as a way to talk to the network stack on the local system. supporting the use of interfaces for both external and local communication is where most of my confusion with bridge comes from, both when i'm trying to operate it and also understand the code. changing this semantic is where most of the simplification in veb comes from compared to bridge. because veb takes over interfaces, the ethernet network set up on a veb is isolated from the host network stack. by default veb does not interact with pf or the ip (and mpls) stacks. to enable pf for ip frames going over veb ports link1 on the veb interface must be set. to have the stack interact with a veb network, vport interfaces must be created and added as ports to a veb. the vport interface driver is provided as part of veb, and is handled specially by veb. veb usually prevents the use of ports by the stack for sending an receiving packets, but that's why vports exist, so veb has special handling for them. veb already supports a lot of the other features that bridge has, including bridge rules and protected domains, but i got tired of working out of the tree and stopped implementing them. the main outstanding features is better address table management, the blocknonip flag on ports, transparent ipsec interception, and spanning tree. i may not bother with spanning tree unless someone tells me that they actually use it. the core ethernet learning bridge functionality is provided by the etherbridge code that was factored out of nvgre and bpe. veb is already (a lot) faster than bridge, and is better prepared to operate in parallel on multiple CPUs concurrently. thanks to hrvoje popovski for testing some earlier versions of this. discussed with many ok patrick@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/22 21:13:17 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : veb.4 Log message: try and use my words to explain what veb is and does. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/22 21:40:27 Modified files: sys/net : if_veb.c Log message: filter MAC Bridge component Reserved address im considering converting ethernet addresses into uint64_ts to make comparisons (and masking) easier. im trialling it here, and it doesn't seem like the worst. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/02/22 21:44:31 Modified files: sys/arch/alpha/alpha: clock.c sys/arch/amd64/amd64: tsc.c sys/arch/amd64/isa: clock.c sys/arch/armv7/omap: dmtimer.c gptimer.c sys/arch/armv7/sunxi: sxitimer.c sys/arch/arm/cortex: amptimer.c agtimer.c sys/arch/arm64/dev: agtimer.c sys/arch/hppa/dev: clock.c sys/arch/i386/isa: clock.c sys/arch/i386/pci: gscpm.c ichpcib.c geodesc.c sys/arch/macppc/macppc: clock.c sys/arch/mips64/mips64: mips64_machdep.c sys/arch/sparc64/dev: psycho.c sys/arch/sparc64/sparc64: clock.c sys/arch/powerpc64/powerpc64: clock.c sys/dev/pv : hyperv.c pvclock.c sys/dev/acpi : acpihpet.c acpitimer.c sys/dev/pci : amdpm.c viapm.c sys/kern : kern_tc.c Log message: timecounting: use C99-style initialization for all timecounter structs The timecounter struct is large and I think it may change in the future. Changing it later will be easier if we use C99-style initialization for all timecounter structs. It also makes reading the code a bit easier. For reasons I cannot explain, switching to C99-style initialization sometimes changes the hash of the resulting object file, even though the resulting struct should be the same. So there is a binary change here, but only sometimes. No behavior should change in either case. I can't compile-test this everywhere but I have been staring at the diff for days now and I'm relatively confident this will not break compilation. Fingers crossed. ok gnezdo@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/22 22:01:00 Modified files: sys/net : if_veb.c Log message: add support for setting and getting bridge port flags. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/22 22:05:11 Modified files: net/dico : Makefile distinfo net/dico/pkg : PLIST Log message: Update to dico-2.10. Release notes: https://puszcza.gnu.org.ua/forum/forum.php?forum_id=1248 Fixes build with -fno-common. Also, fix spelling of 'MAINTAINER'. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/22 22:23:02 Modified files: sys/net : if_veb.c Log message: implement support for the blocknonip port flag. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/22 22:25:04 Modified files: sysutils/opam : Makefile distinfo Log message: update opam to 2.0.8 ok chrisz@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/22 23:13:14 Modified files: games/lwjgl3 : Makefile Log message: Add missing BDEP on archivers/unzip. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/22 23:17:55 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm www/py-flask-principal: Makefile www/py-flask-principal/pkg: PLIST Log message: switch py-flask-principal to python3; requested by Lucas Raab CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/22 23:23:47 Modified files: productivity/gtg: Makefile productivity/gtg/patches: patch-setup_py Removed files: productivity/gtg/patches: patch-docs_Makefile Log message: cleanup some no longer needed sphinx patches; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/22 23:30:57 Modified files: audio/audacious: Makefile.inc audio/audacious/player: Makefile audio/audacious/plugins: Makefile audio/audacious/plugins/pkg: PFRAG.qt5 Log message: audio/audacious/plugins,qt5 picks up qtx11extras if installed, so make it a LDEP. Pointed out by naddy@, thanks you! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 00:29:07 Modified files: sys/net : if_veb.c Log message: use link0 to allow vlans to cross the bridge. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/23 00:40:14 ports/graphics/gimp/liquid-rescale/patches Update of /cvs/ports/graphics/gimp/liquid-rescale/patches In directory cvs.openbsd.org:/tmp/cvs-serv76290/patches Log Message: Directory /cvs/ports/graphics/gimp/liquid-rescale/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/23 01:10:37 Modified files: net/swirc : Makefile distinfo Removed files: net/swirc/patches: patch-configure Log message: Update to swirc-3.2.6 Diff from maintainer Markus Uhlin CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/23 01:10:51 Modified files: usr.bin/mg : def.h fileio.c main.c mg.1 ttykbd.c Log message: Allow the user to specify a path to the mg startup file on the command line. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/23 02:16:26 ports/x11/agar/test/patches Update of /cvs/ports/x11/agar/test/patches In directory cvs.openbsd.org:/tmp/cvs-serv18688/test/patches Log Message: Directory /cvs/ports/x11/agar/test/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/23 02:34:36 Modified files: net/dico : Makefile Log message: Use MASTER_SITE_GNU. suggested by naddy@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 02:51:08 Modified files: sys/net : if_bridge.c Log message: use the ipv6 dst addr to look up an ipsec tdb in bridge_ipsec in. using the ipv6 next protocol header probably doesnt work. it also probably doesnt matter cos i'm not sure anyone uses this feature in bridge. or maybe there isn't anyone who uses ipv6. both are plausible options. hahaha^Wok patrick@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/23 03:20:11 Removed files: sys/arch/arm/armv7: armv7reg.h sys/arch/arm64/include: internal_types.h sys/arch/i386/stand/libsa: cpuprobe.h sys/arch/sh/include: sh_opcode.h sys/dev/ic : dc503reg.h espreg.h hayespreg.h i82595reg.h i82810reg.h ibm525reg.h intersil7170.h sys/dev/isa : madreg.h rtreg.h rtvar.h sys/dev/microcode/ises: ises_fw.h sys/dev/mii : mtdphyreg.h txphyreg.h sys/dev/pci : bt8370reg.h pciide_i31244_reg.h Log message: remove some unused includes CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/02/23 03:41:59 Modified files: sys/uvm : uvm_fault.c Log message: Move `pgo_fault' handler outside of uvm_fault_lower(). Reduce differences with NetBSD and prepare for `uobj' locking. No functionnal change. ok chris@, kettenis@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/23 03:46:18 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/tempwatch: Makefile distinfo security/tempwatch/patches: patch-Makefile patch-check_tmp_c patch-list_utils_c security/tempwatch/pkg: DESCR PLIST Log message: Remove security/tempwatch Fails to build with "-fno-common" and busy loop stat(2)s watched files driving up CPU usage instead of using kevent(2) or so. No activity upstream, FreeBSD maintains a port with local patches called (security/l0pht-watch in their ports tree) in case anyone is interested in resurrecting this. OK jca naddy CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/23 04:22:20 Modified files: sys/uvm : uvm_map.c Log message: remove unused uvm_mapent_bias() ok mpi@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/23 04:24:03 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: mail/avenger : Makefile distinfo mail/avenger/patches: patch-asmtpd_starttls_C patch-etc_asmtpd_conf mail/avenger/pkg: DESCR MESSAGE PLIST Log message: Remove mail/avenger We package 0.8.3 05-Apr-2012 but 0.8.4 in 13-Jul-2013 and 0.8.5 in 08-Oct-2018 were released; the release tarball's NEWS file states "changes to make it compile with newer g++ and libcrypto" and "Manually parse /etc/resolv.conf, rather than attempting to make use of the res data structure (which at least on OpenBSD no longer actually contains the addresses of resolvers)". This port fails to build with "-fno-common" and noone has spoken up on ports@ to fix and update it. PS: http://www.mailavenger.org/NEWS is sitll missing 0.8.5 changes, so best look at the actual tarball. OK gnezdo CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 04:40:28 Modified files: sys/net : if_veb.c Log message: make a start on transparent ipsec interception, based on bridge(4). i found the Transparent Network Security Policy Enforcement paper by angelos and jason was useful for understanding the background and why you'd want to do this. the implementation is a little bit different to the bridge one because i've tweaked the order that pf and ipsec processing happens, depending on which direction the packet is going over the bridge. bridge always runs ipsec processing before pf, no matter which direction the packet is going. packets going into veb, pf runs first and then ipsec input processing is allowed to happen. in the outgoing direction ipsec happens first and then pf. pf runs before ipsec in the inbound direction so pf can apply policy to ipsec encapsulated packets before they hit pf. this allows you to apply policy to both the encrypted and unencrypted packets in both directions. the code is disabled for now. this is mostly because i want veb(4) to have a good chance at operating outside the netlock, and i'm pretty sure the ipsec stack isn't ready for that yet. the other reason why it's disabled is getting a test setup is effort, but i want to sleep. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/23 04:43:41 Modified files: sys/net : pf.c sys/netinet : ip_output.c sys/netinet6 : ip6_output.c Log message: Use NULL instead of 0 in `m_nextpkt' assignment. ok deraadt@ dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 04:43:41 Modified files: share/man/man4 : veb.4 Log message: fix up which link flags do what. ipsec code is written, but is disabled, so the ipsec words here are still commented out for now. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 04:44:53 Modified files: sys/net : if_bridge.c Log message: small adjustment of the deck chairs, no functional change. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2021/02/23 04:48:21 Modified files: sys/arch/luna88k/luna88k: machdep.c Log message: Make more efficient clearing interrupts on all processors at boot time. Without this modification, because of the volatile qualifier, the compiler does not produce four `` = 0 '' assignments, but code equivalent to: *(volatile uint32_t *)INT_ST_MASK3 = 0; *(volatile uint32_t *)INT_ST_MASK2 = *(volatile uint32_t *)INT_ST_MASK3; *(volatile uint32_t *)INT_ST_MASK1 = *(volatile uint32_t *)INT_ST_MASK2; *(volatile uint32_t *)INT_ST_MASK0 = *(volatile uint32_t *)INT_ST_MASK1; Anders Gavare reported to Miod Vallat, and he gave me a diff. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/23 05:14:10 Modified files: sys/netinet : ip_output.c Log message: As ip_insertoptions() may prepend a mbuf, "goto bad" has to free the new chain. This fixes a potential memory leak in ip_output(). Also simplify a bunch of "goto done". OK kn@ mvs@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/23 05:48:54 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/mk : Makefile distinfo devel/mk/files : Make.OpenBSD devel/mk/patches: patch-Makefile devel/mk/pkg : DESCR PLIST Log message: Remove devel/mk Fails with "-fno-common" and upstream HOMEPAGE (equals MASTER_SITES) now points to https://9fans.github.io/plan9port/unix/ which provides unversioned tarballs with links to checksums that yield 404; same story for their manual page links on that page. The GitHub repository does not contain releases either. This is now unportable but there is an up-to-date plan9/plan9port which packages from the very same upstream (using git commit hashes and dates as versions) which ships also ships mk(1). OK sthen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/23 06:50:16 Modified files: sys/sys : malloc.h sys/kern : kern_malloc.c Log message: remove unused malloc_roundup() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/23 07:18:59 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/23 07:24:40 Modified files: graphics/openjp2: Makefile distinfo graphics/openjp2/patches: patch-CMakeLists_txt graphics/openjp2/pkg: PLIST Log message: graphics/openjp2: update to 2.4.0. See https://github.com/uclouvain/openjpeg/blob/v2.4.0/NEWS.md#openjpeg-240-december-2021 Went in an amd64 bulk without issues, gdal & Pillow seem to be happy with it. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/23 07:25:29 Modified files: usr.sbin/rpki-client: main.c rsync.c Log message: Adjust pledge() and unveil() calls for proc_rsync() a bit. Since the mkdir was moved to the main process there is no need for access to . in the rsync process. OK job@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/23 07:27:17 Modified files: usr.sbin/rad : control.c Log message: previous commit mismanaged the control fd ok claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 07:27:33 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_plugins_fts_decode2text_sh Log message: Dovecot tweaks: depend on libstemmer/libexttextcat to build snowball filters, fix paths to tools (pdftotext, etc) in decode2text.sh which can optionally be used to index attachments. OK Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 07:29:03 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-mysys_crc32_crc32c_cc databases/mariadb/pkg: PLIST-tests Removed files: databases/mariadb/patches: patch-mysys_CMakeLists_txt patch-storage_oqgraph_CMakeLists_txt patch-unittest_mysys_stacktrace-t_c Log message: update to MariaDB 10.5.9, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 07:30:05 Modified files: graphics/ffmpeg: Makefile distinfo x11/mplayer : Makefile Removed 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.2, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 07:40:58 Modified files: textproc/solr : Makefile distinfo Log message: update to solr-8.8.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/23 07:46:30 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp patch-widget_nsPrintSettingsImpl_cpp www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-mozglue_misc_Uptime_cpp Removed files: www/mozilla-firefox/patches: patch-Cargo_toml Log message: www/mozilla-firefox: update to 86.0. See https://www.mozilla.org/en-US/firefox/86.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-07/ - drop patch-Cargo_toml, was from upstream in #1684261 - add patch from #1686405 to fix the build on non-tier1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/23 07:47:53 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Removed files: www/firefox-esr/patches: patch-Cargo_toml Log message: www/firefox-esr: update to 78.8.0. See https://www.mozilla.org/en-US/firefox/78.8.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-08/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/23 07:48:13 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: www/firefox-esr: MFC update to 78.8.0. See https://www.mozilla.org/en-US/firefox/78.8.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-08/ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/23 07:57:52 Modified files: share/man/man9 : mbuf.9 Log message: Fix m_copyback(9) prototype in DESCRIPTION section. ok millert@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/23 08:13:58 Modified files: sys/net : if_switch.c Log message: Wrap by netlock the whole foreach loop which calls switch_port_detach() in switch_clone_destroy(). This fixes netlock assertion within underlay ifpromisc(). The problem was reported by hrvoje@ [1]. "why not" by deraadt@ 1. https://marc.info/?l=openbsd-bugs&m=161338077403538&w=2 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/23 08:16:14 Modified files: net/munin : Makefile distinfo Log message: update to munin-2.0.67 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 08:45:05 Modified files: lang/go : Makefile Log message: add a "native_bootstrap" pseudo-flavour, similar to jdk's, allowing build with an existing installed go package. tweak/ok jsing@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2021/02/23 08:47:53 Modified files: sys/arch/sparc64/sparc64: clock.c Log message: sparc64/clock.c: use ANSI-style function definitions While here, zap a few ARGUSED linter comments. Compile-tested by deraadt@. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/23 08:58:19 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/23 09:29:14 Modified files: emulators/libretro-genesis-plus-gx: Makefile distinfo emulators/libretro-genesis-plus-gx/patches: patch-Makefile_libretro emulators/libretro-genesis-plus-gx/pkg: PLIST Removed files: emulators/libretro-genesis-plus-gx/patches: patch-core_loadrom_c Log message: Update to latest libretro-genesis-plus-gx GitHub commit Fixes -fno-common issues. OK bentley@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/02/23 09:37:54 Modified files: sysutils/apachetop: Makefile distinfo Log message: Update for Apachetop to 0.19.7 OK sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/23 10:01:18 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK files.arm64 Added files: sys/arch/arm64/dev: aplintc.c Log message: Add aplintc(4), a driver for the interrupt controller found on Apple M1 SoCs. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/23 10:02:02 Modified files: share/man/man4/man4.arm64: Makefile Added files: share/man/man4/man4.arm64: aplintc.4 Log message: aplintc(4) CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2021/02/23 10:32:57 Modified files: lang/go : Makefile distinfo Log message: Switch lang/go on i386 to use a binary bootstrap. This allows us to build with GO386=softfloat. Discussed with abieber@ and sthen@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/23 11:45:33 Modified files: usr.bin/mg : mg.1 Log message: Move -u to alphabetically correct place in options. As spotted by jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 12:39:53 Modified files: archivers/py-backports-lzma: Makefile archivers/py-lzo: Makefile astro/py-metar : Makefile astro/stellarium: Makefile audio/audacity : Makefile audio/beets : Makefile audio/cplay : Makefile audio/curseradio: Makefile audio/ffmpeg-normalize: Makefile audio/libsndfile: Makefile audio/mkplaylist: Makefile audio/picard : Makefile audio/pithos : Makefile audio/puddletag: Makefile audio/py-ao : Makefile audio/py-cddb : Makefile audio/py-eyed3 : Makefile audio/pykaraoke: Makefile audio/quodlibet: Makefile audio/rgain : Makefile audio/rhythmbox: Makefile audio/schismtracker: Makefile audio/snack : Makefile audio/solfege : Makefile audio/sonata : Makefile audio/speech-dispatcher: Makefile audio/xmms2 : Makefile audio/yt-audio : Makefile benchmarks/netperf-wrapper: Makefile benchmarks/speedtest-cli: Makefile benchmarks/tsung: Makefile cad/dxf2gcode : Makefile cad/kicad : Makefile cad/netgen : Makefile cad/openscad : Makefile cad/qflow : Makefile cad/yosys : Makefile comms/chirp : Makefile comms/gnuradio : Makefile comms/hamlib : Makefile comms/pterm : Makefile comms/py-gammu : Makefile comms/sigrok/libsigrok: Makefile comms/sigrok/libsigrokdecode: Makefile comms/wammu : Makefile converters/libpst: Makefile converters/opencc: Makefile converters/recode: Makefile converters/unoconv: Makefile databases/barman: Makefile databases/evolution-data-server: Makefile databases/kdb : Makefile databases/kexi : Makefile databases/libpqxx: Makefile databases/mongodb: Makefile databases/mysql-utilities: Makefile databases/pgloader: Makefile databases/postgresql: Makefile databases/postgresql-previous: Makefile databases/py-pg_activity: Makefile databases/py-sqlite: Makefile databases/py-sqlite2: Makefile databases/py-storm: Makefile databases/py-sybase: Makefile databases/recoll: Makefile databases/skytools: Makefile databases/tdb : Makefile databases/web2ldap: Makefile databases/xapian-bindings: Makefile devel/angr : Makefile.inc devel/arduino-esp32: Makefile devel/arduino-esp8266: Makefile devel/arduino-makefile: Makefile devel/arm-none-eabi/gdb: Makefile devel/automake/1.10: Makefile devel/automake/1.11: Makefile devel/automake/1.12: Makefile devel/automake/1.13: Makefile devel/automake/1.14: Makefile devel/automake/1.15: Makefile devel/automake/1.16: Makefile devel/automake/1.9: Makefile devel/boost : Makefile devel/bzr : Makefile devel/bzr-svn : Makefile devel/cabal-install: Makefile devel/catch2 : Makefile devel/clang-tools-extra: Makefile devel/cmake : Makefile devel/coccigrep: Makefile devel/coccinelle: Makefile devel/cppcheck : Makefile devel/cutter : Makefile devel/cvs-fast-export: Makefile devel/cvs20hg : Makefile devel/cvs2gitdump: Makefile devel/cvs2svn : Makefile devel/dissy : Makefile devel/distcc : Makefile devel/doxygen : Makefile devel/doxygen-gui: Makefile devel/electron : Makefile devel/flake8 : Makefile devel/flawfinder: Makefile devel/gconf2 : Makefile devel/gdb : Makefile devel/git : Makefile devel/git-cola : Makefile devel/git-cvs : Makefile devel/github-backup: Makefile devel/glade : Makefile devel/glib2 : Makefile devel/gobject-introspection: Makefile devel/goopy : Makefile devel/gyp : Makefile devel/include-what-you-use: Makefile devel/iso-codes: Makefile devel/jsoncpp : Makefile devel/kdevelop : Makefile devel/keystone/main: Makefile devel/kf5/extra-cmake-modules: Makefile devel/kf5/kapidox: Makefile devel/kf5/kdelibs4support: Makefile devel/kf5/kdesu: Makefile devel/kf5/kfilemetadata: Makefile devel/kf5/ki18n: Makefile devel/kproperty: Makefile devel/leatherman: Makefile devel/legit : Makefile devel/libcdada : Makefile devel/libfirm : Makefile devel/libftdi1 : Makefile devel/libgit2/libgit2: Makefile devel/libgit2/libgit2-glib: Makefile devel/libgit2/py-git2: Makefile devel/libglade2: Makefile devel/liblouis : Makefile devel/libpeas : Makefile devel/libsoup : Makefile devel/libtalloc: Makefile devel/libuv : Makefile devel/llvm : Makefile devel/mercurial: Makefile devel/meson : Makefile devel/ninja : Makefile devel/ophis : Makefile devel/py-Checker: Makefile devel/py-SOAPpy: Makefile devel/py-async-timeout: Makefile devel/py-backports: Makefile devel/py-backports-abc: Makefile devel/py-backports-functools-lru-cache: Makefile devel/py-backports-shutil-get-terminal-size: Makefile devel/py-backports-ssl-match-hostname: Makefile devel/py-binplist: Makefile devel/py-bitcoinlib: Makefile devel/py-buildbot: Makefile.inc devel/py-buildslave: Makefile devel/py-bytecodeassembler: Makefile devel/py-cachetools: Makefile devel/py-cflow2dot: Makefile devel/py-configparser: Makefile devel/py-decoratortools: Makefile devel/py-doit : Makefile devel/py-editdist: Makefile devel/py-efilter: Makefile devel/py-enum34: Makefile devel/py-faulthandler: Makefile devel/py-fpconst: Makefile devel/py-funcsigs: Makefile devel/py-functools32: Makefile devel/py-futures: Makefile devel/py-gdata : Makefile devel/py-gobject: Makefile devel/py-guppy : Makefile devel/py-hachoir-core: Makefile devel/py-hachoir-metadata: Makefile devel/py-hachoir-parser: Makefile devel/py-jsonrpclib: Makefile devel/py-liblarch: Makefile devel/py-lief : Makefile devel/py-linecache2: Makefile devel/py-minidump: Makefile devel/py-monotonic: Makefile devel/py-mox : Makefile devel/py-mxDateTime: Makefile devel/py-pyro : Makefile devel/py-python2-pythondialog: Makefile devel/py-ruamel.ordereddict: Makefile devel/py-selectors2: Makefile devel/py-singledispatch: Makefile devel/py-subprocess32: Makefile devel/py-suds : Makefile devel/py-symboltype: Makefile devel/py-texscythe: Makefile devel/py-traceback2: Makefile devel/py-typing: Makefile devel/py-unittest2: Makefile devel/py-wsgiutils: Makefile devel/py-xmlrunner: Makefile devel/py3c : Makefile devel/pycdc : Makefile devel/pyrex : Makefile devel/qt-creator: Makefile devel/rcs-fast-import: Makefile devel/reposurgeon: Makefile devel/scons : Makefile devel/spe : Makefile devel/spidermonkey78: Makefile devel/src : Makefile devel/stm32loader: Makefile devel/stp : Makefile devel/subversion: Makefile devel/swig : Makefile devel/udis86 : Makefile editors/TeXmacs: Makefile editors/abiword: Makefile editors/cooledit: Makefile editors/libreoffice: Makefile editors/neovim : Makefile editors/neovim-qt: Makefile editors/sigil : Makefile editors/texworks: Makefile editors/tiled : Makefile education/anki : Makefile emulators/dynagen: Makefile emulators/fs-uae-launcher: Makefile emulators/gambatte: Makefile emulators/hatari: Makefile emulators/mame : Makefile emulators/openmsx: Makefile emulators/ppsspp: Makefile emulators/qemu : Makefile fonts/terminus-font: Makefile games/0ad/base : Makefile games/angrydd : Makefile games/childsplay: Makefile games/colobot/data: Makefile games/fifengine: Makefile games/forcedattack: Makefile games/freedroidrpg: Makefile games/freeorion: Makefile games/fretsonfire: Makefile games/gemrb : Makefile games/gnubg : Makefile games/gogrepo : Makefile games/golly : Makefile games/hypatia : Makefile games/mnemosyne: Makefile games/mysticmine: Makefile games/pathological: Makefile games/pygame_sdl2: Makefile games/pyganim : Makefile games/pysol : Makefile games/renpy : Makefile games/scid : Makefile games/singularity: Makefile games/ski : Makefile games/stone-soup: Makefile games/taisei : Makefile games/teeworlds: Makefile games/unknown-horizons: Makefile games/vegastrike/data: Makefile games/vegastrike/engine: Makefile games/widelands: Makefile geo/foxtrotgps : Makefile geo/gmapcatcher: Makefile geo/mapproxy : Makefile geo/mapserver : Makefile geo/osm2pgsql : Makefile geo/pygeoapi : Makefile geo/qgis : Makefile geo/tilecache : Makefile graphics/asymptote: Makefile graphics/birdfont: Makefile graphics/blender: Makefile graphics/comix : Makefile graphics/cstitch: Makefile graphics/gfract: Makefile graphics/gif2png: Makefile graphics/gimp/stable: Makefile graphics/glslang: Makefile graphics/gnofract4d: Makefile graphics/gprof2dot: Makefile graphics/graphite2: Makefile graphics/hugin : Makefile graphics/img2pdf: Makefile graphics/inkscape: Makefile graphics/jbig2dec: Makefile graphics/krita : Makefile graphics/lensfun: Makefile graphics/libgexiv2: Makefile graphics/libiptcdata: Makefile graphics/makehuman: Makefile graphics/mapnik: Makefile graphics/mypaint: Makefile graphics/opencolorio: Makefile graphics/opencv: Makefile graphics/openexr: Makefile graphics/openimageio: Makefile graphics/orthanc/postgresql-plugin: Makefile graphics/orthanc/server: Makefile graphics/piglit: Makefile graphics/py2-Pillow: Makefile graphics/py2-cairo: Makefile graphics/sane-backends: Makefile graphics/scour : Makefile graphics/sk1 : Makefile graphics/spirv-tools: Makefile graphics/termtosvg: Makefile graphics/vulkan-loader: Makefile graphics/vulkan-tools: Makefile graphics/vulkan-validation-layers: Makefile graphics/xdot : Makefile graphics/zbar : Makefile infrastructure/templates: Makefile.template inputmethods/ibus: Makefile inputmethods/ibus-anthy: Makefile lang/flang/driver: Makefile lang/flang/libpgmath: Makefile lang/ghc : Makefile lang/libv8 : Makefile lang/mono : Makefile lang/myhdl : Makefile lang/node : Makefile lang/pcbasic : Makefile lang/pypy : Makefile lang/python : python.port.mk lang/rust : Makefile lang/secularize: Makefile mail/archivemail: Makefile mail/enigmail : Makefile mail/fetchmail : Makefile mail/getmail : Makefile mail/gmail-oauth2: Makefile mail/kopano/core: Makefile mail/mailman : Makefile mail/mailpile : Makefile mail/mozilla-thunderbird: Makefile mail/mutt : Makefile mail/notmuch/notmuch: Makefile mail/offlineimap: Makefile mail/opensmtpd-extras: Makefile mail/py-authres: Makefile mail/py-milter : Makefile mail/py-policyd-spf: Makefile mail/py-spf : Makefile mail/pyzor : Makefile mail/rspamd : Makefile mail/rss2email : Makefile mail/spambayes : Makefile mail/tmda : Makefile math/bcal : Makefile math/ginac : Makefile math/gunits : Makefile math/lpsolve/python: Makefile math/maxima : Makefile math/prover9 : Makefile.inc math/py-netcdf4: Makefile math/py-statistics: Makefile math/py-tables : Makefile math/veusz : Makefile math/visidata : Makefile math/z3 : Makefile meta/python3 : Makefile misc/freeopcua/opcua-client-gui: Makefile misc/gpsd : Makefile misc/gramps : Makefile misc/ietf-cli : Makefile misc/lfm : Makefile misc/py-imdb : Makefile misc/redshift : Makefile multimedia/devede: Makefile multimedia/handbrake: Makefile multimedia/kid3: Makefile multimedia/mpv : Makefile multimedia/py-pafy: Makefile multimedia/streamlink: Makefile multimedia/yle-dl: Makefile net/aggregate6 : Makefile net/arouteserver: Makefile net/avahi : Makefile net/bitlbee : Makefile net/blaeu : Makefile net/bro : Makefile net/charm : Makefile net/deluge : Makefile net/deluge-ltconfig: Makefile net/dico : Makefile net/exabgp : Makefile net/flow-tools : Makefile net/freeradius3: Makefile net/gajim : Makefile net/gpodder : Makefile net/gupnp/core : Makefile net/hexchat : Makefile net/honeyd : Makefile net/ipcheck : Makefile net/isc-bind : Makefile net/kdeconnect-kde: Makefile net/konversation: Makefile net/ktorrent : Makefile net/libdnet : Makefile net/libproxy : Makefile net/libpsl : Makefile net/librenms : Makefile net/libtorrent-rasterbar: Makefile net/mininet : Makefile net/mosquitto : Makefile net/mtr : Makefile net/munin : Makefile net/mygpoclient: Makefile net/nagios/check_esxi_hardware: Makefile net/netatalk3 : Makefile net/nmap : Makefile net/nyx : Makefile net/onionshare : Makefile net/openconnect: Makefile net/pbgpp : Makefile net/pcapdiff : Makefile net/pidgin : Makefile net/poezio : Makefile net/profanity : Makefile net/py-dns : Makefile net/py-impacket: Makefile net/py-ipaddr : Makefile net/py-ipaddress: Makefile net/py-libpcap : Makefile net/py-nmap : Makefile net/py-ripe.atlas.tools: Makefile net/py-xmpppy : Makefile net/py-zsi : Makefile net/py2-dnspython: Makefile net/qbittorrent/qbittorrent: Makefile net/rabbitmq : Makefile net/rbldnsd : Makefile net/samba : Makefile net/scapy : Makefile net/seafile/libsearpc: Makefile net/seafile/seafile: Makefile net/supybot : Makefile net/synapse : Makefile net/tacacs+ : Makefile net/telepathy/folks: Makefile net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-logger: Makefile net/telepathy/telepathy-mission-control: Makefile net/toot : Makefile net/toxic : Makefile net/vf1 : Makefile net/websockify : Makefile net/weechat : Makefile net/wget : Makefile net/wireshark : Makefile news/py-yenc : Makefile news/sabnzbd : Makefile print/bg5ps : Makefile print/fontforge: Makefile print/hplip : Makefile print/lilypond : Makefile print/lyx : Makefile print/mftrace : Makefile print/pdfarranger: Makefile print/printrun : Makefile print/scribus : Makefile print/system-config-printer: Makefile print/texlive/texmf: Makefile productivity/bruce: Makefile productivity/calcurse: Makefile productivity/epr-reader: Makefile productivity/gtg: Makefile productivity/impressive: Makefile productivity/khal: Makefile productivity/khard: Makefile productivity/ledger: Makefile productivity/qbirthday: Makefile productivity/radicale: Makefile productivity/radicale2: Makefile productivity/rednotebook: Makefile productivity/taskwarrior: Makefile productivity/timewarrior: Makefile productivity/tryton: Makefile.inc productivity/vdirsyncer: Makefile productivity/workrave: Makefile productivity/yokadi: Makefile productivity/zim: Makefile security/ROPgadget: Makefile security/angrop: Makefile security/boofuzz: Makefile security/botan : Makefile security/botan2: Makefile security/distorm3: Makefile security/emldump: Makefile security/encfs : Makefile security/fierce: Makefile security/floss : Makefile security/hashid: Makefile security/jailkit: Makefile security/john-jumbo: Makefile security/knockpy: Makefile security/letsencrypt/acme-tiny: Makefile security/letsencrypt/client: Makefile security/libbde: Makefile security/libewf: Makefile security/libpwquality: Makefile security/oledump: Makefile security/oletools: Makefile security/pcsc-lite: Makefile security/pdf-parser: Makefile security/pdfid : Makefile security/plaso : Makefile security/polarssl: Makefile security/pwntools: Makefile security/py-elfesteem: Makefile security/py-miasm: Makefile security/py-pysha3: Makefile security/py-viv_utils: Makefile security/py-vivisect: Makefile security/py-yaswfp: Makefile security/recon-ng: Makefile security/routersploit: Makefile security/sqlmap: Makefile security/sudo : Makefile security/suricata: Makefile security/theharvester: Makefile security/volatility: Makefile security/wapiti: Makefile security/wesng : Makefile security/wfuzz : Makefile security/yubico/yubikey-manager: Makefile security/yubiserve: Makefile shells/bash-completion: Makefile shells/fish : Makefile sysutils/ansible: Makefile sysutils/ansible-lint: Makefile sysutils/awscli: Makefile sysutils/binwalk: Makefile sysutils/bitrot: Makefile sysutils/boar : Makefile sysutils/borgbackup: Makefile sysutils/borgmatic: Makefile sysutils/collectd: Makefile sysutils/d-feet: Makefile sysutils/deja-dup: Makefile sysutils/diffoscope: Makefile sysutils/duplicity: Makefile sysutils/fabric: Makefile sysutils/firmware/vmm: Makefile sysutils/gamin : Makefile sysutils/glances: Makefile sysutils/google-cloud-sdk: Makefile sysutils/google-compute-engine: Makefile sysutils/jefferson: Makefile sysutils/libesedb: Makefile sysutils/libevt: Makefile sysutils/libevtx: Makefile sysutils/libfsapfs: Makefile sysutils/libfsntfs: Makefile sysutils/libfvde: Makefile sysutils/libfwnt: Makefile sysutils/libfwsi: Makefile sysutils/liblnk: Makefile sysutils/libluksde: Makefile sysutils/libmsiecf: Makefile sysutils/libolecf: Makefile sysutils/libqcow: Makefile sysutils/libregf: Makefile sysutils/librelp: Makefile sysutils/libscca: Makefile sysutils/libsigscan: Makefile sysutils/libsmdev: Makefile sysutils/libsmraw: Makefile sysutils/libvhdi: Makefile sysutils/libvirt: Makefile sysutils/libvmdk: Makefile sysutils/libvshadow: Makefile sysutils/libvslvm: Makefile sysutils/mdprint: Makefile sysutils/me_cleaner: Makefile sysutils/menulibre: Makefile sysutils/nut : Makefile sysutils/polkit: Makefile sysutils/py-analyzemft: Makefile sysutils/py-elasticsearch-curator: Makefile sysutils/py-schedule: Makefile sysutils/ranger: Makefile sysutils/rdiff-backup: Makefile sysutils/ruby-puppet: Makefile.inc sysutils/salt : Makefile sysutils/salt-testing: Makefile sysutils/supervisor: Makefile sysutils/supuner: Makefile sysutils/tarsnapper: Makefile sysutils/tentakel: Makefile sysutils/u-boot: Makefile sysutils/upt : Makefile.inc sysutils/virt-manager: Makefile sysutils/waagent: Makefile sysutils/yabitrot: Makefile telephony/pjsua: Makefile textproc/apertium-dicts/cat: Makefile textproc/apertium-dicts/srd: Makefile textproc/apertium-streamparser: Makefile textproc/asciidoc: Makefile textproc/asciinema: Makefile textproc/calibre: Makefile textproc/catfish: Makefile textproc/cdiff : Makefile textproc/codespell: Makefile textproc/dblatex: Makefile textproc/doclifter: Makefile textproc/gtk-doc: Makefile textproc/itstool: Makefile textproc/libical: Makefile textproc/libxml: Makefile textproc/libxmlbird: Makefile textproc/link-grammar: Makefile textproc/loccount: Makefile textproc/makefaq: Makefile textproc/meld : Makefile textproc/nfoview: Makefile textproc/py-black: Makefile textproc/py-odfpy: Makefile textproc/py-pdf: Makefile textproc/py-pdfminer: Makefile textproc/py-semver: Makefile textproc/py-xml: Makefile textproc/py-xmldiff: Makefile textproc/redland-bindings: Makefile textproc/rubber: Makefile textproc/ruby-pygments.rb: Makefile textproc/svndumptool: Makefile textproc/txt2tags: Makefile textproc/uncrustify: Makefile textproc/xml2rfc: Makefile textproc/xxdiff: Makefile textproc/yould : Makefile textproc/yq : Makefile www/ap2-mod_wsgi: Makefile www/apertium-apy: Makefile www/bluefish : Makefile www/buku : Makefile www/canto : Makefile www/chromium : Makefile www/ephemetoot : Makefile www/firefox-esr: Makefile www/ipynb-py-convert: Makefile www/iridium : Makefile www/jupyter-notebook: Makefile www/kore : Makefile www/liferea : Makefile www/linkchecker: Makefile www/moinmoin : Makefile www/mozilla-firefox: Makefile www/odoo : Makefile www/pelican : Makefile www/puppetboard: Makefile www/py-aiohttp : Makefile www/py-beautifulsoup: Makefile www/py-flask-cors: Makefile www/py-httpie : Makefile www/py-jonpy : Makefile www/py-paste : Makefile www/py-paste-deploy: Makefile www/py-paste-script: Makefile www/py-quixote : Makefile www/py-recaptcha-client: Makefile www/py-repoze-lru: Makefile www/py-repoze-profile: Makefile www/py-repoze-who: Makefile www/py-urlgrabber: Makefile www/py-wsgiproxy: Makefile www/py-yarl : Makefile www/qutebrowser: Makefile www/rawdog : Makefile www/seamonkey : Makefile www/tootstream : Makefile www/tor-browser/browser: Makefile www/trac : Makefile www/tuir : Makefile www/twill : Makefile www/urlwatch : Makefile www/varnish : Makefile www/webkitgtk4 : Makefile www/weboob : Makefile www/youtube-dl : Makefile x11/arandr : Makefile x11/autorandr : Makefile x11/compiz/ccsm: Makefile x11/compiz/compizconfig-python: Makefile x11/driconf : Makefile x11/ede/desktop: Makefile x11/ede/lib : Makefile x11/fbpanel : Makefile x11/gammapage : Makefile x11/gnome/accerciser: Makefile x11/gnome/builder: Makefile x11/gnome/caribou: Makefile x11/gnome/chrome-gnome-shell: Makefile x11/gnome/eog-plugins: Makefile x11/gnome/gcr : Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/gvfs : Makefile x11/gnome/keyring: 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/tracker3: Makefile x11/gnome/tracker3-miners: Makefile x11/gnome/tweaks: Makefile x11/gnome/weather: Makefile x11/gtk+2 : Makefile x11/gtk+4 : Makefile x11/gtk-vnc : Makefile x11/jgmenu : Makefile x11/kde-applications/cantor: Makefile x11/kde-applications/kajongg: Makefile x11/kde-applications/kalzium: Makefile x11/kde-applications/kde-dev-scripts: Makefile x11/kde-applications/lokalize: Makefile x11/kde-applications/umbrello: Makefile x11/kitty : Makefile x11/mate/menu-advanced: Makefile x11/mate/pluma : Makefile x11/menumaker : Makefile x11/nagstamon : Makefile x11/obmenu : Makefile x11/openbox : Makefile x11/polybar : Makefile x11/py-gtk2 : Makefile x11/py-wxPython: Makefile x11/qt5/qtdeclarative: Makefile x11/qt5/qtwebengine: Makefile x11/qt5/qtwebkit: Makefile x11/screenkey : Makefile x11/spice-gtk : Makefile x11/tellico : Makefile x11/terminator : Makefile x11/wxWidgets : Makefile x11/wxglade : Makefile x11/xcolor : Makefile Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/23 12:43:55 Modified files: sys/netinet : ip_ipsp.c Log message: Use pool to allocate tdbs. ok patrick@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/23 13:03:29 Modified files: graphics/gimp/liquid-rescale: Makefile distinfo graphics/gimp/liquid-rescale/pkg: PLIST Added files: graphics/gimp/liquid-rescale/patches: patch-src_interface_I_c patch-src_interface_aux_c Log message: graphics/gimp/liquid-rescale: update to 0.7.2 and fix build with -fno-common Update to maintenance release 0.7.2. Regen WANTLIB and PLIST. Take unreleased -fno-common fixes from upstream repository. ok espie@ who had a subset of this CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/23 13:06:01 Modified files: net/weex : Makefile distinfo net/weex/patches: patch-configure_in net/weex/pkg : PLIST Added files: net/weex/patches: patch-Makefile_am patch-po_fr_po Removed files: net/weex/patches: patch-aclocal_m4 patch-po_Makefile_in_in patch-src_Makefile_in patch-src_log_c Log message: net/weex: update to 2.8.3, which also fixes the build with -fno-common With some guidance from the FreeBSD port how to wrangle the incoherent autotool files into buildable shape. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/23 13:33:46 Added files: regress/lib/libcrypto/certs: go.mod Log message: Make this test module aware so it passes with Go 1.16 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/23 13:36:16 Added files: regress/lib/libtls/gotls: go.mod Log message: Make this test module aware so it passes with Go 1.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 13:44:38 Modified files: lang/python : python.port.mk Log message: oops, I deleted a line by mistake before committing this. unbreak the tree. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 13:55:02 Modified files: lang/python : python.port.mk Log message: fix for unflavoured py3 ports CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 14:45:50 Modified files: www/kore : Makefile security/sudo : Makefile devel/subversion: Makefile net/toxic : Makefile editors/libreoffice: Makefile emulators/qemu : Makefile fonts/terminus-font: Makefile graphics/sane-backends: Makefile net/flow-tools : Makefile net/isc-bind : Makefile net/openconnect: Makefile sysutils/u-boot: Makefile Log message: ports which use the python module and have flavours other than the usual "python3/" python version selection still require setting MODPY_VERSION for now. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/23 14:50:18 Modified files: usr.bin/ssh : sshd_config.5 Log message: Correct reference to signature algorithms as keys; from Jakub Jelen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/23 14:55:08 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: lots more s/key types/signature algorithms/ mostly in HostbasedAcceptedAlgorithms and HostKeyAlgorithms; prompted by Jakub Jelen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/23 15:04:35 Modified files: lang/python : python.port.mk www/kore : Makefile security/sudo : Makefile devel/subversion: Makefile net/toxic : Makefile editors/libreoffice: Makefile emulators/qemu : Makefile fonts/terminus-font: Makefile graphics/sane-backends: Makefile net/flow-tools : Makefile net/isc-bind : Makefile net/openconnect: Makefile sysutils/u-boot: Makefile Log message: automatically handle ports which use the python module and have flavours other than the usual "python3/" python version selection and remove setting MODPY_VERSION=${MODPY_DEFAULT_VERSION_3} again from the affected ports. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 16:42:17 Modified files: sys/net : if_veb.c Log message: handle ifconfig veb0 flush with etherbridge_flush, like bpe and nvgre CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/23 16:52:40 Modified files: share/man/man4/man4.arm64: Makefile Log message: typo CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2021/02/23 17:19:17 Modified files: faq : faq13.html index.html Log message: tidy up the webcam section a bit; input/ok tb CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/02/23 18:18:08 Modified files: usr.bin/ssh : readconf.c servconf.c Log message: Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithms after their current names so that the config-dump mode finds and uses the current names. Spotted by Phil Pennock. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 18:20:03 Modified files: sys/net : if_veb.c if_etherbridge.c if_etherbridge.h Log message: add support for adding and deleting address table entries. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 19:04:03 Modified files: sys/net : if_bpe.c Log message: add support for adding and deleting address table entries. the guts of this are in the etherbridge code which i just added for veb, so this code is very minimal. it's hard to use though cos ifconfig doesnt (yet) know how to put ethernet addresses into the "add address" ioctl. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/23 19:22:04 Modified files: databases : Makefile graphics : Makefile www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm databases/py-flask-sqlalchemy: Makefile databases/py-flask-sqlalchemy/pkg: PLIST graphics/py-pygal: Makefile graphics/py-pygal/pkg: PLIST www/py-flask-login: Makefile www/py-flask-login/pkg: PLIST www/py-flask-wtf: Makefile www/py-flask-wtf/pkg: PLIST www/py-wtforms : Makefile www/py-wtforms/pkg: PLIST Log message: switch a few flask ports over to python3 from Lucas Raab with tweaks from me CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/23 19:43:29 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/23 20:08:47 Modified files: sys/dev/usb : xhci.c Log message: remove unused xhci_cmd_evaluate_ctx() ok mpi@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 20:20:49 Modified files: sys/net : if_gre.c Log message: add support for adding and deleting mac addr entries on nvgre. the guts of this are in the etherbridge code which i added for veb and used in bpe. there's a bit of boilerplate to make sure that the addresses used for the endpoints will work with the tunnel addresses that have been configured, but it's not too bad. again, this is hard to use because ifconfig doesnt (yet) know how to put ethernet addresses into the "add address" ioctl. these ioctls could be used for things like evpn via bgpd though. not sure if that's interesting to anyone though. it would probably be more useful on vxlan interfaces. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/23 20:54:05 Modified files: sys/dev/usb : usbdi_util.c usbdi_util.h Log message: remove unused usbdi functions ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/23 21:06:45 Modified files: sys/dev/usb : usb_subr.c Log message: remove unused usbd_get_device_string() ok mpi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/23 23:17:08 Modified files: distrib/sets/lists/comp: md.arm64 Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/23 23:44:54 Modified files: sys/net : bridgectl.c Log message: fix the length check on arp packets when handling arp filter rules. another bridge feature i'm not convinced people actually use. ok jmatthew@ claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 00:59:36 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: fix missing , spotted by daniel@, fix typo CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/24 01:23:05 Modified files: sys/net : if_etherbridge.c Log message: whitespace tweaks, no functional change. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/24 02:22:15 Modified files: usr.bin/tmux : format.c Log message: Correct client_prefix so it returns 1 if in prefix, not 0. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/02/24 02:36:47 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_test_BUILD_gn patch-content_test_BUILD_gn Log message: update to 88.0.4324.190 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/24 03:04:14 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Removed files: mail/mozilla-thunderbird/patches: patch-Cargo_toml Log message: mail/mozilla-thunderbird: update to 78.8.0. See https://www.thunderbird.net/en-US/thunderbird/78.8.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-09/ drop Cargo.toml patch for rust 1.50, was merged upstream in https://hg.mozilla.org/releases/mozilla-esr78/rev/0e8f444683cb CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/24 03:05:34 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: mail/mozilla-thunderbird: update to 78.8.0 See https://www.thunderbird.net/en-US/thunderbird/78.8.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-09/ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/24 03:13:08 Modified files: sys/dev/ic : bwfm.c bwfmreg.h Log message: Enumerate GCI core, which seems to contain the OTP on the Apple M1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 04:17:31 Modified files: www/qutebrowser: Makefile distinfo Log message: update to qutebrowser-2.0.2, from maintainer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/24 05:09:25 Modified files: games/stepmania: Makefile distinfo games/stepmania/patches: patch-src_PrefsManager_cpp patch-src_ProfileManager_cpp patch-src_arch_ArchHooks_ArchHooks_Unix_cpp patch-src_arch_MovieTexture_MovieTexture_FFMpeg_cpp patch-src_archutils_Unix_Backtrace_h games/stepmania/pkg: PLIST Added files: games/stepmania/patches: patch-CMake_Modules_FindOSS_cmake patch-StepmaniaCore_cmake patch-src_CMakeLists_txt patch-src_NoteData_h patch-src_SongUtil_cpp patch-src_arch_MovieTexture_MovieTexture_FFMpeg_h Removed files: games/stepmania/patches: patch-src_Makefile_in Log message: update to a newer version needs the EPOCH hammer because the old beta numbering didn't parse correctly new version uses cmake... no sound yet until eric@ commits his fix to pulseaudio (which is currently #@!#@!@ broken) zap WITH_GTK2 since it's only a loading screen and this makes for a shitload of libraries for about nothing. Audio/video synch is not perfect, but it's a good basis for further work anyway CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/24 05:33:22 Modified files: sys/net : toeplitz.h Log message: fix stoeplitz_n16 and stoeplitz_h16 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/24 05:33:50 Modified files: sys/net : toeplitz.h Log message: white space tweak, no functional change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 05:34:02 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: www/sabredav : Makefile distinfo www/sabredav/pkg: DESCR PLIST README Log message: drop port of an ancient (2014) php5 version of sabredav that is not useful "2315 commits to master since this release" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 05:42:42 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm www : Makefile Removed files: www/mollify : Makefile distinfo www/mollify/pkg: DESCR PLIST README Log message: remove mollify, php web file manager. the version in ports was from 2012, renamed to "kloudspeaker" around 2015, no commits there since 2017, issues for that version open with PHP 7.1 incompatibilities. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 06:05:14 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: patch-base_Makefile_in patch-configure patch-include_config_h_in patch-sample-config_nagios_cfg_in patch-sample-config_template-object_localhost_cfg_in patch-sample-config_template-object_templates_cfg_in net/nagios/nagios/pkg: PLIST-main PLIST-web nagios.rc Log message: update to nagios-4.4.6, not run tested but the current version doesn't build any more and nobody responded to call for testers on ports@. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/24 06:19:48 Modified files: sys/kern : uipc_socket.c Log message: In sorflush() use m_purge() instead of handrolling it. no objections mvs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 06:25:32 Modified files: www/racktables : Makefile distinfo www/racktables/pkg: PLIST Log message: update to racktables-0.21.5 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/24 06:36:19 Modified files: share/man/man4/man4.arm64: aplintc.4 Log message: spelling fix; CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/24 06:58:46 Modified files: usr.bin/mg : dired.c Log message: snprintf() does indeed return an int. From an email Joachim Nilsson sent to tech@ many moons ago. Sorry for the delay. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/24 07:10:48 Modified files: databases : Makefile databases/py-apsw: Makefile distinfo databases/py-apsw/patches: patch-setup_py patch-tests_py databases/py-apsw/pkg: PLIST Log message: Update py-apsw to 3.34.0 and switch to py3-only OK sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/24 07:10:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-apsw' => 'py3-apsw' CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/24 07:13:48 Modified files: textproc/calibre: Makefile distinfo textproc/calibre/patches: patch-setup___init___py patch-setup_build_py patch-setup_install_py patch-src_calibre_constants_py patch-src_calibre_gui2___init___py patch-src_calibre_gui2_update_py patch-src_calibre_linux_py textproc/calibre/pkg: PLIST Removed files: textproc/calibre/patches: patch-src_calibre_headless_fontconfig_database_cpp patch-src_calibre_headless_fontconfig_database_h patch-src_calibre_headless_headless_integration_cpp patch-src_calibre_utils_matcher_c patch-src_duktape_duktape_duk_config_h Log message: Update calibre to 5.11.0 and switch to py3 This was made possible by sthen's great work on (py-)sip. I just puzzled together the dependencies and fixed some patches. OK sthen@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/24 07:17:18 Modified files: usr.bin/mg : interpreter.c Log message: Various fixes from emails Joachim Nilsson sent to tech@ many moons ago. Sorry for the delay. - Make sure we don't deref NULL ptr in skipwhite() - Only deref vendp if not NULL - Strings must be at least 2 chars for terminating NUL character CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 07:28:55 Modified files: net/dnsperf : Makefile distinfo net/dnsperf/pkg: PLIST Log message: update to dnsperf-2.4.2 install queryparse python script (reads pcap, generates list of queries for input to dnsperf) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/24 07:44:15 Modified files: lang/go : go.port.mk Log message: fix indentation of Makefile tests, this is already complicated enough without bogus indents CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/24 07:59:52 Modified files: sys/kern : kern_event.c sys/sys : event.h Log message: kqueue: Revise filterops interface Extend kqueue's filterops interface with new callbacks so that it becomes easier to use with fine-grained locking. The new interface delegates the serialization of kn_event access to event sources. Now kqueue uses filterops callbacks to read or write kn_event. This hides event sources' locking patterns from kqueue, and allows clean implementation of atomic read-and-clear for EV_CLEAR, for instance. There are so many existing filterops instances that converting all of them in one go is tricky. This patch adds a wrapper mechanism that kqueue uses when the new callbacks are missing. The new filterops interface has been influenced by XNU's kqueue. OK mpi@ semarie@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/24 09:12:42 Modified files: sbin/route : route.c Log message: show AF for DNS proposal messages; ok claudio bluhm CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/24 09:18:59 Modified files: sbin/dhclient : dhclient.8 dhclient.c dhcpd.h kroute.c Log message: Remove incomplete/incorrect connection with autoconf, clearing ground for future attempts at making it more IPv6-like. ok florian@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/24 09:21:33 Modified files: sbin/dhclient : dhclient.c Log message: Fix annoying typo in a comment. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/24 09:23:33 Modified files: sys/net : Tag: OPENBSD_6_8 pf_norm.c Log message: When cutting of the head of an overlapping fragment during pf reassembly, reinsert the fragment into the lookup table with correct index. Reported-by: syzbot+d043455a5346f726f1c4@syzkaller.appspotmail.com OK claudio@ this is errata/6.8/014_pffrag.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/02/24 09:25:35 Modified files: sys/net : Tag: OPENBSD_6_7 pf_norm.c Log message: When cutting of the head of an overlapping fragment during pf reassembly, reinsert the fragment into the lookup table with correct index. Reported-by: syzbot+d043455a5346f726f1c4@syzkaller.appspotmail.com OK claudio@ this is errata/6.7/035_pffrag.patch.sig CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/24 09:27:05 Modified files: sbin/dhclient : dhclient.c Log message: No need to check ifi->active for NULL when looking for duplicate/obsolete leases. It can't be NULL, and is unconditionally dereferenced a few lines later anyway. CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2021/02/24 09:29:13 Modified files: . : errata67.html errata68.html Log message: Release pffrag errata. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/24 09:36:47 Modified files: sbin/dhclient : dhclient.c Log message: No need to get time() twice. Just use the already obtained cur_time to initialize a missing lease->epoch. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 09:49:02 Modified files: databases/pg_stats_reporter: Makefile databases/pgfouine: Makefile devel/boris : Makefile geo/mapserver : Makefile lang/php : php.port.mk lang/php/7.3 : Makefile lang/php/7.3/pkg: PLIST-main lang/php/7.4 : Makefile lang/php/7.4/pkg: PLIST-main mail/kopano/core: Makefile mail/rcube-contextmenu: Makefile mail/rcube-dkimstatus: Makefile mail/rcube-dovecot_ident: Makefile mail/rcube-html5-notifier: Makefile mail/rcube-ldapAliasSync: Makefile mail/rcube-markasjunk2: Makefile mail/rcube-sieverules: Makefile mail/rcube-yubikey-plugin: Makefile mail/roundcubemail: Makefile mail/z-push : Makefile misc/gpsd : Makefile net/icinga/web2: Makefile net/icinga/web2-module-director: Makefile net/icinga/web2-module-incubator: Makefile net/icinga/web2-module-ipl: Makefile net/icinga/web2-module-reactbundle: Makefile net/librenms : Makefile net/nagios/nagios: Makefile net/nfsen : Makefile net/pear-Net-LDAP: Makefile net/pear-Net-LDAP2: Makefile net/php-weathermap: Makefile net/zabbix : Makefile productivity/baikal: Makefile productivity/davical: Makefile textproc/sphinx: Makefile textproc/tcpdf : Makefile www/awl : Makefile www/composer : Makefile www/dokuwiki : Makefile www/drush : Makefile www/nextcloud : Makefile www/pear : Makefile www/php-predis : Makefile www/phpldapadmin: Makefile www/phpmyadmin : Makefile www/phppgadmin : Makefile www/phpvirtualbox: Makefile www/pnp4nagios : Makefile www/racktables : Makefile www/selfoss : Makefile www/syweb : Makefile www/wp-cli : Makefile Log message: switch default MODPHP_VERSION to 7.4 and bump ports which have changed version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/24 09:53:18 Modified files: sbin/dhclient : dhclient.c Log message: Complete deleting ifi->active before calling write_lease_db(). No functional change but a bit more obvious and shrinks upcoming diff. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 10:26:29 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm comms : Makefile Removed files: comms/seyon : Makefile distinfo comms/seyon/patches: patch-Imakefile patch-SeDecl_h patch-SeGeneric_c patch-SeParse_y patch-SePort_c patch-SeScan_c patch-SeScript_c patch-SeSubs_c patch-SeSupp_c patch-SeTerm_c patch-config_h comms/seyon/pkg: DESCR PLIST Log message: drop comms/seyon, fails to build with -fno-common, essentially unmaintained upstream since 1993, version in ports was even older CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 10:31:59 Modified files: lang/php : Makefile.inc lang/php/7.2 : Makefile lang/php/7.2/pkg: PLIST-apache PLIST-bz2 PLIST-cgi PLIST-curl PLIST-dba PLIST-dbg PLIST-enchant PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xmlrpc PLIST-xsl PLIST-zip lang/php/7.3 : Makefile lang/php/7.3/pkg: PLIST-apache PLIST-bz2 PLIST-cgi PLIST-curl PLIST-dba PLIST-dbg PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xmlrpc PLIST-xsl PLIST-zip lang/php/7.4 : Makefile lang/php/7.4/pkg: PLIST-apache PLIST-bz2 PLIST-cgi PLIST-curl PLIST-dba PLIST-dbg PLIST-enchant PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xmlrpc PLIST-xsl PLIST-zip Log message: php: add PHP_PKGSPEC to SUBST_VARS and regenerate PLISTs, reducing differences between versions. move -xmlrpc from Makefile.inc to 7.x/Makefile in preparation for 8.0 which doesn't have it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 10:58:42 ports/lang/php/8.0 Update of /cvs/ports/lang/php/8.0 In directory cvs.openbsd.org:/tmp/cvs-serv54014/8.0 Log Message: Directory /cvs/ports/lang/php/8.0 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 10:58:42 ports/lang/php/8.0/pkg Update of /cvs/ports/lang/php/8.0/pkg In directory cvs.openbsd.org:/tmp/cvs-serv54014/8.0/pkg Log Message: Directory /cvs/ports/lang/php/8.0/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 10:58:42 ports/lang/php/8.0/patches Update of /cvs/ports/lang/php/8.0/patches In directory cvs.openbsd.org:/tmp/cvs-serv54014/8.0/patches Log Message: Directory /cvs/ports/lang/php/8.0/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/24 10:59:05 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Make the new validator check for EXFLAG_CRITICAL As should be obvious from the name and the comment in x509_vfy.h int last_untrusted; /* index of last untrusted cert */ last_untrusted actually counts the number of untrusted certs at the bottom of the chain. Unfortunately, an earlier fix introducing x509_verify_set_xsc_chain() assumed that last_untrusted actually meant the index of the last untrusted cert in the chain, resulting in an off-by-one, which in turn led to x509_vfy_check_chain_extension() skipping the check for the EXFLAG_CRITICAL flag. A second bug in x509_verify_set_xsc_chain() assumed that it is always called with a trusted root, which is not necessarily the case anymore. Address this with a temporary fix which will have to be revisited once we will allow chains with more than one trusted cert. Reported with a test case by tobhe. ok jsing tobhe CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 11:00:45 Modified files: lang/php : Makefile.inc lang/php/7.4 : Makefile lang/php/7.4/pkg: PLIST-gd Log message: switch php-7.4 to external libgd CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/24 11:01:31 Modified files: lib/libcrypto/x509: x509_vfy.h Log message: Fix comment explaining last_untrusted. This should really be called num_untrusted, but unfortunately it's public... ok jsing tobhe CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/24 11:06:32 Modified files: mail/sma : Makefile mail/sma/patches: patch-Makefile mail/sma/pkg : PLIST Added files: mail/sma/patches: patch-init_c patch-sma_c patch-sma_h Log message: mail/sma: fix build with -fno-common ok gnezdo CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/24 11:09:41 src/sbin/resolvd Update of /cvs/src/sbin/resolvd In directory cvs.openbsd.org:/tmp/cvs-serv50881/resolvd Log Message: Directory /cvs/src/sbin/resolvd added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/24 11:10:41 Added files: sbin/resolvd : Makefile resolvd.8 resolvd.c Log message: Import resold(8), a daemon to rewrite resolv.conf. prodding deraadt CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/24 11:21:44 Modified files: devel/qt-creator: Makefile distinfo Log message: Update Qt Creator to 4.14.1 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/24 11:34:14 Modified files: sbin/unwind : control.c Log message: We need to track the pid of the connecting control connection to be able to send answers back to the correct client in case two are connecting at the same time. We also need to pass the pid around to the resolver process so that it can hand it back to us. Debugged by deraadt and dlg who noticed that answers would always arrive on the first control connection. deraadt@ points out that tracking the pid is not the best choice in case one process wants to hold open two connections but at least this brings us in line with all the other privsep daemons with control tools. If we change this we should change it in all daemons. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/24 11:43:47 Modified files: devel/qt-creator: Makefile Log message: fix master site path CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/24 12:00:08 Modified files: sbin/resolvd : resolvd.c Log message: fairly significant rewrite, including: replace poll+kevent with kevent only. lockfile to block starting of 2nd instance. remove state file, and recognize '# resolvd: ' lines as state handle DNS proposal withdraws better Still a work in progress. tested and looked at by semarie, benno, florian, dlg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/24 12:00:38 Modified files: sbin/resolvd : resolvd.8 Log message: More accurately describe the DNS proposal sources and reaction by resolvd. with jmc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 12:13:50 Added files: lang/php/8.0 : Makefile distinfo lang/php/8.0/patches: patch-build_php_m4 patch-configure_ac patch-ext_imap_config_m4 patch-ext_imap_php_imap_c patch-ext_mysqlnd_config9_m4 patch-main_php_h patch-main_php_ini_c patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_fpm_fpm_fpm_atomic_h patch-sapi_fpm_fpm_fpm_children_c patch-sapi_fpm_www_conf_in patch-scripts_Makefile_frag patch-scripts_php-config_in patch-scripts_phpize_in lang/php/8.0/pkg: PLIST-apache PLIST-bz2 PLIST-cgi PLIST-curl PLIST-dba PLIST-dbg PLIST-enchant PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xsl PLIST-zip php80_fpm.rc Log message: add initial php 8.0 bits, not linked to the build yet until i can figure out how to disable or fix the broken SSE/AVX code (7.4 had the same problem but was easier to disable) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 12:14:11 Modified files: lang/php : Makefile.inc Log message: add initial php 8.0 bits, not linked to the build yet until i can figure out how to disable or fix the broken SSE/AVX code (7.4 had the same problem but was easier to disable) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/24 12:21:41 Modified files: sbin : Makefile Log message: build resolvd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 13:56:22 Modified files: lang/php/8.0/patches: patch-build_php_m4 Added files: lang/php/8.0/patches: patch-Zend_zend_portability_h Log message: php/8.0: neuter the __builtin_cpu_supports autoconf checks so that it doesn't detect sse/avx2/etc, fixing things so you can do base64 without segfaulting test case: php-8.0 -r "print(base64_encode('abcdef').PHP_EOL);" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 13:56:36 Modified files: lang/php : Makefile Log message: hook php/8.0 to the build CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/24 14:11:06 Modified files: sysutils/wmmon : Makefile sysutils/wmmon/patches: patch-wmmon_wmmon_c sysutils/wmmon/pkg: PLIST Added files: sysutils/wmmon/patches: patch-wmgeneral_wmgeneral_c patch-wmgeneral_wmgeneral_h Log message: sysutils/wmmon Fix for -fno-common from NilsOla Nilsson Add missing #include, regen patches and PLIST while there. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 14:14:58 Modified files: www/pecl-ssh2 : Makefile graphics/pecl-imagick: Makefile www/pecl-chroot: Makefile www/pecl-proctitle: Makefile www/pecl-propro: Makefile Log message: set FLAVORS for pecl ports that fail with php80 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 14:23:17 Modified files: www : Makefile graphics : Makefile textproc : Makefile security : Makefile mail : Makefile databases : Makefile archivers : Makefile archivers/pecl-lzf: Makefile archivers/pecl-rar: Makefile distinfo databases/pecl-redis: Makefile graphics/pecl-imagick: Makefile mail/pecl-mailparse: Makefile security/pecl-mcrypt: Makefile textproc/pecl-yaml: Makefile www/pecl-chroot: Makefile www/pecl-memcached: Makefile www/pecl-pecl_http: Makefile www/pecl-pledge: Makefile www/pecl-proctitle: Makefile www/pecl-propro: Makefile www/pecl-raphf : Makefile www/pecl-ssh2 : Makefile lang/php : php.port.mk lang/php/pecl : pecl.port.mk Log message: build php-8.0 versions of the pecl ports which support it CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/24 15:17:48 Modified files: sbin/iked : ca.c Log message: Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data(). From Moritz Schmitt ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 15:18:57 Modified files: lang/php/8.0 : Makefile lang/php/8.0/patches: patch-build_php_m4 patch-configure_ac Removed files: lang/php/8.0/patches: patch-Zend_zend_portability_h Log message: turns out the segfault problem with sse/avx isn't due to the code, it's due to php trying to resolve functions via ifunc (presumably to optimize calls to them slightly?). disable use of ifuncs instead. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/02/24 15:21:26 Log message: import games/libgdx, version 1.9.11 ok brynet@ libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, Mac OS X, Android, your WebGL enabled browser and iOS. This port serves as an OpenBSD-compatible backend. It ships with libgdx-setup and libgdx-run to launch libgdx games. Status: Vendor Tag: thfr Release Tags: thfr_20210224 N ports/games/libgdx/Makefile N ports/games/libgdx/distinfo N ports/games/libgdx/patches/patch-backends_gdx-backend-lwjgl_src_com_badlogic_gdx_backends_lwjgl_LwjglNativesLoader_java N ports/games/libgdx/patches/patch-backends_gdx-backend-lwjgl_src_com_badlogic_gdx_backends_lwjgl_audio_OpenALMusic_java N ports/games/libgdx/patches/patch-extensions_gdx-box2d_gdx-box2d_jni_build-linux64_xml N ports/games/libgdx/patches/patch-extensions_gdx-controllers_gdx-controllers-desktop_jni_build-linux64_xml N ports/games/libgdx/patches/patch-extensions_gdx-controllers_pom_xml N ports/games/libgdx/patches/patch-gdx_jni_build-linux64_xml N ports/games/libgdx/patches/patch-extensions_gdx-controllers_gdx-controllers-desktop_jni_ois-v1-4svn_includes_linux_LinuxForceFeedback_h N ports/games/libgdx/patches/patch-extensions_gdx-controllers_gdx-controllers-desktop_jni_ois-v1-4svn_src_linux_EventHelpers_cpp N ports/games/libgdx/patches/patch-extensions_gdx-controllers_gdx-controllers-desktop_jni_ois-v1-4svn_src_linux_LinuxForceFeedback_cpp N ports/games/libgdx/patches/patch-extensions_gdx-controllers_gdx-controllers-desktop_jni_ois-v1-4svn_src_linux_LinuxJoyStickEvents_cpp N ports/games/libgdx/patches/patch-extensions_gdx-freetype_jni_build-linux64_xml N ports/games/libgdx/patches/patch-extensions_gdx-jnigen_src_com_badlogic_gdx_jnigen_JniGenSharedLibraryLoader_java N ports/games/libgdx/patches/patch-gdx_src_com_badlogic_gdx_scenes_scene2d_utils_UIUtils_java N ports/games/libgdx/patches/patch-gdx_src_com_badlogic_gdx_utils_SharedLibraryLoader_java N ports/games/libgdx/pkg/DESCR N ports/games/libgdx/pkg/PLIST N ports/games/libgdx/files/libgdx-setup.sh N ports/games/libgdx/files/libgdx-run.sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/02/24 15:25:25 Modified files: games : Makefile Log message: +libgdx CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/02/24 15:27:22 ports/games/fna/patches Update of /cvs/ports/games/fna/patches In directory cvs.openbsd.org:/tmp/cvs-serv73032/patches Log Message: Directory /cvs/ports/games/fna/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/02/24 15:29:43 Modified files: games/fna : Makefile Added files: games/fna/patches: patch-src_Color_cs patch-src_GraphicsDeviceManager_cs Log message: add non-spec enhancements to allow running Axiom Verge again CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 15:54:14 Modified files: mail : Makefile Log message: rspamd,hyperscan snuck into mail/Makefile, spotted by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 16:04:57 Modified files: lang/php/7.3 : Makefile lang/php/7.3/patches: patch-configure_ac lang/php/7.4 : Makefile lang/php/7.4/patches: patch-configure_ac Log message: php: use the same patch to disable ifuncs on 7.3 and 7.4 as I used on 8.0 (i am not convinced the optimized code is actually faster but it's closer to the build on other OS this way) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/02/24 16:12:35 Modified files: regress/usr.bin/ssh: sshcfgparse.sh Log message: Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms in test to match change to config-dump output. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/24 16:20:35 Modified files: www/drush : Makefile distinfo www/drush/patches: patch-includes_environment_inc www/drush/pkg : PLIST Log message: update to drush-8.4.6, fix patch for php-7.4 compat CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/24 16:33:44 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/24 16:44:04 Modified files: sys/net : toeplitz.h Log message: add support for hashing 64 and 32 bit numbers in host byte order. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/02/24 17:38:59 Modified files: sbin/resolvd : resolvd.c Log message: Fix SMALL build OK deraadt CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/02/24 17:41:29 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Fix stray but harmless comma, set NO_TEST The build target does actual tests and "make test" would otherwise bark about a missing Makefile and return non-zero. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/24 18:19:35 Modified files: sys/conf : GENERIC Log message: enable veb(4), it's time for wider testing. apart from the semantic differences between bridge(4) and veb(4), the only missing bits in veb(4) is the transparent ipsec interception support, and spanning tree. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/24 19:43:32 Modified files: share/man/man9 : mbuf.9 sys/sys : mbuf.h sys/kern : uipc_mbuf.c Log message: let m_copydata use a void * instead of caddr_t i'm not a fan of having to cast to caddr_t when we have modern inventions like void *s we can take advantage of. ok claudio@ mvs@ bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/24 19:48:22 Modified files: sys/arch/armv7/sunxi: sxie.c sys/arch/octeon/dev: octcrypto.c sys/dev/ic : acx.c an.c if_wi.c sys/dev/pci : if_bwfm_pci.c if_mcx.c safe.c ubsec.c sys/dev/usb : if_athn_usb.c if_otus.c if_rsu.c if_uath.c if_urtw.c sys/net : bridgectl.c if_bridge.c if_pfsync.c if_pppx.c if_switch.c if_vlan.c if_vxlan.c pipex.c rtsock.c switchofp.c sys/netinet : ip_ah.c ip_esp.c ip_icmp.c tcp_subr.c sys/netinet6 : ip6_input.c Log message: we don't have to cast to caddr_t when calling m_copydata anymore. the first cut of this diff was made with coccinelle using this spatch: @rule@ type caddr_t; expression m, off, len, cp; @@ -m_copydata(m, off, len, (caddr_t)cp) +m_copydata(m, off, len, cp) i had fix it's opinionated idea of formatting by hand though, so i'm not sure it was worth it. ok deraadt@ bluhm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/24 20:27:34 Modified files: regress/usr.bin/ssh: agent.sh cert-hostkey.sh cert-userkey.sh keytype.sh limit-keytype.sh Log message: s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/24 21:23:08 Modified files: emulators/gxemul: Makefile emulators/gxemul/patches: patch-configure emulators/gxemul/pkg: PLIST Log message: a few tweaks to gxemul: - remove the custom install (which wasn't even picking up all the right stuff to install anymore) - add a patch to allow doxygen to be turned off - turn off doxygen and valgrind so they aren't picked up at config time and then junked at build time causing problems Special thanks to Anders Gavare (upstream) for making luna88k work in this release by fixing some key bugs. ok fcambus@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/24 21:38:01 Modified files: graphics/waffle: Makefile distinfo graphics/waffle/patches: patch-cmake_Modules_WaffleValidateOptions_cmake patch-src_waffle_CMakeLists_txt patch-src_waffle_egl_wegl_platform_c patch-src_waffle_gbm_wgbm_display_c patch-src_waffle_gbm_wgbm_platform_c patch-src_waffle_linux_linux_dl_c patch-third_party_cmocka_include_cmocka_h graphics/waffle/pkg: PLIST Added files: graphics/waffle/patches: patch-meson_build Log message: update to waffle 1.6.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/24 22:44:10 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.281 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/25 00:24:03 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.2.3.0. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/02/25 00:30:36 Modified files: sys/dev/ic : nvme.c Log message: Prevent zero size devices from attaching This also fixes two NULL ptr derefs in later code path. OK patick@, krw@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/25 00:56:30 Modified files: comms/sigrok/libserialport: Makefile comms/sigrok/libsigrok: Makefile distinfo comms/sigrok/libsigrok/patches: patch-config_h_in comms/sigrok/libsigrokdecode: Makefile comms/sigrok/pulseview: Makefile distinfo comms/sigrok/pulseview/patches: patch-pv_util_cpp comms/sigrok/sigrok-cli: Makefile comms/sigrok/sigrok-dumps: Makefile Removed files: comms/sigrok/libsigrok/patches: patch-Doxyfile Log message: Update to libsigrok-0.5.2 and pulseview-0.4.2. Disable ruby support; ruby gets picked up but the bindings fail to build. Improve some package COMMENTs. Enable debug packages. requested & tested by jcs@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/02/25 02:13:18 Modified files: share/man/man5 : Makefile port-modules.5 Added files: share/man/man5 : cargo-module.5 gnome-module.5 go-module.5 python-module.5 qmake-module.5 Log message: split off the large module documentations, so that port-modules is less of a monster. okay sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 03:36:35 Modified files: devel/quirks : Makefile Log message: avoid using find -exec, it does nothing useful with failure exit xodes. just use the output of find in a for loop. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 03:39:24 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: fix spelling of driftnet (in the commit which originally introduced the missing comma, before another line was added that made it a syntax error some commits later) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/02/25 04:09:17 Modified files: www/rt : Makefile distinfo www/rt/pkg : PLIST Log message: update to 5.0.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/25 04:18:47 Modified files: graphics/libwebp: Makefile Log message: add DEBUG_PACKAGES explain precisely what's going on with SDL okay sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 04:42:33 Modified files: lang/php/7.2 : Makefile lang/php/7.2/patches: patch-php_ini-production lang/php/7.3 : Makefile lang/php/7.3/patches: patch-php_ini-production lang/php/7.4 : Makefile lang/php/7.4/patches: patch-php_ini-production lang/php/8.0 : Makefile lang/php/8.0/patches: patch-php_ini-production Log message: tweak sample php configs, expose_php off by default CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 04:44:45 Modified files: www : Makefile www/pecl-pecl_http: Makefile Log message: disable php80 on BROKEN port pecl-pecl_http CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 07:35:39 ports/net/ipcheck/patches Update of /cvs/ports/net/ipcheck/patches In directory cvs.openbsd.org:/tmp/cvs-serv34918/patches Log Message: Directory /cvs/ports/net/ipcheck/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/25 08:03:42 ports/inputmethods/cellwriter/patches Update of /cvs/ports/inputmethods/cellwriter/patches In directory cvs.openbsd.org:/tmp/cvs-serv88801/patches Log Message: Directory /cvs/ports/inputmethods/cellwriter/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/25 08:05:06 Modified files: inputmethods/cellwriter: Makefile Added files: inputmethods/cellwriter/patches: patch-src_options_c patch-src_recognize_c Log message: inputmethods/cellwriter: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/25 08:05:23 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-deps_Makefile patch-deps_hiredis_Makefile patch-redis_conf patch-sentinel_conf patch-src_Makefile patch-src_debug_c patch-src_networking_c patch-src_server_h patch-tests_test_helper_tcl patch-utils_gen-test-certs_sh databases/redis/pkg: PLIST redis.rc Added files: databases/redis/patches: patch-src_zmalloc_c Removed files: databases/redis/patches: patch-deps_lua_src_lua_bit_c patch-deps_lua_src_lua_cjson_c patch-deps_lua_src_lua_cmsgpack_c patch-deps_lua_src_lua_struct_c Log message: Update to Redis 6.2.0, ok danj sthen Redis 6.2 includes many new commands and improvements, but no big features. It mainly makes Redis more complete and addresses issues that have been requested by many users frequently or for a long time. https://github.com/redis/redis/blob/6.2/00-RELEASENOTES This version includes a security fix for ILP32 arches (CVE-2021-21309) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/25 08:07:50 Modified files: databases/redis: Tag: OPENBSD_6_8 Makefile distinfo databases/redis/patches: Tag: OPENBSD_6_8 patch-redis_conf patch-src_Makefile patch-src_networking_c patch-src_zmalloc_c Log message: Update to Redis 6.0.11, ok sthen Fixes an integer overflow issue on ILP32 arches (CVE-2021-21309) among many other things. https://github.com/redis/redis/blob/6.0/00-RELEASENOTES CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/25 08:09:09 Modified files: devel/remake : Makefile distinfo Added files: devel/remake/patches: patch-src_debugger_file2line_c patch-src_debugger_file2line_h patch-src_dep_h patch-src_globals_h patch-src_main_c patch-src_main_h patch-src_make_h patch-src_print_h patch-src_variable_c patch-src_variable_h Removed files: devel/remake/patches: patch-glob_glob_h patch-src_dbg_cmd_c patch-tests_scripts_debugger_trace Log message: Updated devel/remake to remake-4.3+dbg-1.5 [-fno-common] Slightly massaged patches from: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3f45f6f1ac0dbe8d987af727a0f7445cd30048 Passes all tests: 653 Tests in 124 Categories Complete ... No Failures :-) ok sthen CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/02/25 08:20:18 Modified files: lib/libc/stdlib: malloc.3 malloc.c Log message: - Make use of the fact that we know how the chunks are aligned, and write 8 bytes at the time by using a uint64_t pointer. For an allocation a max of 4 such uint64_t's are written spread over the allocation. For pages sized and larger, the first page is junked in such a way. - Delayed free of a small chunk checks the corresponiding way. - Pages ending up in the cache are validated upon unmapping or re-use. In snaps for a while CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 08:41:04 Modified files: mail/postfix/stable: Makefile distinfo Log message: update postfix-stable to 3.5.9, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 09:31:15 Modified files: devel/libuv : Makefile Log message: libuv: tidy up sphinx bits CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 09:37:22 Modified files: net/isc-bind : Makefile Added files: net/isc-bind/patches: patch-bin_named_include_named_zoneconf_h patch-bin_named_server_c patch-bin_named_zoneconf_c patch-lib_isccfg_aclconf_c Log message: isc-bind: backport https://gitlab.isc.org/isc-projects/bind9/-/issues/2413 fix found the hard way by Christian Gut, thanks for tracking this down. https://gitlab.isc.org/isc-projects/bind9/-/commit/12c5b2a1b83376f420ecb112f1d5b10f06e18416.patch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 09:37:39 Modified files: net/isc-bind : Tag: OPENBSD_6_8 Makefile Added files: net/isc-bind/patches: Tag: OPENBSD_6_8 patch-bin_named_include_named_zoneconf_h patch-bin_named_server_c patch-bin_named_zoneconf_c patch-lib_isccfg_aclconf_c Log message: isc-bind: backport https://gitlab.isc.org/isc-projects/bind9/-/issues/2413 fix found the hard way by Christian Gut, thanks for tracking this down. https://gitlab.isc.org/isc-projects/bind9/-/commit/12c5b2a1b83376f420ecb112f1d5b10f06e18416.patch CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/25 09:57:10 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Avoid passing last and depth to x509_verify_cert_error() on ENOMEM. In x509_verify_ctx_set_xsc_chain(), an ENOMEM case is currently passing the last certificate and depth (which is no longer actually depth) to x509_verify_cert_error(). Given we've hit an ENOMEM situation, neither of these are useful so remove both. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/25 09:58:59 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Rename depth to num_untrusted so it identifies what it actually represents. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/25 10:06:06 Modified files: lib/libssl : ssl_ciphers.c ssl_lib.c ssl_locl.h ssl_methods.c ssl_packet.c ssl_versions.c tls13_client.c tls13_legacy.c tls13_server.c Log message: Only use TLS versions internally (rather than both TLS and DTLS versions). DTLS protocol version numbers are the 1's compliment of human readable TLS version numbers, which means that newer versions decrease in value and there is no direct mapping between TLS protocol version numbers and DTLS protocol version numbers. Rather than having to deal with this internally, only use TLS versions internally and map between DTLS and TLS protocol versions when necessary. Rename functions and variables to use 'tls_version' when they contain a TLS version (and never a DTLS version). ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/25 10:07:52 Modified files: regress/lib/libssl/unit: ssl_versions.c Log message: Update regress to match TLS versions change. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/25 10:29:22 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Fix two bugs in the legacy verifier To integrate the new X.509 verifier, X509_verify_cert() was refactored. The code building chains in the legacy verifier was split into a separate function. The first bug is that its return value was treated as a Boolean although it wasn't. Second, the return alone is not enough to decide whether to carry on the validation or not. Slightly rearrange things to restore the behavior of the legacy verifier prior to this refactoring. Issue found and test case provided by Anton Borowka and jan. ok jan jsing CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/25 12:39:19 Log message: Import moonlight-qt-3.0.0 Moonlight (formerly Limelight) is an open source implementation of NVIDIA's GameStream protocol. With Moonlight, You can stream your collection of PC games from your GameStream-compatible PC to any supported device and play them remotely. ok rsadowski@ port done by Muhammad Kaisar Arkhan who is also the maintainer Status: Vendor Tag: solene Release Tags: solene_20210225 N ports/games/moonlight-qt/Makefile N ports/games/moonlight-qt/distinfo N ports/games/moonlight-qt/pkg/DESCR N ports/games/moonlight-qt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/25 12:40:07 Modified files: games : Makefile Log message: + moonlight-qt CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/02/25 13:04:38 Modified files: sbin/resolvd : resolvd.8 Log message: Typofix CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/25 13:13:24 Modified files: sbin/iked : crypto.c iked.h Log message: Constify cipher API. ok markus@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/02/25 13:51:55 Modified files: usr.bin/ftp : fetch.c Log message: ftp: prevent double free() in error path Reported by bentley@; ok bentley@ jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 13:53:58 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.3.7.48 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/25 13:59:42 Removed files: devel/kf5/kcompletion/patches: patch-src_klineedit_cpp Log message: Remove outdated patch. This was a fix for <5.79.0. I thought it was deleted. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/25 14:17:08 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/mingw : Makefile distinfo devel/mingw/files: specs.diff devel/mingw/patches: patch-x86-mingw32-build_sh patch-x86-mingw32-build_sh_conf patch-x86-mingw32-build_sh_functions patch_binutils-2.20.1-configure patch_gcc-g++-3.4.5-20060117-2-gcc_configure devel/mingw/pkg: DESCR PLIST README Log message: Remove devel/mingw. "This port combines gcc 3.4.5 from 2005 with a mingw runtime from 2009 or 2010 to target Microsoft Windows." It is woefully obsolete. If somebody wants to cross-compile from OpenBSD to Microsoft Windows, they should import a new toolchain. Noticed because it failed to build with -fno-common. ok gkoehler@ kn@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/25 14:23:57 Modified files: x11/gnustep/gworkspace: Makefile Added files: x11/gnustep/gworkspace/patches: patch-Inspector_ContentViewers_ImageViewer_Resizer_h patch-Inspector_ContentViewers_ImageViewer_Resizer_m Log message: x11/gnustep/gworkspace: fix build with -fno-common; from Debian Upstream has fixed this differently as part of a larger change. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/25 14:30:28 Modified files: net/argus : Makefile Added files: net/argus/patches: patch-argus_ArgusUdt_c Log message: net/argus: fix the build with -fno-common; ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/25 14:31:28 Modified files: net/argus-clients: Makefile net/argus-clients/patches: patch-common_argus_util_c Log message: net/argus-clients: fix build with -fno-common; ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/25 14:38:20 Modified files: x11/gnustep/terminal: Makefile Added files: x11/gnustep/terminal/patches: patch-TerminalWindow_h Log message: x11/gnustep/terminal: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/25 14:39:54 ports/sysutils/wmwlmon/patches Update of /cvs/ports/sysutils/wmwlmon/patches In directory cvs.openbsd.org:/tmp/cvs-serv53252/patches Log Message: Directory /cvs/ports/sysutils/wmwlmon/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 14:46:05 Modified files: infrastructure/mk: bsd.port.mk Log message: add FIX_CRLF_FILES. currently we use ad-hoc make targets to convert line endings in extracted distfiles; it's common enough that it makes sense to provide a nicer way of doing this. some changes suggested by espie@ tb@ kn@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/25 14:46:25 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document FIX_CRLF_FILES. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 14:52:51 Log message: import textproc/p5-Pod-Parser, ok afresh1@ (plus I added his patches from the version in base). (also uses the shiny new FIX_CRLF_FILES). This is currently in perl in base but will be removed in 5.32. ---- Pod::Parser is a base class for creating POD filters and translators. It handles most of the effort involved with parsing the POD sections from an input stream, leaving subclasses free to be concerned only with performing the actual translation of text. NOTE: This module is considered legacy. Pod-Simple is the usual module for all things POD. ---- Status: Vendor Tag: sthen Release Tags: sthen_20210225 N ports/textproc/p5-Pod-Parser/Makefile N ports/textproc/p5-Pod-Parser/distinfo N ports/textproc/p5-Pod-Parser/pkg/DESCR N ports/textproc/p5-Pod-Parser/pkg/PLIST N ports/textproc/p5-Pod-Parser/patches/patch-Makefile_PL N ports/textproc/p5-Pod-Parser/patches/patch-lib_Pod_PlainText_pm N ports/textproc/p5-Pod-Parser/patches/patch-t_unbalanced_t No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 14:53:23 Modified files: textproc : Makefile Log message: +p5-Pod-Parser CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 14:54:23 Modified files: x11/p5-Gtk2-Ex-PodViewer: Makefile Log message: depend on textproc/p5-Pod-Parser CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/25 14:55:55 Modified files: x11/gnustep/corebase: Makefile Added files: x11/gnustep/corebase/patches: patch-Headers_CoreFoundation_CFError_h Log message: x11/gnustep/corebase: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 14:56:09 Modified files: lang/parrot : Makefile Log message: depend on textproc/p5-Pod-Parser CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 14:59:27 Modified files: infrastructure/templates: Makefile.template Log message: add FIX_CRLF_FILES, from tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/25 15:14:54 Modified files: sys/dev/ofw : ofw_misc.c ofw_misc.h Log message: Add a framework for IOMMUs. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/25 15:21:56 Modified files: sysutils/wmwlmon: Makefile sysutils/wmwlmon/pkg: PLIST Added files: sysutils/wmwlmon/patches: patch-xutils_c patch-xutils_h Log message: sysutils/wmwlmon: Fix build with -fno-common ok mglocker CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 15:22:43 Modified files: lang/squeak/vm : Makefile Log message: add a comment for a line-ending fix that isn't quite the same as FIX_CRLF_FILES (s,\\r,\\n,g) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 15:26:03 Modified files: audio/soundtouch: Makefile cad/qucs-s : Makefile devel/lpc21isp : Makefile devel/premake4 : Makefile emulators/desmume: Makefile emulators/mame : Makefile games/devilutionx: Makefile games/fs2open : Makefile games/gargoyle : Makefile games/hex-a-hop: Makefile games/hypatia : Makefile games/libgdx : Makefile games/love : Makefile games/mnemosyne: Makefile games/odamex : Makefile games/stepmania: Makefile games/supertux : Makefile graphics/autopano-sift-c: Makefile graphics/exiv2 : Makefile graphics/libpano13: Makefile graphics/p5-GD-Graph3d: Makefile graphics/posterazor: Makefile lang/hashlink : Makefile mail/p5-Mail-Sender: Makefile misc/ietf-cli : Makefile misc/tkman : Makefile net/dhcdrop : Makefile net/nagios/nsca: Makefile net/transmission: Makefile net/utox : Makefile print/epson-inkjet-printer-escpr: Makefile security/p5-Digest-MD5-M4p: Makefile security/pcsc-cyberjack: Makefile telephony/asterisk: Makefile telephony/fobbit: Makefile textproc/tinyxml2: Makefile x11/wxWidgets : Makefile Log message: use FIX_CRLF_FILES, this is so much neater I can't believe we didn't do it before! CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/25 15:30:29 Modified files: x11/wminfo : Makefile Added files: x11/wminfo/patches: patch-wmgeneral_wmgeneral_c patch-wmgeneral_wmgeneral_h Log message: x11/wminfo: fix build with -fno-common CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2021/02/25 15:31:27 Modified files: faq/ports : specialtopics.html Log message: gcc->cc CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/02/25 15:41:51 Modified files: share/man/man5 : bsd.port.mk.5 Log message: make the timing of FIX_CRLF_FILES explicit CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/02/25 15:58:27 Modified files: share/man/man5 : bsd.port.mk.5 Log message: wrong annotation CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/25 16:04:54 Modified files: infrastructure/mk: bsd.port.mk graphics/posterazor: Makefile telephony/fobbit: Makefile Log message: FIX_CRLF_FILES should root files in WRKDIST, not WRKSRC. pointed out by espie@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/02/25 16:06:52 Modified files: share/man/man5 : bsd.port.mk.5 Log message: mention that FIX_CRLF_FILES is rooted in WRKDIST, pointed out by espie@. mention that shell wildcards may be used. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/25 16:07:49 Modified files: sys/arch/arm/include: pci_machdep.h sys/arch/arm64/dev: acpipci.c pciecam.c sys/arch/arm64/include: pci_machdep.h sys/arch/armv7/marvell: mvpcie.c sys/arch/armv7/vexpress: pciecam.c sys/dev/fdt : bcm2711_pcie.c dwpcie.c mvkpcie.c rkpcie.c Log message: Add some infrastructure in the PCI chipset tag for pci_probe_device_hook() so that we can provide IOMMU-hooked bus DMA tags for each PCI device. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/25 16:19:51 Modified files: infrastructure/mk: bsd.port.mk Log message: FIX_CRLF_FILES obviously belongs in dump-vars CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/25 16:26:05 Modified files: sys/dev/pci : if_bwfm_pci.c if_bwfm_pci.h Log message: Support for version 7 of the bwfm(4) PCIe interface. The size of the items on the rx/tx complete rings has increased slightly to accomodate possible new features. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/25 16:26:30 Modified files: databases/sqlports: Makefile databases/sqlports/files: Info.pm Var.pm databases/sqlports/files/man: sqlports.5 Log message: add FIX_CRLF_FILES to secondary tables CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/25 16:55:41 Modified files: sys/dev/ic : bwfm.c sys/dev/pci : if_bwfm_pci.c Log message: Some newer chips have two D11/802.11 cores, and we need to reset both at the same time. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/25 16:59:54 Modified files: sys/dev/pci : if_bwfm_pci.c Log message: The firmware replaces the last 32-bit on RAM with a shared DRAM address. While the for-loop checks that thie value has changed since we wrote to it, the timeout-condition checked for non-zero, which is wrong. This means that we didn't realize the firmware wasn't started. While there, make sure the shared DRAM address is inside the chip's address space. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/25 17:02:07 Modified files: sys/dev/pci : if_bwfm_pci.c Log message: Fix prio2fifo mapping table. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/25 17:07:42 Modified files: sys/dev/ic : bwfm.c bwfmvar.h sys/dev/pci : if_bwfm_pci.c sys/dev/sdmmc : if_bwfm_sdio.c Log message: Refactor bwfm(4) firmware loading. The PCIe backend will need to be able to load the CLM blob like the SDIO backend already does. Additionally it is also helpful for the PCIe backend to try a file named after the device tree compatible. Thus refactor the SDIO code and make it available for both SDIO and PCIe. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/25 17:14:28 Modified files: sys/dev/pci : if_bwfm_pci.c if_bwfm_pci.h Log message: Indicate hostready signal to inform the firmware that the rings have been initialized. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/25 17:16:41 Modified files: sys/net : if_veb.c Log message: gcc is more strict about union decls ok dlg CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/25 17:16:58 Modified files: usr.bin/ssh : ssh-sk.c Log message: a bit more debugging behind #ifdef DEBUG_SK CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/25 17:19:41 Modified files: sys/dev/pci : if_bwfm_pci.c if_bwfm_pci.h Log message: Increase the buffer size for the ioctl response buffers to the same as used in the wifi firmware to ensure responses can be received. CVSROOT: /cvs Module name: src Changes by: danj@cvs.openbsd.org 2021/02/25 17:44:42 Modified files: share/man/man5 : cargo-module.5 Log message: Add my copyright since I added most of the content CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/25 18:12:37 Modified files: sys/net : if_ethersubr.c sys/netinet : if_ether.h Log message: add some helpers for working with ethernet addresses as uint64_t the main bits are ether_addr_to_e64 and ether_e64_to addr for loading an ethernet address into a uin64_t and visa versa. there's also some macros for testing if an address in a uint64_t is multicast, broadcast, anyaddr, or if it's an 802.1q reserved multicast group address. the reason for this functionality is once you have an ethernet address as a uint64_t, operations like compares, bit tests, and so on are fast and easy. tested on amd64 and sparc64 CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/25 18:17:21 Modified files: usr.bin/mg : dired.c Log message: Some improvements from Joachim Wiberg's version of mg. check value of adjustname() use int for return value of snprintf CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/25 18:28:51 Modified files: sys/net : if_etherbridge.c if_etherbridge.h if_bpe.c if_gre.c if_veb.c Log message: use a uint64_t for the ethernet address in the etherbridge table. testing has shown up to a 30% improvement in the veb forwarding rate with this change. an earlier diff was tested by hrvoje popovski tested on amd64 and sparc64 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/25 18:42:47 Modified files: sys/net : if_veb.c Log message: use uint64_ts for ethernet addresses in the src/dst bits of rules. CVSROOT: /cvs Module name: src Changes by: danj@cvs.openbsd.org 2021/02/25 18:46:52 Modified files: share/man/man5 : cargo-module.5 Log message: Fix Typo, ok jca CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/25 18:57:20 Modified files: sys/net : if_veb.c Log message: try do a better job of filtering 802.1 reserved group addresses. if the bridge is supposed to carry vlan packets, assuming it's an s-vlan component and should allow certain group addresses to cross between "customer" bridges. i should probably let some of these groups fall back through to the calling ether_input rather than drop them. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/25 19:09:45 Modified files: sys/net : if_tpmr.c Log message: tpmr can use the eth64 bits too. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/25 19:28:50 Modified files: sbin/slaacd : engine.c Log message: remove some unused functions in slaacd ok florian@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/25 19:59:02 Modified files: www/py-requests: Makefile Log message: disable python2 tests for py-requests so py-flask can move to python3 ok danj@ (MAINTAINER), sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/25 20:03:53 Modified files: emulators/gxemul: Makefile distinfo emulators/gxemul/patches: patch-configure emulators/gxemul/pkg: PLIST Log message: update to gxemul 0.6.3.1 for additional luna88k improvements CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/25 20:15:31 Modified files: textproc/py-unpaddedbase64: Makefile Log message: "None" is not a valid url; reported by repology CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/25 20:30:37 ports/devel/cabal Update of /cvs/ports/devel/cabal In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/cabal Log Message: Directory /cvs/ports/devel/cabal added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/25 20:30:53 Added files: devel/cabal : cabal.port.mk Log message: Add cabal.port.mk to more easily build haskell ports Corrections by James Cook ok kili, reviews by espie and sthen before CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/25 20:31:14 Modified files: devel/happy : Makefile distinfo devel/happy/pkg: PLIST Log message: Use devel/cabal module for devel/happy and upgrade to 1.20 Passes `make test` and produces a package good enough for ghc build. This is the first package to rely on cabal.port.mk module. ok kili CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/25 21:12:34 Modified files: games/vms-empire: Makefile distinfo Log message: Update to vms-empire-1.16. The only change in this release is an upstream refactor to fix -fno-common. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/25 21:18:42 Modified files: regress/usr.bin/ssh/misc: Makefile Removed files: regress/usr.bin/ssh/misc/kexfuzz: Makefile README kexfuzz.c Log message: remove this KEX fuzzer; it's awkward to use and doesn't play nice with popular fuzzing drivers like libfuzzer. AFAIK nobody has used it but me. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/25 21:25:44 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/26 00:09:55 Modified files: textproc/py-commonmark: Makefile textproc/py-commonmark/pkg: PLIST Log message: repair conflict accidentally introduced in the recent update reported by rsadowski@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2021/02/26 00:11:45 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/files: module-sndio.c Log message: update and fix sndio module ok espie aja CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/26 00:21:23 Modified files: usr.bin/mg : dired.c Log message: Some more improvements from Joachim Wiberg's version of mg. check before using variable in list remove unnecessary variable declaration check value of adjustname() add a '< 0' return value of snprintf CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/26 00:53:27 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add a couple of format variables for active and last window index. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/26 00:54:11 Modified files: infrastructure/lib/DPB: State.pm Reporter.pm Log message: use the new cleaner interface of pkg_add's state that decouples continue and window size change for readability CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/26 01:04:07 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo Log message: x11/xfce4/xfce4-panel: update to 4.16.2 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/26 01:31:24 Modified files: sys/net : if_etherbridge.c Log message: only store the current time on address table entries if it changes. this avoids unecessary writes to memory. it helps a little bit with a single nettq, but we get a lot more of a boost in pps when running concurrently. thanks to hrvoje for testing. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/02/26 03:36:46 Modified files: sys/dev/pci : if_ixl.c pcidevs pcidevs.h pcidevs_data.h Log message: Add missing PCI product IDs for x710 10GBase-T into ixl(4) OK phessler CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/26 04:09:23 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK files.arm64 Added files: sys/arch/arm64/dev: aplpcie.c Log message: Add aplcpie(4), a (minimal) driver for the PCIe host bridge on Apple M1 SoCs. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 04:17:05 Modified files: net/icinga/web2: Makefile net/icinga/web2/pkg: README Added files: net/icinga/web2/patches: patch-library_Icinga_Application_Platform_php Log message: Patch icingaweb2 to allow the setup module to work with PHP 7.4+ on OpenBSD which doesn't usually have passwd databases available due to chroot. Without this, getpwuid(geteuid()) lookup was failing and the "return current username" function tried to access boolean false as if it was an array. Handle the case where the script is run as the expected package uid nicely (return the proper name), for others return numeric uid which isn't ideal but there's not a lot more that can be done. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/26 04:22:10 Modified files: sys/dev/pci : if_bwfm_pci.c Log message: Increase the amount of RX buffers given to the bwfm(4) chip. We haave seen this already on previous chips, which only started giving us packets when handing over at least 128 of them. Apparently some now require 256, which seems to get the Apple M1's WiFi going. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/26 04:28:13 Modified files: sys/dev/ofw : ofw_misc.c Log message: Only support #iommu-cells = <1> for now to make sure the correct stream ID is passed to the IOMMU device driver. ok patrick@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/02/26 04:41:02 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: touch pcidevs again to generated new rcs ids in headers advince from sthen@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/26 05:28:46 Modified files: sys/dev/pci : if_bwfm_pci.c if_bwfm_pci.h Log message: Add support for BCM4378 as implemented on the Apple M1. This chip seems to use a different set of PCIE2REG registers. Accessing the "old" ones even leads to faults. There are two surprises though. One is that it seems that the interrupt status register always returns 0, and the other one is that we receive the interrupts way too early, but both can be worked around for now. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/26 05:29:36 Modified files: sys/dev/pci : if_bwfm_pci.c Log message: Attach to BCM4378. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/26 05:33:59 Modified files: sys/dev/ic : bwfmreg.h sys/dev/pci : if_bwfm_pci.c Log message: Read and parse OTP on the BCM4378. There are quite a few firmware and nvram files used for the different Apple devices. The device tree and the OTP hold the information which of those we will have to use. For now this information will simply be printed, but depending on how we choose to do the firmare distribution we could use it for loadfirmware(). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 05:43:32 Modified files: net/tcpreplay : Makefile distinfo Removed files: net/tcpreplay/patches: patch-configure patch-src_defines_h_in patch-src_tcprewrite_c Log message: update to tcpreplay-4.3.3, fixes -fno-common, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 05:53:39 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/bsd-airtools: Makefile distinfo security/bsd-airtools/patches: patch-dstumbler_aps_c patch-dstumbler_audio_c patch-dstumbler_dstumbler_h patch-dstumbler_log_c patch-dweputils_dwepcrack_weakksa_c patch-dweputils_dwepcrack_wordfile_c patch-prism2dump_fields_mgmt_c security/bsd-airtools/pkg: DESCR PLIST Log message: remove bsd-airtools, it doesn't build with -fno-common and not really worth fixing (it's a netstumbler-like toolset for wi(4) - a FreeBSD forum post from 2009 said "bsd-airtools is dead", and at that point they already had a newer version than in OpenBSD ports). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 06:00:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm audio : Makefile Removed files: audio/gtkpod : Makefile distinfo audio/gtkpod/patches: patch-scripts_gtkpod-convert-common_sh patch-src_Makefile_in patch-src_file_convert_c patch-src_file_export_c patch-src_file_itunesdb_c patch-src_info_c patch-src_misc_conversion_c patch-src_mp4file_c patch-src_mp4file_h audio/gtkpod/pkg: DESCR MESSAGE PLIST Log message: remove audio/gtkpod, upstream website is dead, we are using a very old version (the 2.x releases are different enough that the 1.x port isn't any help if anyone wants to update - newest 2.x release is still 5+ years old), doesn't build with -fno-common, limited hardware support. audio/clementine may be an alternative; also ipod support could possibly be added to amarok/banshee/rhythmbox via libgpod if needed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 06:08:38 Modified files: comms/birda : Makefile distinfo comms/birda/pkg: PLIST Added files: comms/birda/patches: patch-src_irda_h Log message: update to birda-1.3, fix commons CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/02/26 06:20:52 Modified files: comms/gammu : Makefile distinfo comms/gammu/pkg: PLIST Log message: update to gammu-1.42.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 06:38:05 Modified files: www/pecl-pecl_http: Makefile Log message: unbreak sqlports for broken port; pointed out by daniel@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/26 07:10:26 Modified files: xserver/record : record.c Log message: record: Fix undefined memcpy in RecordAClientStateChange From Adam Jackson f44ac101c523a0439bd1a864850e3c1a4e154549 in xserver git avoids a large number of malloc(0) calls ok deraadt@ who had almost the same diff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/26 07:58:23 Modified files: devel/py-lief : Makefile distinfo Log message: update to py3-lief-0.11.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/26 08:15:40 Modified files: regress/usr.bin/openssl: appstest.sh Log message: zap spades of trailing whitespace CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/26 08:19:41 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Set is_trusted in x509_verify_ctx_add_chain() If we're about to add a chain we have a trust path, so we have at least one trusted certificate. This fixes a thinko from r1.31 and fixes the openssl(1) cms verify test. ok jsing (who had the same diff) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/26 08:25:04 Modified files: misc/wmmand : Makefile distinfo misc/wmmand/patches: patch-wmMand_Makefile patch-wmMand_wmMand_c misc/wmmand/pkg: PLIST Added files: misc/wmmand/patches: patch-wmMand_xvgifwr_c patch-wmgeneral_wmgeneral_c patch-wmgeneral_wmgeneral_h Log message: misc/wmmand: update to 1.3.2 and add fix for -fno-common ok gnezdo CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/26 09:12:51 src/sbin/dhcpleased Update of /cvs/src/sbin/dhcpleased In directory cvs.openbsd.org:/tmp/cvs-serv83272/sbin/dhcpleased Log Message: Directory /cvs/src/sbin/dhcpleased added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/26 09:12:51 src/usr.sbin/dhcpleasectl Update of /cvs/src/usr.sbin/dhcpleasectl In directory cvs.openbsd.org:/tmp/cvs-serv83272/usr.sbin/dhcpleasectl Log Message: Directory /cvs/src/usr.sbin/dhcpleasectl added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/26 09:16:37 Added files: sbin/dhcpleased: Makefile bpf.c bpf.h checksum.c checksum.h control.c control.h dhcpleased.8 dhcpleased.c dhcpleased.h engine.c engine.h frontend.c frontend.h log.c log.h usr.sbin/dhcpleasectl: Makefile dhcpleasectl.8 dhcpleasectl.c parser.c parser.h Log message: Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases from servers. dhcpleased(8) follows the well known three process design of all our privsep daemons. It uses pledge(2) and unveil(2) to restrict access further. In particular the "engine" process, responsible for parsing of untrusted data, is pledge'd "stdio". It cannot access the outside world nor the filesystem at all. Like slaacd(8) for IPv6 it will be always running and acquire addresses for all interface with the autoconf4 flag set. The flag can be set by "ifconfig $if inet autoconf" or by adding "inet autoconf" to /etc/hostname.if. An existing "dhcp" line should be removed. Various iterations tested by deraadt@ The hardest part, finding a name, was handled by jmatthew@ & otto@ "get to it :)" deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 09:17:26 Modified files: net/mosquitto : Makefile distinfo Added files: net/mosquitto/patches: patch-test_client_test_sh Log message: update to mosquitto-2.0.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 09:34:01 Modified files: telephony/asterisk: Makefile Added files: telephony/asterisk/patches: patch-third-party_apply_patches Log message: adjust asterisk's third-party/apply_patches script to use a suffix, avoiding the need for PATCHORIG in the main port CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/26 09:51:40 Modified files: comms/scmxx : Makefile comms/scmxx/patches: patch-src_smspdu_smsud_enc_c Added files: comms/scmxx/patches: patch-src_common_h patch-src_scmxx_c patch-src_smspdu_smspdu_enc_c Log message: comms/scmxx: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/26 09:59:33 Modified files: audio/wmtune : Makefile Added files: audio/wmtune/patches: patch-src_wmgeneral_wmgeneral_c patch-src_wmgeneral_wmgeneral_h Log message: audio/wmtune: fix build with -fno-common CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/02/26 10:14:25 Modified files: sbin/dhcpleased: dhcpleased.8 Log message: Sort SEE ALSO and fix its punctuation. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/26 10:17:03 Modified files: sbin : Makefile usr.sbin : Makefile Log message: Hook up dhcpleased to the build. OK deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/26 10:18:41 Modified files: etc : Makefile rc rc.conf Added files: etc/rc.d : dhcpleased Log message: rc(8) bits for dhcpleased(8). OK deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/26 10:19:21 Modified files: etc/mtree : 4.4BSD.dist Log message: Create /var/db/dhcpleased for lease files. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/26 10:20:07 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync; OK deraadt CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/02/26 10:50:16 Modified files: devel/attinycore: Makefile distinfo devel/attinycore/pkg: PLIST Log message: Update devel/attinycore to 1.5.0. INSTALLDIR fix and ok sthen@ (thanks) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 11:20:37 Modified files: audio/goattracker: Makefile audio/goattracker/patches: patch-makefile_common audio/libofa : Makefile audio/libofa/patches: patch-lib_JAMA_tnt_math_utils_h audio/musepack : Makefile audio/musepack/patches: patch-mpcgain_gain_analysis_c audio/opennap : Makefile audio/opennap/patches: patch-metaserver_dsp audio/portmidi : Makefile audio/portmidi/patches: patch-porttime_ptlinux_c devel/codeworker: Makefile devel/codeworker/patches: patch-CGExternalHandling_cpp patch-CGRuntime_cpp patch-CGRuntime_h patch-CppParsingTree_cpp patch-DtaScriptVariable_h patch-Makefile patch-ScpStream_cpp patch-UtlDate_cpp patch-UtlDirectory_cpp patch-UtlTrace_cpp patch-UtlXMLStream_cpp devel/libvmime : Makefile devel/libvmime/patches: patch-src_vmime_charsetConverter_icu_cpp devel/spyder/spyder: Makefile devel/spyder/spyder/patches: patch-spyder_app_mainwindow_py patch-spyder_config_base_py patch-spyder_plugins_ipythonconsole_py patch-spyder_utils_sourcecode_py patch-spyder_widgets_sourcecode_base_py devel/vtags : Makefile devel/vtags/patches: patch-makefile emulators/desmume: Makefile emulators/desmume/patches: patch-src_path_h patch-src_utils_AsmJit_core_stringbuilder_h emulators/dolphin: Makefile emulators/dolphin/patches: patch-Externals_soundtouch_SoundTouch_cpp patch-Externals_soundtouch_SoundTouch_h emulators/gr-lida: Makefile emulators/gr-lida/patches: patch-3rdparty_osdab-zip_zip_p_h patch-gr-lida_pro patch-src_funciones_cpp games/0ad/base : Makefile games/0ad/base/patches: patch-build_premake_premake4_build_gmake_bsd_Premake4_make games/egoboo : Makefile games/egoboo/patches: patch-game_Makefile_unix patch-game_file_linux_c games/falconseye: Makefile games/falconseye/patches: patch-util_makedefs_c games/gigalomania: Makefile games/gigalomania/patches: patch-stdafx_h games/love : Makefile games/love/patches: patch-src_modules_graphics_opengl_GLee_h games/mars : Makefile games/mars/patches: patch-src_Shaders_postFX_cpp patch-src_System_window_cpp games/oolite : Makefile games/oolite/patches: patch-GNUmakefile_postamble patch-Makefile patch-src_Core_Debug_OODebugTCPConsoleClient_m patch-src_Core_Materials_OOPNGTextureLoader_m patch-src_Core_OOAsyncQueue_m patch-src_Core_OOCPUInfo_h patch-src_Core_OOCacheManager_m patch-src_Core_OOLogHeader_m patch-src_Core_OOLogOutputHandler_m patch-src_Core_OOMaths_h patch-src_Core_OOPriorityQueue_m patch-src_Core_OXPVerifier_OOCheckRequiresPListVerifierStage_m patch-src_Core_OXPVerifier_OOOXPVerifierStage_m patch-src_Core_OldSchoolPropertyListWriting_m patch-src_Core_Scripting_OOJSOolite_m patch-src_SDL_OOSDLSoundMixer_m games/openra : Makefile games/openra/patches: patch-thirdparty_download_SharpFont_dll_config games/opensonic: Makefile games/opensonic/patches: patch-CMakeLists_txt games/scid : Makefile games/scid/patches: patch-engines_togaII1_2_1a_src_Makefile games/stepmania: Makefile games/stepmania/patches: patch-extern_lua-5_1_src_loadlib_c games/sumwars : Makefile games/sumwars/patches: patch-src_gussound_gopenal_cpp games/supertuxkart: Makefile games/supertuxkart/patches: patch-lib_irrlicht_include_IrrCompileConfig_h patch-lib_irrlicht_source_Irrlicht_CIrrDeviceSDL_cpp games/vegastrike/engine: Makefile games/vegastrike/engine/patches: patch-src_cmd_unit_jump_h patch-src_cmd_unit_physics_h games/warzone2100: Makefile games/warzone2100/patches: patch-3rdparty_glm_core_type_half_inl games/xye : Makefile games/xye/patches: patch-src_xsb_level_cpp graphics/glpng : Makefile graphics/glpng/patches: patch-Example_Test_c patch-include_GL_glpng_h patch-src_glpng_c graphics/jhead : Makefile graphics/jhead/patches: patch-gpsinfo_c graphics/orthanc/server: Makefile graphics/orthanc/server/patches: patch-CMakeLists_txt graphics/sketch: Makefile graphics/sketch/patches: patch-makefile misc/rocrail : Makefile misc/rocrail/patches: patch-rocdigs_impl_dcc232_c misc/tkman : Makefile misc/tkman/patches: patch-gui_tcl net/microblog-purple: Makefile net/microblog-purple/patches: patch-Makefile patch-microblog_identica_c net/p5-Net-Ping-External: Makefile net/p5-Net-Ping-External/patches: patch-test_pl net/ysmv7 : Makefile net/ysmv7/patches: patch-src_man_ysm_1 print/hplip : Makefile print/hplip/patches: patch-scan_sane_OrbliteScan_LinuxCommon_h patch-scan_sane_orblite_c productivity/workrave: Makefile productivity/workrave/patches: patch-po_ru_po security/dirb : Makefile security/dirb/patches: patch-src_variables_h security/distorm3: Makefile security/distorm3/patches: patch-src_config_h security/luacrypto: Makefile security/luacrypto/patches: patch-config security/p5-Digest-Skein: Makefile security/p5-Digest-Skein/patches: patch-Optimized_64bit_brg_endian_h security/theharvester: Makefile security/theharvester/patches: patch-discovery_dnssearch_py patch-discovery_googlesearch_py patch-discovery_wfuzz_search_py textproc/arabica: Makefile textproc/arabica/patches: patch-include_Taggle_impl_html_HTMLScanner_hpp patch-include_XPath_impl_xpath_logical_hpp textproc/p5-XML-SAX-Expat: Makefile textproc/p5-XML-SAX-Expat/patches: patch-Makefile_PL www/chromium : Makefile www/chromium/patches: patch-third_party_vulkan_memory_allocator_src_vk_mem_alloc_h www/iridium : Makefile www/iridium/patches: patch-third_party_vulkan_memory_allocator_src_vk_mem_alloc_h www/p5-HTML-Prototype: Makefile www/p5-HTML-Prototype/patches: patch-lib_HTML_Prototype_pm www/p5-Weather-Com: Makefile www/p5-Weather-Com/patches: patch-lib_Weather_Com_Base_pm www/py-terminado: Makefile www/py-terminado/patches: patch-terminado_tests_basic_test_py x11/fleditor : Makefile x11/fleditor/patches: patch-FL_wstring_h patch-fltk_wstring_h Log message: remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/02/26 11:28:07 Modified files: sbin/resolvd : resolvd.c Log message: Ignore SIGHUP It should always run and there is no reload semantic. OK deraadt CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/02/26 11:29:16 Modified files: etc : rc rc.conf Added files: etc/rc.d : resolvd Log message: Ship resolvd service, enable it by default Starting right after unwind. OK deraadt CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/26 13:22:11 Modified files: sbin/iked : vroute.c Log message: Fix and improve handling of address families in vroute_getcloneroute(). ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 13:26:20 Modified files: www/py-ndg-httpsclient: Makefile www/py-ndg-httpsclient/pkg: PLIST Log message: fix-up @conflict @pkgpath in awkwardly named package CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 13:45:37 Modified files: comms/efax : Makefile Added files: comms/efax/patches: patch-efaxlib_c patch-efaxlib_h Log message: comms/efax: fix build with -fno-common; ok ian@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/26 14:06:02 Modified files: sbin/iked : vroute.c Log message: Set RTF_GATEWAY for flow routes, not for host route. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 14:06:12 Modified files: security/foremost: Makefile Added files: security/foremost/patches: patch-api_c patch-main_c patch-main_h patch-ole_h Log message: security/foremost: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 14:09:58 Modified files: comms/scmxx : Makefile distinfo comms/scmxx/patches: patch-src_Makefile_sub_in comms/scmxx/pkg: PLIST Removed files: comms/scmxx/patches: patch-docs_Makefile_in patch-po_Makefile_in patch-po_it_po patch-src_Makefile_in patch-src_charsets_ucs4_dec_c patch-src_common_h patch-src_scmxx_c patch-src_smspdu_smspdu_enc_c patch-src_smspdu_smsud_enc_c Log message: comms/scmxx: update to last release 0.9.0 Not tested at runtime for lack of a Siemens mobile phone; the company has been defunct for 15 years. ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/26 14:20:58 Modified files: net/flow-tools : Makefile Log message: flow-tools: pass the python scripts through 2to3, breakage pointed out by Marfaba Stewart CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 14:24:22 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm x11 : Makefile Removed files: x11/golem : Makefile distinfo x11/golem/patches: patch-Makefile_in patch-configure_in patch-doc_Makefile_in patch-plugins_Makefile_plugin_in patch-plugins_pier_parseparams_c patch-plugins_simple_menus_parseparams_c patch-sample_golem_golemrc patch-src_rclex_l patch-util_golem_install_in x11/golem/pkg : DESCR PLIST Log message: remove x11/golem Our port of this old window manager is at version 0.0.5, which is from 2002 (19 years old). At startup, there is a spew of errors about undefined symbols and the plugins can't be loaded. Clearly, nobody has been using this. There is a newer development version 0.0.6 from 2007, but it relies on Linux-only code. ok kn@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/02/26 14:29:54 Modified files: audio/nspmod : Makefile Added files: audio/nspmod/patches: patch-hirev_c patch-play-mod_c patch-play-mtm_c patch-play-s3m_c patch-playnote_c Log message: audio/nspmod: fix build with -fno-common. This is the latest version 0.1 from 1995. It still works fine. A 5 times less outdated alternative is xmp. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/26 14:53:41 Modified files: usr.bin/tmux : format.c Log message: Check session, window, pane in the right order when working out format type. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 15:40:32 Modified files: misc/logjam : Makefile misc/logjam/pkg: PLIST Added files: misc/logjam/patches: patch-src_conf_h Log message: misc/logjam: fix build with -fno-common; sync WANTLIB and PLIST while here CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/02/26 16:09:36 Modified files: sysutils/ansible: Makefile distinfo Log message: Update ansible 2.9.17 -> 2.9.18 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-18 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 16:12:42 ports/x11/wind/patches Update of /cvs/ports/x11/wind/patches In directory cvs.openbsd.org:/tmp/cvs-serv27757/patches Log Message: Directory /cvs/ports/x11/wind/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 16:13:13 Modified files: x11/wind : Makefile Added files: x11/wind/patches: patch-wind_h Log message: x11/wind: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/02/26 16:14:13 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-cmd_mattermost_commands_logs_go patch-config_config_json net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.31.1 -> 5.32.1 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/26 16:30:53 Modified files: sysutils/radmind: Makefile Added files: sysutils/radmind/patches: patch-fsdiff_c patch-transcript_c patch-twhich_c Log message: sysutils/radmind: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/02/26 16:51:03 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.2.15.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/26 18:19:11 Modified files: sys/net : if_aggr.c Log message: put the mac addr into a uint64_t to compare it to the ethernet slow addr. also do the ethertype comparison before the conversion above. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/26 19:36:33 Modified files: sys/dev/pci : pcidevs Log message: add ids for Intel Xeon Scalable Used by at least Skylake-SP (SKX) and Cascade Lake-SP (CLX). Covers Xeon Scalable, Xeon D, Xeon W, Core Extreme/Core X product families. The Scalable parts are marketed as Xeon Bronze, Silver, Gold and Platinum. As most of these ids are not described in public documents from Intel use Skylake-ESystem.inf and KabyLakePCH-HSystem.inf from Intel's Windows drivers to get an idea of what the names should be. With the name for 0x2088 found in a Intel authored Linux driver. Initial patch and much discussion from Karel Gardas. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/26 19:37:06 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/26 20:00:54 Modified files: sys/dev/pci : pcidevs Log message: sort CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/26 20:01:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/26 20:03:41 Modified files: sys/dev/usb : usbdevs Log message: sort and fix RTL8713 id CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/02/26 20:04:23 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/26 20:12:35 Modified files: devel : Makefile Log message: add missing python3 flavors for a few ports CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/26 20:29:37 Modified files: games/stockfish: Makefile distinfo games/stockfish/patches: patch-src_Makefile Log message: Update to stockfish-13 Announcement: https://github.com/official-stockfish/Stockfish/releases/tag/sf_13 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/26 20:30:55 Modified files: fonts/unifont : Makefile distinfo Log message: Update to unifont-13.0.06 Changelog: https://unifoundry.com/unifont/ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/26 20:31:55 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-3.3.1 Changelog: https://github.com/gavinhoward/bc/releases/tag/3.3.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/26 20:37:26 Modified files: sysutils/ugrep : Makefile distinfo Log message: Update to ugrep-3.1.9 Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.1.9 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/26 20:38:53 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20210212 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/26 20:54:02 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-167 Switch to Python 3 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/02/26 21:12:13 Modified files: sysutils/diffoscope: Makefile Log message: Remove the MODYP_VERSION line; Python 3 is the default now. Pointed out by daniel@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/26 23:08:21 Modified files: emulators/stella: Makefile distinfo emulators/stella/pkg: PLIST Log message: Update to stella-6.5.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:21:49 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:22:05 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:22:24 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:24:19 Modified files: security/py-rsa: Makefile distinfo Log message: Update to py3-rsa-4.7.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/02/26 23:28:16 Modified files: usr.bin/tmux : format.c Log message: Handle NULL term_type. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:33:57 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/patches: patch-lib_googlecloudsdk_core_config_json patch-lib_googlecloudsdk_core_util_platforms_py sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-329.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:42:14 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:53:12 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-9.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:57:44 Modified files: x11/wxSVG : Makefile distinfo Log message: Update to wxsvg-1.5.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/26 23:58:10 Modified files: multimedia/dvdstyler: Makefile distinfo multimedia/dvdstyler/pkg: PLIST Added files: multimedia/dvdstyler/patches: patch-src_Menu_cpp patch-src_Pgc_h patch-src_TitlePropDlg_cpp patch-src_TitlesetManager_cpp patch-src_Vob_cpp patch-wxVillaLib_Thumbnails_cpp Removed files: multimedia/dvdstyler/patches: patch-src_mediaenc_ffmpeg_cpp Log message: Update to dvdstyler-3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:03:19 Modified files: graphics/babl : Makefile distinfo Log message: Update to babl-0.1.86. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/27 00:11:34 Log message: Import meta/kde (20.12.2) This meta package is split into: * accessibility * admin * education * games * graphics * multimedia * network * pim * development * utils * main (all) https://apps.kde.org/ tweaks/ok zhuk@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_2021027 N ports/meta/kde/Makefile N ports/meta/kde/pkg/PLIST-games N ports/meta/kde/pkg/PLIST-admin N ports/meta/kde/pkg/PLIST-network N ports/meta/kde/pkg/PLIST-pim N ports/meta/kde/pkg/PLIST-accessibility N ports/meta/kde/pkg/PLIST-education N ports/meta/kde/pkg/PLIST-graphics N ports/meta/kde/pkg/PLIST-multimedia N ports/meta/kde/pkg/PLIST-development N ports/meta/kde/pkg/PLIST-utils N ports/meta/kde/pkg/DESCR-main N ports/meta/kde/pkg/DESCR-accessibility N ports/meta/kde/pkg/DESCR-admin N ports/meta/kde/pkg/PLIST-main N ports/meta/kde/pkg/DESCR-development N ports/meta/kde/pkg/DESCR-education N ports/meta/kde/pkg/DESCR-graphics N ports/meta/kde/pkg/DESCR-multimedia N ports/meta/kde/pkg/DESCR-network N ports/meta/kde/pkg/DESCR-pim N ports/meta/kde/pkg/DESCR-utils N ports/meta/kde/pkg/DESCR-games No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/27 00:12:22 Modified files: meta : Makefile Log message: Add KDE(5) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:13:03 Modified files: graphics/libgxps: Makefile distinfo Log message: Update to libgxps-0.3.2. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/27 00:15:56 Modified files: x11/kde-applications: Makefile.inc Added files: x11/kde-applications: kde-applications.port.mk Log message: Add kde-applications.port.mk Just move some stuff from Makefile.inc to kde-applications.port.mk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:18:53 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to gtk+3-3.24.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:36:39 Modified files: x11/gtkmm40 : Makefile distinfo Log message: Update to gtkmm40-4.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:40:43 Modified files: net/coredns : Makefile distinfo Log message: Update to coredns-1.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:47:09 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.7.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:49:03 Modified files: x11/gtk3mm : Makefile distinfo Log message: Update to gtk3mm-3.24.4. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/27 00:54:46 Modified files: x11/tellico : Makefile distinfo x11/tellico/pkg: PLIST Log message: Update tellico to 3.3.5 and switch to py3 by default CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:55:10 Modified files: graphics/libgphoto2: Makefile distinfo graphics/libgphoto2/patches: patch-camlibs_ptp2_ptpip_c Log message: Update to libgphoto-2.5.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 00:55:21 Modified files: graphics/gphoto2: Makefile distinfo graphics/gphoto2/patches: patch-gphoto2_actions_c Log message: Update to gphoto-2.5.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:18:21 Modified files: devel/gconf2 : Makefile devel/gconf2/patches: patch-gsettings_gsettings-data-convert_c devel/gconf2/pkg: PLIST Log message: Move to python 3. Fix a 64bit time_t format while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:25:06 Modified files: print/qpdf : Makefile distinfo print/qpdf/patches: patch-configure print/qpdf/pkg : PLIST Log message: Update to qpdf-10.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:33:43 Modified files: sysutils/polkit: Makefile Log message: Move to python 3 for SUBST_CMD. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:37:37 Modified files: devel/libglade2: Makefile devel/libglade2/pkg: PLIST Log message: Remove dependency on py2: disable libglade-convert (python2 script that nothing uses in ports) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:40:03 Modified files: x11/gnome/weather: Makefile Log message: Use python3 for tests (drop MODPY_DEFAULT_VERSION_2). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:52:44 Modified files: sysutils/gamin : Makefile Added files: sysutils/gamin/pkg: DESCR PLIST README Removed files: sysutils/gamin/pkg: DESCR-main DESCR-python PLIST-main PLIST-python README-main Log message: Drop the -python subpackage. It's py2 only and nothing uses it in tree. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:53:07 Modified files: devel/codeblocks: Makefile devel/kf5/kcoreaddons: Makefile net/samba : Makefile x11/gnome/vfs2 : Makefile Log message: Bump for sysutils/gamin,-main -> sysutils/gamin CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:58:22 Modified files: x11/gnome/keyring: Makefile Log message: Use python3 for tests instead of python2 and set TEST_IS_INTERACTIVE. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/02/27 01:59:29 Modified files: usr.sbin/rpki-client: main.c Log message: It is perfectly fine to POLLIN and POLLOUT at the same time. It may actually make things a bit faster. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 01:59:37 Modified files: x11/gtk+2 : Makefile Log message: Use python3 for gtk-builder-convert. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 02:09:13 Modified files: x11/gnome/vfs2 : Makefile x11/gnome/vfs2/pkg: PLIST Log message: Regen WANTLIB+PLIST. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/27 02:20:38 Modified files: sys/net : if_gre.c Log message: recover scope from v6 nvgre endpoint addresses for userland to look at. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/27 02:21:22 Modified files: sys/net : if_gre.c Log message: trim some code i accidentally left into the nvgre add address function CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 02:28:05 Modified files: etc/rc.d : rc.subr usr.sbin/rcctl : rcctl.sh rcctl.8 share/man/man8 : rc.d.8 rc.subr.8 Log message: Add logger(1) support for daemons that are logging to stdout/stderr (mostly from the go ecosystem). Properly handle failing daemon startup now that we have pipefail. To take advantage of this new feature, just add foo_logger=facility to the daemon rc.d(8) script or in rc.conf.local(8) or use rcctl: rcctl set foo logger daemon.info tweak for checking flags in rcctl(8) from martijn@ "this looks pretty good" deraadt@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 02:28:51 Modified files: databases/influxdb: Makefile databases/influxdb/pkg: influxdb.rc net/coredns : Makefile net/coredns/pkg: coredns.rc sysutils/prometheus: Makefile sysutils/prometheus/pkg: prometheus.rc sysutils/telegraf: Makefile sysutils/telegraf/pkg: telegraf.rc sysutils/node_exporter: Makefile sysutils/node_exporter/pkg: node_exporter.rc sysutils/snmp_exporter: Makefile sysutils/snmp_exporter/pkg: snmp_exporter.rc security/vault : Makefile security/vault/pkg: vault.rc sysutils/blackbox_exporter: Makefile sysutils/blackbox_exporter/pkg: blackbox_exporter.rc www/honk : Makefile www/honk/pkg : honk.rc Log message: Use daemon_logger instead of hand crafter rc_start(). CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/27 03:07:41 Modified files: sbin/dhcpleased: dhcpleased.c dhcpleased.h engine.c Log message: Read the lease file into a statically sized buffer and pass it over to the engine process for parsing instead of passing an fd. Let's us tighten the engine's pledge back down to "stdio". CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/27 03:21:09 Modified files: sbin/dhcpleased: dhcpleased.c dhcpleased.h usr.sbin/dhcpleasectl: dhcpleasectl.c Log message: Path #defines are traditionally prefixed with _PATH. pointed out by deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/27 03:28:12 Modified files: sbin/slaacd : slaacd.c slaacd.h usr.sbin/slaacctl: slaacctl.c Log message: Path #defines are traditionally prefixed with _PATH. pointed out by deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/27 03:32:29 Modified files: sbin/unwind : parse.y unwind.c unwind.h usr.sbin/unwindctl: unwindctl.c Log message: Path #defines are traditionally prefixed with _PATH. Pointed out by deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/27 03:35:20 Modified files: usr.sbin/ractl : ractl.c usr.sbin/rad : rad.c rad.h Log message: Path #defines are traditionally prefixed with _PATH. Pointed out by deraadt CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/02/27 04:01:49 Modified files: sysutils/py-daemon: Makefile distinfo sysutils/py-daemon/patches: patch-setup_py Log message: Update py-daemon to 2.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 04:11:08 Modified files: net/bro : Makefile distinfo Log message: Update to zeek-3.2.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/27 04:13:36 Modified files: audio/py-mpd2 : Makefile databases/py-ldap3: Makefile devel/pudb : Makefile devel/py-elftools: Makefile devel/py-ply : Makefile devel/py-urwid : Makefile devel/py-r2pipe: Makefile devel/py-mulpyplexer: Makefile devel/py-lief : Makefile devel/py-importlib_resources: Makefile math/py-networkx: Makefile misc/py-jdcal : Makefile security/py-gnupg: Makefile sysutils/py-croniter: Makefile sysutils/py-lockfile: Makefile textproc/py-enchant: Makefile textproc/py-textfsm: Makefile textproc/py-toml: Makefile textproc/py-unicodecsv: Makefile textproc/py-et_xmlfile: Makefile Log message: Fox python3 only ports, use the proper construct for FLAVOR and forcibly assign the variable. FLAVOR = python3 (not FLAVOR =?) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 04:21:34 Modified files: sysutils/diffoscope: Makefile Log message: missing MODPY_FLAVOR in TEST_DEPENDS CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/02/27 04:44:48 Modified files: sys/net : rtsock.c Log message: Rework route_input() and rtm_sendup(). While we perform foreach loop in route_input() we drop solock() after we checked socket state. We pass mbuf(9) to this socket at next loops, while it referenced as `last'. Socket's state could be changed by concurrent thread while it's not locked. Since we perform socket's checks and output in same iteration, the logic which prevents mbuf(9) chain copy for the last socket in list was removed. ok bluhm@ claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/27 04:59:40 Modified files: sysutils/salt : Makefile distinfo Log message: update to salt-3002.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/27 05:03:43 Modified files: x11/polybar : Makefile distinfo x11/polybar/patches: patch-include_modules_cpu_hpp patch-src_modules_cpu_cpp patch-src_modules_temperature_cpp patch-src_utils_file_cpp x11/polybar/pkg: PLIST Removed files: x11/polybar/patches: patch-cmake_02-opts_cmake patch-doc_CMakeLists_txt patch-lib_i3ipcpp_CMakeLists_txt Log message: update to polybar-3.5.4 from Guy Godfroy with a change to disable i3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/27 05:30:08 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PFRAG.aesni PLIST Log message: update to py-cryptodome-3.10.1 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/02/27 06:09:00 Modified files: lib/mesa/src/util: futex.h simple_mtx.h u_queue.h Log message: util: enable futex usage on BSDs after 7dc2f4788288 From Jan Beich 46c368907fcf333a19881d28c46e997845d00faf in mainline Mesa We had a related local patch in 19.2 which wasn't needed when 20.1 was imported as the above commit was backported to the upstream 20.1 branch. When Mesa 20.0 was imported after issues with 20.1 on Haswell the changes to use futexes for simple_mtx.h and u_queue.h were lost. Noticed by otto@ and kettenis@ when looking for memory leaks. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/02/27 06:15:29 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.2.0 CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/27 06:24:52 Modified files: usr.bin/mg : basic.c Log message: Add dobeep functions that take messages to basic.c. No functional change intended. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 06:37:24 Modified files: x11/irrlicht : Makefile multimedia/sfml: Makefile games/speeddreams: Makefile graphics/freeimage: Makefile devel/ois : Makefile Log message: add some FIX_CRLF_FILES for ports hiding behind s/\015//g (left out games/dungeon which also has ^Z fixes in the same perl subst) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/27 06:38:35 Modified files: lib/libssl : tls12_record_layer.c Log message: Identify DTLS based on the version major value. This avoids the need to match specific DTLS version numbers. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/02/27 06:43:16 Modified files: sys/kern : kern_event.c Log message: Replace stray direct call of f_event with filter_event(). This does not change the current behaviour, but filterops should be invoked through filter_*() for consistency. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 06:55:47 Modified files: x11/i3-gaps : Makefile Removed files: x11/i3-gaps/patches: patch-libi3_is_debug_build_c Log message: drop is_debug_build patch from i3-gaps, the release was done with the correct version string already CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 06:56:04 Modified files: x11/i3 : Makefile distinfo Removed files: x11/i3/patches : patch-libi3_is_debug_build_c Log message: update to i3-4.19.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 06:57:38 Modified files: x11/i3-mousedrag/patches: patch-libi3_is_debug_build_c Log message: update comment CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/27 06:59:00 Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Disentangle log_debug() output from tick_msg() output. Simplifies -v output, and reduces non-'-v' output. Reduce non-'-v' output further by only displaying the first 'link up' event. Restore behaviour specified in dhclient.conf(5) of going daemon after link-timeout seconds, rather than waiting another link-timeout seconds for a lease to be accepted. Lease verbiage problem reported, and fix tested by Mihai Popescu. Thanks! Link verbiage problems reported, fix tested & ok tb@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 07:19:14 Modified files: sysutils/entr : Makefile distinfo Log message: update to entr-4.8 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/02/27 07:20:50 Modified files: lib/libssl : d1_both.c ssl_lib.c ssl_locl.h t1_enc.c tls12_record_layer.c Log message: Move handling of cipher/hash based cipher suites into the new record layer. ok tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/27 08:20:54 Modified files: sbin/resolvd : resolvd.8 Log message: While I wrote the initial version of resolvd(8) it diverged so much that it's not appropriate to claim that I wrote it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 08:45:37 Modified files: audio/hydrogen : Makefile distinfo audio/hydrogen/files: SndioMidiDriver.h sndio_audio_driver.cpp sndio_midi_driver.cpp audio/hydrogen/patches: patch-CMakeLists_txt patch-data_hydrogen_default_conf patch-src_core_include_hydrogen_Preferences_h patch-src_core_src_hydrogen_cpp patch-src_core_src_preferences_cpp patch-src_gui_src_PreferencesDialog_cpp audio/hydrogen/pkg: PLIST Removed files: audio/hydrogen/patches: patch-src_gui_src_SplashScreen_cpp patch-src_tests_CMakeLists_txt Log message: update to hydrogen-1.0.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/27 09:06:27 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-src_common_os_h Log message: Update mkvtoolnix to 54.0.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/27 09:19:14 Modified files: sys/arch/arm64/conf: GENERIC files.arm64 Added files: sys/arch/arm64/dev: apldart.c Log message: Add apldart(4), a driver for the IOMMU on Apple M1 SoCs. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/27 09:23:41 Modified files: share/man/man4/man4.arm64: Makefile Log message: aplpcie(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/27 09:26:41 Modified files: share/man/man4/man4.arm64: Makefile Log message: aipldart(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/27 09:31:33 Modified files: sys/arch/arm64/conf: RAMDISK Log message: apldart(4) is needed here as well. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/27 10:07:04 Modified files: sbin/iked : vroute.c Log message: Set RTF_GATEWAY for host route based on RTM_GET response. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/27 10:15:33 Added files: share/man/man4/man4.arm64: aplpcie.4 Log message: aplpcie(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/02/27 10:15:55 Added files: share/man/man4/man4.arm64: apldart.4 Log message: apldart(4) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/27 10:44:58 Modified files: sbin/dhclient : clparse.c dhclient.c Log message: Stop checking 'epoch' in get_recorded_lease() and just set it as required in read_lease_db(). It's already set in packet_to_lease() and thus both paths to TAILQ_INSERT(lease_db) ensure there is a non-zero epoch in all lease_db entries. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/27 10:47:44 Modified files: sbin/resolvd : resolvd.c Log message: ensure local array is same size as global CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 10:49:20 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: www/py-beautifulsoup: Makefile distinfo www/py-beautifulsoup/pkg: DESCR PLIST Log message: retire py-beautifulsoup py-beautifulsoup is python2-only and upstream moved to python3 via py-beautifulsoup4 which all ports in the tree are already using. ok sthen@, kmos@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/27 10:53:23 Modified files: sbin/dhcpleased: dhcpleased.c Log message: Restore ability to handle default routes on multiple interfaces, this got lost shortly before initial import. While here explicitly delete the default route when deconfiguring an interface. There might be corner cases where the stack will not tear it down for us when we remove the IP address. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 11:40:32 Modified files: databases/p5-ldap: Makefile distinfo databases/p5-ldap/pkg: PLIST Log message: update to p5-ldap-0.68 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 11:40:40 Modified files: www/py-repoze-lru: Makefile www/py-repoze-lru/pkg: PLIST Log message: add py3 flavor CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 11:42:53 Modified files: www : Makefile Log message: +py-repoze-lru,python3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 11:45:33 Modified files: devel/py-pip : Makefile distinfo devel/py-pip/patches: patch-docs_html_conf_py devel/py-pip/pkg: PLIST Log message: update to pip-20.3.4 (last py2+3 one) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/27 11:50:38 Modified files: share/man/man4/man4.arm64: apldart.4 Log message: fix NAME; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/27 11:58:59 Modified files: share/man/man5 : elf.5 Log message: remove some info related to compat; tweaked by deraadt ok kettenis deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/27 12:32:58 Modified files: share/man/man5 : elf.5 Log message: removal of "must" missed in previous: spotted by george brown, who also submitted the diff for the previous commit and who i forgot to credit... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 12:41:18 Modified files: benchmarks/hyperfine: Makefile distinfo Log message: update to hyperfine-1.11.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/27 13:30:19 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/02/27 13:50:33 Modified files: security/opendnssec: Makefile distinfo Log message: Update opendnssec 2.1.7 -> 2.1.8 Announcement: https://www.opendnssec.org/2021/02/opendnssec-2-1-8/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 13:56:03 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-configure_ac patch-lib_dns_spnego_c patch-lib_isc_netmgr_netmgr_c patch-lib_isc_unix_socket_c Removed files: net/isc-bind/patches: patch-bin_named_include_named_zoneconf_h patch-bin_named_server_c patch-bin_named_zoneconf_c Log message: "upgrade" bind again, this time to 9.16.10, in comparison with what we currently have this removes the feature that it leaks memory when you reload it CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 13:57:10 Modified files: net/isc-bind : Tag: OPENBSD_6_8 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_6_8 patch-bin_dig_dig_c patch-configure_ac patch-lib_dns_spnego_c patch-lib_isc_netmgr_netmgr_c patch-lib_isc_unix_socket_c patch-lib_isccfg_aclconf_c net/isc-bind/pkg: Tag: OPENBSD_6_8 PLIST Removed files: net/isc-bind/patches: Tag: OPENBSD_6_8 patch-bin_named_include_named_zoneconf_h patch-bin_named_server_c patch-bin_named_zoneconf_c Log message: "upgrade" bind again, this time from patched 9.16.11 -> 9.16.10, which lacks the feature that it leaks memory when you reload it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 14:07:01 Modified files: graphics/jbig2dec: Makefile Log message: switch BDEP to py3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 14:09:36 Modified files: devel/gyp : Makefile distinfo devel/gyp/pkg : PLIST Added files: devel/gyp/patches: patch-gyp patch-gyptest_py Log message: update to newer gyp checkout, switch to py3 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/27 14:27:18 Modified files: security/gringotts: Makefile Added files: security/gringotts/patches: patch-src_grg_attachs_h patch-src_grg_entries_h patch-src_grg_menus_c patch-src_grg_menus_h patch-src_grg_pix_h patch-src_grg_prefs_h patch-src_grg_recent_dox_h patch-src_grg_widgets_h patch-src_gringotts_h Log message: security/gringotts: fix build with -fno-common CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 14:33:56 Modified files: lang/libv8 : Makefile lang/libv8/patches: patch-Makefile lang/libv8/pkg : PLIST Log message: v8 port tweaks: - use GH_* instead of DISTNAME/DISTFILES/MASTER_SITES - use DPB_PROPERTIES=parallel - build debug packages - use py3 to build, disable python run dep - remove bogus NO_CCACHE - regen plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/27 14:39:03 Modified files: sysutils/nut : Makefile sysutils/nut/pkg: PLIST-cgi PLIST-main Log message: nut: change python BDEP to py3 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/02/27 14:43:27 Modified files: security/ssh-audit: Makefile distinfo security/ssh-audit/pkg: PLIST Log message: Update ssh-audit 2.3.1 -> 2.4.0 Changelog: https://github.com/jtesta/ssh-audit/releases/tag/v2.4.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 15:27:16 Modified files: www/py-repoze-profile: Makefile www/py-repoze-profile/pkg: PLIST Log message: add python3 flavor CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 15:28:00 Modified files: www/py-repoze-who: Makefile www/py-repoze-who/pkg: PLIST Log message: add python3 flavor CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 15:28:51 Modified files: www : Makefile Log message: +py-repoze-profile,python3 +py-repoze-who,python3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 16:25:28 Modified files: lang/pcbasic : Makefile distinfo lang/pcbasic/pkg: PLIST Log message: switch pcbasic to python3 ok bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/02/27 16:42:37 Modified files: usr.bin/ssh : sshd_config.5 Log message: fix alphabetic ordering of options; spotted by Iain Morgan CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 18:25:20 Modified files: textproc/rubber: Makefile distinfo textproc/rubber/pkg: PLIST Log message: update to rubber 1.5.1 which is now python3-only CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/02/27 18:50:47 Modified files: usr.bin/ssh : misc.c Log message: Do not try to reset signal handler for signal 0 in subprocess. Prevents spurious debug message. ok djm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/27 20:59:25 Modified files: sys/net : if_aggr.c Log message: big numbers need suffixes on some platforms. fix LACP_ADDR_SLOW_E64. deraadt@ says i broke hppa :( CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/27 21:02:07 Modified files: devel/goopy : Makefile devel/goopy/patches: patch-goopy_functional_py devel/goopy/pkg: PLIST Added files: devel/goopy/patches: patch-goopy_functional_unittest_py Log message: convert goopy to python3 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/02/27 21:03:14 Modified files: games/freedroidrpg: Makefile Added files: games/freedroidrpg/patches: patch-src_global_h patch-src_lvledit_lvledit_tools_h patch-src_mapgen_mapgen_h patch-src_struct_h Log message: Backport upstream fix for -fno-common. While here: - move homepage to https - update license marker - kill unnecessary post-install target CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/27 23:13:34 Modified files: games/corewars : Makefile games/corewars/pkg: DESCR Added files: games/corewars/patches: patch-src_parser-cw_y patch-src_parser-rc_y Log message: games/corewars fix -fno-common build error With lots of help from daniel@ and naddy@, thank you! OK naddy@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/27 23:17:03 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-3.2.0 Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.2.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/02/27 23:17:31 Modified files: devel/ipython : Makefile distinfo Log message: Update to ipython-7.21.0 Changes: https://github.com/ipython/ipython/blob/7.21.0/docs/source/whatsnew/version7.rst CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/27 23:19:01 Modified files: graphics/openvdb: Makefile distinfo graphics/openvdb/patches: patch-CMakeLists_txt graphics/openvdb/pkg: PLIST Log message: Update openvdb to 8.0.1 Update diff from maintainer, thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/02/27 23:27:01 Modified files: graphics/opensubdiv: Makefile distinfo Log message: Update opensubdiv to 3.4.4 Update diff from maintainer, thanks CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/28 00:38:02 Modified files: games/stepmania: Makefile Log message: fix build (missing build depends) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/28 00:51:06 Modified files: devel/goopy : Makefile Log message: Missed bump after the move to python 3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/28 01:09:03 Modified files: textproc/zathura/core: Makefile textproc/zathura/core/pkg: PLIST Log message: Remove bogus gtk-update-icon-cache trigger: @tag gtk-update-icon-cache %D/share/icons/scalable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/28 01:24:21 Modified files: graphics/libiptcdata: Makefile Added files: graphics/libiptcdata/pkg: DESCR PLIST Removed files: graphics/libiptcdata/pkg: DESCR-main DESCR-python PLIST-main PLIST-python Log message: Delete the -python subpackage. It's py2 only and nothing uses it in tree. Also dependencies were wrong since -main was depending on python. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/02/28 01:24:40 Modified files: graphics/rawtherapee: Makefile x11/gnome/tracker-miners: Makefile x11/gnome/tracker3-miners: Makefile Log message: Bump for libiptcdata losing python subpackage. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/02/28 02:33:30 Modified files: sysutils/dtb : Makefile distinfo sysutils/dtb/pkg: PLIST Log message: update dtb to linux 5.11 CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2021/02/28 02:54:39 Modified files: games/multimc : Makefile games/multimc/patches: patch-api_logic_minecraft_MinecraftInstance_cpp Added files: games/multimc/patches: patch-api_logic_CMakeLists_txt patch-api_logic_launch_steps_PatchLWJGL_cpp patch-api_logic_launch_steps_PatchLWJGL_h patch-api_logic_minecraft_ComponentUpdateTask_cpp patch-api_logic_minecraft_Library_cpp patch-api_logic_minecraft_Library_h patch-api_logic_minecraft_MojangVersionFormat_cpp patch-api_logic_minecraft_OneSixVersionFormat_cpp patch-api_logic_minecraft_OpSys_cpp patch-api_logic_minecraft_OpSys_h patch-api_logic_minecraft_launch_LauncherPartLaunch_cpp Log message: add support for using the system lwjgl3 instead of the bundled version this allows for playing Minecraft 1.13 and later versions, including the most recent snapshots. from MAINTAINER extensive testing by myself, kmos@, pamela@ CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2021/02/28 03:47:09 Modified files: editors/emacs : Makefile Added files: editors/emacs/patches: patch-src_gtkutil_c Log message: Add a patch from upsgream which avoids crashes in Mew due to corrupted tool-bar label. ok jca CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/02/28 03:53:32 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.2.3.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 04:43:44 Modified files: www/privoxy : Makefile distinfo Removed files: www/privoxy/patches: patch-GNUmakefile_in Log message: update to privoxy-3.0.32, various crash and other fixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 04:44:33 Modified files: www/privoxy : Tag: OPENBSD_6_8 Makefile distinfo Removed files: www/privoxy/patches: Tag: OPENBSD_6_8 patch-GNUmakefile_in Log message: update to privoxy-3.0.32, various crash and other fixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 05:36:46 Modified files: databases/pg-toolbox: Makefile databases/pgfouine: Makefile databases/pgloader: Makefile databases/pgtcl: Makefile distinfo Log message: update broken HOMEPAGE/MASTER_SITES for old pgfoundry ports. add PORTROACH=site markers pointing at newer versions where I could find them. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 05:40:28 Modified files: www/composer : Makefile print/ghostscript/gnu: Makefile net/amule : Makefile Log message: Portroach/SiteHandler/GitHub.pm wants a trailing / when pointing PORTROACH=site:... at a github url CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 05:58:21 Modified files: databases/libpqxx: Makefile distinfo databases/libpqxx/patches: patch-src_Makefile_in databases/libpqxx/pkg: PLIST Removed files: databases/libpqxx/patches: patch-tools_lint Log message: update to libpqxx-6.4.7 (there are newer, but osm2pgrouting failed with 7.x) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 06:17:06 Modified files: mail/pyzor : Makefile Log message: add github url for repo, tracked down while looking into converting to py3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/02/28 06:25:38 Modified files: lang/vala : Makefile distinfo Log message: update to vala-0.50.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 06:29:02 Modified files: graphics/gif2png: Makefile distinfo graphics/gif2png/patches: patch-gif2png_c graphics/gif2png/pkg: PLIST Removed files: graphics/gif2png/patches: patch-Makefile Log message: update to gif2png-2.5.14, the last C version (newer ones are in golang) drop web2png, a python 1.5/2 script that 2to3 can't handle that runs over website files converting in html/scripts (the golang version still has the same py1.5/2 script for this) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 06:38:00 Modified files: graphics/gprof2dot: Makefile distinfo graphics/gprof2dot/pkg: PLIST Log message: update to gprof2dot-2021.02.21 and switch to py3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 06:46:59 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/cdiff : Makefile distinfo textproc/cdiff/pkg: PLIST Log message: update cdiff-1.0 to ydiff-1.2 (it has been renamed upstream) and switch to py3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/02/28 07:01:11 Modified files: infrastructure/mk: bsd.port.mk Log message: - move FIX_CRLF_FILES to post-dispatch (suggested by naddy@, okay sthen@) - fix an old optimisation that was lost, namely do not run distpatch if it's not necessary nothing broken after 3000 ports built, so it's unlikely to have any negative side-effect CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/02/28 07:03:09 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document the move of FIX_CRLF_FILES to the end of distpatch CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/28 07:27:51 Modified files: devel/sdl-pango: Makefile devel/sdl-pango/patches: patch-src_SDL_Pango_h Log message: remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 07:34:09 Modified files: mail : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: mail/wmmultipop3: Makefile distinfo mail/wmmultipop3/patches: patch-wmmultipop3_Makefile patch-wmmultipop3_wmmultipop3_c mail/wmmultipop3/pkg: DESCR PLIST mail/wmpop3 : Makefile distinfo mail/wmpop3/patches: patch-wmpop3_Makefile patch-wmpop3_Pop3Client_c patch-wmpop3_wmpop3_c patch-wmpop3_wmpop3rc mail/wmpop3/pkg: DESCR PLIST Log message: remove wmpop3, wmmultipop3. both fail with -fno-common, appear dead upstream, and a mail checker that can't use TLS isn't really all that useful nowadays. ok kn@ tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 07:40:05 Log message: import ports/devel/epoll-shim, ok/comment ian@ This is a small library that implements epoll on top of kqueue. It has been successfully used on FreeBSD to port libinput, libevdev, Wayland and more. It may be useful for porting other software that uses epoll or some other features (e.g. timerfd). Status: Vendor Tag: sthen Release Tags: sthen_20210228 N ports/devel/epoll-shim/Makefile N ports/devel/epoll-shim/distinfo N ports/devel/epoll-shim/pkg/DESCR N ports/devel/epoll-shim/pkg/PLIST N ports/devel/epoll-shim/patches/patch-src_signalfd_ctx_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 07:40:57 Modified files: devel : Makefile Log message: +epoll-shim CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 07:42:10 Modified files: x11/freerdp : Makefile distinfo x11/freerdp/patches: patch-CMakeLists_txt patch-client_X11_CMakeLists_txt patch-client_common_CMakeLists_txt patch-winpr_libwinpr_CMakeLists_txt patch-winpr_libwinpr_utils_trio_triodef_h x11/freerdp/pkg: PLIST Added files: x11/freerdp/patches: patch-channels_rdpdr_client_rdpdr_main_c patch-winpr_CMakeLists_txt patch-winpr_libwinpr_synch_CMakeLists_txt patch-winpr_libwinpr_synch_test_CMakeLists_txt Removed files: x11/freerdp/patches: patch-channels_tsmf_client_ffmpeg_tsmf_ffmpeg_c patch-libfreerdp_codec_h264_ffmpeg_c patch-libfreerdp_core_nla_c patch-libfreerdp_crypto_tls_c patch-winpr_include_winpr_crt_h patch-winpr_libwinpr_utils_CMakeLists_txt patch-winpr_libwinpr_utils_ssl_c Log message: update to freerdp-2.3.0, using newly imported epoll-shim to work around lack of posix timers (timer_create et al). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 07:50:14 Modified files: devel/epoll-shim: Makefile Log message: requires C11; use base-clang ports-gcc, from tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/02/28 08:26:26 Modified files: sbin/dhcpleased: engine.c Log message: Introduce #defines for exponential backoff, explain where they come from and explain why we are a bit more agressive during startup. While here make the math a bit easier on the eyes. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/02/28 08:30:35 Modified files: usr.bin/mg : buffer.c cscope.c Log message: Add dobeep functions that take messages to buffer.c and cscope.c No functional change intended. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/02/28 08:32:26 Log message: import lang/zig, ok abieber@ Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. - Robust: behavior is correct even for edge cases such as out of memory. - Optimal: write programs the best way they can behave and perform. - Reusable: the same code works in many environments which have different constraints. - Maintainable: precisely communicate intent to the compiler and other programmers. The language imposes a low overhead to reading code and is resilient to changing requirements and environments. Status: Vendor Tag: semarie Release Tags: semarie_20210228 N ports/lang/zig/Makefile N ports/lang/zig/distinfo N ports/lang/zig/files/build.sh N ports/lang/zig/patches/patch-clang_lib_Driver_ToolChains_OpenBSD_cpp N ports/lang/zig/patches/patch-lld_ELF_DriverUtils_cpp N ports/lang/zig/patches/patch-lld_ELF_Driver_cpp N ports/lang/zig/patches/patch-zig_lib_libcxx_include___config N ports/lang/zig/patches/patch-zig_lib_libcxx_include___locale N ports/lang/zig/patches/patch-zig_lib_libcxx_include_support_newlib_xlocale_h N ports/lang/zig/pkg/DESCR N ports/lang/zig/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/02/28 08:36:55 Modified files: lang/zig : Makefile lang/zig/files : build.sh Log message: lang/zig: various build tricks - verbose build - pass MODCMAKE_PORT_BUILD=yes to cmake to respect CFLAGS CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/02/28 10:21:40 Modified files: www/gitea : Makefile www/gitea/pkg : MESSAGE Log message: Add section regarding _gitea user change for upgrades from gitea-<1.7.0. Suggested by Pedro de Oliveira, thanks! CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/28 10:33:45 Modified files: sbin/dhclient : dhclient.c Log message: Reduce non-debug output further by allowing up to the usual 3 second grace period of silence before emitting ": no lease...", even if the link has taken a few secocnds to come up. 'link-timoeut' remains the hard deadline for going daemon. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/28 10:37:27 Modified files: games/ski : Makefile distinfo Log message: move ski to python3 and update to 6.13 According to NEWS, ski was ported to python3 as of version 6.10. Switch it over and update to the latest while here. ok sthen, gsoares (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/28 10:41:20 Modified files: games/sdlpop : Makefile distinfo games/sdlpop/patches: patch-src_Makefile patch-src_seg009_c games/sdlpop/pkg: PLIST Log message: update sdlpop to latest so it builds with -fno-common A previous version of the diff was ok tb@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/02/28 10:49:02 Modified files: sbin/dhclient : dhclient.c Log message: Move tick_msg(TICK_WAIT) calls after related log_debug() calls to avoid losing those debug messages if tick_msg() notices link-timeout has expired and daemonizes dhclient. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/28 11:09:18 Modified files: etc : Makefile Log message: install rc.d/resolvd CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/28 11:16:47 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/noscript: Makefile distinfo Removed files: www/tor-browser/browser/patches: patch-Cargo_toml Log message: www/tor-browser: update to 10.0.12. See https://blog.torproject.org/new-release-tor-browser-10012 From MAINTAINER Caspar Schutijser, tested (and reminder to delete Carto.toml patch) by Dimitri Karamazov. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/28 11:17:20 Modified files: x11/xfce4/mousepad: Makefile distinfo Log message: x11/xfce4/mousepad: update to 0.5.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/02/28 11:38:41 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/pkg: DESCR-ga DESCR-main PLIST-ga PLIST-main README-main Removed files: emulators/qemu/pkg: DESCR PLIST README Log message: emulators/qemu: subpackage qemu guest agent Allows to only install qemu-ga (which only depends on glib2) in a KVM vm, which permits to interact with the guest from a host, cf examples at http://www.undeadly.org/cgi?action=article;sid=20200514073852 From MAINTAINER Brad Smith with a tweak from and ok sthen@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/02/28 12:25:59 Modified files: sbin/iked : vroute.c Log message: Rename addr to gateway. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 12:30:21 Modified files: devel/hasktags : Makefile distinfo devel/hasktags/pkg: PLIST Log message: Use devel/cabal module for devel/hasktags and upgrade 0.71.2 ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 12:31:22 Modified files: devel/darcs : Makefile distinfo devel/darcs/patches: patch-darcs_cabal devel/darcs/pkg: PLIST Removed files: devel/darcs/patches: patch-tests_issue1857-pristine-conversion_sh patch-tests_issue1875-honor-no-set-default_sh Log message: Use devel/cabal module for devel/darcs and upgrade to 2.16.3 ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 12:31:57 Modified files: devel/alex : Makefile distinfo devel/alex/pkg : PLIST Log message: Use devel/cabal module for devel/alex and upgrade to 3.2.5 ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 12:35:41 Modified files: x11/xmobar : Makefile distinfo x11/xmobar/files: Batt.hs Binding.hsc x11/xmobar/patches: patch-xmobar_cabal x11/xmobar/pkg : DESCR PLIST Added files: x11/xmobar/files: cabal.project x11/xmobar/patches: patch-examples_xmobar_config patch-src_Xmobar_Plugins_Monitors_hs Removed files: x11/xmobar/patches: patch-samples_xmobar_config patch-src_Plugins_Monitors_hs patch-src_Window_hs patch-src_Xmobar_hs Log message: Use devel/cabal module for x11/xmobar and upgrade to 0.37 Local APM patches still work after minor massaging. ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 12:40:24 Modified files: devel/cpphs : Makefile distinfo Added files: devel/cpphs/pkg: DESCR PLIST Removed files: devel/cpphs/pkg: DESCR-lib DESCR-main PLIST-lib PLIST-main Log message: Use devel/cabal module for devel/cpphs and upgrade to 1.20.9.1 Removed do-test, it was pre-broken in the previous update as upstream stopped shipping the tests. ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 12:58:09 Modified files: devel/shellcheck: Makefile distinfo Added files: devel/shellcheck/pkg: DESCR PLIST Removed files: devel/shellcheck/patches: patch-ShellCheck_AnalyzerLib_hs patch-ShellCheck_cabal patch-shellcheck_hs devel/shellcheck/pkg: DESCR-lib DESCR-main PLIST-lib PLIST-main Log message: Use devel/cabal module for devel/shellcheck and upgrade to 0.7.1 Upgrade fix-up and ok kili CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 13:37:56 Modified files: databases/libpqxx: Makefile Log message: add hidden BDEP on xmlto CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/28 13:54:51 Modified files: comms/xdx : Makefile Added files: comms/xdx/patches: patch-src_gui_c patch-src_gui_h Log message: comms/xdx: fix build with -fno-common; sync wantlib CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/02/28 14:01:32 Modified files: x11/compiz/compizconfig-python: Makefile x11/compiz/compizconfig-python/patches: patch-src_compizconfig_pyx x11/compiz/compizconfig-python/pkg: PLIST Added files: x11/compiz/compizconfig-python/patches: patch-configure_ac patch-src_Makefile_am Log message: switch compizconfig-python from pyrex to cython This port is the last user of pyrex, so switching to cython will let us retire pyrex. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 14:01:59 Modified files: textproc/calibre: Makefile distinfo textproc/calibre/pkg: PLIST Log message: update to calibre-5.12.0 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:06:58 Modified files: sys/arch/arm64/dev: pciecam.c sys/dev/fdt : dwpcie.c Log message: Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:09:44 Modified files: sys/dev/ofw : ofw_misc.c ofw_misc.h Log message: Implement IOMMU OFW API for on-SoC/non-PCI devices. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:10:22 Modified files: sys/arch/arm64/dev: mainbus.c simplebus.c Log message: Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/02/28 14:22:22 Modified files: databases/leveldb: Makefile distinfo Log message: update to leveldb-1.23, from maintainer CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:28:33 Modified files: sys/arch/arm64/include: pte.h Log message: Add memory attributes for stage-2 pagetables. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:31:10 Added files: sys/arch/arm64/dev: acpiiort.c acpiiort.h Log message: Add acpiiort(4), a driver for the ACPI I/O Remapping Table. This table contains information which IOMMUs we have and how the devices are routed. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/02/28 14:35:44 Modified files: net/ekg : Makefile Log message: net/ekg: build with -fcommon, there are too many things that need patching CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:39:31 Added files: sys/arch/arm64/dev: smmu.c smmu_acpi.c smmu_fdt.c smmureg.h smmuvar.h Log message: Add smmu(4), a driver the ARM System MMU. This IOMMU is basically a regular ARM CPU MMU re-used for I/O devices. Implementations can have a mix of stage-2 only and stage-2/stage-2 context blocks (domains). The IOMMU allows different ways of grouping devices into a single domain. This implementation only supports SMMUv2, since there is basically no relevant SMMUv1 hardware. It also only supports AArch64 pagetables, the same as our pmap. Hence lots of code was taken from there. There is no support for 32-bit pagetables, which would have also been needed for SMMUv1 support. I have not yet seen any machines with SMMUv3, which will probably need a new driver. There is some work to be done, but the code works and it's about time it hits the tree. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:40:11 Modified files: sys/arch/arm64/conf: files.arm64 Log message: acpiiort(4) and smmu(4) CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:41:08 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable acpiiort(4), add smmu(4) but keep disabled. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/02/28 14:42:08 Modified files: sys/arch/arm64/dev: acpipci.c Log message: Have acpipci(4) look for a matching SMMU in the IORT. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/02/28 15:56:09 Modified files: usr.sbin/vmd : config.c priv.c Log message: add veb(4) to the list of supported bridges/switches you can configure. tested by josh rickmar ok kn@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/02/28 15:56:30 Modified files: usr.bin/ssh : ssh_config.5 Log message: Add %k to list of keywords. From Eero Häkkinenvia bz#3267 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/02/28 18:59:05 Modified files: textproc/p5-LaTeXML: Makefile distinfo textproc/p5-LaTeXML/pkg: PLIST Log message: Update textproc/p5-LaTeXML to 0.8.5 Plus add dependency on the new texproc/p5-Pod-Parser for Pod::Find. From wen heping MAINTAINER timeout CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 19:19:34 Modified files: security/ossec-hids: Makefile Added files: security/ossec-hids/patches: patch-src_addagent_main_c patch-src_addagent_manage_agents_h patch-src_client-agent_config_c Log message: Fix -fno-common bugs in security/ossec-hids go ahead by pirofti@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/28 19:42:07 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/02/28 19:50:51 Modified files: devel/p5-Getopt-Euclid: Makefile distinfo devel/p5-Getopt-Euclid/pkg: PLIST Log message: Update p5-Getopt-Euclid to 0.4.5 While here we no longer need the custom PKGNAME but we do now need a RUN_DEPENDS on p5-Pod-Parser From wen heping CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 21:16:24 ports/x11/xmonad/files Update of /cvs/ports/x11/xmonad/files In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/x11/xmonad/files Log Message: Directory /cvs/ports/x11/xmonad/files added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 21:16:34 Modified files: x11/xmonad : Makefile distinfo Added files: x11/xmonad/files: build xmonad-config.cabal x11/xmonad/pkg : DESCR MESSAGE PLIST Removed files: x11/xmonad/pkg : DESCR-lib DESCR-main MESSAGE-main PLIST-lib PLIST-main Log message: Use devel/cabal module for x11/xmonad (still the latest release) Combines the previous multi-package into a single bundle corresponding to -main subpackage. Help by kili, sthen ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 21:16:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: x11/xmonad quirks to subsume the now irrelevant -lib subpackage help by sthen & espie CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/02/28 21:20:28 Modified files: x11 : Makefile Log message: Unplug x11/hs-xmonad-contrib as x11/xmonad,-lib is no more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/02/28 22:15:37 Modified files: sbin/resolvd : resolvd.8 Log message: typo; from Scott Bennett CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/02/28 23:30:05 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/01 00:01:03 Modified files: x11/agar : Makefile.inc x11/agar/agar : Makefile distinfo x11/agar/agar/patches: patch-Makefile patch-core_cpuinfo_c x11/agar/agar/pkg: PLIST x11/agar/test : Makefile distinfo x11/agar/test/pkg: PLIST Added files: x11/agar/agar/patches: patch-core_inline_byteswap_h patch-mk_build_lib_mk x11/agar/test/patches: patch-tests_textdlg_c Removed files: x11/agar/agar/patches: patch-core_byteswap_h Log message: Update to agar-1.6.0. Release notes: https://github.com/JulNadeauCA/libagar/blob/v1.6.0/CHANGELOG.md#160---2020-05-16 ok and additional patch from cwen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/01 00:23:22 Modified files: astro/kstars : Makefile distinfo astro/kstars/pkg: PLIST Log message: Update kstars to 3.5.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/01 00:25:07 Modified files: etc : rc.conf Log message: resolvd and dhcpleased should not be enabled yet CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2021/03/01 00:37:59 Modified files: graphics/flameshot: Makefile distinfo graphics/flameshot/pkg: PLIST Log message: Update to v0.9.0 OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/01 00:38:38 Modified files: x11/xfce4/xfce4-time-out: Makefile distinfo x11/xfce4/xfce4-time-out/pkg: PLIST Log message: x11/xfce4/time-out: update to 1.1.2 see https://mail.xfce.org/pipermail/xfce-announce/2021-February/001011.html CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/01 01:02:34 Modified files: usr.sbin/bgpctl: output.c output_json.c Log message: off by one in bounds test ok claudio@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/01 01:05:40 Modified files: usr.sbin/rad : parse.y Log message: off by one in bounds test ok florian@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/01 01:40:52 Modified files: net/dbip : Makefile.inc net/dbip/asn : Makefile distinfo net/dbip/city : Makefile distinfo net/dbip/country: Makefile distinfo Log message: Update dbip to 2021-03. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/01 02:09:35 Modified files: sys/uvm : uvm_fault.c Log message: Move the top part of uvm_fault_lower(), the lookup, in its own function. The name and logic come from NetBSD in order to reduce the difference between the two code bases. No functional change intended. ok tb@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/01 02:13:34 Modified files: sys/uvm : uvm_pdaemon.c Log message: If an anon is associated with a page, acquire its lock before any modification. This change should have been part of the previous anon-locking diff and is necessary to run the top part of uvm_fault() unlocked. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/01 02:50:41 Modified files: usr.sbin/ldpd : ldpd.c Log message: allocate enough space in start_child() argv for all possible flags ok claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/01 02:51:54 ports/x11/gnome/dconf-editor/patches Update of /cvs/ports/x11/gnome/dconf-editor/patches In directory cvs.openbsd.org:/tmp/cvs-serv69420/patches Log Message: Directory /cvs/ports/x11/gnome/dconf-editor/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/01 02:52:31 Modified files: x11/gnome/dconf-editor: Makefile Added files: x11/gnome/dconf-editor/patches: patch-editor_bookmarks-headerbar_vala patch-editor_bookmarks-list_vala patch-editor_bookmarks_vala patch-editor_delayed-setting-view_vala patch-editor_overlayed-list_vala patch-editor_pathentry_vala patch-editor_registry-list_vala patch-editor_registry-search_vala patch-editor_registry-view_vala Log message: Unbreak after vala-0.50.4 update. prodded by naddy@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/01 03:29:50 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-makefile Log message: Update mame to 0.229. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/03/01 03:35:14 Added files: infrastructure/bin: pkg_check-version Log message: debug tool for porters: this can fully parse pkgnames, show them in a human-readable way, and compare them, so that people can figure out if the version parsing did cope with whatever scheme upstream came with. should alleviate the need for EPOCH in many cases CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/01 03:35:49 Modified files: share/man/man1 : Makefile Added files: share/man/man1 : pkg_check-version.1 Log message: document pkg_check-version CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/01 03:44:38 Modified files: usr.bin/tmux : tmux.1 Log message: Add some text with examples of ; as a separator, GitHub issues 2522 and 2580. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/01 03:50:14 Modified files: usr.bin/tmux : tty-term.c Log message: There is no need to call del_curterm in the server anymore. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/01 03:51:14 Modified files: usr.bin/mg : buffer.c cscope.c def.h dired.c echo.c extend.c fileio.c grep.c kbd.c line.c match.c region.c tty.c ttyio.c util.c yank.c Log message: Put the hardcoded '\n' character which is found throughout mg into a buffer specific variable. The diff should not produce any behavourial changes in mg. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/01 04:05:43 Modified files: sys/net : if_bridge.c pf.c pf_norm.c sys/netinet : ip_output.c ip_var.h sys/netinet6 : ip6_id.c ip6_output.c ip6_var.h Log message: Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to simplify the handling of the fragment list. Now the functions ip_fragment() and ip6_fragment() always consume the mbuf. They free the mbuf and mbuf list in case of an error and take care about the counter. Adjust the code a bit to make v4 and v6 look similar. Fixes a potential mbuf leak when pf_route6() called pf_refragment6() and it failed. Now the mbuf is always freed by ip6_fragment(). OK dlg@ mvs@ CVSROOT: /cvs Module name: www Changes by: patrick@cvs.openbsd.org 2021/03/01 05:20:41 Modified files: . : errata67.html Log message: Fix number of pfrag errata, which should be 35 and not 34. This is only an issue on this errata list, the errata itself is fine. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/01 05:29:56 Modified files: x11/xarchiver : Makefile distinfo x11/xarchiver/pkg: PLIST Log message: x11/xarchiver: update to 0.5.4.17 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/03/01 05:52:45 Modified files: lang/zig : Makefile lang/zig/pkg : DESCR Log message: lang/zig: correctly pass CXXFLAGS and while here, - set DPB_PROPERTIES=parallel (we are building llvm) - rework on DESCR CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/03/01 05:54:02 Modified files: lang : Makefile Log message: +lang/zig CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 06:11:19 Modified files: devel : Makefile devel/py-blinker: Makefile devel/py-blinker/pkg: PLIST devel/py-test-httpbin: Makefile devel/py-test-httpbin/pkg: PLIST devel/py-test-localserver: Makefile devel/py-test-localserver/pkg: PLIST devel/py-test-vcr: Makefile devel/py-test-vcr/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm www : Makefile www/py-flask : Makefile www/py-flask/pkg: PLIST www/py-httpbin : Makefile www/py-httpbin/pkg: PLIST www/py-itsdangerous: Makefile www/py-itsdangerous/pkg: PLIST www/py-vcrpy : Makefile www/py-vcrpy/pkg: PLIST www/py-werkzeug: Makefile www/py-werkzeug/pkg: PLIST Log message: move flask dep chain to py3-only, from Lucas Raab pamela@ (maintainer) ok with vcr/test-vcr CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/01 06:17:11 Modified files: www/nextcloud : Tag: OPENBSD_6_8 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_8 PLIST Log message: www/nextcloud: update 6.8-stable to 19.0.9. same diff as gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 06:40:08 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: PLIST-server README-server Log message: postgresql tweaks: - add hidden dep on libexecinfo, which i hadn't disabled as well as i had hoped - add missing -D in initdb command line in pkg-readme for some use cases - put back the @ask-update warning as people using some pgsql extensions can't use pg_upgrade CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 06:48:29 Modified files: databases/pgmodeler: Makefile databases/pgmodeler/patches: patch-pgmodeler_pri Log message: ugly diff to unbreak pgmodeler, reported by Jose N Figueroa https://marc.info/?t=161296967900002&r=1&w=2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/01 07:25:15 Modified files: x11/qt5/qtdeclarative: Makefile Log message: Build with Python 3 Builds fine and packages (no PLIST change) without Python 2 installed. This is to reduce the "show-reverse-deps lang/python/2.7" list. OK rsadowski CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/01 07:27:45 Modified files: usr.sbin/vmd : vm.conf.5 usr.sbin/vmctl : vmctl.8 Log message: Document veb(4) support Feedback jmc OK dlg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 07:42:06 Modified files: www/composer : Makefile distinfo Log message: update to composer-2.0.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 07:43:52 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.4.0 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/01 08:54:49 Modified files: sbin/dhcpleased: engine.c Log message: Let send_rdns_withdraw and send_deconfigure_interface clean up after themselves. This way the iface object is in a consistent state. For consistency we should also withdraw rdns first, then deconfigure the interface. Lastly make sure we parse the lease file on a down -> up transition if we had a lease before and it had expired while the interface was in down state. Otherwise we'd send a dhcpdiscover requesting any IP address while we really should send a dhcprequest asking for our previous IP back. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/01 08:56:00 Modified files: sbin/dhcpleased: engine.c Log message: We really must handle all possible enumeration values in state_transition() and iface_timeout(). Let the compiler help us by emitting a warning when we missed one (-Wswitch). Reminded by jsg who pointed out that gcc is quite confused and thinks there is an out of bounds access in if_state_name[] in the default case. There is not, if_state_name[] and enum if_state have to be kept in sync. (Note that -Wswitch is not a silver bullet, it just happens to work here.) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/01 08:56:31 Modified files: sbin/dhcpleased: engine.c Log message: Log adding and deleting of IP addresses as well as nameservers. deraadt@ pointed out that dhcpleased is too quiet. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 09:18:19 Modified files: audio/quodlibet: Makefile distinfo audio/quodlibet/patches: patch-quodlibet_player_gstbe_util_py patch-quodlibet_util___init___py audio/quodlibet/pkg: PLIST Log message: update to quodlibet-4.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 09:19:15 Modified files: www/py-requests: Makefile distinfo www/py-requests/pkg: PLIST Log message: update to py-requests-2.25.1, and: - don't override MODPY_PYTEST's command, just set TEST_ENV instead - drop unneeded WRKDIST - drop cert.pem symlink, it just uses py-certifi for this ok danj@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 09:29:09 ports/www/py-aiohttp/patches Update of /cvs/ports/www/py-aiohttp/patches In directory cvs.openbsd.org:/tmp/cvs-serv57710/patches Log Message: Directory /cvs/ports/www/py-aiohttp/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/01 09:38:07 Modified files: sbin/iked : policy.c Log message: Make sure sa_policy is not NULL in sa_configure_iface(). This can happen if the SA is deleted because of a failed policy lookup. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 09:45:49 Modified files: www/py-aiohttp : Makefile distinfo www/py-aiohttp/pkg: PLIST Added files: www/py-aiohttp/patches: patch-setup_py Log message: update to py-aiohttp-3.7.4, patch to permit newer chardet, add missing python3 FLAVOR/FLAVORS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 09:45:53 Modified files: www/py-yarl : Makefile www/py-yarl/pkg: PLIST Log message: add missing python3 FLAVOR/FLAVORS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 09:45:57 Modified files: www : Makefile net/py-slixmpp : Makefile www/py-vcrpy : Makefile www/py-gunicorn: Makefile Log message: sync for missing py-aiohttp/py-yarl FLAVOR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 09:46:42 Modified files: textproc/py-chardet: Makefile distinfo textproc/py-chardet/pkg: PLIST Log message: update to py-chardet-4.0.0 CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/03/01 10:34:35 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm net : Makefile Removed files: net/angst : Makefile distinfo net/angst/pkg : DESCR PLIST Log message: remove angst, as it fails with -fno-common and hasn't been update for 20 years. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/03/01 10:44:29 Modified files: databases/ruby-sequel: Makefile distinfo databases/ruby-sequel/pkg: PLIST Log message: Update to Sequel 5.42.0 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/01 10:49:08 Modified files: usr.bin/tmux : tmux.1 Log message: escape quotes and remove some unneccessary Pp; ok nicm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/01 10:51:43 Modified files: share/man/man1 : pkg_check-version.1 Log message: fix Nd and remove trailing whitespace; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/01 10:52:36 Modified files: share/man/man1 : dpb.1 Log message: document log entry W, reminded by naddy@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/01 10:56:16 Modified files: share/man/man1 : build-debug-info.1 Log message: remove unneccessary Pp; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 12:21:42 Modified files: www/py-gunicorn: Makefile Log message: missing \ - thanks Mark Patruck CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/01 12:25:58 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 12:54:38 Modified files: net/libnet/1.1 : Makefile distinfo net/libnet/1.1/patches: patch-src_libnet_link_bpf_c net/libnet/1.1/pkg: PLIST Removed files: net/libnet/1.1/patches: patch-Makefile_in patch-include_Makefile_in patch-include_libnet_Makefile_in patch-include_libnet_libnet-functions_h patch-src_Makefile_in Log message: update libnet/1.1 to 1.1.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 12:54:52 Modified files: security/isic : Makefile security/isic/pkg: PLIST Added files: security/isic/patches: patch-isic_h Log message: isic: fix build with libnet-1.1.6 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/01 13:02:55 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm multimedia : Makefile Removed files: multimedia/audiopreview: Makefile distinfo multimedia/audiopreview/pkg: DESCR PLIST Log message: remove multimedia/audiopreview No upstream, no master site, fails to build with -fno-common, depends on gstreamer-0.10 which we also want to get rid of. ok gnezdo@ kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 13:23:18 Modified files: net/ettercap : Makefile distinfo net/ettercap/patches: patch-CMakeLists_txt patch-man_ettercap_8_in patch-plug-ins_rand_flood_rand_flood_c patch-plug-ins_stp_mangler_stp_mangler_c patch-src_mitm_ec_port_stealing_c net/ettercap/pkg: PFRAG.no-no_x11 PLIST Added files: net/ettercap/patches: patch-cmake_Modules_FindLIBNET_cmake patch-plug-ins_dns_spoof_dns_spoof_c patch-plug-ins_mdns_spoof_mdns_spoof_c patch-share_etter_conf_v4 patch-share_etter_conf_v6 patch-src_dissectors_ec_dns_c patch-src_dissectors_ec_mdns_c patch-src_ec_sslwrap_c Removed files: net/ettercap/patches: patch-CMakeFiles_lib_check_cmake patch-man_CMakeLists_txt patch-plug-ins_CMakeLists_txt patch-share_etter_conf patch-src_dissectors_ec_ssh_c patch-src_ec_threads_c Log message: update to ettercap-0.8.3.1 patches for our ancient nameser.h (ns_t_xxx -> T_XXX) and libressl using gtk+2 for the gui version because gtk+3 hits an assertion CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 13:40:29 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples PLIST-main Log message: update to tomcat-9.0.43 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 13:40:39 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.63 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 13:40:52 Modified files: www/tomcat : Makefile.inc www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples PLIST-main Log message: update to tomcat-7.0.108 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/01 13:42:11 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-Magick++_lib_ImageMagick++_pc_in patch-Magick++_lib_Magick++_pc_in patch-config_policy_xml patch-configure_ac patch-magick_ImageMagick_pc_in patch-magick_MagickCore_pc_in patch-wand_MagickWand_pc_in graphics/ImageMagick/pkg: PLIST Log message: update to ImageMagick-6.9.12-2 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/01 13:49:20 Modified files: sys/dev/fdt : rkpcie.c Log message: The ep-gpios property is optional on the Rockchip PCIe controller. While there, enable the different voltage regulators and set the PHY's assigned clocks. This makes PCIe work on the NanoPi R4S. Tested by kurt@ on Rock Pi N10 and ROCKPro64 ok kurt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/01 14:03:24 Modified files: sys/dev/fdt : dwpcie.c Log message: Transactions on the AXI bus contain a Stream ID. SMMUs filter based on Stream IDs. On the Armada 8040 these Stream IDs can be configured in different registers. The PCIe controller has a register which maps root port, bus, dev and func number to the Stream ID. This should be set up by TF-A firmware, but on the 8040 the current images don't do this. For chips with more than one PCIe controller this register must be setup correctly depending on the implementation, but on the 8040 there only is one controller, so we can configure a fixed value to match what is defined in the device tree. This allows the SMMU to properly track the PCIe controller's transactions. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/01 14:35:03 Modified files: sys/arch/arm64/dev: smmu.c smmu_fdt.c smmuvar.h Log message: Instead of sprinkling the device's DMA tag, always return a new DMA tag which is based on the IOMMU's. If you think about it, using the IOMMU's DMA tag makes more sense because it is the IOMMU that does the actual DMA. Noticed while debugging, since the SMMU's map function was called twice: once for the PCI device, and once for its ppb(4). As the transaction has the PCI device's Stream ID, not the ppb(4)'s, this would be useless work. Suggested by kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/01 14:38:20 Modified files: sys/arch/arm64/dev: smmu.c Log message: Update the MSI addresses for the Armada 8040. This chunk will only be there until we have a proper way of making the MSI pages available. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:16:24 Log message: Import perl-5.32.1 OK sthen@ Status: Vendor Tag: PERL Release Tags: PERL_5_32_1 U src/gnu/usr.bin/perl/.dir-locals.el U src/gnu/usr.bin/perl/.lgtm.yml U src/gnu/usr.bin/perl/.metaconf-exclusions.txt U src/gnu/usr.bin/perl/.travis.yml U src/gnu/usr.bin/perl/Artistic C src/gnu/usr.bin/perl/asan_ignore C src/gnu/usr.bin/perl/AUTHORS C src/gnu/usr.bin/perl/autodoc.pl C src/gnu/usr.bin/perl/av.c C src/gnu/usr.bin/perl/av.h C src/gnu/usr.bin/perl/caretx.c C src/gnu/usr.bin/perl/cflags.SH U src/gnu/usr.bin/perl/Changes C src/gnu/usr.bin/perl/charclass_invlists.h C src/gnu/usr.bin/perl/configpm C src/gnu/usr.bin/perl/Configure C src/gnu/usr.bin/perl/configure.com U src/gnu/usr.bin/perl/configure.gnu C src/gnu/usr.bin/perl/config_h.SH C src/gnu/usr.bin/perl/cop.h U src/gnu/usr.bin/perl/Copying C src/gnu/usr.bin/perl/cv.h U src/gnu/usr.bin/perl/deb.c C src/gnu/usr.bin/perl/doio.c C src/gnu/usr.bin/perl/doop.c C src/gnu/usr.bin/perl/dosish.h C src/gnu/usr.bin/perl/dquote.c C src/gnu/usr.bin/perl/dump.c C src/gnu/usr.bin/perl/ebcdic_tables.h C src/gnu/usr.bin/perl/embed.fnc C src/gnu/usr.bin/perl/embed.h C src/gnu/usr.bin/perl/embedvar.h C src/gnu/usr.bin/perl/EXTERN.h U src/gnu/usr.bin/perl/fakesdio.h C src/gnu/usr.bin/perl/feature.h U src/gnu/usr.bin/perl/form.h U src/gnu/usr.bin/perl/generate_uudmap.c U src/gnu/usr.bin/perl/globals.c C src/gnu/usr.bin/perl/globvar.sym C src/gnu/usr.bin/perl/gv.c U src/gnu/usr.bin/perl/gv.h C src/gnu/usr.bin/perl/handy.h C src/gnu/usr.bin/perl/hv.c C src/gnu/usr.bin/perl/hv.h C src/gnu/usr.bin/perl/hv_func.h U src/gnu/usr.bin/perl/hv_macro.h C src/gnu/usr.bin/perl/inline.h C src/gnu/usr.bin/perl/INSTALL U src/gnu/usr.bin/perl/installhtml U src/gnu/usr.bin/perl/installman U src/gnu/usr.bin/perl/installperl U src/gnu/usr.bin/perl/install_lib.pl U src/gnu/usr.bin/perl/INTERN.h C src/gnu/usr.bin/perl/intrpvar.h C src/gnu/usr.bin/perl/invlist_inline.h C src/gnu/usr.bin/perl/iperlsys.h C src/gnu/usr.bin/perl/keywords.c C src/gnu/usr.bin/perl/keywords.h C src/gnu/usr.bin/perl/l1_char_class_tab.h C src/gnu/usr.bin/perl/locale.c C src/gnu/usr.bin/perl/makedef.pl U src/gnu/usr.bin/perl/makedepend.SH U src/gnu/usr.bin/perl/Makefile.micro C src/gnu/usr.bin/perl/Makefile.SH C src/gnu/usr.bin/perl/make_ext.pl C src/gnu/usr.bin/perl/make_patchnum.pl C src/gnu/usr.bin/perl/malloc.c U src/gnu/usr.bin/perl/malloc_ctl.h C src/gnu/usr.bin/perl/MANIFEST C src/gnu/usr.bin/perl/mathoms.c C src/gnu/usr.bin/perl/META.json C src/gnu/usr.bin/perl/META.yml C src/gnu/usr.bin/perl/metaconfig.h U src/gnu/usr.bin/perl/metaconfig.SH C src/gnu/usr.bin/perl/mg.c U src/gnu/usr.bin/perl/mg.h U src/gnu/usr.bin/perl/mg_names.inc U src/gnu/usr.bin/perl/mg_raw.h U src/gnu/usr.bin/perl/mg_vtable.h U src/gnu/usr.bin/perl/miniperlmain.c C src/gnu/usr.bin/perl/mkppport U src/gnu/usr.bin/perl/mkppport.lst C src/gnu/usr.bin/perl/mro_core.c U src/gnu/usr.bin/perl/myconfig.SH U src/gnu/usr.bin/perl/mydtrace.h U src/gnu/usr.bin/perl/nostdio.h C src/gnu/usr.bin/perl/numeric.c C src/gnu/usr.bin/perl/op.c C src/gnu/usr.bin/perl/op.h C src/gnu/usr.bin/perl/opcode.h C src/gnu/usr.bin/perl/opnames.h U src/gnu/usr.bin/perl/op_reg_common.h U src/gnu/usr.bin/perl/overload.h U src/gnu/usr.bin/perl/overload.inc U src/gnu/usr.bin/perl/PACKAGING U src/gnu/usr.bin/perl/packsizetables.inc C src/gnu/usr.bin/perl/pad.c C src/gnu/usr.bin/perl/pad.h C src/gnu/usr.bin/perl/parser.h C src/gnu/usr.bin/perl/patchlevel.h C src/gnu/usr.bin/perl/perl.c C src/gnu/usr.bin/perl/perl.h U src/gnu/usr.bin/perl/perlapi.c C src/gnu/usr.bin/perl/perlapi.h U src/gnu/usr.bin/perl/perldtrace.d C src/gnu/usr.bin/perl/perlio.c C src/gnu/usr.bin/perl/perlio.h U src/gnu/usr.bin/perl/perlio.sym U src/gnu/usr.bin/perl/perliol.h U src/gnu/usr.bin/perl/perlsdio.h C src/gnu/usr.bin/perl/perlvars.h C src/gnu/usr.bin/perl/perly.act U src/gnu/usr.bin/perl/perly.c C src/gnu/usr.bin/perl/perly.h C src/gnu/usr.bin/perl/perly.tab C src/gnu/usr.bin/perl/perly.y U src/gnu/usr.bin/perl/perl_inc_macro.h U src/gnu/usr.bin/perl/perl_langinfo.h U src/gnu/usr.bin/perl/Policy_sh.SH C src/gnu/usr.bin/perl/pp.c C src/gnu/usr.bin/perl/pp.h C src/gnu/usr.bin/perl/pp_ctl.c C src/gnu/usr.bin/perl/pp_hot.c C src/gnu/usr.bin/perl/pp_pack.c C src/gnu/usr.bin/perl/pp_proto.h C src/gnu/usr.bin/perl/pp_sort.c C src/gnu/usr.bin/perl/pp_sys.c C src/gnu/usr.bin/perl/proto.h C src/gnu/usr.bin/perl/README U src/gnu/usr.bin/perl/README.aix U src/gnu/usr.bin/perl/README.amiga C src/gnu/usr.bin/perl/README.android C src/gnu/usr.bin/perl/README.bs2000 U src/gnu/usr.bin/perl/README.cn C src/gnu/usr.bin/perl/README.cygwin U src/gnu/usr.bin/perl/README.dos C src/gnu/usr.bin/perl/README.freebsd C src/gnu/usr.bin/perl/README.haiku U src/gnu/usr.bin/perl/README.hpux C src/gnu/usr.bin/perl/README.hurd C src/gnu/usr.bin/perl/README.irix U src/gnu/usr.bin/perl/README.jp U src/gnu/usr.bin/perl/README.ko C src/gnu/usr.bin/perl/README.linux U src/gnu/usr.bin/perl/README.macos C src/gnu/usr.bin/perl/README.macosx U src/gnu/usr.bin/perl/README.micro U src/gnu/usr.bin/perl/README.netware C src/gnu/usr.bin/perl/README.openbsd C src/gnu/usr.bin/perl/README.os2 C src/gnu/usr.bin/perl/README.os390 C src/gnu/usr.bin/perl/README.os400 U src/gnu/usr.bin/perl/README.plan9 U src/gnu/usr.bin/perl/README.qnx U src/gnu/usr.bin/perl/README.riscos C src/gnu/usr.bin/perl/README.solaris U src/gnu/usr.bin/perl/README.symbian C src/gnu/usr.bin/perl/README.synology U src/gnu/usr.bin/perl/README.tru64 U src/gnu/usr.bin/perl/README.tw C src/gnu/usr.bin/perl/README.vms U src/gnu/usr.bin/perl/README.vos C src/gnu/usr.bin/perl/README.win32 C src/gnu/usr.bin/perl/reentr.c U src/gnu/usr.bin/perl/reentr.h C src/gnu/usr.bin/perl/regcharclass.h C src/gnu/usr.bin/perl/regcomp.c C src/gnu/usr.bin/perl/regcomp.h C src/gnu/usr.bin/perl/regcomp.sym U src/gnu/usr.bin/perl/regen.pl C src/gnu/usr.bin/perl/regen_perly.pl C src/gnu/usr.bin/perl/regexec.c C src/gnu/usr.bin/perl/regexp.h C src/gnu/usr.bin/perl/regnodes.h U src/gnu/usr.bin/perl/run.c U src/gnu/usr.bin/perl/runtests.SH U src/gnu/usr.bin/perl/sbox32_hash.h C src/gnu/usr.bin/perl/scope.c C src/gnu/usr.bin/perl/scope.h N src/gnu/usr.bin/perl/SECURITY.md U src/gnu/usr.bin/perl/stadtx_hash.h C src/gnu/usr.bin/perl/sv.c C src/gnu/usr.bin/perl/sv.h C src/gnu/usr.bin/perl/taint.c C src/gnu/usr.bin/perl/TestInit.pm U src/gnu/usr.bin/perl/thread.h C src/gnu/usr.bin/perl/time64.c C src/gnu/usr.bin/perl/time64.h U src/gnu/usr.bin/perl/time64_config.h C src/gnu/usr.bin/perl/toke.c C src/gnu/usr.bin/perl/uconfig.h C src/gnu/usr.bin/perl/uconfig.sh C src/gnu/usr.bin/perl/uconfig64.sh C src/gnu/usr.bin/perl/unicode_constants.h C src/gnu/usr.bin/perl/universal.c C src/gnu/usr.bin/perl/unixish.h U src/gnu/usr.bin/perl/uni_keywords.h C src/gnu/usr.bin/perl/utf8.c C src/gnu/usr.bin/perl/utf8.h C src/gnu/usr.bin/perl/utfebcdic.h C src/gnu/usr.bin/perl/util.c C src/gnu/usr.bin/perl/util.h C src/gnu/usr.bin/perl/utils.lst C src/gnu/usr.bin/perl/vutil.c U src/gnu/usr.bin/perl/vutil.h C src/gnu/usr.bin/perl/vxs.inc C src/gnu/usr.bin/perl/warnings.h C src/gnu/usr.bin/perl/write_buildcustomize.pl C src/gnu/usr.bin/perl/XSUB.h U src/gnu/usr.bin/perl/zaphod32_hash.h C src/gnu/usr.bin/perl/amigaos4/amigaio.c U src/gnu/usr.bin/perl/amigaos4/amigaio.h U src/gnu/usr.bin/perl/amigaos4/amigaos.c U src/gnu/usr.bin/perl/amigaos4/amigaos.h U src/gnu/usr.bin/perl/amigaos4/config.sh U src/gnu/usr.bin/perl/cpan/.dir-locals.el U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptar U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptardiff U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptargrep C src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm C src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm C src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/File.pm U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/01_use.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/02_methods.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/03_file.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/04_resolved_issues.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/05_iter.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/06_error.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/08_ptargrep.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/09_roundtrip.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/90_symlink.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/99_pod.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/header/signed.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/b U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/bar.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tbz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tgz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/b U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/bar.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tbz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tgz C src/gnu/usr.bin/perl/cpan/autodie/lib/autodie.pm C src/gnu/usr.bin/perl/cpan/autodie/lib/Fatal.pm C src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception.pm C src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/hints.pm C src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/skip.pm C src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/Util.pm C src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception/system.pm C src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/Scope/Guard.pm C src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/Scope/GuardStack.pm U src/gnu/usr.bin/perl/cpan/autodie/t/00-load.t U src/gnu/usr.bin/perl/cpan/autodie/t/args.t U src/gnu/usr.bin/perl/cpan/autodie/t/autodie.t U src/gnu/usr.bin/perl/cpan/autodie/t/autodie_skippy.pm U src/gnu/usr.bin/perl/cpan/autodie/t/autodie_test_module.pm U src/gnu/usr.bin/perl/cpan/autodie/t/backcompat.t U src/gnu/usr.bin/perl/cpan/autodie/t/basic_exceptions.t U src/gnu/usr.bin/perl/cpan/autodie/t/binmode.t U src/gnu/usr.bin/perl/cpan/autodie/t/blog_hints.t U src/gnu/usr.bin/perl/cpan/autodie/t/caller.t U src/gnu/usr.bin/perl/cpan/autodie/t/chmod.t U src/gnu/usr.bin/perl/cpan/autodie/t/chown.t U src/gnu/usr.bin/perl/cpan/autodie/t/context.t U src/gnu/usr.bin/perl/cpan/autodie/t/context_lexical.t U src/gnu/usr.bin/perl/cpan/autodie/t/core-trampoline-slurp.t U src/gnu/usr.bin/perl/cpan/autodie/t/crickey.t U src/gnu/usr.bin/perl/cpan/autodie/t/dbmopen.t U src/gnu/usr.bin/perl/cpan/autodie/t/eval_error.t U src/gnu/usr.bin/perl/cpan/autodie/t/exceptions.t U src/gnu/usr.bin/perl/cpan/autodie/t/exception_class.t U src/gnu/usr.bin/perl/cpan/autodie/t/exec.t U src/gnu/usr.bin/perl/cpan/autodie/t/Fatal.t U src/gnu/usr.bin/perl/cpan/autodie/t/filehandles.t U src/gnu/usr.bin/perl/cpan/autodie/t/fileno.t U src/gnu/usr.bin/perl/cpan/autodie/t/flock.t U src/gnu/usr.bin/perl/cpan/autodie/t/format-clobber.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_insist.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_pod_examples.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_does.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_easy_does_it.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_isa.t U src/gnu/usr.bin/perl/cpan/autodie/t/import-into.t U src/gnu/usr.bin/perl/cpan/autodie/t/internal-backcompat.t U src/gnu/usr.bin/perl/cpan/autodie/t/internal.t U src/gnu/usr.bin/perl/cpan/autodie/t/kill.t U src/gnu/usr.bin/perl/cpan/autodie/t/lethal.t U src/gnu/usr.bin/perl/cpan/autodie/t/mkdir.t N src/gnu/usr.bin/perl/cpan/autodie/t/no-default.t U src/gnu/usr.bin/perl/cpan/autodie/t/no_carp.t U src/gnu/usr.bin/perl/cpan/autodie/t/open.t U src/gnu/usr.bin/perl/cpan/autodie/t/read.t U src/gnu/usr.bin/perl/cpan/autodie/t/recv.t U src/gnu/usr.bin/perl/cpan/autodie/t/repeat.t U src/gnu/usr.bin/perl/cpan/autodie/t/rt-74246.t U src/gnu/usr.bin/perl/cpan/autodie/t/scope_leak.t U src/gnu/usr.bin/perl/cpan/autodie/t/skip.t U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-basic.t U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-leak.t U src/gnu/usr.bin/perl/cpan/autodie/t/sysopen.t U src/gnu/usr.bin/perl/cpan/autodie/t/touch_me U src/gnu/usr.bin/perl/cpan/autodie/t/truncate.t U src/gnu/usr.bin/perl/cpan/autodie/t/unlink.t U src/gnu/usr.bin/perl/cpan/autodie/t/user-context.t U src/gnu/usr.bin/perl/cpan/autodie/t/usersub.t U src/gnu/usr.bin/perl/cpan/autodie/t/utf8_open.t U src/gnu/usr.bin/perl/cpan/autodie/t/utime.t C src/gnu/usr.bin/perl/cpan/autodie/t/version.t U src/gnu/usr.bin/perl/cpan/autodie/t/version_tag.t U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Caller_helper.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_pod_examples.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_does.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_easy_does_it.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_isa.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/OtherTypes.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/badname.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/missing.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au/exception.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/autodie.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/pragma.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Some/Module.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoLoader.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoSplit.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/t/01AutoLoader.t U src/gnu/usr.bin/perl/cpan/AutoLoader/t/02AutoSplit.t U src/gnu/usr.bin/perl/cpan/bignum/lib/bigint.pm U src/gnu/usr.bin/perl/cpan/bignum/lib/bignum.pm U src/gnu/usr.bin/perl/cpan/bignum/lib/bigrat.pm U src/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigFloat/Trace.pm U src/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigInt/Trace.pm U src/gnu/usr.bin/perl/cpan/bignum/t/bigexp.t U src/gnu/usr.bin/perl/cpan/bignum/t/bigint.t U src/gnu/usr.bin/perl/cpan/bignum/t/bignum.t U src/gnu/usr.bin/perl/cpan/bignum/t/bigrat.t U src/gnu/usr.bin/perl/cpan/bignum/t/big_e_pi.t U src/gnu/usr.bin/perl/cpan/bignum/t/biinfnan.t U src/gnu/usr.bin/perl/cpan/bignum/t/bii_e_pi.t U src/gnu/usr.bin/perl/cpan/bignum/t/bir_e_pi.t U src/gnu/usr.bin/perl/cpan/bignum/t/bninfnan.t U src/gnu/usr.bin/perl/cpan/bignum/t/bn_lite.t U src/gnu/usr.bin/perl/cpan/bignum/t/brinfnan.t U src/gnu/usr.bin/perl/cpan/bignum/t/br_lite.t U src/gnu/usr.bin/perl/cpan/bignum/t/infnan.inc U src/gnu/usr.bin/perl/cpan/bignum/t/in_effect.t U src/gnu/usr.bin/perl/cpan/bignum/t/option_a.t U src/gnu/usr.bin/perl/cpan/bignum/t/option_l.t U src/gnu/usr.bin/perl/cpan/bignum/t/option_p.t U src/gnu/usr.bin/perl/cpan/bignum/t/overrides.t U src/gnu/usr.bin/perl/cpan/bignum/t/ratopt_a.t U src/gnu/usr.bin/perl/cpan/bignum/t/scope_f.t U src/gnu/usr.bin/perl/cpan/bignum/t/scope_i.t U src/gnu/usr.bin/perl/cpan/bignum/t/scope_r.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Bzip2.xs U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Makefile.PL U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/typemap C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/compress.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.xs C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/MakeUtil.pm C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/000prereq.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/01bzip2.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/09limitoutput.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/19nonpv.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/99pod.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Makefile.PL U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/typemap U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Zlib.xs U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.xs C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/MakeUtil.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/01version.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/02zlib.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/07bufsize.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/09limitoutput.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/18lvalue.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/19nonpv.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/adler32.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/compress.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.h C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/infback.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffixed.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/uncompr.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zconf.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zlib.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.h U src/gnu/usr.bin/perl/cpan/Config-Perl-V/V.pm U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/10_base.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/20_plv56.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/21_plv58.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/22_plv510.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/23_plv512.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/24_plv514.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/25_plv516.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/25_plv5162.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/26_plv518.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/26_plv5182.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/27_plv5200.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/27_plv5202.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/28_plv5220.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/28_plv52201w.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/29_plv5235w.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/30_plv5240.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/31_plv52511.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/32_plv5261rc1.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/33_plv52711r.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/34_plv5280.t U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2003.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2005.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2007.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2009.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2011.pub C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/App/Cpan.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Author.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Bundle.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/CacheMgr.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Complete.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Debug.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/DeferredCode.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distribution.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distroprefs.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distrostatus.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FirstTime.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HandleConfig.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Index.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/InfoObj.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Mirrors.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Module.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Nox.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Plugin.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Prompt.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Queue.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Shell.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Tarzip.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/URL.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Version.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/HOWTO.pod U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/netrc.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Client.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Credentials.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/UserAgent.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Plugin/Specfile.pm C src/gnu/usr.bin/perl/cpan/CPAN/scripts/cpan U src/gnu/usr.bin/perl/cpan/CPAN/t/01loadme.t U src/gnu/usr.bin/perl/cpan/CPAN/t/02nox.t U src/gnu/usr.bin/perl/cpan/CPAN/t/03pkgs.t U src/gnu/usr.bin/perl/cpan/CPAN/t/10version.t U src/gnu/usr.bin/perl/cpan/CPAN/t/11mirroredby.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/BadMETA.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/bareyaml.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/CL018_yaml.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/json.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/META-VR.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/META-VR.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/yaml.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-bad.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-fail.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-fragments.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/load-bad.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/meta-obj.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/no-index.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/optional_feature-merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-finalize.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/README-data.txt U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/repository.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/save-load.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/validator.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/107650337-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1598804075-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1927486199-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1985980974-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/2031017050-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/284247103-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/344981821-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/35478989-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/98042513-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/restrictive-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/version-ranges-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/gpl-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-2.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/preserve-release-status.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/provides-version-missing.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/resources.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/restricted-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/restrictive-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/unicode.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-not-normal.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-ranges-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-ranges-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/x_deprecated-META.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1122575719-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1206545041-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1985684504-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/476602558-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/x_deprecated-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/accepts.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/bad_version_hook.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/basic.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/finalize.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/from-hash.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/strings.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/01_api.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/01_compile.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/10_read.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/11_read_string.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/12_write.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/13_write_string.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/20_subclass.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/31_local_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/32_world_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/86_fail.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/README.md U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/ascii.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/latin1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/multibyte.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/SubtestCompat.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-warning/document.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml U src/gnu/usr.bin/perl/cpan/DB_File/config.in U src/gnu/usr.bin/perl/cpan/DB_File/dbinfo C src/gnu/usr.bin/perl/cpan/DB_File/DB_File.pm C src/gnu/usr.bin/perl/cpan/DB_File/DB_File.xs U src/gnu/usr.bin/perl/cpan/DB_File/DB_File_BS C src/gnu/usr.bin/perl/cpan/DB_File/Makefile.PL U src/gnu/usr.bin/perl/cpan/DB_File/typemap U src/gnu/usr.bin/perl/cpan/DB_File/version.c U src/gnu/usr.bin/perl/cpan/DB_File/hints/bitrig.pl U src/gnu/usr.bin/perl/cpan/DB_File/hints/dynixptx.pl U src/gnu/usr.bin/perl/cpan/DB_File/hints/minix.pl U src/gnu/usr.bin/perl/cpan/DB_File/hints/netbsd.pl U src/gnu/usr.bin/perl/cpan/DB_File/hints/openbsd.pl U src/gnu/usr.bin/perl/cpan/DB_File/hints/sco.pl U src/gnu/usr.bin/perl/cpan/DB_File/t/db-btree.t U src/gnu/usr.bin/perl/cpan/DB_File/t/db-hash.t U src/gnu/usr.bin/perl/cpan/DB_File/t/db-recno.t U src/gnu/usr.bin/perl/cpan/DB_File/t/db-threads.t U src/gnu/usr.bin/perl/cpan/Digest/Digest.pm U src/gnu/usr.bin/perl/cpan/Digest/Digest/base.pm U src/gnu/usr.bin/perl/cpan/Digest/Digest/file.pm U src/gnu/usr.bin/perl/cpan/Digest/t/base.t U src/gnu/usr.bin/perl/cpan/Digest/t/digest.t U src/gnu/usr.bin/perl/cpan/Digest/t/file.t U src/gnu/usr.bin/perl/cpan/Digest/t/security.t U src/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/Dummy.pm C src/gnu/usr.bin/perl/cpan/Digest-MD5/Makefile.PL C src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.pm C src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs U src/gnu/usr.bin/perl/cpan/Digest-MD5/typemap U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/dec_osf.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/irix_6.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/MacOS.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/align.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/badfile.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/bits.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/clone.t C src/gnu/usr.bin/perl/cpan/Digest-MD5/t/files.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/md5-aaa.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/threads.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/utf8.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/Makefile.PL U src/gnu/usr.bin/perl/cpan/Digest-SHA/SHA.xs U src/gnu/usr.bin/perl/cpan/Digest-SHA/shasum U src/gnu/usr.bin/perl/cpan/Digest-SHA/typemap U src/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/SHA.pm U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sdf.c U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.c U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.h U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.c U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.h U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/allfcns.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/base64.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitbuf.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitorder.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips180-4.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips198.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gg.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gglong.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/hmacsha.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/inheritance.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ireland.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/methods.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbit.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbyte.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/rfc2202.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha1.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha224.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha256.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha384.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha512.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/state.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/unicode.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/woodbury.t U src/gnu/usr.bin/perl/cpan/Encode/encengine.c C src/gnu/usr.bin/perl/cpan/Encode/Encode.pm C src/gnu/usr.bin/perl/cpan/Encode/Encode.xs C src/gnu/usr.bin/perl/cpan/Encode/encoding.pm U src/gnu/usr.bin/perl/cpan/Encode/Makefile.PL C src/gnu/usr.bin/perl/cpan/Encode/bin/enc2xs U src/gnu/usr.bin/perl/cpan/Encode/bin/encguess U src/gnu/usr.bin/perl/cpan/Encode/bin/piconv U src/gnu/usr.bin/perl/cpan/Encode/bin/ucm2table U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmlint U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmsort U src/gnu/usr.bin/perl/cpan/Encode/bin/unidump U src/gnu/usr.bin/perl/cpan/Encode/Byte/Byte.pm U src/gnu/usr.bin/perl/cpan/Encode/Byte/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/CN/CN.pm U src/gnu/usr.bin/perl/cpan/Encode/CN/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/EBCDIC.pm U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/Encode/Changes.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/ConfigLocal_PM.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/encode.h U src/gnu/usr.bin/perl/cpan/Encode/Encode/Makefile_PL.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/README.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/_PM.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/_T.e2x U src/gnu/usr.bin/perl/cpan/Encode/JP/JP.pm U src/gnu/usr.bin/perl/cpan/Encode/JP/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/KR/KR.pm U src/gnu/usr.bin/perl/cpan/Encode/KR/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Alias.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CJKConstants.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Config.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoding.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/GSM0338.pm C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Guess.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/PerlIO.pod U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Supported.pod U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CN/HZ.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/H2Z.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/JIS7.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/2022_KR.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Name.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode/UTF7.pm U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Symbol.pm U src/gnu/usr.bin/perl/cpan/Encode/t/Aliases.t U src/gnu/usr.bin/perl/cpan/Encode/t/at-cn.t U src/gnu/usr.bin/perl/cpan/Encode/t/at-tw.t U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.enc U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.utf U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.enc U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.utf U src/gnu/usr.bin/perl/cpan/Encode/t/CJKT.t U src/gnu/usr.bin/perl/cpan/Encode/t/cow.t U src/gnu/usr.bin/perl/cpan/Encode/t/decode.t U src/gnu/usr.bin/perl/cpan/Encode/t/Encode.t U src/gnu/usr.bin/perl/cpan/Encode/t/Encoder.t U src/gnu/usr.bin/perl/cpan/Encode/t/encoding-locale.t U src/gnu/usr.bin/perl/cpan/Encode/t/encoding.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_data.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_eucjp.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.enc U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.t C src/gnu/usr.bin/perl/cpan/Encode/t/enc_utf8.t U src/gnu/usr.bin/perl/cpan/Encode/t/fallback.t U src/gnu/usr.bin/perl/cpan/Encode/t/from_to.t U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.enc U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.utf U src/gnu/usr.bin/perl/cpan/Encode/t/grow.t U src/gnu/usr.bin/perl/cpan/Encode/t/gsm0338.t U src/gnu/usr.bin/perl/cpan/Encode/t/guess.t U src/gnu/usr.bin/perl/cpan/Encode/t/isa.t U src/gnu/usr.bin/perl/cpan/Encode/t/jis7-fallback.t U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.utf U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.utf U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.utf U src/gnu/usr.bin/perl/cpan/Encode/t/jperl.t U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.enc U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.utf U src/gnu/usr.bin/perl/cpan/Encode/t/magic.t U src/gnu/usr.bin/perl/cpan/Encode/t/mime-header.t U src/gnu/usr.bin/perl/cpan/Encode/t/mime-name.t U src/gnu/usr.bin/perl/cpan/Encode/t/mime_header_iso2022jp.t U src/gnu/usr.bin/perl/cpan/Encode/t/Mod_EUCJP.pm U src/gnu/usr.bin/perl/cpan/Encode/t/perlio.t U src/gnu/usr.bin/perl/cpan/Encode/t/piconv.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt.pl U src/gnu/usr.bin/perl/cpan/Encode/t/rt113164.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt65541.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt76824.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt85489.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt86327.t U src/gnu/usr.bin/perl/cpan/Encode/t/taint.t U src/gnu/usr.bin/perl/cpan/Encode/t/truncated_utf8.t U src/gnu/usr.bin/perl/cpan/Encode/t/undef.t U src/gnu/usr.bin/perl/cpan/Encode/t/unibench.pl U src/gnu/usr.bin/perl/cpan/Encode/t/Unicode.t U src/gnu/usr.bin/perl/cpan/Encode/t/use-Encode-Alias.t U src/gnu/usr.bin/perl/cpan/Encode/t/utf8ref.t U src/gnu/usr.bin/perl/cpan/Encode/t/utf8strict.t U src/gnu/usr.bin/perl/cpan/Encode/t/utf8warnings.t U src/gnu/usr.bin/perl/cpan/Encode/t/xml.t U src/gnu/usr.bin/perl/cpan/Encode/TW/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/TW/TW.pm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-1.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-10.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-11.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-13.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-14.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-15.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-16.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-2.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-3.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-4.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-5.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-6.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-7.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-8.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-9.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeStdenc.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeSymbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeZdingbat.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ascii.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-eten.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-hkscs.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp037.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1006.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1026.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1047.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1250.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1251.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1252.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1253.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1254.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1255.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1256.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1257.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1258.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp424.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp437.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp500.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp737.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp775.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp850.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp852.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp855.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp856.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp857.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp858.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp860.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp861.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp862.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp863.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp864.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp865.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp866.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp869.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp874.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp875.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp932.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp936.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp949.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp950.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ctrl.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/dingbats.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-cn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-jp.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-kr.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb12345.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb2312.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/hp-roman8.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ir-165.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0201.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0208.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0212.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/johab.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-f.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-r.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-u.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ksc5601.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macArabic.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCentEuro.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChinsimp.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChintrad.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCroatian.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCyrillic.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macDingbats.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macFarsi.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macGreek.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macHebrew.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macIceland.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macJapanese.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macKorean.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRoman.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macROMnn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRUMnn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSami.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSymbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macThai.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macTurkish.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macUkraine.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/nextstep.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/null.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/posix-bc.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/shiftjis.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/symbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/viscii.ucm U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.pm U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.xs U src/gnu/usr.bin/perl/cpan/experimental/lib/experimental.pm U src/gnu/usr.bin/perl/cpan/experimental/t/basic.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/Constant.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/Install.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/can_write_dir.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/Install.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/Installapi2.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/Installed.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/InstallWithMM.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/Packlist.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/TieOut.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/instmodsh C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/00compile.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/01perl_bugs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/03-xsstatic.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/arch_check.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/backwards.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/basic.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/build_man.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cd.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/config.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cp.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/echo.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/eu_command.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fixin.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fix_libs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/hints.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/installed_file.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/is_of_type.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Liblist.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/make.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/maketext_filter.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_data.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_file.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/meta_convert.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.json U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.yml U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/miniperl.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/min_perl_version.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Any.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_BeOS.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_NW5.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_OS2.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Unix.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_VMS.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Win32.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/oneliner.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/os_unsupported.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_abstract.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_version.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/PL_FILES.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm_to_blib.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pod2man.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/postamble.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prefixify.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq_print.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/problems.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prompt.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/recurs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/revision.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/several_authors.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/split_command.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testlib.t N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testrules.yml U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/test_boilerplate.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/unicode.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/vstrings.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm U src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/Fetch.pm U src/gnu/usr.bin/perl/cpan/File-Fetch/t/01_File-Fetch.t U src/gnu/usr.bin/perl/cpan/File-Fetch/t/null_subclass.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP U src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/Manifest.t U src/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm U src/gnu/usr.bin/perl/cpan/File-Path/t/FilePathTest.pm U src/gnu/usr.bin/perl/cpan/File-Path/t/Path.t U src/gnu/usr.bin/perl/cpan/File-Path/t/Path_root.t U src/gnu/usr.bin/perl/cpan/File-Path/t/Path_win32.t U src/gnu/usr.bin/perl/cpan/File-Path/t/taint.t U src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm U src/gnu/usr.bin/perl/cpan/File-Temp/t/cmp.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/fork.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/lock.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/mktemp.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/object.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/posix.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/rmtree.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/security.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/seekable.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/tempfile.t U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.pm U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.xs U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/filter-util.pl U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/call.t U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/rt_101033.pm U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/rt_101033.t U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/rt_54452-rebless.t C src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-basic.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-linkage.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-oo.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xargv.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xstring.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-07.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/delete-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-07.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-08.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-09.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-10.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-11.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-12.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-13.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-14.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-15.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-16.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-17.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-18.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-19.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-20.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-21.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-22.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/head-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/post-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/proxy-auth-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-07.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-08.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-09.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-10.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/000_load.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/001_api.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/002_croakage.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/003_agent.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/004_timeout.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/010_url.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/020_headers.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/030_response.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/040_content.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/050_chunked_body.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/060_http_date.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/070_cookie_jar.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/100_get.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/101_head.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/102_put.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/103_delete.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/104_post.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/110_mirror.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/130_redirect.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/140_proxy.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/141_no_proxy.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/150_post_form.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/160_cookies.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/161_basic_auth.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/162_proxy_auth.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/170_keepalive.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/BrokenCookieJar.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/SimpleCookieJar.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/Util.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/Makefile.PL N src/gnu/usr.bin/perl/cpan/IO-Compress/bin/streamzip C src/gnu/usr.bin/perl/cpan/IO-Compress/bin/zipdetails C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/Zlib.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Bzip2.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Deflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/FAQ.pod C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Base.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/private/MakeUtil.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/t/000prereq.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-transparent.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/004gziphdr.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/005defhdr.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/006zip.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/011-streamzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/01misc.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/020isize.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/050interop-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/999pod.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-store-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-rawdeflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-zip-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-transparent.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/111const-deflate.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/112utf8-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-01version.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-03zlib-v1.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-06gzsetp.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-08encoding.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-14gzopen.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/globmapper.t N src/gnu/usr.bin/perl/cpan/IO-Compress/t/files/bad-efs.zip N src/gnu/usr.bin/perl/cpan/IO-Compress/t/files/encrypt-aes.zip N src/gnu/usr.bin/perl/cpan/IO-Compress/t/files/encrypt-standard.zip N src/gnu/usr.bin/perl/cpan/IO-Compress/t/files/jar.zip U src/gnu/usr.bin/perl/cpan/IO-Compress/t/files/meta.xml U src/gnu/usr.bin/perl/cpan/IO-Compress/t/files/test.ods U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/any.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/anyunc.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/CompTestUtils.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/destroy.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/encode.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/generic.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/merge.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/multi.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/newtied.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/prime.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/tied.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/truncate.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/zlib-generic.pl U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/IP.pm U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/00use.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/01local-client-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/02local-server-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/03local-cross-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/04local-client-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/05local-server-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/06local-cross-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/10args.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/11sockopts.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/12port-fallback.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/13addrinfo.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/14fileno.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/15io-socket.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/16v6only.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/17gai-flags.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/18fdopen.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/19no-addrs.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/20subclass.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/21as-inet.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/22timeout.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/30nonblocking-connect.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/99pod.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/Zlib.pm U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/basic.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/external.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getc.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getline.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/import.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/large.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/tied.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp1.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp2.t C src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/Cmd.pm U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/01_IPC-Cmd.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/02_Interactive.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/03_run-forked.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/child.pl U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/output.pl U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/x.tgz U src/gnu/usr.bin/perl/cpan/IPC-SysV/Makefile.PL U src/gnu/usr.bin/perl/cpan/IPC-SysV/regen.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/SysV.xs U src/gnu/usr.bin/perl/cpan/IPC-SysV/typemap U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/cygwin.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/next_3.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Msg.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Semaphore.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SharedMem.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SysV.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ipcsysv.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/msg.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/pod.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/podcov.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/sem.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/shm.t C src/gnu/usr.bin/perl/cpan/JSON-PP/bin/json_pp C src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP.pm U src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP/Boolean.pm U src/gnu/usr.bin/perl/cpan/JSON-PP/t/000_load.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/001_utf8.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/002_error.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/003_types.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/004_dwiw_encode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/005_dwiw_decode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/006_pc_pretty.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/007_pc_esc.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/009_pc_extra_number.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/010_pc_keysort.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/011_pc_expo.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/012_blessed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/013_limit.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/014_latin1.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/015_prefix.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/016_tied.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/017_relaxed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/018_json_checker.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/019_incr.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/020_faihu.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/020_unknown.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/021_evans.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/022_comment_at_eof.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/052_object.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/104_sortby.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/105_esc_slash.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/106_allow_barekey.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/107_allow_singlequote.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/108_decode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/109_encode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/110_bignum.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/112_upgrade.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/113_overloaded_eq.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/114_decode_prefix.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/115_tie_ixhash.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/116_incr_parse_fixed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/117_numbers.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/zero-mojibake.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/118_boolean_values.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/gh_28_json_test_suite.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/gh_29_trailing_false_value.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/rt_116998_wrong_character_offset.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/rt_90071_incr_parse.t U src/gnu/usr.bin/perl/cpan/libnet/Makefile.PL U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Cmd.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Config.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Domain.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/libnetFAQ.pod U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Netrc.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/NNTP.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/POP3.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/SMTP.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Time.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/A.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/dataconn.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/E.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/I.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/L.pm U src/gnu/usr.bin/perl/cpan/libnet/t/config.t U src/gnu/usr.bin/perl/cpan/libnet/t/datasend.t U src/gnu/usr.bin/perl/cpan/libnet/t/ftp.t U src/gnu/usr.bin/perl/cpan/libnet/t/hostname.t U src/gnu/usr.bin/perl/cpan/libnet/t/libnet_t.pl U src/gnu/usr.bin/perl/cpan/libnet/t/netrc.t U src/gnu/usr.bin/perl/cpan/libnet/t/nntp.t U src/gnu/usr.bin/perl/cpan/libnet/t/nntp_ipv6.t U src/gnu/usr.bin/perl/cpan/libnet/t/nntp_ssl.t U src/gnu/usr.bin/perl/cpan/libnet/t/pop3_ipv6.t U src/gnu/usr.bin/perl/cpan/libnet/t/pop3_ssl.t U src/gnu/usr.bin/perl/cpan/libnet/t/require.t U src/gnu/usr.bin/perl/cpan/libnet/t/smtp.t U src/gnu/usr.bin/perl/cpan/libnet/t/smtp_ipv6.t U src/gnu/usr.bin/perl/cpan/libnet/t/smtp_ssl.t U src/gnu/usr.bin/perl/cpan/libnet/t/time.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/0-signature.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/1-basic.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po C src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigFloat.pm C src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt.pm C src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/Calc.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/Lib.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/alias.inc N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/backermann-mbi.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbf.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mif.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bdigitsum-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bdstr-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bdstr-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bestr-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bestr-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bfib-mbi.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltpm.inc C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltpm.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintc.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintpm.inc C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintpm.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigints.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/biglog.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigroot.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/big_pi_e.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/blucas-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bnok-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bnok-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bnstr-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bnstr-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bsstr-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bsstr-mbi.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/buparrow-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/config.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/constant.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/const_mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/downgrade.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/dparts-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/dparts-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/eparts-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/eparts-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_base-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_bin-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_bin-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_hex-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_hex-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_oct-mbf.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_ieee754-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_oct-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/inf_nan.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/isa.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/lib_load.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbf_ali.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbimbf.inc U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbimbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbi_ali.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbi_rand.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/nan_cmp.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/new-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/new_overloaded.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/nparts-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/nparts-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/objectify_mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/objectify_mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/require.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbf0.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbf1.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfa.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfn.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfw.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/round.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/rt-16221.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sparts-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sparts-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_ali.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mbf.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mif.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/to_base-mbi.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/to_ieee754-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/trap.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade.inc C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade2.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgradef.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib1.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib2.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib3.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib4.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_mbfw.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/with_sub.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/_e_math.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Scalar.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Subclass.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/FastCalc.xs C src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bigintfc.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/biglog.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bigroot.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bootstrap.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/leak.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/mbi_rand.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/BigRat.pm U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigfltpm.inc U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigfltrt.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigrat.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.inc U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratup.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/big_ap.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bitwise.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/hang.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/requirer.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/rt121139.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/trap.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/Math/BigRat/Test.pm U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Complex.pm U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Trig.pm U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Complex.t U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Trig.t U src/gnu/usr.bin/perl/cpan/Math-Complex/t/underbar.t U src/gnu/usr.bin/perl/cpan/Memoize/Memoize.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/AnyDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Expire.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireFile.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireTest.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/NDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/SDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Storable.pm U src/gnu/usr.bin/perl/cpan/Memoize/t/array.t U src/gnu/usr.bin/perl/cpan/Memoize/t/array_confusion.t U src/gnu/usr.bin/perl/cpan/Memoize/t/correctness.t U src/gnu/usr.bin/perl/cpan/Memoize/t/errors.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expfile.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expire.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_n.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_t.t U src/gnu/usr.bin/perl/cpan/Memoize/t/flush.t U src/gnu/usr.bin/perl/cpan/Memoize/t/normalize.t U src/gnu/usr.bin/perl/cpan/Memoize/t/prototype.t U src/gnu/usr.bin/perl/cpan/Memoize/t/speed.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tiefeatures.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_gdbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_ndbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_sdbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_storable.t U src/gnu/usr.bin/perl/cpan/Memoize/t/unmemoize.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.pm U src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.xs U src/gnu/usr.bin/perl/cpan/MIME-Base64/QuotedPrint.pm U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/base64.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/length.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/quoted-print.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/unicode.t U src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/Load.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t U src/gnu/usr.bin/perl/cpan/Module-Load/t/02_Module-Load.t U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/config_file U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadIt.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadMe.pl U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/TestModule.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ToBeLoaded U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/Must/Be/Loaded.pm C src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/test_lib/a/X.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/test_lib/b/X.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/Commented.pm N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/HereDoc.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/InPod.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotMain.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotX.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm U src/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/Loaded.pm U src/gnu/usr.bin/perl/cpan/Module-Loaded/t/01_Module-Loaded.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/corpus/BOMTest/UTF16BE.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/corpus/BOMTest/UTF16LE.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/corpus/BOMTest/UTF8.pm C src/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/Metadata.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/contains_pod.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/encoding.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/endpod.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/extract-package.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/extract-version.t C src/gnu/usr.bin/perl/cpan/Module-Metadata/t/metadata.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/taint.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/version.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/ENDPOD.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/GeneratePackage.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_1/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_2/Foo.pm U src/gnu/usr.bin/perl/cpan/NEXT/lib/NEXT.pm U src/gnu/usr.bin/perl/cpan/NEXT/t/actual.t U src/gnu/usr.bin/perl/cpan/NEXT/t/actuns.t U src/gnu/usr.bin/perl/cpan/NEXT/t/dynamically_scoped_regex_vars.t U src/gnu/usr.bin/perl/cpan/NEXT/t/next.t U src/gnu/usr.bin/perl/cpan/NEXT/t/stringify.t U src/gnu/usr.bin/perl/cpan/NEXT/t/unseen.t U src/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm U src/gnu/usr.bin/perl/cpan/Params-Check/t/01_Params-Check.t C src/gnu/usr.bin/perl/cpan/parent/lib/parent.pm U src/gnu/usr.bin/perl/cpan/parent/t/compile-time-file.t U src/gnu/usr.bin/perl/cpan/parent/t/compile-time.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromclassfile.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromfile.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-pmc.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-returns-false.t U src/gnu/usr.bin/perl/cpan/parent/t/parent.t U src/gnu/usr.bin/perl/cpan/parent/t/rt62341.t.disabled U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy.pm U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy2.plugin U src/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc U src/gnu/usr.bin/perl/cpan/parent/t/lib/ReturnsFalse.pm U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/Outside.pm U src/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/OSType.pm U src/gnu/usr.bin/perl/cpan/Perl-OSType/t/OSType.t C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pm C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq1.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq2.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq3.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq4.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq5.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq6.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq7.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq8.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq9.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlglossary.pod U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/Checker.pm U src/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/podchecker.PL U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/contains_bad_pod.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/empty.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchkenc.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchkenc.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchklink.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/poderrs.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/poderrs.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/selfcheck.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/testcmp.pl U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/testpchk.pl U src/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/Escapes.pm U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/01_about_verbose.t U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/10_main.t U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/15_name2charnum.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/Makefile.PL U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/perldoc.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/no-head.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/perlfunc.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/utf8.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/00_load.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/01_about_verbose.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/pod.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/man/_get_columns.t C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pod C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Debug.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTML.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/JustPod.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Methody.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Progress.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/RTF.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Search.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Text.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/00about.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/20_skip.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ac_d.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ascii_order.pl U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/basic.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/begin.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/cbacks.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/chunking.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/closeys.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/content_seen.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/emptylists.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/enc-chars.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod03.t C src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod04.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/end_over.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol2.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fake-closers.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_e.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_l.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_s.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/for.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fornot.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/github_issue_79.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/heads.t C src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html03.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/htmlbat.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/itemstar.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1o.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2o.txt N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/JustPod01.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/JustPod02.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/JustPod_corpus.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/linkclas.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/output.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcyg.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcygo.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaq.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaqo.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvar.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvaro.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/puller.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/pulltitl.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/reinit.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/render.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/rtf_utf8.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search10.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search12.t C src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search20.t C src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search22.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search25.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search26.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search27.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search28.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search29.t C src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search50.t N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search60.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/stree.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/strpvbtm.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/tiedfh.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verbatim.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verb_fmt.t C src/gnu/usr.bin/perl/cpan/Pod-Simple/t/whine.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml-bkb.t C src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml10.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml15.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml20.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/x_nixer.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn01.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn01.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn02.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn02.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn04.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn04.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/enc_char_directive.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/enc_char_directive.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/README N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search60/A/x.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search60/B/X.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Blorm.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/zikzik.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlflif.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlthng.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/Suzzle.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlthng.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pods/perlzoned.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/Usage.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/scripts/pod2usage.PL U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/InputObjects.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/Parser.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/PlainText.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/Select.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/headwithmarkup.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/headwithmarkup.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/p2u_data.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage.xr U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage2.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/selectheaders.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/selectheaders.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/selectsections.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/selectsections.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/testcmp.pl C src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/testp2pt.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/usage.pod U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/usage2.pod C src/gnu/usr.bin/perl/cpan/podlators/Makefile.PL C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ParseLink.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Color.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Overstrike.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Termcap.pm C src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2man.PL C src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2text.PL U src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.cap U src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.clr U src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.man U src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.ovr U src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.pod U src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.txt C src/gnu/usr.bin/perl/cpan/podlators/t/data/perl.conf C src/gnu/usr.bin/perl/cpan/podlators/t/data/termcap U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/README U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/escape-wrapping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/tag-width U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/tag-wrapping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/width U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/wrapping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/agrave U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/backslash-man-ref U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/bullet-after-nonbullet U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/bullets U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/c-in-header U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/c-in-name U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/cpp U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/dollar-magic U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-die U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-none U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-normal U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-pod U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-stderr U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-stderr-opt U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/eth U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/fixed-font U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/fixed-font-in-item U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/for-blocks U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/hyphen-in-s U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/iso-8859-1 U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/item-fonts U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/link-quoting U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/link-to-url U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/long-quote U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/lquote-and-quote U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/lquote-rquote U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/markup-in-name U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/multiline-x U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/name-guesswork U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/nested-lists U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/newlines-in-c U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/non-ascii U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/not-bullet U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/not-numbers U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/nourls U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/paired-quotes U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/periods U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/quote-escaping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/rquote-none U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/small-caps-magic U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/soft-hyphens U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/trailing-space U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/true-false U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/uppercase-license U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/utf8-nonbreaking U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/utf8-verbatim U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/x-whitespace U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/x-whitespace-entry N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/overstrike/tag-width N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/overstrike/wrapping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/escape-wrapping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/tag-width U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/tag-wrapping N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/term-unknown U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/width U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/wrapping N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/alt N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/c-with-spaces N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/code U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/cpp N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/empty N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-die N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-none N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-normal N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-pod N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-stderr N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-stderr-opt N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/for N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/iso-8859-1 N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/late-encoding N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/link-rt N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/link-url N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/margin N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/nonbreaking-space N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/nourls N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/periods N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/quotes-opt N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/s-whitespace N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/sentence-spacing N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/utf8 N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/utf8-iso N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/verbatim C src/gnu/usr.bin/perl/cpan/podlators/t/docs/pod-spelling.t C src/gnu/usr.bin/perl/cpan/podlators/t/docs/pod.t U src/gnu/usr.bin/perl/cpan/podlators/t/docs/spdx-license.t C src/gnu/usr.bin/perl/cpan/podlators/t/docs/synopsis.t C src/gnu/usr.bin/perl/cpan/podlators/t/general/basic.t C src/gnu/usr.bin/perl/cpan/podlators/t/general/filehandle.t C src/gnu/usr.bin/perl/cpan/podlators/t/general/pod-parser.t C src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/Podlators.pm C src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA.pm C src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/Config.pm C src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/ModuleVersion.pm C src/gnu/usr.bin/perl/cpan/podlators/t/man/devise-date.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/devise-title.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/empty.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/heading.t U src/gnu/usr.bin/perl/cpan/podlators/t/man/iso-8859-1.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/no-encode.t U src/gnu/usr.bin/perl/cpan/podlators/t/man/snippets.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/utf8-io.t C src/gnu/usr.bin/perl/cpan/podlators/t/parselink/basic.t C src/gnu/usr.bin/perl/cpan/podlators/t/style/minimum-version.t C src/gnu/usr.bin/perl/cpan/podlators/t/style/module-version.t N src/gnu/usr.bin/perl/cpan/podlators/t/style/obsolete-strings.t C src/gnu/usr.bin/perl/cpan/podlators/t/style/strict.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/color.t N src/gnu/usr.bin/perl/cpan/podlators/t/text/invalid.t N src/gnu/usr.bin/perl/cpan/podlators/t/text/iso-8859-1.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/overstrike.t N src/gnu/usr.bin/perl/cpan/podlators/t/text/snippets.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/termcap.t N src/gnu/usr.bin/perl/cpan/podlators/t/text/utf8-io.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ListUtil.xs U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/Makefile.PL U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/multicall.h C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/Util.pm C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/Util/XS.pm C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/Util.pm C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Sub/Util.pm U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/00version.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/any-all.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/blessed.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/dualvar.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/exotic_names.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/first.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/getmagic-once.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/head-tail.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/isvstring.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/lln.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/max.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/maxstr.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/min.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/minstr.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/openhan.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/pair.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/product.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/prototype.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/readonly.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/reduce.t N src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/reductions.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/refaddr.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/reftype.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/rt-96343.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/sum.t N src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/sample.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/scalarutil-proto.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/shuffle.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/stack-corruption.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/subname.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/sum0.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/tainted.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/uniq.t N src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/uniqnum.t C src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/weak.t C src/gnu/usr.bin/perl/cpan/Socket/Makefile.PL C src/gnu/usr.bin/perl/cpan/Socket/Socket.pm C src/gnu/usr.bin/perl/cpan/Socket/Socket.xs U src/gnu/usr.bin/perl/cpan/Socket/typemap U src/gnu/usr.bin/perl/cpan/Socket/t/getaddrinfo.t U src/gnu/usr.bin/perl/cpan/Socket/t/getnameinfo.t U src/gnu/usr.bin/perl/cpan/Socket/t/ipv6_mreq.t U src/gnu/usr.bin/perl/cpan/Socket/t/ip_mreq.t U src/gnu/usr.bin/perl/cpan/Socket/t/sockaddr.t U src/gnu/usr.bin/perl/cpan/Socket/t/Socket.t U src/gnu/usr.bin/perl/cpan/Socket/t/socketpair.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Makefile.PL C src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.pm U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.xs U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-c.inc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-xs.inc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/syslog.h U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/00-load.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/constants.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-21516.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-21866.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-25488.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-49877.pl N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-55151.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-64287.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/facilities-routing.t N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/syslog-inet-udp.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/syslog.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/compile.pl U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog.mc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_dll.uu U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_RES.uu U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/Win32.pm C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ANSIColor.pm C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA.pm C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA/Config.pm C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/aliases-func.t C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/basic.t C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/basic256.t C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/eval.t C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/stringify.t N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/true-color.t C src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/taint/basic.t U src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm U src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl U src/gnu/usr.bin/perl/cpan/Test-Harness/bin/prove U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Base.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Object.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Base.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Color.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Session.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/Beyond.pod U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/Env.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Grammar.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/Harness.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/aggregator.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/base.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/callbacks.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/console.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/env_opts.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/errors.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/file.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/glob-to-regexp.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/grammar.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterators.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterator_factory.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/multiplexer.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nested.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork-mux.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/object.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parse.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-config.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/perl5lib.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/premature-bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/process.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/prove.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverun.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveversion.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/regression.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/results.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/rulesfile.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/scheduler.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_handler.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/spool.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state_results.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/streams.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/taint.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/testargs.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/unicode.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-output.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-writer.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env_opts.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/failure.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc-propagation.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc_taint.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/nonumbers.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/regression.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/switches.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/test-harness-compat.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/version.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/catme.1 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/proverc U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/sample.yml U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/EmptyParser.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyCustom.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyFileSourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyGrammar.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIterator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResult.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResultFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MySourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NoFork.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/Null.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/c55Capture.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc/emptyexec U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bailout U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum_many U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined_compat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/delayed U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive_trailing U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_head_end U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_last_minute U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_unfinished U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/duplicates U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/echo U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/empty U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_eol U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_hash U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_end U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_fail U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/inc_taint U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/junk_before_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_nums U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_output U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_err_mix U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_of_order U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern-todo-quiet U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/segfault U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/sequence_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/shbang_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_fail U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_nomsg U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_v13 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip_nomsg U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan_v13 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/stdout_stderr U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/strict U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/switches U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint_warn U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/too_many U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_good U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_late U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_old U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/vms_nit U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/with_comments U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/yaml_late_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/zero_valid U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_badtap U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_failure U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/psql.bat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.1 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.bat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.pl U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.sh U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.tap U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source_args.sh U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/test.tap U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/non_perl_source U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/perl_source C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/ok.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/More.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Simple.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tutorial.pod U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Formatter.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO/Scalar.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/Capture.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/Delegate.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/use/ok.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Formatter.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Transition.pod U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/Breakage.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/Context.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/Instance.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/Stack.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Bail.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Diag.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Encoding.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Exception.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Fail.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Generic.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Note.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Ok.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Pass.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Plan.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Skip.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Subtest.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/V2.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Waiting.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/About.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Error.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Render.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Tools/Tiny.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/HashBase.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/Trace.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/HashBase.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/00test_harness_check.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/01-basic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/auto.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/bad_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/bail_out.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/buffer.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/capture.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/check_tests.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/circular_data.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/cmp_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/c_flag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/depth.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/died.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/eq_set.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/exit.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/extra.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/explain.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/explain_err_vars.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/extra_one.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fail-like.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fail-more.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fail_one.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/filehandles.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fork.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/harness_active.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/import.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/is_deeply_fail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/missing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/More.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/new_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/note.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/no_log_results.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/no_tests.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/overload.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/overload_threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_bad.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_is_noplan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_skip_all.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/require_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/run_test.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/simple.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/skip.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/skipall.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/strays.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/thread_taint.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/undef.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/useing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/use_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/utf8.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/versions.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/600.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/629.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/Builder.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/carp.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/create.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/current_test.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/details.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/has_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/has_plan2.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/is_fh.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/is_passing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/no_diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/no_ending.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/no_header.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/ok_obj.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/output.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/reset.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/try.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/637.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/789-read-only.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Simple/load.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/args.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/bail_out.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/basic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/callback.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/die.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/do.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/events.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/fork.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/for_do_t.test U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/implicit_done.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/line_numbers.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/predicate.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/singleton.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/wstat.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Test2/Subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_09do_script.pl U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dummy.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyOverload.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyTest.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/NoExporter.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SigDie.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SkipAll.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SmallTest.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/TieOut.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/Null.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/Catch.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/missing_done_testing.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/642_persistent_end.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/662-tbt-no-plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/684-nested_todo_diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/694_note_diag_return_values.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/696-intercept_skip_all.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/757-reset_in_subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/812-todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/817-subtest-todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/builder_does_not_init.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/errors_facet.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/fork_first.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/inherit_trace.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/no_name_in_subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/todo_and_facets.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_a.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_b.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_c.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_d.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/err_var.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Formatter.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/init_croak.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/intercept.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/no_load_api.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/special_names.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_callback.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_events.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Taint.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/trace_signature.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/uuid.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/legacy/TAP.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/Breakage.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/Context.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/Instance.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/Stack.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Bail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Encoding.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Exception.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Fail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Generic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Note.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Pass.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Skip.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/V2.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Waiting.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/TAP/Version.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/About.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Assert.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Control.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Error.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Info.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Meta.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Parent.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Trace.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Tools/Tiny.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/Trace.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/gh_16.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/01_compile.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/02_extbrk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/03_extcbk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/04_extdel.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/05_extmul.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/06_extqlk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/07_exttag.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/08_extvar.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/09_gentag.t U src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/ParseWords.t U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/taint.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Tabs.pm U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Wrap.pm U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/37000.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/39548.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/79766.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/belg4mit.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/dandv.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/fill.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson2.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jochen.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep2.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Tabs-ElCid.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/tabs.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Wrap-JLB.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap_separator2.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/RefHash.pm U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/rebless.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/refhash.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/storable.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/threaded.t U src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/Local.pm U src/gnu/usr.bin/perl/cpan/Time-Local/t/Local.t C src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.pm U src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.xs C src/gnu/usr.bin/perl/cpan/Time-Piece/Seconds.pm U src/gnu/usr.bin/perl/cpan/Time-Piece/t/01base.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core.t C src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core_dst.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/03compare.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/04mjd.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/05overload.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/06large.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/06subclass.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/07arith.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/08truncate.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/09locales.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/10overload.t N src/gnu/usr.bin/perl/cpan/Time-Piece/t/99legacy.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/lib/Time/Piece/Twin.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.xs U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Makefile.PL U src/gnu/usr.bin/perl/cpan/Unicode-Collate/mkheader U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/allkeys.txt U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/keys.txt U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Big5.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/GB2312.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/JISX0208.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Korean.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Stroke.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/af.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ar.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/as.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/az.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/be.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/bn.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ca.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cs.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cu.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cy.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/da.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/de_phone.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/dsb.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ee.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/eo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es_trad.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/et.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fa.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fil.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi_phone.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fr_ca.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/gu.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ha.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/haw.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/he.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hi.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hu.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hy.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ig.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/is.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ja.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kl.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kn.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ko.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kok.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lkt.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ln.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lt.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lv.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ml.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mt.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nb.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nn.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nso.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/om.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/or.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pa.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pl.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ro.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sa.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/se.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si_dict.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sl.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sq.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv_refo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ta.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/te.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/th.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tn.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/to.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ug_cyrl.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/uk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ur.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/vi.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/vo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wae.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/yo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_big5.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_gb.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_pin.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_strk.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_zhu.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/altern.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/backwds.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjkrange.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_b5.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_gb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ja.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ko.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_py.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_st.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_zy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/compatui.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/contract.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/default.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangtype.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangul.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ident.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/iglevel2.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ignor.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegal.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegalp.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/index.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_af.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ar.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_as.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_az.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_be.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bg.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bs.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bscy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ca.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjkc.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cs.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cyrl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_da.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_de.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_deat.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_deph.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_dsb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ee.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_eo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_es.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_estr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_et.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fil.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fiph.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_frca.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_gu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ha.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_haw.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_he.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ig.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_is.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ja.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_jait.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_japr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ko.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kok.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lkt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ln.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lv.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ml.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mncy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nso.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_om.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_or.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ro.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ru.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_se.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_si.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sidt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sq.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_srla.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sv.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_svrf.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sw.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ta.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_te.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_test.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_th.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_to.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ugcy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_uk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ur.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_vi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_vo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wae.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_yo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zh.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhb5.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhgb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhpy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhst.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhzy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/nonchar.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/normal.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/notable.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/nushu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk0.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk1.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/override.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rearrang.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rewrite.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/tangut.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/test.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/trailwt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/variable.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/version.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/view.t U src/gnu/usr.bin/perl/cpan/version/lib/version.pm U src/gnu/usr.bin/perl/cpan/version/lib/version.pod U src/gnu/usr.bin/perl/cpan/version/lib/version/Internals.pod U src/gnu/usr.bin/perl/cpan/version/lib/version/regex.pm U src/gnu/usr.bin/perl/cpan/version/t/01base.t U src/gnu/usr.bin/perl/cpan/version/t/02derived.t U src/gnu/usr.bin/perl/cpan/version/t/03require.t U src/gnu/usr.bin/perl/cpan/version/t/04strict_lax.t U src/gnu/usr.bin/perl/cpan/version/t/05sigdie.t U src/gnu/usr.bin/perl/cpan/version/t/06noop.t U src/gnu/usr.bin/perl/cpan/version/t/07locale.t U src/gnu/usr.bin/perl/cpan/version/t/08_corelist.t U src/gnu/usr.bin/perl/cpan/version/t/09_list_util.t U src/gnu/usr.bin/perl/cpan/version/t/10_lyon.t U src/gnu/usr.bin/perl/cpan/version/t/11_taint.t U src/gnu/usr.bin/perl/cpan/version/t/coretests.pm U src/gnu/usr.bin/perl/cpan/Win32/longpath.inc U src/gnu/usr.bin/perl/cpan/Win32/Makefile.PL C src/gnu/usr.bin/perl/cpan/Win32/Win32.pm C src/gnu/usr.bin/perl/cpan/Win32/Win32.xs U src/gnu/usr.bin/perl/cpan/Win32/t/CodePage.t U src/gnu/usr.bin/perl/cpan/Win32/t/CreateFile.t U src/gnu/usr.bin/perl/cpan/Win32/t/ExpandEnvironmentStrings.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetCurrentThreadId.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFileVersion.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFolderPath.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFullPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetLongPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSVersion.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetShortPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GuidGen.t U src/gnu/usr.bin/perl/cpan/Win32/t/Names.t U src/gnu/usr.bin/perl/cpan/Win32/t/Unicode.t U src/gnu/usr.bin/perl/cpan/Win32API-File/buffers.h U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.h U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.pc U src/gnu/usr.bin/perl/cpan/Win32API-File/const2perl.h C src/gnu/usr.bin/perl/cpan/Win32API-File/File.pm C src/gnu/usr.bin/perl/cpan/Win32API-File/File.xs U src/gnu/usr.bin/perl/cpan/Win32API-File/Makefile.PL U src/gnu/usr.bin/perl/cpan/Win32API-File/typemap U src/gnu/usr.bin/perl/cpan/Win32API-File/inc/ExtUtils/Myconst2perl.pm U src/gnu/usr.bin/perl/cpan/Win32API-File/t/file.t U src/gnu/usr.bin/perl/cpan/Win32API-File/t/tie.t U src/gnu/usr.bin/perl/Cross/build-arm-n770-sh U src/gnu/usr.bin/perl/Cross/cflags-cross-arm U src/gnu/usr.bin/perl/Cross/config C src/gnu/usr.bin/perl/Cross/config.sh-arm-linux C src/gnu/usr.bin/perl/Cross/config.sh-arm-linux-n770 U src/gnu/usr.bin/perl/Cross/generate_config_sh U src/gnu/usr.bin/perl/Cross/installperl.patch U src/gnu/usr.bin/perl/Cross/Makefile U src/gnu/usr.bin/perl/Cross/Makefile-cross-SH U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch U src/gnu/usr.bin/perl/Cross/README U src/gnu/usr.bin/perl/Cross/README.new U src/gnu/usr.bin/perl/Cross/TODO U src/gnu/usr.bin/perl/Cross/warp C src/gnu/usr.bin/perl/cygwin/cygwin.c U src/gnu/usr.bin/perl/dist/Attribute-Handlers/Changes U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Demo.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo2.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo3.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo4.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_call.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_chain.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_cycle.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_hashdir.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_phases.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_range.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_rawdata.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Descriptions.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/MyClass.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/Handlers.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/constants.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/data_convert.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/linerep.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/multi.t U src/gnu/usr.bin/perl/dist/autouse/lib/autouse.pm U src/gnu/usr.bin/perl/dist/autouse/t/autouse.t U src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule.pm U src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule2.pm U src/gnu/usr.bin/perl/dist/base/Changes U src/gnu/usr.bin/perl/dist/base/Makefile.PL U src/gnu/usr.bin/perl/dist/base/lib/base.pm U src/gnu/usr.bin/perl/dist/base/lib/fields.pm U src/gnu/usr.bin/perl/dist/base/t/base-open-chunk.t U src/gnu/usr.bin/perl/dist/base/t/base-open-line.t U src/gnu/usr.bin/perl/dist/base/t/base.t U src/gnu/usr.bin/perl/dist/base/t/compile-time.t U src/gnu/usr.bin/perl/dist/base/t/core-global.t U src/gnu/usr.bin/perl/dist/base/t/fields-5_6_0.t U src/gnu/usr.bin/perl/dist/base/t/fields-5_8_0.t U src/gnu/usr.bin/perl/dist/base/t/fields-base.t U src/gnu/usr.bin/perl/dist/base/t/fields.t U src/gnu/usr.bin/perl/dist/base/t/incdot.t U src/gnu/usr.bin/perl/dist/base/t/isa.t U src/gnu/usr.bin/perl/dist/base/t/sigdie.t U src/gnu/usr.bin/perl/dist/base/t/version.t U src/gnu/usr.bin/perl/dist/base/t/warnings.t U src/gnu/usr.bin/perl/dist/base/t/lib/BaseIncMandatory.pm U src/gnu/usr.bin/perl/dist/base/t/lib/BaseIncOptional.pm U src/gnu/usr.bin/perl/dist/base/t/lib/Broken.pm U src/gnu/usr.bin/perl/dist/base/t/lib/Dummy.pm U src/gnu/usr.bin/perl/dist/base/t/lib/HasSigDie.pm U src/gnu/usr.bin/perl/dist/Carp/Changes U src/gnu/usr.bin/perl/dist/Carp/Makefile.PL U src/gnu/usr.bin/perl/dist/Carp/README U src/gnu/usr.bin/perl/dist/Carp/lib/Carp.pm U src/gnu/usr.bin/perl/dist/Carp/lib/Carp/Heavy.pm U src/gnu/usr.bin/perl/dist/Carp/t/arg_regexp.t U src/gnu/usr.bin/perl/dist/Carp/t/arg_string.t U src/gnu/usr.bin/perl/dist/Carp/t/baduni.t U src/gnu/usr.bin/perl/dist/Carp/t/baduni_warnings.t U src/gnu/usr.bin/perl/dist/Carp/t/broken_can.t U src/gnu/usr.bin/perl/dist/Carp/t/broken_univ_can.t U src/gnu/usr.bin/perl/dist/Carp/t/Carp.t U src/gnu/usr.bin/perl/dist/Carp/t/Carp_overload.t U src/gnu/usr.bin/perl/dist/Carp/t/Carp_overloadless.t U src/gnu/usr.bin/perl/dist/Carp/t/errno.t U src/gnu/usr.bin/perl/dist/Carp/t/heavy.t U src/gnu/usr.bin/perl/dist/Carp/t/heavy_mismatch.t U src/gnu/usr.bin/perl/dist/Carp/t/stack_after_err.t U src/gnu/usr.bin/perl/dist/Carp/t/stash_deletion.t U src/gnu/usr.bin/perl/dist/Carp/t/swash.t U src/gnu/usr.bin/perl/dist/Carp/t/vivify_gv.t U src/gnu/usr.bin/perl/dist/Carp/t/vivify_stash.t U src/gnu/usr.bin/perl/dist/Carp/t/with_warnings.t U src/gnu/usr.bin/perl/dist/constant/lib/constant.pm U src/gnu/usr.bin/perl/dist/constant/t/constant.t U src/gnu/usr.bin/perl/dist/constant/t/utf8.t U src/gnu/usr.bin/perl/dist/Data-Dumper/Changes C src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.pm C src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.xs U src/gnu/usr.bin/perl/dist/Data-Dumper/Todo U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless_var_method.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bugs.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/deparse.t C src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumper.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumpperl.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer_useperl.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/huge.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/indent.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/misc.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/names.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/overload.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/pair.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/perl-74170.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/purity_deepcopy_maxdepth.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/qr.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/quotekeys.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/recurse.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/seen.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/sortkeys.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/sparseseen.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/terse.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/toaster.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/trailing_comma.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/values.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/lib/Testing.pm U src/gnu/usr.bin/perl/dist/Devel-PPPort/apicheck_c.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/Changes U src/gnu/usr.bin/perl/dist/Devel-PPPort/HACKERS U src/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/MANIFEST.SKIP U src/gnu/usr.bin/perl/dist/Devel-PPPort/mktests.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/module2.c U src/gnu/usr.bin/perl/dist/Devel-PPPort/module3.c U src/gnu/usr.bin/perl/dist/Devel-PPPort/PPPort.xs U src/gnu/usr.bin/perl/dist/Devel-PPPort/ppport_h.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/PPPort_pm.PL N src/gnu/usr.bin/perl/dist/Devel-PPPort/RealPPPort_xs.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/soak N src/gnu/usr.bin/perl/dist/Devel-PPPort/TODO U src/gnu/usr.bin/perl/dist/Devel-PPPort/typemap U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/buildperl.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/devtools.pl N src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/mkapidoc.pl N src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/mkppport_fnc.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/mktodo U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/mktodo.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/regenerate U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/scanprov U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/apicheck.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/apidoc.fnc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/embed.fnc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ppport.fnc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ppptools.pl N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5003007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5006000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5006001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5006002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5007000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5007001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5007002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5007003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5010000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5010001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5016000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5016001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5016002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5016003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5020000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5020001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5020002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5020003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5022000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5022001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5022002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5022003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5022004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5024000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5024001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5024002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5024003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5024004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025005 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025006 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025007 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025008 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025009 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025010 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025011 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5025012 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5026000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5026001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5026002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5026003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027005 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027006 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027007 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027008 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027009 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027010 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5027011 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5028000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5028001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029005 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029006 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029007 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029008 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029009 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5029010 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5030000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5031001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5031002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5031003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5031004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5031005 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5031006 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5031007 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5031008 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/01_test U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/call U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/cop U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/exception U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/format U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/grok U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/gv U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/HvNAME N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/inctools U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/limits N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/locale U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/magic U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/magic_defs U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/memory U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/mess U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/misc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/mPUSH U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/MY_CXT U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/newCONSTSUB U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/newRV U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/newSVpv U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/newSV_type U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/podtest U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ppphbin U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ppphdoc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ppphtest U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/pvs U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/pv_tools U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/shared_pv U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/snprintf U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/sprintf U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/strlfuncs N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/subparse U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/SvPV U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/SvREFCNT U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/Sv_set U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/sv_xpvf U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/threads N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/utf8 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/uv U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/variables U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/version U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/warn N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5003007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5006000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5006001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5006002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5007000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5007001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5007002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5007003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5010000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5010001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5016000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5016001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5016002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5016003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5020000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5020001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5020002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5020003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5022000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5022001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5022002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5022003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5022004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5024000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5024001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5024002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5024003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5024004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025005 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025006 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025007 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025008 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025009 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025010 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025011 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5025012 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5026000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5026001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5026002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5026003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027005 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027006 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027007 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027008 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027009 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027010 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5027011 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5028000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5028001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029005 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029006 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029007 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029008 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029009 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5029010 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5030000 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5031001 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5031002 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5031003 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5031004 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5031005 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5031006 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5031007 N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5031008 N src/gnu/usr.bin/perl/dist/Devel-PPPort/t/01_test.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/call.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/cop.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/exception.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/format.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/grok.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/gv.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/HvNAME.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/limits.t N src/gnu/usr.bin/perl/dist/Devel-PPPort/t/locale.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/magic.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/memory.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/mess.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/misc.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/mPUSH.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/MY_CXT.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/newCONSTSUB.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/newRV.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/newSVpv.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/newSV_type.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/podtest.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/ppphtest.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/pvs.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/pv_tools.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/shared_pv.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/snprintf.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/sprintf.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/strlfuncs.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/SvPV.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/SvREFCNT.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/Sv_set.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/sv_xpvf.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/testutil.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/threads.t N src/gnu/usr.bin/perl/dist/Devel-PPPort/t/utf8.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/uv.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/variables.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/warn.t U src/gnu/usr.bin/perl/dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm U src/gnu/usr.bin/perl/dist/Devel-SelfStubber/t/Devel-SelfStubber.t C src/gnu/usr.bin/perl/dist/Dumpvalue/lib/Dumpvalue.pm C src/gnu/usr.bin/perl/dist/Dumpvalue/t/Dumpvalue.t N src/gnu/usr.bin/perl/dist/Dumpvalue/t/extend-coverage.t N src/gnu/usr.bin/perl/dist/Dumpvalue/t/rt-134441-dumpvalue.t N src/gnu/usr.bin/perl/dist/Dumpvalue/t/lib/TieOut.pm U src/gnu/usr.bin/perl/dist/encoding-warnings/lib/encoding/warnings.pm U src/gnu/usr.bin/perl/dist/encoding-warnings/t/1-warning.t U src/gnu/usr.bin/perl/dist/encoding-warnings/t/2-fatal.t U src/gnu/usr.bin/perl/dist/encoding-warnings/t/3-normal.t U src/gnu/usr.bin/perl/dist/encoding-warnings/t/4-lexical.t U src/gnu/usr.bin/perl/dist/Env/lib/Env.pm U src/gnu/usr.bin/perl/dist/Env/t/array.t U src/gnu/usr.bin/perl/dist/Env/t/env.t C src/gnu/usr.bin/perl/dist/Exporter/lib/Exporter.pm U src/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/Heavy.pm U src/gnu/usr.bin/perl/dist/Exporter/t/Exporter.t U src/gnu/usr.bin/perl/dist/Exporter/t/warn.t C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Changes C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/LICENSE C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Makefile.PL U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.patching U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.release C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/00-have-compiler.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/01-basic.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/02-link.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/03-cplusplus.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/04-base.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/Changes C src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxs.pod C src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstut.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstypemap.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/001-basic.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/002-more.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/003-usage.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/102-trim_whitespace.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/103-tidy_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/104-map_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/105-valid_proto_string.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/106-process_typemaps.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/108-map_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/110-assign_func_args.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/112-set_cond.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/115-avoid-noise.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/501-t-compile.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/510-t-bare.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/511-t-whitespace.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/512-t-file.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/513-t-merge.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/514-t-embed.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/515-t-cmd.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/516-t-clone.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/517-t-targetable.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/600-t-compat.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/pseudotypemap1 U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSInclude.xsh U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSMore.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSWarn.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/b.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/combined.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/conflicting.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_repl.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_skip.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/other.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/perl.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/simple.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm C src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/Simple.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/code_no_comments.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/data.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/export.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter_only.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/import.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/no.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ExeNoComments.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm N src/gnu/usr.bin/perl/dist/FindBin/lib/FindBin.pm N src/gnu/usr.bin/perl/dist/FindBin/t/FindBin.t U src/gnu/usr.bin/perl/dist/I18N-Collate/lib/I18N/Collate.pm U src/gnu/usr.bin/perl/dist/I18N-Collate/t/I18N-Collate.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/ChangeLog U src/gnu/usr.bin/perl/dist/I18N-LangTags/README C src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags.pm C src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/List.pm U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/01_about_verbose.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/05_main.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/07_listy.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/10_http.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/20_locales.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/50_super.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/55_supers_strict.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/80_all_env.t U src/gnu/usr.bin/perl/dist/if/Changes U src/gnu/usr.bin/perl/dist/if/if.pm U src/gnu/usr.bin/perl/dist/if/MANIFEST U src/gnu/usr.bin/perl/dist/if/META.json U src/gnu/usr.bin/perl/dist/if/META.yml U src/gnu/usr.bin/perl/dist/if/t/if.t U src/gnu/usr.bin/perl/dist/IO/ChangeLog C src/gnu/usr.bin/perl/dist/IO/IO.pm C src/gnu/usr.bin/perl/dist/IO/IO.xs U src/gnu/usr.bin/perl/dist/IO/Makefile.PL U src/gnu/usr.bin/perl/dist/IO/poll.c U src/gnu/usr.bin/perl/dist/IO/poll.h U src/gnu/usr.bin/perl/dist/IO/README U src/gnu/usr.bin/perl/dist/IO/hints/sco.pl C src/gnu/usr.bin/perl/dist/IO/lib/IO/Dir.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/File.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Handle.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Pipe.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Poll.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Seekable.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Select.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/INET.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/UNIX.pm U src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-tcp.t U src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-udp.t C src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-unix.t N src/gnu/usr.bin/perl/dist/IO/t/gh17447.t U src/gnu/usr.bin/perl/dist/IO/t/IO.t U src/gnu/usr.bin/perl/dist/IO/t/io_const.t U src/gnu/usr.bin/perl/dist/IO/t/io_dir.t U src/gnu/usr.bin/perl/dist/IO/t/io_dup.t U src/gnu/usr.bin/perl/dist/IO/t/io_file.t U src/gnu/usr.bin/perl/dist/IO/t/io_file_export.t N src/gnu/usr.bin/perl/dist/IO/t/io_getline.t U src/gnu/usr.bin/perl/dist/IO/t/io_leak.t U src/gnu/usr.bin/perl/dist/IO/t/io_linenum.t U src/gnu/usr.bin/perl/dist/IO/t/io_multihomed.t U src/gnu/usr.bin/perl/dist/IO/t/io_pipe.t C src/gnu/usr.bin/perl/dist/IO/t/io_poll.t U src/gnu/usr.bin/perl/dist/IO/t/io_sel.t C src/gnu/usr.bin/perl/dist/IO/t/io_sock.t U src/gnu/usr.bin/perl/dist/IO/t/io_taint.t U src/gnu/usr.bin/perl/dist/IO/t/io_tell.t U src/gnu/usr.bin/perl/dist/IO/t/io_udp.t U src/gnu/usr.bin/perl/dist/IO/t/io_xs.t U src/gnu/usr.bin/perl/dist/IO/t/io_unix.t U src/gnu/usr.bin/perl/dist/IO/t/io_utf8.t C src/gnu/usr.bin/perl/dist/IO/t/io_utf8argv.t U src/gnu/usr.bin/perl/dist/lib/lib_pm.PL U src/gnu/usr.bin/perl/dist/lib/Makefile.PL U src/gnu/usr.bin/perl/dist/lib/t/01lib.t C src/gnu/usr.bin/perl/dist/Locale-Maketext/ChangeLog U src/gnu/usr.bin/perl/dist/Locale-Maketext/README U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/01_about_verbose.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/04_use_external_lex_cache.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/09_compile.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/10_make.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/20_get.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/30_eval_dollar_at.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/40_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/50_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/60_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/70_fail_auto.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/90_utf8.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/91_backslash.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/92_blacklist.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/93_whitelist.t C src/gnu/usr.bin/perl/dist/Module-CoreList/Changes C src/gnu/usr.bin/perl/dist/Module-CoreList/corelist U src/gnu/usr.bin/perl/dist/Module-CoreList/identify-dependencies C src/gnu/usr.bin/perl/dist/Module-CoreList/Makefile.PL U src/gnu/usr.bin/perl/dist/Module-CoreList/MANIFEST U src/gnu/usr.bin/perl/dist/Module-CoreList/README C src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pm U src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pod C src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/Utils.pm U src/gnu/usr.bin/perl/dist/Module-CoreList/t/corelist.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/deprecated.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/find_modules.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/is_core.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/maintainer.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/pod.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/utils.t U src/gnu/usr.bin/perl/dist/Net-Ping/Changes C src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/Ping.pm U src/gnu/usr.bin/perl/dist/Net-Ping/t/000_load.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/001_new.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/010_pingecho.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/110_icmp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/120_udp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/130_tcp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/140_stream_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/150_syn_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/190_alarm.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/200_ping_tcp.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/250_ping_hires.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/300_ping_stream.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/400_ping_syn.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/410_syn_host.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/420_ping_syn_port.t C src/gnu/usr.bin/perl/dist/Net-Ping/t/450_service.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/500_ping_icmp.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/501_ping_icmpv6.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/510_ping_udp.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/520_icmp_ttl.t U src/gnu/usr.bin/perl/dist/PathTools/Changes U src/gnu/usr.bin/perl/dist/PathTools/Cwd.pm U src/gnu/usr.bin/perl/dist/PathTools/Cwd.xs U src/gnu/usr.bin/perl/dist/PathTools/Makefile.PL U src/gnu/usr.bin/perl/dist/PathTools/MANIFEST U src/gnu/usr.bin/perl/dist/PathTools/META.json U src/gnu/usr.bin/perl/dist/PathTools/META.yml U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/AmigaOS.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Cygwin.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Epoc.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Functions.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Mac.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/OS2.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Unix.pm U src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/VMS.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Win32.pm U src/gnu/usr.bin/perl/dist/PathTools/t/abs2rel.t U src/gnu/usr.bin/perl/dist/PathTools/t/crossplatform.t U src/gnu/usr.bin/perl/dist/PathTools/t/cwd.t U src/gnu/usr.bin/perl/dist/PathTools/t/cwd_enoent.t U src/gnu/usr.bin/perl/dist/PathTools/t/Functions.t U src/gnu/usr.bin/perl/dist/PathTools/t/rel2abs2rel.t U src/gnu/usr.bin/perl/dist/PathTools/t/Spec-taint.t U src/gnu/usr.bin/perl/dist/PathTools/t/Spec.t U src/gnu/usr.bin/perl/dist/PathTools/t/taint.t U src/gnu/usr.bin/perl/dist/PathTools/t/tmpdir.t U src/gnu/usr.bin/perl/dist/PathTools/t/win32.t U src/gnu/usr.bin/perl/dist/Safe/Changes U src/gnu/usr.bin/perl/dist/Safe/Makefile.PL U src/gnu/usr.bin/perl/dist/Safe/MANIFEST U src/gnu/usr.bin/perl/dist/Safe/META.yml U src/gnu/usr.bin/perl/dist/Safe/README C src/gnu/usr.bin/perl/dist/Safe/Safe.pm U src/gnu/usr.bin/perl/dist/Safe/t/safe1.t U src/gnu/usr.bin/perl/dist/Safe/t/safe2.t U src/gnu/usr.bin/perl/dist/Safe/t/safe3.t U src/gnu/usr.bin/perl/dist/Safe/t/safeload.t U src/gnu/usr.bin/perl/dist/Safe/t/safenamedcap.t U src/gnu/usr.bin/perl/dist/Safe/t/safeops.t U src/gnu/usr.bin/perl/dist/Safe/t/saferegexp.t U src/gnu/usr.bin/perl/dist/Safe/t/safesecurity.t U src/gnu/usr.bin/perl/dist/Safe/t/safesort.t U src/gnu/usr.bin/perl/dist/Safe/t/safeuniversal.t U src/gnu/usr.bin/perl/dist/Safe/t/safeutf8.t U src/gnu/usr.bin/perl/dist/Safe/t/safewrap.t U src/gnu/usr.bin/perl/dist/Search-Dict/Changes U src/gnu/usr.bin/perl/dist/Search-Dict/Makefile.PL U src/gnu/usr.bin/perl/dist/Search-Dict/README.patching U src/gnu/usr.bin/perl/dist/Search-Dict/README.release U src/gnu/usr.bin/perl/dist/Search-Dict/lib/Search/Dict.pm U src/gnu/usr.bin/perl/dist/Search-Dict/t/Dict.t C src/gnu/usr.bin/perl/dist/SelfLoader/lib/SelfLoader.pm U src/gnu/usr.bin/perl/dist/SelfLoader/t/01SelfLoader.t U src/gnu/usr.bin/perl/dist/SelfLoader/t/02SelfLoader-buggy.t U src/gnu/usr.bin/perl/dist/SelfLoader/t/03taint.t C src/gnu/usr.bin/perl/dist/Storable/ChangeLog C src/gnu/usr.bin/perl/dist/Storable/Makefile.PL U src/gnu/usr.bin/perl/dist/Storable/MANIFEST U src/gnu/usr.bin/perl/dist/Storable/README C src/gnu/usr.bin/perl/dist/Storable/stacksize C src/gnu/usr.bin/perl/dist/Storable/Storable.pm C src/gnu/usr.bin/perl/dist/Storable/Storable.xs U src/gnu/usr.bin/perl/dist/Storable/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/dist/Storable/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/dist/Storable/hints/hpux.pl U src/gnu/usr.bin/perl/dist/Storable/hints/linux.pl U src/gnu/usr.bin/perl/dist/Storable/t/attach.t C src/gnu/usr.bin/perl/dist/Storable/t/attach_errors.t U src/gnu/usr.bin/perl/dist/Storable/t/attach_singleton.t U src/gnu/usr.bin/perl/dist/Storable/t/blessed.t U src/gnu/usr.bin/perl/dist/Storable/t/canonical.t U src/gnu/usr.bin/perl/dist/Storable/t/circular_hook.t U src/gnu/usr.bin/perl/dist/Storable/t/code.t U src/gnu/usr.bin/perl/dist/Storable/t/compat01.t U src/gnu/usr.bin/perl/dist/Storable/t/compat06.t U src/gnu/usr.bin/perl/dist/Storable/t/croak.t U src/gnu/usr.bin/perl/dist/Storable/t/CVE-2015-1592.t U src/gnu/usr.bin/perl/dist/Storable/t/dclone.t U src/gnu/usr.bin/perl/dist/Storable/t/destroy.t U src/gnu/usr.bin/perl/dist/Storable/t/downgrade.t U src/gnu/usr.bin/perl/dist/Storable/t/file_magic.t U src/gnu/usr.bin/perl/dist/Storable/t/flags.t U src/gnu/usr.bin/perl/dist/Storable/t/forgive.t U src/gnu/usr.bin/perl/dist/Storable/t/freeze.t U src/gnu/usr.bin/perl/dist/Storable/t/HAS_ATTACH.pm U src/gnu/usr.bin/perl/dist/Storable/t/HAS_HOOK.pm U src/gnu/usr.bin/perl/dist/Storable/t/HAS_OVERLOAD.pm U src/gnu/usr.bin/perl/dist/Storable/t/huge.t U src/gnu/usr.bin/perl/dist/Storable/t/hugeids.t U src/gnu/usr.bin/perl/dist/Storable/t/integer.t U src/gnu/usr.bin/perl/dist/Storable/t/interwork56.t U src/gnu/usr.bin/perl/dist/Storable/t/just_plain_nasty.t U src/gnu/usr.bin/perl/dist/Storable/t/leaks.t U src/gnu/usr.bin/perl/dist/Storable/t/lock.t U src/gnu/usr.bin/perl/dist/Storable/t/make_56_interwork.pl U src/gnu/usr.bin/perl/dist/Storable/t/make_downgrade.pl U src/gnu/usr.bin/perl/dist/Storable/t/make_overload.pl U src/gnu/usr.bin/perl/dist/Storable/t/malice.t U src/gnu/usr.bin/perl/dist/Storable/t/overload.t C src/gnu/usr.bin/perl/dist/Storable/t/recurse.t U src/gnu/usr.bin/perl/dist/Storable/t/regexp.t U src/gnu/usr.bin/perl/dist/Storable/t/restrict.t U src/gnu/usr.bin/perl/dist/Storable/t/retrieve.t U src/gnu/usr.bin/perl/dist/Storable/t/robust.t U src/gnu/usr.bin/perl/dist/Storable/t/sig_die.t U src/gnu/usr.bin/perl/dist/Storable/t/st-dump.pl U src/gnu/usr.bin/perl/dist/Storable/t/store.t U src/gnu/usr.bin/perl/dist/Storable/t/testlib.pl U src/gnu/usr.bin/perl/dist/Storable/t/threads.t U src/gnu/usr.bin/perl/dist/Storable/t/tied.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_hook.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_items.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_reify.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_store.t U src/gnu/usr.bin/perl/dist/Storable/t/utf8.t U src/gnu/usr.bin/perl/dist/Storable/t/utf8hash.t U src/gnu/usr.bin/perl/dist/Storable/t/weak.t U src/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/Complete.pm U src/gnu/usr.bin/perl/dist/Term-Complete/t/Complete.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/lib/Term/ReadLine.pm U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AE.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AETk.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/ReadLine-STDERR.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/ReadLine.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/Tk.t U src/gnu/usr.bin/perl/dist/Test/lib/Test.pm U src/gnu/usr.bin/perl/dist/Test/t/05_about_verbose.t U src/gnu/usr.bin/perl/dist/Test/t/fail.t U src/gnu/usr.bin/perl/dist/Test/t/mix.t U src/gnu/usr.bin/perl/dist/Test/t/multiline.t U src/gnu/usr.bin/perl/dist/Test/t/onfail.t U src/gnu/usr.bin/perl/dist/Test/t/qr.t U src/gnu/usr.bin/perl/dist/Test/t/skip.t U src/gnu/usr.bin/perl/dist/Test/t/success.t U src/gnu/usr.bin/perl/dist/Test/t/todo.t U src/gnu/usr.bin/perl/dist/Text-Abbrev/lib/Text/Abbrev.pm U src/gnu/usr.bin/perl/dist/Text-Abbrev/t/Abbrev.t C src/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/Queue.pm U src/gnu/usr.bin/perl/dist/Thread-Queue/t/01_basic.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/02_refs.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/03_peek.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/04_errs.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/05_extract.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/06_insert.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/07_lock.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/08_nothreads.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/09_ended.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/10_timed.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/11_limit.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/Semaphore.pm U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/01_basic.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/02_errs.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/03_nothreads.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/04_nonblocking.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/05_force.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/06_timed.t C src/gnu/usr.bin/perl/dist/threads/threads.xs U src/gnu/usr.bin/perl/dist/threads/hints/hpux.pl U src/gnu/usr.bin/perl/dist/threads/hints/linux.pl C src/gnu/usr.bin/perl/dist/threads/lib/threads.pm U src/gnu/usr.bin/perl/dist/threads/t/basic.t U src/gnu/usr.bin/perl/dist/threads/t/blocks.t U src/gnu/usr.bin/perl/dist/threads/t/context.t U src/gnu/usr.bin/perl/dist/threads/t/end.t U src/gnu/usr.bin/perl/dist/threads/t/err.t U src/gnu/usr.bin/perl/dist/threads/t/exit.t U src/gnu/usr.bin/perl/dist/threads/t/free.t U src/gnu/usr.bin/perl/dist/threads/t/free2.t U src/gnu/usr.bin/perl/dist/threads/t/join.t U src/gnu/usr.bin/perl/dist/threads/t/kill.t U src/gnu/usr.bin/perl/dist/threads/t/kill2.t U src/gnu/usr.bin/perl/dist/threads/t/kill3.t U src/gnu/usr.bin/perl/dist/threads/t/libc.t U src/gnu/usr.bin/perl/dist/threads/t/list.t U src/gnu/usr.bin/perl/dist/threads/t/no_threads.t U src/gnu/usr.bin/perl/dist/threads/t/problems.t U src/gnu/usr.bin/perl/dist/threads/t/stack.t U src/gnu/usr.bin/perl/dist/threads/t/stack_env.t U src/gnu/usr.bin/perl/dist/threads/t/state.t U src/gnu/usr.bin/perl/dist/threads/t/stress_cv.t U src/gnu/usr.bin/perl/dist/threads/t/stress_re.t U src/gnu/usr.bin/perl/dist/threads/t/stress_string.t U src/gnu/usr.bin/perl/dist/threads/t/thread.t U src/gnu/usr.bin/perl/dist/threads/t/unique.t C src/gnu/usr.bin/perl/dist/threads-shared/shared.xs U src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl C src/gnu/usr.bin/perl/dist/threads-shared/lib/threads/shared.pm U src/gnu/usr.bin/perl/dist/threads-shared/t/0nothread.t U src/gnu/usr.bin/perl/dist/threads-shared/t/av_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/av_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/blessed.t U src/gnu/usr.bin/perl/dist/threads-shared/t/clone.t U src/gnu/usr.bin/perl/dist/threads-shared/t/cond.t U src/gnu/usr.bin/perl/dist/threads-shared/t/disabled.t U src/gnu/usr.bin/perl/dist/threads-shared/t/dualvar.t U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/no_share.t U src/gnu/usr.bin/perl/dist/threads-shared/t/object.t U src/gnu/usr.bin/perl/dist/threads-shared/t/object2.t U src/gnu/usr.bin/perl/dist/threads-shared/t/shared_attr.t C src/gnu/usr.bin/perl/dist/threads-shared/t/stress.t U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/utf8.t U src/gnu/usr.bin/perl/dist/threads-shared/t/wait.t U src/gnu/usr.bin/perl/dist/threads-shared/t/waithires.t N src/gnu/usr.bin/perl/dist/Tie-File/ChangeLog C src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/File.pm U src/gnu/usr.bin/perl/dist/Tie-File/t/01_gen.t U src/gnu/usr.bin/perl/dist/Tie-File/t/02_fetchsize.t U src/gnu/usr.bin/perl/dist/Tie-File/t/03_longfetch.t U src/gnu/usr.bin/perl/dist/Tie-File/t/04_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/05_size.t U src/gnu/usr.bin/perl/dist/Tie-File/t/06_fixrec.t U src/gnu/usr.bin/perl/dist/Tie-File/t/07_rv_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/08_ro.t U src/gnu/usr.bin/perl/dist/Tie-File/t/09_gen_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/10_splice_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/11_rv_splice_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/12_longfetch_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/13_size_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/14_lock.t U src/gnu/usr.bin/perl/dist/Tie-File/t/15_pushpop.t U src/gnu/usr.bin/perl/dist/Tie-File/t/16_handle.t U src/gnu/usr.bin/perl/dist/Tie-File/t/17_misc_meth.t U src/gnu/usr.bin/perl/dist/Tie-File/t/18_rs_fixrec.t U src/gnu/usr.bin/perl/dist/Tie-File/t/19_cache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/20_cache_full.t U src/gnu/usr.bin/perl/dist/Tie-File/t/21_win32.t U src/gnu/usr.bin/perl/dist/Tie-File/t/26_twrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/22_autochomp.t U src/gnu/usr.bin/perl/dist/Tie-File/t/23_rv_ac_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/24_cache_loop.t U src/gnu/usr.bin/perl/dist/Tie-File/t/25_gen_nocache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/27_iwrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/28_mtwrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/29a_upcopy.t U src/gnu/usr.bin/perl/dist/Tie-File/t/29_downcopy.t U src/gnu/usr.bin/perl/dist/Tie-File/t/30_defer.t U src/gnu/usr.bin/perl/dist/Tie-File/t/31_autodefer.t U src/gnu/usr.bin/perl/dist/Tie-File/t/32_defer_misc.t U src/gnu/usr.bin/perl/dist/Tie-File/t/33_defer_vs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/40_abs_cache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/41_heap.t U src/gnu/usr.bin/perl/dist/Tie-File/t/42_offset.t N src/gnu/usr.bin/perl/dist/Tie-File/t/43_synopsis.t C src/gnu/usr.bin/perl/dist/Time-HiRes/Changes C src/gnu/usr.bin/perl/dist/Time-HiRes/HiRes.pm C src/gnu/usr.bin/perl/dist/Time-HiRes/HiRes.xs C src/gnu/usr.bin/perl/dist/Time-HiRes/Makefile.PL C src/gnu/usr.bin/perl/dist/Time-HiRes/typemap U src/gnu/usr.bin/perl/dist/Time-HiRes/fallback/const-c.inc U src/gnu/usr.bin/perl/dist/Time-HiRes/fallback/const-xs.inc U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/aix.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/dec_osf.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/dynixptx.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/irix.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/linux.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/sco.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/solaris.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/svr4.pl C src/gnu/usr.bin/perl/dist/Time-HiRes/t/alarm.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/clock.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/gettimeofday.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/itimer.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/nanosleep.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/sleep.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/stat.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/time.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/tv_interval.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/ualarm.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/usleep.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/utime.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/Watchdog.pm U src/gnu/usr.bin/perl/dist/Unicode-Normalize/Changes U src/gnu/usr.bin/perl/dist/Unicode-Normalize/Makefile.PL U src/gnu/usr.bin/perl/dist/Unicode-Normalize/mkheader U src/gnu/usr.bin/perl/dist/Unicode-Normalize/Normalize.pm U src/gnu/usr.bin/perl/dist/Unicode-Normalize/Normalize.xs U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/fcdc.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/form.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/func.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/illegal.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/norm.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/null.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/partial1.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/partial2.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/proto.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/split.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/test.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/tie.t C src/gnu/usr.bin/perl/dist/XSLoader/Makefile.PL U src/gnu/usr.bin/perl/dist/XSLoader/XSLoader_pm.PL U src/gnu/usr.bin/perl/dist/XSLoader/t/XSLoader.t U src/gnu/usr.bin/perl/djgpp/config.over U src/gnu/usr.bin/perl/djgpp/configure.bat U src/gnu/usr.bin/perl/djgpp/djgpp.c U src/gnu/usr.bin/perl/djgpp/djgpp.h U src/gnu/usr.bin/perl/djgpp/djgppsed.sh U src/gnu/usr.bin/perl/djgpp/fixpmain U src/gnu/usr.bin/perl/ext/Amiga-ARexx/ARexx.pm U src/gnu/usr.bin/perl/ext/Amiga-ARexx/ARexx.xs U src/gnu/usr.bin/perl/ext/Amiga-ARexx/Makefile.PL U src/gnu/usr.bin/perl/ext/Amiga-ARexx/tagtypes.h U src/gnu/usr.bin/perl/ext/Amiga-ARexx/typemap U src/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/simplecommand.pl U src/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/simplehost.pl U src/gnu/usr.bin/perl/ext/Amiga-Exec/Exec.pm U src/gnu/usr.bin/perl/ext/Amiga-Exec/Exec.xs U src/gnu/usr.bin/perl/ext/Amiga-Exec/Makefile.PL U src/gnu/usr.bin/perl/ext/Amiga-Exec/tagtypes.h U src/gnu/usr.bin/perl/ext/Amiga-Exec/typemap U src/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/simplecommand.pl U src/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/simplehost.pl U src/gnu/usr.bin/perl/ext/attributes/attributes.pm U src/gnu/usr.bin/perl/ext/attributes/attributes.xs C src/gnu/usr.bin/perl/ext/B/B.pm C src/gnu/usr.bin/perl/ext/B/B.xs U src/gnu/usr.bin/perl/ext/B/Makefile.PL U src/gnu/usr.bin/perl/ext/B/O.pm U src/gnu/usr.bin/perl/ext/B/typemap U src/gnu/usr.bin/perl/ext/B/B/Concise.pm U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm U src/gnu/usr.bin/perl/ext/B/B/Terse.pm U src/gnu/usr.bin/perl/ext/B/B/Xref.pm U src/gnu/usr.bin/perl/ext/B/hints/darwin.pl U src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl C src/gnu/usr.bin/perl/ext/B/t/b.t U src/gnu/usr.bin/perl/ext/B/t/concise-xs.t U src/gnu/usr.bin/perl/ext/B/t/concise.t U src/gnu/usr.bin/perl/ext/B/t/f_map U src/gnu/usr.bin/perl/ext/B/t/f_map.t U src/gnu/usr.bin/perl/ext/B/t/f_sort U src/gnu/usr.bin/perl/ext/B/t/f_sort.t U src/gnu/usr.bin/perl/ext/B/t/o.t U src/gnu/usr.bin/perl/ext/B/t/OptreeCheck.pm U src/gnu/usr.bin/perl/ext/B/t/optree_check.t C src/gnu/usr.bin/perl/ext/B/t/optree_concise.t U src/gnu/usr.bin/perl/ext/B/t/optree_constants.t C src/gnu/usr.bin/perl/ext/B/t/optree_misc.t C src/gnu/usr.bin/perl/ext/B/t/optree_samples.t C src/gnu/usr.bin/perl/ext/B/t/optree_sort.t U src/gnu/usr.bin/perl/ext/B/t/optree_specials.t C src/gnu/usr.bin/perl/ext/B/t/optree_varinit.t N src/gnu/usr.bin/perl/ext/B/t/perlstring.t U src/gnu/usr.bin/perl/ext/B/t/pragma.t U src/gnu/usr.bin/perl/ext/B/t/showlex.t U src/gnu/usr.bin/perl/ext/B/t/strict.t U src/gnu/usr.bin/perl/ext/B/t/sv_stash.t U src/gnu/usr.bin/perl/ext/B/t/terse.t U src/gnu/usr.bin/perl/ext/B/t/walkoptree.t U src/gnu/usr.bin/perl/ext/B/t/xref.t U src/gnu/usr.bin/perl/ext/Devel-Peek/Changes U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.pm U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.xs C src/gnu/usr.bin/perl/ext/Devel-Peek/t/Peek.t U src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c C src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs C src/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dyld.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_freemint.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_symbian.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_win32.xs C src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL U src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL U src/gnu/usr.bin/perl/ext/DynaLoader/README U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/android.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl C src/gnu/usr.bin/perl/ext/DynaLoader/t/DynaLoader.t U src/gnu/usr.bin/perl/ext/Errno/ChangeLog U src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t U src/gnu/usr.bin/perl/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL U src/gnu/usr.bin/perl/ext/Fcntl/t/autoload.t U src/gnu/usr.bin/perl/ext/Fcntl/t/fcntl.t U src/gnu/usr.bin/perl/ext/Fcntl/t/mode.t U src/gnu/usr.bin/perl/ext/Fcntl/t/syslfs.t U src/gnu/usr.bin/perl/ext/File-DosGlob/DosGlob.xs U src/gnu/usr.bin/perl/ext/File-DosGlob/lib/File/DosGlob.pm U src/gnu/usr.bin/perl/ext/File-DosGlob/t/DosGlob.t C src/gnu/usr.bin/perl/ext/File-Find/lib/File/Find.pm C src/gnu/usr.bin/perl/ext/File-Find/t/find.t U src/gnu/usr.bin/perl/ext/File-Find/t/taint.t U src/gnu/usr.bin/perl/ext/File-Find/t/lib/Testing.pm C src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.c U src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.h U src/gnu/usr.bin/perl/ext/File-Glob/Changes C src/gnu/usr.bin/perl/ext/File-Glob/Glob.pm U src/gnu/usr.bin/perl/ext/File-Glob/Glob.xs U src/gnu/usr.bin/perl/ext/File-Glob/Makefile.PL U src/gnu/usr.bin/perl/ext/File-Glob/TODO U src/gnu/usr.bin/perl/ext/File-Glob/t/basic.t U src/gnu/usr.bin/perl/ext/File-Glob/t/case.t U src/gnu/usr.bin/perl/ext/File-Glob/t/global.t U src/gnu/usr.bin/perl/ext/File-Glob/t/rt114984.t U src/gnu/usr.bin/perl/ext/File-Glob/t/rt131211.t U src/gnu/usr.bin/perl/ext/File-Glob/t/taint.t U src/gnu/usr.bin/perl/ext/File-Glob/t/threads.t U src/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm U src/gnu/usr.bin/perl/ext/FileCache/t/01open.t U src/gnu/usr.bin/perl/ext/FileCache/t/02maxopen.t U src/gnu/usr.bin/perl/ext/FileCache/t/03append.t U src/gnu/usr.bin/perl/ext/FileCache/t/04twoarg.t U src/gnu/usr.bin/perl/ext/FileCache/t/05override.t U src/gnu/usr.bin/perl/ext/FileCache/t/06export.t U src/gnu/usr.bin/perl/ext/FileCache/t/07noimport.t U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/GDBM_File/typemap U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/GDBM_File/t/fatal.t U src/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t U src/gnu/usr.bin/perl/ext/Hash-Util/Changes U src/gnu/usr.bin/perl/ext/Hash-Util/Makefile.PL U src/gnu/usr.bin/perl/ext/Hash-Util/Util.xs C src/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/Util.pm U src/gnu/usr.bin/perl/ext/Hash-Util/t/builtin.t U src/gnu/usr.bin/perl/ext/Hash-Util/t/Util.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/Changes U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/FieldHash.xs U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/01_load.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/02_function.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/03_class.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/04_thread.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/05_perlhook.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/11_hashassign.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/12_hashwarn.t C src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.pm U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.xs U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Makefile.PL U src/gnu/usr.bin/perl/ext/I18N-Langinfo/t/Langinfo.t U src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open2.pm C src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open3.pm U src/gnu/usr.bin/perl/ext/IPC-Open3/t/fd.t U src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open2.t U src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open3.t U src/gnu/usr.bin/perl/ext/mro/Changes C src/gnu/usr.bin/perl/ext/mro/mro.pm U src/gnu/usr.bin/perl/ext/mro/mro.xs U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs U src/gnu/usr.bin/perl/ext/NDBM_File/typemap U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnu.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/MSWin32.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl U src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs U src/gnu/usr.bin/perl/ext/ODBM_File/typemap U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnu.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/MSWin32.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl U src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t C src/gnu/usr.bin/perl/ext/Opcode/Opcode.pm C src/gnu/usr.bin/perl/ext/Opcode/Opcode.xs U src/gnu/usr.bin/perl/ext/Opcode/ops.pm U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t C src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.pm C src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs C src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/encoding.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/fallback.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/nolooping.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/threads.t U src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.pm U src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.xs U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.xs U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar.t U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar_ungetc.t C src/gnu/usr.bin/perl/ext/PerlIO-via/via.pm C src/gnu/usr.bin/perl/ext/PerlIO-via/via.xs U src/gnu/usr.bin/perl/ext/PerlIO-via/hints/aix.pl U src/gnu/usr.bin/perl/ext/PerlIO-via/t/thread.t U src/gnu/usr.bin/perl/ext/PerlIO-via/t/via.t U src/gnu/usr.bin/perl/ext/Pod-Functions/Functions_pm.PL U src/gnu/usr.bin/perl/ext/Pod-Functions/Makefile.PL U src/gnu/usr.bin/perl/ext/Pod-Functions/t/Functions.t U src/gnu/usr.bin/perl/ext/Pod-Html/bin/pod2html C src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html.pm U src/gnu/usr.bin/perl/ext/Pod-Html/t/anchorify.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref3.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/eol.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/pod2html-lib.pl U src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.t U src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlpodspec-copy.pod U src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlvar-copy.pod U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs U src/gnu/usr.bin/perl/ext/POSIX/typemap U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/mint.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl C src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pm C src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pod U src/gnu/usr.bin/perl/ext/POSIX/t/export.t U src/gnu/usr.bin/perl/ext/POSIX/t/iscrash U src/gnu/usr.bin/perl/ext/POSIX/t/math.t U src/gnu/usr.bin/perl/ext/POSIX/t/mb.t U src/gnu/usr.bin/perl/ext/POSIX/t/posix.t U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t U src/gnu/usr.bin/perl/ext/POSIX/t/sigset.t U src/gnu/usr.bin/perl/ext/POSIX/t/strerror_errno.t U src/gnu/usr.bin/perl/ext/POSIX/t/sysconf.t U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t U src/gnu/usr.bin/perl/ext/POSIX/t/termios.t C src/gnu/usr.bin/perl/ext/POSIX/t/time.t U src/gnu/usr.bin/perl/ext/POSIX/t/unimplemented.t U src/gnu/usr.bin/perl/ext/POSIX/t/usage.t U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t U src/gnu/usr.bin/perl/ext/POSIX/t/wrappers.t C src/gnu/usr.bin/perl/ext/re/Makefile.PL C src/gnu/usr.bin/perl/ext/re/re.pm C src/gnu/usr.bin/perl/ext/re/re.xs U src/gnu/usr.bin/perl/ext/re/re_comp.h U src/gnu/usr.bin/perl/ext/re/re_top.h U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.pl U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.t U src/gnu/usr.bin/perl/ext/re/t/qr.t C src/gnu/usr.bin/perl/ext/re/t/re.t U src/gnu/usr.bin/perl/ext/re/t/reflags.t U src/gnu/usr.bin/perl/ext/re/t/regop.pl U src/gnu/usr.bin/perl/ext/re/t/regop.t U src/gnu/usr.bin/perl/ext/re/t/re_funcs.t U src/gnu/usr.bin/perl/ext/re/t/re_funcs_u.t U src/gnu/usr.bin/perl/ext/re/t/strict.t U src/gnu/usr.bin/perl/ext/SDBM_File/biblio U src/gnu/usr.bin/perl/ext/SDBM_File/CHANGES U src/gnu/usr.bin/perl/ext/SDBM_File/dba.c U src/gnu/usr.bin/perl/ext/SDBM_File/dbd.c U src/gnu/usr.bin/perl/ext/SDBM_File/dbe.1 U src/gnu/usr.bin/perl/ext/SDBM_File/dbe.c U src/gnu/usr.bin/perl/ext/SDBM_File/dbu.c U src/gnu/usr.bin/perl/ext/SDBM_File/grind U src/gnu/usr.bin/perl/ext/SDBM_File/hash.c U src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/SDBM_File/pair.c U src/gnu/usr.bin/perl/ext/SDBM_File/pair.h U src/gnu/usr.bin/perl/ext/SDBM_File/README U src/gnu/usr.bin/perl/ext/SDBM_File/readme.ms U src/gnu/usr.bin/perl/ext/SDBM_File/README.too U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm.3 U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm.c U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm.h U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs U src/gnu/usr.bin/perl/ext/SDBM_File/tune.h U src/gnu/usr.bin/perl/ext/SDBM_File/typemap U src/gnu/usr.bin/perl/ext/SDBM_File/util.c U src/gnu/usr.bin/perl/ext/SDBM_File/t/constants.t U src/gnu/usr.bin/perl/ext/SDBM_File/t/corrupt.t U src/gnu/usr.bin/perl/ext/SDBM_File/t/prep.t U src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.t C src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.pm U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.xs U src/gnu/usr.bin/perl/ext/Sys-Hostname/t/Hostname.t U src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.pm U src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/t/tiehash.t U src/gnu/usr.bin/perl/ext/Tie-Memoize/lib/Tie/Memoize.pm U src/gnu/usr.bin/perl/ext/Tie-Memoize/t/Tie-Memoize.t U src/gnu/usr.bin/perl/ext/VMS-DCLsym/0README.txt U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.pm U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.xs U src/gnu/usr.bin/perl/ext/VMS-DCLsym/Makefile.PL U src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/vms_dclsym.t U src/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/Filespec.pm U src/gnu/usr.bin/perl/ext/VMS-Filespec/t/filespec.t U src/gnu/usr.bin/perl/ext/VMS-Stdio/0README.txt U src/gnu/usr.bin/perl/ext/VMS-Stdio/Makefile.PL U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.pm U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.xs U src/gnu/usr.bin/perl/ext/VMS-Stdio/t/vms_stdio.t U src/gnu/usr.bin/perl/ext/Win32CORE/Makefile.PL U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.c U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.pm U src/gnu/usr.bin/perl/ext/Win32CORE/t/win32core.t C src/gnu/usr.bin/perl/ext/XS-APItest/APItest.pm C src/gnu/usr.bin/perl/ext/XS-APItest/APItest.xs U src/gnu/usr.bin/perl/ext/XS-APItest/APItest_BS U src/gnu/usr.bin/perl/ext/XS-APItest/core.c U src/gnu/usr.bin/perl/ext/XS-APItest/core_or_not.inc U src/gnu/usr.bin/perl/ext/XS-APItest/exception.c C src/gnu/usr.bin/perl/ext/XS-APItest/Makefile.PL U src/gnu/usr.bin/perl/ext/XS-APItest/notcore.c U src/gnu/usr.bin/perl/ext/XS-APItest/numeric.xs U src/gnu/usr.bin/perl/ext/XS-APItest/typemap U src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-redefined-macros.xs U src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-undef-XS_VERSION.xs U src/gnu/usr.bin/perl/ext/XS-APItest/t/addissub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/arrayexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/autoload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/BHK.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/Block.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks-csc.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/bootstrap.t C src/gnu/usr.bin/perl/ext/XS-APItest/t/call.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/caller.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/callregexec.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/call_checker.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/check_warnings.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/cleanup.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/clone-with-stack.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/cophh.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/coplabel.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/copstash.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/copyhints.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/customop.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/cv_name.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/exception.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/eval-filter.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/extend.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/fetch_pad_names.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/get.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gotosub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/grok.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_autoload4.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_const_sv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmethod_flags.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth_autoload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_init.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy00.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy01.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy02.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy03.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy04.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy05.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy06.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy07.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy08.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy09.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy_base.pl U src/gnu/usr.bin/perl/ext/XS-APItest/t/hash.t N src/gnu/usr.bin/perl/ext/XS-APItest/t/hv_macro.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/join_with_space.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_multiline.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_plugin.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_plugin_threads.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.aux U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst_utf8.aux U src/gnu/usr.bin/perl/ext/XS-APItest/t/lexsub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/load-module.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/locale.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/loopblock.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/looprest.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/lvalue.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/magic.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/magic_chain.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/Markers.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/mro.t C src/gnu/usr.bin/perl/ext/XS-APItest/t/multicall.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_cxt.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_exit.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/Null.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/newCONSTSUB.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/newDEFSVOP.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op_contextualize.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op_list.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/overload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/pad_scalar.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/peep.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/pmflag.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/postinc.t C src/gnu/usr.bin/perl/ext/XS-APItest/t/printf.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/ptr_table.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/push.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/refs.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/rmagical.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/rv2cv_op_cv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/savehints.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/scopelessblock.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/sort.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtsasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_modify_bug.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_svcur_bug.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svcat.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/subcall.t N src/gnu/usr.bin/perl/ext/XS-APItest/t/subsignature.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svcatpvf.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/sviscow.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpeek.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv_magic.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svsetsv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/swaplabel.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/swaptwostmts.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/sym-hook.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/synthetic_scope.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/temp_lv_sub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/underscore_length.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf16_to_utf8.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_setup.pl U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_to_bytes.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn00.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn01.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn02.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn03.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/weaken.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn04.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn05.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn06.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn07.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn08.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn09.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn_base.pl U src/gnu/usr.bin/perl/ext/XS-APItest/t/whichsig.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/win32.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xsub_h.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs_require.t U src/gnu/usr.bin/perl/ext/XS-Typemap/Makefile.PL U src/gnu/usr.bin/perl/ext/XS-Typemap/README U src/gnu/usr.bin/perl/ext/XS-Typemap/stdio.c U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.pm U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.xs U src/gnu/usr.bin/perl/ext/XS-Typemap/t/Typemap.t U src/gnu/usr.bin/perl/h2pl/cbreak.pl U src/gnu/usr.bin/perl/h2pl/cbreak2.pl U src/gnu/usr.bin/perl/h2pl/getioctlsizes U src/gnu/usr.bin/perl/h2pl/mksizes U src/gnu/usr.bin/perl/h2pl/mkvars U src/gnu/usr.bin/perl/h2pl/README U src/gnu/usr.bin/perl/h2pl/tcbreak U src/gnu/usr.bin/perl/h2pl/tcbreak2 U src/gnu/usr.bin/perl/h2pl/eg/sizeof.ph U src/gnu/usr.bin/perl/h2pl/eg/sysexits.pl U src/gnu/usr.bin/perl/h2pl/eg/sys/errno.pl U src/gnu/usr.bin/perl/h2pl/eg/sys/ioctl.pl U src/gnu/usr.bin/perl/haiku/haikuish.h U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.pm U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.xs U src/gnu/usr.bin/perl/haiku/Haiku/Makefile.PL U src/gnu/usr.bin/perl/hints/aix.sh U src/gnu/usr.bin/perl/hints/aix_3.sh U src/gnu/usr.bin/perl/hints/aix_4.sh U src/gnu/usr.bin/perl/hints/altos486.sh U src/gnu/usr.bin/perl/hints/amigaos.sh U src/gnu/usr.bin/perl/hints/atheos.sh U src/gnu/usr.bin/perl/hints/aux_3.sh U src/gnu/usr.bin/perl/hints/bitrig.sh U src/gnu/usr.bin/perl/hints/broken-db.msg C src/gnu/usr.bin/perl/hints/bsdos.sh C src/gnu/usr.bin/perl/hints/catamount.sh U src/gnu/usr.bin/perl/hints/convexos.sh U src/gnu/usr.bin/perl/hints/cxux.sh U src/gnu/usr.bin/perl/hints/cygwin.sh C src/gnu/usr.bin/perl/hints/darwin.sh U src/gnu/usr.bin/perl/hints/dcosx.sh U src/gnu/usr.bin/perl/hints/dec_osf.sh U src/gnu/usr.bin/perl/hints/dos_djgpp.sh U src/gnu/usr.bin/perl/hints/dragonfly.sh U src/gnu/usr.bin/perl/hints/dynix.sh U src/gnu/usr.bin/perl/hints/dynixptx.sh U src/gnu/usr.bin/perl/hints/epix.sh U src/gnu/usr.bin/perl/hints/esix4.sh U src/gnu/usr.bin/perl/hints/fps.sh C src/gnu/usr.bin/perl/hints/freebsd.sh U src/gnu/usr.bin/perl/hints/freemint.sh U src/gnu/usr.bin/perl/hints/gnu.sh U src/gnu/usr.bin/perl/hints/gnukfreebsd.sh U src/gnu/usr.bin/perl/hints/gnuknetbsd.sh U src/gnu/usr.bin/perl/hints/greenhills.sh U src/gnu/usr.bin/perl/hints/haiku.sh C src/gnu/usr.bin/perl/hints/hpux.sh U src/gnu/usr.bin/perl/hints/i386.sh U src/gnu/usr.bin/perl/hints/interix.sh U src/gnu/usr.bin/perl/hints/irix_4.sh U src/gnu/usr.bin/perl/hints/irix_5.sh U src/gnu/usr.bin/perl/hints/irix_6.sh U src/gnu/usr.bin/perl/hints/irix_6_0.sh U src/gnu/usr.bin/perl/hints/irix_6_1.sh U src/gnu/usr.bin/perl/hints/isc.sh U src/gnu/usr.bin/perl/hints/isc_2.sh C src/gnu/usr.bin/perl/hints/linux-android.sh C src/gnu/usr.bin/perl/hints/linux.sh U src/gnu/usr.bin/perl/hints/lynxos.sh U src/gnu/usr.bin/perl/hints/midnightbsd.sh U src/gnu/usr.bin/perl/hints/minix.sh U src/gnu/usr.bin/perl/hints/mips.sh U src/gnu/usr.bin/perl/hints/mirbsd.sh U src/gnu/usr.bin/perl/hints/mpc.sh U src/gnu/usr.bin/perl/hints/ncr_tower.sh C src/gnu/usr.bin/perl/hints/netbsd.sh U src/gnu/usr.bin/perl/hints/newsos4.sh U src/gnu/usr.bin/perl/hints/nonstopux.sh U src/gnu/usr.bin/perl/hints/openbsd.sh U src/gnu/usr.bin/perl/hints/opus.sh U src/gnu/usr.bin/perl/hints/os2.sh C src/gnu/usr.bin/perl/hints/os390.sh U src/gnu/usr.bin/perl/hints/os400.sh U src/gnu/usr.bin/perl/hints/posix-bc.sh U src/gnu/usr.bin/perl/hints/qnx.sh C src/gnu/usr.bin/perl/hints/README.hints U src/gnu/usr.bin/perl/hints/riscos.sh U src/gnu/usr.bin/perl/hints/sco.sh U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh C src/gnu/usr.bin/perl/hints/solaris_2.sh U src/gnu/usr.bin/perl/hints/stellar.sh U src/gnu/usr.bin/perl/hints/sunos_4_0.sh U src/gnu/usr.bin/perl/hints/sunos_4_1.sh U src/gnu/usr.bin/perl/hints/super-ux.sh U src/gnu/usr.bin/perl/hints/svr4.sh U src/gnu/usr.bin/perl/hints/svr5.sh U src/gnu/usr.bin/perl/hints/t001.c U src/gnu/usr.bin/perl/hints/ti1500.sh U src/gnu/usr.bin/perl/hints/ultrix_4.sh U src/gnu/usr.bin/perl/hints/umips.sh U src/gnu/usr.bin/perl/hints/unicos.sh U src/gnu/usr.bin/perl/hints/unicosmk.sh U src/gnu/usr.bin/perl/hints/unisysdynix.sh U src/gnu/usr.bin/perl/hints/utekv.sh U src/gnu/usr.bin/perl/hints/uwin.sh U src/gnu/usr.bin/perl/hints/vos.sh U src/gnu/usr.bin/perl/lib/AnyDBM_File.pm U src/gnu/usr.bin/perl/lib/AnyDBM_File.t C src/gnu/usr.bin/perl/lib/Benchmark.pm U src/gnu/usr.bin/perl/lib/Benchmark.t U src/gnu/usr.bin/perl/lib/blib.pm U src/gnu/usr.bin/perl/lib/blib.t U src/gnu/usr.bin/perl/lib/bytes.pm U src/gnu/usr.bin/perl/lib/bytes.t U src/gnu/usr.bin/perl/lib/bytes_heavy.pl C src/gnu/usr.bin/perl/lib/charnames.pm C src/gnu/usr.bin/perl/lib/charnames.t U src/gnu/usr.bin/perl/lib/Config.t U src/gnu/usr.bin/perl/lib/CORE.pod U src/gnu/usr.bin/perl/lib/DB.pm U src/gnu/usr.bin/perl/lib/DB.t U src/gnu/usr.bin/perl/lib/DBM_Filter.pm U src/gnu/usr.bin/perl/lib/dbm_filter_util.pl U src/gnu/usr.bin/perl/lib/deprecate.pm C src/gnu/usr.bin/perl/lib/diagnostics.pm U src/gnu/usr.bin/perl/lib/diagnostics.t U src/gnu/usr.bin/perl/lib/DirHandle.pm U src/gnu/usr.bin/perl/lib/DirHandle.t U src/gnu/usr.bin/perl/lib/dumpvar.pl U src/gnu/usr.bin/perl/lib/dumpvar.t C src/gnu/usr.bin/perl/lib/English.pm U src/gnu/usr.bin/perl/lib/English.t C src/gnu/usr.bin/perl/lib/feature.pm U src/gnu/usr.bin/perl/lib/feature.t U src/gnu/usr.bin/perl/lib/FileHandle.pm U src/gnu/usr.bin/perl/lib/FileHandle.t U src/gnu/usr.bin/perl/lib/filetest.pm U src/gnu/usr.bin/perl/lib/filetest.t U src/gnu/usr.bin/perl/lib/h2ph.t U src/gnu/usr.bin/perl/lib/h2xs.t U src/gnu/usr.bin/perl/lib/integer.pm U src/gnu/usr.bin/perl/lib/integer.t U src/gnu/usr.bin/perl/lib/Internals.pod U src/gnu/usr.bin/perl/lib/Internals.t U src/gnu/usr.bin/perl/lib/less.pm U src/gnu/usr.bin/perl/lib/less.t U src/gnu/usr.bin/perl/lib/locale.pm U src/gnu/usr.bin/perl/lib/locale.t U src/gnu/usr.bin/perl/lib/locale_threads.t U src/gnu/usr.bin/perl/lib/meta_notation.pm U src/gnu/usr.bin/perl/lib/meta_notation.t U src/gnu/usr.bin/perl/lib/open.pm U src/gnu/usr.bin/perl/lib/open.t C src/gnu/usr.bin/perl/lib/overload.pm C src/gnu/usr.bin/perl/lib/overload.t U src/gnu/usr.bin/perl/lib/overload64.t U src/gnu/usr.bin/perl/lib/overloading.pm U src/gnu/usr.bin/perl/lib/overloading.t C src/gnu/usr.bin/perl/lib/perl5db.pl C src/gnu/usr.bin/perl/lib/perl5db.t U src/gnu/usr.bin/perl/lib/perlbug.t U src/gnu/usr.bin/perl/lib/PerlIO.pm U src/gnu/usr.bin/perl/lib/SelectSaver.pm U src/gnu/usr.bin/perl/lib/SelectSaver.t U src/gnu/usr.bin/perl/lib/sigtrap.pm U src/gnu/usr.bin/perl/lib/sigtrap.t U src/gnu/usr.bin/perl/lib/sort.pm U src/gnu/usr.bin/perl/lib/sort.t U src/gnu/usr.bin/perl/lib/strict.pm U src/gnu/usr.bin/perl/lib/strict.t U src/gnu/usr.bin/perl/lib/subs.pm U src/gnu/usr.bin/perl/lib/subs.t U src/gnu/usr.bin/perl/lib/Symbol.pm U src/gnu/usr.bin/perl/lib/Symbol.t U src/gnu/usr.bin/perl/lib/Thread.pm U src/gnu/usr.bin/perl/lib/Thread.t U src/gnu/usr.bin/perl/lib/UNIVERSAL.pm U src/gnu/usr.bin/perl/lib/utf8.pm U src/gnu/usr.bin/perl/lib/utf8.t U src/gnu/usr.bin/perl/lib/vars.pm U src/gnu/usr.bin/perl/lib/vars.t U src/gnu/usr.bin/perl/lib/vars_carp.t U src/gnu/usr.bin/perl/lib/vmsish.pm U src/gnu/usr.bin/perl/lib/vmsish.t C src/gnu/usr.bin/perl/lib/warnings.pm U src/gnu/usr.bin/perl/lib/warnings.t C src/gnu/usr.bin/perl/lib/_charnames.pm C src/gnu/usr.bin/perl/lib/B/Deparse-core.t U src/gnu/usr.bin/perl/lib/B/Deparse-subclass.t C src/gnu/usr.bin/perl/lib/B/Deparse.pm C src/gnu/usr.bin/perl/lib/B/Deparse.t C src/gnu/usr.bin/perl/lib/B/Op_private.pm C src/gnu/usr.bin/perl/lib/Class/Struct.pm U src/gnu/usr.bin/perl/lib/Class/Struct.t U src/gnu/usr.bin/perl/lib/Config/Extensions.pm U src/gnu/usr.bin/perl/lib/Config/Extensions.t U src/gnu/usr.bin/perl/lib/DBM_Filter/compress.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/encode.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/int32.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/null.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/utf8.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/t/01error.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/02core.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/compress.t C src/gnu/usr.bin/perl/lib/DBM_Filter/t/encode.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/int32.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/null.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/utf8.t U src/gnu/usr.bin/perl/lib/ExtUtils/Embed.pm U src/gnu/usr.bin/perl/lib/ExtUtils/typemap U src/gnu/usr.bin/perl/lib/ExtUtils/XSSymSet.pm C src/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t U src/gnu/usr.bin/perl/lib/feature/unicode_strings.t U src/gnu/usr.bin/perl/lib/File/Basename.pm U src/gnu/usr.bin/perl/lib/File/Basename.t U src/gnu/usr.bin/perl/lib/File/Compare.pm U src/gnu/usr.bin/perl/lib/File/Compare.t U src/gnu/usr.bin/perl/lib/File/Copy.pm U src/gnu/usr.bin/perl/lib/File/Copy.t U src/gnu/usr.bin/perl/lib/File/stat-7896.t C src/gnu/usr.bin/perl/lib/File/stat.pm C src/gnu/usr.bin/perl/lib/File/stat.t U src/gnu/usr.bin/perl/lib/Getopt/Std.pm U src/gnu/usr.bin/perl/lib/Getopt/Std.t U src/gnu/usr.bin/perl/lib/Net/hostent.pm U src/gnu/usr.bin/perl/lib/Net/hostent.t U src/gnu/usr.bin/perl/lib/Net/netent.pm U src/gnu/usr.bin/perl/lib/Net/netent.t U src/gnu/usr.bin/perl/lib/Net/protoent.pm U src/gnu/usr.bin/perl/lib/Net/protoent.t U src/gnu/usr.bin/perl/lib/Net/servent.pm U src/gnu/usr.bin/perl/lib/Net/servent.t U src/gnu/usr.bin/perl/lib/overload/numbers.pm U src/gnu/usr.bin/perl/lib/perl5db/t/break-on-dot U src/gnu/usr.bin/perl/lib/perl5db/t/breakpoint-bug U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-1 U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-2 U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-3 U src/gnu/usr.bin/perl/lib/perl5db/t/EnableModule.pm U src/gnu/usr.bin/perl/lib/perl5db/t/eval-line-bug U src/gnu/usr.bin/perl/lib/perl5db/t/fact U src/gnu/usr.bin/perl/lib/perl5db/t/filename-line-breakpoint N src/gnu/usr.bin/perl/lib/perl5db/t/gh-17660 U src/gnu/usr.bin/perl/lib/perl5db/t/load-modules U src/gnu/usr.bin/perl/lib/perl5db/t/lsub-n U src/gnu/usr.bin/perl/lib/perl5db/t/lvalue-bug U src/gnu/usr.bin/perl/lib/perl5db/t/MyModule.pm U src/gnu/usr.bin/perl/lib/perl5db/t/proxy-constants U src/gnu/usr.bin/perl/lib/perl5db/t/rt-104168 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-120174 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-121509-restart-after-chdir U src/gnu/usr.bin/perl/lib/perl5db/t/rt-124203 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-124203b U src/gnu/usr.bin/perl/lib/perl5db/t/rt-61222 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-66110 U src/gnu/usr.bin/perl/lib/perl5db/t/source-cmd-test-no-q.perldb U src/gnu/usr.bin/perl/lib/perl5db/t/source-cmd-test.perldb U src/gnu/usr.bin/perl/lib/perl5db/t/symbol-table-bug U src/gnu/usr.bin/perl/lib/perl5db/t/taint U src/gnu/usr.bin/perl/lib/perl5db/t/test-a-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-a-statement-2 U src/gnu/usr.bin/perl/lib/perl5db/t/test-dieLevel-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-frame-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-l-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-l-statement-2 U src/gnu/usr.bin/perl/lib/perl5db/t/test-m-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-passing-at-underscore-to-x-etc U src/gnu/usr.bin/perl/lib/perl5db/t/test-PrintRet-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-r-statement U src/gnu/usr.bin/perl/lib/perl5db/t/test-w-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/uncalled-subroutine U src/gnu/usr.bin/perl/lib/perl5db/t/test-warnLevel-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/with-subroutine U src/gnu/usr.bin/perl/lib/Pod/t/Usage.t U src/gnu/usr.bin/perl/lib/Tie/Array.pm U src/gnu/usr.bin/perl/lib/Tie/ExtraHash.t U src/gnu/usr.bin/perl/lib/Tie/Handle.pm U src/gnu/usr.bin/perl/lib/Tie/Hash.pm U src/gnu/usr.bin/perl/lib/Tie/Hash.t C src/gnu/usr.bin/perl/lib/Tie/Scalar.pm U src/gnu/usr.bin/perl/lib/Tie/Scalar.t U src/gnu/usr.bin/perl/lib/Tie/StdHandle.pm U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t U src/gnu/usr.bin/perl/lib/Tie/Array/push.t U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t U src/gnu/usr.bin/perl/lib/Tie/Array/std.t U src/gnu/usr.bin/perl/lib/Tie/Array/stdpush.t U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle.t U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle_from_handle.t U src/gnu/usr.bin/perl/lib/Time/gmtime.pm U src/gnu/usr.bin/perl/lib/Time/gmtime.t U src/gnu/usr.bin/perl/lib/Time/localtime.pm U src/gnu/usr.bin/perl/lib/Time/localtime.t U src/gnu/usr.bin/perl/lib/Time/tm.pm U src/gnu/usr.bin/perl/lib/Unicode/README C src/gnu/usr.bin/perl/lib/Unicode/UCD.pm C src/gnu/usr.bin/perl/lib/Unicode/UCD.t C src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt C src/gnu/usr.bin/perl/lib/unicore/BidiBrackets.txt C src/gnu/usr.bin/perl/lib/unicore/BidiMirroring.txt C src/gnu/usr.bin/perl/lib/unicore/Blocks.txt C src/gnu/usr.bin/perl/lib/unicore/CaseFolding.txt C src/gnu/usr.bin/perl/lib/unicore/CJKRadicals.txt C src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt C src/gnu/usr.bin/perl/lib/unicore/DAge.txt C src/gnu/usr.bin/perl/lib/unicore/DCoreProperties.txt C src/gnu/usr.bin/perl/lib/unicore/DNormalizationProps.txt C src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt C src/gnu/usr.bin/perl/lib/unicore/EmojiSources.txt U src/gnu/usr.bin/perl/lib/unicore/EquivalentUnifiedIdeograph.txt C src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt N src/gnu/usr.bin/perl/lib/unicore/IdStatus.txt N src/gnu/usr.bin/perl/lib/unicore/IdType.txt C src/gnu/usr.bin/perl/lib/unicore/Index.txt C src/gnu/usr.bin/perl/lib/unicore/IndicPositionalCategory.txt C src/gnu/usr.bin/perl/lib/unicore/IndicSyllabicCategory.txt C src/gnu/usr.bin/perl/lib/unicore/Jamo.txt C src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt U src/gnu/usr.bin/perl/lib/unicore/Makefile C src/gnu/usr.bin/perl/lib/unicore/mktables C src/gnu/usr.bin/perl/lib/unicore/NameAliases.txt C src/gnu/usr.bin/perl/lib/unicore/NamedSequences.txt C src/gnu/usr.bin/perl/lib/unicore/NamedSqProv.txt C src/gnu/usr.bin/perl/lib/unicore/NamesList.txt C src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt C src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt C src/gnu/usr.bin/perl/lib/unicore/PropList.txt C src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt C src/gnu/usr.bin/perl/lib/unicore/README.perl C src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt C src/gnu/usr.bin/perl/lib/unicore/ScriptExtensions.txt C src/gnu/usr.bin/perl/lib/unicore/Scripts.txt C src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt C src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt C src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt U src/gnu/usr.bin/perl/lib/unicore/uni_keywords.pl C src/gnu/usr.bin/perl/lib/unicore/version U src/gnu/usr.bin/perl/lib/unicore/VerticalOrientation.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/GCBTest.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/GraphemeBreakProperty.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/LBTest.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/SBTest.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/SentenceBreakProperty.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/WBTest.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/WordBreakProperty.txt N src/gnu/usr.bin/perl/lib/unicore/emoji/emoji.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DBidiClass.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DBinaryProperties.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DCombiningClass.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DDecompositionType.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DEastAsianWidth.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DGeneralCategory.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinGroup.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinType.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DLineBreak.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DNumType.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DNumValues.txt U src/gnu/usr.bin/perl/lib/User/grent.pm U src/gnu/usr.bin/perl/lib/User/grent.t U src/gnu/usr.bin/perl/lib/User/pwent.pm U src/gnu/usr.bin/perl/lib/User/pwent.t U src/gnu/usr.bin/perl/lib/warnings/register.pm U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h U src/gnu/usr.bin/perl/NetWare/CLIBstr.h U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h C src/gnu/usr.bin/perl/NetWare/config.wc U src/gnu/usr.bin/perl/NetWare/config_h.PL C src/gnu/usr.bin/perl/NetWare/config_H.wc U src/gnu/usr.bin/perl/NetWare/config_sh.PL U src/gnu/usr.bin/perl/NetWare/deb.h U src/gnu/usr.bin/perl/NetWare/dl_netware.xs U src/gnu/usr.bin/perl/NetWare/intdef.h U src/gnu/usr.bin/perl/NetWare/interface.c U src/gnu/usr.bin/perl/NetWare/interface.cpp U src/gnu/usr.bin/perl/NetWare/interface.h U src/gnu/usr.bin/perl/NetWare/iperlhost.h U src/gnu/usr.bin/perl/NetWare/Main.c C src/gnu/usr.bin/perl/NetWare/Makefile U src/gnu/usr.bin/perl/NetWare/MP.imp U src/gnu/usr.bin/perl/NetWare/netware.h U src/gnu/usr.bin/perl/NetWare/nw5.c U src/gnu/usr.bin/perl/NetWare/nw5iop.h U src/gnu/usr.bin/perl/NetWare/nw5sck.c U src/gnu/usr.bin/perl/NetWare/nw5sck.h U src/gnu/usr.bin/perl/NetWare/nw5thread.c U src/gnu/usr.bin/perl/NetWare/nw5thread.h U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp U src/gnu/usr.bin/perl/NetWare/nwhashcls.h U src/gnu/usr.bin/perl/NetWare/Nwmain.c U src/gnu/usr.bin/perl/NetWare/nwperlhost.h U src/gnu/usr.bin/perl/NetWare/nwperlsys.c U src/gnu/usr.bin/perl/NetWare/nwperlsys.h U src/gnu/usr.bin/perl/NetWare/Nwpipe.c U src/gnu/usr.bin/perl/NetWare/nwpipe.h U src/gnu/usr.bin/perl/NetWare/nwplglob.c U src/gnu/usr.bin/perl/NetWare/nwplglob.h U src/gnu/usr.bin/perl/NetWare/nwstdio.h U src/gnu/usr.bin/perl/NetWare/NWTInfo.c U src/gnu/usr.bin/perl/NetWare/nwtinfo.h U src/gnu/usr.bin/perl/NetWare/NWUtil.c U src/gnu/usr.bin/perl/NetWare/nwutil.h U src/gnu/usr.bin/perl/NetWare/nwvmem.h U src/gnu/usr.bin/perl/NetWare/perllib.cpp U src/gnu/usr.bin/perl/NetWare/splittree.pl U src/gnu/usr.bin/perl/NetWare/sv_nw.c U src/gnu/usr.bin/perl/NetWare/win32ish.h U src/gnu/usr.bin/perl/NetWare/bat/Buildtype.bat U src/gnu/usr.bin/perl/NetWare/bat/SetCodeWar.bat U src/gnu/usr.bin/perl/NetWare/bat/Setnlmsdk.bat U src/gnu/usr.bin/perl/NetWare/bat/SetNWBld.bat U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl U src/gnu/usr.bin/perl/NetWare/t/NWScripts.pl U src/gnu/usr.bin/perl/NetWare/t/Readme.txt U src/gnu/usr.bin/perl/NetWare/testnlm/echo/echo.c U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c C src/gnu/usr.bin/perl/os2/Changes U src/gnu/usr.bin/perl/os2/diff.configure U src/gnu/usr.bin/perl/os2/dlfcn.h C src/gnu/usr.bin/perl/os2/dl_os2.c U src/gnu/usr.bin/perl/os2/Makefile.SHs C src/gnu/usr.bin/perl/os2/os2.c U src/gnu/usr.bin/perl/os2/os2.sym U src/gnu/usr.bin/perl/os2/os2add.sym C src/gnu/usr.bin/perl/os2/os2ish.h U src/gnu/usr.bin/perl/os2/os2thread.h U src/gnu/usr.bin/perl/os2/os2_base.t U src/gnu/usr.bin/perl/os2/os2_pipe.t U src/gnu/usr.bin/perl/os2/perl2cmd.pl U src/gnu/usr.bin/perl/os2/perlrexx.c U src/gnu/usr.bin/perl/os2/perlrexx.cmd U src/gnu/usr.bin/perl/os2/OS2/typemap U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/myea.h U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/typemap U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/os2_ea.t U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/os2_prfdb.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_atoms.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_clipboard.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_kid.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_text.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_cmprt.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_dllld.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_emxrv.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_objcall.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_sql.test U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tiesql.test U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tievar.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tieydb.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_varset.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_vrexx.t U src/gnu/usr.bin/perl/plan9/aperl U src/gnu/usr.bin/perl/plan9/buildinfo C src/gnu/usr.bin/perl/plan9/config.plan9 U src/gnu/usr.bin/perl/plan9/config_h.sample C src/gnu/usr.bin/perl/plan9/config_sh.sample U src/gnu/usr.bin/perl/plan9/exclude U src/gnu/usr.bin/perl/plan9/fndvers U src/gnu/usr.bin/perl/plan9/genconfig.pl C src/gnu/usr.bin/perl/plan9/mkfile U src/gnu/usr.bin/perl/plan9/myconfig.plan9 U src/gnu/usr.bin/perl/plan9/plan9.c C src/gnu/usr.bin/perl/plan9/plan9ish.h U src/gnu/usr.bin/perl/plan9/setup.rc U src/gnu/usr.bin/perl/plan9/versnum U src/gnu/usr.bin/perl/plan9/arpa/inet.h U src/gnu/usr.bin/perl/pod/buildtoc U src/gnu/usr.bin/perl/pod/Makefile.SH C src/gnu/usr.bin/perl/pod/perl.pod U src/gnu/usr.bin/perl/pod/perl5004delta.pod U src/gnu/usr.bin/perl/pod/perl5005delta.pod U src/gnu/usr.bin/perl/pod/perl5100delta.pod U src/gnu/usr.bin/perl/pod/perl5101delta.pod U src/gnu/usr.bin/perl/pod/perl5120delta.pod U src/gnu/usr.bin/perl/pod/perl5121delta.pod U src/gnu/usr.bin/perl/pod/perl5122delta.pod U src/gnu/usr.bin/perl/pod/perl5123delta.pod U src/gnu/usr.bin/perl/pod/perl5124delta.pod U src/gnu/usr.bin/perl/pod/perl5125delta.pod U src/gnu/usr.bin/perl/pod/perl5140delta.pod U src/gnu/usr.bin/perl/pod/perl5141delta.pod U src/gnu/usr.bin/perl/pod/perl5142delta.pod U src/gnu/usr.bin/perl/pod/perl5143delta.pod U src/gnu/usr.bin/perl/pod/perl5144delta.pod U src/gnu/usr.bin/perl/pod/perl5160delta.pod U src/gnu/usr.bin/perl/pod/perl5161delta.pod U src/gnu/usr.bin/perl/pod/perl5162delta.pod U src/gnu/usr.bin/perl/pod/perl5163delta.pod U src/gnu/usr.bin/perl/pod/perl5180delta.pod U src/gnu/usr.bin/perl/pod/perl5181delta.pod U src/gnu/usr.bin/perl/pod/perl5182delta.pod U src/gnu/usr.bin/perl/pod/perl5184delta.pod U src/gnu/usr.bin/perl/pod/perl5200delta.pod U src/gnu/usr.bin/perl/pod/perl5201delta.pod U src/gnu/usr.bin/perl/pod/perl5202delta.pod U src/gnu/usr.bin/perl/pod/perl5203delta.pod U src/gnu/usr.bin/perl/pod/perl5220delta.pod U src/gnu/usr.bin/perl/pod/perl5221delta.pod U src/gnu/usr.bin/perl/pod/perl5222delta.pod U src/gnu/usr.bin/perl/pod/perl5223delta.pod U src/gnu/usr.bin/perl/pod/perl5224delta.pod C src/gnu/usr.bin/perl/pod/perl5240delta.pod U src/gnu/usr.bin/perl/pod/perl5241delta.pod U src/gnu/usr.bin/perl/pod/perl5242delta.pod U src/gnu/usr.bin/perl/pod/perl5243delta.pod U src/gnu/usr.bin/perl/pod/perl5244delta.pod U src/gnu/usr.bin/perl/pod/perl5260delta.pod U src/gnu/usr.bin/perl/pod/perl5261delta.pod U src/gnu/usr.bin/perl/pod/perl5262delta.pod U src/gnu/usr.bin/perl/pod/perl5263delta.pod U src/gnu/usr.bin/perl/pod/perl5280delta.pod U src/gnu/usr.bin/perl/pod/perl5281delta.pod U src/gnu/usr.bin/perl/pod/perl5282delta.pod N src/gnu/usr.bin/perl/pod/perl5283delta.pod U src/gnu/usr.bin/perl/pod/perl5300delta.pod C src/gnu/usr.bin/perl/pod/perl5301delta.pod C src/gnu/usr.bin/perl/pod/perl5302delta.pod N src/gnu/usr.bin/perl/pod/perl5303delta.pod N src/gnu/usr.bin/perl/pod/perl5320delta.pod U src/gnu/usr.bin/perl/pod/perl561delta.pod U src/gnu/usr.bin/perl/pod/perl56delta.pod U src/gnu/usr.bin/perl/pod/perl581delta.pod U src/gnu/usr.bin/perl/pod/perl582delta.pod U src/gnu/usr.bin/perl/pod/perl583delta.pod U src/gnu/usr.bin/perl/pod/perl584delta.pod U src/gnu/usr.bin/perl/pod/perl585delta.pod U src/gnu/usr.bin/perl/pod/perl586delta.pod U src/gnu/usr.bin/perl/pod/perl587delta.pod U src/gnu/usr.bin/perl/pod/perl588delta.pod U src/gnu/usr.bin/perl/pod/perl589delta.pod U src/gnu/usr.bin/perl/pod/perl58delta.pod C src/gnu/usr.bin/perl/pod/perlapio.pod U src/gnu/usr.bin/perl/pod/perlartistic.pod C src/gnu/usr.bin/perl/pod/perlbook.pod U src/gnu/usr.bin/perl/pod/perlboot.pod U src/gnu/usr.bin/perl/pod/perlbot.pod C src/gnu/usr.bin/perl/pod/perlcall.pod C src/gnu/usr.bin/perl/pod/perlcheat.pod C src/gnu/usr.bin/perl/pod/perlclib.pod U src/gnu/usr.bin/perl/pod/perldsc.pod C src/gnu/usr.bin/perl/pod/perlcommunity.pod C src/gnu/usr.bin/perl/pod/perldata.pod U src/gnu/usr.bin/perl/pod/perldbmfilter.pod C src/gnu/usr.bin/perl/pod/perldebguts.pod U src/gnu/usr.bin/perl/pod/perldebtut.pod U src/gnu/usr.bin/perl/pod/perldebug.pod C src/gnu/usr.bin/perl/pod/perldelta.pod U src/gnu/usr.bin/perl/pod/perldeprecation.pod C src/gnu/usr.bin/perl/pod/perldiag.pod C src/gnu/usr.bin/perl/pod/perldtrace.pod C src/gnu/usr.bin/perl/pod/perlebcdic.pod C src/gnu/usr.bin/perl/pod/perlembed.pod C src/gnu/usr.bin/perl/pod/perlexperiment.pod C src/gnu/usr.bin/perl/pod/perlfilter.pod U src/gnu/usr.bin/perl/pod/perlfork.pod U src/gnu/usr.bin/perl/pod/perlform.pod C src/gnu/usr.bin/perl/pod/perlfunc.pod C src/gnu/usr.bin/perl/pod/perlgit.pod N src/gnu/usr.bin/perl/pod/perlgov.pod U src/gnu/usr.bin/perl/pod/perlgpl.pod C src/gnu/usr.bin/perl/pod/perlguts.pod C src/gnu/usr.bin/perl/pod/perlhack.pod C src/gnu/usr.bin/perl/pod/perlhacktips.pod U src/gnu/usr.bin/perl/pod/perlhacktut.pod C src/gnu/usr.bin/perl/pod/perlhist.pod U src/gnu/usr.bin/perl/pod/perlinterp.pod C src/gnu/usr.bin/perl/pod/perlintro.pod C src/gnu/usr.bin/perl/pod/perliol.pod C src/gnu/usr.bin/perl/pod/perlipc.pod U src/gnu/usr.bin/perl/pod/perllexwarn.pod C src/gnu/usr.bin/perl/pod/perllocale.pod U src/gnu/usr.bin/perl/pod/perllol.pod U src/gnu/usr.bin/perl/pod/perlmod.pod C src/gnu/usr.bin/perl/pod/perlmodinstall.pod C src/gnu/usr.bin/perl/pod/perlmodlib.PL C src/gnu/usr.bin/perl/pod/perlmodstyle.pod C src/gnu/usr.bin/perl/pod/perlmroapi.pod C src/gnu/usr.bin/perl/pod/perlnewmod.pod U src/gnu/usr.bin/perl/pod/perlnumber.pod U src/gnu/usr.bin/perl/pod/perlobj.pod C src/gnu/usr.bin/perl/pod/perlootut.pod C src/gnu/usr.bin/perl/pod/perlop.pod C src/gnu/usr.bin/perl/pod/perlpod.pod U src/gnu/usr.bin/perl/pod/perlopentut.pod C src/gnu/usr.bin/perl/pod/perlpacktut.pod U src/gnu/usr.bin/perl/pod/perlperf.pod C src/gnu/usr.bin/perl/pod/perlpodspec.pod U src/gnu/usr.bin/perl/pod/perlpodstyle.pod C src/gnu/usr.bin/perl/pod/perlpolicy.pod C src/gnu/usr.bin/perl/pod/perlport.pod U src/gnu/usr.bin/perl/pod/perlpragma.pod C src/gnu/usr.bin/perl/pod/perlre.pod U src/gnu/usr.bin/perl/pod/perlreapi.pod C src/gnu/usr.bin/perl/pod/perlrebackslash.pod C src/gnu/usr.bin/perl/pod/perlrecharclass.pod C src/gnu/usr.bin/perl/pod/perlref.pod U src/gnu/usr.bin/perl/pod/perlreftut.pod U src/gnu/usr.bin/perl/pod/perlreguts.pod U src/gnu/usr.bin/perl/pod/perlrepository.pod U src/gnu/usr.bin/perl/pod/perlrequick.pod C src/gnu/usr.bin/perl/pod/perlreref.pod C src/gnu/usr.bin/perl/pod/perlretut.pod C src/gnu/usr.bin/perl/pod/perlrun.pod C src/gnu/usr.bin/perl/pod/perlsec.pod N src/gnu/usr.bin/perl/pod/perlsecpolicy.pod C src/gnu/usr.bin/perl/pod/perlsource.pod C src/gnu/usr.bin/perl/pod/perlstyle.pod C src/gnu/usr.bin/perl/pod/perlsub.pod C src/gnu/usr.bin/perl/pod/perlsyn.pod C src/gnu/usr.bin/perl/pod/perlthrtut.pod C src/gnu/usr.bin/perl/pod/perltie.pod U src/gnu/usr.bin/perl/pod/perltodo.pod U src/gnu/usr.bin/perl/pod/perltooc.pod U src/gnu/usr.bin/perl/pod/perltoot.pod C src/gnu/usr.bin/perl/pod/perltrap.pod C src/gnu/usr.bin/perl/pod/perlunicode.pod C src/gnu/usr.bin/perl/pod/perlunicook.pod C src/gnu/usr.bin/perl/pod/perlunifaq.pod C src/gnu/usr.bin/perl/pod/perluniintro.pod U src/gnu/usr.bin/perl/pod/perlunitut.pod C src/gnu/usr.bin/perl/pod/perlutil.pod C src/gnu/usr.bin/perl/pod/perlvar.pod U src/gnu/usr.bin/perl/pod/perlvms.pod U src/gnu/usr.bin/perl/pod/rofftoc U src/gnu/usr.bin/perl/pod/splitman U src/gnu/usr.bin/perl/pod/splitpod U src/gnu/usr.bin/perl/Porting/acknowledgements.pl U src/gnu/usr.bin/perl/Porting/add-package.pl C src/gnu/usr.bin/perl/Porting/bench.pl U src/gnu/usr.bin/perl/Porting/bisect-example.sh C src/gnu/usr.bin/perl/Porting/bisect-runner.pl U src/gnu/usr.bin/perl/Porting/bisect.pl C src/gnu/usr.bin/perl/Porting/bump-perl-version U src/gnu/usr.bin/perl/Porting/check-cpan-pollution U src/gnu/usr.bin/perl/Porting/check83.pl U src/gnu/usr.bin/perl/Porting/checkansi.pl C src/gnu/usr.bin/perl/Porting/checkAUTHORS.pl U src/gnu/usr.bin/perl/Porting/checkcfguse.pl C src/gnu/usr.bin/perl/Porting/checkcfgvar.pl U src/gnu/usr.bin/perl/Porting/checkpodencoding.pl C src/gnu/usr.bin/perl/Porting/checkURL.pl U src/gnu/usr.bin/perl/Porting/checkVERSION.pl U src/gnu/usr.bin/perl/Porting/cherrymaint U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl C src/gnu/usr.bin/perl/Porting/config.sh C src/gnu/usr.bin/perl/Porting/config_H U src/gnu/usr.bin/perl/Porting/config_h.pl U src/gnu/usr.bin/perl/Porting/core-cpan-diff U src/gnu/usr.bin/perl/Porting/corecpan.pl U src/gnu/usr.bin/perl/Porting/corelist-diff U src/gnu/usr.bin/perl/Porting/corelist-perldelta.pl C src/gnu/usr.bin/perl/Porting/corelist.pl U src/gnu/usr.bin/perl/Porting/deparse-skips.txt C src/gnu/usr.bin/perl/Porting/epigraphs.pod C src/gnu/usr.bin/perl/Porting/exec-bit.txt U src/gnu/usr.bin/perl/Porting/exercise_makedef.pl U src/gnu/usr.bin/perl/Porting/expand-macro.pl U src/gnu/usr.bin/perl/Porting/findrfuncs U src/gnu/usr.bin/perl/Porting/git-deltatool U src/gnu/usr.bin/perl/Porting/git-find-p4-change U src/gnu/usr.bin/perl/Porting/git-make-p4-refs U src/gnu/usr.bin/perl/Porting/GitUtils.pm C src/gnu/usr.bin/perl/Porting/Glossary U src/gnu/usr.bin/perl/Porting/harness-timer-report.pl C src/gnu/usr.bin/perl/Porting/how_to_write_a_perldelta.pod U src/gnu/usr.bin/perl/Porting/leakfinder.pl U src/gnu/usr.bin/perl/Porting/Maintainers C src/gnu/usr.bin/perl/Porting/Maintainers.pl U src/gnu/usr.bin/perl/Porting/Maintainers.pm U src/gnu/usr.bin/perl/Porting/make-rmg-checklist C src/gnu/usr.bin/perl/Porting/makemeta C src/gnu/usr.bin/perl/Porting/makerel U src/gnu/usr.bin/perl/Porting/make_dot_patch.pl U src/gnu/usr.bin/perl/Porting/make_modlib_cpan.pl U src/gnu/usr.bin/perl/Porting/make_snapshot.pl U src/gnu/usr.bin/perl/Porting/manicheck U src/gnu/usr.bin/perl/Porting/manifest_lib.pl U src/gnu/usr.bin/perl/Porting/manisort U src/gnu/usr.bin/perl/Porting/mksample U src/gnu/usr.bin/perl/Porting/new-perldelta.pl U src/gnu/usr.bin/perl/Porting/newtests-perldelta.pl C src/gnu/usr.bin/perl/Porting/perldelta_template.pod U src/gnu/usr.bin/perl/Porting/perlhist_calculate.pl U src/gnu/usr.bin/perl/Porting/podtidy C src/gnu/usr.bin/perl/Porting/pod_lib.pl U src/gnu/usr.bin/perl/Porting/pod_rules.pl C src/gnu/usr.bin/perl/Porting/pumpkin.pod C src/gnu/usr.bin/perl/Porting/README.pod U src/gnu/usr.bin/perl/Porting/README.y2038 C src/gnu/usr.bin/perl/Porting/release_announcement_template.txt C src/gnu/usr.bin/perl/Porting/release_managers_guide.pod C src/gnu/usr.bin/perl/Porting/release_schedule.pod U src/gnu/usr.bin/perl/Porting/rt_list_patches N src/gnu/usr.bin/perl/Porting/security_template.pod U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl C src/gnu/usr.bin/perl/Porting/sync-with-cpan U src/gnu/usr.bin/perl/Porting/timecheck.c U src/gnu/usr.bin/perl/Porting/timecheck2.c C src/gnu/usr.bin/perl/Porting/todo.pod U src/gnu/usr.bin/perl/Porting/valgrindpp.pl U src/gnu/usr.bin/perl/qnx/ar U src/gnu/usr.bin/perl/qnx/cpp U src/gnu/usr.bin/perl/qnx/qnx.c C src/gnu/usr.bin/perl/t/charset_tools.pl C src/gnu/usr.bin/perl/t/harness C src/gnu/usr.bin/perl/t/loc_tools.pl U src/gnu/usr.bin/perl/t/perl.supp C src/gnu/usr.bin/perl/t/README C src/gnu/usr.bin/perl/t/TEST C src/gnu/usr.bin/perl/t/test.pl U src/gnu/usr.bin/perl/t/thread_it.pl C src/gnu/usr.bin/perl/t/base/cond.t C src/gnu/usr.bin/perl/t/base/if.t C src/gnu/usr.bin/perl/t/base/lex.t U src/gnu/usr.bin/perl/t/base/num.t C src/gnu/usr.bin/perl/t/base/pat.t U src/gnu/usr.bin/perl/t/base/rs.t U src/gnu/usr.bin/perl/t/base/term.t U src/gnu/usr.bin/perl/t/base/translate.t U src/gnu/usr.bin/perl/t/base/while.t N src/gnu/usr.bin/perl/t/benchmark/gh7094-speed-up-keys-on-empty-hash.t U src/gnu/usr.bin/perl/t/bigmem/hash.t U src/gnu/usr.bin/perl/t/bigmem/index.t U src/gnu/usr.bin/perl/t/bigmem/pos.t U src/gnu/usr.bin/perl/t/bigmem/read.t U src/gnu/usr.bin/perl/t/bigmem/regexp.t U src/gnu/usr.bin/perl/t/bigmem/subst.t U src/gnu/usr.bin/perl/t/bigmem/vec.t U src/gnu/usr.bin/perl/t/cmd/elsif.t U src/gnu/usr.bin/perl/t/cmd/for.t U src/gnu/usr.bin/perl/t/cmd/mod.t U src/gnu/usr.bin/perl/t/cmd/subval.t U src/gnu/usr.bin/perl/t/cmd/switch.t U src/gnu/usr.bin/perl/t/comp/bproto.t U src/gnu/usr.bin/perl/t/comp/cmdopt.t U src/gnu/usr.bin/perl/t/comp/colon.t U src/gnu/usr.bin/perl/t/comp/decl.t U src/gnu/usr.bin/perl/t/comp/filter_exception.t U src/gnu/usr.bin/perl/t/comp/final_line_num.t U src/gnu/usr.bin/perl/t/comp/fold.t U src/gnu/usr.bin/perl/t/comp/form_scope.t U src/gnu/usr.bin/perl/t/comp/hints.aux U src/gnu/usr.bin/perl/t/comp/hints.t U src/gnu/usr.bin/perl/t/comp/line_debug.t U src/gnu/usr.bin/perl/t/comp/line_debug_0.aux U src/gnu/usr.bin/perl/t/comp/multiline.t U src/gnu/usr.bin/perl/t/comp/opsubs.t U src/gnu/usr.bin/perl/t/comp/our.t U src/gnu/usr.bin/perl/t/comp/package.t U src/gnu/usr.bin/perl/t/comp/package_block.t U src/gnu/usr.bin/perl/t/comp/parser.t U src/gnu/usr.bin/perl/t/comp/parser_run.t U src/gnu/usr.bin/perl/t/comp/proto.t U src/gnu/usr.bin/perl/t/comp/redef.t U src/gnu/usr.bin/perl/t/comp/require.t U src/gnu/usr.bin/perl/t/comp/retainedlines.t U src/gnu/usr.bin/perl/t/comp/term.t U src/gnu/usr.bin/perl/t/comp/uproto.t U src/gnu/usr.bin/perl/t/comp/use.t U src/gnu/usr.bin/perl/t/comp/utf.t U src/gnu/usr.bin/perl/t/io/argv.t U src/gnu/usr.bin/perl/t/io/binmode.t U src/gnu/usr.bin/perl/t/io/bom.t U src/gnu/usr.bin/perl/t/io/closepid.t U src/gnu/usr.bin/perl/t/io/crlf.t U src/gnu/usr.bin/perl/t/io/crlf_through.t U src/gnu/usr.bin/perl/t/io/data.t U src/gnu/usr.bin/perl/t/io/defout.t U src/gnu/usr.bin/perl/t/io/dup.t U src/gnu/usr.bin/perl/t/io/eintr.t U src/gnu/usr.bin/perl/t/io/eintr_print.t C src/gnu/usr.bin/perl/t/io/errno.t U src/gnu/usr.bin/perl/t/io/errnosig.t U src/gnu/usr.bin/perl/t/io/fflush.t U src/gnu/usr.bin/perl/t/io/fs.t U src/gnu/usr.bin/perl/t/io/getcwd.t U src/gnu/usr.bin/perl/t/io/inplace.t U src/gnu/usr.bin/perl/t/io/iofile.t U src/gnu/usr.bin/perl/t/io/iprefix.t U src/gnu/usr.bin/perl/t/io/layers.t U src/gnu/usr.bin/perl/t/io/nargv.t U src/gnu/usr.bin/perl/t/io/open.t U src/gnu/usr.bin/perl/t/io/openpid.t U src/gnu/usr.bin/perl/t/io/paragraph_mode.t U src/gnu/usr.bin/perl/t/io/perlio.t U src/gnu/usr.bin/perl/t/io/perlio_fail.t U src/gnu/usr.bin/perl/t/io/perlio_leaks.t U src/gnu/usr.bin/perl/t/io/perlio_open.t C src/gnu/usr.bin/perl/t/io/pipe.t U src/gnu/usr.bin/perl/t/io/print.t U src/gnu/usr.bin/perl/t/io/pvbm.t U src/gnu/usr.bin/perl/t/io/read.t U src/gnu/usr.bin/perl/t/io/say.t U src/gnu/usr.bin/perl/t/io/sem.t U src/gnu/usr.bin/perl/t/io/semctl.t U src/gnu/usr.bin/perl/t/io/shm.t U src/gnu/usr.bin/perl/t/io/socket.t U src/gnu/usr.bin/perl/t/io/socketpair.t U src/gnu/usr.bin/perl/t/io/tell.t U src/gnu/usr.bin/perl/t/io/through.t U src/gnu/usr.bin/perl/t/io/utf8.t U src/gnu/usr.bin/perl/t/japh/abigail.t N src/gnu/usr.bin/perl/t/lib/CannotParse.pm U src/gnu/usr.bin/perl/t/lib/Cname.pm U src/gnu/usr.bin/perl/t/lib/common.pl U src/gnu/usr.bin/perl/t/lib/commonsense.t U src/gnu/usr.bin/perl/t/lib/Count.pm U src/gnu/usr.bin/perl/t/lib/croak.t U src/gnu/usr.bin/perl/t/lib/cygwin.t U src/gnu/usr.bin/perl/t/lib/dbmt_common.pl U src/gnu/usr.bin/perl/t/lib/deprecate.t U src/gnu/usr.bin/perl/t/lib/h2ph.h U src/gnu/usr.bin/perl/t/lib/h2ph.pht U src/gnu/usr.bin/perl/t/lib/mypragma.pm U src/gnu/usr.bin/perl/t/lib/mypragma.t U src/gnu/usr.bin/perl/t/lib/no_load.t U src/gnu/usr.bin/perl/t/lib/overload_fallback.t C src/gnu/usr.bin/perl/t/lib/overload_nomethod.t U src/gnu/usr.bin/perl/t/lib/proxy_constant_subs.t U src/gnu/usr.bin/perl/t/lib/Sans_mypragma.pm U src/gnu/usr.bin/perl/t/lib/test_require.pm U src/gnu/usr.bin/perl/t/lib/test_use.pm U src/gnu/usr.bin/perl/t/lib/test_use_14937.pm U src/gnu/usr.bin/perl/t/lib/universal.t C src/gnu/usr.bin/perl/t/lib/charnames/alias U src/gnu/usr.bin/perl/t/lib/croak/gv U src/gnu/usr.bin/perl/t/lib/croak/mg U src/gnu/usr.bin/perl/t/lib/croak/op U src/gnu/usr.bin/perl/t/lib/croak/pp U src/gnu/usr.bin/perl/t/lib/croak/pp_ctl U src/gnu/usr.bin/perl/t/lib/croak/pp_hot U src/gnu/usr.bin/perl/t/lib/croak/pp_sys U src/gnu/usr.bin/perl/t/lib/croak/regcomp C src/gnu/usr.bin/perl/t/lib/croak/toke U src/gnu/usr.bin/perl/t/lib/croak/toke_l1 U src/gnu/usr.bin/perl/t/lib/deprecate/Deprecated.pm U src/gnu/usr.bin/perl/t/lib/deprecate/Optionally.pm U src/gnu/usr.bin/perl/t/lib/Devel/nodb.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd_empty.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd_goto.pm N src/gnu/usr.bin/perl/t/lib/feature/bits U src/gnu/usr.bin/perl/t/lib/feature/bundle U src/gnu/usr.bin/perl/t/lib/feature/implicit N src/gnu/usr.bin/perl/t/lib/feature/indirect U src/gnu/usr.bin/perl/t/lib/feature/nonesuch U src/gnu/usr.bin/perl/t/lib/feature/removed U src/gnu/usr.bin/perl/t/lib/feature/say U src/gnu/usr.bin/perl/t/lib/feature/switch U src/gnu/usr.bin/perl/t/lib/locale/latin1 U src/gnu/usr.bin/perl/t/lib/locale/utf8 U src/gnu/usr.bin/perl/t/lib/strict/refs C src/gnu/usr.bin/perl/t/lib/strict/subs U src/gnu/usr.bin/perl/t/lib/strict/vars U src/gnu/usr.bin/perl/t/lib/subs/subs U src/gnu/usr.bin/perl/t/lib/warnings/1global U src/gnu/usr.bin/perl/t/lib/warnings/2use U src/gnu/usr.bin/perl/t/lib/warnings/3both U src/gnu/usr.bin/perl/t/lib/warnings/4lint U src/gnu/usr.bin/perl/t/lib/warnings/5nolint U src/gnu/usr.bin/perl/t/lib/warnings/6default U src/gnu/usr.bin/perl/t/lib/warnings/7fatal U src/gnu/usr.bin/perl/t/lib/warnings/8signal U src/gnu/usr.bin/perl/t/lib/warnings/9enabled C src/gnu/usr.bin/perl/t/lib/warnings/9uninit U src/gnu/usr.bin/perl/t/lib/warnings/av U src/gnu/usr.bin/perl/t/lib/warnings/doio U src/gnu/usr.bin/perl/t/lib/warnings/gv U src/gnu/usr.bin/perl/t/lib/warnings/hv U src/gnu/usr.bin/perl/t/lib/warnings/malloc U src/gnu/usr.bin/perl/t/lib/warnings/mg C src/gnu/usr.bin/perl/t/lib/warnings/op U src/gnu/usr.bin/perl/t/lib/warnings/pad U src/gnu/usr.bin/perl/t/lib/warnings/perl U src/gnu/usr.bin/perl/t/lib/warnings/perlio U src/gnu/usr.bin/perl/t/lib/warnings/pp U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack U src/gnu/usr.bin/perl/t/lib/warnings/pp_sys C src/gnu/usr.bin/perl/t/lib/warnings/regcomp U src/gnu/usr.bin/perl/t/lib/warnings/regexec U src/gnu/usr.bin/perl/t/lib/warnings/run U src/gnu/usr.bin/perl/t/lib/warnings/sv U src/gnu/usr.bin/perl/t/lib/warnings/taint C src/gnu/usr.bin/perl/t/lib/warnings/toke U src/gnu/usr.bin/perl/t/lib/warnings/universal U src/gnu/usr.bin/perl/t/lib/warnings/utf8 U src/gnu/usr.bin/perl/t/lib/warnings/util U src/gnu/usr.bin/perl/t/mro/basic.t U src/gnu/usr.bin/perl/t/mro/basic_01_c3.t U src/gnu/usr.bin/perl/t/mro/basic_01_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_01_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_01_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_02_c3.t U src/gnu/usr.bin/perl/t/mro/basic_02_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_02_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_02_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_03_c3.t U src/gnu/usr.bin/perl/t/mro/basic_03_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_03_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_03_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_04_c3.t U src/gnu/usr.bin/perl/t/mro/basic_04_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_04_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_04_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_05_c3.t U src/gnu/usr.bin/perl/t/mro/basic_05_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_05_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_05_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_utf8.t U src/gnu/usr.bin/perl/t/mro/c3_with_overload.t U src/gnu/usr.bin/perl/t/mro/c3_with_overload_utf8.t U src/gnu/usr.bin/perl/t/mro/complex_c3.t U src/gnu/usr.bin/perl/t/mro/complex_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/complex_dfs.t U src/gnu/usr.bin/perl/t/mro/complex_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/dbic_c3.t U src/gnu/usr.bin/perl/t/mro/dbic_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/dbic_dfs.t U src/gnu/usr.bin/perl/t/mro/dbic_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/inconsistent_c3.t U src/gnu/usr.bin/perl/t/mro/inconsistent_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/isarev.t U src/gnu/usr.bin/perl/t/mro/isarev_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_aliases.t U src/gnu/usr.bin/perl/t/mro/isa_aliases_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_c3.t U src/gnu/usr.bin/perl/t/mro/isa_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_dfs.t U src/gnu/usr.bin/perl/t/mro/isa_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/method_caching.t U src/gnu/usr.bin/perl/t/mro/method_caching_utf8.t C src/gnu/usr.bin/perl/t/mro/next_edgecases.t C src/gnu/usr.bin/perl/t/mro/next_edgecases_utf8.t U src/gnu/usr.bin/perl/t/mro/next_goto.t U src/gnu/usr.bin/perl/t/mro/next_goto_utf8.t U src/gnu/usr.bin/perl/t/mro/next_inanon.t U src/gnu/usr.bin/perl/t/mro/next_inanon_utf8.t U src/gnu/usr.bin/perl/t/mro/next_ineval.t U src/gnu/usr.bin/perl/t/mro/next_ineval_utf8.t U src/gnu/usr.bin/perl/t/mro/next_method.t U src/gnu/usr.bin/perl/t/mro/next_method_utf8.t U src/gnu/usr.bin/perl/t/mro/next_NEXT.t U src/gnu/usr.bin/perl/t/mro/next_NEXT_utf8.t U src/gnu/usr.bin/perl/t/mro/next_skip.t U src/gnu/usr.bin/perl/t/mro/next_skip_utf8.t U src/gnu/usr.bin/perl/t/mro/overload_c3.t U src/gnu/usr.bin/perl/t/mro/overload_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/overload_dfs.t U src/gnu/usr.bin/perl/t/mro/package_aliases.t U src/gnu/usr.bin/perl/t/mro/package_aliases_utf8.t U src/gnu/usr.bin/perl/t/mro/pkg_gen.t U src/gnu/usr.bin/perl/t/mro/pkg_gen_utf8.t U src/gnu/usr.bin/perl/t/mro/recursion_c3.t U src/gnu/usr.bin/perl/t/mro/recursion_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/recursion_dfs.t U src/gnu/usr.bin/perl/t/mro/recursion_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/vulcan_c3.t U src/gnu/usr.bin/perl/t/mro/vulcan_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/vulcan_dfs.t U src/gnu/usr.bin/perl/t/mro/vulcan_dfs_utf8.t U src/gnu/usr.bin/perl/t/op/64bitint.t C src/gnu/usr.bin/perl/t/op/aassign.t U src/gnu/usr.bin/perl/t/op/alarm.t U src/gnu/usr.bin/perl/t/op/anonconst.t U src/gnu/usr.bin/perl/t/op/anonsub.t U src/gnu/usr.bin/perl/t/op/append.t U src/gnu/usr.bin/perl/t/op/args.t U src/gnu/usr.bin/perl/t/op/array.t U src/gnu/usr.bin/perl/t/op/assignwarn.t U src/gnu/usr.bin/perl/t/op/attrhand.t U src/gnu/usr.bin/perl/t/op/attrproto.t C src/gnu/usr.bin/perl/t/op/attrs.t U src/gnu/usr.bin/perl/t/op/auto.t U src/gnu/usr.bin/perl/t/op/avhv.t U src/gnu/usr.bin/perl/t/op/bless.t U src/gnu/usr.bin/perl/t/op/blocks.t C src/gnu/usr.bin/perl/t/op/bop.t U src/gnu/usr.bin/perl/t/op/caller.pl U src/gnu/usr.bin/perl/t/op/caller.t U src/gnu/usr.bin/perl/t/op/catch.t U src/gnu/usr.bin/perl/t/op/chars.t U src/gnu/usr.bin/perl/t/op/chdir.t U src/gnu/usr.bin/perl/t/op/chop.t U src/gnu/usr.bin/perl/t/op/chr.t U src/gnu/usr.bin/perl/t/op/closure.t U src/gnu/usr.bin/perl/t/op/closure_test.pl N src/gnu/usr.bin/perl/t/op/cmpchain.t C src/gnu/usr.bin/perl/t/op/concat2.t C src/gnu/usr.bin/perl/t/op/cond.t C src/gnu/usr.bin/perl/t/op/const-optree.t U src/gnu/usr.bin/perl/t/op/context.t C src/gnu/usr.bin/perl/t/op/coreamp.t C src/gnu/usr.bin/perl/t/op/coresubs.t U src/gnu/usr.bin/perl/t/op/cproto.t U src/gnu/usr.bin/perl/t/op/crypt.t U src/gnu/usr.bin/perl/t/op/current_sub.t U src/gnu/usr.bin/perl/t/op/dbm.t U src/gnu/usr.bin/perl/t/op/decl-refs.t U src/gnu/usr.bin/perl/t/op/defined.t U src/gnu/usr.bin/perl/t/op/defins.t U src/gnu/usr.bin/perl/t/op/delete.t C src/gnu/usr.bin/perl/t/op/die.t U src/gnu/usr.bin/perl/t/op/die_except.t U src/gnu/usr.bin/perl/t/op/die_exit.t U src/gnu/usr.bin/perl/t/op/die_keeperr.t C src/gnu/usr.bin/perl/t/op/die_unwind.t U src/gnu/usr.bin/perl/t/op/do.t U src/gnu/usr.bin/perl/t/op/dor.t U src/gnu/usr.bin/perl/t/op/dump.t U src/gnu/usr.bin/perl/t/op/each.t U src/gnu/usr.bin/perl/t/op/each_array.t U src/gnu/usr.bin/perl/t/op/eval.t U src/gnu/usr.bin/perl/t/op/evalbytes.t C src/gnu/usr.bin/perl/t/op/exec.t U src/gnu/usr.bin/perl/t/op/exists_sub.t U src/gnu/usr.bin/perl/t/op/exp.t U src/gnu/usr.bin/perl/t/op/fh.t U src/gnu/usr.bin/perl/t/op/filehandle.t U src/gnu/usr.bin/perl/t/op/filetest.t U src/gnu/usr.bin/perl/t/op/filetest_stack_ok.t U src/gnu/usr.bin/perl/t/op/filetest_t.t U src/gnu/usr.bin/perl/t/op/flip.t U src/gnu/usr.bin/perl/t/op/for.t C src/gnu/usr.bin/perl/t/op/fork.t U src/gnu/usr.bin/perl/t/op/fresh_perl_utf8.t U src/gnu/usr.bin/perl/t/op/getpid.t U src/gnu/usr.bin/perl/t/op/getppid.t U src/gnu/usr.bin/perl/t/op/glob.t U src/gnu/usr.bin/perl/t/op/gmagic.t C src/gnu/usr.bin/perl/t/op/goto.t U src/gnu/usr.bin/perl/t/op/goto_xs.t U src/gnu/usr.bin/perl/t/op/grent.t U src/gnu/usr.bin/perl/t/op/grep.t C src/gnu/usr.bin/perl/t/op/groups.t C src/gnu/usr.bin/perl/t/op/gv.t U src/gnu/usr.bin/perl/t/op/hash-rt85026.t U src/gnu/usr.bin/perl/t/op/hash.t U src/gnu/usr.bin/perl/t/op/hashassign.t U src/gnu/usr.bin/perl/t/op/hashwarn.t U src/gnu/usr.bin/perl/t/op/heredoc.t C src/gnu/usr.bin/perl/t/op/hexfp.t U src/gnu/usr.bin/perl/t/op/inc.t U src/gnu/usr.bin/perl/t/op/inccode-tie.t U src/gnu/usr.bin/perl/t/op/inccode.t U src/gnu/usr.bin/perl/t/op/incfilter.t C src/gnu/usr.bin/perl/t/op/index.t U src/gnu/usr.bin/perl/t/op/index_thr.t U src/gnu/usr.bin/perl/t/op/infnan.t C src/gnu/usr.bin/perl/t/op/int.t N src/gnu/usr.bin/perl/t/op/isa.t U src/gnu/usr.bin/perl/t/op/join.t U src/gnu/usr.bin/perl/t/op/kill0.t U src/gnu/usr.bin/perl/t/op/kill0_child U src/gnu/usr.bin/perl/t/op/kvaslice.t U src/gnu/usr.bin/perl/t/op/kvhslice.t C src/gnu/usr.bin/perl/t/op/lc.t U src/gnu/usr.bin/perl/t/op/leaky-magic.t U src/gnu/usr.bin/perl/t/op/length.t U src/gnu/usr.bin/perl/t/op/lex.t U src/gnu/usr.bin/perl/t/op/lexsub.t U src/gnu/usr.bin/perl/t/op/lex_assign.t U src/gnu/usr.bin/perl/t/op/lfs.t C src/gnu/usr.bin/perl/t/op/list.t U src/gnu/usr.bin/perl/t/op/local.t U src/gnu/usr.bin/perl/t/op/localref.t U src/gnu/usr.bin/perl/t/op/lock.t U src/gnu/usr.bin/perl/t/op/loopctl.t U src/gnu/usr.bin/perl/t/op/lop.t C src/gnu/usr.bin/perl/t/op/lvref.t U src/gnu/usr.bin/perl/t/op/magic-27839.t C src/gnu/usr.bin/perl/t/op/magic.t U src/gnu/usr.bin/perl/t/op/method.t U src/gnu/usr.bin/perl/t/op/mkdir.t U src/gnu/usr.bin/perl/t/op/multideref.t U src/gnu/usr.bin/perl/t/op/my.t U src/gnu/usr.bin/perl/t/op/mydef.t U src/gnu/usr.bin/perl/t/op/my_stash.t U src/gnu/usr.bin/perl/t/op/negate.t U src/gnu/usr.bin/perl/t/op/not.t U src/gnu/usr.bin/perl/t/op/numconvert.t U src/gnu/usr.bin/perl/t/op/oct.t U src/gnu/usr.bin/perl/t/op/or.t U src/gnu/usr.bin/perl/t/op/ord.t U src/gnu/usr.bin/perl/t/op/overload_integer.t U src/gnu/usr.bin/perl/t/op/override.t U src/gnu/usr.bin/perl/t/op/pack.t U src/gnu/usr.bin/perl/t/op/packagev.t U src/gnu/usr.bin/perl/t/op/pos.t U src/gnu/usr.bin/perl/t/op/postfixderef.t U src/gnu/usr.bin/perl/t/op/pow.t U src/gnu/usr.bin/perl/t/op/print.t U src/gnu/usr.bin/perl/t/op/protowarn.t U src/gnu/usr.bin/perl/t/op/push.t U src/gnu/usr.bin/perl/t/op/pwent.t C src/gnu/usr.bin/perl/t/op/qr.t U src/gnu/usr.bin/perl/t/op/quotemeta.t U src/gnu/usr.bin/perl/t/op/rand.t C src/gnu/usr.bin/perl/t/op/range.t U src/gnu/usr.bin/perl/t/op/read.t C src/gnu/usr.bin/perl/t/op/readdir.t U src/gnu/usr.bin/perl/t/op/readline.t U src/gnu/usr.bin/perl/t/op/recurse.t C src/gnu/usr.bin/perl/t/op/ref.t U src/gnu/usr.bin/perl/t/op/repeat.t U src/gnu/usr.bin/perl/t/op/require_37033.t C src/gnu/usr.bin/perl/t/op/require_errors.t U src/gnu/usr.bin/perl/t/op/require_override.t U src/gnu/usr.bin/perl/t/op/reset.t C src/gnu/usr.bin/perl/t/op/reverse.t U src/gnu/usr.bin/perl/t/op/rt119311.t U src/gnu/usr.bin/perl/t/op/runlevel.t U src/gnu/usr.bin/perl/t/op/select.t U src/gnu/usr.bin/perl/t/op/setpgrpstack.t U src/gnu/usr.bin/perl/t/op/sigdispatch.t N src/gnu/usr.bin/perl/t/op/signame_canonical.t C src/gnu/usr.bin/perl/t/op/signatures.t U src/gnu/usr.bin/perl/t/op/sigsystem.t U src/gnu/usr.bin/perl/t/op/sleep.t U src/gnu/usr.bin/perl/t/op/smartkve.t U src/gnu/usr.bin/perl/t/op/smartmatch.t C src/gnu/usr.bin/perl/t/op/sort.t U src/gnu/usr.bin/perl/t/op/splice.t C src/gnu/usr.bin/perl/t/op/split.t U src/gnu/usr.bin/perl/t/op/split_unicode.t C src/gnu/usr.bin/perl/t/op/sprintf.t C src/gnu/usr.bin/perl/t/op/sprintf2.t U src/gnu/usr.bin/perl/t/op/srand.t U src/gnu/usr.bin/perl/t/op/sselect.t U src/gnu/usr.bin/perl/t/op/stash.t U src/gnu/usr.bin/perl/t/op/stash_parse_gv.t C src/gnu/usr.bin/perl/t/op/stat.t U src/gnu/usr.bin/perl/t/op/state.t U src/gnu/usr.bin/perl/t/op/stat_errors.t U src/gnu/usr.bin/perl/t/op/study.t U src/gnu/usr.bin/perl/t/op/studytied.t C src/gnu/usr.bin/perl/t/op/sub.t U src/gnu/usr.bin/perl/t/op/substr.t U src/gnu/usr.bin/perl/t/op/substr_thr.t C src/gnu/usr.bin/perl/t/op/sub_lval.t U src/gnu/usr.bin/perl/t/op/svleak.pl C src/gnu/usr.bin/perl/t/op/svleak.t U src/gnu/usr.bin/perl/t/op/switch.t U src/gnu/usr.bin/perl/t/op/symbolcache.t U src/gnu/usr.bin/perl/t/op/sysio.t C src/gnu/usr.bin/perl/t/op/taint.t C src/gnu/usr.bin/perl/t/op/threads-dirh.t U src/gnu/usr.bin/perl/t/op/threads.t U src/gnu/usr.bin/perl/t/op/threads_create.pl U src/gnu/usr.bin/perl/t/op/tie.t U src/gnu/usr.bin/perl/t/op/tiearray.t U src/gnu/usr.bin/perl/t/op/tiehandle.t U src/gnu/usr.bin/perl/t/op/tie_fetch_count.t U src/gnu/usr.bin/perl/t/op/time.t U src/gnu/usr.bin/perl/t/op/time_loop.t C src/gnu/usr.bin/perl/t/op/tr.t U src/gnu/usr.bin/perl/t/op/tr_latin1.t U src/gnu/usr.bin/perl/t/op/undef.t C src/gnu/usr.bin/perl/t/op/universal.t U src/gnu/usr.bin/perl/t/op/unlink.t U src/gnu/usr.bin/perl/t/op/unshift.t U src/gnu/usr.bin/perl/t/op/upgrade.t U src/gnu/usr.bin/perl/t/op/utf8cache.t U src/gnu/usr.bin/perl/t/op/utf8decode.t U src/gnu/usr.bin/perl/t/op/utf8magic.t U src/gnu/usr.bin/perl/t/op/utfhash.t C src/gnu/usr.bin/perl/t/op/utftaint.t C src/gnu/usr.bin/perl/t/op/vec.t U src/gnu/usr.bin/perl/t/op/ver.t U src/gnu/usr.bin/perl/t/op/waitpid.t U src/gnu/usr.bin/perl/t/op/wantarray.t U src/gnu/usr.bin/perl/t/op/warn.t U src/gnu/usr.bin/perl/t/op/while.t C src/gnu/usr.bin/perl/t/op/write.t U src/gnu/usr.bin/perl/t/op/yadayada.t U src/gnu/usr.bin/perl/t/opbasic/arith.t U src/gnu/usr.bin/perl/t/opbasic/cmp.t U src/gnu/usr.bin/perl/t/opbasic/concat.t U src/gnu/usr.bin/perl/t/opbasic/magic_phase.t U src/gnu/usr.bin/perl/t/opbasic/qq.t C src/gnu/usr.bin/perl/t/perf/benchmarks U src/gnu/usr.bin/perl/t/perf/benchmarks.t C src/gnu/usr.bin/perl/t/perf/opcount.t U src/gnu/usr.bin/perl/t/perf/optree.t U src/gnu/usr.bin/perl/t/perf/speed.t U src/gnu/usr.bin/perl/t/perf/taint.t C src/gnu/usr.bin/perl/t/porting/args_assert.t U src/gnu/usr.bin/perl/t/porting/authors.t C src/gnu/usr.bin/perl/t/porting/bench.t U src/gnu/usr.bin/perl/t/porting/bench_selftest.t U src/gnu/usr.bin/perl/t/porting/bincompat.t U src/gnu/usr.bin/perl/t/porting/checkcase.t U src/gnu/usr.bin/perl/t/porting/checkcfgvar.t U src/gnu/usr.bin/perl/t/porting/cmp_version.t U src/gnu/usr.bin/perl/t/porting/copyright.t U src/gnu/usr.bin/perl/t/porting/corelist.t C src/gnu/usr.bin/perl/t/porting/customized.dat U src/gnu/usr.bin/perl/t/porting/customized.t C src/gnu/usr.bin/perl/t/porting/diag.t U src/gnu/usr.bin/perl/t/porting/dual-life.t U src/gnu/usr.bin/perl/t/porting/exec-bit.t U src/gnu/usr.bin/perl/t/porting/extrefs.t U src/gnu/usr.bin/perl/t/porting/filenames.t U src/gnu/usr.bin/perl/t/porting/FindExt.t U src/gnu/usr.bin/perl/t/porting/globvar.t C src/gnu/usr.bin/perl/t/porting/known_pod_issues.dat C src/gnu/usr.bin/perl/t/porting/libperl.t C src/gnu/usr.bin/perl/t/porting/manifest.t U src/gnu/usr.bin/perl/t/porting/maintainers.t U src/gnu/usr.bin/perl/t/porting/pending-author.t U src/gnu/usr.bin/perl/t/porting/perlfunc.t C src/gnu/usr.bin/perl/t/porting/podcheck.t U src/gnu/usr.bin/perl/t/porting/pod_rules.t U src/gnu/usr.bin/perl/t/porting/readme.t U src/gnu/usr.bin/perl/t/porting/regen.t U src/gnu/usr.bin/perl/t/porting/re_context.t U src/gnu/usr.bin/perl/t/porting/ss_dup.t U src/gnu/usr.bin/perl/t/porting/test_bootstrap.t U src/gnu/usr.bin/perl/t/porting/utils.t U src/gnu/usr.bin/perl/t/porting/bench/badhash U src/gnu/usr.bin/perl/t/porting/bench/badname U src/gnu/usr.bin/perl/t/porting/bench/badversion.json U src/gnu/usr.bin/perl/t/porting/bench/callsub.json U src/gnu/usr.bin/perl/t/porting/bench/callsub2.json U src/gnu/usr.bin/perl/t/porting/bench/oddentry U src/gnu/usr.bin/perl/t/porting/bench/ret0 U src/gnu/usr.bin/perl/t/porting/bench/synerr U src/gnu/usr.bin/perl/t/re/alpha_assertions.t U src/gnu/usr.bin/perl/t/re/anyof.t N src/gnu/usr.bin/perl/t/re/begin-once.t C src/gnu/usr.bin/perl/t/re/bigfuzzy_not_utf8.t U src/gnu/usr.bin/perl/t/re/charset.t U src/gnu/usr.bin/perl/t/re/fold_grind.pl U src/gnu/usr.bin/perl/t/re/fold_grind_8.t U src/gnu/usr.bin/perl/t/re/fold_grind_a.t U src/gnu/usr.bin/perl/t/re/fold_grind_aa.t U src/gnu/usr.bin/perl/t/re/fold_grind_d.t U src/gnu/usr.bin/perl/t/re/fold_grind_l.t U src/gnu/usr.bin/perl/t/re/fold_grind_T.t U src/gnu/usr.bin/perl/t/re/fold_grind_u.t U src/gnu/usr.bin/perl/t/re/keep_tabs.t U src/gnu/usr.bin/perl/t/re/no_utf8_pm.t U src/gnu/usr.bin/perl/t/re/overload.t C src/gnu/usr.bin/perl/t/re/pat.t C src/gnu/usr.bin/perl/t/re/pat_advanced.t U src/gnu/usr.bin/perl/t/re/pat_advanced_thr.t U src/gnu/usr.bin/perl/t/re/pat_psycho.t C src/gnu/usr.bin/perl/t/re/pat_re_eval.t U src/gnu/usr.bin/perl/t/re/pat_psycho_thr.t U src/gnu/usr.bin/perl/t/re/pat_re_eval_thr.t U src/gnu/usr.bin/perl/t/re/pat_rt_report.t U src/gnu/usr.bin/perl/t/re/pat_rt_report_thr.t U src/gnu/usr.bin/perl/t/re/pat_special_cc.t U src/gnu/usr.bin/perl/t/re/pat_special_cc_thr.t U src/gnu/usr.bin/perl/t/re/pat_thr.t U src/gnu/usr.bin/perl/t/re/pos.t U src/gnu/usr.bin/perl/t/re/qr-72922.t U src/gnu/usr.bin/perl/t/re/qr.t U src/gnu/usr.bin/perl/t/re/qrstack.t U src/gnu/usr.bin/perl/t/re/qr_gc.t C src/gnu/usr.bin/perl/t/re/recompile.t C src/gnu/usr.bin/perl/t/re/regexp.t U src/gnu/usr.bin/perl/t/re/regexp_noamp.t U src/gnu/usr.bin/perl/t/re/regexp_nonull.t U src/gnu/usr.bin/perl/t/re/regexp_notrie.t U src/gnu/usr.bin/perl/t/re/regexp_qr.t U src/gnu/usr.bin/perl/t/re/regexp_qr_embed.t U src/gnu/usr.bin/perl/t/re/regexp_qr_embed_thr.t U src/gnu/usr.bin/perl/t/re/regexp_trielist.t C src/gnu/usr.bin/perl/t/re/speed.t C src/gnu/usr.bin/perl/t/re/regexp_unicode_prop.t U src/gnu/usr.bin/perl/t/re/regexp_unicode_prop_thr.t C src/gnu/usr.bin/perl/t/re/regex_sets.t U src/gnu/usr.bin/perl/t/re/regex_sets_compat.t U src/gnu/usr.bin/perl/t/re/reg_60508.t U src/gnu/usr.bin/perl/t/re/reg_email.t U src/gnu/usr.bin/perl/t/re/reg_email_thr.t U src/gnu/usr.bin/perl/t/re/reg_eval.t U src/gnu/usr.bin/perl/t/re/reg_eval_scope.t U src/gnu/usr.bin/perl/t/re/reg_fold.t C src/gnu/usr.bin/perl/t/re/reg_mesg.t U src/gnu/usr.bin/perl/t/re/reg_namedcapture.t U src/gnu/usr.bin/perl/t/re/reg_nc_tie.t U src/gnu/usr.bin/perl/t/re/reg_nocapture.t U src/gnu/usr.bin/perl/t/re/reg_pmod.t U src/gnu/usr.bin/perl/t/re/reg_posixcc.t C src/gnu/usr.bin/perl/t/re/re_tests C src/gnu/usr.bin/perl/t/re/rt122747.t U src/gnu/usr.bin/perl/t/re/rxcode.t C src/gnu/usr.bin/perl/t/re/script_run.t U src/gnu/usr.bin/perl/t/re/speed_thr.t U src/gnu/usr.bin/perl/t/re/subst.t U src/gnu/usr.bin/perl/t/re/substT.t U src/gnu/usr.bin/perl/t/re/subst_amp.t U src/gnu/usr.bin/perl/t/re/subst_wamp.t U src/gnu/usr.bin/perl/t/re/uniprops01.t U src/gnu/usr.bin/perl/t/re/uniprops02.t U src/gnu/usr.bin/perl/t/re/uniprops03.t U src/gnu/usr.bin/perl/t/re/uniprops04.t U src/gnu/usr.bin/perl/t/re/uniprops05.t U src/gnu/usr.bin/perl/t/re/uniprops06.t U src/gnu/usr.bin/perl/t/re/uniprops07.t U src/gnu/usr.bin/perl/t/re/uniprops08.t U src/gnu/usr.bin/perl/t/re/uniprops09.t U src/gnu/usr.bin/perl/t/re/uniprops10.t U src/gnu/usr.bin/perl/t/re/user_prop_race_thr.t U src/gnu/usr.bin/perl/t/run/cloexec.t U src/gnu/usr.bin/perl/t/run/dtrace.pl U src/gnu/usr.bin/perl/t/run/dtrace.t U src/gnu/usr.bin/perl/t/run/exit.t C src/gnu/usr.bin/perl/t/run/fresh_perl.t U src/gnu/usr.bin/perl/t/run/locale.t U src/gnu/usr.bin/perl/t/run/noswitch.t U src/gnu/usr.bin/perl/t/run/runenv.t U src/gnu/usr.bin/perl/t/run/script.t U src/gnu/usr.bin/perl/t/run/switch0.t U src/gnu/usr.bin/perl/t/run/switcha.t U src/gnu/usr.bin/perl/t/run/switchC.t U src/gnu/usr.bin/perl/t/run/switchd-78586.t U src/gnu/usr.bin/perl/t/run/switchd.t U src/gnu/usr.bin/perl/t/run/switchDx.t C src/gnu/usr.bin/perl/t/run/switches.t U src/gnu/usr.bin/perl/t/run/switchF.t U src/gnu/usr.bin/perl/t/run/switchF1.t U src/gnu/usr.bin/perl/t/run/switchF2.t U src/gnu/usr.bin/perl/t/run/switchI.t U src/gnu/usr.bin/perl/t/run/switchM.t U src/gnu/usr.bin/perl/t/run/switchn.t U src/gnu/usr.bin/perl/t/run/switchp.t U src/gnu/usr.bin/perl/t/run/switcht.t U src/gnu/usr.bin/perl/t/run/switchx.aux U src/gnu/usr.bin/perl/t/run/switchx.t U src/gnu/usr.bin/perl/t/run/switchx2.aux U src/gnu/usr.bin/perl/t/run/switchx3.aux U src/gnu/usr.bin/perl/t/run/flib/broken.pm U src/gnu/usr.bin/perl/t/run/flib/t2.pm U src/gnu/usr.bin/perl/t/run/flib/t2.pmc U src/gnu/usr.bin/perl/t/test_pl/can_isa_ok.t U src/gnu/usr.bin/perl/t/test_pl/plan_skip_all.t U src/gnu/usr.bin/perl/t/test_pl/tempfile.t U src/gnu/usr.bin/perl/t/test_pl/_num_to_alpha.t U src/gnu/usr.bin/perl/t/uni/attrs.t U src/gnu/usr.bin/perl/t/uni/bless.t U src/gnu/usr.bin/perl/t/uni/caller.t U src/gnu/usr.bin/perl/t/uni/case.pl U src/gnu/usr.bin/perl/t/uni/chomp.t U src/gnu/usr.bin/perl/t/uni/class.t U src/gnu/usr.bin/perl/t/uni/eval.t U src/gnu/usr.bin/perl/t/uni/fold.t U src/gnu/usr.bin/perl/t/uni/goto.t U src/gnu/usr.bin/perl/t/uni/greek.t C src/gnu/usr.bin/perl/t/uni/gv.t U src/gnu/usr.bin/perl/t/uni/labels.t U src/gnu/usr.bin/perl/t/uni/latin2.t U src/gnu/usr.bin/perl/t/uni/lex_utf8.t U src/gnu/usr.bin/perl/t/uni/lower.t U src/gnu/usr.bin/perl/t/uni/method.t U src/gnu/usr.bin/perl/t/uni/opcroak.t U src/gnu/usr.bin/perl/t/uni/overload.t U src/gnu/usr.bin/perl/t/uni/package.t U src/gnu/usr.bin/perl/t/uni/parser.t U src/gnu/usr.bin/perl/t/uni/readline.t U src/gnu/usr.bin/perl/t/uni/select.t U src/gnu/usr.bin/perl/t/uni/sprintf.t U src/gnu/usr.bin/perl/t/uni/stash.t U src/gnu/usr.bin/perl/t/uni/tie.t U src/gnu/usr.bin/perl/t/uni/title.t U src/gnu/usr.bin/perl/t/uni/tr_utf8.t U src/gnu/usr.bin/perl/t/uni/universal.t U src/gnu/usr.bin/perl/t/uni/upper.t C src/gnu/usr.bin/perl/t/uni/variables.t U src/gnu/usr.bin/perl/t/uni/write.t U src/gnu/usr.bin/perl/t/win32/crypt.t U src/gnu/usr.bin/perl/t/win32/fs.t U src/gnu/usr.bin/perl/t/win32/popen.t U src/gnu/usr.bin/perl/t/win32/runenv.t U src/gnu/usr.bin/perl/t/win32/signal.t U src/gnu/usr.bin/perl/t/win32/system.t U src/gnu/usr.bin/perl/t/win32/system_tests U src/gnu/usr.bin/perl/regen/charset_translations.pl C src/gnu/usr.bin/perl/regen/ebcdic.pl C src/gnu/usr.bin/perl/regen/embed.pl C src/gnu/usr.bin/perl/regen/embed_lib.pl C src/gnu/usr.bin/perl/regen/feature.pl U src/gnu/usr.bin/perl/regen/genpacksizetables.pl C src/gnu/usr.bin/perl/regen/keywords.pl U src/gnu/usr.bin/perl/regen/lib_cleanup.pl C src/gnu/usr.bin/perl/regen/mg_vtable.pl U src/gnu/usr.bin/perl/regen/miniperlmain.pl C src/gnu/usr.bin/perl/regen/mk_invlists.pl C src/gnu/usr.bin/perl/regen/mk_PL_charclass.pl U src/gnu/usr.bin/perl/regen/mph.pl C src/gnu/usr.bin/perl/regen/opcode.pl C src/gnu/usr.bin/perl/regen/opcodes C src/gnu/usr.bin/perl/regen/op_private U src/gnu/usr.bin/perl/regen/overload.pl C src/gnu/usr.bin/perl/regen/reentr.pl C src/gnu/usr.bin/perl/regen/regcharclass.pl C src/gnu/usr.bin/perl/regen/regcharclass_multi_char_folds.pl C src/gnu/usr.bin/perl/regen/regcomp.pl U src/gnu/usr.bin/perl/regen/regen_lib.pl U src/gnu/usr.bin/perl/regen/uconfig_h.pl C src/gnu/usr.bin/perl/regen/unicode_constants.pl C src/gnu/usr.bin/perl/regen/warnings.pl U src/gnu/usr.bin/perl/symbian/bld.inf U src/gnu/usr.bin/perl/symbian/config.pl C src/gnu/usr.bin/perl/symbian/config.sh U src/gnu/usr.bin/perl/symbian/cwd.pl U src/gnu/usr.bin/perl/symbian/demo_pl U src/gnu/usr.bin/perl/symbian/find_writeable_data.pl U src/gnu/usr.bin/perl/symbian/hexdump.pl U src/gnu/usr.bin/perl/symbian/install.cfg U src/gnu/usr.bin/perl/symbian/makesis.pl U src/gnu/usr.bin/perl/symbian/PerlApp.cpp U src/gnu/usr.bin/perl/symbian/PerlApp.h U src/gnu/usr.bin/perl/symbian/PerlApp.hrh U src/gnu/usr.bin/perl/symbian/PerlAppAif.rss U src/gnu/usr.bin/perl/symbian/PerlBase.cpp U src/gnu/usr.bin/perl/symbian/PerlBase.h U src/gnu/usr.bin/perl/symbian/PerlBase.pod U src/gnu/usr.bin/perl/symbian/PerlRecog.cpp U src/gnu/usr.bin/perl/symbian/PerlRecog.mmp U src/gnu/usr.bin/perl/symbian/PerlUi.cpp U src/gnu/usr.bin/perl/symbian/PerlUi.h U src/gnu/usr.bin/perl/symbian/PerlUi.hrh U src/gnu/usr.bin/perl/symbian/PerlUiS60.rss U src/gnu/usr.bin/perl/symbian/PerlUiS80.rss U src/gnu/usr.bin/perl/symbian/PerlUiS90.rss U src/gnu/usr.bin/perl/symbian/PerlUiUIQ.rss U src/gnu/usr.bin/perl/symbian/PerlUtil.cpp U src/gnu/usr.bin/perl/symbian/PerlUtil.h U src/gnu/usr.bin/perl/symbian/PerlUtil.pod U src/gnu/usr.bin/perl/symbian/port.pl U src/gnu/usr.bin/perl/symbian/README U src/gnu/usr.bin/perl/symbian/sanity.pl U src/gnu/usr.bin/perl/symbian/sdk.pl U src/gnu/usr.bin/perl/symbian/sisify.pl C src/gnu/usr.bin/perl/symbian/symbianish.h U src/gnu/usr.bin/perl/symbian/symbian_dll.cpp U src/gnu/usr.bin/perl/symbian/symbian_proto.h U src/gnu/usr.bin/perl/symbian/symbian_stubs.c U src/gnu/usr.bin/perl/symbian/symbian_stubs.h U src/gnu/usr.bin/perl/symbian/symbian_utils.cpp U src/gnu/usr.bin/perl/symbian/TODO U src/gnu/usr.bin/perl/symbian/uid.pl U src/gnu/usr.bin/perl/symbian/version.pl U src/gnu/usr.bin/perl/symbian/xsbuild.pl U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/bld.inf U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/location.pl U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.mmp U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pkg U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pm U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.xs U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/README U src/gnu/usr.bin/perl/utils/corelist.PL U src/gnu/usr.bin/perl/utils/cpan.PL U src/gnu/usr.bin/perl/utils/enc2xs.PL U src/gnu/usr.bin/perl/utils/encguess.PL C src/gnu/usr.bin/perl/utils/h2ph.PL C src/gnu/usr.bin/perl/utils/h2xs.PL U src/gnu/usr.bin/perl/utils/instmodsh.PL U src/gnu/usr.bin/perl/utils/json_pp.PL U src/gnu/usr.bin/perl/utils/libnetcfg.PL C src/gnu/usr.bin/perl/utils/Makefile.PL C src/gnu/usr.bin/perl/utils/perlbug.PL U src/gnu/usr.bin/perl/utils/perldoc.PL C src/gnu/usr.bin/perl/utils/perlivp.PL U src/gnu/usr.bin/perl/utils/piconv.PL C src/gnu/usr.bin/perl/utils/pl2pm.PL U src/gnu/usr.bin/perl/utils/pod2html.PL U src/gnu/usr.bin/perl/utils/prove.PL U src/gnu/usr.bin/perl/utils/ptar.PL U src/gnu/usr.bin/perl/utils/ptardiff.PL U src/gnu/usr.bin/perl/utils/ptargrep.PL U src/gnu/usr.bin/perl/utils/shasum.PL C src/gnu/usr.bin/perl/utils/splain.PL N src/gnu/usr.bin/perl/utils/streamzip.PL U src/gnu/usr.bin/perl/utils/xsubpp.PL U src/gnu/usr.bin/perl/utils/zipdetails.PL C src/gnu/usr.bin/perl/vms/descrip_mms.template U src/gnu/usr.bin/perl/vms/genopt.com C src/gnu/usr.bin/perl/vms/gen_shrfls.pl U src/gnu/usr.bin/perl/vms/make_command.com U src/gnu/usr.bin/perl/vms/mms2make.pl U src/gnu/usr.bin/perl/vms/munchconfig.c U src/gnu/usr.bin/perl/vms/myconfig.com U src/gnu/usr.bin/perl/vms/test.com C src/gnu/usr.bin/perl/vms/vms.c C src/gnu/usr.bin/perl/vms/vmsish.h U src/gnu/usr.bin/perl/vms/vmspipe.com U src/gnu/usr.bin/perl/vos/Changes U src/gnu/usr.bin/perl/vos/compile_full_perl.cm U src/gnu/usr.bin/perl/vos/configure_full_perl.sh U src/gnu/usr.bin/perl/vos/make_full_perl.sh U src/gnu/usr.bin/perl/vos/vos.c U src/gnu/usr.bin/perl/vos/vosish.h C src/gnu/usr.bin/perl/win32/config.gc C src/gnu/usr.bin/perl/win32/config.vc C src/gnu/usr.bin/perl/win32/config_H.gc U src/gnu/usr.bin/perl/win32/config_h.PL C src/gnu/usr.bin/perl/win32/config_H.vc C src/gnu/usr.bin/perl/win32/config_sh.PL U src/gnu/usr.bin/perl/win32/create_perllibst_h.pl U src/gnu/usr.bin/perl/win32/distclean.bat U src/gnu/usr.bin/perl/win32/fcrypt.c U src/gnu/usr.bin/perl/win32/FindExt.pm C src/gnu/usr.bin/perl/win32/GNUmakefile U src/gnu/usr.bin/perl/win32/list_static_libs.pl C src/gnu/usr.bin/perl/win32/Makefile C src/gnu/usr.bin/perl/win32/makefile.mk U src/gnu/usr.bin/perl/win32/perlexe.ico U src/gnu/usr.bin/perl/win32/perlexe.manifest U src/gnu/usr.bin/perl/win32/perlexe.rc C src/gnu/usr.bin/perl/win32/perlglob.c C src/gnu/usr.bin/perl/win32/perlhost.h C src/gnu/usr.bin/perl/win32/perllib.c C src/gnu/usr.bin/perl/win32/pod.mak U src/gnu/usr.bin/perl/win32/runperl.c C src/gnu/usr.bin/perl/win32/vdir.h C src/gnu/usr.bin/perl/win32/vmem.h C src/gnu/usr.bin/perl/win32/win32.c C src/gnu/usr.bin/perl/win32/win32.h C src/gnu/usr.bin/perl/win32/win32io.c C src/gnu/usr.bin/perl/win32/win32iop.h C src/gnu/usr.bin/perl/win32/win32sck.c U src/gnu/usr.bin/perl/win32/win32thread.c U src/gnu/usr.bin/perl/win32/win32thread.h U src/gnu/usr.bin/perl/win32/bin/exetype.pl U src/gnu/usr.bin/perl/win32/bin/perlglob.pl U src/gnu/usr.bin/perl/win32/bin/pl2bat.pl U src/gnu/usr.bin/perl/win32/bin/runperl.pl C src/gnu/usr.bin/perl/win32/bin/search.pl U src/gnu/usr.bin/perl/win32/include/dirent.h U src/gnu/usr.bin/perl/win32/include/netdb.h U src/gnu/usr.bin/perl/win32/include/arpa/inet.h U src/gnu/usr.bin/perl/win32/include/sys/errno2.h C src/gnu/usr.bin/perl/win32/include/sys/socket.h 883 conflicts created by this import. Use the following command to help the merge: cvs checkout -jPERL:yesterday -jPERL src/gnu/usr.bin/perl CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:20:02 Modified files: gnu/usr.bin/perl: AUTHORS Configure EXTERN.h INSTALL MANIFEST META.json META.yml Makefile.SH README README.android README.bs2000 README.cygwin README.haiku README.hurd README.linux README.macosx README.os2 README.os390 README.synology README.vms README.win32 TestInit.pm XSUB.h asan_ignore autodoc.pl av.c av.h caretx.c cflags.SH charclass_invlists.h config_h.SH configpm configure.com cop.h cv.h doio.c doop.c dosish.h dquote.c dump.c ebcdic_tables.h embed.fnc embed.h embedvar.h feature.h globvar.sym gv.c handy.h hv.c hv.h hv_func.h inline.h install_lib.pl installperl intrpvar.h invlist_inline.h iperlsys.h keywords.c keywords.h l1_char_class_tab.h locale.c make_ext.pl make_patchnum.pl makedef.pl malloc.c mathoms.c metaconfig.h mg.c mkppport mro_core.c numeric.c op.c op.h opcode.h opnames.h pad.c pad.h parser.h patchlevel.h perl.c perl.h perlapi.h perlio.c perlio.h perlvars.h perly.act perly.h perly.tab perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c proto.h reentr.c regcharclass.h regcomp.c regcomp.h regcomp.sym regen_perly.pl regexec.c regexp.h regnodes.h scope.c scope.h sv.c sv.h taint.c time64.c time64.h toke.c uconfig.h uconfig.sh uconfig64.sh unicode_constants.h universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h utils.lst vutil.c vxs.inc warnings.h write_buildcustomize.pl gnu/usr.bin/perl/Cross: config.sh-arm-linux config.sh-arm-linux-n770 gnu/usr.bin/perl/NetWare: Makefile config.wc config_H.wc gnu/usr.bin/perl/Porting: Glossary Maintainers.pl README.pod bench.pl bisect-runner.pl bump-perl-version checkAUTHORS.pl checkURL.pl checkcfgvar.pl config.sh config_H corelist.pl epigraphs.pod exec-bit.txt makemeta makerel perldelta_template.pod pod_lib.pl pumpkin.pod release_announcement_template.txt release_managers_guide.pod release_schedule.pod sync-with-cpan todo.pod gnu/usr.bin/perl/amigaos4: amigaio.c gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive: Tar.pm gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar: Constant.pm File.pm gnu/usr.bin/perl/cpan/CPAN/lib: CPAN.pm gnu/usr.bin/perl/cpan/CPAN/lib/App: Cpan.pm gnu/usr.bin/perl/cpan/CPAN/lib/CPAN: Bundle.pm Distribution.pm FTP.pm FirstTime.pm HandleConfig.pm Mirrors.pm Queue.pm Shell.pm Tarzip.pm gnu/usr.bin/perl/cpan/CPAN/scripts: cpan gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src: bzlib.c compress.c decompress.c gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw: Bzip2.pm gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t: 000prereq.t gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw: Zlib.pm gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src: deflate.c gnu/usr.bin/perl/cpan/DB_File: DB_File.pm DB_File.xs Makefile.PL gnu/usr.bin/perl/cpan/Digest-MD5: MD5.pm MD5.xs Makefile.PL gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t gnu/usr.bin/perl/cpan/Encode: Encode.pm Encode.xs encoding.pm gnu/usr.bin/perl/cpan/Encode/bin: enc2xs gnu/usr.bin/perl/cpan/Encode/lib/Encode: Guess.pm gnu/usr.bin/perl/cpan/Encode/t: enc_utf8.t gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils: Install.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: Command.pm Liblist.pm MM.pm MM_AIX.pm MM_Any.pm MM_BeOS.pm MM_Cygwin.pm MM_DOS.pm MM_Darwin.pm MM_MacOS.pm MM_NW5.pm MM_OS2.pm MM_QNX.pm MM_UWIN.pm MM_Unix.pm MM_VMS.pm MM_VOS.pm MM_Win32.pm MM_Win95.pm MY.pm MakeMaker.pm Mkbootstrap.pm Mksymlists.pm testlib.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command: MM.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist: Kid.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker: Config.pm FAQ.pod Locale.pm Tutorial.pod version.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version: regex.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t: MM_Unix.t PL_FILES.t basic.t build_man.t parse_version.t unicode.t vstrings.t gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test: Utils.pm gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt: Long.pm gnu/usr.bin/perl/cpan/IO-Compress: Makefile.PL gnu/usr.bin/perl/cpan/IO-Compress/bin: zipdetails gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress: Zlib.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress: Base.pm Bzip2.pm Deflate.pm FAQ.pod Gzip.pm RawDeflate.pm Zip.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter: Bzip2.pm Deflate.pm Identity.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base: Common.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip: Constants.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip: Constants.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib: Constants.pm Extra.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress: AnyInflate.pm AnyUncompress.pm Base.pm Bunzip2.pm Gunzip.pm Inflate.pm RawInflate.pm Unzip.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter: Bunzip2.pm Identity.pm Inflate.pm gnu/usr.bin/perl/cpan/IO-Compress/private: MakeUtil.pm gnu/usr.bin/perl/cpan/IO-Compress/t: 000prereq.t gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC: Cmd.pm gnu/usr.bin/perl/cpan/JSON-PP/bin: json_pp gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON: PP.pm gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math: BigFloat.pm BigInt.pm gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt: Calc.pm gnu/usr.bin/perl/cpan/Math-BigInt/t: bare_mbf.t bare_mbi.t bigfltpm.inc bigfltpm.t bigintc.t bigintpm.inc bigintpm.t calling.t sub_mbf.t sub_mbi.t upgrade.inc upgrade.t with_sub.t gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt: Scalar.pm gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/lib/Math/BigInt: FastCalc.pm gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load: Conditional.pm gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module: Metadata.pm gnu/usr.bin/perl/cpan/Module-Metadata/t: metadata.t gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod: Perldoc.pm gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod: Simple.pm Simple.pod gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple: BlackBox.pm Checker.pm Debug.pm DumpAsText.pm DumpAsXML.pm HTML.pm HTMLBatch.pm LinkSection.pm Methody.pm Progress.pm PullParser.pm PullParserEndToken.pm PullParserStartToken.pm PullParserTextToken.pm PullParserToken.pm RTF.pm Search.pm SimpleTree.pm Subclassing.pod Text.pm TextContent.pm TiedOutFH.pm Transcode.pm TranscodeDumb.pm TranscodeSmart.pm XHTML.pm XMLOutStream.pm gnu/usr.bin/perl/cpan/Pod-Simple/t: encod04.t html01.t search20.t search22.t search50.t whine.t xhtml01.t gnu/usr.bin/perl/cpan/Pod-Usage/t/pod: testp2pt.pl gnu/usr.bin/perl/cpan/Scalar-List-Utils: ListUtil.xs gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List: Util.pm gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/Util: XS.pm gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar: Util.pm gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Sub: Util.pm gnu/usr.bin/perl/cpan/Scalar-List-Utils/t: blessed.t dualvar.t first.t isvstring.t lln.t pair.t readonly.t reduce.t refaddr.t reftype.t scalarutil-proto.t shuffle.t subname.t sum.t tainted.t weak.t gnu/usr.bin/perl/cpan/Socket: Makefile.PL Socket.pm Socket.xs gnu/usr.bin/perl/cpan/Sys-Syslog: Makefile.PL Syslog.pm gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term: ANSIColor.pm gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test: RRA.pm gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA: Config.pm gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module: aliases-func.t basic.t basic256.t eval.t stringify.t gnu/usr.bin/perl/cpan/Term-ANSIColor/t/taint: basic.t gnu/usr.bin/perl/cpan/Test-Simple/lib: ok.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test: Builder.pm More.pm Simple.pm Tester.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder: Module.pm Tester.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester: Color.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester: Capture.pm CaptureRunner.pm Delegate.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/use: ok.pm gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text: Balanced.pm gnu/usr.bin/perl/cpan/Time-Piece: Piece.pm Seconds.pm gnu/usr.bin/perl/cpan/Time-Piece/t: 02core_dst.t gnu/usr.bin/perl/cpan/Win32: Win32.pm Win32.xs gnu/usr.bin/perl/cpan/Win32API-File: File.pm File.xs gnu/usr.bin/perl/cpan/autodie/lib: Fatal.pm autodie.pm gnu/usr.bin/perl/cpan/autodie/lib/autodie: Util.pm exception.pm hints.pm skip.pm gnu/usr.bin/perl/cpan/autodie/lib/autodie/Scope: Guard.pm GuardStack.pm gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception: system.pm gnu/usr.bin/perl/cpan/autodie/t: version.t gnu/usr.bin/perl/cpan/parent/lib: parent.pm gnu/usr.bin/perl/cpan/perlfaq/lib: perlfaq.pm perlfaq.pod perlfaq1.pod perlfaq2.pod perlfaq3.pod perlfaq4.pod perlfaq5.pod perlfaq6.pod perlfaq7.pod perlfaq8.pod perlfaq9.pod perlglossary.pod gnu/usr.bin/perl/cpan/podlators: Makefile.PL gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.pm ParseLink.pm Text.pm gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text: Color.pm Overstrike.pm Termcap.pm gnu/usr.bin/perl/cpan/podlators/scripts: pod2man.PL pod2text.PL gnu/usr.bin/perl/cpan/podlators/t/data: perl.conf termcap gnu/usr.bin/perl/cpan/podlators/t/docs: pod-spelling.t pod.t synopsis.t gnu/usr.bin/perl/cpan/podlators/t/general: basic.t filehandle.t pod-parser.t gnu/usr.bin/perl/cpan/podlators/t/lib/Test: Podlators.pm RRA.pm gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA: Config.pm ModuleVersion.pm gnu/usr.bin/perl/cpan/podlators/t/man: devise-date.t devise-title.t empty.t heading.t no-encode.t utf8-io.t gnu/usr.bin/perl/cpan/podlators/t/parselink: basic.t gnu/usr.bin/perl/cpan/podlators/t/style: minimum-version.t module-version.t strict.t gnu/usr.bin/perl/cpan/podlators/t/text: color.t overstrike.t termcap.t gnu/usr.bin/perl/cygwin: cygwin.c gnu/usr.bin/perl/dist/Data-Dumper: Dumper.pm Dumper.xs gnu/usr.bin/perl/dist/Data-Dumper/t: dumper.t gnu/usr.bin/perl/dist/Dumpvalue/lib: Dumpvalue.pm gnu/usr.bin/perl/dist/Dumpvalue/t: Dumpvalue.t gnu/usr.bin/perl/dist/Exporter/lib: Exporter.pm gnu/usr.bin/perl/dist/ExtUtils-CBuilder: Changes LICENSE Makefile.PL gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils: CBuilder.pm gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder: Base.pm gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform: Unix.pm VMS.pm Windows.pm aix.pm android.pm cygwin.pm darwin.pm dec_osf.pm os2.pm gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows: BCC.pm GCC.pm MSVC.pm gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib: perlxs.pod perlxstut.pod gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter: Simple.pm gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N: LangTags.pm gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags: Detect.pm gnu/usr.bin/perl/dist/IO: IO.pm IO.xs gnu/usr.bin/perl/dist/IO/lib/IO: Dir.pm File.pm Handle.pm Pipe.pm Poll.pm Seekable.pm Select.pm Socket.pm gnu/usr.bin/perl/dist/IO/lib/IO/Socket: INET.pm UNIX.pm gnu/usr.bin/perl/dist/IO/t: cachepropagate-unix.t io_poll.t io_sock.t io_utf8argv.t gnu/usr.bin/perl/dist/Locale-Maketext: ChangeLog gnu/usr.bin/perl/dist/Module-CoreList: Changes corelist gnu/usr.bin/perl/dist/Module-CoreList/lib/Module: CoreList.pm gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList: Utils.pm gnu/usr.bin/perl/dist/Net-Ping/lib/Net: Ping.pm gnu/usr.bin/perl/dist/Net-Ping/t: 450_service.t gnu/usr.bin/perl/dist/PathTools/lib/File/Spec: Win32.pm gnu/usr.bin/perl/dist/Safe: Safe.pm gnu/usr.bin/perl/dist/SelfLoader/lib: SelfLoader.pm gnu/usr.bin/perl/dist/Storable: ChangeLog Makefile.PL Storable.xs stacksize gnu/usr.bin/perl/dist/Storable/t: attach_errors.t recurse.t gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread: Queue.pm gnu/usr.bin/perl/dist/Tie-File/lib/Tie: File.pm gnu/usr.bin/perl/dist/Time-HiRes: Changes HiRes.pm HiRes.xs Makefile.PL typemap gnu/usr.bin/perl/dist/Time-HiRes/t: Watchdog.pm alarm.t clock.t gettimeofday.t itimer.t nanosleep.t sleep.t stat.t time.t ualarm.t usleep.t utime.t gnu/usr.bin/perl/dist/XSLoader: Makefile.PL gnu/usr.bin/perl/dist/threads: threads.xs gnu/usr.bin/perl/dist/threads/lib: threads.pm gnu/usr.bin/perl/dist/threads-shared: shared.xs gnu/usr.bin/perl/dist/threads-shared/lib/threads: shared.pm gnu/usr.bin/perl/dist/threads-shared/t: stress.t gnu/usr.bin/perl/ext/B: B.pm B.xs gnu/usr.bin/perl/ext/B/t: b.t optree_concise.t optree_misc.t optree_samples.t optree_sort.t optree_varinit.t gnu/usr.bin/perl/ext/Devel-Peek/t: Peek.t gnu/usr.bin/perl/ext/DynaLoader: DynaLoader_pm.PL dl_aix.xs dl_dlopen.xs gnu/usr.bin/perl/ext/DynaLoader/t: DynaLoader.t gnu/usr.bin/perl/ext/File-Find/lib/File: Find.pm gnu/usr.bin/perl/ext/File-Find/t: find.t gnu/usr.bin/perl/ext/File-Glob: Glob.pm bsd_glob.c gnu/usr.bin/perl/ext/Hash-Util/lib/Hash: Util.pm gnu/usr.bin/perl/ext/I18N-Langinfo: Langinfo.pm gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC: Open3.pm gnu/usr.bin/perl/ext/NDBM_File: Makefile.PL gnu/usr.bin/perl/ext/Opcode: Opcode.pm Opcode.xs gnu/usr.bin/perl/ext/POSIX: POSIX.xs gnu/usr.bin/perl/ext/POSIX/lib: POSIX.pm POSIX.pod gnu/usr.bin/perl/ext/POSIX/t: time.t gnu/usr.bin/perl/ext/PerlIO-encoding: encoding.pm encoding.xs gnu/usr.bin/perl/ext/PerlIO-encoding/t: encoding.t gnu/usr.bin/perl/ext/PerlIO-via: via.pm via.xs gnu/usr.bin/perl/ext/Pod-Html/lib/Pod: Html.pm gnu/usr.bin/perl/ext/Sys-Hostname: Hostname.pm gnu/usr.bin/perl/ext/XS-APItest: APItest.pm APItest.xs Makefile.PL gnu/usr.bin/perl/ext/XS-APItest/t: call.t multicall.t printf.t gnu/usr.bin/perl/ext/mro: mro.pm gnu/usr.bin/perl/ext/re: Makefile.PL re.pm re.xs gnu/usr.bin/perl/ext/re/t: re.t gnu/usr.bin/perl/hints: README.hints bsdos.sh catamount.sh darwin.sh freebsd.sh hpux.sh linux-android.sh linux.sh netbsd.sh openbsd.sh os390.sh solaris_2.sh gnu/usr.bin/perl/lib: AnyDBM_File.pm Benchmark.pm English.pm _charnames.pm charnames.pm charnames.t diagnostics.pm feature.pm overload.pm overload.t perl5db.pl perl5db.t warnings.pm gnu/usr.bin/perl/lib/B: Deparse-core.t Deparse.pm Deparse.t Op_private.pm gnu/usr.bin/perl/lib/Class: Struct.pm gnu/usr.bin/perl/lib/DBM_Filter/t: encode.t gnu/usr.bin/perl/lib/ExtUtils/t: Embed.t gnu/usr.bin/perl/lib/File: stat.pm stat.t gnu/usr.bin/perl/lib/Tie: Scalar.pm gnu/usr.bin/perl/lib/Unicode: UCD.pm UCD.t gnu/usr.bin/perl/lib/unicore: ArabicShaping.txt BidiBrackets.txt BidiMirroring.txt Blocks.txt CJKRadicals.txt CaseFolding.txt CompositionExclusions.txt DAge.txt DCoreProperties.txt DNormalizationProps.txt EastAsianWidth.txt EmojiSources.txt HangulSyllableType.txt Index.txt IndicPositionalCategory.txt IndicSyllabicCategory.txt Jamo.txt LineBreak.txt NameAliases.txt NamedSequences.txt NamedSqProv.txt NamesList.txt NormalizationCorrections.txt PropList.txt PropValueAliases.txt PropertyAliases.txt README.perl ReadMe.txt ScriptExtensions.txt Scripts.txt SpecialCasing.txt StandardizedVariants.txt UnicodeData.txt mktables version gnu/usr.bin/perl/lib/unicore/auxiliary: GCBTest.txt GraphemeBreakProperty.txt LBTest.txt SBTest.txt SentenceBreakProperty.txt WBTest.txt WordBreakProperty.txt gnu/usr.bin/perl/lib/unicore/extracted: DBidiClass.txt DBinaryProperties.txt DCombiningClass.txt DDecompositionType.txt DEastAsianWidth.txt DGeneralCategory.txt DJoinGroup.txt DJoinType.txt DLineBreak.txt DNumType.txt DNumValues.txt gnu/usr.bin/perl/os2: Changes dl_os2.c os2.c os2ish.h gnu/usr.bin/perl/plan9: config.plan9 config_sh.sample mkfile plan9ish.h gnu/usr.bin/perl/pod: perl.pod perl5240delta.pod perlapio.pod perlbook.pod perlcall.pod perlcheat.pod perlclib.pod perlcommunity.pod perldata.pod perldebguts.pod perldelta.pod perldiag.pod perldtrace.pod perlebcdic.pod perlembed.pod perlexperiment.pod perlfilter.pod perlfunc.pod perlgit.pod perlguts.pod perlhack.pod perlhacktips.pod perlhist.pod perlintro.pod perliol.pod perlipc.pod perllocale.pod perlmodinstall.pod perlmodlib.PL perlmodstyle.pod perlmroapi.pod perlnewmod.pod perlootut.pod perlop.pod perlpacktut.pod perlpod.pod perlpodspec.pod perlpolicy.pod perlport.pod perlre.pod perlrebackslash.pod perlrecharclass.pod perlref.pod perlreref.pod perlretut.pod perlrun.pod perlsec.pod perlsource.pod perlstyle.pod perlsub.pod perlsyn.pod perlthrtut.pod perltie.pod perltrap.pod perlunicode.pod perlunicook.pod perlunifaq.pod perluniintro.pod perlutil.pod perlvar.pod gnu/usr.bin/perl/regen: ebcdic.pl embed.pl embed_lib.pl feature.pl keywords.pl lib_cleanup.pl mg_vtable.pl mk_PL_charclass.pl mk_invlists.pl op_private opcode.pl opcodes reentr.pl regcharclass.pl regcharclass_multi_char_folds.pl regcomp.pl unicode_constants.pl warnings.pl gnu/usr.bin/perl/symbian: config.sh symbianish.h gnu/usr.bin/perl/t: TEST charset_tools.pl harness loc_tools.pl test.pl gnu/usr.bin/perl/t/base: cond.t if.t lex.t pat.t gnu/usr.bin/perl/t/io: errno.t pipe.t gnu/usr.bin/perl/t/lib: h2ph.pht overload_nomethod.t gnu/usr.bin/perl/t/lib/charnames: alias gnu/usr.bin/perl/t/lib/croak: toke gnu/usr.bin/perl/t/lib/strict: subs gnu/usr.bin/perl/t/lib/warnings: 9uninit op regcomp toke gnu/usr.bin/perl/t/mro: next_edgecases.t next_edgecases_utf8.t gnu/usr.bin/perl/t/op: aassign.t attrs.t bop.t concat2.t cond.t const-optree.t coreamp.t coresubs.t die.t die_unwind.t exec.t fork.t getppid.t goto.t groups.t gv.t hexfp.t index.t int.t lc.t list.t lvref.t magic.t qr.t range.t readdir.t ref.t require_errors.t reverse.t signatures.t sort.t split.t sprintf.t sprintf2.t stat.t sub.t sub_lval.t svleak.t taint.t threads-dirh.t tr.t universal.t utftaint.t vec.t write.t gnu/usr.bin/perl/t/perf: benchmarks opcount.t gnu/usr.bin/perl/t/porting: args_assert.t bench.t customized.dat diag.t dual-life.t known_pod_issues.dat libperl.t manifest.t podcheck.t gnu/usr.bin/perl/t/re: bigfuzzy_not_utf8.t pat.t pat_advanced.t pat_re_eval.t re_tests recompile.t reg_mesg.t regex_sets.t regexp.t regexp_unicode_prop.t rt122747.t script_run.t speed.t gnu/usr.bin/perl/t/run: fresh_perl.t switches.t gnu/usr.bin/perl/t/uni: gv.t variables.t gnu/usr.bin/perl/utils: Makefile.PL h2ph.PL h2xs.PL perlbug.PL perlivp.PL pl2pm.PL splain.PL gnu/usr.bin/perl/vms: descrip_mms.template gen_shrfls.pl vms.c vmsish.h gnu/usr.bin/perl/win32: GNUmakefile Makefile config.gc config.vc config_H.gc config_H.vc config_sh.PL makefile.mk perlglob.c perlhost.h perllib.c pod.mak vdir.h vmem.h win32.c win32.h win32io.c win32iop.h win32sck.c gnu/usr.bin/perl/win32/bin: search.pl gnu/usr.bin/perl/win32/include/sys: socket.h Added files: gnu/usr.bin/perl/dist/Storable: Storable.pm Removed files: gnu/usr.bin/perl: README.ce dquote_inline.h gnu/usr.bin/perl/cpan/Encode/t: whatwg-aliases.json whatwg-aliases.t gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: Find.pm InputObjects.pm ParseUtils.pm Parser.pm PlainText.pm Select.pm gnu/usr.bin/perl/cpan/Pod-Parser/scripts: podselect.PL gnu/usr.bin/perl/cpan/Pod-Parser/t: unbalanced.t gnu/usr.bin/perl/cpan/Pod-Parser/t/pod: contains_bad_pod.xr contains_pod.t contains_pod.xr empty.xr emptycmd.t emptycmd.xr find.t for.t for.xr headings.t headings.xr include.t include.xr included.t included.xr lref.t lref.xr multiline_items.t multiline_items.xr nested_items.t nested_items.xr nested_seqs.t nested_seqs.xr oneline_cmds.t oneline_cmds.xr podselect.t podselect.xr selfcheck.t special_seqs.t special_seqs.xr testcmp.pl testp2pt.pl testpchk.pl twice.t gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpods/lib/Pod: Stuff.pm gnu/usr.bin/perl/cpan/Term-ReadKey: META.yml gnu/usr.bin/perl/cpan/podlators/t/docs: urls.t gnu/usr.bin/perl/cpan/podlators/t/text: basic.t empty.t encoding.t options.t perlio.t utf8.t gnu/usr.bin/perl/dist/Devel-PPPort: PPPort_xs.PL gnu/usr.bin/perl/dist/Devel-PPPort/devel: mkapidoc.sh gnu/usr.bin/perl/dist/Devel-PPPort/parts/base: 5003070 5004010 5004020 5004030 5004040 5004050 5005010 5005020 5005030 5005040 gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo: 5003070 5004010 5004020 5004030 5004040 5004050 5005010 5005020 5005030 5005040 gnu/usr.bin/perl/dist/Storable: Storable.pm.PL __Storable__.pm gnu/usr.bin/perl/dist/Tie-File/t: 00_version.t gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture: NamedCapture.xs gnu/usr.bin/perl/lib: FindBin.pm FindBin.t utf8_heavy.pl gnu/usr.bin/perl/lib/Pod/t: InputObjects.t Select.t utils.t gnu/usr.bin/perl/lib/unicore: EmojiData.txt Heavy.pl gnu/usr.bin/perl/lib/unicore/lib/Lb: EB.pl gnu/usr.bin/perl/lib/unicore/lib/Perl: _PerlNon.pl gnu/usr.bin/perl/lib/unicore/lib/Sc: Armn.pl gnu/usr.bin/perl/t/benchmark: rt26188-speed-up-keys-on-empty-hash.t gnu/usr.bin/perl/t/lib/warnings: doop gnu/usr.bin/perl/t/uni: cache.t gnu/usr.bin/perl/win32: Makefile.ce config.ce config_H.ce perl.rc perlmaince.c win32ceio.c win32iop-o.h wince.c wince.h wincesck.c gnu/usr.bin/perl/win32/ce-helpers: cecopy-lib.pl comp.pl compile-all.bat compile.bat makedist.pl registry.bat sdsdkenv.bat Log message: Fix merge issues, remove excess files - match perl-5.32.1 dist OK sthen@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:21:26 Modified files: gnu/usr.bin/perl: Configure MANIFEST Makefile.SH Makefile.bsd-wrapper1 configpm embedvar.h hv_func.h install_lib.pl installperl numeric.c perl.c perlapi.h perlvars.h pp.c shlib_version util.c utils.lst vutil.c gnu/usr.bin/perl/Porting: Maintainers.pl pumpkin.pod gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Digest-MD5: MD5.xs gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils: Install.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: MM_Unix.pm gnu/usr.bin/perl/cpan/IO-Compress/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod: Perldoc.pm gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm gnu/usr.bin/perl/cpan/Sys-Syslog: Makefile.PL gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text: Balanced.pm gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.pm gnu/usr.bin/perl/cpan/podlators/scripts: pod2man.PL gnu/usr.bin/perl/dist/IO/t: cachepropagate-unix.t gnu/usr.bin/perl/dist/threads-shared/t: stress.t gnu/usr.bin/perl/ext/NDBM_File: Makefile.PL gnu/usr.bin/perl/hints: openbsd.sh gnu/usr.bin/perl/lib: AnyDBM_File.pm gnu/usr.bin/perl/pod: perlmodinstall.pod perlmodlib.PL perlop.pod gnu/usr.bin/perl/regen: lib_cleanup.pl gnu/usr.bin/perl/t/lib: h2ph.pht gnu/usr.bin/perl/t/op: getppid.t gnu/usr.bin/perl/t/porting: customized.dat dual-life.t libperl.t gnu/usr.bin/perl/t/re: speed.t gnu/usr.bin/perl/utils: Makefile.PL h2ph.PL perlbug.PL gnu/usr.bin/perl/win32: GNUmakefile Makefile makefile.mk Log message: Apply local patches, remove excess files - perl-5.32.1 OK sthen@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:22:16 src/gnu/usr.bin/perl/lib/unicore/lib/EBase Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/EBase In directory cvs.openbsd.org:/cvs.d/hack/afresh1/perl-5.32.1/src/gnu/usr.bin/perl/lib/unicore/lib/EBase Log Message: Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/EBase added to the repository CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:22:16 src/gnu/usr.bin/perl/lib/unicore/lib/EComp Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/EComp In directory cvs.openbsd.org:/cvs.d/hack/afresh1/perl-5.32.1/src/gnu/usr.bin/perl/lib/unicore/lib/EComp Log Message: Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/EComp added to the repository CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:22:16 src/gnu/usr.bin/perl/lib/unicore/lib/EPres Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/EPres In directory cvs.openbsd.org:/cvs.d/hack/afresh1/perl-5.32.1/src/gnu/usr.bin/perl/lib/unicore/lib/EPres Log Message: Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/EPres added to the repository CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:22:16 src/gnu/usr.bin/perl/lib/unicore/lib/Emoji Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Emoji In directory cvs.openbsd.org:/cvs.d/hack/afresh1/perl-5.32.1/src/gnu/usr.bin/perl/lib/unicore/lib/Emoji Log Message: Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Emoji added to the repository CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:22:16 src/gnu/usr.bin/perl/lib/unicore/lib/ExtPict Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/ExtPict In directory cvs.openbsd.org:/cvs.d/hack/afresh1/perl-5.32.1/src/gnu/usr.bin/perl/lib/unicore/lib/ExtPict Log Message: Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/ExtPict added to the repository CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:22:16 src/gnu/usr.bin/perl/lib/unicore/lib/IdStatus Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IdStatus In directory cvs.openbsd.org:/cvs.d/hack/afresh1/perl-5.32.1/src/gnu/usr.bin/perl/lib/unicore/lib/IdStatus Log Message: Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IdStatus added to the repository CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:22:16 src/gnu/usr.bin/perl/lib/unicore/lib/IdType Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IdType In directory cvs.openbsd.org:/cvs.d/hack/afresh1/perl-5.32.1/src/gnu/usr.bin/perl/lib/unicore/lib/IdType Log Message: Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IdType added to the repository CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:23:24 Modified files: gnu/usr.bin/perl: MANIFEST Makefile.SH gnu/usr.bin/perl/lib/unicore: CombiningClass.pl Decomposition.pl Name.pl Name.pm TestProp.pl UCD.pl mktables.lst gnu/usr.bin/perl/lib/unicore/To: Age.pl Bc.pl Bmg.pl Bpb.pl Bpt.pl Cf.pl Digit.pl Ea.pl EqUIdeo.pl Fold.pl GCB.pl Gc.pl Hst.pl InPC.pl InSC.pl Isc.pl Jg.pl Jt.pl Lb.pl Lc.pl Lower.pl NFCQC.pl NFDQC.pl NFKCCF.pl NFKCQC.pl NFKDQC.pl Na1.pl NameAlia.pl Nt.pl Nv.pl PerlDeci.pl SB.pl Sc.pl Scx.pl Tc.pl Title.pl Uc.pl Upper.pl Vo.pl WB.pl _PerlLB.pl _PerlSCX.pl gnu/usr.bin/perl/lib/unicore/lib/Age: NA.pl V100.pl V11.pl V110.pl V120.pl V20.pl V30.pl V31.pl V32.pl V40.pl V41.pl V50.pl V51.pl V52.pl V60.pl V61.pl V70.pl V80.pl V90.pl gnu/usr.bin/perl/lib/unicore/lib/Alpha: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Bc: AL.pl AN.pl B.pl BN.pl CS.pl EN.pl ES.pl ET.pl L.pl NSM.pl ON.pl R.pl WS.pl gnu/usr.bin/perl/lib/unicore/lib/BidiC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/BidiM: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Blk: NB.pl gnu/usr.bin/perl/lib/unicore/lib/Bpt: C.pl N.pl O.pl gnu/usr.bin/perl/lib/unicore/lib/CE: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CI: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWCF: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWCM: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWKCF: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWL: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWT: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWU: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Cased: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Ccc: A.pl AL.pl AR.pl ATAR.pl B.pl BR.pl DB.pl NK.pl NR.pl OV.pl VR.pl gnu/usr.bin/perl/lib/unicore/lib/CompEx: Y.pl gnu/usr.bin/perl/lib/unicore/lib/DI: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dash: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dep: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dia: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dt: Com.pl Enc.pl Fin.pl Font.pl Init.pl Iso.pl Med.pl Nar.pl Nb.pl NonCanon.pl Sqr.pl Sub.pl Sup.pl Vert.pl gnu/usr.bin/perl/lib/unicore/lib/Ea: A.pl H.pl N.pl Na.pl W.pl gnu/usr.bin/perl/lib/unicore/lib/Ext: Y.pl gnu/usr.bin/perl/lib/unicore/lib/GCB: CN.pl EX.pl LV.pl LVT.pl PP.pl SM.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/Gc: C.pl Cf.pl Cn.pl L.pl LC.pl Ll.pl Lm.pl Lo.pl Lu.pl M.pl Mc.pl Me.pl Mn.pl N.pl Nd.pl Nl.pl No.pl P.pl Pc.pl Pd.pl Pe.pl Pf.pl Pi.pl Po.pl Ps.pl S.pl Sc.pl Sk.pl Sm.pl So.pl Z.pl Zs.pl gnu/usr.bin/perl/lib/unicore/lib/GrBase: Y.pl gnu/usr.bin/perl/lib/unicore/lib/GrExt: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Hex: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Hst: NA.pl gnu/usr.bin/perl/lib/unicore/lib/Hyphen: T.pl gnu/usr.bin/perl/lib/unicore/lib/IDC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/IDS: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Ideo: Y.pl gnu/usr.bin/perl/lib/unicore/lib/In: 10_0.pl 11_0.pl 12_0.pl 12_1.pl 2_0.pl 2_1.pl 3_0.pl 3_1.pl 3_2.pl 4_0.pl 4_1.pl 5_0.pl 5_1.pl 5_2.pl 6_0.pl 6_1.pl 6_2.pl 6_3.pl 7_0.pl 8_0.pl 9_0.pl gnu/usr.bin/perl/lib/unicore/lib/InPC: Bottom.pl Left.pl LeftAndR.pl NA.pl Overstru.pl Right.pl Top.pl TopAndBo.pl TopAndL2.pl TopAndLe.pl TopAndRi.pl VisualOr.pl gnu/usr.bin/perl/lib/unicore/lib/InSC: Avagraha.pl Bindu.pl Cantilla.pl Consona2.pl Consona3.pl Consona4.pl Consona5.pl Consona6.pl Consona7.pl Consonan.pl Invisibl.pl Nukta.pl Number.pl Other.pl PureKill.pl Syllable.pl ToneMark.pl Virama.pl Visarga.pl Vowel.pl VowelDep.pl VowelInd.pl gnu/usr.bin/perl/lib/unicore/lib/Jg: Ain.pl Alef.pl Beh.pl Dal.pl FarsiYeh.pl Feh.pl Gaf.pl Hah.pl HanifiRo.pl Kaf.pl Lam.pl NoJoinin.pl Qaf.pl Reh.pl Sad.pl Seen.pl Waw.pl Yeh.pl gnu/usr.bin/perl/lib/unicore/lib/Jt: C.pl D.pl L.pl R.pl T.pl U.pl gnu/usr.bin/perl/lib/unicore/lib/Lb: AI.pl AL.pl BA.pl BB.pl CJ.pl CL.pl CM.pl EX.pl GL.pl ID.pl IN.pl IS.pl NS.pl NU.pl OP.pl PO.pl PR.pl QU.pl SA.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/Lower: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Math: Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFCQC: M.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFDQC: N.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFKCQC: N.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFKDQC: N.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/Nt: Di.pl None.pl Nu.pl gnu/usr.bin/perl/lib/unicore/lib/Nv: 0.pl 1.pl 10.pl 100.pl 1000.pl 10000.pl 100000.pl 11.pl 12.pl 13.pl 14.pl 15.pl 16.pl 17.pl 18.pl 19.pl 1_16.pl 1_2.pl 1_3.pl 1_4.pl 1_6.pl 1_8.pl 2.pl 20.pl 200.pl 2000.pl 20000.pl 2_3.pl 3.pl 30.pl 300.pl 3000.pl 30000.pl 3_16.pl 3_4.pl 4.pl 40.pl 400.pl 4000.pl 40000.pl 5.pl 50.pl 500.pl 5000.pl 50000.pl 6.pl 60.pl 600.pl 6000.pl 60000.pl 7.pl 70.pl 700.pl 7000.pl 70000.pl 8.pl 80.pl 800.pl 8000.pl 80000.pl 9.pl 90.pl 900.pl 9000.pl 90000.pl gnu/usr.bin/perl/lib/unicore/lib/PCM: Y.pl gnu/usr.bin/perl/lib/unicore/lib/PatSyn: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Perl: Alnum.pl Assigned.pl Blank.pl Graph.pl PerlWord.pl PosixPun.pl Print.pl SpacePer.pl Title.pl Word.pl XPosixPu.pl _PerlAny.pl _PerlCh2.pl _PerlCha.pl _PerlFol.pl _PerlIDC.pl _PerlIDS.pl _PerlIsI.pl _PerlNch.pl _PerlPat.pl _PerlPr2.pl _PerlPro.pl _PerlQuo.pl gnu/usr.bin/perl/lib/unicore/lib/QMark: Y.pl gnu/usr.bin/perl/lib/unicore/lib/SB: AT.pl CL.pl EX.pl FO.pl LE.pl LO.pl NU.pl SC.pl ST.pl Sp.pl UP.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/SD: Y.pl gnu/usr.bin/perl/lib/unicore/lib/STerm: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Sc: Arab.pl Beng.pl Cprt.pl Cyrl.pl Deva.pl Dupl.pl Geor.pl Glag.pl Gong.pl Gonm.pl Gran.pl Grek.pl Gujr.pl Guru.pl Han.pl Hang.pl Hira.pl Kana.pl Knda.pl Latn.pl Limb.pl Linb.pl Mlym.pl Mong.pl Mult.pl Orya.pl Sinh.pl Syrc.pl Taml.pl Telu.pl Zinh.pl Zyyy.pl gnu/usr.bin/perl/lib/unicore/lib/Scx: Adlm.pl Arab.pl Armn.pl Beng.pl Bhks.pl Bopo.pl Cakm.pl Cham.pl Copt.pl Cprt.pl Cyrl.pl Deva.pl Dupl.pl Ethi.pl Geor.pl Glag.pl Gong.pl Gonm.pl Gran.pl Grek.pl Gujr.pl Guru.pl Han.pl Hang.pl Hebr.pl Hira.pl Hmng.pl Hmnp.pl Kana.pl Khar.pl Khmr.pl Khoj.pl Knda.pl Kthi.pl Lana.pl Lao.pl Latn.pl Limb.pl Lina.pl Linb.pl Mlym.pl Mong.pl Mult.pl Mymr.pl Nand.pl Orya.pl Phlp.pl Rohg.pl Shrd.pl Sind.pl Sinh.pl Syrc.pl Tagb.pl Takr.pl Talu.pl Taml.pl Telu.pl Thaa.pl Tibt.pl Tirh.pl Xsux.pl Yi.pl Zinh.pl Zyyy.pl Zzzz.pl gnu/usr.bin/perl/lib/unicore/lib/Term: Y.pl gnu/usr.bin/perl/lib/unicore/lib/UIdeo: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Upper: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Vo: R.pl Tr.pl Tu.pl U.pl gnu/usr.bin/perl/lib/unicore/lib/WB: EX.pl Extend.pl FO.pl HL.pl KA.pl LE.pl MB.pl ML.pl MN.pl NU.pl WSegSpac.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/XIDC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/XIDS: Y.pl gnu/usr.bin/perl/pod: perl.pod perluniprops.pod gnu/usr.bin/perl/win32: GNUmakefile Makefile makefile.mk Added files: gnu/usr.bin/perl/lib/unicore/To: Identif2.pl Identifi.pl gnu/usr.bin/perl/lib/unicore/lib/Age: V130.pl gnu/usr.bin/perl/lib/unicore/lib/EBase: Y.pl gnu/usr.bin/perl/lib/unicore/lib/EComp: Y.pl gnu/usr.bin/perl/lib/unicore/lib/EPres: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Emoji: Y.pl gnu/usr.bin/perl/lib/unicore/lib/ExtPict: Y.pl gnu/usr.bin/perl/lib/unicore/lib/IdStatus: Allowed.pl Restrict.pl gnu/usr.bin/perl/lib/unicore/lib/IdType: DefaultI.pl Exclusio.pl Inclusio.pl LimitedU.pl NotChara.pl NotNFKC.pl NotXID.pl Obsolete.pl Recommen.pl Technica.pl Uncommon.pl gnu/usr.bin/perl/lib/unicore/lib/In: 13_0.pl gnu/usr.bin/perl/lib/unicore/lib/InPC: BottomAn.pl gnu/usr.bin/perl/lib/unicore/lib/InSC: Consona8.pl Consona9.pl gnu/usr.bin/perl/lib/unicore/lib/Scx: Diak.pl Tang.pl Yezi.pl Log message: Apply pre-built unicore patch, remove excess files - perl-5.32.1 OK sthen@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/01 16:26:59 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.arm64 md.armv7 md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.powerpc64 md.sgi md.sparc64 mi distrib/sets/lists/man: mi Log message: sync for perl 5.32.1 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/01 17:23:18 Modified files: games/egoboo : Makefile games/egoboo/patches: patch-game_Makefile_unix Added files: games/egoboo/patches: patch-game_egoboo_setup_h patch-game_graphic_c Log message: games/egoboo: fix build with -fno-common, cosmetic corrections CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/01 17:39:57 Modified files: usr.sbin/tcpdump: print-ppp.c Log message: off by one in bounds test ok sthen@ millert@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/01 18:34:43 Modified files: sys/arch/arm64/dev: smmu.c Log message: Do *not* delay while waiting for IOTLB invalidation to complete. A 1ms delay is awful in a hot path, and the SMMU is actually quite quick on invalidation, so simply removing the delay is worth a thousand roses. Found with mental support from dlg@ (and btrace) CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/01 18:39:10 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.11.13 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/01 18:48:14 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile Log message: Update janet to 1.15.3 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/01 18:48:18 Modified files: usr.bin/ssh : version.h Log message: openssh-8.5 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/01 19:56:22 Modified files: usr.sbin/vmd : vmm.c Log message: don't read past the end of an array ok mvs@ mlarkin@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/01 20:31:25 Modified files: sbin/iked : pfkey.c Log message: Increase the size of iov in pfkey_sa() to be large enough for all possible options. ok tobhe@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/01 21:10:07 Modified files: sbin/dhcpleased: control.c sbin/slaacd : control.c usr.sbin/rad : control.c Log message: remove uneeded md5.h include ok florian@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/01 21:20:18 Modified files: games/openttd-data: Makefile.inc games/openttd-data/opengfx: distinfo games/openttd-data/openmsx: distinfo games/openttd-data/opensfx: distinfo Log message: Update MASTER_SITES and regenerate distinfo for new filenames. Although the distnames have changed, the contents of the archives are identical to before. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/01 21:22:21 Modified files: games/openttd-data/opengfx: Makefile distinfo Log message: Update to openttd-opengfx-0.6.0. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/01 22:34:20 Modified files: usr.sbin/ndp : ndp.c Log message: remove ts_print() prototype function was removed in rev 1.100 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/03/02 01:10:23 Modified files: graphics/opencv: Makefile graphics/opencv/pkg: PLIST-main Log message: have opencv generate a pc file, 'cause some software (gmic) is looking for that. no obvious fallout in a bulk (saw the remaining -fno-common stuff, but nothing seemed to pick it up). okay rsadowski@ CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/03/02 01:18:05 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2021.03.02 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/02 02:00:46 Modified files: usr.sbin/rpki-client: parser.c Log message: When building the chain of the intermediate certificates do not include the root node (which should be a trust anchor). Trust anchors where added to the X509_store and having them in the chain is kind of wrong and confuse the new libressl X509 validator. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/02 02:08:59 Modified files: usr.sbin/rpki-client: extern.h main.c output.c Log message: Open both the cachedir and outputdir early and use fchdir(2) to switch between the two. OK deraadt@ job@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/02 02:17:10 Modified files: sbin/resolvd : resolvd.c Log message: Do not unveil unused unwind socket under SMALL Remove unused STARTUP_WAIT_TIMO (since import), add missing space to error message. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/02 02:18:58 Modified files: sbin/resolvd : resolvd.c Log message: Add missing RCS marker CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/02 02:23:59 Modified files: usr.sbin/rpki-client: extern.h main.c mkdir.c Log message: There is no longer the need to mkpathat(), the main process runs now from the cachedir. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/02 02:45:07 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde.c rde.h rde_decide.c rde_update.c Log message: Introduce 'rde evaluate all' a mode to work around path hiding in IXP route-server environments. By default only the best path is sent to peers and if that path is filtered then the path is hidden for that peer. On route-servers this is sometimes not desried. For this 'rde evaluate all' will cause the evaluation process to fall back to alternate routes and will redistribute the first non-filtered path to the peer. This is very similar to per-peer RIBs but accomplishes the same effect without the massive increase in memory usage. Compared to the default mode this requires more CPU resources but it is probably less than what per-peer RIBs would require. 'rde evaluate all' can be set and reset globally, on groups and on idividual neighbors. It is not limited to route-server configs but route loops are possible if not properly used. OK benno@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/02 03:09:20 Modified files: sys/uvm : uvm_vnode.c uvm_vnode.h Log message: Revert the fix for the deadlock between uvn_io() and uvn_flush(). This fix (ab)use the vnode lock to serialize access to some fields of the corresponding pages associated with UVM vnode object and this will create new deadlocks with the introduction of a per-uobj lock. ok anton@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/02 03:12:38 Modified files: sys/uvm : uvm_pager.h uvm_vnode.c Log message: Fix the deadlock between uvn_io() and uvn_flush() by restarting the fault. Do not allow a faulting thread to sleep on a contended vnode lock to prevent lock ordering issues with upcoming per-uobj lock. ok anton@ Reported-by: syzbot+e63407b35dff08dbee02@syzkaller.appspotmail.com CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/03/02 03:39:38 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-src_openvpn_route_c net/openvpn/pkg: PLIST Log message: Update to openvpn-2.5.1 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/02 03:56:45 Modified files: usr.bin/tmux : cmd-display-menu.c cmd-if-shell.c cmd-run-shell.c format.c job.c popup.c spawn.c tmux.1 tmux.h window-copy.c Log message: Drop support for popups where the content is provided directly to tmux (which does not have many practical uses) and only support running a program in the popup. display-popup is now simpler and can accept multiple arguments to avoid escaping problems (like the other commands). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/02 03:59:20 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: finish GC old unintuitive interface now handle_continue and find_window_size are fully separated. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/02 04:00:38 Modified files: usr.bin/tmux : names.c spawn.c Log message: Do not use NULL active window; also do not leak window name. GitHub issue 2590 from Chester Liu. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/02 05:01:40 Modified files: sbin/dhcpleased: dhcpleased.c Log message: Better unveil error messages; requested by deraadt some time ago. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/02 05:03:50 Modified files: sbin/dhcpleased: dhcpleased.c Log message: Make unveiling the lease directory a warning instead of a fatal error when the lease directory does not exist. This means that dhcpleased(8) will no longer request a previously configured IP address from the dhcp server and will fall back to DHCPDISCOVER which requests any IP address from the dhcp server. This likely makes diskless(8) work with dhcpleased(8). A normal diskless(8) setup has only / mounted via nfs when dhcpleased(8) starts. /var exists but nothing is mounted there yet, meaning /var/db/dhcpleased does not exist so lease files are disabled. dhcpleased(8) sends a DHCPDISCOVER to request any IP address but since the dhcp server has (very likely) a 'fixed-address' configured we get the same IP back that is already configured. If /var/db/dhcpleased/ exists on / (and /var is *NOT* mounted later) in a diskless(8) setup, care must be taken that the root file system is not shared between machines. If /var/db/dhcpleased/ exists on / and /var on NFS is mounted over this later bad things probably happen. This is a configuration error and must befixed. discussed with deraadt@ Actuall tests on existing diskless(8) setups would be appreciated. CVSROOT: /cvs Module name: src Changes by: edd@cvs.openbsd.org 2021/03/02 05:15:46 Modified files: usr.bin/sndiod : dev.c siofile.c Log message: sndiod: Allow alternative devices to support different modes. Currently sndiod does not allow you to use alternative devices (-F devices) which support only a subset of the modes of the main (-f) device. For example, if you do `sndiod -f rsnd/0 -F rsnd/1` and: - rsnd/0 is full-duplex (rec + play). - rsnd/1 is play-only. Then you will be unable to use rsnd/1 as sndiod deems it incompatible and refuses to use it (similarly if rsnd/1 is record-only). This is annoying. It means if you want to use a record-only or play-only device, you will either have to kill sndiod and restart it specifying only that device (`sndiod -f rsnd/1` for the above example), or failing that, downgrade the functionality of the main device (`-m play`). This diff (a joint effort between ratchov@ and myself) makes mixing devices with different modes possible. It does this by making both recording and playing available for all devices, even if the underlying hardware doesn't support both modes. For example, if I try to record from a play-only device, then recording will succeed, but the captured PCM data will be pure silence. Similarly, if I try to play to a record-only device, then the audio stream will disappear into the ether. This is mostly a no-op for sndiod in the default configuration (except that play-only devices now accept recording clients). If you use alternative devices (-F), then it's possible for a record-only device to be found first, which may be confusing if you just want to hear sound. We can only assume that if you deviate from defaults, then you know what you are doing. With guidance from, and OK ratchov@, thanks! CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/02 06:06:50 Modified files: usr.bin/mg : log.h log.c Log message: Update logging with comments made by florian@ some time ago (i've not updated logging to $HOME, but will do so). Also include mglog_misc() which takes formatted input from Joachim Wiberg's mg. Thankyou both. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/02 07:32:14 Modified files: sbin/dhclient : dhclient.c Log message: Eliminate redundant checks for expired leases in ifi->leasedb. Simply toss expired leases when writing the list to disk. And write the list to disk before using a lease from it. Just make sure ifi->active isn't tossed. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/02 08:03:35 Modified files: usr.bin/mg : echo.c Log message: This diff soaks up the user input while the the maximum character length boundary is crossed in the minbuffer and allows the user to see the error message and respond accordingly. The goto named "null" changed to "skipkey" as per Emil Engler's suggestion on tech@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 08:22:32 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: PLIST-plpython Log message: move postgresql-plsql to python 3, ok jeremy@ daniel@ kn@ pea@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 08:25:39 Modified files: www/p5-Apache-DB: Makefile distinfo www/p5-Apache-DB/pkg: PLIST Log message: update to p5-Apache-DB-0.18 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/02 08:43:12 Modified files: lib/libssl : ssl_lib.c Log message: Fix misleading indentation in SSL_get_error() CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/02 09:17:26 Modified files: sbin/dhclient : dispatch.c Log message: Rename local variable 'cur_time' in set_timeout() to 'now' like all the other struct timespec variables holding the current time. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 09:31:41 Modified files: www : Makefile www/pecl-ssh2 : Makefile distinfo www/pecl-ssh2/pkg: PLIST Log message: update to pecl-ssh2-1.3, supporting php 8.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 09:32:02 Modified files: www/pecl-ssh2 : Makefile Log message: tweak comment CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/02 09:39:46 Modified files: sbin/resolvd : resolvd.c Log message: requires netinet/in.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/02 10:11:29 Modified files: sbin/resolvd : resolvd.c Log message: satisfy older gcc with poor warning generation CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/02 10:16:44 Modified files: lib/libssl : tls12_record_layer.c Log message: Add tls12_record_protection_unused() and call from CCS functions. This moves the check closer to where a leak could occur and checks all pointers in the struct. Suggested by tb@ during review. ok tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/02 10:17:15 Modified files: sbin/slaacd : engine.c Log message: Fix indentation of switch / case. No binary change. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/02 10:18:59 Modified files: lib/libssl : tls12_record_layer.c Log message: Move key/IV length checks closer to usage sites. Also add explicit checks against EVP_CIPHER_iv_length() and EVP_CIPHER_key_length(). Requested by tb@ during review. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/02 10:24:37 Modified files: lib/libssl : tls12_record_layer.c Log message: Replace two handrolled tls12_record_protection_engaged(). Noted by tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/02 10:26:25 Modified files: lib/libssl : tls12_record_layer.c Log message: Separate variable declaration and assignment. Requested by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 10:29:42 Modified files: graphics/py-Pillow: Makefile distinfo Log message: update to py3-Pillow-8.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 10:31:25 Modified files: x11/freerdp : Makefile distinfo x11/freerdp/patches: patch-CMakeLists_txt patch-client_common_CMakeLists_txt Log message: update to freerdp-2.3.1 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/02 10:39:26 Modified files: sbin/dhcpleased: frontend.c Log message: Must include netinet/in.h before netinet/ip.h or bad things happen. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/02 10:43:04 Modified files: lib/libc/sys : mmap.2 Log message: document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/02 10:50:41 Modified files: sys/net : art.h Log message: include of netinet/in.h here is incorrect, because net/route.h will pull excessive types into scope. ok claudio CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2021/03/02 10:56:41 Modified files: lang/go : Makefile lang/go/pkg : PLIST Added files: lang/go/patches: patch-src_cmd_link_link_test_go patch-src_runtime_asm_386_s patch-src_runtime_asm_arm_s patch-src_runtime_crash_unix_test_go patch-src_runtime_defs_openbsd_386_go patch-src_runtime_defs_openbsd_arm_go patch-src_runtime_os_openbsd_libc_go patch-src_runtime_os_openbsd_syscall1_go patch-src_runtime_os_openbsd_syscall2_go patch-src_runtime_os_openbsd_syscall_go patch-src_runtime_proc_go patch-src_runtime_sys_libc_go patch-src_runtime_sys_openbsd1_go patch-src_runtime_sys_openbsd2_go patch-src_runtime_sys_openbsd3_go patch-src_runtime_sys_openbsd_386_s patch-src_runtime_sys_openbsd_arm_s patch-src_runtime_sys_openbsd_go patch-src_syscall_asm_openbsd_386_s patch-src_syscall_asm_openbsd_arm_s patch-src_syscall_asm_unix_386_s patch-src_syscall_exec_bsd_go patch-src_syscall_exec_libc2_go patch-src_syscall_mkall_sh patch-src_syscall_mksyscall_pl patch-src_syscall_syscall_openbsd1_go patch-src_syscall_syscall_openbsd_libc_go patch-src_syscall_zsyscall_openbsd_386_go patch-src_syscall_zsyscall_openbsd_386_s patch-src_syscall_zsyscall_openbsd_arm_go patch-src_syscall_zsyscall_openbsd_arm_s Log message: Switch lang/go to libc-based syscalls on armv7 and i386. This is already the case for amd64 and arm64 in Go 1.16. The conversion of the remaining architectures is still being upstreamed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 11:18:43 Modified files: x11/qt5/qtwebengine: Makefile Log message: switch qtwebengine BDEP from python 2 to python 3, it built ok for me with that. (chromium/iridium didn't). CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/02 12:20:13 Modified files: sbin/dhcpleased: bpf.c Log message: Only attach a fully configured bpf filter to a network interface. I'm worried we could see packets we shouldn't during a small time window. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/03/02 12:48:13 Modified files: sysutils/lf : Makefile distinfo Log message: update sysutils/lf to its latest version. diff by maintainer Chang, Chu-Kuan. Thank you! CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/02 12:50:52 Modified files: usr.bin/mg : interpreter.c Log message: It is now possible to define single value variables in the startup file: (define myfile d.txt) And use them like: (find-file myfile) CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/02 13:10:51 Modified files: net/sniproxy : Makefile distinfo Removed files: net/sniproxy/patches: patch-sniproxy_conf patch-src_config_c patch-src_http_h patch-src_tls_h Log message: Update to sniproxy-0.6.4 Update from maintainer Renaud Allard This new version is based on a fork from Renaud Allard because the original upstream project hasn't merged important patches submitted by the community for a long time. The new fork imported all the patches and added pledge. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/02 13:14:11 Modified files: multimedia/yle-dl: Makefile distinfo multimedia/yle-dl/pkg: PLIST Log message: Update to yle-dl-20210212 Diff from maintainer Timo Myyra CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 13:19:27 Modified files: databases/p5-DBD-Sybase: Makefile distinfo databases/p5-DBD-Sybase/pkg: PLIST Log message: update to p5-DBD-Sybase-1.17 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 13:22:06 ports/net/nagios/check_mssql_health/patches Update of /cvs/ports/net/nagios/check_mssql_health/patches In directory cvs.openbsd.org:/tmp/cvs-serv95824/patches Log Message: Directory /cvs/ports/net/nagios/check_mssql_health/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/02 13:30:57 Modified files: net/nagios/check_mssql_health: Makefile distinfo Added files: net/nagios/check_mssql_health/patches: patch-GLPlugin_lib_Monitoring_GLPlugin_DB_pm patch-plugins-scripts_Makefile_in Log message: update to check_mssql_health-2.7.2.1 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/03/02 13:41:42 Modified files: usr.bin/awk : b.c Log message: Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q. This resulted in the NUL terminator being written to the end of the buffer which was not the same as the end of the string. That in turn caused garbage bytes from malloc() to be processed. Also change the NUL termination to be less error prone by writing the NUL immediately after the last byte copied. OK sthen@ CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2021/03/02 15:35:19 Modified files: sbin/wsconsctl : mousecfg.c Log message: Read general and touchpad-specific wsmouse settings separately. Correct the identification of the device type when reading the touchpad parameters fails. ok jcs@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/03/02 16:40:06 Modified files: sys/net : if_veb.c Log message: fix an assert in veb_p_ioctl() that failed when called by a span port. veb_p_ioctl() is used by both veb bridge and veb span ports, but it had an assert to check that it was being called by a veb bridge port. this extends the check so using it on a span port doesnt cause a panic. found by dave voutila CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/03/02 17:00:03 Modified files: sys/net : if_veb.c Log message: clean up span ports as span ports, not bridge ports. the visible result of this is that span ports aren't made promisc like bridge ports. when cleaning up a span port, trying to take promisc off it screwed up the refs, and it makes the underlying interface not able to be promisc when it should be promisc. found by dave voutila CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2021/03/02 18:05:54 Added files: openssh/txt : release-8.5 Log message: release notes for openssh-8.5 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2021/03/02 18:07:17 Modified files: build : Makefile build/mirrors : openssh-ftp.html.head openssh : ftp.html index.html openbsd.html security.html Log message: openssh-8.5 CVSROOT: /cvs Module name: www Changes by: afresh1@cvs.openbsd.org 2021/03/02 18:07:51 Modified files: faq : current.html Log message: List outdated perl files that no longer come with 5.32.1 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/02 18:27:54 Modified files: usr.sbin/vmd : vioscsi.c Log message: off by one in array bounds tests ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/02 20:08:30 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: Go.pm Log message: Fix a bug that was preventing version comparisons from working. While here try using @v/list first, if that fails use @latest. This should fix some of the "not being able to see the latest version" issues that happen when upstreams re-tag. Tweaks / OK from afresh1 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2021/03/02 21:03:14 Modified files: openssh : releasenotes.html openssh/txt : release-8.5 Log message: update for 8.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/02 22:44:11 Log message: Import robin-map-0.6.3 Comment: fast hash map and hash set Description: A C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions. Maintainer: Dimitri Karamazov WWW: https://github.com/Tessil/robin-map From Dimitri Karamazov, OK sthen@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210303 N ports/devel/robin-map/Makefile N ports/devel/robin-map/distinfo N ports/devel/robin-map/pkg/DESCR N ports/devel/robin-map/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/02 22:46:04 Modified files: devel : Makefile Log message: +robin-map CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/02 23:38:19 Modified files: graphics/openimageio: Makefile distinfo graphics/openimageio/pkg: PLIST Log message: Update openimageio to 2.2.11.1 -minor bump to first shared lib due to some export additions. no changes in second shared lib. -10 tests fail out of 54, atleast 3 due to some dependencies not being turned on. -USE_DICOM is not recognized anymore so I've replaced with DMCTK_FOUND USE_OPENVDB=OFF since it is picked up now but is not required by blender. Update diff from Dimitri Karamazov, maintainer, input from sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/02 23:55:31 Modified files: multimedia/gstreamer-0.10: Makefile multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-base/pkg: PLIST Removed files: multimedia/gstreamer-0.10/plugins-gl: Makefile distinfo multimedia/gstreamer-0.10/plugins-gl/pkg: DESCR PLIST Log message: Remove gstreamer-plugins-gl, nothing uses it since a long while. First step into removing that old GST cruft... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/03 00:31:27 Modified files: inputmethods/ibus-anthy: Makefile distinfo inputmethods/ibus-anthy/pkg: PLIST Log message: Update to ibus-anthy-1.5.12. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 01:22:03 Modified files: net/libnet : Makefile.inc net/libnet/1.0 : Makefile Log message: move CONFIGURE_STYLE to net/libnet/1.0, missed from previous commit in libnet/1.1. found by aja@ steven@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/03 01:42:52 Modified files: usr.bin/ssh : misc.h Log message: needs FILE*; from Mike Frysinger CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/03 02:06:20 Modified files: usr.bin/snmp : snmpc.c Log message: remove unreachable and unneeded code ok martijn@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/03/03 02:25:40 Modified files: www/goaccess : Makefile distinfo www/goaccess/patches: patch-config_goaccess_conf patch-src_browsers_c Log message: update to goaccess-1.4.6 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/03 02:32:11 Modified files: sbin/resolvd : resolvd.c Log message: Unveil only /etc/resolv.conf and /etc/resolv.conf.new not /etc/ Unveiling the entire directory stems from earlier development cycles and is by no means required now, only the two files are created, read from and written to. OK deraadt florian semarie CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/03 02:35:08 Modified files: productivity/workrave: Makefile distinfo productivity/workrave/pkg: DESCR PLIST Added files: productivity/workrave/patches: patch-common_src_Locale_cc patch-configure patch-frontend_common_src_ScreenLockCommandline_cc Removed files: productivity/workrave/patches: patch-configure_ac patch-frontend_common_src_System_cc patch-po_Makefile_in_in patch-po_pl_po patch-po_ru_po Log message: Update to workrave-1.10.44. One less consumer of the old gstreamer-0.10 stack. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/03 02:35:32 Modified files: productivity/workrave: Makefile Log message: Remove commented line. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/03 02:40:43 Modified files: usr.bin/sndioctl: sndioctl.c Log message: sndioctl: Flush stdout before polling If stdout is not flushed, output is not seen by programs using sndioctl through a pipe (ex. "sndioctl -m | cat" displays nothing). Patch from Erico Nogueira , idea from Duncan Overbruck CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 02:44:57 Modified files: x11/qt5/qtwebengine: Makefile Log message: revert previous, back to py2 - it isn't using MODPY_BIN to feed in the path of python, just relying on detecting at configure time, so it picks up a py2 which just happens to be installed CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/03 02:51:48 Modified files: textproc/loccount: Makefile distinfo Log message: Update to loccount 2.11 2.11: 2021-02-12:: Recognize .tsx extension for Typescript. Added Beeflang. 2.10: 2020-04-21:: Recognize extensionless Python 3 scripts. Fix typo that prevented .cxx recognition. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/03 03:00:27 Modified files: usr.bin/sndiod : dev.c dev.h dev_sioctl.c siofile.c sock.c Log message: sndiod: Move controls out of the device structure Moving to a global server-wide controls list is necessary to expose controls that are not associated to a particular device (ex. a device selector). The current hack to use the device-side sioctl_desc->addr variable as client-side key can't work anymore. So, we use a unique dynamically allocated ctl->addr key; this is much cleaner. A new "scope" enum (with two "void *" arguments) is used to determine what the control does control. This adds flexibility and allows to easily add new control types that are not associated to devices. No behavior change. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/03 03:13:06 Modified files: usr.bin/sndiod : dev.c dev.h opt.c opt.h sock.c Log message: sndiod: Move MIDI control endpoint to opt structure No behavior change. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/03 03:19:06 Modified files: usr.bin/sndiod : dev.c dev.h opt.c opt.h sock.c Log message: sndiod: Move MTC/MMC state to its own global structure CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/03 04:26:42 Log message: Import poke-1.0. GNU poke is an interactive, extensible editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive programming language designed to describe data structures and to operate on them. ok bcallah@ Status: Vendor Tag: bentley Release Tags: bentley_20210302 N ports/editors/poke/Makefile N ports/editors/poke/distinfo N ports/editors/poke/pkg/DESCR N ports/editors/poke/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/03 04:27:35 Modified files: editors : Makefile Log message: +poke CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/03 04:38:45 Modified files: emulators : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: emulators/pcsxr: Makefile distinfo emulators/pcsxr/patches: patch-configure_ac patch-doc_pcsx_1 patch-plugins_bladesio1_gui_c emulators/pcsxr/pkg: DESCR PLIST Log message: Remove pcsxr, which is dead upstream and was always somewhat buggy. Alternative packages for PlayStation emulation include mednafen and libretro-pcsx-rearmed. ok thfr@ gsoares@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/03 05:55:37 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/libfmt : Makefile distinfo devel/libfmt/files: Make.OpenBSD devel/libfmt/patches: patch-Makefile patch-fmtprint_c patch-fmtvprint_c patch-runevseprint_c patch-runevsmprint_c patch-runevsnprint_c patch-vfprint_c patch-vseprint_c patch-vsmprint_c patch-vsnprint_c devel/libfmt/pkg: DESCR PLIST devel/libutf : Makefile distinfo devel/libutf/files: Make.OpenBSD devel/libutf/patches: patch-Makefile devel/libutf/pkg: DESCR PLIST devel/libbio : Makefile distinfo devel/libbio/files: Make.OpenBSD devel/libbio/patches: patch-Makefile devel/libbio/pkg: DESCR PLIST devel/libregexp9: Makefile distinfo devel/libregexp9/files: Make.OpenBSD devel/libregexp9/patches: patch-Makefile devel/libregexp9/pkg: DESCR PLIST Log message: Remove devel/{libbio,libfmt,libregexp9,libutf} With devel/mk removed recently those ports have no consumers and are equally unpackagable due to unversioned upstream releases. libbio and libregexp9 are shipped as libraries in the up-to-date plan9/plan9port port which comes from the same upstream; libfmt and libutf are part of lib9 in plan9port. Help/confirmation jsg markus OK jsg markus gsoares CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/03/03 06:03:55 Modified files: www/youtube-dl : Makefile distinfo Log message: update to 2021.03.03 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/03 06:43:42 Modified files: x11/fbpanel : Makefile Log message: x11/fbpanel: fix runtime by properly setting prefix fix from 'Andre S' on ports@, thanks. CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2021/03/03 07:53:34 Added files: images : typing_away.gif Log message: Add animated gif from Natasha CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2021/03/03 08:40:40 Modified files: net/tor : Makefile distinfo net/tor/patches: patch-configure_ac Log message: Update to new tor release 0.4.5.6. Changelog: https://lists.torproject.org/pipermail/tor-announce/2021-February/000214.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 09:40:19 Removed files: www/py-itsdangerous/patches: patch-docs_Makefile devel/py-virtualenv/patches: patch-docs_Makefile devel/py-pathlib/patches: patch-docs_Makefile databases/py-peewee/patches: patch-docs_Makefile Log message: remove unnecessary sphinx-related patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 10:07:52 Modified files: audio/xmms2 : Makefile Log message: add BDEP on textproc/p5-Pod-Parser for podselect, removed from core in perl 5.32 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/03 10:39:58 Modified files: usr.bin/ssh : Tag: OPENBSD_6_8 ssh-agent.c Log message: Double free in ssh-agent(1), fixed differently in -current from djm his is errata 6.7/036_sshagent.patch.sig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/03 10:41:52 Modified files: usr.bin/ssh : Tag: OPENBSD_6_7 ssh-agent.c Log message: Double free in ssh-agent(1), fixed differently in -current from djm his is errata 6.7/036_sshagent.patch.sig and 6.8/015_sshagent.patch.sig CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2021/03/03 10:57:59 Modified files: . : errata67.html errata68.html Log message: Release sshagent errata. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/03 11:07:38 Modified files: www/awl : Makefile distinfo Log message: www/awl: update to 0.62. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/03 11:08:57 Modified files: productivity/davical: Makefile distinfo Log message: productivity/davical: update to 1.1.10 See https://wiki.davical.org/index.php/Release_Notes/1.1.10 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/03 11:12:16 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.12.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/03 11:21:58 Modified files: x11/remmina : Makefile distinfo x11/remmina/patches: patch-CMakeLists_txt x11/remmina/pkg: PLIST Removed files: x11/remmina/patches: patch-plugins_rdp_rdp_file_c patch-plugins_rdp_rdp_plugin_c patch-plugins_vnc_vnc_plugin_c patch-src_remmina_stats_c Log message: Update to remmina-1.4.12 now that we have a recent freerdp \o/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 12:40:06 ports/devel/autoconf/2.71 Update of /cvs/ports/devel/autoconf/2.71 In directory cvs.openbsd.org:/tmp/cvs-serv94693/2.71 Log Message: Directory /cvs/ports/devel/autoconf/2.71 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 12:40:43 ports/devel/autoconf/2.71/patches Update of /cvs/ports/devel/autoconf/2.71/patches In directory cvs.openbsd.org:/tmp/cvs-serv44362/patches Log Message: Directory /cvs/ports/devel/autoconf/2.71/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 12:40:43 ports/devel/autoconf/2.71/pkg Update of /cvs/ports/devel/autoconf/2.71/pkg In directory cvs.openbsd.org:/tmp/cvs-serv44362/pkg Log Message: Directory /cvs/ports/devel/autoconf/2.71/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 12:41:49 Added files: devel/autoconf/2.71: Makefile distinfo devel/autoconf/2.71/patches: patch-Makefile_in patch-bin_autom4te_in patch-bin_autoupdate_in patch-configure patch-doc_autoconf_texi patch-lib_m4sugar_m4sugar_m4 patch-tests_local_at patch-tests_tools_at devel/autoconf/2.71/pkg: DESCR PLIST Log message: add autoconf-2.71, from Brad, ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/03 12:44:31 Modified files: devel/autoconf : Makefile Removed files: devel/autoconf/2.70: Makefile distinfo devel/autoconf/2.70/patches: patch-Makefile_in patch-bin_autom4te_in patch-bin_autoupdate_in patch-configure patch-doc_autoconf_texi patch-lib_autoconf_c_m4 patch-lib_m4sugar_m4sugar_m4 patch-tests_local_at patch-tests_tools_at devel/autoconf/2.70/pkg: DESCR PLIST Log message: hook in autoconf/2.71 and remove 2.70 "2.71 is a bugfix release, correcting several important compatibility problems and regressions discovered since the release of 2.70. There are no new features. Upgrading is recommended for all users of 2.70. Users of 2.69 or earlier should proceed with caution; please consult the NEWS file and/or the release announcement for 2.70 for details." CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2021/03/03 12:44:37 Modified files: sbin/wsconsctl : mousecfg.c share/man/man4 : wsmouse.4 sys/dev/wscons : wsconsio.h wstpad.c Log message: Add a configurable button mapping for tap gestures on touchpads. Thanks to RJ Johnson for this work! ok mpi@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/03 12:59:11 Log message: Import bats-1.2.1 Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. OK sthen@ Status: Vendor Tag: bket Release Tags: bket_20210303 N ports/devel/bats/Makefile N ports/devel/bats/distinfo N ports/devel/bats/pkg/DESCR N ports/devel/bats/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/03 13:02:34 Modified files: devel : Makefile Log message: +bats CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/03/03 13:15:54 Modified files: lib/libutil : ober_get_string.3 Log message: s/byte/character Discussed with claudio@ Feedback jmc@ CVSROOT: /cvs Module name: www Changes by: bru@cvs.openbsd.org 2021/03/03 13:36:36 Modified files: faq : current.html Log message: Mention the wsconsctl update. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/03 13:44:23 Modified files: graphics/geeqie: Makefile print/cups : Makefile Log message: autoconf 2.70 -> 2.71; OK sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/03 13:45:41 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20210303 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/03 14:40:16 Modified files: usr.bin/ssh : sshconnect.c Log message: typo in other_hostkeys_message() display output, ok djm CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/03 14:47:27 Modified files: sys/arch/arm64/arm64: vm_machdep.c Log message: Remove bogus (and pointless) pmap_activate(9) call. ok drahn@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/03 14:51:43 Log message: This module is really simple, it gives you colored strings for terminal usage. Included colors are red, green, yellow, blue, black, magenta, cyan, white, and normal (as well as clean and disable). Crayons is nice because it automatically wraps a given string in both the foreground color, as well as returning to the original state after the string is complete. Most terminal color libraries make you manage this yourself. From Wen Heping ok sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20210303 N ports/devel/py-crayons/Makefile N ports/devel/py-crayons/distinfo N ports/devel/py-crayons/pkg/DESCR N ports/devel/py-crayons/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/03 14:52:28 Modified files: devel : Makefile Log message: Hook py-crayons up to the build CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/03 15:18:00 Modified files: sbin/iked : iked.c Log message: Free sc_vroute on shutdown. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/03 15:41:49 Modified files: usr.bin/ssh : monitor.c Log message: don't sshbuf_get_u32() into an enum; reported by goetze AT dovetail.com via bz3269 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/03 16:58:28 Modified files: sys/dev/ic : pgt.c Log message: off by one ok claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2021/03/03 18:13:11 Modified files: gnu/usr.bin/perl/dist/Devel-PPPort: Makefile.PL Log message: Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.t We are never going to update the files that generate this test and the interaction with "cvs up" means we can accidentally hit it when they hange between releases but permissions when building the system prevent us from writing the update and breaks the build. Found by naddy@, krw@, and deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/03 19:00:42 Modified files: sbin/dhclient : dhclient.c Log message: Notice when link-timeout expires even if istty(STDERR) hints that dhclient has already gone daemon. Sometimes it's just that 2>/dev/null or something has been done. Should fix problem with sysupgrade when an interface (e.g. a wired interface that has no cable plugged in) never comes up. Problem reported and debug info from kettenis@, Jean-Philippe Luigi, Thomas L. and Markus Lude. Thanks! CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 19:45:51 Modified files: archivers : Makefile audio : Makefile devel : Makefile graphics : Makefile net : Makefile security : Makefile textproc : Makefile www : Makefile x11 : Makefile Log message: Unplug all hs-* ports for removal ok kili, sthen CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/03 19:56:30 Modified files: devel/py-astroid: Makefile distinfo devel/py-astroid/pkg: PLIST Log message: Update devel/py-astroid 2.4.0 -> 2.5.1 From Wen Heping With tweaks from me to drop custom do-test target OK sthen@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 19:56:30 Removed files: x11/hs-xmonad-contrib: Makefile distinfo x11/hs-xmonad-contrib/patches: patch-XMonad_Util_Loggers_hs x11/hs-xmonad-contrib/pkg: DESCR PLIST Log message: Remove unused x11/hs-xmonad-contrib CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 19:58:37 Removed files: x11/hs-dbus : Makefile distinfo x11/hs-dbus/patches: patch-lib_DBus_Client_hs x11/hs-dbus/pkg: DESCR PLIST Log message: Remove unused x11/hs-dbus CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/03 21:29:14 Log message: Import bupstash-0.7.0 bupstash is a tool for storing (and retrieving) files and data in an encrypted bupstash-repository(7). Some notable features of bupstash include: - Automatic deduplication of stored data. - Client side encryption of data. - Incremental file uploads. - A tag based query language. - Optional role based encryption and decryption key separation. - Remote repositories over ssh. - Optional, per ssh key access repository controls. - A multi layered approach to security. - The bupstash tool itself is divided into subcommands that each have their own documentation. bupstash is alpha software, while all efforts are made to keep bupstash bug free, we currently recommend using bupstash for making REDUNDANT backups where failure can be tolerated. OK sthen@ Status: Vendor Tag: bket Release Tags: bket_20210304 N ports/sysutils/bupstash/Makefile N ports/sysutils/bupstash/distinfo N ports/sysutils/bupstash/pkg/DESCR N ports/sysutils/bupstash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/03 21:30:27 Modified files: sysutils : Makefile Log message: +bupstash CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/03 21:34:09 Modified files: games/chocolate-doom: Makefile Log message: chocolate-doom builds with python3 While here convert to using the standard python module as well as that module's standard infrastructure. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:50 Removed files: archivers/hs-zip-archive: Makefile distinfo archivers/hs-zip-archive/pkg: DESCR PLIST Log message: Remove unused archivers/hs-zip-archive CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:50 Removed files: devel/hs-exceptions: Makefile distinfo devel/hs-exceptions/patches: patch-exceptions_cabal devel/hs-exceptions/pkg: DESCR PLIST Log message: Remove unused devel/hs-exceptions CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:51 Removed files: devel/hs-regex-tdfa: Makefile distinfo devel/hs-regex-tdfa/pkg: DESCR PLIST Log message: Remove unused devel/hs-regex-tdfa CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:51 Removed files: devel/hs-vector-algorithms: Makefile distinfo devel/hs-vector-algorithms/pkg: DESCR PLIST Log message: Remove unused devel/hs-vector-algorithms CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:51 Removed files: archivers/hs-zlib: Makefile distinfo archivers/hs-zlib/pkg: DESCR PLIST Log message: Remove unused archivers/hs-zlib CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:52 Removed files: devel/hs-extensible-exceptions: Makefile distinfo devel/hs-extensible-exceptions/pkg: DESCR PLIST Log message: Remove unused devel/hs-extensible-exceptions CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:52 Removed files: devel/hs-resourcet: Makefile distinfo devel/hs-resourcet/pkg: DESCR PLIST Log message: Remove unused devel/hs-resourcet CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:52 Removed files: devel/hs-void : Makefile distinfo devel/hs-void/pkg: DESCR PLIST Log message: Remove unused devel/hs-void CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:53 Removed files: audio/hs-libmpd: Makefile distinfo audio/hs-libmpd/patches: patch-libmpd_cabal patch-src_Network_MPD_Commands_Types_hs audio/hs-libmpd/pkg: DESCR PLIST Log message: Remove unused audio/hs-libmpd CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:53 Removed files: devel/hs-fgl : Makefile distinfo devel/hs-fgl/pkg: DESCR PLIST Log message: Remove unused devel/hs-fgl CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:54 Removed files: devel/hs-sandi : Makefile distinfo devel/hs-sandi/patches: patch-Setup_hs devel/hs-sandi/pkg: DESCR PLIST Log message: Remove unused devel/hs-sandi CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:54 Removed files: graphics/hs-colour: Makefile distinfo graphics/hs-colour/pkg: DESCR PLIST Log message: Remove unused graphics/hs-colour CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:54 Removed files: devel/hs-FindBin: Makefile distinfo devel/hs-FindBin/pkg: DESCR PLIST Log message: Remove unused devel/hs-FindBin CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:55 Removed files: devel/hs-hashable: Makefile distinfo devel/hs-hashable/patches: patch-hashable_cabal devel/hs-hashable/pkg: DESCR PLIST Log message: Remove unused devel/hs-hashable CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:55 Removed files: devel/hs-scientific: Makefile distinfo devel/hs-scientific/patches: patch-scientific_cabal devel/hs-scientific/pkg: DESCR PLIST Log message: Remove unused devel/hs-scientific CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:56 Removed files: graphics/hs-graphviz: Makefile distinfo graphics/hs-graphviz/pkg: DESCR PLIST Log message: Remove unused graphics/hs-graphviz CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:56 Removed files: devel/hs-HUnit : Makefile distinfo devel/hs-HUnit/pkg: DESCR PLIST Log message: Remove unused devel/hs-HUnit CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:56 Removed files: devel/hs-hinotify: Makefile distinfo devel/hs-hinotify/pkg: DESCR PLIST Log message: Remove unused devel/hs-hinotify CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:57 Removed files: devel/hs-semigroups: Makefile distinfo devel/hs-semigroups/pkg: DESCR PLIST Log message: Remove unused devel/hs-semigroups CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:57 Removed files: net/hs-HTTP : Makefile distinfo net/hs-HTTP/pkg: DESCR PLIST Log message: Remove unused net/hs-HTTP CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:58 Removed files: devel/hs-QuickCheck: Makefile distinfo devel/hs-QuickCheck/pkg: DESCR PLIST Log message: Remove unused devel/hs-QuickCheck CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:58 Removed files: devel/hs-hslogger: Makefile distinfo devel/hs-hslogger/patches: patch-src_System_Log_Logger_hs devel/hs-hslogger/pkg: DESCR PLIST Log message: Remove unused devel/hs-hslogger CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:58 Removed files: devel/hs-shelly: Makefile distinfo devel/hs-shelly/pkg: DESCR PLIST Log message: Remove unused devel/hs-shelly CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:59 Removed files: net/hs-hostname: Makefile distinfo net/hs-hostname/pkg: DESCR PLIST Log message: Remove unused net/hs-hostname CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:59 Removed files: devel/hs-ansi-terminal: Makefile distinfo devel/hs-ansi-terminal/pkg: DESCR PLIST Log message: Remove unused devel/hs-ansi-terminal CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:05:59 Removed files: devel/hs-lifted-async: Makefile distinfo devel/hs-lifted-async/pkg: DESCR PLIST Log message: Remove unused devel/hs-lifted-async CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:00 Removed files: devel/hs-split : Makefile distinfo devel/hs-split/patches: patch-split_cabal devel/hs-split/pkg: DESCR PLIST Log message: Remove unused devel/hs-split CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:00 Removed files: security/hs-SHA: Makefile distinfo security/hs-SHA/pkg: DESCR PLIST Log message: Remove unused security/hs-SHA CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:01 Removed files: devel/hs-ansi-wl-pprint: Makefile distinfo devel/hs-ansi-wl-pprint/pkg: DESCR PLIST Log message: Remove unused devel/hs-ansi-wl-pprint CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:01 Removed files: devel/hs-lifted-base: Makefile distinfo devel/hs-lifted-base/pkg: DESCR PLIST Log message: Remove unused devel/hs-lifted-base CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:02 Removed files: devel/hs-syb : Makefile distinfo devel/hs-syb/pkg: DESCR PLIST Log message: Remove unused devel/hs-syb CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:02 Removed files: security/hs-crypto-api: Makefile distinfo security/hs-crypto-api/pkg: DESCR PLIST Log message: Remove unused security/hs-crypto-api CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:02 Removed files: devel/hs-async : Makefile distinfo devel/hs-async/patches: patch-async_cabal devel/hs-async/pkg: DESCR PLIST Log message: Remove unused devel/hs-async CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:03 Removed files: devel/hs-mmap : Makefile distinfo devel/hs-mmap/pkg: DESCR PLIST Log message: Remove unused devel/hs-mmap CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:03 Removed files: devel/hs-system-fileio: Makefile distinfo devel/hs-system-fileio/pkg: DESCR PLIST Log message: Remove unused devel/hs-system-fileio CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:03 Removed files: security/hs-cryptohash: Makefile distinfo security/hs-cryptohash/patches: patch-cbits_bitfn_h security/hs-cryptohash/pkg: DESCR PLIST Log message: Remove unused security/hs-cryptohash CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:04 Removed files: devel/hs-base-compat: Makefile distinfo devel/hs-base-compat/pkg: DESCR PLIST Log message: Remove unused devel/hs-base-compat CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:04 Removed files: devel/hs-mmorph: Makefile distinfo devel/hs-mmorph/pkg: DESCR PLIST Log message: Remove unused devel/hs-mmorph CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:05 Removed files: devel/hs-system-filepath: Makefile distinfo devel/hs-system-filepath/pkg: DESCR PLIST Log message: Remove unused devel/hs-system-filepath CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:05 Removed files: security/hs-digest: Makefile distinfo security/hs-digest/pkg: DESCR PLIST Log message: Remove unused security/hs-digest CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:05 Removed files: devel/hs-base16-bytestring: Makefile distinfo devel/hs-base16-bytestring/pkg: DESCR PLIST Log message: Remove unused devel/hs-base16-bytestring CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:06 Removed files: devel/hs-monad-control: Makefile distinfo devel/hs-monad-control/patches: patch-monad-control_cabal devel/hs-monad-control/pkg: DESCR PLIST Log message: Remove unused devel/hs-monad-control CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:06 Removed files: devel/hs-tagged: Makefile distinfo devel/hs-tagged/pkg: DESCR PLIST Log message: Remove unused devel/hs-tagged CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:07 Removed files: security/hs-entropy: Makefile distinfo security/hs-entropy/pkg: DESCR PLIST Log message: Remove unused security/hs-entropy CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:07 Removed files: devel/hs-base64-bytestring: Makefile distinfo devel/hs-base64-bytestring/pkg: DESCR PLIST Log message: Remove unused devel/hs-base64-bytestring CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:07 Removed files: devel/hs-mono-traversable: Makefile distinfo devel/hs-mono-traversable/pkg: DESCR PLIST Log message: Remove unused devel/hs-mono-traversable CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:08 Removed files: devel/hs-tar : Makefile distinfo devel/hs-tar/patches: patch-tar_cabal devel/hs-tar/pkg: DESCR PLIST Log message: Remove unused devel/hs-tar CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:08 Removed files: textproc/hs-attoparsec: Makefile distinfo textproc/hs-attoparsec/pkg: DESCR PLIST Log message: Remove unused textproc/hs-attoparsec CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:09 Removed files: devel/hs-byteable: Makefile distinfo devel/hs-byteable/pkg: DESCR PLIST Log message: Remove unused devel/hs-byteable CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:09 Removed files: devel/hs-nats : Makefile distinfo devel/hs-nats/pkg: DESCR PLIST Log message: Remove unused devel/hs-nats CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:09 Removed files: devel/hs-temporary: Makefile distinfo devel/hs-temporary/pkg: DESCR PLIST Log message: Remove unused devel/hs-temporary CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:10 Removed files: textproc/hs-bytestring-show: Makefile distinfo textproc/hs-bytestring-show/patches: patch-bytestring-show_cabal textproc/hs-bytestring-show/pkg: DESCR PLIST Log message: Remove unused textproc/hs-bytestring-show CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:10 Removed files: devel/hs-cereal: Makefile distinfo devel/hs-cereal/pkg: DESCR PLIST Log message: Remove unused devel/hs-cereal CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:11 Removed files: devel/hs-network: Makefile distinfo devel/hs-network/patches: patch-Network_Socket_hsc devel/hs-network/pkg: DESCR PLIST Log message: Remove unused devel/hs-network CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:11 Removed files: devel/hs-test-framework: Makefile distinfo devel/hs-test-framework/patches: patch-test-framework_cabal devel/hs-test-framework/pkg: DESCR PLIST Log message: Remove unused devel/hs-test-framework CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:12 Removed files: textproc/hs-json: Makefile distinfo textproc/hs-json/pkg: DESCR PLIST Log message: Remove unused textproc/hs-json CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:12 Removed files: devel/hs-cmdargs: Makefile distinfo devel/hs-cmdargs/pkg: DESCR PLIST Log message: Remove unused devel/hs-cmdargs CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:12 Removed files: devel/hs-network-uri: Makefile distinfo devel/hs-network-uri/pkg: DESCR PLIST Log message: Remove unused devel/hs-network-uri CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:13 Removed files: devel/hs-test-framework-hunit: Makefile distinfo devel/hs-test-framework-hunit/pkg: DESCR PLIST Log message: Remove unused devel/hs-test-framework-hunit CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:13 Removed files: textproc/hs-libxml-sax: Makefile distinfo textproc/hs-libxml-sax/pkg: DESCR PLIST Log message: Remove unused textproc/hs-libxml-sax CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:14 Removed files: devel/hs-conduit: Makefile distinfo devel/hs-conduit/pkg: DESCR PLIST Log message: Remove unused devel/hs-conduit CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:14 Removed files: devel/hs-old-locale: Makefile distinfo devel/hs-old-locale/patches: patch-old-locale_cabal devel/hs-old-locale/pkg: DESCR PLIST Log message: Remove unused devel/hs-old-locale CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:14 Removed files: devel/hs-test-framework-quickcheck2: Makefile distinfo devel/hs-test-framework-quickcheck2/patches: patch-test-framework-quickcheck2_cabal devel/hs-test-framework-quickcheck2/pkg: DESCR PLIST Log message: Remove unused devel/hs-test-framework-quickcheck2 CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:15 Removed files: textproc/hs-polyparse: Makefile distinfo textproc/hs-polyparse/pkg: DESCR PLIST Log message: Remove unused textproc/hs-polyparse CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:15 Removed files: devel/hs-constraints: Makefile distinfo devel/hs-constraints/pkg: DESCR PLIST Log message: Remove unused devel/hs-constraints CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:16 Removed files: devel/hs-old-time: Makefile distinfo devel/hs-old-time/patches: patch-old-time_cabal devel/hs-old-time/pkg: DESCR PLIST Log message: Remove unused devel/hs-old-time CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:16 Removed files: devel/hs-tf-random: Makefile distinfo devel/hs-tf-random/pkg: DESCR PLIST Log message: Remove unused devel/hs-tf-random CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:16 Removed files: textproc/hs-wl-pprint-text: Makefile distinfo textproc/hs-wl-pprint-text/pkg: DESCR PLIST Log message: Remove unused textproc/hs-wl-pprint-text CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:17 Removed files: devel/hs-convertible: Makefile distinfo devel/hs-convertible/pkg: DESCR PLIST Log message: Remove unused devel/hs-convertible CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:17 Removed files: devel/hs-primitive: Makefile distinfo devel/hs-primitive/patches: patch-primitive_cabal devel/hs-primitive/pkg: DESCR PLIST Log message: Remove unused devel/hs-primitive CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:17 Removed files: devel/hs-transformers-base: Makefile distinfo devel/hs-transformers-base/pkg: DESCR PLIST Log message: Remove unused devel/hs-transformers-base CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:18 Removed files: textproc/hs-xml: Makefile distinfo textproc/hs-xml/pkg: DESCR PLIST Log message: Remove unused textproc/hs-xml CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:18 Removed files: devel/hs-data-default: Makefile distinfo devel/hs-data-default/pkg: DESCR PLIST Log message: Remove unused devel/hs-data-default CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:18 Removed files: devel/hs-random: Makefile distinfo devel/hs-random/pkg: DESCR PLIST Log message: Remove unused devel/hs-random CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:19 Removed files: devel/hs-transformers-compat: Makefile distinfo devel/hs-transformers-compat/pkg: DESCR PLIST Log message: Remove unused devel/hs-transformers-compat CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:19 Removed files: textproc/hs-xml-types: Makefile distinfo textproc/hs-xml-types/pkg: DESCR PLIST Log message: Remove unused textproc/hs-xml-types CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:20 Removed files: devel/hs-data-ordlist: Makefile distinfo devel/hs-data-ordlist/pkg: DESCR PLIST Log message: Remove unused devel/hs-data-ordlist CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:20 Removed files: devel/hs-regex-applicative: Makefile distinfo devel/hs-regex-applicative/pkg: DESCR PLIST Log message: Remove unused devel/hs-regex-applicative CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:20 Removed files: devel/hs-unix-compat: Makefile distinfo devel/hs-unix-compat/pkg: DESCR PLIST Log message: Remove unused devel/hs-unix-compat CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:21 Removed files: www/hs-html : Makefile distinfo www/hs-html/pkg: DESCR PLIST Log message: Remove unused www/hs-html CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:21 Removed files: devel/hs-dlist : Makefile distinfo devel/hs-dlist/pkg: DESCR PLIST Log message: Remove unused devel/hs-dlist CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:21 Removed files: devel/hs-regex-base: Makefile distinfo devel/hs-regex-base/pkg: DESCR PLIST Log message: Remove unused devel/hs-regex-base CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:22 Removed files: devel/hs-unliftio-core: Makefile distinfo devel/hs-unliftio-core/patches: patch-unliftio-core_cabal devel/hs-unliftio-core/pkg: DESCR PLIST Log message: Remove unused devel/hs-unliftio-core CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:22 Removed files: x11/hs-X11 : Makefile distinfo x11/hs-X11/pkg : DESCR PLIST Log message: Remove unused x11/hs-X11 CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:23 Removed files: devel/hs-echo : Makefile distinfo devel/hs-echo/patches: patch-echo_cabal devel/hs-echo/pkg: DESCR PLIST Log message: Remove unused devel/hs-echo CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:23 Removed files: devel/hs-regex-compat: Makefile distinfo devel/hs-regex-compat/pkg: DESCR PLIST Log message: Remove unused devel/hs-regex-compat CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:23 Removed files: devel/hs-unordered-containers: Makefile distinfo devel/hs-unordered-containers/pkg: DESCR PLIST Log message: Remove unused devel/hs-unordered-containers CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:24 Removed files: x11/hs-X11-xft : Makefile distinfo x11/hs-X11-xft/pkg: DESCR PLIST Log message: Remove unused x11/hs-X11-xft CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:24 Removed files: devel/hs-edit-distance: Makefile distinfo devel/hs-edit-distance/pkg: DESCR PLIST Log message: Remove unused devel/hs-edit-distance CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:24 Removed files: devel/hs-regex-compat-tdfa: Makefile distinfo devel/hs-regex-compat-tdfa/pkg: DESCR PLIST Log message: Remove unused devel/hs-regex-compat-tdfa CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:25 Removed files: devel/hs-utf8-string: Makefile distinfo devel/hs-utf8-string/patches: patch-utf8-string_cabal devel/hs-utf8-string/pkg: DESCR PLIST Log message: Remove unused devel/hs-utf8-string CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:25 Removed files: devel/hs-enclosed-exceptions: Makefile distinfo devel/hs-enclosed-exceptions/pkg: DESCR PLIST Log message: Remove unused devel/hs-enclosed-exceptions CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:25 Removed files: devel/hs-regex-posix: Makefile distinfo devel/hs-regex-posix/pkg: DESCR PLIST Log message: Remove unused devel/hs-regex-posix CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:06:26 Removed files: devel/hs-vector: Makefile distinfo devel/hs-vector/pkg: DESCR PLIST Log message: Remove unused devel/hs-vector CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/03 23:15:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Quirks for hs-* removals CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/04 00:43:16 Modified files: x11/polybar : Makefile distinfo Log message: - update to polybar-3.5.5 - enable i3 support, based on a diff by Guy Godfroy CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/04 00:46:26 Modified files: sbin/ifconfig : ifconfig.c Log message: remove extra argument to printf CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/04 00:58:28 Modified files: x11/gtksourceview4: Makefile distinfo x11/gtksourceview4/patches: patch-meson_build Log message: update to gtksourceview4-4.8.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/04 01:12:58 Modified files: devel/spidermonkey78: Makefile distinfo Log message: update to spidermonkey-78.8.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/04 01:38:38 Modified files: devel/py-lief : Makefile distinfo Log message: update to lief-0.11.3 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/04 01:38:48 Modified files: sys/uvm : uvm_pager.h uvm_vnode.c uvm_vnode.h Log message: Bring back previous fix for UVM vnode deadlock. tb@ reports that refaulting when there's contention on the vnode makes firefox start very slowly on his machine. To revisit when the fault handler will be unlocked. ok anton@ Original commit 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: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/04 01:50:31 Modified files: audio/musique : Makefile Log message: Remove what seems to be a left over dependency on the old multimedia/gstreamer-0.10 stack. tested and OK kn@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/04 02:00:03 Modified files: sys/uvm : uvm_anon.c uvm_aobj.c uvm_km.c uvm_pdaemon.c uvmexp.h uvm_swap.c Log message: Modify `uvmexp.swpgonly' atomically, required for uvm_fault() w/o KERNEL_LOCK() ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/04 02:02:38 Modified files: sys/kern : kern_sig.c kern_synch.c sys/sys : signalvar.h sys/ufs/mfs : mfs_vfsops.c Log message: Merge issignal() and CURSIG() in preparation for turning it mp-safe. This makes appear some redundant & racy checks. ok semarie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/04 02:32:49 Modified files: usr.bin/make : enginechoice.c enginechoice.h Log message: somehow I forgot to add copyright and to include the right prototypes. No actual code change (checked with cmp) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/04 02:34:30 Modified files: usr.bin/make : enginechoice.c Log message: better if I commit the version which actually includes the header ;) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/04 02:45:31 Modified files: usr.bin/make : lst.h Log message: warn about proper usage of Lst_Destroy. as noticed by jsg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 03:56:47 Modified files: sbin/dhclient : kroute.c Log message: Add sys/queue.h to the include list since imsg.h needs it. Currently net/route.h pulls this is as a side-effect. OK krw@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2021/03/04 05:53:42 Modified files: multimedia/kid3: Makefile distinfo Removed files: multimedia/kid3/patches: patch-src_app_cli_standardiohandler_cpp patch-src_core_CMakeLists_txt patch-src_gui_CMakeLists_txt Log message: Minor (mostly bugfix) update of Kid3 to 3.8.5. All our patches went upstream. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 06:01:41 Modified files: usr.sbin/rpki-client: Makefile extern.h io.c main.c Added files: usr.sbin/rpki-client: http.c Log message: Implement a https client as a sub-process for rpki-client. This code will be used to fetch TA certs and later on for RRDP. Kind of unreached for now since the default TAL files don't include https URI. The http client is fully asynchronous and can handle multiple downloads at the same time. This code was based on the http client in ftp(1). OK tb@, job@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/04 06:21:34 Modified files: multimedia : Makefile Removed files: multimedia/gstreamer-0.10: Makefile Makefile.inc multimedia/gstreamer-0.10/core: Makefile distinfo multimedia/gstreamer-0.10/core/patches: patch-configure_ac patch-gst_Makefile_in patch-gst_parse_grammar_y patch-libs_gst_base_Makefile_in patch-libs_gst_check_Makefile_in patch-libs_gst_controller_Makefile_in patch-libs_gst_net_Makefile_in multimedia/gstreamer-0.10/core/pkg: DESCR PLIST multimedia/gstreamer-0.10/plugins-bad: Makefile distinfo multimedia/gstreamer-0.10/plugins-bad/patches: patch-common_gst-glib-gen_mak patch-common_m4_gst-dowhile_m4 patch-configure_ac patch-ext_apexsink_gstapexraop_c patch-ext_curl_gstcurlsink_c patch-ext_mpeg2enc_gstmpeg2encstreamwriter_cc patch-ext_mpeg2enc_gstmpeg2encstreamwriter_hh patch-ext_vp8_gstvp8utils_h multimedia/gstreamer-0.10/plugins-bad/pkg: DESCR-main DESCR-mjpeg DESCR-neon PLIST-main PLIST-mjpeg PLIST-neon multimedia/gstreamer-0.10/plugins-base: Makefile distinfo multimedia/gstreamer-0.10/plugins-base/patches: patch-common_gst-glib-gen_mak patch-configure_ac patch-ext_cdparanoia_gstcdparanoiasrc_c patch-ext_vorbis_gstvorbisdeclib_h patch-gst-libs_gst_video_video_h patch-gst_audioresample_resample_c multimedia/gstreamer-0.10/plugins-base/pkg: DESCR PLIST multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile distinfo multimedia/gstreamer-0.10/plugins-ffmpeg/patches: patch-configure_ac patch-ext_ffmpeg_gstffmpegcodecmap_c patch-ext_ffmpeg_gstffmpegdec_c patch-ext_ffmpeg_gstffmpegdemux_c patch-ext_ffmpeg_gstffmpegutils_c patch-gst-libs_ext_libav_configure patch-gst-libs_ext_libav_libavcodec_arm_asm_S patch-gst-libs_ext_libav_libavcodec_inverse_c multimedia/gstreamer-0.10/plugins-ffmpeg/pkg: DESCR PLIST multimedia/gstreamer-0.10/plugins-good: Makefile distinfo multimedia/gstreamer-0.10/plugins-good/files: Makefile.am gstsndio.c sndiosink.c sndiosink.h sndiosrc.c sndiosrc.h multimedia/gstreamer-0.10/plugins-good/patches: patch-common_gst-glib-gen_mak patch-common_m4_gst-dowhile_m4 patch-configure_ac patch-ext_Makefile_am patch-gst_flx_gstflxdec_c patch-gst_goom_mmx_h patch-m4_aalib_m4 patch-sys_oss_Makefile_am patch-sys_oss_gstosshelper_c patch-sys_oss_gstossmixerelement_c patch-sys_v4l2_gstv4l2bufferpool_c patch-sys_v4l2_gstv4l2object_h patch-sys_v4l2_v4l2_calls_c patch-sys_v4l2_v4l2_calls_h multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-aalib DESCR-caca DESCR-dv DESCR-main PLIST-aalib PLIST-caca PLIST-dv PLIST-main multimedia/gstreamer-0.10/plugins-ugly: Makefile distinfo multimedia/gstreamer-0.10/plugins-ugly/patches: patch-common_m4_gst-dowhile_m4 patch-ext_sidplay_Makefile_in multimedia/gstreamer-0.10/plugins-ugly/pkg: DESCR-lame DESCR-main DESCR-sidplay PLIST-lame PLIST-main PLIST-sidplay Log message: Bye bye old gstreamer-0.10. Nothing needs you anymore... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/04 06:21:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register old gstreamer packages. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/04 06:22:58 Modified files: productivity/workrave/patches: patch-configure Log message: Old gstreamer is gone. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/04 06:48:38 Modified files: x11/xfce4/xfdashboard: Makefile distinfo x11/xfce4/xfdashboard/pkg: PLIST Log message: x11/xfce4/xfdashboard: update to 0.8.1 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 07:00:26 Modified files: usr.sbin/rpki-client: http.c Log message: Simply ignore errors from tls_close(). ftp(1) does the same and it seems too many servers out there fail to properly close the TLS session which results in unneccessary warnings like TLS close: EOF without close notify Result of a discussion with job@ and tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 07:02:34 Modified files: usr.sbin/rpki-client: rsync.c Log message: Remove NOTREACHED marker, it should be obvious when the code is: exit(rc); /* NOTREACHED */ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 07:04:47 Modified files: usr.sbin/rpki-client: main.c Log message: Replace NOTREACHED with actuall errx() calls. I managed to return from the proc_xyz() function at least in two occastions and it is not that trivial to realize what goes wrong. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/04 07:15:47 Modified files: usr.sbin/rpki-client: http.c Log message: zap whitespace on three lines CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/04 07:16:21 Modified files: usr.sbin/rpki-client: main.c Log message: an -> and CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 07:24:17 Modified files: usr.sbin/rpki-client: main.c mft.c rsync.c Log message: Use the same way to error out in out of memory situation. Just use 'err(1, NULL);' there is no need to include the type of function that failed since it is still impossible to locate the right call. Just use a debugger in that case. OK tb@ deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 07:24:54 Modified files: usr.sbin/rpki-client: http.c Log message: Unify the out of memory errors here as well. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 07:29:02 Modified files: etc/rpki : afrinic.tal apnic.tal ripe.tal Log message: Update TAL files to offical versions that include a https:// URL for the trust anchor. rpki-client will then use the https:// URL first and fall back to rsync if the https request failed. OK job@ tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/04 08:35:39 Modified files: usr.sbin/rpki-client: main.c Log message: Last commit was done from a non-clean tree. Revert one line that broke everything. Oups. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/03/04 08:38:06 Modified files: sys/arch/mips64/mips64: clock.c Log message: Update clock interrupt count atomically. This avoids errors that can arise when multiple cores update the variable at the same time. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/04 08:43:18 Modified files: usr.sbin/rpki-client: gbr.c Log message: typo in comment CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/04 08:44:13 Modified files: usr.sbin/rpki-client: main.c http.c Log message: Add two error checks for strdup for consistency. ok claudio CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/03/04 09:34:47 Modified files: sys/arch/octeon/dev: octeon_pcibus.c Removed files: sys/arch/octeon/dev: octeon_pcibusvar.h Log message: Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/03/04 09:44:07 Modified files: sys/arch/octeon/dev: octeon_pcibus.c Log message: Tweak whitespace and adjust prototypes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/04 09:59:05 Modified files: x11/remmina : Makefile Log message: Don't build icon nor mime DB cache at build time. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/04 10:03:42 Modified files: share/man/man4 : wsmouse.4 Log message: new sentence, new line; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/04 11:32:52 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Print feature that indicates a CPU core supports 16-bit ASIDs. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/04 11:36:52 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Turns out the cores on Apple's M1 SoC only support 8-bit ASIDs. Thank you Apple (not)! Add an initial attempt to support such systems. This isn't good enough since the kernel will hang once you create more than 127 processes. But it makes things work reasonably well until you reach that limit which is good enough to build things on the machine itself. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/04 13:12:07 Removed files: devel/spidermonkey78/patches: patch-Cargo_toml Log message: remove patch that should've been removed with the update to 78.8.0; spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/04 14:17:58 Modified files: editors/nano : Makefile distinfo Log message: editors/nano: update to 5.6.1 Noteworth changes: - A search highlights the found text, in black on yellow by default. - Option --markmatch / 'set markmatch' has been removed. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/04 15:20:24 Modified files: sbin/iked : Makefile ikev2.c Log message: Derive config netmask from address pool if not explicitly configured. ok markus@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/04 15:27:13 Modified files: sbin/iked : Makefile Log message: Remove -g from CFLAGS. This was accidentally added with the last commit. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/04 15:46:21 Log message: Import pmenu-2.2.0 pmenu is a pie menu utility for X. It receives a menu specification OD in stdin, shows a menu for the user to select one of the options, and outputs the option selected to stdout. Features include radial Submenus (some pie-menu slices can spawn another menu), Icons (pie-menu slices can contain icon image),X resources support and Root window mode ok tracey@ Port submitted by Jerome KASPER, maintainer. Status: Vendor Tag: solene Release Tags: solene_20210304 N ports/x11/pmenu/Makefile N ports/x11/pmenu/distinfo N ports/x11/pmenu/pkg/DESCR N ports/x11/pmenu/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/04 15:46:58 Modified files: x11 : Makefile Log message: + pmenu CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/04 17:18:26 Modified files: sys/arch/arm64/dev: smmu.c Log message: Extend the commented code that shows which additional mappings are needed, or which regions need to be reserved. As it turns out, a region we should not map is the PCIe address space. Making a PCIe device try to do DMA to an address in PCIe address space will obviously not make its way to SMMU and host memory. We'll probably have to add an API for that. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/04 17:55:45 Modified files: sys/arch/arm64/dev: smmu.c smmuvar.h Log message: Introduce an IOVA allocator instead of mapping pages 1:1. Mapping pages 1:1 obviously reduces the overhead of IOVA allocation, but instead you have the problem of doubly mapped pages, and making sure a page is only unmapped once the last user is gone. My initial attempt, modeled after apldart(4), calls the allocator for each segment. Unfortunately this introduces a performance penalty which reduces performance from around 700 Mbit/s to about 20 Mbit/s, or even less, in a simple single stream tcpbench scenario. Most mbufs from userland seem to have at least 3 segments. Calculating the needed IOVA space upfront reduces this penalty. IOVA allocation overhead could be reduced once and for all if it is possible to reserve IOVA during bus_dmamap_create(9), as it is only called upon creation and basically never for each DMA cycle. This needs some more thought. With this we now put the pressure on the PTED pools instead. Additionally, but not part of this diff, percpu pools for the PTEDs seem to reduce the overhead for that single stream tcpbench scenario to 0.3%. Right now this means we're hitting a different bottleneck, not related to the IOMMU. The next bottleneck will be discovered once forwarding is unlocked. Though it should be possible to benchmark the current implementation, and different designs, using a cycles counter. With IOVA allocation it's not easily possible to correlate memory passed to bus_dmamem_map(9) with memory passed to bus_dmamap_load(9). So far my code try to use the same cachability attributes as the kenrel uses for its userland mappings. For the devices we support, there seems to be no need so far. If this ever gives us any trouble in the feature, I'll have a look and fix it. While drivers should call bus_dmamap_unload(9) before bus_dmamap_destroy(9), the API explicitly states that bus_dmamap_destroy(9) should unload the map if it is still loaded. Hence we need to do exactly that. I actually have found one network driver which behaves that way, and the developer intends to change the network driver's behaviour. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/04 18:16:55 Modified files: sys/arch/arm64/dev: smmu.c Log message: Improve readability of softc accesses. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/03/04 18:21:01 Modified files: games/mirrormagic: Makefile Added files: games/mirrormagic/patches: patch-src_main_c Log message: Fix -fno-common issues, taken from AUR. ok tb@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/04 18:24:44 Modified files: devel/glog : Makefile Log message: Fixes the build for some non-amd64 archs. (In particular sparc64 and mips64) and it should also do the same for aarch64. Tested by myself and visa@ on sparc64 and mips64 From Ashton Fagg (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/04 18:25:08 Added files: devel/glog/patches: patch-src_symbolize_unittest_cc Log message: Add the missing patch I forgot to add CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/03/04 19:49:42 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-3.3.3 Changelog for the last 2 point releases: https://github.com/gavinhoward/bc/releases CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/03/04 20:51:41 Modified files: sys/net : if_ethersubr.c Log message: work with 64bit ethernet addresses in ether_input(). this applies the tricks with addresses from veb and etherbridge code to the normal ethernet input processing. it basically loads the destination address from the packet and the interface ethernet address into uint64_ts for comparison. tested by hrvoje popovski and chris cappuccio tested here on amd64, arm64, and sparc64 ok claudio@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/04 22:30:45 Modified files: sys/uvm : uvm_map.c Log message: ansi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/04 23:01:13 Modified files: sys/ufs/ext2fs : ext2fs.h Log message: ansi CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/03/04 23:44:10 Modified files: sys/netinet : if_ether.h sys/net : if_bridge.c if_ethersubr.c if_switch.c if_tpmr.c if_veb.c Log message: pass the uint64_t dst ethernet address from ether_input to bridges. tested on amd64 and sparc64. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/05 00:01:36 Modified files: sys/isofs/cd9660: cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c cd9660_util.c cd9660_vfsops.c cd9660_vnops.c iso.h Log message: ansi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/05 00:10:07 Modified files: sys/isofs/cd9660: cd9660_lookup.c cd9660_node.c cd9660_rrip.c cd9660_vfsops.c cd9660_vnops.c Log message: deregister CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/03/05 00:34:46 Modified files: lib/libutil : login_fbtab.3 Log message: Stop abusing display blocks under the authors section in order to respect literal line breaks. This has the unwanted side effect of rendering the authors section using a monospace font over at man.openbsd.org. Instead use br macros to force line breaks. With help from and ok jmc@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/03/05 00:42:54 Modified files: devel/p5-IO-AIO: Makefile distinfo devel/p5-IO-AIO/pkg: PLIST Log message: Update to p5-IO-AIO-4.75 from wen heping CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/05 00:48:59 Modified files: shells/fish : Makefile distinfo shells/fish/pkg: PLIST Log message: Update to fish-3.2.0 ok abieber@ Removal of maintainer per their demand CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/05 00:53:54 Modified files: comms/xastir : Makefile distinfo comms/xastir/patches: patch-Makefile_in patch-src_gps_c patch-src_interface_c comms/xastir/pkg: PLIST Added files: comms/xastir/patches: patch-src_xastir_udp_client_c Removed files: comms/xastir/patches: patch-configure_ac patch-src_map_geo_c patch-src_objects_h patch-src_x_spider_h patch-src_xa_config_c patch-src_xa_config_h Log message: comms/xastir: update to 2.1.6. From Michael ( michi plus openbsd at dataswamp dot org) who takes MAINTAINER, thanks ! while here, add a configure.ac patch backported from https://github.com/Xastir/Xastir/commit/6ee6348ca9ad8556e48d26d976f5d6709e8e31cb to properly detect an upcoming proj 8 update - backwards compatible with the in-tree proj 7.2.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/05 00:55:10 Added files: comms/xastir/patches: patch-configure_ac Log message: comms/xastir: fix proj 8 detection actually add the configure.ac patch this time, backported from https://github.com/Xastir/Xastir/commit/6ee6348ca9ad8556e48d26d976f5d6709e8e31cb to properly detect an upcoming proj 8 update - backwards compatible with the in-tree proj 7.2.1. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/03/05 01:16:24 Modified files: multimedia/shotcut: Makefile distinfo multimedia/shotcut/patches: patch-src_src_pro multimedia/shotcut/pkg: PLIST Added files: multimedia/shotcut/patches: patch-src_util_cpp Log message: update to newer release "works great okay" tracey@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2021/03/05 01:41:26 Modified files: usr.sbin/npppd/pptp: pptp_call.c pptp_ctrl.c Log message: Fix some heap over-read in logging in PPTP protocol handler. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2021/03/05 02:12:13 Log message: fortune-mod-ru is a collection of Russian fortunes, authored by Pavel Maryanov, Nikolay Vekshin, Evgeniy Kascheev & Sergey Sharshutin. Tweaks and okay rsadowski@ Status: Vendor Tag: zhuk Release Tags: zhuk_20210305 N ports/misc/fortunes-ru/Makefile N ports/misc/fortunes-ru/distinfo N ports/misc/fortunes-ru/pkg/DESCR N ports/misc/fortunes-ru/pkg/PLIST N ports/misc/fortunes-ru/pkg/MESSAGE N ports/misc/fortunes-ru/pkg/UNMESSAGE No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/05 02:21:08 Modified files: sys/net : bsd-comp.c ppp-deflate.c Log message: ansi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/05 02:37:20 Modified files: sys/dev/mii : icsphy.c inphy.c iophy.c lxtphy.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/05 02:52:23 Modified files: geo/qmapshack : Makefile Log message: geo/qmapshack: add link to upstream issue about proj8 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/03/05 02:59:58 Modified files: x11/autocutsel : Makefile distinfo Removed files: x11/autocutsel/patches: patch-common_c Log message: Update to autocutsel-0.10.1 Includes our off-by-one fix. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 03:42:29 Modified files: devel/libtalloc: Makefile Added files: devel/libtalloc/pkg: DESCR-main DESCR-python PLIST-main PLIST-python Removed files: devel/libtalloc/pkg: DESCR PLIST Log message: split libtalloc's Python bindings off to a subpackage, ok jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 03:43:05 Modified files: mail/notmuch/notmuch: Makefile net/freeradius3: Makefile net/ocserv : Makefile net/samba : Makefile sysutils/py-tsk: Makefile Log message: bump REVISION for libtalloc split, add dep on py-libtalloc to samba ok jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 04:03:41 Modified files: devel/libplist : Makefile Log message: libplist: disable attempting to build python bindings in CONFIGURE_ARGS CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2021/03/05 04:35:07 Modified files: devel/cvs2gitdump: Makefile distinfo Log message: Update to cvs2gitdump-20210221 which run on Python 3. ok sthen CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2021/03/05 05:17:00 Modified files: misc : Makefile Log message: Link up fortunes-ru, reminded by rsadowski@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 05:27:16 Modified files: devel/help2man : Makefile distinfo Log message: update to help2man-1.48.2 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/05 05:33:19 Modified files: usr.sbin/rpki-client: extern.h Log message: Remove space at end of line CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 05:33:36 Modified files: www/calamaris : Makefile Log message: update calamaris HOMEPAGE/MASTER_SITES set portroach skipv to ignore the current upstream version (which is beta) CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/03/05 05:37:32 Modified files: usr.sbin/smtpd : ca.c config.c dispatcher.c iobuf.c iobuf.h ioev.c ioev.h mta.c mta_session.c parse.y smtp.c smtp.h smtp_client.c smtp_session.c smtpc.c smtpd.c smtpd.conf.5 smtpd.h ssl.c ssl.h to.c usr.sbin/smtpd/smtp: Makefile usr.sbin/smtpd/smtpd: Makefile Log message: Start porting smtpd to libtls. Note that it changes the way SNI works: The certificate to use is now selected by looking at the names found in the certificates themselves, rather than the names of the pki entries in the configuration file. The set of certificates for a tls listener must be defined explicitly by using the pki listener option multiple times. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/05 05:40:14 Modified files: sys/dev/pci : adv_pci.c adw_pci.c ahc_pci.c cac_pci.c cs4281.c cy_pci.c i82365_pci.c if_ep_pci.c if_hme_pci.c if_wb.c iha_pci.c pccbb.c twe_pci.c sys/dev/pci/bktr: bktr_os.c sys/dev/pci/drm/i915/gt: agp_intel_gtt.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/05 05:45:55 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.345. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 05:51:06 Modified files: www/p5-URI-Find: Makefile distinfo www/p5-URI-Find/pkg: PLIST Log message: update to p5-URI-Find-20160806 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 05:51:54 Modified files: www/p5-URI : Makefile distinfo www/p5-URI/pkg : PLIST Log message: update to p5-URI-5.09 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/05 05:56:06 Modified files: net : Makefile net/py-ifaddr : Makefile distinfo net/py-ifaddr/pkg: PLIST Log message: Update to ifaddr 0.1.7. Drop python2 support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/05 05:56:27 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-ifaddr' => 'py3-ifaddr' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/05 05:57:17 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-9.1.1. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/03/05 05:57:20 Modified files: usr.sbin/pcidump: pcidump.c Log message: add missing PCI classes OK dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 06:00:38 ports/www/p5-libapreq2/patches Update of /cvs/ports/www/p5-libapreq2/patches In directory cvs.openbsd.org:/tmp/cvs-serv32218/patches Log Message: Directory /cvs/ports/www/p5-libapreq2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 06:01:04 Modified files: www/p5-libapreq2: Makefile distinfo Added files: www/p5-libapreq2/patches: patch-glue_perl_t_conf_extra_conf_in patch-module_t_conf_extra_conf_in Log message: update to p5-libapreq2-2.13 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/05 06:20:19 Modified files: sys/dev/puc : com_puc.c lpt_puc.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/05 07:01:05 Modified files: net/gomuks : Makefile distinfo Log message: Update gomuks to v0.2.3 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/05 07:08:10 Modified files: net/dendrite : Makefile distinfo Log message: Update dendrite to v0.3.11 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/05 07:13:15 Modified files: net/go-ipfs : Makefile distinfo Log message: Update go-ipfs to v0.8.0 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/05 07:17:28 Modified files: devel/sqlc : Makefile distinfo Log message: Update sqlc to v1.7.0 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/05 07:31:10 Modified files: mail/opensmtpd-filters/rspamd: Makefile distinfo Log message: Update opensmtpd-filters/rspamd to 0.1.7 - Switch to MODGO_* - Add myself as maintainer. Discussed with Gilles here: https://github.com/poolpOrg/filter-rspamd/pull/37 Thanks to Mark Patruck for testing / reporting! CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/05 07:34:58 Modified files: graphics/exiv2/patches: patch-cmake_compilerFlags_cmake Log message: Remove -fcf-protection from the cmake compiler options That option isn't supported on all our arches (in particular sparc64). Fixes the build on sparc64 ok sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 08:00:20 Modified files: telephony/asterisk: Makefile distinfo Log message: update to asterisk-18.2.2 * AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite. When Asterisk sends a reinvite negotiating T38 faxing, it's possible a crash can occur if the response contains a m=image and zero port. The reinvite callback code now checks session_media to see if it is null or not before trying to access the udptl variable on it. ASTERISK-29305 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 08:12:11 Modified files: telephony/asterisk: Tag: OPENBSD_6_8 Makefile distinfo Log message: update to asterisk-16.16.2 * AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite. When Asterisk sends a reinvite negotiating T38 faxing, it's possible a crash can occur if the response contains a m=image and zero port. The reinvite callback code now checks session_media to see if it is null or not before trying to access the udptl variable on it. ASTERISK-29305 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 08:13:55 Modified files: lang/php/7.4 : Makefile distinfo Log message: update to php-7.4.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 08:14:20 Modified files: lang/php/7.4 : Tag: OPENBSD_6_8 Makefile distinfo Log message: update to php-7.4.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 08:17:19 Modified files: lang/php/8.0 : Makefile distinfo Log message: update to php-8.0.3 CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2021/03/05 08:22:03 Modified files: bin/ksh : var.c Log message: Fix old ksh bug: wrong variable being looked up when value is provided. This results, e.g., in allowing the first item of a read-only array to be overwritten, as found by Jordan Geoghegan. okay tb@ CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2021/03/05 08:24:38 Modified files: regress/bin/ksh: obsd-regress.t Log message: Test case for read-only array being not that read-only in ksh. okay tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/05 08:49:12 Modified files: net/py-zeroconf: Makefile distinfo Log message: Update to py3-zeroconf-0.28.8. ok jung@ (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/05 09:00:00 Modified files: usr.sbin/rpki-client: extern.h mft.c validate.c Log message: Factor out the SHA256 hash checks into valid_filehash() so that it can be used by the RRDP code as well. OK tb@ CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/05 09:16:53 Modified files: usr.bin/mg : dired.c Log message: If there is a problem with opening a directory via M-x dired, let the user know. EACCESS is currently accounted for, but nothing else. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/05 10:15:19 Modified files: usr.sbin/rpki-client: cert.c extern.h tal.c validate.c Log message: Factor out the URI check we do in various places into valid_uri(). RRDP will add a bunch more checks so this makes even more sense. With and OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/05 10:28:09 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: dummy.c Log message: Fix regress tests after changes to tal.c, mft.c, and cert.c. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/03/05 12:24:06 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.2.16.0 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/03/05 13:06:39 Modified files: usr.sbin/pcidump: pcidump.c Log message: Avoid print for NULL pointer The subclass arrays have to be empty. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 13:48:47 Modified files: devel/py-importlib_resources: Makefile distinfo devel/py-importlib_resources/pkg: PLIST Log message: update to py-importlib_resources 5.1.1, from maintainer remove stray backslash while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/05 13:52:23 Modified files: net/i2p : Makefile distinfo net/i2p/pkg : PLIST Log message: update i2p to a commit near 0.9.49, from maintainer CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/03/05 13:58:51 Modified files: devel/attinycore: Makefile distinfo Log message: Update devel/attinycore to 1.5.1. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2021/03/05 14:03:50 Modified files: games/multimc : Makefile games/multimc/pkg: PLIST Added files: games/multimc/pkg: README Log message: For better compatibility with the modern releases of Minecraft, switch to Java 11 by default, and remove lwjgl 2 runtime dependency. Also add a pkg-readme to tell players how to install java 1.8 and lwjgl 2 so they can play older (and especially modded) versions. OK maintainer CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/05 15:03:51 Modified files: sbin/iked : Makefile iked.h parse.y Added files: sbin/iked : print.c Log message: Move policy printing code from parse.y to new print.c ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/05 15:08:25 Modified files: sbin/iked : ikev2.c Log message: Log transforms of established IKE and Child SAs. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/05 15:26:05 Modified files: sbin/iked : iked.h ikev2.c Log message: Print PFS group for rekeyed Child SAs. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: helg@cvs.openbsd.org 2021/03/05 20:41:41 ports/sysutils/libfuse Update of /cvs/ports/sysutils/libfuse In directory cvs.openbsd.org:/tmp/cvs-serv91319/libfuse Log Message: Directory /cvs/ports/sysutils/libfuse added to the repository CVSROOT: /cvs Module name: ports Changes by: helg@cvs.openbsd.org 2021/03/05 20:42:14 ports/sysutils/libfuse/patches Update of /cvs/ports/sysutils/libfuse/patches In directory cvs.openbsd.org:/tmp/cvs-serv32347/patches Log Message: Directory /cvs/ports/sysutils/libfuse/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: helg@cvs.openbsd.org 2021/03/05 20:42:14 ports/sysutils/libfuse/pkg Update of /cvs/ports/sysutils/libfuse/pkg In directory cvs.openbsd.org:/tmp/cvs-serv32347/pkg Log Message: Directory /cvs/ports/sysutils/libfuse/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/05 22:34:47 Modified files: devel/legit : Makefile distinfo devel/legit/pkg: PLIST Log message: update legit to 1.2.0 and switch to python3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/05 22:54:56 Modified files: devel/ophis : Makefile distinfo devel/ophis/pkg: PLIST Log message: update ophis to latest commit for python3 support CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/05 23:36:22 Log message: Import (initial) KDE Plasma 5.21.0 style/theme ports Make KDE applications beautiful kdecoration-5.21.0: plugin-based library to create KDE window decorations Description: KDecoration2 is a library to create window decorations. These window decorations can be used by for example an X11 based window manager which re-parents a Client window to a window decoration frame. The library consists of two parts: * Decoration API for implementing a Decoration theme * Private API to implement the backend part (e.g. from Window Manager side) Maintainer: Rafael Sadowski breeze-5.21.0: Breeze KDE desktop theme Description: Native part of KDE desktop theme Breeze. Maintainer: Rafael Sadowski breeze-grub-5.21.0: KDE Breeze grub theme Description: Breeze theme for GRUB 2 Maintainer: Rafael Sadowski breeze-gtk-5.21.0: GTK2 theme matching KDE Breeze Description: A GTK Theme Built to Match KDE's Breeze. GTK2 theme made by ScionicSpectre, https://github.com/scionicspectre/BreezyGTK . Maintainer: Rafael Sadowski OK zhuk@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210306 N ports/x11/kde-plasma//Makefile N ports/x11/kde-plasma//Makefile.inc N ports/x11/kde-plasma//breeze-grub/Makefile N ports/x11/kde-plasma//breeze-grub/distinfo N ports/x11/kde-plasma//breeze-grub/pkg/DESCR N ports/x11/kde-plasma//breeze-grub/pkg/PLIST N ports/x11/kde-plasma//breeze-gtk/Makefile N ports/x11/kde-plasma//breeze-gtk/distinfo N ports/x11/kde-plasma//breeze-gtk/pkg/DESCR N ports/x11/kde-plasma//breeze-gtk/pkg/PLIST N ports/x11/kde-plasma//breeze/Makefile N ports/x11/kde-plasma//breeze/distinfo N ports/x11/kde-plasma//breeze/pkg/DESCR N ports/x11/kde-plasma//breeze/pkg/PLIST N ports/x11/kde-plasma//kdecoration/Makefile N ports/x11/kde-plasma//kdecoration/distinfo N ports/x11/kde-plasma//kdecoration/pkg/DESCR N ports/x11/kde-plasma//kdecoration/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/05 23:38:13 Modified files: x11 : Makefile Log message: Link kde-plasma CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/03/06 00:10:24 Modified files: math/ntl : Makefile distinfo Log message: Update to ntl-11.4.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 00:33:55 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.9.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 00:34:26 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 00:34:37 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 00:35:04 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 00:43:30 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/patches: patch-lib_googlecloudsdk_core_config_json sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-330.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 00:53:26 Modified files: net/gnugk : Makefile distinfo Added files: net/gnugk/patches: patch-RasSrv_cxx Log message: Update to gnugk-5.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 01:08:51 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build sysutils/libvirt/pkg: PLIST Removed files: sysutils/libvirt/patches: patch-src_cpu_cpu_arm_c Log message: Update to libvirt-7.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 01:09:01 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-7.1.0. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/06 01:13:44 Modified files: games/stone-soup: Makefile distinfo games/stone-soup/patches: patch-source_Makefile games/stone-soup/pkg: PFRAG.no-no_x11 PLIST Log message: update to stone-soup 0.26.1 for python3 support CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/06 01:18:20 Modified files: devel/ophis : Makefile distinfo Log message: one newer commit... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/06 01:31:42 Modified files: usr.bin/make : parse.c Log message: put back Lst_Destroy(paths) where it belongs noticed by jsg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/06 02:20:50 Modified files: sys/dev : rnd.c sys/kern : genassym.sh uipc_mbuf.c sys/lib/libkern: muldi3.c sys/dev/microcode/adw: adwmcode.c sys/arch/i386/isa: isa_machdep.c sys/arch/i386/pci: pci_intr_fixup.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 02:35:09 Modified files: net/bro : Makefile distinfo net/bro/patches: patch-auxil_broker_CMakeLists_txt patch-auxil_zeek-archiver_zeek-archiver_cc net/bro/pkg : PLIST Added files: net/bro/patches: patch-CMakeLists_txt patch-auxil_broker_caf_CMakeLists_txt patch-src_ScannedFile_cc patch-src_zeek_bif Removed files: net/bro/patches: patch-auxil_broker_caf_libcaf_core_CMakeLists_txt patch-auxil_broker_caf_libcaf_io_CMakeLists_txt patch-auxil_broker_caf_libcaf_openssl_CMakeLists_txt patch-auxil_libkqueue_test_test_c patch-src_iosource_Packet_cc Log message: Update to zeek-4.0.0 (LTS version). The issue with cluster mode is still present unfortunately... CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 02:43:14 Modified files: databases/recoll: Makefile distinfo databases/recoll/patches: patch-Makefile_in databases/recoll/pkg: PLIST Log message: update to recoll-1.28.6, build recollq tool. ok aja@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/03/06 03:48:34 Modified files: www/hugo : Makefile distinfo Log message: update of www/hugo to 0.81.0 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 04:59:50 Modified files: cad/netgen : Makefile distinfo cad/netgen/patches: patch-Makefile Log message: update to netgen-1.5.171, from maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 04:59:59 Modified files: cad/magic : Makefile distinfo cad/magic/patches: patch-magic_proto_magicrc_in patch-scripts_configure cad/magic/pkg : PLIST Log message: update to magic-8.3.137, from maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 05:01:31 Modified files: x11/herbstluftwm: Makefile distinfo x11/herbstluftwm/pkg: PLIST Log message: update to herbstluftwm-0.9.2, from maintainers, plus regen plist CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/06 05:26:26 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.2.1 fix a crash when making a bookmark. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 06:55:42 Modified files: net/ettercap : Makefile Log message: ettercap: remove Makefile junk from working on the previous update CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/06 07:31:36 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20210305 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 08:29:07 Modified files: games/f1spirit : Makefile distinfo Log message: f1spirit: rename the distfile. if the contents of a distfile change under the same name upstream, use DISTFILES=local{remote}suffix so that the fetched copy has a new name. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 08:31:12 Modified files: textproc/p5-PDF-API2: Makefile distinfo Log message: update to p5-PDF-API2-2.039 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 08:49:16 Modified files: net/py-idna : Makefile distinfo Log message: update to py-idna-2.10 (skipping 3.x for now due to py2 deps) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 08:52:07 Modified files: www/p5-XML-Feed: Makefile distinfo Log message: update to p5-XML-Feed-0.61 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 08:56:32 Modified files: sysutils/p5-Unix-Statgrab: Makefile distinfo sysutils/p5-Unix-Statgrab/pkg: PLIST Log message: update to p5-Unix-Statgrab-0.112 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 09:00:23 Modified files: textproc/py-sphinx-notfound-page: Makefile distinfo Log message: update to py3-sphinx-notfound-page-0.6 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/06 09:09:50 Modified files: distrib/sets/lists/comp: md.landisk Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 09:12:53 Modified files: devel/p5-DateTime-Format-ISO8601: Makefile distinfo Log message: update to p5-DateTime-Format-ISO8601-0.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 09:13:18 Modified files: devel/p5-DateTime-Format-Natural: Makefile distinfo Log message: update to p5-DateTime-Format-Natural-1.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 09:16:16 Modified files: devel/p5-Path-Tiny: Makefile distinfo Log message: update to p5-Path-Tiny-0.118 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 09:23:22 Modified files: devel/py-babel : Makefile distinfo devel/py-babel/pkg: PLIST Log message: update to py-babel-2.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 09:28:05 Modified files: telephony/p5-asterisk: Makefile distinfo telephony/p5-asterisk/pkg: PLIST Log message: update to p5-asterisk-1.08 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 09:29:11 Modified files: textproc/py-alabaster: Makefile distinfo textproc/py-alabaster/pkg: PLIST Log message: update to py3-alabaster-0.7.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 09:36:01 Modified files: www/ap2-mod_jk : Makefile distinfo www/ap2-mod_jk/patches: patch-native_configure www/ap2-mod_jk/pkg: PLIST Log message: update to ap2-mod_jk-1.2.48 CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/06 09:36:24 Modified files: lang/moarvm : Makefile Added files: lang/moarvm/patches: patch-src_6model_reprs_MVMHash_c patch-src_6model_serialization_c Log message: Mark cmp_tc static to avoid linker errors in lang/moarvm OK sthen, tb CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/06 09:53:08 ports/devel/git-annex Update of /cvs/ports/devel/git-annex In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/git-annex Log Message: Directory /cvs/ports/devel/git-annex added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/06 09:53:08 ports/devel/git-annex/pkg Update of /cvs/ports/devel/git-annex/pkg In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/git-annex/pkg Log Message: Directory /cvs/ports/devel/git-annex/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/06 09:53:50 Added files: devel/git-annex: Makefile distinfo devel/git-annex/pkg: DESCR PLIST Log message: Add devel/git-annex 8.20210223 using cabal.port.mk Built in collaboration with James Cook OK abierber CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/06 09:55:52 Modified files: devel : Makefile Log message: Plug in git-annex CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/06 10:14:58 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-10.3.0. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/03/06 10:42:12 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-src_Makefile patch-src_debug_c Removed files: databases/redis/patches: patch-src_zmalloc_c Log message: Update to redis-6.2.1 Tests pass on sparc64/amd64. ok tb@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/03/06 11:13:48 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.3.6 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/06 11:33:44 Modified files: sbin/dhcpleased: engine.c Log message: Turns out there are dhcp servers that ignore DHCPREQUEST messages when they don't like them instead of sending a DHCPNAK. Found the hard way by benno who didn't want to wait 127 seconds. Due to another bug dhcpleased would have exit through a fatal() in the frontend process if he had waited long enough for a Rebooting -> Init transition because we didn't deconfigure our IP address and thus didn't close our UDP socket. Upon configuring a new IP address we would open a new UDP socket send it to the frontend which would then fatal() due to an unexpected fd passed in. Aproporiate timings are rather underspecified in RFC 2131. Instead of doing an exponential backoff up to 64 in the "Rebooting" and "Requesting" state only go up to 2 for a total of 3 packets and total timeout of 3 seconds before going into "Init" state and sending a DHCPDISCOVER. To prevent the fatal() in the frontend process we reshuffle the state transition into the "Init" state and deconfigure the IP when appropriate. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/06 11:43:56 Modified files: net/prosody : Makefile distinfo net/prosody/pkg: PLIST Log message: update to prosody-0.11.8, from David Goerger, tweak/ok maintainer CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/06 12:02:53 Modified files: sbin/slaacd : engine.c slaacd.8 Log message: Implement last remaining bits to update from RFC 4941 to RFC 8981. The desync factor is now tracked per temporary IP and the max value has been increased to about 9 hours. While here fix a bug where the minimum acceptable pltime in a router advertisement should be bigger than PRIV_REGEN_ADVANCE not the desync factor (which didn't make any sense at all). From Fernando Gont, thanks! OK sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/06 12:16:31 Added files: net/dino/patches: patch-qlite_src_column_vala Log message: fix build with vala-0.50.4 from upstream CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/06 12:25:27 Modified files: sys/arch/arm64/dev: smmu.c Log message: One major issue talked about in research papers is reducing the overhead of the IOVA allocation. As far as I can see the current "best solution" is to cache IOVA ranges in percpu magazines. I don't think we have this issue at all thanks to bus_dmamap_create(9). The map is created ahead of time, and we know the maximum size of the DMA transfer. Since with smmu(4) we have IOVA per domain, allocating IOVA 'early' is essentially free. But pagetable mapping also incurs a performance penalty, since we allocate pagetable entry descriptors through pools. Since we have the IOVA early, we can allocate those early as well. This allocation is a bit more expensive though, but can be optimized further. All this means that there is no allocation overhead in hot code paths. The "only" thing remaining is assigning IOVA to the segments, adjusting the pagetable mappings, and flushing the IOTLB on unload. Maybe there's a way to do a combined flush for NICs, because we give a list of mbufs to the network stack and we could do the IOTLB invalidation only once right before we hand over the mbuf list to the upper layers. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/06 12:30:07 Modified files: sys/arch/arm64/dev: smmu.c Log message: Since with the current design there's one device per domain, and one domain per pagetable, there's no need for a backpointer to the domain in the pagetable entry descriptor. There can't be any other domain. Also since there's no list, no list entry member is needed either. This reduces early allocation to half of the previous size. I think it's possible to reduce it even further and not need a pagetable entry descriptor at all, but I need to think about that a bit more. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/06 12:31:22 Modified files: archivers/zstd : Makefile distinfo archivers/zstd/patches: patch-lib_Makefile patch-programs_Makefile patch-tests_Makefile Log message: Update to zstd-1.4.9 Changelog: https://github.com/facebook/zstd/blob/v1.4.9/CHANGELOG Visibility of symbols in shared lib has been fixed resulting in check_sym reporting removal of several symbols. Bump shared lib accordingly. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/06 12:31:56 Modified files: security/rhash : Makefile distinfo Removed files: security/rhash/patches: patch-librhash_byte_order_h Log message: Update to rhash-1.4.1 Changelog: https://github.com/rhash/RHash/blob/v1.4.1/ChangeLog CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/03/06 13:36:31 Modified files: usr.bin/ssh : sshkey-xmss.c Log message: Fix PRINT macro, the suffix param to sshlog() was missing. Also remove redundant __func__ prefix from PRINT calls as the macro already adds __FILE__, __func__ and __LINE__. From Christos Zoulas. OK dtucker@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/06 15:24:27 Modified files: games/freedroidrpg: Makefile Log message: switch freedroidrpg to python3 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/06 15:27:39 Modified files: sbin/iked : ikev2.c Log message: whitespace CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/06 15:42:43 Modified files: comms/sigrok/libsigrok: Makefile Log message: libsigrok picks up hidapi if present, so add LIB_DEPENDS. Fixes sigrok-cli build failure (reported by naddy@) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/03/06 16:04:27 Modified files: lang/seed7 : Makefile distinfo lang/seed7/patches: patch-src_makefile lang/seed7/pkg : PLIST Log message: Update to seed7-20210130 CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2021/03/06 16:08:16 Modified files: net/oicb : Makefile distinfo Log message: Update oicb to 1.3.0, featuring UTF-8 support. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/06 17:44:07 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.13.2 -> 1.13.3 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.13.3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/06 18:28:21 Modified files: games/colobot : Makefile.inc games/colobot/colobot: Makefile distinfo games/colobot/colobot/patches: patch-CMakeLists_txt patch-src_common_system_system_cpp games/colobot/colobot/pkg: PLIST games/colobot/data: Makefile distinfo games/colobot/data/pkg: PLIST games/colobot/music: distinfo Log message: update colobot to 0.12.0 and switch to python3 ok bentley@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/06 19:22:10 Modified files: comms/sigrok/sigrok-cli: Makefile distinfo Log message: Update to sigrok-cli-0.7.2. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/06 19:25:06 Modified files: converters/opencc: Makefile Log message: switch opencc to python3 ok bentley@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/06 19:30:46 Modified files: multimedia/handbrake: Makefile Log message: switch handbrake to python3 ok bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/06 22:01:28 Log message: Import lightly-0.4.1 Comment: modern style for Qt applications Description: Lightly is a fork of breeze theme style that aims to be visually modern and minimalistic. Maintainer: Rafael Sadowski WWW: https://github.com/Luwx/Lightly Tweaks and OK zhuk@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210307 N ports/x11/lightly/Makefile N ports/x11/lightly/distinfo N ports/x11/lightly/pkg/DESCR N ports/x11/lightly/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/06 22:02:39 Log message: Import adwaita-qt-1.2.0 Comment: GNOME Shell style for Qt applications Description: A native style to bend Qt5 applications to look like they belong into GNOME Shell. Maintainer: The OpenBSD ports mailing-list WWW: https://github.com/FedoraQt/adwaita-qt Tweaks and OK zhuk@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20210307 N ports/x11/adwaita-qt/Makefile N ports/x11/adwaita-qt/distinfo N ports/x11/adwaita-qt/pkg/DESCR N ports/x11/adwaita-qt/pkg/PLIST N ports/x11/adwaita-qt/patches/patch-src_style_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/06 22:06:35 Modified files: x11 : Makefile Log message: Link adwaita-qt and lightly CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/03/06 23:02:32 Modified files: sys/netinet : ip_carp.c ip_carp.h sys/net : if_ethersubr.c Log message: use uint64_t ethernet addresses for compares in carp. pass the uint64_t that ether_input has already converted from a real ethernet address into carp_input so it can use it without having to do its own conversion. tested by hrvoje popovski tested by me on amd64 and sparc64 ok patrick@ jmatthew@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/06 23:13:45 Modified files: multimedia/mkvtoolnix: Makefile distinfo Log message: Update mkvtoolnix to 55.0.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/06 23:17:04 Modified files: sys/dev/isa : ad1848var.h aic_isa.c aic_isapnp.c ast.c cy_isa.c ess.c gus.c gus_isa.c gus_isapnp.c i82365_isa.c i82365_isapnp.c i82365_isasubr.c ics2101.c if_ef_isapnp.c if_el.c if_ie.c if_lc_isa.c if_sm_isa.c isa.c isadma.c isapnp.c lpt_isa.c mpu401.c mpu_isa.c mpu_isapnp.c pas.c pcppi.c sb.c sb_isa.c sb_isapnp.c sbdsp.c spkr.c tcic2_isa.c uha_isa.c wdc_isapnp.c Log message: ansi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/06 23:18:48 Modified files: sys/dev/eisa : ahc_eisa.c cac_eisa.c eisa.c if_ep_eisa.c uha_eisa.c Log message: ansi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/06 23:20:09 Modified files: sys/dev/pcmcia : aic_pcmcia.c com_pcmcia.c if_ep_pcmcia.c if_ne_pcmcia.c if_sm_pcmcia.c if_xe.c pcmcia.c pcmcia_cis.c pcmcia_cis_quirks.c wdc_pcmcia.c Log message: ansi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/06 23:21:38 Modified files: sys/dev/ic : adv.c aic7xxx_seeprom.c ax88190.c cac.c cy.c i82365.c mtd8xx.c ncr53c9x.c rtl80x9.c siop.c siop_common.c smc91cxx.c smc93cx6.c tcic2.c tcic2var.h twe.c uha.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/07 01:03:48 Modified files: audio/flite : Makefile audio/flite/pkg: MESSAGE Log message: Update url in MESSAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/07 01:28:17 Modified files: x11/gtk+4 : Makefile x11/gtk+4/pkg : PLIST-guic Log message: Sync with x11/gtk+3 but as comment since gtk-update-icon-cache is handled by gtk+3 for now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/07 01:30:04 Modified files: graphics/gdk-pixbuf2: Makefile graphics/gdk-pixbuf2/pkg: PLIST Log message: Move @unexec-delete after @tag so that /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders is correctly removed at pkg_delete time. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/07 01:41:50 Modified files: sysutils/ansible-lint: Makefile distinfo Log message: Update to ansible-lint-5.0.2. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2021/03/07 01:53:10 Modified files: lib/libcrypto : opensslv.h Log message: LibreSSL 3.3.2 CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2021/03/07 02:28:36 Modified files: sysutils/rsyslog: Makefile distinfo Log message: Update rsyslog to version 8.2102.0 OK sthen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/07 03:28:45 Modified files: sbin/slaacd : engine.c Log message: Introduce engine_update_if(). This was too much code in the imsg handler. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/07 03:29:13 Modified files: sbin/slaacd : engine.c Log message: reshuffle to bring more in line with dhcpleased CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/07 03:30:13 Modified files: sbin/slaacd : engine.c frontend.c slaacd.h Log message: No need to pass the link local and hw address around, we have it already in the interface on the engine side. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/07 03:31:20 Modified files: sbin/slaacd : engine.c frontend.c slaacd.c slaacd.h Log message: Fold get_lladdr into update_iface, now the only caller. This allows us to pass the link state over to engine here instead of in update_addr which is not available in small. This gets us more in line dhcpleased. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/07 03:31:57 Modified files: sbin/slaacd : engine.c Log message: Withdraw nameservers when the interface goes down. Problem reported by deraadt some time ago. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2021/03/07 04:08:10 Modified files: . : arm64.html Log message: - list Raspberry Pi 4 as supported for bwfm and sdhc - warn that Pi 3B+ is different to 3 and some devices aren't supported CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2021/03/07 06:31:48 Log message: Import the Oxygen Style for Qt/KDE Applications. This is not the same as devel/kf5/oxygen-icons. Initial port, some tweaks and okay from rsadowski@ Status: Vendor Tag: zhuk Release Tags: zhuk_20210307 N ports/x11/kde-plasma/oxygen/Makefile N ports/x11/kde-plasma/oxygen/distinfo N ports/x11/kde-plasma/oxygen/pkg/DESCR N ports/x11/kde-plasma/oxygen/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2021/03/07 06:33:21 Modified files: productivity/taskwarrior: Makefile distinfo productivity/taskwarrior/pkg: PLIST Log message: Update taskwarrior to 2.5.3, fixing minor sed issues on the way. okay jasper@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2021/03/07 06:38:21 Modified files: x11/kde-plasma : Makefile Log message: Hook up x11/kde-plasma/oxygen reminded by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 07:15:47 Log message: import ports/textproc/hyperscan, ok bentley@ Hyperscan is a high-performance multiple regex matching library. It follows the regular expression syntax of the commonly-used libpcre library, but is a standalone library with its own C API. Hyperscan uses hybrid automata techniques to allow simultaneous matching of large numbers (up to tens of thousands) of regular expressions and for the matching of regular expressions across streams of data. Hyperscan is built for specific CPU microarchitectures - you must choose one: ssse3 (uses -march=core2, for most amd64 and clone CPUs) sse4_2 (uses -march=corei7, requires SSE4_2 and POPCNT) avx2 (uses -march=core-avx2, requires AVX2) native (uses -march=native, optimise for local machine) Status: Vendor Tag: sthen Release Tags: sthen_20210307 N ports/textproc/hyperscan/Makefile N ports/textproc/hyperscan/distinfo N ports/textproc/hyperscan/pkg/DESCR N ports/textproc/hyperscan/pkg/PLIST N ports/textproc/hyperscan/patches/patch-examples_patbench_cc N ports/textproc/hyperscan/patches/patch-tools_hscollider_limit_cpp N ports/textproc/hyperscan/patches/patch-examples_pcapscan_cc N ports/textproc/hyperscan/patches/patch-CMakeLists_txt N ports/textproc/hyperscan/patches/patch-tools_hscollider_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 07:16:30 Modified files: textproc : Makefile Log message: +hyperscan CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 07:17:03 Modified files: mail : Makefile mail/rspamd : Makefile mail/rspamd/pkg: DESCR Log message: add hyperscan flavour of rspamd for amd64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 07:22:33 Modified files: textproc/py-sphinx: Makefile distinfo textproc/py-sphinx/pkg: PLIST Log message: update to py3-sphinx-3.5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 07:27:32 Modified files: graphics/py-Pillow: Makefile distinfo Log message: update to py3-Pillow-8.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 07:28:25 Modified files: mail/mutt : Makefile distinfo Log message: update to mutt-2.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 07:28:43 Modified files: www/p5-libapreq2: Makefile distinfo www/p5-libapreq2/pkg: PLIST Removed files: www/p5-libapreq2/patches: patch-glue_perl_t_conf_extra_conf_in patch-module_t_conf_extra_conf_in Log message: update to p5-libapreq2-2.15 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 07:52:17 Modified files: games/lwjgl3 : Makefile Log message: mark broken on i386 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/07 08:17:58 Modified files: sys/dev/acpi : acpi.c Log message: Pass standard DMA tag to acpi(4) table drivers. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/07 08:25:15 Modified files: usr.bin/find : find.1 Log message: v1/v2 find is different to pwb/v5 find CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2021/03/07 08:26:03 Modified files: games/childsplay: Makefile Log message: games/childsplay requires numpy to run (see cairoimage.py). OK sthen@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/07 08:51:07 Modified files: sbin/iked : ikev2.c Log message: Log ESN for child SAs if enabled. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/07 09:22:01 Modified files: sbin/dhcpleased: engine.c Log message: No need to cap the exponential backoff here, iface_timeout() already handles this for us by doing a state transition if we have been stuck in "rebooting" or "requesting" for too long. Makes the code a bit simpler and we only have one place were we need to special case the timeout cap. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/03/07 10:02:15 Modified files: games/libgdx : Makefile games/libgdx/patches: patch-gdx_jni_build-linux64_xml Log message: Remove previously missed gcc invocation, noticed by sthen@ fix M_ARCH extension for i386 build and run tested on amd64 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/03/07 10:04:31 Modified files: games/fna : Makefile distinfo Log message: update to FNA 21.03.05. Tested with Unexplored without issues. Changelog: 21.03.05 Emergency update to FAudio 21.03.05 21.03 New Features: * Added a .editorconfig, in the hopes that VS/JetBrains will have an easier time matching code style * Update to FNA3D 21.03 * Update to FAudio 21.03 Fixes: * Use Unicode.GetString for FACTRendererDetails, works around a BRUTE issue * XACT data is now loaded to native memory rather than managed, avoids some annoying GC behavior 21.02 New Features: * Update to FNA3D 21.02 * By default, support for the FNA3D Vulkan pipeline cache is limited to desktop only * Update to FAudio 21.02 Fixes: * Visual Studio fixes for AnyCPU and app.config * Fix for possible graphics spec violations in the VideoPlayer * Sampler state is now updated when calling SetRenderTargets * GraphicsDeviceManager device callbacks now pass the GDM as sender, not the GraphicsDevice CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/03/07 10:07:19 Modified files: audio/faudio : Makefile distinfo Log message: update to FAudio 21.03.05. Only internal symbol changes; no bump. Tested working with Unexplored. Changelog: 21.03.05 Fixes a regression that caused SoundBanks to no longer parse correctly 21.03 New Features: * XACT: ** Implemented FACT_FLAG_MANAGEDATA ** Implemented the CUEPLAY and CUESTOP notification types ** Added support for XACT 3.0 content ** Added support for WaveBanks with endian-swapped PCM data 21.02 New Features: * XACT: All notification types with the PERSIST flag are now recorded CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/07 10:08:38 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.16.4. See https://mail.xfce.org/pipermail/xfce-announce/2021-March/001017.html CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/07 10:08:49 Modified files: games/hack : help Log message: Fix intercardinal directions in hack help. From Raf Czlonka CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/03/07 10:09:36 Modified files: graphics/mojoshader: Makefile distinfo Log message: update to changeset 1321. Only minimal change - documented as: spirv: Work around OpLogicalNot being unsupported for ints Tested with Unexplored. Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/mojoshader/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 23 Jan 2021 17:56:27 -0000 1.10 +++ Makefile 7 Mar 2021 15:58:38 -0000 @@ -3,8 +3,8 @@ COMMENT = library to move calls to Direct3D shaders to OpenGL # HG_CHANGESET and HG_COMMIT must be kept in sync. -HG_CHANGESET = 1320 -HG_COMMIT = f9036699b53a +HG_CHANGESET = 1321 +HG_COMMIT = 02f2aafb103c DISTNAME = mojoshader-${HG_COMMIT}{${HG_COMMIT}} PKGNAME = mojoshader-${HG_CHANGESET} Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/mojoshader/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 23 Jan 2021 17:56:27 -0000 1.5 +++ distinfo 7 Mar 2021 15:58:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (mojoshader-f9036699b53a.tar.gz) = fi3PdnaN3J6VBH99mJAEZ5YiKRnLptzlNLDxuWewr6s= -SIZE (mojoshader-f9036699b53a.tar.gz) = 466291 +SHA256 (mojoshader-02f2aafb103c.tar.gz) = UbCB4dyT4whIlXGav+8QE+7AW8OS94ijvbYGaZmGZvc= +SIZE (mojoshader-02f2aafb103c.tar.gz) = 466287 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/03/07 10:11:34 Modified files: graphics/fna3d : Makefile distinfo graphics/fna3d/patches: patch-CMakeLists_txt graphics/fna3d/pkg: PLIST Log message: update to FNA3D 21.03. Bump major. Tested with Unexplored. Changelog: 21.03 New Features: * Added support for tracing FNA3D call streams. FNA3D binaries built with tracing enabled will capture FNA3D calls and serialize them to a file, which can be played back on any platform and renderer with the program found in the replay/ folder. Note that these traces contains texture/buffer data, so be careful to respect copyrights regarding game data! Fixes: * Fix a possible crash when calling SetRenderTargets with 0 targets but a non-null target array * Micro-optimize OpenGL thread commands by skipping the round-trip through the public FNA3D API * Continued work on the Vulkan pre-release 21.02 New Features: * Added FNA3D_SysRenderer.h, which contains extensions for external graphics middleware interop Fixes: * Fix VPOS for OpenGL ES contexts * Pipeline cache data is now properly invalidated when associated shaders are deleted * Wrap-up work on the Vulkan beta, now in the release candidate stage ** Added FNA3D_VULKAN_MEMORY_REQUIREMENT ** Added FNA3D_VULKAN_PIPELINE_CACHE_FILE_NAME CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/07 10:28:13 Modified files: inputmethods/ibus: Makefile distinfo inputmethods/ibus/patches: patch-client_gtk2_ibusimcontext_c inputmethods/ibus/pkg: DESCR Removed files: inputmethods/ibus/patches: patch-ui_gtk3_application_vala patch-ui_gtk3_extension_vala Log message: Update to ibus-1.5.24. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/07 10:28:55 Modified files: geo/libosmium : Makefile distinfo geo/libosmium/pkg: PLIST Added files: geo/libosmium/patches: patch-include_osmium_io_gzip_compression_hpp Removed files: geo/libosmium/patches: patch-include_osmium_io_bzip2_compression_hpp Log message: geo/libosmium: update to 2.16.0 drops dependency on devel/proj, cf https://github.com/osmcode/libosmium/issues/277 add a patch to build with our zlib (needs gzclose_r/w, gzclose is enough), hint from sthen@. ok bentley@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/07 10:33:37 Modified files: geo/osm2pgsql : Makefile distinfo geo/osm2pgsql/patches: patch-CMakeLists_txt patch-docs_osm2pgsql_1 Added files: geo/osm2pgsql/patches: patch-docs_CMakeLists_txt patch-src_options_cpp patch-src_options_hpp Removed files: geo/osm2pgsql/patches: patch-options_cpp patch-tests_regression-test_py Log message: geo/osm2pgsql: update to 1.4.1. new website at https://osm2pgsql.org/ https://github.com/openstreetmap/osm2pgsql/issues/922 was fixed so this now builds against upcoming devel/proj 8 update. use MODPOSTGRESQL_TEST_CMD = ${MODCMAKE_TEST_TARGET} to run the tests using the cmake goop, pleasantly surprised to see that this works ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/07 10:54:50 Modified files: sysutils/loki : Makefile distinfo sysutils/loki/patches: patch-cmd_loki_loki-local-config_yaml sysutils/loki/pkg: PLIST loki.rc Log message: sysutils/loki: update to 2.1.0. many improvements since 1.4.1, cf https://github.com/grafana/loki/releases/tag/v2.0.0 and https://github.com/grafana/loki/releases/tag/v2.1.0. add daemon_logger="daemon.info", from sthen@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/07 11:39:11 Modified files: sbin/dhcpleased: dhcpleased.c engine.c frontend.c Log message: Reduce debug logging by moving protocol level debug log behind -vv or by deleting unneeded output. While here reword some debug output to make it more useful. (There is more to be done here.) CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/07 12:29:41 Modified files: lang/ghc : Makefile Removed files: lang/ghc : ghc.port.mk Log message: Remove ghc.port.mk (copy the relevant parts into ghc/Makefile) OK kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/07 12:30:16 Modified files: infrastructure/bin: update-plist infrastructure/lib/OpenBSD: FS2.pm Log message: Remove GhcConf packing element as ghc-pkg-recache is no more These were previously used to automatically add tags to PLIST for Haskell library ports. Since library ports no longer exist, such tagging only ever triggers for ghc package where it is now harmful. ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/07 12:30:40 Modified files: devel/quirks/files: Quirks.pm Removed files: devel/quirks/files/Quirks: ghc.pm Log message: Remove obsolete ghc-specific quirks ghc 8.2.2 is such a distant past only CVS can remember it. ok kili CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 12:34:19 Modified files: net/fping : Makefile net/fping/patches: patch-src_fping_c Log message: don't use CLOCK_MONOTONIC for fping, it results in incorrect timestamps for fping -D. https://github.com/schweikert/fping/issues/216 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 12:34:41 Modified files: benchmarks/netperf-wrapper: Makefile distinfo benchmarks/netperf-wrapper/patches: patch-flent_build_info_py patch-setup_py benchmarks/netperf-wrapper/pkg: PLIST-gui PLIST-main Log message: update to flent-2.0.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/07 12:56:33 Modified files: x11/adwaita-qt : Makefile Added files: x11/adwaita-qt/patches: patch-src_lib_adwaita-qt_pc_cmake Log message: Fix pkg-config adwaita-qt.pc by remove duplicate "Requires" Spotted by zhuk@ thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/07 13:22:59 Modified files: textproc/py-sphinx_rtd_theme: Makefile Log message: use different suffix when applying debian patchset CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/03/07 13:56:42 Modified files: usr.sbin/smtpd : mta_session.c Log message: use the mx hostname for sni on outgoing connection, not the reverse dns for the peer address. spotted by krw@ ok krw@ tb@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/07 14:09:06 Modified files: textproc/doclifter: Makefile distinfo textproc/doclifter/patches: patch-manlifter Log message: update doclifter to 2.19 and switch to python3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/07 15:26:27 Modified files: x11/pmenu : Makefile x11/pmenu/pkg : DESCR Log message: Honour CFLAGS and in turn make the debug package actually useful as the current one contains no symbols; this is due to CFLAGS containing DEBUG which passes "-g" as per DEBUG_PACKAGES. Upstream should tweak their config.mk to support proper variable usage without downstream having to patch makefiles. Fix DESCR while here. OK sthen CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/07 15:45:21 Modified files: devel/p5-Pod-Constant: Makefile Log message: Add RUN_DEPENDS=textproc/p5-Pod-Parser CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/07 15:48:00 Modified files: textproc/p5-Pod-LaTeX: Makefile Log message: Add RUN_DEPENDS=textproc/p5-Pod-Parser CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2021/03/07 15:53:46 Modified files: sys/dev/acpi : dsdt.c Log message: Fix aml_store() to work properly when the lvalue is a reference of LocalX. In that case, resolving the reference must be done before resetting the LocalX variable. test daniel ok kettenis CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/07 15:56:46 Modified files: devel/p5-Pod-Coverage: Makefile Log message: RUN_DEPENDS+=textproc/p5-Pod-Parser CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/07 16:05:59 Modified files: sysutils/p5-File-Rename: Makefile Log message: TEST_DEPENDS+=devel/p5-IO-stringy textproc/p5-Pod-Parser CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2021/03/07 16:10:54 Modified files: sys/arch/amd64/conf: ld.script sys/arch/i386/conf: ld.script Log message: Explicitly align kernel text. lld11 no longer quietly aligns this when given an address, so we do the alignment explicitly. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/07 16:13:37 Modified files: textproc/p5-Pod-Spell: Makefile Log message: RUN_DEPENDS+=textproc/p5-Pod-Parser CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/07 16:17:57 Modified files: www/p5-PodToHTML: Makefile Log message: RUN_DEPENDS+=textproc/p5-Pod-Parser While here remove unnecessary BUILD_DEPENDS=${RUN_DEPENDS} CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/07 16:24:36 Modified files: devel/p5-Test-Spelling: Makefile Log message: RUN_DEPENDS+=textproc/p5-Pod-Parser CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/07 18:03:32 Modified files: devel/quirks : Makefile Log message: Unbreak/bump after ghc.pm removal CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/03/07 19:02:31 Modified files: sysutils/bfs : Makefile distinfo sysutils/bfs/patches: patch-Makefile patch-tests_sh sysutils/bfs/pkg: PLIST Log message: Update to bfs-2.2 Changelog for the last two updates: https://github.com/tavianator/bfs/releases CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/07 19:47:29 Modified files: bin/csh : csh.1 bin/ed : ed.1 bin/ksh : ksh.1 games/trek : trek.6 sbin/fsck_ffs : fsck_ffs.8 share/man/man4 : unix.4 share/man/man9 : mbuf.9 usr.bin/awk : awk.1 usr.bin/bc : bc.1 usr.bin/dc : dc.1 usr.bin/diff : diff.1 usr.bin/lex : flex.1 usr.bin/m4 : m4.1 usr.bin/mail : mail.1 usr.bin/make : make.1 usr.bin/rcs : rcs.1 usr.bin/sed : sed.1 usr.bin/vi/docs/USD.doc/vi.man: vi.1 usr.bin/yacc : yacc.1 usr.sbin/amd/amd: amd.8 usr.sbin/config: config.8 usr.sbin/lpr/lpd: lpd.8 Log message: Add some references, most of these were removed when we stopped building and installing USD/SMM/PSD docs. jmc@ agrees with the direction, ok millert@ on an earlier diff CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/07 20:54:48 Modified files: share/man/man7 : tbl.7 Log message: correct paper title CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/07 22:48:41 Modified files: audio/ncspot : Makefile distinfo audio/ncspot/patches: patch-Cargo_toml Log message: Update to ncspot-0.5.0 Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.5.0 From maintainer (Henrik Friedrichsen ). Thank you! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/07 22:57:34 Modified files: sys/kern : exec_elf.c Log message: Remove the workaround which identified Go executables, and permitted them to do syscalls directly. Go executables now use shared libc like all other dynamic binaries. This makes the "where are syscalls done from" checker strict for all binaries, and also opens the door to change the underlying syscall ABI to the kernel in the future very easily (if we find cause). ok jsing CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/07 23:20:50 Modified files: bin/ksh : ksh.1 usr.bin/awk : awk.1 usr.bin/make : make.1 Log message: use a journal reference instead of cstr when possible CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/08 00:22:35 Modified files: geo/merkaartor : Makefile Log message: geo/merkaartor: add link to upstream issue about proj8 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/08 00:57:51 Modified files: devel/py-buildslave: Makefile distinfo Log message: devel/py-buildslave: update to 2.10.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/08 00:58:06 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo Log message: devel/py-buildbot: update to 2.10.2 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/08 01:11:16 Added files: net/sniproxy/patches: patch-src_Makefile_am Log message: base-gcc doesn't understand "-Wpedantic". Remove that option to fix the build on sparc64 ok Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/08 01:45:41 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.16.5 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/03/08 02:20:18 Log message: libebur128 is a very small library implementing the EBU R128 loudness normalization algorithm. okay and feedback sthen@ zhuk@ Status: Vendor Tag: espie Release Tags: ports N ports/audio/libebur128/Makefile N ports/audio/libebur128/distinfo N ports/audio/libebur128/pkg/PLIST N ports/audio/libebur128/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/03/08 02:22:09 Modified files: audio : Makefile audio/cantata : Makefile multimedia/mlt : Makefile Log message: link ebur128 to the build and have dependent ports use it instead of the outdated version they ship with CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/08 02:35:08 Modified files: usr.bin/sndiod : dev.c Log message: sndiod: Style tweak: uniformize pattern to access ctlslot_array CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/08 02:38:36 Modified files: usr.bin/sndiod : dev.c Log message: sndiod: Initialize dev->master_enabled earlier This is better style as since recently dev->master_enabled is used by the ctlslot_xxx family functions which -- in the future -- could be called with the device closed. No behavior change. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/08 02:42:50 Modified files: usr.bin/sndiod : dev.c midi.c sndiod.c Log message: sndiod: Use chronological order for {dev,port}_list This simplifies the logic of the initialization code, makes debug printfs nicer and could slightly ease futur development. No behavior change. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/08 03:12:05 Modified files: sys/kern : kern_exec.c kern_exit.c kern_sig.c Log message: Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic. single_thread_set() is modified to explicitly indicated when waiting until sibling threads are parked is required. This is obviously not required if a traced thread is switching away from a CPU after handling a STOP signal. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/08 03:34:20 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.6.2 -> 1.6.3 Changelog: https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#163 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/08 03:54:53 Modified files: sys/kern : kern_sig.c Log message: Move a KERNEL_ASSERT_LOCKED() from single_thread_clear() to cursig(). Ze big lock is currently necessary to ensure that two sibling threads are not racing against each other when processing signals. However it is not strickly necessary to unpark sibling threads. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 03:55:34 Modified files: sysutils/xstatbar: Makefile sysutils/xstatbar/patches: patch-stats_c Log message: xstatbar: cope with systems that don't have swap, found by kn@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/08 04:04:59 Modified files: devel/quirks/pkg: PLIST Log message: Remove ghc.pm from PLIST CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/08 04:07:28 Added files: geo/postgis/patches: patch-configure Log message: geo/postgis: patch configure tu fix build with upcoming proj 8 update detect proj_info() instead of pj_get_release(), adapted from https://trac.osgeo.org/postgis/ticket/4860. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/08 04:08:43 Added files: geo/mapserver/patches: patch-cmake_FindProj_cmake Log message: geo/mapserver: fix build with upcoming proj 8 update check for the presence of proj.h instead of proj_api.h, the latter is removed in proj 8. reported upstream at https://github.com/MapServer/MapServer/issues/6249 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/08 04:16:26 Modified files: sys/arch/arm64/arm64: pmap.c sys/arch/arm64/include: pmap.h Log message: Revise the ASID allocation sheme to avoid a hang when running out of free ASIDs. This should only happen on systems with 8-bit ASIDs, which are currently unsupported in OpenBSD. The new scheme uses "generations". Whenever we run out of ASIDs we bump the generation and flush the complete TLB. The pmaps of processes that are currently on the CPU are carried over into the new generation. This implementation relies on the scheduler lock to make sure this happens without any (known) races. ok patrick@, mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/08 05:18:46 Modified files: usr.sbin/bgpd : rde_decide.c Log message: When introducing prefix_eligible() I botched up one if statement. For nexthops it is fine if they point to NULL. This is used in local announcements. Only if they point to a real struct the state must be NEXTHOP_REACH. Bug reported by and OK florian@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/08 05:20:29 Modified files: devel/libgdata : Makefile distinfo Log message: update to libgdata-0.18.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 05:32:27 Modified files: net/libproxy : Makefile Log message: move DEBUG_PACKAGES before including bsd.port.arch.mk CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2021/03/08 05:53:35 Modified files: sys/dev/fdt : rkpmic.c Log message: Add support for rk809 as seen on the Rock Pi N10 with the rk3399pro. Add support for multiple linear ranges for voltage regulators and use for all rkpmic ICs. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2021/03/08 05:55:48 Modified files: share/man/man4 : rkpmic.4 Log message: Add RK809 to list of supported chips for this driver. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 06:08:28 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-doc_example-config_Makefile_in patch-doc_example-config_conf_d_Makefile_in patch-src_lib_test-file-cache_c mail/dovecot/pkg: PLIST-server Removed files: mail/dovecot/pkg: MESSAGE-server Log message: update to Dovecot 2.3.14, ok Brad Note that some components have been removed in this release, summarised below but check changelogs before updating. https://dovecot.org/doc/NEWS * Remove autocreate, expire, snarf and mail-filter plugins. expire and autocreate can be replaced by "autoexpunge" and "auto" mailbox settings instead. mail-filter was a bit problematic anyway. snarf is not often used. * Remove cydir storage driver. This was meant for benchmarking and stress testing index handling and is not normally used in a real server. * Remove XZ/LZMA write support. Read support will be removed in future release. If you're using XZ/LZMA then disable it for writes in your configuration (mailboxes can have a mixture of different types of compression, or some and no compression) and plan to migrate your existing storage to either no compression or alternative compression. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 06:08:49 Modified files: mail/dovecot-pigeonhole: Makefile distinfo Log message: update to dovecot-2.3-pigeonhole-0.5.14, ok Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 06:15:36 Modified files: x11/freerdp : Makefile distinfo x11/freerdp/patches: patch-CMakeLists_txt Removed files: x11/freerdp/patches: patch-client_common_CMakeLists_txt Log message: add sndio backend for FreeRDP, from feinerer@, shepherded upstream by denis@ https://marc.info/?l=openbsd-ports&m=159974919419510&w=2 "You need to add /sound:sys:sndio /microphone:sys:sndio to activate the new features" CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/08 06:48:56 Modified files: sys/dev/acpi : sdhc_acpi.c Log message: Add support for sdhc(4) on Raspberry Pi in ACPI mode. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 06:59:29 Modified files: databases/influxdb: Makefile devel/git-lfs : Makefile devel/go-goptlib: Makefile devel/go-sys : Makefile devel/go-tools : Makefile devel/hub : Makefile devel/promu : Makefile devel/sqlc : Makefile editors/micro : Makefile mail/opensmtpd-filters/rspamd: Makefile mail/opensmtpd-filters/senderscore: Makefile mail/opensmtpd-filters/spamassassin: Makefile net/bombadillo : Makefile net/coredns : Makefile net/dendrite : Makefile net/dnscontrol : Makefile net/dnscrypt-proxy: Makefile net/go-ipfs : Makefile net/go-net : Makefile net/gomuks : Makefile net/gortr : Makefile net/kurly : Makefile net/mattermost-server: Makefile net/mautrix-whatsapp: Makefile net/miniflux : Makefile net/minio/client: Makefile net/minio/server: Makefile net/obfs4proxy : Makefile net/syncthing : Makefile net/termshark : Makefile net/websocketd : Makefile net/wormhole-william: Makefile net/yggdrasil-go: Makefile security/age : Makefile security/cfssl : Makefile security/go-crypto: Makefile security/go-ed25519: Makefile security/go-siphash: Makefile security/gobuster: Makefile security/gopass: Makefile security/keybase: Makefile security/ogvt : Makefile security/vault : Makefile shells/elvish : Makefile sysutils/amazon-ecs-cli: Makefile sysutils/amazon-ssm-agent: Makefile sysutils/beats/filebeat: Makefile sysutils/beats/heartbeat: Makefile sysutils/beats/metricbeat: Makefile sysutils/beats/packetbeat: Makefile sysutils/blackbox_exporter: Makefile sysutils/consul: Makefile sysutils/consul-template: Makefile sysutils/dep : Makefile sysutils/direnv: Makefile sysutils/docker-cli: Makefile sysutils/duf : Makefile sysutils/envconsul: Makefile sysutils/exoscale-cli: Makefile sysutils/facette: Makefile sysutils/fleetctl: Makefile sysutils/fzf : Makefile sysutils/glide : Makefile sysutils/go-cs : Makefile sysutils/govmomi: Makefile sysutils/grafana: Makefile sysutils/kubectl: Makefile sysutils/lf : Makefile sysutils/loki : Makefile sysutils/node_exporter: Makefile sysutils/nomad : Makefile sysutils/packer: Makefile sysutils/packer-vmm: Makefile sysutils/prometheus: Makefile sysutils/rclone: Makefile sysutils/restic: Makefile sysutils/restic-rest-server: Makefile sysutils/serf : Makefile sysutils/snmp_exporter: Makefile sysutils/telegraf: Makefile sysutils/terraform: Makefile sysutils/terragrunt: Makefile textproc/codesearch: Makefile textproc/go-text: Makefile textproc/loccount: Makefile textproc/misspell: Makefile textproc/pup : Makefile textproc/uni : Makefile textproc/xlsx2csv: Makefile www/gitea : Makefile www/honk : Makefile www/hugo : Makefile Log message: bump the golang ports so that pkg_add -u knows to update them CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/03/08 07:35:57 Modified files: sys/dev/usb : fido.c ucycom.c ugold.c uhid.c uhidev.c uhidev.h ujoy.c umt.c uoaklux.c uoakrh.c uoakv.c upd.c uslhcom.c uthum.c utrh.c utwitch.c Log message: Allow uhidev child devices to claim selective report ids There may be multiple matching devices on a single uhidev device but the first device that responds to UHIDEV_CLAIM_ALLREPORTID will block the others from attaching. Change this to UHIDEV_CLAIM_MULTIPLE_REPORTID and require any devices wanting some/all report ids to fill in the claimed array in uhidev_attach_arg with just the reports it needs. uhidev can then run match routines for other drivers with the available report ids. ok anton CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/03/08 07:37:09 Modified files: sys/dev/usb : usbdevs Log message: Add Surface Pro Type Cover from Fredrik Engberg CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/03/08 07:37:21 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/03/08 07:39:34 Modified files: sys/dev/usb : umstc.c Log message: Add another Type Cover device from Fredrik Engberg CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/08 08:10:42 Modified files: lang/php : Makefile.inc Log message: Add "-L${X11BASE}/lib" to the LDFLAGS of CONFIGURE_ENV in order to fix the build of 7.4 and 8.0 on sparc64, which otherwise fails during configure because it cannot find several X11 libs that libgd depends upon. ok sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 08:35:57 Modified files: net/mosquitto : Makefile net/mosquitto/patches: patch-mosquitto_conf Log message: mosquitto: remove the patch to sample config that told it to write a pid file when running as a daemon (in /var/run/mosquitto.pid). in 2.x priv dropping was changed to do less before dropping privs and this no longer works. found by patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 08:54:49 Modified files: devel/libexecinfo/patches: patch-libbacktrace_Makefile Log message: libexecinfo (libbacktrace): remove -Werror, to allow building with llvm 11 which otherwise fails with newly added warnings: calling '__builtin_frame_address' with a nonzero argument is unsafe [-Werror,-Wframe-address] calling '__builtin_return_address' with a nonzero argument is unsafe [-Werror,-Wframe-address] this doesn't make things any worse, and it seems to function as well as previously with llvm 11. (there are other discussions about this port, but they will take longer). CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/08 09:12:28 Modified files: share/man/man5 : hostname.if.5 Log message: Note that slaacd(8) is enabled by default. Also note that if you disabled it in the past and then note that IPv6 autoconfiguration doesn't work for you, you will quickly note that we will point and laugh. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/03/08 09:42:21 Modified files: mail/kopano/core: Makefile Log message: add missing build dependency on cppunit CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/08 09:49:07 Modified files: sys/netinet6 : nd6.c Log message: We no longer "accept" RAs in the kernel, delete misleading comment. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 09:51:11 Modified files: devel/dwz : Makefile distinfo devel/dwz/patches: patch-Makefile patch-dwz_c Log message: update to dwz-0.1.4, hints from naddy@, ok naddy bcallah fixes runtime with LLVM 11-produced objects which use DW_OP_entry_value by default on x86, ARM, and AArch64 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/08 09:58:41 Modified files: net/mrtg : Makefile net/mrtg/pkg : PLIST Log message: Stop installing old copies of core modules Also add RUN_DEPENDS+=texproc/p5-Pod-Parser which was removed from core and why I noticed. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2021/03/08 10:08:20 Modified files: net/yersinia : Makefile distinfo net/yersinia/patches: patch-src_attack_c patch-src_interfaces_c patch-src_interfaces_h patch-src_protocols_h Added files: net/yersinia/patches: patch-configure_in patch-src_Makefile_am patch-src_ncurses-callbacks_h patch-src_ncurses-interface_c patch-src_ncurses-interface_h patch-src_protocols_c Removed files: net/yersinia/patches: patch-configure Log message: Update yersinia to 0.8.2 "go ahead" steven@ (maintainer) new home at github bug fixes plus -fno-common fixes from https://github.com/tomac/yersinia/pull/66 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/08 10:39:16 Modified files: sbin/ifconfig : ifconfig.8 Log message: dhclient relationship with "inet autoconf" is incorrect, it activated dhcpleased. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/08 10:54:28 Modified files: app/xenodm/include: dm.h app/xenodm/man : xenodm.man app/xenodm/xenodm: auth.c dpylist.c resource.c Log message: Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}. Discussed with deraadt@ and zhuk@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 10:56:18 Modified files: mail/dovecot : Makefile mail/dovecot/pkg: PLIST-server Log message: add an @sample that I missed CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/08 11:09:15 Modified files: sys/kern : kern_exec.c kern_exit.c kern_sig.c Log message: Revert commitid: AZrsCSWEYDm7XWuv; Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic. This diff did not properly kill SINGLE_PTRACE and broke RAMDISK kernels. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/08 11:15:42 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/08 11:20:14 Modified files: games/egoboo : Makefile distinfo games/egoboo/pkg: PLIST Added files: games/egoboo/patches: patch-src_Makefile patch-src_enet_Makefile patch-src_game_Makefile patch-src_game_extensions_ogl_texture_c patch-src_game_file_formats_id_md2_c patch-src_game_game_c patch-src_game_platform_file_linux_c Removed files: games/egoboo/patches: patch-game_Makefile_unix patch-game_egoboo_setup_h patch-game_egoboo_sh patch-game_file_linux_c patch-game_graphic_c Log message: games/egoboo: update to last stable version 2.8.1 Alex Raschi helped find a fix for a cursor control bug. Minimally tested: I can walk around and die. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 11:21:01 Modified files: databases/recoll: Makefile databases/recoll/patches: patch-Makefile_in Added files: databases/recoll/pkg: DESCR-gui DESCR-main PLIST-gui PLIST-main Removed files: databases/recoll/pkg: DESCR PLIST Log message: build the Qt GUI for recoll and place it in a subpackage CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 11:26:28 Modified files: sysutils/firmware/iwx: Makefile sysutils/firmware/iwx/pkg: PLIST Log message: iwx firmware: add Qu-c0-hr-b0, from Fredrik Engberg CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/08 11:27:33 Modified files: usr.bin/mg : interpreter.c Log message: Put regex tests into a function. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/08 11:27:35 Modified files: x11/kde-applications: kde-applications.port.mk x11/kde-applications/akonadi: distinfo x11/kde-applications/akonadi-calendar: distinfo x11/kde-applications/akonadi-calendar-tools: distinfo x11/kde-applications/akonadi-contacts: distinfo x11/kde-applications/akonadi-import-wizard: distinfo x11/kde-applications/akonadi-mime: distinfo x11/kde-applications/akonadi-notes: distinfo x11/kde-applications/akonadi-search: distinfo x11/kde-applications/akonadiconsole: distinfo x11/kde-applications/akregator: distinfo x11/kde-applications/analitza: distinfo x11/kde-applications/ark: distinfo x11/kde-applications/artikulate: distinfo x11/kde-applications/audiocd-kio: distinfo x11/kde-applications/baloo-widgets: distinfo x11/kde-applications/blinken: distinfo x11/kde-applications/bomber: distinfo x11/kde-applications/bovo: distinfo x11/kde-applications/calendarsupport: distinfo x11/kde-applications/cantor: distinfo x11/kde-applications/cervisia: distinfo x11/kde-applications/dolphin: distinfo x11/kde-applications/dolphin/pkg: PLIST x11/kde-applications/dolphin-plugins: Makefile distinfo 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/gwenview/pkg: PLIST x11/kde-applications/incidenceeditor: distinfo x11/kde-applications/juk: distinfo x11/kde-applications/kaddressbook: distinfo x11/kde-applications/kajongg: distinfo x11/kde-applications/kalarm: distinfo x11/kde-applications/kalarm/pkg: PLIST x11/kde-applications/kalarmcal: distinfo x11/kde-applications/kalgebra: distinfo x11/kde-applications/kalgebra/pkg: PLIST x11/kde-applications/kalzium: distinfo x11/kde-applications/kamera: distinfo x11/kde-applications/kanagram: distinfo x11/kde-applications/kapman: distinfo x11/kde-applications/kapptemplate: distinfo x11/kde-applications/kapptemplate/pkg: PLIST x11/kde-applications/kate: distinfo x11/kde-applications/kate/pkg: PLIST x11/kde-applications/katomic: distinfo x11/kde-applications/kbackup: distinfo x11/kde-applications/kblackbox: distinfo x11/kde-applications/kblocks: distinfo x11/kde-applications/kbounce: distinfo x11/kde-applications/kbreakout: distinfo x11/kde-applications/kbruch: distinfo x11/kde-applications/kcachegrind: distinfo x11/kde-applications/kcalc: distinfo x11/kde-applications/kcalutils: distinfo x11/kde-applications/kcharselect: distinfo x11/kde-applications/kcolorchooser: distinfo x11/kde-applications/kcron: distinfo x11/kde-applications/kde-dev-scripts: distinfo x11/kde-applications/kde-dev-utils: distinfo x11/kde-applications/kdebugsettings: distinfo x11/kde-applications/kdeedu-data: distinfo x11/kde-applications/kdegraphics-mobipocket: distinfo x11/kde-applications/kdegraphics-thumbnailers: distinfo x11/kde-applications/kdenetwork-filesharing: distinfo x11/kde-applications/kdenlive: distinfo x11/kde-applications/kdenlive/pkg: PLIST x11/kde-applications/kdepim-addons: distinfo x11/kde-applications/kdepim-runtime: 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/keditbookmarks/pkg: PLIST x11/kde-applications/kfind: distinfo x11/kde-applications/kfloppy: distinfo x11/kde-applications/kfourinline: distinfo x11/kde-applications/kgeography: distinfo x11/kde-applications/kget: distinfo x11/kde-applications/kgoldrunner: distinfo x11/kde-applications/kgpg: distinfo x11/kde-applications/kgpg/pkg: PLIST x11/kde-applications/khangman: distinfo x11/kde-applications/khangman/pkg: PLIST x11/kde-applications/khelpcenter: distinfo x11/kde-applications/kidentitymanagement: distinfo x11/kde-applications/kig: Makefile distinfo x11/kde-applications/kigo: distinfo x11/kde-applications/killbots: distinfo x11/kde-applications/kimagemapeditor: distinfo x11/kde-applications/kimagemapeditor/pkg: PLIST 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/kjumpingcube: distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kleopatra: distinfo x11/kde-applications/klettres: distinfo x11/kde-applications/klickety: distinfo x11/kde-applications/klines: distinfo x11/kde-applications/kmag: distinfo x11/kde-applications/kmag/pkg: PLIST x11/kde-applications/kmahjongg: distinfo x11/kde-applications/kmail: distinfo x11/kde-applications/kmail-account-wizard: distinfo x11/kde-applications/kmailtransport: distinfo x11/kde-applications/kmbox: distinfo x11/kde-applications/kmime: distinfo x11/kde-applications/kmines: distinfo x11/kde-applications/kmix: distinfo x11/kde-applications/kmousetool: distinfo x11/kde-applications/kmouth: distinfo x11/kde-applications/kmouth/pkg: PLIST x11/kde-applications/kmplot: distinfo x11/kde-applications/knavalbattle: distinfo x11/kde-applications/knetwalk: distinfo x11/kde-applications/knotes: distinfo x11/kde-applications/kolf: distinfo x11/kde-applications/kollision: distinfo x11/kde-applications/kolourpaint: distinfo x11/kde-applications/kompare: Makefile distinfo x11/kde-applications/kompare/pkg: PLIST x11/kde-applications/konqueror: distinfo x11/kde-applications/konquest: distinfo x11/kde-applications/konsole: distinfo x11/kde-applications/konsole/pkg: PLIST x11/kde-applications/kontact: distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/korganizer: distinfo x11/kde-applications/kpimtextedit: distinfo x11/kde-applications/kpkpass: distinfo x11/kde-applications/kqtquickcharts: distinfo x11/kde-applications/krdc: distinfo x11/kde-applications/krdc/patches: patch-vnc_vncclientthread_cpp 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: distinfo x11/kde-applications/ksystemlog/pkg: PLIST x11/kde-applications/kteatime: distinfo x11/kde-applications/ktimer: distinfo x11/kde-applications/ktimer/pkg: PLIST x11/kde-applications/ktnef: distinfo x11/kde-applications/ktouch: distinfo x11/kde-applications/ktuberling: distinfo x11/kde-applications/ktuberling/pkg: PLIST x11/kde-applications/kturtle: distinfo x11/kde-applications/kubrick: distinfo x11/kde-applications/kwalletmanager: distinfo x11/kde-applications/kwordquiz: distinfo x11/kde-applications/libgravatar: distinfo x11/kde-applications/libkcddb: distinfo x11/kde-applications/libkcompactdisc: distinfo x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: distinfo x11/kde-applications/libkdepim: distinfo x11/kde-applications/libkeduvocdocument: distinfo x11/kde-applications/libkexiv2: distinfo x11/kde-applications/libkgapi: distinfo x11/kde-applications/libkipi: distinfo x11/kde-applications/libkleo: distinfo x11/kde-applications/libkmahjongg: distinfo x11/kde-applications/libkomparediff2: distinfo x11/kde-applications/libksane: distinfo x11/kde-applications/libksieve: distinfo x11/kde-applications/lokalize: distinfo x11/kde-applications/lokalize/pkg: PLIST x11/kde-applications/lskat: distinfo x11/kde-applications/mailcommon: distinfo x11/kde-applications/mailimporter: distinfo x11/kde-applications/marble: distinfo x11/kde-applications/mbox-importer: distinfo x11/kde-applications/messagelib: distinfo x11/kde-applications/minuet: distinfo x11/kde-applications/okteta: Makefile x11/kde-applications/okular: distinfo x11/kde-applications/palapeli: distinfo x11/kde-applications/picmi: distinfo x11/kde-applications/pim-data-exporter: distinfo x11/kde-applications/pim-data-exporter/pkg: PLIST x11/kde-applications/pim-sieve-editor: distinfo x11/kde-applications/pimcommon: distinfo x11/kde-applications/poxml: distinfo x11/kde-applications/print-manager: distinfo x11/kde-applications/rocs: Makefile distinfo x11/kde-applications/spectacle: Makefile x11/kde-applications/step: distinfo x11/kde-applications/step/pkg: PLIST x11/kde-applications/svgpart: distinfo x11/kde-applications/sweeper: distinfo x11/kde-applications/sweeper/pkg: PLIST x11/kde-applications/umbrello: Makefile distinfo x11/kde-applications/zeroconf-ioslave: distinfo Log message: Update KDE Applications to 20.12.3 https://kde.org/announcements/releases/20.12.3/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/08 11:27:40 Modified files: x11/yakuake : Makefile distinfo Log message: Update yakuake to 20.12.3 Use MODULE kde-applications to consume MODKDE_VERSION CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/08 11:27:44 Modified files: net/libktorrent: Makefile distinfo net/ktorrent : Makefile distinfo Log message: Update ktorrent and libktorrent to 20.12.3 Use MODULE kde-applications to consume MODKDE_VERSION CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 11:32:47 Modified files: mail/s-nail : Makefile distinfo Log message: update to s-nail-14.9.22, from maintainer CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/08 12:09:25 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.54.1 Changelog: https://rclone.org/changelog/#v1-54-1-2021-03-08 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/08 12:16:03 Modified files: x11/kde-plasma : Makefile.inc x11/kde-plasma/breeze: distinfo x11/kde-plasma/breeze-grub: distinfo x11/kde-plasma/breeze-gtk: distinfo x11/kde-plasma/breeze-gtk/pkg: PLIST x11/kde-plasma/kdecoration: distinfo x11/kde-plasma/kdecoration/pkg: PLIST x11/kde-plasma/oxygen: distinfo Log message: Bugfix update KDE Plasma style ports to 5.21.2 CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/08 13:01:43 Modified files: usr.bin/mg : interpreter.c Log message: Start looking at parsing text to find separators. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2021/03/08 13:16:23 Modified files: devel/git-annex: Makefile Log message: git-annex needs devel/git at build time. ok gnezdo@, James Cook agrees CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/08 13:24:01 Modified files: security/wpscan: Makefile distinfo Log message: update 3.8.14 -> 3.8.15 CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2021/03/08 13:40:35 Modified files: build : Makefile build/mirrors : openntpd-portable.html.head openntpd : portable.html Log message: update for openntpd 6.8p1 and add the signing key ok bcook CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/08 13:41:02 Modified files: devel/ruby-activesupport: Makefile distinfo Log message: simple update 6.1.1 -> 6.1.3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/08 13:44:48 Modified files: sysutils/ruby-tzinfo: Makefile distinfo sysutils/ruby-tzinfo/pkg: PLIST Log message: update 2.0.1 -> 2.0.4 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/08 13:56:10 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable ixl(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 14:04:59 Modified files: sysutils/snmp_exporter: Makefile distinfo sysutils/snmp_exporter/patches: patch-generator_Makefile patch-generator_net_snmp_go sysutils/snmp_exporter/pkg: PLIST Removed files: sysutils/snmp_exporter/patches: patch-Makefile_common Log message: update to snmp_exporter-0.20.0 (after much swearing at go.port.mk) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/08 14:05:56 Modified files: sysutils/firmware/iwx: Makefile Log message: bump revision CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2021/03/08 14:07:18 Modified files: games/childsplay: Makefile distinfo games/childsplay/pkg: PLIST Log message: Update to version 3.3. With this the dependency to py-numpy is not required anymore. OK sthen@ A similar diff to update to 3.3 was sent by Timo Myyra in 2018. That diff was OK solene@. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/08 14:18:55 Modified files: usr.sbin/npppd/pptp: Tag: OPENBSD_6_8 pptp_call.c pptp_ctrl.c Log message: Fix some heap over-read in logging in PPTP protocol handler. from yasuoka@ this is errata/6.8/016_npppd.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/08 14:19:43 Modified files: usr.sbin/npppd/pptp: Tag: OPENBSD_6_7 pptp_call.c pptp_ctrl.c Log message: Fix some heap over-read in logging in PPTP protocol handler. from yasuoka@ this is errata/6.7/037_npppd.patch.sig CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2021/03/08 14:19:44 Modified files: devel/git : Makefile devel/git/pkg : PLIST-main Log message: correct name on _gitdaemon passwd entry, it's not an acronym ok kn CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2021/03/08 14:20:44 Modified files: . : errata67.html errata68.html Log message: Release npppd errata. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/08 14:55:36 Modified files: graphics/bonzomatic: Makefile distinfo graphics/bonzomatic/patches: patch-CMakeLists_txt Added files: graphics/bonzomatic/patches: patch-src_platform_x11_Misc_cpp Log message: Update to bonzomatic 2021.03.07 Add config option to skip setup dialog CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2021/03/08 21:17:05 Modified files: x11/rxvt-unicode: Makefile Added files: x11/rxvt-unicode/patches: patch-src_rxvtperl_h patch-src_rxvtperl_xs Log message: fix crash on exit due to recent perl update, from upstream ok tb CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/08 21:53:40 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: ofw_read_mem_regions() can skip calculation of physmem. pmap.c already calculates _usable_ memory and updates physmem (if it is 0), whereas ofw_read_mem_regions() was counting usable+unuseable memory. ie. 4G or more on some machines. powerpc's 32-bit pagetable cannot use memory beyond 4G phys addr. (On a 4G machine, physmem64 was calculated as 0, which caused the installer's auto-diskabel code to place /tmp on the b partition). ok gkoehler, works for kurt also CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/08 22:41:49 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/pkg: PLIST Log message: Update homebank to 5.5.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/08 22:50:03 Modified files: net/konversation: Makefile distinfo net/konversation/pkg: PLIST Log message: Update konversation to 20.12.3 Use MODULE kde-applications to consume MODKDE_VERSION CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/09 00:03:19 Modified files: sbin/disklabel : editor.c Log message: Do not adjust (uhm.. zero) the swap 'b' partition size if physmem is zero (should not happen, but did), because the auto-allocate code will put a filesystem on that partition. ok otto kurt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/09 00:12:15 Modified files: etc : rc Log message: dhcpleased wants /var (but contains code to handle when it isn't there). But in the nfs diskless case, we can do better by starting it a little later. This disrupts nfs diskless on dynamic addresses a little, if it ever actually worked with dhclient, but anyone doing that deserves the headache. ok florian CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/03/09 00:39:28 Modified files: lib/libc/stdlib: malloc.c Log message: Change the implementation of the malloc cache to keep lists of regions of a given size. In snaps for a while, committing since no issues were reported and a wider audience is good. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/09 00:46:24 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 78.8.1 See https://www.thunderbird.net/en-US/thunderbird/78.8.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/09 00:47:03 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 78.8.1. See https://www.thunderbird.net/en-US/thunderbird/78.8.1/releasenotes/ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/09 01:24:09 Modified files: usr.bin/tmux : grid-reader.c window-copy.c Log message: Copy mode improvements from Anindya Mukherjee: - Fix word and word-end for wrapped lines. - Fix copying of selection end on wrapped lines. - Fix wrapped word selection edge case. - Update select-line to respect wrapped lines. - Update window_copy_..._pos() functions to use grid_reader. GitHub issue 2605. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/09 01:46:27 Removed files: games/freeorion/patches: patch-cmake_FindPyCodestyle_cmake Log message: remove old patch forcing hardcoded "pycodestyle-3" CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/03/09 02:24:08 Modified files: lib/mesa/src/gallium/auxiliary/gallivm: lp_bld_misc.cpp Log message: gallium/gallivm: remove unused header include for newer LLVM From Jan Zielinski 52aa730d07618513d6c055618069b2f4680974cc in mainline Mesa Encountered by naddy@ when doing a clang 11 build. This commit suggested by patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/09 02:35:07 Modified files: games/libgdx/pkg: PLIST Log message: libgdx: s/Base${M_ARCH}Coder/Base64Coder/ in PLIST CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/09 02:36:45 Modified files: devel/tig : Makefile distinfo Log message: Update tig to 2.5.3. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2021/03/09 03:22:54 Modified files: net/yersinia : Makefile Log message: Add missing BUILD_DEPENDS on devel/glib2. configure.in needs glib-gettext.m4. no revision bump since the package would not build when glib2 is not installed. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/09 03:26:57 Modified files: emulators/sameboy: Makefile distinfo emulators/sameboy/patches: patch-Makefile patch-libretro_Makefile Log message: Update to sameboy-0.14.2. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/09 04:09:13 Modified files: emulators/sameboy: Makefile emulators/sameboy/pkg: PLIST-main Log message: Install desktop file, icons, mimeinfo. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/09 05:25:32 Modified files: games/fifengine: Makefile Log message: fifengine: mark BROKEN-i386 BROKEN-powerpc =out of memory when compiling fifePYTHON_wrap.cxx BROKEN-sparc64 =out of memory when compiling fifePYTHON_wrap.cxx BROKEN-i386 = out of memory when compiling fifePYTHON_wrap.cxx (not every time but most) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/09 05:56:39 Modified files: comms/dfu-util : Makefile distinfo comms/dfu-util/pkg: PLIST Log message: update to dfu-util 0.10, from Ashton Fagg with a tiny tweak CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/09 06:04:14 Modified files: archivers/deutex: Makefile distinfo Log message: update to deutex-5.2.2, based on a diff from Ashton Fagg CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/09 06:07:50 Modified files: usr.bin/tmux : window-copy.c Log message: Allow cursor to be just after match if copying, GitHub issue 2602. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/03/09 07:13:34 Modified files: sys/arch/octeon/dev: cn30xxsmi.c sys/arch/octeon/include: octeonvar.h sys/arch/octeon/octeon: machdep.c Log message: Add initial bits for Check Point UTM-1 EDGE N. From Thaison Nguyen CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/09 07:32:25 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Replace time_t startup_time with struct timespec link_timeout. Feedback from otto@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/09 08:08:23 Modified files: sys/kern : subr_log.c sys/sys : malloc.h lib/libc/sys : sendsyslog.2 usr.sbin/syslogd: syslogd.c Log message: Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8) are started before syslogd(8). This resulted in ugly sendsyslog(2) dropped logs and the real message was lost. Create a temporary stash for log messages within the kernel. It has a limited size of 100 messages, and each message is truncated to 8192 bytes. When the stash is exhausted, the well-known dropped message is generated with a counter. After syslogd(8) has setup everything, it sends a debug line through libc to flush the kernel stash. Then syslogd receives all messages from the kernel before the usual logs. OK deraadt@ visa@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/09 08:16:28 Modified files: regress/usr.sbin/syslogd: Client.pm LICENSE Makefile Syslogd.pm args-dropped-filesystem.pl args-dropped-sighup-filesystem.pl args-dropped-sigterm-filesystem.pl args-privsep.pl args-sendsyslog-dropped.pl Added files: regress/usr.sbin/syslogd: args-sendsyslog-fault.pl args-sendsyslog-logstash.pl args-sendsyslog-nostash.pl logflush.c Log message: Kernel drops fewer messages in sendsyslog(2), adapt syslogd(8) tests. Kernel stashes logs temporarily, test it. Fix some races in existing tests. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/09 09:46:05 Modified files: x11/lightly : Makefile Log message: Add missing dependency on devel/gettext,-tools Spotted by aja@ Thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/09 10:09:49 Modified files: infrastructure/mk: bsd.port.mk Log message: handle .tar.zstd / .tar.zst in EXTRACT_CASES; ok kn@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/09 10:11:13 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document zstd support in EXTRACT_CASES and change from a big code sample that isn't directly usable to a shorter table and example of what one might need to add to EXTRACT_CASES when making a change; ok espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/09 10:11:49 Modified files: archivers/deutex: Makefile Log message: bsd.port.mk knows about zstd now, no need for extra EXTRACT_CASES CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/03/09 10:36:06 src/regress/usr.bin/snmp Update of /cvs/src/regress/usr.bin/snmp In directory cvs.openbsd.org:/tmp/cvs-serv94348/snmp Log Message: Directory /cvs/src/regress/usr.bin/snmp added to the repository CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/03/09 10:38:24 Modified files: regress/usr.bin: Makefile Added files: regress/usr.bin/snmp: Makefile Log message: Dedicated regress test for snmp(1) instead of semi-relying on snmpd(8)'s regress for basic functionality. This regress covers quite a few usecases, but there's still plenty missing. feedback and OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/09 10:58:33 Modified files: editors/vim : Makefile distinfo editors/vim/pkg: PFRAG.no-no_x11-main PLIST-main Log message: update to vim-8.2.2580 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/03/09 11:10:32 Modified files: net/py-siphon : Makefile distinfo net/py-siphon/pkg: PLIST Log message: Update py-siphon to 0.9. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/03/09 11:18:55 Modified files: usr.sbin/snmpd : snmpd.conf.5 Log message: Fix some old phrasing on how to set up a trap handler which aren't correct anymore after moving it from its own subprocess to snmpe. feedback and OK jan@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/03/09 11:19:11 Modified files: math/py-h5py : Makefile distinfo math/py-h5py/pkg: PLIST Log message: Update h5py to 3.2.1. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/09 11:55:29 Modified files: net/synapse : Makefile distinfo net/synapse/pkg: PLIST Log message: Update to synapse-1.29 Diff from maintainer Renaud Allard CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/09 12:02:44 Modified files: sys/dev/fdt : simplefb.c Log message: Add support for 30-bit color modes. CVSROOT: /cvs Module name: src Changes by: tracey@cvs.openbsd.org 2021/03/09 12:05:28 Modified files: share/man/man5 : port-modules.5 Log message: Remove documentation for all port modules no longer supported. ok sthen@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/09 12:05:30 Modified files: sbin/ifconfig : ifconfig.8 Log message: Fix TRUNK synopsis alignment CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/09 12:39:20 Modified files: sbin/ifconfig : ifconfig.8 Log message: Zap stray Xr CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/09 12:43:04 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Recognize Apple Firestorm cores. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/03/09 13:03:50 Modified files: sys/net : if.c Log message: Shorten the if_cloners_lock name preventing it from being truncated in the top(1) wait column. ok mvs@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/03/09 13:05:14 Modified files: sys/net : if_tun.c Log message: Issuing FIOSETOWN and TIOCSPGRP ioctl commands on a tun(4) device leaks device references causing a hang while trying to remove the same interface since the reference count will never reach zero. Instead of returning, break out of the switch in order to ensure that tun_put() gets called. ok deraadt@ mvs@ Reported-by: syzbot+2ca11c73711a1d0b5c6c@syzkaller.appspotmail.com CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2021/03/09 13:33:48 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-poppler_Form_cc patch-poppler_XRef_cc patch-qt5_src_CMakeLists_txt patch-utils_CMakeLists_txt Log message: Update to poppler-21.03.0. Looks good to gnezdo@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2021/03/09 13:34:14 Modified files: print/scribus/patches: patch-scribus_plugins_import_pdf_slaoutput_cpp patch-scribus_plugins_import_pdf_slaoutput_h Log message: Unbreak with poppler-21.03.0. ok gnezdo@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/09 14:11:24 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: Node without a "status" property should be considered enabled as well. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/09 15:21:22 Modified files: devel/git : Makefile distinfo devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Security update to git 2.30.2 https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.30.2.txt (pure merge commit, 2.17.6 has the actual fix) https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.17.6.txt * CVE-2021-21300: On case-insensitive file systems with support for symbolic links, if Git is configured globally to apply delay-capable clean/smudge filters (such as Git LFS), Git could be fooled into running remote code during a clone. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/09 15:51:28 Modified files: sbin/iked : ikev2.c Log message: Also log transforms on IKE SA rekey. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/09 18:33:40 Modified files: lang/ghc : Makefile distinfo lang/ghc/patches: patch-aclocal_m4 patch-ghc_mk patch-libraries_process_include_runProcess_h patch-testsuite_driver_testlib_py patch-testsuite_mk_test_mk patch-testsuite_tests_codeGen_should_run_all_T patch-utils_ghc-pkg_Main_hs lang/ghc/pkg : PLIST Added files: lang/ghc/patches: patch-configure patch-rts_Linker_c lang/ghc/pkg : PFRAG.no_i386 Removed files: lang/ghc/patches: patch-configure_ac patch-rts_RtsSymbols_c Log message: Upgrade lang/ghc to 8.10.3 Some non-trivial adaptations: * Remove -Wl,-z,notext from compiler flags * Backport from ghc HEAD: move debugBelch into IF_DEBUG(linker) * Move debugBelch into IF_DEBUG(linker) [fixup 3433] * Undo ghci slowness [fixup 18727] * Increase open FD limit for test runs to 1024 * Disable haddock on i386 using PFRAG ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/09 18:33:55 Modified files: devel/cabal-install: Makefile distinfo Added files: devel/cabal-install/files: openbsd-8.10.3.json Removed files: devel/cabal-install/files: openbsd-8.6.4.json Log message: Upgrade cabal-install to ghc-8.10 ok kili CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/09 18:34:06 Modified files: devel/git-annex: Makefile distinfo Log message: Regen git-annex manifest with ghc-8.10.3 ok kili, tested by James Cook CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/09 18:34:15 Modified files: devel/darcs : Makefile distinfo Log message: Regen devel/darcs manifest with ghc-8.10.3 ok kili CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/09 21:58:45 Modified files: usr.bin/ssh : sftp-client.c Log message: no need to reset buffer after send_msg() as that is done for us; patch from Mike Frysinger CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/03/09 23:32:28 Modified files: etc : moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log message: Import regenerated moduli file. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/10 00:28:20 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: pmap_avail_setup() is the only place physmem is calculated, delete a bunch of code which thinks it could be done elsewhere. ok kurt CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/10 01:09:41 Modified files: usr.sbin/rpki-client: main.c Log message: When adding files from the manifest only the .crl need to be first, after that the order does not matter so simplify the code and just walk the list twice. Add the .crl first and then in the second round all other files. OK job@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/10 01:21:27 Modified files: usr.bin/sndiod : dev.c Log message: sndiod: Style tweak: swap if/else code blocks in slot_new() CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2021/03/10 01:22:25 Modified files: usr.bin/sndiod : dev.c Log message: sndiod: When a slot structure is recycled allocate new control Trying to rename the program level control is not needed anymore. When a slot is given to another program, the new ctl_{new,del}() functions can be used to delete the control of the old program and create a new one for the new program. Cleaner, simpler. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/10 03:21:49 Modified files: sys/sys : domain.h exec_elf.h ktrace.h param.h shm.h sysctl.h wait.h sys/kern : exec_elf.c kern_unveil.c spec_vnops.c subr_hibernate.c subr_percpu.c subr_pool.c subr_witness.c sys_futex.c tty_tty.c vfs_bio.c sys/net : bridgestp.c ethertypes.h if.c if_bridge.h if_etherbridge.c if_gre.c if_gre.h if_pfsync.c if_pfsync.h if_sppp.h if_types.h if_veb.c if_wg.c ifq.h ofp.h pf.c pf_norm.c pfvar.h pipex.c radix.c route.c route.h rtable.c switchofp.c wg_cookie.c sys/net80211 : ieee80211_crypto_tkip.c ieee80211_input.c ieee80211_node.c ieee80211_output.c sys/netinet : if_ether.h in.c in_pcb.c ip_carp.c ip_id.c ip_input.c ip_ipsp.c ipsec_output.c tcp_input.c tcp_usrreq.c sys/netinet6 : icmp6.c in6.c in6.h in6_src.c ip6_id.c ip6_input.c ip6_mroute.c ip6_output.c ip6protosw.h udp6_output.c sys/netmpls : mpls.h mpls_input.c Log message: spelling ok gnezdo@ semarie@ mpi@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/10 03:29:26 Modified files: usr.sbin/npppd/pptp: pptp_call.c Log message: Fix "phone number" spelling. ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2021/03/10 03:51:10 Modified files: usr.sbin/npppd/npppd: ppp.h Log message: Expand the maximum length for CHAP challenge to 96 octets. npppd couldn't handle ICCN message which has a ProxyAuthenChallenge AVP longer than 24 octets. Juniper actually send such challenges. Reported and tested by Ryan Freeman. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/10 05:49:24 Modified files: sys/dev/acpi : acpireg.h Log message: Fix typo for ATS attribute member in IORT root complex struct. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/10 07:21:41 Modified files: www/openradtool: Makefile distinfo www/openradtool/pkg: PLIST Log message: Update openradtool to 0.11.15 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/10 08:00:53 Modified files: lang/compcert : Makefile distinfo Log message: update to commit 6bf310dd for coq 8.13.1 support from Yozo Toda CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/10 08:14:51 Modified files: benchmarks/p5-Dumbbench: Makefile distinfo benchmarks/p5-Dumbbench/pkg: PLIST Log message: update p5-Dumbbench to 0.501 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/10 08:20:59 Modified files: devel/p5-Test-Script: Makefile distinfo Log message: update p5-Test-Script to 1.27 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/10 08:40:29 Modified files: textproc/uncrustify: Makefile distinfo textproc/uncrustify/pkg: PLIST Log message: update uncrustify to 0.72.0 and switch to python3 ok rpointel@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/10 08:56:06 Modified files: sys/arch/arm64/arm64: locore.S Log message: Let MAIR comment catch up with reality. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/10 09:00:51 Modified files: sysutils/sleuthkit: Makefile distinfo Log message: Update sysutils/sleuthkit to 4.10.1 Fixes build with LLVM 11. ok rpointel (maintainer) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/10 09:33:17 Modified files: graphics/gfract: Makefile Added files: graphics/gfract/patches: patch-make_palettes_py Log message: move gfract over to python3 while here also update HOMEPAGE and WANTLIB CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/10 10:00:16 Modified files: share/man/man5 : hostname.if.5 Log message: cleanup the 3 ways (2 for ipv4, 1 for ipv6) of doing dynamic address allocation. not the perfect text yet, but it is better. discussed with florian and jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/10 10:03:59 Modified files: sys/kern : uipc_syscalls.c Log message: The ktrace record for recvmsg/recvfrom could contain extract bits in msg_flags (they get set internally). Correct the record to only contain what the caller requested. CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/03/10 10:21:30 Log message: Import x11/xmenu-4.5.4 XMenu is a menu utility for X. XMenu receives a menu specification in stdin, shows a menu for the user to select one of the options, and outputs the option selected to stdout. XMenu can be controlled both via mouse and via keyboard. ok solene@ Port submitted by Guy Godfroy, maintainer. Status: Vendor Tag: tracey Release Tags: tracey_20210310 N ports/x11/xmenu/Makefile N ports/x11/xmenu/distinfo N ports/x11/xmenu/pkg/DESCR N ports/x11/xmenu/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2021/03/10 10:22:19 Modified files: x11 : Makefile Log message: add xmenu to build CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2021/03/10 10:25:59 Modified files: usr.sbin/smtpd : smtp.c Log message: do not request client certificate unless required issue hit by florian@ diff by jsing@ ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/10 11:27:02 Modified files: lib/libssl : ssl_clnt.c ssl_locl.h ssl_pkt.c ssl_sigalgs.c ssl_srvr.c ssl_tlsext.c ssl_versions.c tls13_client.c tls13_server.c Log message: Improve internal version handling. Add handshake fields for our minimum TLS version, our maximum TLS version and the TLS version negotiated during the handshake. Initialise our min/max versions at the start of the handshake and leave these unchanged. The negotiated TLS version is set in the client once we receive the ServerHello and in the server at the point we select the highest shared version. Provide an ssl_effective_version() function that returns the negotiated TLS version if known, otherwise our maximum TLS version - this is effectively what is stored in s->version currently. Convert most of the internal code to use one of these three version fields, which greatly simplifies code (especially in the TLS extension handling code). ok tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/10 11:27:59 Modified files: x11/xfce4/xfce4-netload: Makefile distinfo x11/xfce4/xfce4-netload/pkg: PLIST Log message: x11/xfce4/xfce4-netload: update to 1.4.0 See https://mail.xfce.org/pipermail/xfce-announce/2021-March/001019.html CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/10 11:28:01 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: Revise TLS extension regress to match version handling changes. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/10 11:32:38 Modified files: lib/libssl : tls1.h Log message: Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL. These are no longer used (and should not be used) internally. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/10 11:34:19 Modified files: emulators/nono : Makefile Added files: emulators/nono/patches: patch-debugger_debugger_private_h Log message: emulators/nono: fix build with LLVM 11 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/10 12:09:42 Modified files: mail/p5-Mail-DKIM-Iterator: Makefile distinfo Log message: update p5-Mail-DKIM-Iterator to 1.010 CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2021/03/10 12:12:45 Modified files: . : plus.html Log message: plus Feb 7-Mar 8 tweak and OK florian CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/10 12:19:04 Modified files: share/man/man5 : hostname.if.5 Log message: Typofix previous CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/10 12:26:22 Modified files: mail/p5-Mail-DMARC-Iterator: Makefile distinfo Removed files: mail/p5-Mail-DMARC-Iterator/patches: patch-lib_Mail_DMARC_Iterator_pm Log message: update p5-Mail-DMARC-Iterator to 0.014 patch has been commited upstream CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/10 12:31:37 Modified files: mail/p5-Mail-SPF-Iterator: Makefile distinfo Log message: update p5-Mail-SPF-Iterator to 1.120 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/10 12:41:19 Modified files: net/p5-Net-IMP : Makefile distinfo Removed files: net/p5-Net-IMP/patches: patch-lib_Net_IMP_Cascade_pm Log message: update p5-Net-IMP to 0.635 patch has been commited upstream CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/10 12:44:58 Modified files: net/p5-Net-INET6Glue: Makefile distinfo Log message: update p5-Net-INET6Glue to 0.604 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/03/10 13:06:04 Modified files: bin/ksh : vi.c Log message: Fix redrawing of a multiline PS1 prompt in vi mode. From gotroyb127 OK tb@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/10 13:06:22 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update p5-Net-SIP to 0.828 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/03/10 13:16:09 Modified files: lib/libcurses : curs_getch.3 curses.priv.h resizeterm.3 lib/libcurses/base: lib_set_term.c resizeterm.c lib/libcurses/tinfo: lib_setup.c Log message: Don't return ERR if resize didn't change size This is a backport of the ncurses 5.9 20120707 patch. Previously, getch() would return ERR if SIGWINCH was received but the window didn't actually change size. This can happen, for example, when the xterm font is changed. OK tb@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/03/10 13:17:34 Modified files: bin/ksh : ksh.1 vi.c Log message: Add support for ^R (redraw) in insert mode too. From gotroyb127, OK tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/10 14:49:56 Modified files: sys/dev/acpi : acpiprt.c acpipwrres.c acpitz.c atk0110.c dsdt.c dsdt.h Log message: Our ACPI namerefs are pointers to the byte structures for ACPI names. These are not in a printable format, hence printing them as string is wrong. Additionally, aml_searchrel()/aml_searchname() expect the name to be passed in a printable format as well. Passing a nameref can lead to an out-of-bounds read, and the comparison can fail. Hence make sure that namerefs are passed to aml_getname() first, which returns printable strings. Note that aml_getname() uses a static buffer, so there are a few restrictions how the string can be used. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/03/10 14:55:22 Modified files: usr.bin/grep : binary.c file.c grep.h Log message: zlib functions take a gzFile not gzFile * (gzFile is already a pointer). From Josh Rickmar. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/10 15:05:08 Modified files: databases/ruby-hiera-eyaml: Makefile distinfo databases/ruby-hiera-eyaml/pkg: PLIST Log message: simple update 3.2.0 -> 3.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/10 15:08:18 Modified files: net/termshark : Makefile distinfo Log message: today's exercise in frustration with go.port.mk: update termshark to 2.2.0 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/10 15:20:44 Modified files: sys/dev/acpi : dsdt.c Log message: Handle named references in acpi_getdevlist(). Fixes a regression in acpitz caused by the reference handling change from December. ok kettenis@ patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/10 15:21:07 Modified files: security/yubico/yubico-c: Makefile security/yubico/yubico-c/pkg: PLIST Added files: security/yubico/yubico-c/patches: patch-modhex_1_txt Log message: since upstream hasn't made a release in >5 years, backport information about the alphabet used for yubikey otps that was added to the modhex(1) manual CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/10 15:52:28 Modified files: usr.sbin/crunchgen: crunchgen.c distrib/special: Makefile.inc Log message: Build install media with -fno-asynchronous-unwind-tables to further reduce size. Allows a clang 11 amd64 release to complete without overflowing the floppy image. ok kettenis@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/10 16:31:00 Modified files: security/age : Makefile distinfo Log message: Update age to v1.0.0-rc.1 - Set our main.Version to MODGO_VERSION CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/03/10 22:14:48 Modified files: lib/mesa/src/amd/common: ac_binary.c lib/mesa/src/amd/vulkan: radv_shader.c lib/mesa/src/gallium/drivers/radeonsi: si_shader_llvm.c Log message: ac: unify denorm setting enforcement From Marek Olsak 56cc10bd27b24d513de88bf7fa94a6c8f43e348f in mainline Mesa CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/03/10 22:16:57 Modified files: lib/mesa/src/amd/llvm: ac_llvm_build.c Log message: ac: set new LLVM denormal flags From Marek Olsak 63a5051ea6bf4d72a02594d21a3351e44bd70da7 in mainline Mesa CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/03/10 22:19:45 Modified files: lib/mesa/src/amd/llvm: ac_llvm_util.c Log message: ac: don't set old denormals flags with LLVM >= 11 From Marek Olsak 8dc5e174c7b96b6d4b5a6923068410f298167a39 in mainline Mesa CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/03/10 22:41:14 Modified files: www/chromium : Makefile www/chromium/patches: patch-third_party_vulkan_memory_allocator_src_vk_mem_alloc_h Log message: Remove google_default_client_id and google_default_client_secret from GN_ARGS. From 2013 until early 2021, Google permitted distribution builds of Chromium to access Google APIs that added significant features to Chromium including, but not limited to, Sync and geolocation. As of March 15, 2021, any Chromium builds which pass client_id and/or client_secret during build will prevent end-users from signing into their Google account. Hint: If you wish to use sync, you have to build your own chromium package and use the publicly available client_id and client_secret of the Chrome browser. CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2021/03/10 23:29:21 Modified files: math/libtommath: Makefile distinfo math/libtommath/pkg: PLIST Added files: math/libtommath/patches: patch-bn_mp_set_double_c Removed files: math/libtommath/patches: patch-makefile_include_mk Log message: Update libtommath to 1.2.0 There are new functions in ; some of them are needed to update lang/moarvm. The headers tommath_{class,superclass}.h are no longer installed. ok pascal@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/10 23:31:05 Modified files: usr.bin/tmux : cmd-join-pane.c cmd-rotate-window.c cmd-select-pane.c cmd-split-window.c cmd-swap-pane.c cmd-switch-client.c layout-custom.c layout-set.c layout.c options.c spawn.c tmux.1 tmux.h window.c Log message: Add split-window -Z to start the pane zoomed, GitHub issue 2591. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/10 23:41:04 Modified files: usr.bin/tmux : format-draw.c options-table.c style.c tmux.1 tmux.h Log message: Add an "absolute-centre" alignment to use the centre of the total space instead of only the available space. From Magnus Gross in GitHub issue 2578. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/11 00:04:12 Modified files: bin/ksh : ksh.1 Log message: groff complains about the word "An" in an Rs/Re block, believing it a macro, so escape it; CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/11 00:08:18 Modified files: usr.bin/tmux : format.c server.c tmux.h Log message: Tidy old jobs every hour instead of every 30 seconds. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/11 00:43:34 Modified files: lib/libkvm : kvm.c Log message: that 0 should be NULL CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/11 00:48:35 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: bugfix update to 86.0.1. See https://www.mozilla.org/en-US/firefox/86.0.1/releasenotes/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/11 00:57:18 Modified files: etc/etc.armv7 : disktab sys/arch/armv7/conf: RAMDISK Log message: grow media a little CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/03/11 01:21:03 Modified files: lib/mesa/src/gallium/auxiliary/gallivm: lp_bld_conv.c Log message: gallivm: fix half to float conversions with llvm 11 From Roland Scheidegger 51a82ec3e437d1d2dc4c688578640d25b3e7f0a2 in mainline Mesa CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2021/03/11 01:28:29 Modified files: lib/mesa/src/amd/compiler: aco_print_asm.cpp Log message: aco: fix disassembly with LLVM 11 From Rhys Perry bcb0038c8399f7050eb49cfdb227d3d91c1e8804 in mainline Mesa CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/11 01:39:43 Log message: Import recutils-1.8. The GNU recutils are a set of libraries and utilities supporting the Rec format: a human-readable, text-based format to store little to medium sized databases. ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20210311 N ports/textproc/recutils/Makefile N ports/textproc/recutils/distinfo N ports/textproc/recutils/pkg/DESCR N ports/textproc/recutils/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/11 01:40:29 Modified files: textproc : Makefile Log message: +recutils CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/11 01:43:24 Log message: Import vollkorn-4.105. Vollkorn is a quiet, modest and well working body copy typeface for bread and butter use. It has dark and meaty serifs and a bouncing and healthy look and might be used as body type as well as for headlines or titles. More than 2000 glyphs per font support a wide range of languages in Latin, Cyrillic and Greek scripts. "Vollkorn" [pronounced "follkorn"] is German for "wholemeal". It refers to the old term "Brotschrift" [literally "bread type"] which described the small fonts for every day use in the days of hand-compositing. Vollkorn came into being as Friedrich Althausen's first type designing attempt during his studies at Bauhaus University Weimar, Germany. The Regular style was initially published in 2005 under a Creative Commons license. When GoogleFonts launched in 2010 Vollkorn was one the first twenty featured fonts. ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20210311 N ports/fonts/vollkorn/Makefile N ports/fonts/vollkorn/distinfo N ports/fonts/vollkorn/pkg/DESCR N ports/fonts/vollkorn/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/11 01:44:08 Modified files: fonts : Makefile Log message: +vollkorn CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/11 01:55:59 Modified files: sys/dev/fdt : rkiic.c Log message: Make sure to skip attaching disabled I2C devices. This can happen on hardware which include a common parent block in their device trees and only enable the components that were actually implemented, as seen on e.g. the NanoPi R4S. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/11 02:00:59 Added files: audio/ocp/patches: patch-configure patch-configure_ac Log message: Do not block unknown compiler versions. Fixes the build with LLVM 11. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/11 02:15:25 Modified files: sys/dev/fdt : amliic.c bcm2835_bsc.c imxiic_fdt.c mviic.c sxitwi.c Log message: Make sure to skip attaching disabled I2C devices. This can happen on hardware which include a common parent block in their device trees and only enable the components that were actually implemented, as seen on e.g. the NanoPi R4S. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/11 02:19:16 Modified files: usr.sbin/rpki-client: main.c Log message: There is no need for a global enity queue, instead use per repo queues. Simplifies the code a fair bit. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/11 02:21:16 Modified files: usr.sbin/rpki-client: main.c Log message: There is no need to revisit a file in the repo, so if the RB_INSERT fails just drop the entity queue element. OK benno@ tb@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/11 02:57:40 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Link to sh(1) and use the same wording and markup for EXTRACT_CASES code "good idea" sthen CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/11 03:09:48 Modified files: sbin/ifconfig : ifconfig.8 Log message: Document veb(4) All text is copied from other already existing sections, i.e. link flag handling from TPMR and the rest from BIDGE. Contrary to BRIDGE, add a synopsis for VEB such that there's a simple overwiew, especially since veb(4) currently does not explain *how* to use the described features. NB: While TPMR and VEB use the same wording for link flags, their semantics are different, i.e. both different flags and swapped polarity for those flags. Feedback jmc dlg OK dlg CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/11 03:12:51 Modified files: sbin/ifconfig : ifconfig.8 Log message: Remove unhelpful sentence from TPMR with dlg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/11 03:17:24 Modified files: security/yubico/yubico-c: Makefile Log message: add bdep on asciidoc, spotted by pvk CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/11 03:20:12 Modified files: fonts/ibm-plex : Makefile distinfo Log message: Update ibm-plex to 5.1.3. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/11 03:35:15 Modified files: fonts/inter : Makefile distinfo fonts/inter/pkg: PLIST Log message: Update to inter-3.15. From Alex Naumov; thanks! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/11 03:40:22 Modified files: sys/arch/arm64/dev: aplintc.c Log message: Add SMP support. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/11 03:43:30 Modified files: devel/libspectrum: Makefile distinfo devel/libspectrum/pkg: PLIST Log message: Update libspectrum to 1.5.0. OK benoit@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/11 03:51:17 Modified files: devel/uthash : Makefile distinfo Log message: Update uthash to 2.3.0. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/11 04:17:01 Modified files: sys/arch/alpha/alpha: pmap.c sys/arch/alpha/mcbus: mcbus.c sys/arch/amd64/amd64: bios.c cpu.c machdep.c vmm.c sys/arch/amd64/include: atomic.h smbiosvar.h sys/arch/amd64/pci: acpipci.c pci_machdep.c sys/arch/amd64/stand/efi32: efipxe.c sys/arch/amd64/stand/efi64: efipxe.c sys/arch/amd64/stand/efiboot: efipxe.c sys/arch/amd64/stand/libsa: exec_i386.c sys/arch/arm/arm: cpu.c pmap7.c sys/arch/arm/include: pte.h sys/arch/arm64/arm64: cpu.c db_interface.c intr.c machdep.c pmap.c sys/arch/arm64/dev: agtimer.c efi.c sys/arch/arm64/include: armreg.h smbiosvar.h sys/arch/arm64/stand/efiboot: efiacpi.c efipxe.c fdt.c sys/arch/armv7/armv7: armv7_machdep.c intr.c sys/arch/armv7/exynos: ec_commands.h exiic.c sys/arch/armv7/omap: amdisplay.c if_cpsw.c omehci.c sys/arch/armv7/stand/efiboot: efipxe.c fdt.c sys/arch/armv7/sunxi: sxie.c sys/arch/hppa/dev: viper.h sys/arch/hppa/hppa: intr.c machdep.c mainbus.c trap.c sys/arch/hppa/include: autoconf.h pdc.h psl.h sys/arch/hppa/spmath: dbl_float.h quad_float.h sgl_float.h sys/arch/i386/eisa: eisa_machdep.c sys/arch/i386/i386: cpu.c mpbios.c pmap.c sys/arch/i386/include: atomic.h cpu.h i82489var.h npx.h pmap.h smbiosvar.h specialreg.h sys/arch/i386/isa: ahc_isa.c sys/arch/i386/pci: gscpm.c pci_machdep.c sys/arch/landisk/dev: rs5c313.c sys/arch/loongson/dev: bonito.c sisfb.c voyager.c sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/cbus: cbus.c nec86hw.c sys/arch/luna88k/dev: mb89352.c mb89352reg.h mb89352var.h sioreg.h sys/arch/luna88k/stand/boot: bmd.c dev_net.c lance.c sc.c scsivar.h sioreg.h sys/arch/m88k/m88k: db_disasm.c db_interface.c m88110_fp.c sys/arch/macppc/dev: adb.c dbdma.h if_mc.c openpic.c zs.c sys/arch/macppc/include: z8530var.h sys/arch/macppc/macppc: ofw_machdep.c sys/arch/macppc/stand: ofdev.c sys/arch/mips64/include: asm.h sys/arch/mips64/mips64: cache_loongson2.c cache_tfp.c fp_emulate.c pmap.c trap.c sys/arch/octeon/dev: cn30xxgmx.c cn30xxgmxreg.h cn30xxpko.c if_cnmac.c octcf.c octxctl.c sys/arch/octeon/include: octeonvar.h sys/arch/powerpc/include: exec.h sys/arch/powerpc/isa: isa_machdep.h sys/arch/powerpc/powerpc: pmap.c trap.c vm_machdep.c sys/arch/powerpc64/include: exec.h smbiosvar.h trap.h sys/arch/sgi/dev: if_iecreg.h mavb.c sys/arch/sgi/gio: gio.c sys/arch/sgi/hpc: hpcdma.h if_sq.c zs.c sys/arch/sgi/localbus: macebus.c tcc.c sys/arch/sgi/xbow: odyssey.c xbow.c xbridge.c xbridgereg.h sys/arch/sh/dev: scifreg.h sys/arch/sh/sh : trap.c sys/arch/sparc64/dev: ebus_mainbus.c ifb.c iommu.c iommuvar.h pcfiic_ebus.c psychoreg.h raptor.c uperf_ebus.c vdsk.c sys/arch/sparc64/fpu: fpu_sqrt.c sys/arch/sparc64/sparc64: autoconf.c clock.c trap.c Log message: spelling CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/03/11 04:56:00 Modified files: net/icli : Makefile Added files: net/icli/pkg : README Log message: Add a note on how to use icli with icinga2. Tweaks and OK sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/11 04:57:33 Modified files: regress/usr.bin/openssl/x509: Makefile Log message: Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pm instead of running pkg_add which may block due to its locking mechanism. Precise file to check for suggested by sthen ok kn deraadt on previous version CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/11 04:57:45 Modified files: usr.sbin/rpki-client: main.c Log message: Revert rev 1.116 The repo structs are reallocated during runtime and so the back pointers to the head element of the TAILQ get corrupted. Noticed by tb@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2021/03/11 05:17:22 Modified files: lang/moarvm : Makefile distinfo lang/moarvm/patches: patch-Configure_pl patch-build_Makefile_in patch-build_setup_pm lang/moarvm/pkg: PLIST lang/nqp : Makefile distinfo lang/nqp/pkg : DESCR PLIST lang/rakudo : Makefile distinfo lang/rakudo/patches: patch-src_core_Compiler_pm6 patch-tools_build_Makefile-Moar_in lang/rakudo/pkg: DESCR PLIST Added files: lang/nqp/patches: patch-Configure_pl lang/rakudo/patches: patch-Configure_pl Removed files: lang/moarvm/patches: patch-src_6model_reprs_MVMHash_c patch-src_6model_serialization_c Log message: Update moarvm, nqp and rakudo to 2021.02. This yields a working rakudo on amd64, aarch64, sparc64, powerpc and powerpc64. Joint work with and ok gkoehler@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/11 05:58:20 Modified files: mail/isync : Makefile distinfo mail/isync/patches: patch-src_drv_imap_c patch-src_main_c mail/isync/pkg : PLIST Log message: Update to isync^Wmbsync 1.4.1 - The 'isync' compatibility wrapper was removed. - Added support for disabling TLS v1.3 - adjust SSLVersions if you set it. - Removed support for obsolete/insecure SSL v3. - The IMAP '$Forwarded' / Maildir 'P' (passed) flag is supported now. - Support for configuring a TLS cipher string was added. - IMAP mailbox subscriptions are supported now. - The IMAP user query can be scripted now. - Added built-in support for macOS Keychain. - Messages excluded by MaxSize will now result in placeholders. - The use of Master/Slave terminology has been deprecated. OK remi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/11 06:01:30 Modified files: textproc/py-openpyxl: Makefile distinfo Log message: update to py3-openpyxl-3.0.7 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/11 06:31:36 Modified files: sys/miscfs/fuse: fuse_device.c fusebuf.c sys/msdosfs : msdosfs_fat.c sys/nfs : nfs_serv.c nfs_syscalls.c nfs_vnops.c nfsnode.h sys/ntfs : ntfs_ihash.c ntfs_inode.h sys/tmpfs : tmpfs_vnops.c sys/ufs/ext2fs : ext2fs.h ext2fs_alloc.c ext2fs_inode.c ext2fs_lookup.c sys/ufs/ffs : ffs_alloc.c sys/ufs/ufs : dirhash.h ufs_ihash.c Log message: spelling CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/11 06:33:28 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-3.4.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/11 06:33:29 Modified files: net/wireshark : Tag: OPENBSD_6_8 Makefile distinfo Log message: update to wireshark-3.2.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/11 06:34:05 Modified files: databases/recoll: Makefile distinfo databases/recoll/patches: patch-Makefile_in databases/recoll/pkg: PLIST-gui PLIST-main Log message: update to recoll-1.29.1 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/11 08:30:49 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Use timespec timers to determine when select-timeout and timeout intervals are exceeded. Feedback from otto@, cheloha@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/11 08:56:27 Modified files: sys/net : if.c Log message: If the AUTOCONF4 or AUTOCONF6 flags get enabled, force the interface up. ok florian claudio CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/11 09:48:48 Modified files: sys/net : if.c Log message: There is no need to try to attach IPv6 to an interface when the AUTOCONF6 flag is already set. This is likely a leftover from when we sent router solicitations from the kernel. This was a way to trigger sending a solicitation from userland. OK kn CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/11 09:52:46 Modified files: games/oolite : Makefile games/oolite/patches: patch-src_Core_Entities_PlanetEntity_h patch-src_Core_Materials_OOPNGTextureLoader_m patch-src_Core_OOAsyncQueue_m patch-src_Core_OOPriorityQueue_m patch-src_Core_OXPVerifier_OOOXPVerifierStage_m patch-src_Core_OldSchoolPropertyListWriting_m patch-src_SDL_OOSDLSoundMixer_m Added files: games/oolite/patches: patch-src_Cocoa_JoystickHandler_h patch-src_Core_Entities_PlanetEntity_m patch-src_Core_OOTrumble_h patch-src_Core_OOTrumble_m patch-src_SDL_JoystickHandler_h Log message: games/oolite: fix build with -fno-common; from Martin Vahlensieck Drop maintainer nicm@ at his request. Regen patches. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/11 10:12:03 Modified files: security/passwdqc: Makefile distinfo Log message: update to passwdqc-2.0.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/11 10:14:47 Modified files: lib/libssl : ssl_ciphers.c ssl_clnt.c ssl_locl.h ssl_srvr.c ssl_versions.c Log message: Remove ssl_downgrade_max_version(). Now that we store our maximum TLS version at the start of the handshake, we can check against that directly. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2021/03/11 10:41:14 Modified files: www/chromium : Makefile www/chromium/patches: patch-v8_src_base_platform_platform-posix_cc Log message: Allow OpenBSD's mmap to select a random address. Fixes aarch64 at least. ok robert@ phessler@ sthen@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/11 11:12:41 Modified files: usr.sbin/apmd : apmd.c Log message: Use unveil(2) Pledge is not possible due to the ioctls, but as apmd hoists both the control socket and apm device early at startup and only ever possibly executes scripts under /etc/apm/, hiding the rest of the filesystem becomes easy. Technically, only "x" is required to traverse the directory and run scripts, but apmd carefully access(2) each script, which requires the read bit regardless of the permission bits being tested. OK mestre CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/11 12:23:15 Modified files: sysutils/ruby-r10k: Makefile distinfo sysutils/ruby-r10k/pkg: PLIST Log message: update 3.7.0 -> 3.8.0 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/11 12:53:40 Modified files: sbin/ifconfig : ifconfig.8 ifconfig.c sbin/slaacd : frontend.c sys/net : if.h Log message: When RFC 8981 obsoleted RFC 4941 the terminology changed from "privacy extensions" to "temporary address extensions" Change ifconfig(8) to output temporary after temporary addresses and add "temporary" option which is an alias for autoconfprivacy for now. Also make AUTOCONF6TEMP a positiv flag that is set by default. Previously the negative flag "INET6_NOPRIVACY" was set when privacy addresses were disabled. This makes the flags output less ugly and will allow us to disable autoconf addresses while having temporary addresses enabled in the future. More work is needed in slaacd. input benno, jmc, deraadt previous verison OK benno OK jmc, kn CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/11 14:07:16 Modified files: sbin/ifconfig : ifconfig.8 Log message: fix a double space and a macro error; CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2021/03/11 14:18:25 Modified files: games/quiz : quiz.c Log message: quiz: handle line continuation in data files correctly, switch to getline(3) Specifically, the following quiz.db line foo:\ bar was parsed into "foo:bar\n", which made it impossible to answer correctly. Bug reported and inital fix from Alex Karle, partially reworked by yours truly, further input from millert@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2021/03/11 15:08:43 Modified files: lang/racket-minimal: Makefile Added files: lang/racket-minimal/patches: patch-src_bc_cmdline_inc patch-src_cs_c_main_c patch-src_cs_main_help_ss patch-src_cs_main_sps patch-src_start_ustart_c Log message: Fix "raco exe" (CS). The binaries generated by "raco exe" couldn't find the path. Reported by John Murphy. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/03/11 15:51:38 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-168 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/03/11 16:07:32 Modified files: lang/tcc : Makefile distinfo lang/tcc/pkg : PLIST Log message: Update to the latest tcc snapshot dated 20210221. Now includes stdatomic support. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/03/11 17:41:36 Modified files: databases/tdb : Makefile Log message: Ensure that py-tdb depends on the exact libtdb version it was built against. Adapted from a similar diff cooked by sthen@ for libtalloc CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/03/11 19:10:25 Modified files: bin/ksh : vi.c Log message: Provide definition of CTRL in vi.c like we do for emacs.c. Fixes a portability issue. From Benjamin Baier CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/11 20:43:40 Modified files: usr.bin/ssh : ssh-keygen.c Log message: pwcopy() struct passwd that we're going to reuse across a bunch of library calls; bz3273 ok dtucker@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/03/11 21:08:19 Modified files: usr.bin/ssh : dh.c dh.h servconf.c servconf.h sshd.c sshd_config.5 Log message: Add ModuliFile keyword to sshd_config to specify the location of the "moduli" file containing the groups for DH-GEX. This will allow us to run tests against arbitrary moduli files without having to install them. ok djm@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/11 22:18:01 Modified files: lib/libagentx : agentx.3 lib/libcrypto/man: ASN1_item_d2i.3 BN_set_flags.3 ECDH_compute_key.3 ENGINE_new.3 OPENSSL_sk_new.3 PEM_X509_INFO_read.3 PEM_read.3 RSA_check_key.3 X509_ALGOR_dup.3 X509_STORE_load_locations.3 d2i_OCSP_REQUEST.3 d2i_OCSP_RESPONSE.3 lib/libfuse : fuse_new.3 lib/libutil : ober_oid_cmp.3 ober_read_elements.3 ober_set_header.3 usr.bin/dig : dig.1 usr.bin/snmp : snmp.1 usr.bin/ssh : ssh_config.5 usr.bin/top : top.1 Log message: spelling CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/12 00:05:35 Modified files: lib/libcrypto/man: BIO_new.3 Log message: spelling: refenece -> reference CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/12 00:24:49 Modified files: lib/libutil : ober_oid_cmp.3 Log message: fix previous CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/12 01:07:30 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.48.3. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/12 01:39:17 Modified files: usr.bin/tmux : screen.c tty.c Log message: Fix so tmux correctly sends the cvvis (cursor very visible) capability rather than sending it and then immediately undoing it with cnorm. Also turn it off when the cursor shape is changed like xterm. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 02:02:26 Modified files: devel/libtalloc: Makefile Log message: tighten libtalloc-python's dependency to the exact version of -main, ok jca CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/12 02:57:06 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.2.2. See https://github.com/OSGeo/gdal/blob/v3.2.2/gdal/NEWS CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/12 03:13:09 Modified files: x11/xfce4/exo : Makefile distinfo x11/xfce4/exo/pkg: PLIST Log message: x11/xfce4/exo: update to 4.16.1 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/12 03:13:28 Modified files: sys/kern : kern_exec.c kern_exit.c kern_sig.c sys/sys : proc.h Log message: Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic single_thread_set() is modified to explicitly indicated when waiting until sibling threads are parked is required. This is obviously not required if a traced thread is switching away from a CPU after handling a STOP signal. ok claudio@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/12 03:22:46 Modified files: sys/crypto : set_key.c sha2.c sys/ddb : db_elf.c sys/lib/libsa : arp.c bcrypt_pbkdf.c sha2.c sys/scsi : cd.c ch.c mpath_sym.c scsi_changer.h scsi_disk.h st.c Log message: spelling CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/12 03:37:42 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/pkg: PLIST Log message: Update to cyrus-imapd-3.2.6. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/12 04:32:04 Modified files: distrib/miniroot: install.sub Log message: Emulate "[inet] autoconf" hostname.if(5) lines with "dhcp" With dhcpleased(8) in base, netstart(8) and ifconfig(8) understand both "autoconf" and "inet autoconf" lines in hostname.if(5) files to signal the new daemon. The installer however currently has only dhclient(8), hence manual upgrades with "[inet] autoconf" instead of "dhcp" in hostname.if files would fail to establish IPv4 connectivity. Make install.sub's netstart clone treat autoconf lines like old fashioned dhcp lines such users^Wearly testers of the new approach don't get stuck in nyetwork land. Note that this is only relevant for manual upgrades; installation always creates working hostname.if files and automated upgrades with sysupgrade(8) do not care about network/hostname.if files. Idea from deraadt OK deraadt krw ajacoutot CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/12 04:51:03 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.13.3 -> 1.13.4 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.13.4 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/12 05:13:49 Modified files: devel/netbeans : Makefile distinfo devel/netbeans/pkg: PLIST Log message: Update netbeans to 12.3 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/12 05:49:55 Modified files: fonts/spleen : Makefile distinfo Log message: Update spleen to 1.9.0. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/12 07:15:50 Modified files: sys/uvm : uvm_extern.h uvm_fault.c uvm_glue.c uvm_km.c uvm_map.c uvm_map.h uvm_pager.c uvm_pager.h uvm_pmemrange.c uvm_swap_encrypt.c uvm_vnode.c Log message: spelling ok mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 07:19:19 Modified files: math/calc : Makefile distinfo math/calc/pkg : PLIST Log message: update to calc-2.12.9.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/12 07:20:38 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/12 07:20:48 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/12 07:21:03 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/12 07:28:37 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-331.0.0. CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2021/03/12 07:39:37 Modified files: sys/dev/wsfont : spleen5x8.h spleen6x12.h Log message: Update Spleen kernel fonts to version 1.9.0, bringing the following improvements: - Enlarge vertical line for consistency with other small sizes (5x8 version) - Add full support for the Latin-1 Supplement Unicode block (6x12 version) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2021/03/12 08:23:11 Modified files: openssh : openbsd.html Log message: fix date CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/12 08:53:38 Modified files: lib/libcrypto/x509: x509_constraints.c x509_internal.h x509_verify.c Log message: Fix checks of memory caps of constraints names x509_internal.h defines caps on the number of name constraints and other names (such as subjectAltNames) that we want to allocate per cert chain. These limits are checked too late. In a particularly silly cert that jan found on ugos.ugm.ac.id 443, we ended up allocating six times 2048 x509_constraint_name structures before deciding that these are more than 512. Fix this by adding a names_max member to x509_constraints_names which is set on allocation against which each addition of a name is checked. cluebat/ok jsing ok inoguchi on earlier version CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/12 08:55:26 Modified files: lib/libcrypto/x509: x509_constraints.c Log message: Missing void in function definition ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/12 08:57:30 Modified files: lib/libcrypto/x509: x509_constraints.c Log message: Zap a useless variable. suggested by jsing CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/12 09:26:26 Modified files: emulators/fuse : Makefile distinfo Removed files: emulators/fuse/patches: patch-ui_widget_widget_c Log message: Update fuse to 1.6.0. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/12 09:26:27 Modified files: sys/conf : files Added files: sys/net80211 : ieee80211_ra.c ieee80211_ra.h Log message: Add RA, a new 11n Tx rate adaptation module for net80211. Written by Christian Ehrhardt and myself, based on ieee80211_mira.c but with significant changes. The main difference is that RA does not attempt to precisely measure actual throughput but simply deducts a loss percentage from the theoretical throughput which can be achieved by a given MCS. Unlike MiRa, RA does not use timeouts to trigger probing. Probing is triggered only by changes in measured throughput. Unlike MiRA, RA doesn't care whether a frame was part of an A-MPDU. RA simply collects statistics for individual subframes. This makes reporting very easy for drivers and seems to work well enough in practice. Another difference is that drivers can report multi-rate retries properly via ieee80211_ra_add_stats_ht(mcs, total, fail) which can be called several times before ieee80211_ra_choose() selects a new Tx rate. There is no reason any issues could not be fixed in ieee8011_mira.c but I felt it was a good moment to burn the house down and start over. And since this code diverges from how MiRA is described in the research paper applying the "MiRA" label becomes inappropriate. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/12 09:27:10 Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h Log message: Use RA instead of MiRA in iwm(4). Tested by: iwm 7260: florian iwm 7265: TronDD, Aaron Miller, stsp iwm 8260: bket iwm 8265: matthieu, tracey, naddy, Dave Voutila, jcs, Mathieu Kerjouan, Matthias Schmidt, stsp iwm 9260: matthieu, phessler, Darren VanBuren iwm 9560: Uwe Werler CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/12 09:27:28 Modified files: sys/dev/pci : if_iwn.c if_iwnvar.h Log message: Use RA instead of MiRA in iwn(4). Tested by: iwn 6200: stsp iwn 6205: cwen, Jeremy O'Brien iwn 6300: okan CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/12 09:36:47 Modified files: www/chromium/patches: patch-third_party_vulkan_memory_allocator_src_vk_mem_alloc_h Log message: revert accidental reintroduction of carriage returns in patch file CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/12 09:37:58 Modified files: productivity/gnucash: Makefile Added files: productivity/gnucash/patches: patch-gnucash_gnome-search_search-reconciled_c Log message: productivity/gnucash: fix build with LLVM11, from upstream; ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/12 09:39:33 Modified files: games/thedarkmod: Makefile Added files: games/thedarkmod/patches: patch-sound_snd_efxfile_cpp patch-ui_Window_cpp Log message: games/thedarkmod: fix build with LLVM11 LLVM11 no longer allows assigning NULL to variables of type bool. ok thfr@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2021/03/12 10:23:14 Modified files: faq : current.html Log message: temporary is the new privacy CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/12 10:25:02 Modified files: sbin/ifconfig : ifconfig.c Log message: Add deprecation warning for autoconfprivacy. While here check address family for 'temporary' option, only inet6 is allowed. OK kn CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2021/03/12 10:36:22 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update lang/go to 1.16.2 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/12 10:41:04 Modified files: security/polarssl: Makefile distinfo security/polarssl/patches: patch-include_mbedtls_config_h patch-tests_suites_host_test_function Log message: Update to mbedtls-2.16.10 Changelog: https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.10 Drop MAINTAINER CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/12 10:54:50 Modified files: sys/dev/pci : if_ipw.c Log message: In ipw(4), ensure that net80211 is in ASSOC state while we are expecting an assoc response from the AP during the association sequence. Otherwise net80211 would ignore the auth response, resulting in a state mismatch between firmware and net80211. A symptom of this was that WPA didn't work. Problem reported and fix tested by Ricardo Mottola CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/12 11:49:18 Modified files: multimedia : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: multimedia/lives: Makefile distinfo multimedia/lives/patches: patch-Makefile_in patch-libOSC_NetworkUDP_h patch-libOSC_OSC-receive_h patch-lives-plugins_plugins_decoders_dv_decoder_c patch-lives-plugins_plugins_playback_video_lives2lives_stream_c patch-src_audio_c patch-src_callbacks_c patch-src_cvirtual_c patch-src_htmsocket_c patch-src_multitrack_c patch-src_omc-learn_c patch-src_plugins_c multimedia/lives/pkg: DESCR PLIST Log message: Remove multimedia/lives Our port is at 1.0.10 and has not seen an update since import in 2011, upstream is now at 3.2.0 (2020) and this port still fails to build with "-fno-common". Noone has stepped up to fix or update it and there are least two alternatives in ports: kdenlive and shotcut. OK tracey CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/12 12:02:45 Modified files: sysutils/portroach-cli: Makefile sysutils/portroach-cli/files: portroach-cli.1 Log message: Fix shellcheck TEST_DEPENDS, remove empty mdoc macro CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/12 12:35:43 Modified files: sbin/route : route.c regress/sbin/ifconfig: ifaddr.c Log message: INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/12 12:44:14 Log message: update to unbound-1.13.1, tested by gnezdo@ Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_13_1 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 C src/usr.sbin/unbound/acx_python.m4 C src/usr.sbin/unbound/configure.ac C src/usr.sbin/unbound/acx_nlnetlabs.m4 C src/usr.sbin/unbound/Makefile.in C src/usr.sbin/unbound/configure U src/usr.sbin/unbound/install-sh U src/usr.sbin/unbound/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 C src/usr.sbin/unbound/aclocal.m4 U src/usr.sbin/unbound/ltmain.sh U src/usr.sbin/unbound/validator/val_nsec.c U src/usr.sbin/unbound/validator/val_nsec3.h U src/usr.sbin/unbound/validator/validator.h U src/usr.sbin/unbound/validator/val_anchor.h U src/usr.sbin/unbound/validator/val_utils.c U src/usr.sbin/unbound/validator/validator.c U src/usr.sbin/unbound/validator/val_neg.h C src/usr.sbin/unbound/validator/autotrust.c U src/usr.sbin/unbound/validator/val_kentry.h U src/usr.sbin/unbound/validator/val_sigcrypt.c U src/usr.sbin/unbound/validator/val_kcache.h U src/usr.sbin/unbound/validator/val_nsec.h U src/usr.sbin/unbound/validator/val_anchor.c U src/usr.sbin/unbound/validator/val_utils.h U src/usr.sbin/unbound/validator/val_secalgo.c U src/usr.sbin/unbound/validator/val_kcache.c U src/usr.sbin/unbound/validator/val_secalgo.h U src/usr.sbin/unbound/validator/val_nsec3.c U src/usr.sbin/unbound/validator/val_neg.c U src/usr.sbin/unbound/validator/autotrust.h U src/usr.sbin/unbound/validator/val_kentry.c U src/usr.sbin/unbound/validator/val_sigcrypt.h U src/usr.sbin/unbound/services/modstack.c U src/usr.sbin/unbound/services/view.h C src/usr.sbin/unbound/services/localzone.c U src/usr.sbin/unbound/services/mesh.h C src/usr.sbin/unbound/services/listen_dnsport.c 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 C src/usr.sbin/unbound/services/authzone.c U src/usr.sbin/unbound/services/rpz.h U src/usr.sbin/unbound/services/modstack.h U src/usr.sbin/unbound/services/outbound_list.c U src/usr.sbin/unbound/services/outbound_list.h C src/usr.sbin/unbound/services/outside_network.h U src/usr.sbin/unbound/services/rpz.c C 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 U src/usr.sbin/unbound/services/cache/dns.c U src/usr.sbin/unbound/services/cache/dns.h C 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 U 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 C src/usr.sbin/unbound/doc/unbound.doxygen U src/usr.sbin/unbound/doc/CREDITS C src/usr.sbin/unbound/doc/unbound-control.8.in U src/usr.sbin/unbound/doc/README.ipset.md U src/usr.sbin/unbound/sldns/parseutil.h U src/usr.sbin/unbound/sldns/wire2str.h U src/usr.sbin/unbound/sldns/sbuffer.c U src/usr.sbin/unbound/sldns/parseutil.c U src/usr.sbin/unbound/sldns/keyraw.h U src/usr.sbin/unbound/sldns/sbuffer.h U src/usr.sbin/unbound/sldns/keyraw.c U src/usr.sbin/unbound/sldns/parse.h U src/usr.sbin/unbound/sldns/rrdef.h U src/usr.sbin/unbound/sldns/parse.c U src/usr.sbin/unbound/sldns/str2wire.h U src/usr.sbin/unbound/sldns/rrdef.c U src/usr.sbin/unbound/sldns/pkthdr.h U src/usr.sbin/unbound/sldns/wire2str.c U src/usr.sbin/unbound/sldns/str2wire.c C 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 U src/usr.sbin/unbound/smallapp/unbound-checkconf.c C src/usr.sbin/unbound/smallapp/unbound-anchor.c C 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 U src/usr.sbin/unbound/libunbound/libunbound.c U src/usr.sbin/unbound/libunbound/ubsyms.def U src/usr.sbin/unbound/libunbound/unbound.h U src/usr.sbin/unbound/libunbound/worker.h C src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/unbound-event.h U src/usr.sbin/unbound/libunbound/context.c U src/usr.sbin/unbound/libunbound/context.h U src/usr.sbin/unbound/libunbound/libworker.h 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 U src/usr.sbin/unbound/testcode/dohclient.c U src/usr.sbin/unbound/testcode/unitanchor.c U src/usr.sbin/unbound/testcode/unitmsgparse.c U src/usr.sbin/unbound/testcode/delayer.c U src/usr.sbin/unbound/testcode/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 C 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 U src/usr.sbin/unbound/daemon/daemon.c C src/usr.sbin/unbound/daemon/remote.c U 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 U 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 U src/usr.sbin/unbound/dnstap/dnstap.c U src/usr.sbin/unbound/dnstap/dnstap.proto U src/usr.sbin/unbound/dnstap/dnstap.m4 U src/usr.sbin/unbound/dnstap/dtstream.c U src/usr.sbin/unbound/dns64/dns64.h C 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 U 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 U 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 U 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 C 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 C src/usr.sbin/unbound/util/data/packed_rrset.h U src/usr.sbin/unbound/util/data/msgencode.h C src/usr.sbin/unbound/util/data/msgparse.h C src/usr.sbin/unbound/util/data/packed_rrset.c C src/usr.sbin/unbound/util/data/msgreply.c C src/usr.sbin/unbound/util/data/msgencode.c U src/usr.sbin/unbound/util/data/dname.h C src/usr.sbin/unbound/util/data/msgreply.h C 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 C 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 57 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 2021/03/12 12:45:28 Modified files: usr.sbin/unbound: Makefile.in aclocal.m4 acx_nlnetlabs.m4 acx_python.m4 config.guess config.h.in config.sub configure configure.ac usr.sbin/unbound/cachedb: cachedb.c usr.sbin/unbound/daemon: remote.c worker.c usr.sbin/unbound/dns64: dns64.c usr.sbin/unbound/dnscrypt: dnscrypt.m4 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 unbound.doxygen usr.sbin/unbound/libunbound: libworker.c usr.sbin/unbound/respip: respip.c usr.sbin/unbound/services: authzone.c listen_dnsport.c listen_dnsport.h localzone.c localzone.h mesh.c outside_network.c outside_network.h usr.sbin/unbound/services/cache: rrset.c usr.sbin/unbound/smallapp: unbound-anchor.c unbound-control.c worker_cb.c usr.sbin/unbound/util: config_file.c config_file.h configlexer.lex configparser.y iana_ports.inc module.h net_help.c netevent.c netevent.h usr.sbin/unbound/util/data: msgencode.c msgparse.c msgparse.h msgreply.c msgreply.h packed_rrset.c packed_rrset.h usr.sbin/unbound/util/storage: lruhash.c usr.sbin/unbound/validator: autotrust.c Log message: merge unbound-1.13.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/12 12:58:47 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/12 13:24:51 Modified files: security/wpa_supplicant: Makefile Added files: security/wpa_supplicant/patches: patch-src_radius_radius_client_c Log message: security/wpa_supplicant: fix build with LLVM11 This uses a roundtrip cast int -> void * -> int. LLVM11 objects to the last step. Pacify with int -> void * -> intptr_t -> int. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 14:13:33 Modified files: mail/s-nail : Makefile Log message: pass CFLAGS in EXTRA_CFLAGS to override -O3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 14:14:58 Modified files: net/libunbound : Makefile distinfo net/libunbound/patches: patch-Makefile_in Log message: update to libunbound-1.13.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 14:18:00 Modified files: net/mosquitto : Makefile distinfo net/mosquitto/patches: patch-test_broker_Makefile Log message: update to mosquitto-2.0.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 14:22:41 Modified files: security/ccid : Makefile distinfo security/ccid/pkg: PLIST Log message: update to ccid-1.4.33 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 14:22:50 Modified files: security/dropbear: Makefile distinfo Log message: update to dropbear-2020.81 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 14:23:17 Modified files: net/py-curl : Makefile distinfo net/py-curl/patches: patch-setup_py Log message: update to py-curl 7.43.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 14:25:54 Modified files: security/py-scrypt: Makefile distinfo security/py-scrypt/pkg: PLIST Log message: update to py-scrypt-0.8.17 (yet another pytest port needing PY_IGNORE_IMPORTMISMATCH=1 to avoid "imported module .../lib... is not the same as the test file we want to collect [file without lib...]") CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/12 14:43:47 Modified files: security/py-fido2: Makefile Log message: add some notes on the chain of deps needed to update py-fido2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/12 15:47:30 Modified files: inputmethods/scim-anthy: Makefile inputmethods/scim-anthy/patches: patch-src_scim_anthy_prefs_cpp Log message: inputmethods/scim-anthy: fix build with LLVM11 Don't try to assign "" to a bool variable. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/12 16:42:50 Modified files: sys/dev/wscons : wsconsio.h Log message: Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support. ok jsg@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/03/12 18:52:16 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Add TEST_SSH_MODULI_FILE variable to allow overriding of the moduli file used during the test run. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/12 18:53:19 Modified files: net/catgirl : Makefile distinfo Log message: Update catgirl to latest HEAD fixing two crashes One crash occured when LC_CTYPE wasn't UTF-8, another occured when passing too narrow colour hashes in an attempt to disable colours; the latter is now implemented as such: `-H 0,0' disables nick/channel colours; both have been fixed upstream but the next release will probably take a while. Add myself as second maintainer, suggested by solene OK solene CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/12 21:24:52 Modified files: www/py-responses: Makefile distinfo Log message: Update to 0.12.1. This makes it work with more recent versions of urllib3, including the version we currently have in tree. This makes py-requests function again. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/12 22:11:31 Modified files: devel/py-prompt_toolkit: Makefile distinfo Log message: Update to py-prompt_toolkit-3.0.17 Changes: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/12 23:03:59 Modified files: multimedia/mkvtoolnix: Makefile multimedia/mkvtoolnix/patches: patch-Rakefile Log message: Fix stdc++ and stdc++fs processing Remove hardcoded stdc++ and stdc++fs. Set stdc++fs only when we build with ports-gcc. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/13 01:22:42 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins to 2.283 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/13 02:19:41 Modified files: net/sniproxy : Makefile distinfo net/sniproxy/patches: patch-src_Makefile_am Log message: Update to sniproxy-0.6.5 Diff from maintainer Renaud Allard CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/13 02:43:58 Modified files: xserver/mi : miexpose.c Log message: Avoid sequences of malloc(0) / free() by checking the length. b2d96b5cd459963a9587ee9c86afc9266ba3d02b in xserver git originally from deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/13 03:04:27 Modified files: app/xlockmore/xlock: xlock.c Log message: Remove the 30s minimum delay for xlock timeouts. From Alex Raschi. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/13 03:09:40 Modified files: sys/arch/arm64/arm64: machdep.c Log message: We can use memory marked as EfiBootServicesCode or EfiBootServicesData as well. ok drahn@, kn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:00:54 Modified files: graphics/simple-scan: Makefile distinfo Log message: Update to simple-scan-3.38.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:02:21 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:02:34 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:02:51 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:04:40 Modified files: devel : Makefile devel/py-colorama: Makefile distinfo devel/py-colorama/pkg: PLIST Log message: Update to py3-colorama-0.4.4 and drop py2 support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:04:55 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-colorama' => 'py3-colorama' CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:08:46 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20210312. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:25:44 Modified files: x11/gnome/autoar: Makefile distinfo Log message: Update to gnome-autoar-0.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 04:34:28 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to gtk+3-3.24.27. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/13 04:36:32 Modified files: usr.bin/ftp : fetch.c Log message: only try to set timestamps on files; avoids error with ftp -o /dev/null ok jca robert CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/13 05:11:11 Modified files: app/xenodm/include: dm.h app/xenodm/man : xenodm.man app/xenodm/xenodm: auth.c resource.c server.c Log message: Don't add authorizations for TCP connections by default. Add a new resource 'listenTcp' (false by default) to explicitely add authorizations for existing IP addresses on startup (and pass -listen tcp to the X server). ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/13 05:14:18 Modified files: app/xenodm/xenodm: auth.c Log message: Fix mis-indentation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 06:36:49 Modified files: inputmethods/ibus: Makefile Added files: inputmethods/ibus/pkg: DESCR-gtk2 DESCR-gtk4 DESCR-main PLIST-gtk2 PLIST-gtk4 PLIST-main README-main Removed files: inputmethods/ibus/pkg: DESCR PLIST README Log message: Split into multi packages. GTK3 support is available in the main package. GTK2 is now in ibus-gtk2. Enable GTK4 support in ibus-gtk4. This change allows not to depend on gtk+2 by default. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 06:37:59 Modified files: inputmethods/ibus-skk: Makefile x11/gnome/initial-setup: Makefile inputmethods/ibus-anthy: Makefile x11/gnome/settings-daemon: Makefile x11/gnome/shell: Makefile Log message: Bump after ibus multi packages split. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 06:42:05 Modified files: meta/gnome : Makefile Log message: Add inputmethods/ibus,-gtk2 to gnome-extras. Add commented inputmethods/ibus,-gtk4 (no need to enable this yet). CVSROOT: /cvs Module name: xenocara Changes by: visa@cvs.openbsd.org 2021/03/13 06:42:26 Modified files: xserver/hw/xfree86/common: compiler.h Log message: compiler.h: don't define inb/outb and friends on mips From Julien Cristau 0148a15da1616a868d71abe1b56e3f28cc79533c in xserver git without arm_video.c changes. Fixes clang 11 build on mips64. Input and OK jsg@ CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2021/03/13 07:00:04 Modified files: driver/xf86-video-wsfb/src: wsfb_driver.c Log message: Add support for 30-bit color. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/13 07:02:02 Modified files: sys/dev/fdt : simplefb.c Log message: Advertise 30-bit color support. ok matthieu@, jsg@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/13 07:20:55 Modified files: mail/isync : Makefile mail/isync/patches: patch-src_drv_imap_c patch-src_main_c Log message: Restore our local patch to pledge *after* reading config files I messed this up when updating the patch from 1.3.x to 1.4.x, found by anton the hard way. While here, account for UserCmd the same way as for PassCmd. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/13 09:41:47 Modified files: share/man/man4 : usb.4 Log message: sync usb_device_info with usb.h, spotted by Enrik Berkhan, and millert@ noticed another change CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 13:58:55 Modified files: textproc/py-emoji: Makefile distinfo textproc/py-emoji/pkg: PLIST Removed files: textproc/py-emoji/patches: patch-setup_cfg patch-setup_py patch-tests_test_core_py Log message: Update py-emoji from 0.5.4 to 1.2.0 and drop python2 flavor. The only consumer is python3-only. A similar diff for an earlier version had been sent by pamela@ previously ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 13:59:18 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update quirks for the removal of the python2 flavor of py-emoji CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/13 14:11:56 Modified files: etc : rc Log message: because the kernel has been replaced after last boot, run kvm_mkdb before the first consumer of kvm_bsd.db CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/13 14:14:15 Modified files: sbin/ifconfig : ifconfig.c Log message: Move MPLS related function prototypes under SMALL OK deraadt CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2021/03/13 14:14:54 Modified files: . : ddb.html openssh : list.html specs.html Log message: fix canonical meta links. from maxim vuets CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/13 14:21:36 Modified files: sbin/ifconfig : ifconfig.c Log message: Move all rdomain bits under SMALL "[-]rdomain" commands are ignored under SMALL but their prototypes, the global and therefore dead print logic are still in. OK deraadt CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/13 14:23:29 Modified files: sbin/ifconfig : ifconfig.c Log message: Remove "deletetunnel" (deprecated with 6.4) OK deraadt CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 16:00:59 Modified files: www : Makefile Removed files: www/py-wsgiproxy: Makefile distinfo www/py-wsgiproxy/patches: patch-wsgiproxy_middleware_py www/py-wsgiproxy/pkg: DESCR PLIST Log message: Remove py-wsgiproxy It is python2-only and nothing uses it. Anything recent will use the unported WSGIProxy2 in any case. ok sthen@ kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/13 16:01:49 Modified files: lib/libcrypto/x509: x509_purp.c x509_verify.c Log message: Use EXFLAG_INVALID to handle out of memory and parse errors in x509v3_cache_extensions(). ok tb@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 16:12:16 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Quirks for py-wsgiproxy removal CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 16:29:19 Modified files: www/py-query : Makefile distinfo www/py-query/pkg: PLIST Log message: Update www/py-query to 1.4.3. Python 2 flavor gets dropped since 1.4.1 was the last to support Python 2. Nothing actually uses that flavor though. ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 16:30:03 Modified files: www : Makefile Log message: Remove python2 flavor of py-query from build CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 16:31:24 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for retired python2 flavor of www/py-query CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/13 17:34:05 Modified files: x11/gnome/py-atspi: Makefile distinfo Log message: Update to py3-atspi-2.38.1. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/03/13 18:09:30 Modified files: sys/dev/pci : pcidevs Log message: Add ID for Intel SSD DC ok jsg@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/03/13 18:10:35 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 22:44:06 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-ofxparse: Makefile textproc/py-ofxparse/pkg: PLIST Log message: Nothing uses the python2 flavor of ofxparse and ditching it will allow updates and cleanup of other python2 flavors. "fine with me" semarie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/13 22:45:48 Modified files: archivers/py-rarfile: Makefile distinfo Log message: Update py-rarfile to 4.0 Changes can be seen at https://github.com/markokr/rarfile/releases ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/14 03:55:27 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo sysutils/p5-Sys-Virt/pkg: PLIST Log message: Update to p5-Sys-Virt-7.1.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/14 04:08:38 Modified files: share/man/man4 : wg.4 Log message: add HISTORY; from maxim vuets CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/14 04:13:22 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/14 04:16:31 Modified files: devel/dconf : Makefile distinfo devel/dconf/pkg: PLIST Log message: Update to dconf-0.40.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/14 04:18:33 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-10.3.1. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/03/14 04:38:10 Modified files: graphics/posterazor: Makefile distinfo Added files: graphics/posterazor/patches: patch-src_paintcanvas_cpp Removed files: graphics/posterazor/patches: patch-src_FlPosteRazorDialog_cpp Log message: update to posterazor-1.9.7 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2021/03/14 04:55:06 Modified files: emulators/desmume: Makefile Added files: emulators/desmume/patches: patch-src_gtk_main_cpp Log message: Set a black background in desmume's main GTK window to prevent colored bars around emulated screens in fullscreen mode. GTK's white default background color is rather unpleasant to stare at for longer periods of time. ok bentley (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/14 05:28:41 Modified files: app/xenodm/xenodm: auth.c Log message: Skip IPv6 Link Local Addresses for TCP listener authorizations. IPv6 Link Local addresses in $DISPLAY are not working for a number of reasons that are unlikely to get fixed. Matches what is done by startx(1) CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/14 05:31:40 Modified files: net/swirc : Makefile distinfo Log message: Update to swirc-3.2.7 Diff from maintainer Markus Uhlin CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/14 05:47:04 Modified files: security/yubiserve: Makefile Log message: drop unused py-sqlite dep, this uses python's built-in sqlite3 support CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/14 05:50:02 Modified files: www/epiphany : Makefile distinfo www/epiphany/patches: patch-meson_build Log message: update to epiphany-3.38.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/14 05:53:18 Modified files: databases : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: databases/py-sqlite: Makefile distinfo databases/py-sqlite/pkg: DESCR PLIST Log message: Drop unused 2004-vintage pysqlite. Python has current sqlite support in core. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/14 07:10:13 Modified files: databases/py-puppetdb: Makefile distinfo databases/py-puppetdb/pkg: PLIST Log message: update 2.2.0 -> 2.3.0 drop py2 flavor, nothing uses it CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/14 07:11:16 Modified files: databases : Makefile Log message: drop py2 flavor of py-puppetdb CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/14 07:13:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add quirk for py-puppetdb now python3 only CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/14 07:20:02 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm www/py-urlgrabber: Makefile distinfo www/py-urlgrabber/pkg: PLIST Log message: update py-urlgrabber (fixing build with newer py-curl) and move to py3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/14 07:26:48 Modified files: net/ruby-msgpack: Makefile distinfo net/ruby-msgpack/pkg: PLIST Log message: update 1.3.3 -> 1.4.2 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/14 07:49:01 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.2.3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/14 08:12:27 Modified files: graphics/digikam: Makefile Log message: Switch to proper sqlite version Digikam 0.7.x required sqlite2, 0.8.x and ongoing need sqlite3. We package 7.1.0. OK rsadowski CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/14 08:35:07 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/kapidox/pkg: PLIST devel/kf5/karchive: distinfo devel/kf5/kauth: distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kcalendarcore: distinfo devel/kf5/kcmutils: distinfo devel/kf5/kcodecs: distinfo devel/kf5/kcompletion: distinfo devel/kf5/kconfig: distinfo devel/kf5/kconfigwidgets: distinfo devel/kf5/kcontacts: distinfo devel/kf5/kcoreaddons: 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: distinfo devel/kf5/kded : distinfo devel/kf5/kdelibs4support: distinfo devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: distinfo devel/kf5/kdewebkit: distinfo devel/kf5/kdnssd: Makefile distinfo devel/kf5/kdoctools: distinfo devel/kf5/kemoticons: distinfo devel/kf5/kfilemetadata: Makefile distinfo devel/kf5/kfilemetadata/pkg: PLIST-locale PLIST-main devel/kf5/kglobalaccel: distinfo devel/kf5/kguiaddons: distinfo devel/kf5/kholidays: distinfo devel/kf5/khtml: distinfo devel/kf5/ki18n: distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kinit: distinfo devel/kf5/kio : distinfo devel/kf5/kio/pkg: PLIST devel/kf5/kirigami2: distinfo devel/kf5/kirigami2/pkg: PLIST devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo 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/kparts/pkg: PLIST devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kross: distinfo devel/kf5/krunner: distinfo devel/kf5/krunner/pkg: PLIST devel/kf5/kservice: distinfo devel/kf5/ktexteditor: distinfo devel/kf5/ktextwidgets: distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: distinfo devel/kf5/kwidgetsaddons: 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/qqc2-desktop-style: distinfo devel/kf5/solid: distinfo devel/kf5/sonnet: distinfo devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: Makefile distinfo devel/kf5/threadweaver: distinfo Log message: Update KDE Frameworks to 5.80.0 https://kde.org/announcements/frameworks/5/5.80.0/ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/14 08:46:52 Modified files: sys/dev/ofw : ofw_misc.c Log message: msi-map-mask is a pasto and should be iommu-map-mask. From Jared McNeill at NetBSD ok kettenis@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/14 10:05:50 Modified files: sbin/dhcpleased: frontend.c Log message: Since we are doing getifaddrs() anyway we can get the rdomain out of AF_LINK and skip one ioctl. OK benno CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2021/03/14 10:47:17 Modified files: lang/nqp : Makefile Log message: BUILD_DEPENDS+=math/libtommath, found by naddy and sthen CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/03/14 11:27:01 Modified files: www/youtube-dl : Makefile distinfo Log message: update to 2021.03.14 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/14 13:50:49 Modified files: mail/notmuch : Makefile.inc mail/notmuch/notmuch: Makefile distinfo mail/notmuch/notmuch/patches: patch-test_T360-symbol-hiding_sh mail/notmuch/notmuch/pkg: PLIST-emacs mail/notmuch/py-notmuch: distinfo Log message: Update to notmuch-0.31.4 Changes: https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=6e88ebd9f703fd72508a8a05b989c84566dd8225;hb=HEAD CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/14 14:23:43 Modified files: sbin/iked : ikev2.c Log message: Log errors with log level info and SPI. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/14 14:29:00 Modified files: www/stagit : Makefile distinfo Log message: update to stagit-0.9.5, from maintainer Hiltjo Posthuma CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/14 15:30:45 Modified files: www/py-webob : Makefile distinfo www/py-webob/pkg: PLIST Log message: Update py-webob to 1.8.7 and drop python 2 flavor Changelog: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/14 15:31:43 Modified files: www/py-webtest : Makefile distinfo www/py-webtest/pkg: PLIST Log message: Update www/py-webtest to most recent version and drop python 2 flavor. Changelog (from https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst) 2.0.35 (2020-04-27) python3.8 compat Remove use of deprecated splittype and splithost 2.0.34 (2020-01-29) Fix the test length == 0 in check_content_type. Treat like . Handle query parameters for the head method. 2.0.33 (2019-02-09) Fixed #210. Allow to reset select multiple with field.value = [] Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2 Fixed #196. Fix deprecation warnings for collections to use collections.abc for Iterable on Python 3. 2.0.32 (2018-10-05) remove invalid email from setup.py 2.0.31 (2018-10-05) py33 is no longer supported. It may works but has been removed from tox config Fixed #205: Use empty string as default value for submit and button tests use pytest ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/14 15:48:58 Modified files: devel/libftdi1 : Makefile distinfo devel/libftdi1/pkg: PLIST Log message: update to libftdi1-1.5 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/14 16:23:22 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Quirks for the dropped python2 flavors of py-webob and py-webtest CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/14 16:31:25 Modified files: www : Makefile Log message: Remove unflavored (python3) version of py-webob from Makefile CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/14 17:06:17 Modified files: databases/redis/patches: patch-src_Makefile Log message: databases/redis: simplify Makefile patch INSTALL_SBIN is no longer used, so no need to add it. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/14 17:39:37 Removed files: databases/redis/patches: patch-deps_hiredis_net_c Log message: databases/redis: zap noop patch In Redis 2.8.12, this patch was needed due to TCP_KEEPIDLE. Since Redis 4.0.1, the code is guarded by #if defined(__GLIBC__) && ... so adding && !defined(__OpenBSD__) doesn't make a difference. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/14 17:48:30 Modified files: www : Makefile Log message: py-html5-parser is already python3 only. Alter Makefile to reflect that fact to avoid confusion. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2021/03/14 19:49:03 Log message: Import pidgin-skypeweb, a Skype protocol plugin for Pidgin. Input from and ok bentley@ Status: Vendor Tag: kevlo Release Tags: kevlo_20210315 N ports/net/pidgin-skypeweb/Makefile N ports/net/pidgin-skypeweb/distinfo N ports/net/pidgin-skypeweb/patches/patch-skypeweb_CMakeLists_txt N ports/net/pidgin-skypeweb/pkg/DESCR N ports/net/pidgin-skypeweb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2021/03/14 19:50:01 Modified files: net : Makefile Log message: +pidgin-skypeweb CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/15 00:28:06 Modified files: cad/qelectrotech: Makefile devel/kdiff3 : Makefile devel/kf5 : kf5.port.mk editors/kile : Makefile graphics/ksnip : Makefile multimedia/phonon-backend/gstreamer: Makefile multimedia/phonon-backend/vlc: Makefile net/konversation: Makefile net/libktorrent: Makefile productivity/kmymoney: Makefile productivity/libalkimia: Makefile sysutils/krename: Makefile x11/yakuake : Makefile Log message: Remove default maintainer in kf5.port.mk Bump or explicit set me as maintainer. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/15 02:56:31 Modified files: usr.sbin/rpki-client: main.c Log message: Allocate the repo structs individually linked by a SLIST instead of using an array that is reallocated during runtime. With this the entityq can move back into struct repo. OK tb@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/15 03:26:29 Modified files: regress/usr.sbin/pkg_add: Makefile Added files: regress/usr.sbin/pkg_add: system-version.ref Log message: add a check for system-version, since I tend to reverse comparisons CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 03:29:32 Modified files: productivity/projectlibre: Makefile distinfo Log message: update to projectlibre-1.9.3, from Marcus Merighi, I removed REVISION, and added more detail to the license marker while there CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/15 03:29:52 Modified files: distrib/notes/alpha: features prep distrib/notes/amd64: features distrib/notes/arm64: features distrib/notes/armv7: features distrib/notes/hppa: features distrib/notes/i386: features distrib/notes/landisk: features distrib/notes/loongson: features distrib/notes/luna88k: features distrib/notes/macppc: features distrib/notes/octeon: features distrib/notes/powerpc64: features distrib/notes/sgi: features install distrib/notes/sparc64: features Log message: spelling CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/15 03:32:04 Modified files: usr.sbin/pkg_add/OpenBSD: Signature.pm Log message: tweaks to system version handling: - create an element that accumulates version values for when we have several - actually use compare on version values instead of hardcoding the difference no functional change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/15 04:10:00 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.8. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2021/03/15 04:18:43 Modified files: . : 41.html 45.html 48.html 50.html 51.html 55.html 56.html 58.html 61.html 62.html 64.html 65.html 68.html errata38.html errata39.html errata41.html errata45.html errata47.html errata48.html errata57.html errata59.html events.html lyrics.html faq : upgrade44.html upgrade45.html upgrade46.html upgrade47.html upgrade48.html upgrade55.html upgrade64.html libressl : releases.html openssh : openbsd.html Log message: spelling CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/03/15 04:38:56 Modified files: net/seafile/client: Makefile distinfo net/seafile/seafile: Makefile distinfo Log message: update to seafile 8.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 05:12:16 Log message: import ports/textproc/gron, ok kmos@ landry@ gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation. $ gron "https://api.github.com/repos/tomnomnom/gron/commits?per_page=1" | \ fgrep "commit.author" | grep -v email json[0].commit.author = {}; json[0].commit.author.date = "2016-07-02T10:51:21Z"; json[0].commit.author.name = "Tom Hudson"; gron can work backwards too, enabling you to turn your filtered data back into JSON (gron --ungron). Status: Vendor Tag: sthen Release Tags: sthen_20210315 N ports/textproc/gron/Makefile N ports/textproc/gron/distinfo N ports/textproc/gron/pkg/DESCR N ports/textproc/gron/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 05:12:54 Modified files: textproc : Makefile Log message: add gron (next to groff) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 05:29:15 Modified files: www/moinmoin : Makefile Log message: add notes on moinmoin plans for py3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 05:35:05 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm www/py-genshi : Makefile distinfo www/py-genshi/pkg: PLIST Log message: update to py3-genshi-0.7.5, disable py2 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/15 07:06:33 Modified files: usr.bin/tmux : cmd-run-shell.c Log message: Do not crash if there is no item to show command error, from Anindya Mukherjee. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 09:27:20 Modified files: devel/p5-App-Cmd: Makefile distinfo Log message: update to p5-App-Cmd-0.333 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 09:46:34 Modified files: www/py-urllib3 : Makefile distinfo Log message: update to py-urllib3-1.26.4 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/15 09:49:22 Modified files: sys/arch/macppc/include: vmparam.h sys/arch/powerpc/powerpc: pmap.c Log message: Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances of this file are only doing cpp #define CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/15 09:55:13 Modified files: x11/kde-applications/poxml: Makefile Log message: Disable test to avoid random bulk build issues CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/15 09:59:05 Modified files: lib/libssl : Tag: OPENBSD_6_8 s3_lib.c ssl_lib.c Log message: Don't leave stale sequence numbers behind in ssl3_clear() A TLS client doing session reuse in a certain way could run into a use-after-free. Set the sequence numbers inside ssl3_clear() to make sure this points at valid memory and do the initialization of the record layer a bit earlier so that this works as desired. Additionally, explicitly clear the sequence numbers in ssl3_free() which would have turned the use-after-free into a NULL dereference. Issue reported by Ilya Chipitsine. Fix from jsing This is errata/6.8/017_libssl.patch.sig CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/15 09:59:21 Modified files: x11/kde-applications/marble: Makefile x11/kde-applications/marble/patches: patch-src_lib_marble_CMakeLists_txt Log message: Force LIBmarblewidget-qt5_VERSION in cmake set_target_properties This should avoid random bulk build issues. I think renaming library name (OUTPUT_NAME marblewidget-qt5) is a problem here. Let's wait and see. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2021/03/15 10:04:02 Modified files: . : errata68.html Log message: release libssl erratum CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/15 10:55:00 Modified files: x11/libhandy : Makefile distinfo x11/libhandy/pkg: PLIST Log message: Update to libhandy-1.2.0. Tested in a bulk. on behalf of jasper@ (maintainer) who won't be able to commit it before a few days CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/15 11:07:13 Modified files: devel/kf5/kio : Makefile distinfo Log message: Hotfix update kio to 5.80.1 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/15 11:28:45 Modified files: sys/netinet6 : in6_ifattach.c Log message: Clear AUTOCONF6TEMP flag when we detach inet6. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2021/03/15 12:49:47 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.6p1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 14:01:39 Modified files: audio : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm audio/py-musicbrainzngs: Makefile audio/py-musicbrainzngs/pkg: PLIST Log message: py-musicbrainzngs -> py3-only CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 14:08:35 Modified files: www/canto : Makefile Log message: add portroach marker CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 14:15:10 Modified files: graphics/darktable: Makefile graphics/darktable/patches: patch-src_CMakeLists_txt Added files: graphics/darktable/patches: patch-src_external_rawspeed_cmake_compiler-flags_cmake Log message: darktable: drop -O3, from Brad CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/15 14:31:10 Modified files: mail/kopano/core: Makefile Added files: mail/kopano/core/patches: patch-swig_IECServiceAdmin_i Log message: mail/kopano/core: fix build with LLVM11 LLVM 11 no longer tolerates assigning NULL to bool variables. The error shows up in code generated by swig, but the problem is in swig's input. ok robert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/15 14:47:23 Modified files: lang/ocaml : Makefile Added files: lang/ocaml/patches: patch-asmcomp_amd64_emit_mlp patch-runtime_amd64_S Log message: lang/ocaml: fix build with LLVM11 on amd64, from upstream ok chrisz@, lgtm avsm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 14:53:24 Modified files: devel : Makefile devel/coccinelle: Makefile distinfo devel/coccinelle/patches: patch-Makefile patch-cocci_ml patch-commons_common_ml patch-parsing_c_compare_c_ml devel/coccinelle/pkg: PFRAG.dynlink-native PFRAG.native PLIST devel/fossil : Makefile devel/gdb : Makefile devel/gindent : Makefile distinfo devel/libtool : Makefile distinfo devel/libtool/patches: patch-doc_libtool_texi patch-libltdl_config_ltmain_sh devel/libtool/pkg: PLIST-ltdl PLIST-main devel/p5-Parallel-ForkManager: Makefile distinfo devel/py-SOAPpy: Makefile devel/py-buildbot/buildbot: Makefile devel/py-ptyprocess: Makefile distinfo devel/py-ptyprocess/pkg: PLIST devel/py-qt-builder: Makefile distinfo devel/py-qt-builder/pkg: PLIST devel/py-setproctitle: Makefile distinfo devel/py-setproctitle/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/scons : Makefile distinfo devel/scons/pkg: PLIST Added files: devel/coccinelle/patches: patch-bundles_stdcompat_Makefile devel/scons/patches: patch-SCons_Tool_gcc_py patch-SCons_Tool_gxx_py Removed files: devel/coccinelle/patches: patch-bundles_pyml_Makefile patch-configure patch-parsing_c_Makefile patch-parsing_c_unparse_c_ml patch-tools_spgen_source_Makefile devel/cvs-fast-export/patches: patch-tests_Makefile devel/llvm/patches: patch-lib_Target_Sparc_SparcAsmPrinter_cpp patch-lib_Target_X86_MCTargetDesc_X86AsmBackend_cpp patch-lib_Target_X86_X86AsmPrinter_h patch-lib_Target_X86_X86TargetMachine_cpp patch-tools_clang_include_clang_Basic_CodeGenOptions_def 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_Driver_CC1Options_td patch-tools_clang_include_clang_Driver_Options_td patch-tools_clang_lib_Basic_TargetInfo_cpp patch-tools_clang_lib_Basic_Targets_PPC_h patch-tools_clang_lib_Basic_Targets_Sparc_cpp patch-tools_clang_lib_Basic_Targets_SystemZ_h patch-tools_clang_lib_Basic_Targets_cpp patch-tools_clang_lib_Driver_ToolChains_Arch_AArch64_cpp patch-tools_clang_lib_Driver_ToolChains_Arch_Sparc_cpp patch-tools_clang_lib_Driver_ToolChains_Arch_X86_cpp patch-tools_clang_lib_Driver_ToolChains_Clang_cpp patch-tools_clang_lib_Driver_ToolChains_OpenBSD_h patch-tools_clang_lib_Frontend_CompilerInvocation_cpp patch-tools_lld_ELF_InputSection_cpp patch-tools_lld_ELF_LinkerScript_cpp patch-tools_lld_ELF_Relocations_cpp devel/py-setproctitle/patches: patch-Makefile patch-src_spt_python_h patch-tests_pyrun_c patch-tests_setproctitle_test_py devel/ragel/patches: patch-ragel_common_cpp patch-ragel_rbxgoto_cpp devel/scons/patches: patch-engine_SCons_Tool_g++_py patch-engine_SCons_Tool_gcc_py Log message: update to py-ptyprocess-0.7.0, make py3-only CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/15 15:00:42 Modified files: geo/py-owslib : Makefile math/gunits : Makefile x11/gnome/tracker-miners: Makefile Log message: ,${MODPY_FLAVOR} -> ${MODPY_FLAVOR} (no need for a comma) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 15:02:11 Modified files: devel/coccinelle: Makefile distinfo devel/coccinelle/patches: patch-Makefile patch-cocci_ml patch-commons_common_ml patch-parsing_c_compare_c_ml devel/coccinelle/pkg: PFRAG.dynlink-native PFRAG.native PLIST devel/fossil : Makefile devel/gdb : Makefile devel/gindent : Makefile distinfo devel/libtool : Makefile distinfo devel/libtool/patches: patch-doc_libtool_texi patch-libltdl_config_ltmain_sh devel/libtool/pkg: PLIST-ltdl PLIST-main devel/p5-Parallel-ForkManager: Makefile distinfo devel/py-SOAPpy: Makefile devel/py-buildbot/buildbot: Makefile devel/py-qt-builder: Makefile distinfo devel/py-qt-builder/pkg: PLIST devel/scons : Makefile distinfo devel/scons/pkg: PLIST Added files: devel/coccinelle/patches: patch-bundles_pyml_Makefile patch-configure patch-parsing_c_Makefile patch-parsing_c_unparse_c_ml patch-tools_spgen_source_Makefile devel/cvs-fast-export/patches: patch-tests_Makefile devel/llvm/patches: patch-lib_Target_Sparc_SparcAsmPrinter_cpp patch-lib_Target_X86_MCTargetDesc_X86AsmBackend_cpp patch-lib_Target_X86_X86AsmPrinter_h patch-lib_Target_X86_X86TargetMachine_cpp patch-tools_clang_include_clang_Basic_CodeGenOptions_def 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_Driver_CC1Options_td patch-tools_clang_include_clang_Driver_Options_td patch-tools_clang_lib_Basic_TargetInfo_cpp patch-tools_clang_lib_Basic_Targets_PPC_h patch-tools_clang_lib_Basic_Targets_Sparc_cpp patch-tools_clang_lib_Basic_Targets_SystemZ_h patch-tools_clang_lib_Basic_Targets_cpp patch-tools_clang_lib_Driver_ToolChains_Arch_AArch64_cpp patch-tools_clang_lib_Driver_ToolChains_Arch_Sparc_cpp patch-tools_clang_lib_Driver_ToolChains_Arch_X86_cpp patch-tools_clang_lib_Driver_ToolChains_Clang_cpp patch-tools_clang_lib_Driver_ToolChains_OpenBSD_h patch-tools_clang_lib_Frontend_CompilerInvocation_cpp patch-tools_lld_ELF_InputSection_cpp patch-tools_lld_ELF_LinkerScript_cpp patch-tools_lld_ELF_Relocations_cpp devel/ragel/patches: patch-ragel_common_cpp patch-ragel_rbxgoto_cpp devel/scons/patches: patch-engine_SCons_Tool_g++_py patch-engine_SCons_Tool_gcc_py Removed files: devel/coccinelle/patches: patch-bundles_stdcompat_Makefile devel/scons/patches: patch-SCons_Tool_gcc_py patch-SCons_Tool_gxx_py Log message: revert accidentally committed files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 15:06:45 Modified files: devel/coccinelle: Makefile devel/libtool : Makefile devel/scons : Makefile devel/py-qt-builder: Makefile Log message: bump REVISION where my screwed-up commit changed @comments in plists CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/15 15:14:23 Modified files: x11/gnome/caribou: Makefile Added files: x11/gnome/caribou/pkg: DESCR-gtk2 DESCR-main PLIST-gtk2 PLIST-main Removed files: x11/gnome/caribou/pkg: DESCR PLIST Log message: Split gtk2 module into its own subpackage (caribou-gtk2) so that we don't depend on x11/gtk+2 by default. Add DEBUG_PACKAGES while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/15 15:15:11 Modified files: meta/gnome : Makefile Log message: Add x11/gnome/caribou,-gtk2 to -extras. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/15 15:16:48 Modified files: x11/gnome/gdm : Makefile x11/gnome/shell: Makefile Log message: Bump after x11/gnome/caribou multi_packages split. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/15 15:33:52 Modified files: www/ruby-ntlm : Makefile distinfo Log message: simple update 0.6.2 -> 0.6.3 take MAINTAINER OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/15 15:37:03 Modified files: devel/goffice : Makefile distinfo Log message: Update to goffice-0.10.49. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/15 15:37:29 Modified files: math/gnumeric : Makefile Log message: Bunp after devel/goffice update. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/15 15:40:46 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm www/py-jwt : Makefile distinfo www/py-jwt/pkg : PLIST Log message: update to py-jwt-2.0.1 and switch to py3-only, ok jhuldtgren (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2021/03/15 16:08:14 Modified files: devel/cabal-install: Makefile Log message: Add rdep on lang/ghc. ok gnezdo@, kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/15 16:29:17 Modified files: sbin/iked : ikev2.c Log message: Ignore msg_ke in CREATE_CHILD_SA if DH negotiation results in group 'none' (disabling PFS). Fixes a bug when the initiator sends a KE payload but the negotiation results in DH group "none". For other DH group mismatches we send an INVALID_KE notify, for 'none' we can just ignore the KE payload. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/15 16:32:44 Modified files: sbin/iked : policy.c Log message: We makes sure that a dh group is required if the local proposal contains an explicit group transform. Override requiredh if one of the local options is 'none' so that a proposal with no DH group and on with explicit group 'none' result in a match. ok patrick@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/15 16:40:23 Modified files: sys/dev/acpi : acpireg.h Log message: Add the IORT structure for named components. These give us the stream ids used towards an smmu(4) for non-PCI devices. The references are provided as ASCII printable paths. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/15 16:44:57 Modified files: sys/arch/amd64/amd64: acpi_machdep.c sys/arch/arm64/arm64: acpi_machdep.c sys/arch/i386/i386: acpi_machdep.c sys/dev/acpi : acpi.c acpivar.h Log message: Add acpi_iommu_device_map(), which replaces the DMA tag with one that is blessed with IOMMU magic, if available. This is mainly for arm64, since on amd64 and i386 the IOMMU only captures PCIe devices, as far as I know, which uses the pci_probe_device_hook(). This though is for non-PCI devices attached through ACPI. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/15 16:48:57 Modified files: sys/arch/arm64/dev: acpiiort.c acpiiort.h acpipci.c smmu.c smmu_acpi.c smmu_fdt.c smmuvar.h Log message: Change API of acpiiort(4). It was written as a hook before, taking the PCI attach args and replacing the DMA tag inside. Our other IOMMU API though takes a DMA tag and returns the old one or a new one. To have acpiiort(4) integrate better with non-PCI ACPI devices, change the API so that it is more similar to the other API. This also makes the code easier to understand. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/15 16:56:48 Modified files: sys/arch/arm64/arm64: acpi_machdep.c sys/arch/arm64/dev: acpiiort.c acpiiort.h Log message: Add code to acpiiort(4) to look up named components in the IORT and map them. This makes ACPI's call to acpi_iommu_device_map() do work through acpiiort(4). ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/15 20:56:11 Modified files: databases/p5-Mojo-Pg: Makefile distinfo Log message: Update databases/p5-Mojo-Pg to 4.24 Although there is a 4.25 available, it splits out a separate dist for SQL::Abstract::Pg so we need a port of the new dist before updating further. From wen heping looks ok Abel Abraham Camarillo Ojeda (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/15 21:07:53 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/pkg: PLIST Log message: Update protobuf to 3.15.5 ok gnezdo sthen Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/15 21:08:43 Modified files: devel/py-protobuf: Makefile distinfo devel/py-protobuf/pkg: PLIST Log message: Update py-protobuf to 3.15.5 ok tim CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/15 21:41:22 ports/textproc/pandoc Update of /cvs/ports/textproc/pandoc In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/textproc/pandoc Log Message: Directory /cvs/ports/textproc/pandoc added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/15 21:41:22 ports/textproc/pandoc/pkg Update of /cvs/ports/textproc/pandoc/pkg In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/textproc/pandoc/pkg Log Message: Directory /cvs/ports/textproc/pandoc/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/15 21:41:34 Added files: textproc/pandoc: Makefile distinfo textproc/pandoc/pkg: DESCR PLIST Log message: Add pandoc-2.12 via devel/cabal module Tested on simple md and docx conversions. Broken and disabled on i386. Polished up by sthen@ ok abieber, sthen CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/15 21:43:01 Modified files: textproc : Makefile Log message: Plug pandoc port into textproc/Makefile CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/15 21:52:58 Modified files: devel/protobuf : Makefile distinfo Log message: Update to protobuf 3.15.6 Released to fix something in Ruby, diff only bumps version numbers. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/15 21:53:29 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py-protobuf 3.5.16 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/15 22:48:38 Modified files: devel/bats : Makefile distinfo devel/bats/pkg : PLIST Log message: Update to bats-1.3.0 Changes: https://github.com/bats-core/bats-core/blob/v1.3.0/docs/CHANGELOG.md CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/16 00:15:43 Modified files: usr.bin/ssh : sftp-server.c Log message: don't let logging clobber errno before use CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/16 00:29:26 Modified files: x11/tellico : Makefile distinfo x11/tellico/pkg: PLIST Log message: Update tellico to 3.4 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/03/16 00:44:14 Modified files: usr.sbin/httpd : server_file.c Log message: A socket buffer is not the best size to read from a disk. Use st_blksize to set high water mark; florian@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/16 03:00:43 Modified files: usr.sbin/apmd : apmd.c Log message: Do not delete control socket upon exit The control socket is not unveiled, therefore accounting would report unveil violations whenever apmd(8) stopped (normally). As discussed and done with other daemons such as relayd which also employ no pledge (due to inherent limitations) but unveil effecting all of /, simply stop removing the socket upon exit and leave it to the next apmd which completely sets up its control socket anew at startup. Violations reported by anton Feedback OK semarie mestre CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2021/03/16 03:14:58 Modified files: usr.bin/tmux : control-notify.c notify.c tmux.1 tmux.h Log message: Add client-detached notification in control mode, from Mohsin Kaleem. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/16 03:25:35 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update the Gstreamer stack to version 1.18.4. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/16 03:44:17 Modified files: x11/tellico : Makefile Log message: Missed dependencies changes in the 3.4 update CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/16 04:57:47 Modified files: sys/arch/arm64/arm64: cpu.c locore.S pmap.c Log message: Fix some correctness issues in the lowelevel kernel bringup code. - Make sure we install a dummy page table in TTBR0_EL1 before we change the size of the VA space in TCR_EL1. - Flush the TLB after updating TCR_EL1. - Flush TLB after installing the real kernel page table in TTBR1_EL1. - Add some barriers around TLB flushes to make it consistent with other places where we do TLB flushes. ok drahn@, patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/16 06:27:38 Modified files: textproc/py-pygments: Makefile distinfo Log message: update to py3-pygments-2.8.1 which works around a bug in the "minted" tex package, see https://github.com/pygments/pygments/issues/1734 etc. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/16 07:02:02 Modified files: net/libfilezilla: Makefile distinfo net/libfilezilla/patches: patch-configure_ac net/libfilezilla/pkg: PLIST Log message: Update to libfilezilla-0.27.1 Changes: https://lib.filezilla-project.org/ Update is needed for filezilla-3.53.0. Bump major of SHARED_LIB because of symbol removal. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/16 07:02:33 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_commonui_Makefile_am Log message: Update to filezilla-3.53.0 Changes: https://filezilla-project.org/versions.php Minor of libfzclient-private has been bumped as a symbol has been added. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2021/03/16 07:53:39 Modified files: share/man/man4 : pppoe.4 Log message: Describe what happens when RFC 4638 is not supported. With help from sthen@. OK sthen@ jmc@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/16 08:15:25 Modified files: devel/electron : Makefile Added files: devel/electron/patches: patch-third_party_perfetto_src_tracing_core_virtual_destructors_cc Log message: devel/electron: fix build with LLVM11, from perfetto upstream ok robert@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/16 08:18:24 Modified files: devel/kdevelop : Makefile Log message: Add myself as maintainer and bump it. spotted by naddy CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/16 08:44:41 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.11.16 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/16 09:34:23 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/patches: patch-libtiff_tif_getimage_c patch-libtiff_tif_luv_c patch-libtiff_tif_open_c patch-test_Makefile_in patch-test_tiff2ps-EPS1_sh patch-test_tiff2ps-PS1_sh patch-test_tiff2ps-PS2_sh patch-test_tiff2ps-PS3_sh graphics/tiff/pkg: PLIST Removed files: graphics/tiff/patches: patch-libtiff_tif_ojpeg_c Log message: graphics/tiff: update to 4.2.0 See http://www.simplesystems.org/libtiff/v4.2.0.html bumped minor for 4 method addition. Fixes CVE-2020-35523 and CVE-2020-35524. commits are here if someone dares backporting them to 4.1.0 in stable.. https://gitlab.com/libtiff/libtiff/-/commit/c8d613ef497058fe653c467fc84c70a62a4a71b2 https://gitlab.com/libtiff/libtiff/-/commit/7be2e452ddcf6d7abca88f41d3761e6edab72b22 ok sthen@ naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/16 09:42:24 Modified files: app/xenodm/xenodm: dm.c Log message: Don't create non-existent atoms. ok kn@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/16 09:45:05 Modified files: app/xenodm/include: dm.h app/xenodm/xenodm: resource.c Log message: Fix confusion in boolean resources parsing. This caused wrong resources values on big endian machines. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/16 10:09:13 Modified files: converters/ruby-multi_json: Makefile distinfo converters/ruby-multi_json/pkg: PLIST Log message: update 1.11.2 -> 1.15.0 OK jeremy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/16 10:32:23 Modified files: sys/kern : kern_exec.c Log message: handle theoretical case of sigfillsz not being pow2-sized on some architecture. from miod CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/16 10:34:14 ports/graphics/delaboratory/patches Update of /cvs/ports/graphics/delaboratory/patches In directory cvs.openbsd.org:/tmp/cvs-serv7517/patches Log Message: Directory /cvs/ports/graphics/delaboratory/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/16 10:35:54 Modified files: graphics/delaboratory: Makefile Added files: graphics/delaboratory/patches: patch-Makefile patch-core_base_layer_with_properties_cc patch-core_layer_processor_h patch-gui_wx_layer_processor_threads_h patch-gui_wx_mutex_read_write_h patch-gui_wx_semaphore_cc patch-gui_wx_update_blend_cc patch-gui_wx_update_main_layer_image_cc Log message: graphics/delaboratory: fix build with LLVM 11 libc++ Rename local semaphore.h to keep it from accidentally being picked up by libc++ headers in place of the system . CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/16 11:00:59 Modified files: textproc/scdoc : Makefile distinfo Added files: textproc/scdoc/patches: patch-src_main_c Log message: Update to scdoc-1.11.1, and add pledge which is a good fit for this software. From Martin Vahlensieck CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/16 11:11:39 Modified files: devel/py-ptyprocess/pkg: PLIST Log message: Fix @conflict: devel/py-ptyprocess -> py-ptyprocess-* CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/16 11:16:40 Modified files: devel/py-ptyprocess: Makefile devel/py-ptyprocess/pkg: PLIST Log message: @pkgpath not @conflict CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/16 11:39:15 Modified files: sbin/dhcpleased: dhcpleased.c frontend.c Log message: We can't learn anything interesting from RTM_NEWADDR, stop handling it. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/16 11:40:28 Modified files: sbin/dhcpleased: engine.c Log message: Don't (try to) deconfigure an interface that was never configured. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/16 11:44:52 Modified files: mail/imapproxy : Makefile distinfo mail/imapproxy/patches: patch-Makefile_in patch-imapproxy_h patch-scripts_imapproxy_conf patch-src_main_c mail/imapproxy/pkg: PLIST Added files: mail/imapproxy/pkg: imapproxyd.rc Removed files: mail/imapproxy/patches: patch-config_h_in patch-imapcommon_c mail/imapproxy/pkg: MESSAGE Log message: update to a newer version of imapproxy (svn version, there don't seem to be actual releases any more - it's not updated very often in any event). replace MESSAGE ("add foo to /etc/rc.local") with an rc script. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2021/03/16 12:03:07 Modified files: libexec/ld.so : library_mquery.c loader.c resolve.h Log message: On i386 don't attempt to map shared libraries in low memory when a large executable's .text section crosses the 512MB exec line. Executables that have MAXTSIZ > 64MB can map above the default 512MB exec line. When this happens, shared libs that attempt to map into low memory will find their .data section can not be mapped. ld.so will attempt to remap the share lib at higher addresses until it can be mapped. For very large executables like chrome this process is very time consuming. This change detects how much of the executable's .text section exceeds 512MB and uses that as the initial hint for shared libs to map into which avoids attempting to map into blocked memory. okay deraadt@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2021/03/16 12:04:16 Modified files: sys/arch/i386/include: vmparam.h Log message: Bump MAXTSIZ to 256MB on i386. okay deraadt@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/16 12:31:16 Modified files: sys/arch/arm64/arm64: acpi_machdep.c Log message: acpi_intr_disestablish() should free its own cookie. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/16 12:38:06 Modified files: sbin/unwind/libunbound: config.h sbin/unwind/libunbound/dns64: dns64.c sbin/unwind/libunbound/libunbound: libworker.c sbin/unwind/libunbound/respip: respip.c sbin/unwind/libunbound/services: authzone.c listen_dnsport.c listen_dnsport.h localzone.c localzone.h mesh.c outside_network.c outside_network.h rpz.c rpz.h sbin/unwind/libunbound/services/cache: rrset.c sbin/unwind/libunbound/util: config_file.c config_file.h configlexer.c configlexer.lex configparser.h configparser.y edns.c iana_ports.inc module.h net_help.c netevent.c netevent.h sbin/unwind/libunbound/util/data: msgencode.c msgparse.c msgparse.h msgreply.c msgreply.h packed_rrset.c packed_rrset.h sbin/unwind/libunbound/util/storage: lruhash.c sbin/unwind/libunbound/validator: autotrust.c Log message: sync to unbound 1.13.1; heavy lifting by sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/16 12:43:40 Modified files: sysutils/ruby-puppet/5: Makefile sysutils/ruby-puppet/6: Makefile sysutils/ruby-puppet/pkg: puppet.rc Log message: Account for "-W0" in pexp sebastia added "-W0" to Puppet 5 in > revision 1.33 > date: 2021/01/18 22:26:11; author: sebastia; state: Exp; lines: +4 -2 > suppress the huge number of deprecation/obsolete warnings since Ruby 2.7 Adapt Puppet 6 equally and adjust their common rc script accordingly to complete this commit to unbreak "rcctl check puppet". Reported and tested by giovanni OK giovanni CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/16 12:52:20 Modified files: emulators/BasiliskII: Makefile Log message: emulators/BasiliskII: fix build with LLVM 11 libc++ Remove local semaphore.h to keep it from accidentally being picked up by libc++ headers in place of the system . We don't need to emulate POSIX semaphores, we have the real thing in libc. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/16 13:06:52 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c patch-config_mak_uname devel/git/pkg : PLIST-main Log message: Update to git 2.31.0 Backward incompatible and other important changes * The "pack-redundant" command, which has been left stale with almost unusable performance issues, now warns loudly when it gets used, as we no longer want to recommend its use (instead just "repack -d" instead). * The development community has adopted Contributor Covenant v2.0 to update from v1.4 that we have been using. * The support for deprecated PCRE1 library has been dropped. * Fixes for CVE-2021-21300 in Git 2.30.2 (and earlier) is included. https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.31.0.txt OK benoit CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/16 13:24:36 Modified files: sbin/ifconfig : ifconfig.c Log message: Move setifrtlabel() and *keepalive() prototypes out of SMALL Those commands are not supported under SMALL; unless I overlooked others, this should be the last bit to declare all prototypes correctly wrt. SMALL (the overall unsorted order of both prototypes and commands makes this hard to spot). No object change, with and without SMALL. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/16 14:21:54 Modified files: sbin/dhclient : dhclient.c Log message: Nuke unused time_t variable. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/03/16 14:26:12 ports/textproc/py-pygments/patches Update of /cvs/ports/textproc/py-pygments/patches In directory cvs.openbsd.org:/tmp/cvs-serv3571/patches Log Message: Directory /cvs/ports/textproc/py-pygments/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/16 14:53:31 Modified files: lang/lua/5.1 : Makefile lang/lua/5.1/patches: patch-src_ldo_c Log message: lua 5.1: fix fix for CVE-2014-5461 The patch from https://www.lua.org/bugs.html#5.2.2-1 was backported and applied to the wrong function (adjust_varargs() instead of luaD_precall()). ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/16 14:54:49 Modified files: lang/lua/5.1 : Tag: OPENBSD_6_8 Makefile lang/lua/5.1/patches: Tag: OPENBSD_6_8 patch-src_ldo_c Log message: MFC: lua 5.1: fix fix for CVE-2014-5461 The patch from https://www.lua.org/bugs.html#5.2.2-1 was backported and applied to the wrong function (adjust_varargs() instead of luaD_precall()). ok sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/16 15:15:15 Modified files: www/chromium : Makefile Log message: reenable chromium on i386 following MAXTSIZ changes in base CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/16 15:18:38 Modified files: databases/redis: Makefile databases/redis/patches: patch-deps_Makefile patch-redis_conf patch-src_Makefile Added files: databases/redis/patches: patch-deps_lua_src_lmathlib_c Log message: redis: switch to bundled Lua The Redis port was hacked up to make use of Lua 5.1 from ports. This is a bad idea since there are known Redis exploits coming from bytecode in Lua. The Lua bundled by Redis has this neutered. In addition, this allows us to get rid of some atrocious hackery which will be a major headache when upstream will update its bundled Lua. ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/16 15:19:23 Modified files: databases/redis: Tag: OPENBSD_6_8 Makefile databases/redis/patches: Tag: OPENBSD_6_8 patch-deps_Makefile patch-src_Makefile Added files: databases/redis/patches: Tag: OPENBSD_6_8 patch-deps_lua_src_lmathlib_c patch-src_debug_c Removed files: databases/redis/patches: Tag: OPENBSD_6_8 patch-deps_lua_src_lua_bit_c patch-deps_lua_src_lua_cjson_c patch-deps_lua_src_lua_cmsgpack_c patch-deps_lua_src_lua_struct_c Log message: MFC: redis: switch to bundled Lua The Redis port was hacked up to make use of Lua 5.1 from ports. This is a bad idea since there are known Redis exploits coming from bytecode in Lua. The Lua bundled by Redis has this neutered. In addition, this allows us to get rid of some atrocious hackery which will be a major headache when upstream will update its bundled Lua. ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/16 15:32:10 Modified files: databases/redis: Tag: OPENBSD_6_8 Makefile Log message: redis: bump revision CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/16 16:02:27 Modified files: sys/arch/armv7/stand/efiboot: conf.c efiboot.c Log message: Make sure that switching the console from serial to framebuffer works for framebuffer nodes under / and /chosen. Same change made to arm64 last month. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/16 16:08:55 Modified files: sys/arch/armv7/stand/efiboot: efiboot.c Log message: Node without a "status" property should be considered enabled as well. Same change made to arm64 a week ago. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/16 16:50:52 Modified files: sbin/iked : parse.y Log message: Add 'grp31' alias for curve25519 as documented in iked.conf(5). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/16 17:01:35 Modified files: graphics/tiff : Tag: OPENBSD_6_8 Makefile graphics/tiff/patches: Tag: OPENBSD_6_8 patch-libtiff_tif_getimage_c Added files: graphics/tiff/patches: Tag: OPENBSD_6_8 patch-tools_tiff2pdf_c Log message: graphics/tiff: security fixes for CVE-2020-35523, CVE-2020-35524 gtTileContig(): check Tile width for overflow (CVE-2020-35523) tiff2pdf: properly calculate datasize when saving to JPEG YCbCr (CVE-2020-35524) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/03/16 17:27:51 Modified files: security/keyringer: Makefile distinfo Log message: Update to keyringer-0.5.5 From Gregoire Jadi (maintainer) CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/16 18:45:27 Modified files: security/ogvt : Makefile distinfo Log message: Update to 1.1.0 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/16 18:58:29 Modified files: devel/py-test-timeout: Makefile distinfo devel/py-test-timeout/pkg: PLIST Log message: Update devel/py-test-timteout to 1.4.2 Drop python 2 flavor since only consumer is now py3-only. typo pointed out by and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2021/03/16 19:39:22 Modified files: lang/ghc : Makefile Log message: Revive ONLY_FOR_ARCHS in lang/ghc It was lost in ghc.port.mk removal, pointed out by tb@ ok kili CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2021/03/16 23:07:11 Modified files: . : amd64.html i386.html sparc64.html Log message: .fs -> .img since 6.8 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/16 23:32:21 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome to 5.15.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/16 23:35:14 Modified files: net/weechat : Makefile distinfo Removed files: net/weechat/patches: patch-src_gui_gui-hotlist_h Log message: Update weechat to 3.1 CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2021/03/16 23:41:34 Modified files: sys/arch/amd64/stand/efiboot: conf.c efidev.c Log message: Always use an allocated buffer for {Read,Write}Blocks() to make efid_io() simpler. Also fixes the problem on some machines when boot from CD-ROM. It happened because the previous version passed unaligned pointers to the functions even if it is restricted by the IoAlign property of the media. idea from kettenis, work with asou ok kettenis CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/16 23:51:22 Modified files: x11/kde-plasma : Makefile.inc x11/kde-plasma/breeze: distinfo x11/kde-plasma/breeze-grub: distinfo x11/kde-plasma/breeze-gtk: distinfo x11/kde-plasma/kdecoration: distinfo x11/kde-plasma/oxygen: distinfo Log message: Update KDE Plasma to 5.21.3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/17 00:25:55 Modified files: databases/redis/patches: patch-src_debug_c patch-src_networking_c Log message: redis: Link to PR for 64-bit time_t patches CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2021/03/17 00:54:34 Modified files: devel : Makefile Log message: Pull non ",python3" version of py-test-timeout from Makefile CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2021/03/17 01:16:26 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.2.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 02:21:41 Modified files: devel/py-qt-builder: Makefile distinfo devel/py-qt-builder/pkg: PLIST Log message: update to py-qt-builder-1.9.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 02:21:55 Modified files: x11/py-qt5 : Makefile distinfo x11/py-qt5/patches: patch-configure_py x11/py-qt5/pkg : PLIST Log message: update to py-qt5-5.15.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 02:22:17 Modified files: www/py-qtwebengine: Makefile distinfo Log message: update to py-qtwebengine-5.15.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 02:22:30 Modified files: textproc/calibre: Makefile distinfo textproc/calibre/patches: patch-src_calibre_constants_py patch-src_calibre_gui2___init___py textproc/calibre/pkg: PLIST Log message: update to calibre-5.13.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 02:39:52 Modified files: devel/py-jupyter_core: Makefile Removed files: devel/py-jupyter_core/patches: patch-jupyter_core_command_py Log message: remove py-jupyter_core patch that was adding -3 to executed commands, that breaks running them with e.g. "jupyter qtconsole" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 02:41:48 Modified files: shells/py-qtconsole: Makefile distinfo shells/py-qtconsole/pkg: PLIST Log message: update to py-qtconsole-5.0.3. now it runs with complaining about missing sip (presumably that was broken by an update somewhere in the sip/py-qt5 stack along the lines) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 02:49:13 Modified files: databases/openldap: Makefile distinfo Log message: update to openldap-2.4.58 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/17 03:03:52 Modified files: usr.bin/netstat: route.c Log message: Netstat wants to access kernel internal structures for the kvm walker of the routing table. Define _KERNEL around the net/route.h include. OK florian@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/17 03:05:42 Modified files: sys/net : route.h Log message: Hide kernel internals from userland by wrapping more bits in _KERNEL blocks. Especially the includes of net/rtable.h and sys/queue.h are problematic. OK florian@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/17 05:20:47 Modified files: comms/qodem : Makefile distinfo Log message: Update qodem to 1.0.1. Add --disable-gpm to CONFIGURE_ARGS to disable Linux console GPM support, as it is enabled by default and otherwise breaks the build on OpenBSD. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/17 05:25:23 Modified files: fonts/cascadia-code: Makefile distinfo Log message: Update cascadia-code to 2102.25. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/17 06:03:40 Modified files: sys/arch/arm64/arm64: cpu.c machdep.c pmap.c Log message: Add missing memory clobbers to "data" barriers. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/17 06:39:19 Modified files: comms/hylafax/patches: patch-configure Log message: comms/hylafax: accept all 4.x versions of tiff CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/03/17 08:06:54 Modified files: sys/sys : proc.h Log message: Fix bit position of ORPHAN in PS_BITS. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/17 08:30:09 Modified files: sys/net : if_mpw.c if_mpip.c Log message: Use correct rdomain when adding/deleting routes mpip(4) always adds and deletes routes in rdomain 0 regardless of the `tunneldomain', i.e. the `sc_rdomain' value. mpw(4) adds routes with the specified rdomain but always deletes them in rdomain 0. mpe(4) consistently uses the softc's rdomain which is tracked consistently across the various ioctls -- no fix needed. Found while reading the code and testing ifconfig(8)'s "tunneldomain" in order to document MPLS ioctls. OK claudio CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/17 08:50:39 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.15.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 09:05:50 Modified files: mail/imapproxy : Makefile mail/imapproxy/patches: patch-scripts_imapproxy_conf Added files: mail/imapproxy/patches: patch-src_imapcommon_c Log message: imapproxy: use X509_VERIFY_PARAM_set1_host so it actually checks the server cert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 09:15:45 Modified files: mail/imapproxy : Makefile mail/imapproxy/patches: patch-src_imapcommon_c Log message: typo in syslog text CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/17 09:24:05 Modified files: sbin/dhcpleased: frontend.c Log message: Split off init_ifaces from update_iface. init_ifaces discovers the state of the machine on startup using ioctl(2) and getifaddrs(3). We can then update this state with information provided by route messages. We still need getifaddrs(3) to check if the layer 2 address has changed. This simplifies error handling (what should we do if ioctl(2) fails?), reduces kernel round trips (no need to ask the kernel again for information RTM_IFINFO provided already) and prevents a theoretical race between RTM_IFINFO and getaddrinfo(3). In a fast link state UP -> DOWN -> UP transition RTM_IFINFO informs us that the link went down but we were not using this information but rather looked at getifaddrs(3) information which might see the link as already up again. We would then do nothing while we should try to get a new lease. By storing all interface information in the frontend process we can skip imsgs to the engine process if we get an RTM_IFINFO without relevant changes for us. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/17 09:34:21 Modified files: sys/dev/pci : if_iwn.c Log message: Make iwn(4) send block ack request frames with the firmware node which represents the AP, rather than the firmware's broadcast node. Fixes a problem where firmware would generate bogus block ack requests with a wrong starting sequence number, shifting the receiver's block ack window out of sync with that of the firmware. Traffic would stall until enough frames were sent to wrap sequence numbers of the block ack window. ok chris@ kmos@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/17 09:34:21 Modified files: devel/kf5/kio : Makefile Log message: Add missing build dependency on gtar. Spotted by aja, thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 09:36:00 Modified files: mail/imapproxy : Makefile Log message: mirror imapproxy distfile, looks like old svn tarballs are removed. reported by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/17 09:58:38 Modified files: sys/dev/pci : pcidevs Log message: Add another iwx(4) PCI device ID. Based on a patch by Fredrik Engberg CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/17 09:58:51 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/17 09:59:27 Modified files: sys/dev/pci : if_iwx.c Log message: Make iwx(4) attach to AX201 devices with PCI ID 0x34f0. Requires Qu-c0-hr-b0-48 firmware which is available via fw_update(1). Patch by Fredrik Engberg CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/17 10:01:21 Modified files: share/man/man4 : iwx.4 Log message: List the Qu-c0-hr-b0-48 firmware image in the iwx(4) man page. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/17 11:22:37 Modified files: lib/libssl : ssl_versions.c Log message: Add support for DTLSv1.2 version handling. This teaches the version functions that handle protocol versions about DTLSv1.2 and the SSL_OP_NO_DTLS* options. We effectively convert between TLS and TLS protocol versions where necessary. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/17 11:23:42 Modified files: regress/lib/libssl/unit: ssl_versions.c Log message: Update for DTLSv1.2 version handling. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/17 11:42:53 Modified files: lib/libssl : ssl_locl.h Log message: Enable DTLSv1.2. This means that the DTLS_method() will now use DTLSv1.2 rather than DTLSv1. Additional DTLSv1.2 related symbols and defines will be made publicly visible in the near future. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/17 11:43:31 Modified files: regress/lib/libssl/unit: ssl_versions.c Log message: Update for DTLSv1.2 being enabled. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/17 12:04:21 Modified files: lib/libssl : ssl_versions.c Log message: fix whitespace nit in previous CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/17 12:08:32 Modified files: usr.bin/openssl: apps.c openssl.1 s_client.c s_server.c Log message: Add DTLSv1.2 support to openssl(1) s_client/s_server. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/17 12:09:50 Modified files: usr.bin/openssl: s_server.c Log message: Use consistent s_server_opt_ prefix. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/17 12:11:01 Modified files: usr.bin/openssl: s_client.c s_server.c Log message: Read ahead is now enforced for DTLS - remove workarounds. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/17 12:28:12 Modified files: geo/pygeoapi : Makefile distinfo geo/pygeoapi/pkg: PLIST Log message: geo/pygeoapi: update to 0.10.0. See https://lists.osgeo.org/pipermail/pygeoapi/2021-March/000177.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/17 12:36:57 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-nspr_pr_include_md__openbsd_h Log message: devel/nspr: update to 4.30. Merges bits of our patch in #1674381, should still build on exotic archs. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/17 12:43:34 Modified files: geo/py-proj : Makefile distinfo geo/py-proj/pkg: PLIST Log message: geo/py-proj: update to 3.0.1. See https://github.com/pyproj4/pyproj/releases/tag/3.0.0 and https://github.com/pyproj4/pyproj/releases/tag/3.0.1 Compatible with upcoming proj 8, still builds with in-tree proj 7. Adds a pyproj command to sync datumgrids from CDNs ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 12:51:43 ports/www/nextcloud/20 Update of /cvs/ports/www/nextcloud/20 In directory cvs.openbsd.org:/tmp/cvs-serv32102/20 Log Message: Directory /cvs/ports/www/nextcloud/20 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 12:51:43 ports/www/nextcloud/21 Update of /cvs/ports/www/nextcloud/21 In directory cvs.openbsd.org:/tmp/cvs-serv32102/21 Log Message: Directory /cvs/ports/www/nextcloud/21 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 12:51:52 ports/www/nextcloud/20/pkg Update of /cvs/ports/www/nextcloud/20/pkg In directory cvs.openbsd.org:/tmp/cvs-serv3756/20/pkg Log Message: Directory /cvs/ports/www/nextcloud/20/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 12:51:53 ports/www/nextcloud/21/pkg Update of /cvs/ports/www/nextcloud/21/pkg In directory cvs.openbsd.org:/tmp/cvs-serv3756/21/pkg Log Message: Directory /cvs/ports/www/nextcloud/21/pkg added to the repository CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/17 12:53:25 Modified files: sys/net : if_mpw.c Log message: Make "ifconfig mpw0 -mplslabel" work Code is there, noone ever used it, I guess. This makes ifconfig(8) documentation actually hold true. OK claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/17 12:54:57 Modified files: www/nextcloud : Makefile www/nextcloud/pkg: README Added files: www/nextcloud : Makefile.inc www/nextcloud/20: Makefile distinfo www/nextcloud/20/pkg: PLIST www/nextcloud/21: Makefile distinfo www/nextcloud/21/pkg: PLIST Removed files: www/nextcloud : distinfo www/nextcloud/pkg: PLIST Log message: split nextcloud into subdirectories for multiple versions, adding 21.0.0 and updating 20.x to 20.0.8. based on a diff from gonzalo@. nextcloud's update procedure only works from one major version to the next, so users of 19.x in 6.8-stable will need to move through 20.x before reaching 20.x therefore we need to have both versions available in 6.9. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/03/17 13:44:16 Modified files: sys/dev/usb : uhidev.c Log message: When devices have claimed multiple report ids, only detach and send DVACT_DEACTIVATE to them once when walking sc_subdevs. Fixes a regression reported and tested by Edd Barrett. Input from and previous version ok anton. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/17 14:08:30 Modified files: x11/lightly : Makefile Log message: Add missing bump after kf5 maintainer change. Thanks naddy! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/17 14:32:15 Modified files: devel/libgee : Makefile distinfo Log message: Update to libgee-0.20.4. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2021/03/17 18:17:26 Modified files: sys/dev/acpi : dsdt.c Log message: Fix previous (1.258). It breaks if localX itself is an object reference. found and test by Rafael Avila de Espindola ok kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 01:26:40 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-2.8.0. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/03/18 01:47:21 Modified files: net/munin : Makefile net/munin/patches: patch-plugins_node_d_openbsd_cpu_in Log message: Fix cpu plugin after kern.clockrate sysctl change. From Olivier Cherrier, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 01:54:00 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.20.30. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 01:54:12 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.30. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 01:54:30 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.19.30. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/18 01:57:01 Modified files: editors/le : Makefile distinfo Log message: Update le to 1.16.8. Maintainer timeout. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 02:23:20 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-332.0.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/18 02:40:41 Modified files: textproc/ruby-kramdown: Makefile distinfo textproc/ruby-kramdown/pkg: PLIST Log message: Update ruby-kramdown to 2.3.1. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/03/18 02:43:38 Modified files: sys/kern : subr_log.c syscalls.master Log message: Unlock sendsyslog(2). Console output still requires kernel lock to be held but this path is only followed while `syslogf' socket is not set. New `syslogf_rwlock' used to protect `syslogf' access. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/03/18 02:44:59 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/18 02:57:31 Modified files: comms/kermit : Makefile Log message: Switch HOMEPAGE and MASTER_SITES to HTTPS. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/18 03:07:18 Modified files: net/dnstracer : Makefile Log message: Switch HOMEPAGE and MASTER_SITES to HTTPS. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2021/03/18 03:21:54 Modified files: sys/dev/usb : uhidev.c uhidev.h uhidpp.c Log message: In revision 1.91 of uhidev.c, jcs@ made sure to only detach devices claiming multiple report ids once. This allows uhidpp to piggy back on the same functionality making uhidev_unset_report_dev() redundant. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/18 03:27:53 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.5.6. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/18 03:47:23 Modified files: graphics/cadubi: Makefile distinfo graphics/cadubi/patches: patch-cadubi Log message: Update cadubi to 1.3.4. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/18 05:06:41 Modified files: usr.sbin/ntpd : client.c Log message: The ntpd client code corrects both T1 and T4 with the current offset returned by adjtime(2) from the kernel. T1 is local time when the NTP packet is sent and T4 when the response is received. If between these events a NTP reply from another server is received, it may change the kernel offset with adjtime(2). Then the calulation of the client offset was done with different bases, the result was wrong and the system time started moving around. So instead of correcting T1 and T4 individually at different events, correct their sum once. Error handling was missing if there is no timestamp in the response. As this should not happen in our kernel, fatal() is appropriate. tested by weerd@; OK claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/18 05:16:58 Modified files: lib/libc/stdlib: recallocarray.c Log message: Type-cast getpagesize() from int to size_t for the comparison with d. getpagesize() will only return positive numbers (there is no negative page size system) and it can not fail. Should fix some compiler warnings seen in -portable projects. OK otto@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/18 05:17:04 Modified files: usr.sbin/ntpd : constraint.c Log message: Remove duplicate prototype. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/18 05:27:04 Modified files: x11/screenkey : Makefile distinfo x11/screenkey/pkg: PLIST Removed files: x11/screenkey/patches: patch-setup_cfg Log message: update to screenkey-1.4, from maintainer Laurie Tratt with small tweaks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/18 05:52:44 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo Log message: x11/xfce4/xfce4-cpugraph: update to 1.2.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 07:44:38 Modified files: math/pspp : Makefile Log message: Missing BDEP on lang/python. ok bcallah@ (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/18 08:03:42 Modified files: usr.sbin/rpki-client: extern.h Log message: Since the entity queues are per repo there is no need to store the repo id anymore. OK job@ tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/18 08:05:44 Modified files: usr.sbin/rpki-client: main.c Log message: Initialize rsyncpid and httppid in the noop case. It seem gcc is not able to realize that the pids are initialized if !noop and not accessed if noop. OK job@ tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/18 08:08:01 Modified files: usr.sbin/rpki-client: http.c Log message: Do not assign the return value from asprintf (int) to a size_t and then compare it to -1. Instead use a temp variable and assign to bufsz after the -1 check. Also add errx() calls after the switch statements in the FSM functions. OK job@ tb@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/18 08:16:38 Modified files: sbin/ifconfig : ifconfig.8 Log message: Document "-tunneldomain" and "-mplslabel", complete MPLS synopsis OK claudio CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/18 08:22:04 Modified files: share/man/man4 : mpe.4 mpw.4 mpip.4 Log message: Document SIOCDELLABEL, link among MPLS drivers Use of the IOCTL section losely adopted from bridge(4), the list of ioctls however is still incomplete. mpw(4) and mpip(4) could use a reference to mpe(4) IOCTL or so, but this is good enough for starters. Feedback OK claudio CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/18 08:47:17 Modified files: sys/net : if_mpe.c Log message: Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completely While the corresponding route gets removed properly, the driver's softc kept the old label, i.e. "ifconfig mpe0" would show "mpls: label 42" instead of "mpls: label (unset)" even though it was unset. OK claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/18 09:40:45 Modified files: usr.sbin/rpki-client: http.c Log message: Avoid NULL access in http_parse_uri() A malformed URI such as "https://[::1/index.html" causes a NULL access in the hosttail[1] == ":" check. ok claudio CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/18 09:47:10 Modified files: usr.sbin/rpki-client: rsync.c Log message: Fail in rsync_base_uri() if the strdup calls fail. Do not bubble this error upwards since a NULL return represents a bad-URI. Diff originally from tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/18 09:51:13 Modified files: databases/mongodb/patches: patch-SConstruct patch-src_mongo_db_ftdc_compressor_cpp patch-src_mongo_util_net_sock_h Added files: databases/mongodb/patches: patch-src_mongo_db_concurrency_lock_manager_h patch-src_mongo_db_service_context_d_h patch-src_mongo_s_chunk_diff_h Log message: mongodb: add #includes to fix build with newer Boost, from Brad. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 09:54:25 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk4-2.30.6. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/18 09:55:19 Modified files: sys/net : rtsock.c Log message: Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFO messages. This way userland can detect if the lladdr of an interface was changed. OK florian@ bluhm@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/18 09:57:16 Modified files: sys/net : if.c Log message: Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down() already call rtm_ifchg() and so this would just result in a duplicate message. Noticed by deraadt@. OK florian@ bluhm@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/18 09:58:58 Modified files: sys/net : if.c Log message: When changing the link local address send a RTM_IFINFO message out. Also prefer if (error == 0) over if (!error). OK florian@ bluhm@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/18 10:15:19 Modified files: usr.sbin/rpki-client: http.c Log message: Do not include ':' in the port number. ok claudio CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 10:25:10 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.66.8. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/18 12:04:32 Modified files: audio/clementine: Makefile distinfo audio/clementine/patches: patch-ext_libclementine-common_core_logging_cpp patch-src_CMakeLists_txt patch-src_core_utilities_cpp patch-src_library_groupbydialog_h patch-src_ripper_ripper_h patch-tests_CMakeLists_txt Removed files: audio/clementine/patches: patch-3rdparty_libprojectm_MilkdropPresetFactory_Parser_cpp patch-3rdparty_libprojectm_Renderer_VideoEcho_cpp patch-ext_clementine-tagreader_CMakeLists_txt patch-src_devices_giolister_cpp patch-src_widgets_freespacebar_cpp patch-src_widgets_osdpretty_cpp patch-src_widgets_sliderwidget_cpp Log message: audio/clementine: update to latest GitHub tag Fixes build failure due to the protobuf 3.15 update. Tested on amd64, build tested on sparc64. ok sthen CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/18 12:09:21 Modified files: usr.bin/mg : buffer.c Log message: From Joachim Wiberg's version of mg. "This patch makes sure to clear the status/echo line after killing and switching buffers by name. Otherwise the kill/switch prompt lingers" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/18 12:29:54 Modified files: meta/gnome : Makefile Log message: Move x11/gnome/file-roller to -extras. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/18 13:51:44 Modified files: comms/gnuradio : Makefile Added files: comms/gnuradio/patches: patch-gnuradio-runtime_lib_block_cc patch-gr-blocks_lib_copy_impl_cc patch-gr-blocks_lib_message_debug_impl_cc patch-gr-blocks_lib_message_strobe_impl_cc patch-gr-blocks_lib_message_strobe_random_impl_cc patch-gr-blocks_lib_multiply_matrix_impl_cc patch-gr-blocks_lib_mute_impl_cc patch-gr-blocks_lib_pdu_filter_impl_cc patch-gr-blocks_lib_pdu_remove_impl_cc patch-gr-blocks_lib_pdu_set_impl_cc patch-gr-blocks_lib_random_pdu_impl_cc patch-gr-blocks_lib_repeat_impl_cc patch-gr-blocks_lib_socket_pdu_impl_cc patch-gr-blocks_lib_tagged_stream_multiply_length_impl_cc patch-gr-digital_lib_chunks_to_symbols_impl_cc patch-gr-digital_lib_constellation_receiver_cb_impl_cc patch-gr-digital_lib_costas_loop_cc_impl_cc patch-gr-digital_lib_crc32_async_bb_impl_cc patch-gr-digital_lib_header_payload_demux_impl_cc patch-gr-digital_lib_protocol_formatter_async_impl_cc patch-gr-fec_lib_async_decoder_impl_cc patch-gr-fec_lib_async_encoder_impl_cc patch-gr-filter_lib_freq_xlating_fir_filter_impl_cc patch-gr-filter_lib_mmse_resampler_cc_impl_cc patch-gr-filter_lib_mmse_resampler_ff_impl_cc patch-gr-qtgui_lib_const_sink_c_impl_cc patch-gr-qtgui_lib_edit_box_msg_impl_cc patch-gr-qtgui_lib_freq_sink_c_impl_cc patch-gr-qtgui_lib_freq_sink_f_impl_cc patch-gr-qtgui_lib_histogram_sink_f_impl_cc patch-gr-qtgui_lib_sink_c_impl_cc patch-gr-qtgui_lib_sink_f_impl_cc patch-gr-qtgui_lib_time_raster_sink_b_impl_cc patch-gr-qtgui_lib_time_raster_sink_f_impl_cc patch-gr-qtgui_lib_time_sink_c_impl_cc patch-gr-qtgui_lib_time_sink_f_impl_cc patch-gr-qtgui_lib_waterfall_sink_c_impl_cc patch-gr-qtgui_lib_waterfall_sink_f_impl_cc patch-gr-zeromq_lib_pub_msg_sink_impl_cc patch-gr-zeromq_lib_push_msg_sink_impl_cc Log message: Unbreak with upcoming boost update From Brad. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/18 13:52:47 Modified files: games/pokerth : Makefile Added files: games/pokerth/patches: patch-src_net_common_serveracceptwebhelper_cpp Log message: Unbreak with upcoming boost update, from Brad CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/18 13:53:58 Modified files: math/rstudio : Makefile math/rstudio/patches: patch-src_cpp_CMakeLists_txt patch-src_cpp_core_system_PosixSystem_cpp Added files: math/rstudio/patches: patch-src_cpp_core_system_PosixChildProcessTracker_cpp patch-src_cpp_core_system_PosixOutputCapture_cpp Log message: Unbreak with upcoming boost update From Brad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/18 14:17:29 Modified files: x11/gnome/online-accounts: Makefile distinfo Log message: update to gnome-online-accounts-3.38.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/18 14:17:36 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.38.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/18 14:17:47 Modified files: x11/gnome/shell: Makefile distinfo Log message: update to gnome-shell-3.38.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/18 15:38:11 Modified files: textproc/hyperscan: Makefile Log message: hyperscan: add missing BDEP on Python, reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/18 16:35:26 Modified files: lang/go : go.port.mk Log message: teach go.port.mk to handle repos with a primary executable in the root and ancillaries in cmd/, from Josh Rickmar with a tweak from Mikolaj Kucharski. earlier version ok abieber, I tested all go ports. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/18 16:36:36 Modified files: share/man/man5 : go-module.5 Log message: Update go-module docs for recent changes, from Josh Rickmar, small tweak from me CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/18 20:18:28 Modified files: usr.bin/ssh : sftp-server.c Log message: increase maximum SSH2_FXP_READ to match the maximum packet size. Also handle zero-length reads that are borderline nonsensical but not explicitly banned by the spec. Based on patch from Mike Frysinger, feedback deraadt@ ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/18 20:22:34 Modified files: usr.bin/ssh : clientloop.c Log message: return non-zero exit status when killed by signal; bz#3281 ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/18 21:25:01 Modified files: regress/usr.bin/ssh/unittests/misc: Makefile tests.c Added files: regress/usr.bin/ssh/unittests/misc: test_convtime.c test_expand.c test_parse.c Log message: split CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2021/03/18 22:23:50 Modified files: regress/usr.bin/ssh/unittests/misc: Makefile tests.c Added files: regress/usr.bin/ssh/unittests/misc: test_argv.c Log message: add a test for misc.c:argv_split(), currently fails CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/18 22:30:56 Modified files: sys/arch/amd64/conf: RAMDISK Log message: another unfortunate action to cope with relentless kernel growth CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/18 23:58:45 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins to 2.284 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/19 01:40:04 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.32. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/19 01:40:22 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.32. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/19 01:40:45 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py3-s3transfer-0.3.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/19 01:41:03 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.32. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/19 01:43:27 Modified files: sbin/dhcpleased: frontend.c Log message: RTM_IFINFO is providing the mac address now, no need to go through getifaddrs on every route message. This also allows us to drop the route pledge since we only need to fetch the interface state with getifaddrs on startup. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/19 02:03:39 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-3.38.5. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/19 02:10:57 Modified files: sbin/resolvd : resolvd.c Log message: Fix function name in warning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/19 02:55:35 Modified files: x11/gnome/usage: Makefile distinfo x11/gnome/usage/pkg: PLIST Log message: Update to gnome-usage-3.38.1. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/19 03:29:33 Modified files: usr.sbin/vmd : Makefile config.c loadfile.h loadfile_elf.c vm.c vmd.h Removed files: usr.sbin/vmd : disklabel.c ufs.c vmboot.c vmboot.h Log message: Remove booting from kernels in raw/qcow2 images Diff and (slightly tweaked) text below from Dave Voutila < dave at sisu dot io >, thanks! -- Since 6.7 switched to FFS2 as the default filesystem for new installs, the ability for vmd(8) to load a kernel and boot.conf from a disk image directly (without SeaBIOS) has been broken. A diff from tb to add FFS2 support never mdae it into the tree. On 5th Jan 2021, new ramdisks for amd64 have started shipping gzipped, breaking the ability to load the bsd.rd directly as a kernel image for a vmd guest without first uncompressing the image. Using BIOS works, the FFS2 change happend ten months ago and few if any have complained about the breakage. vmctl(8) is still vague about supporting it per its man page and one still has to pass the disk image twice as a "-b" and "-d" argument to boot an OpenBSD guest *without* BIOS. Josh Rickmar reported the gzip issue on bugs@ and provided patches to add support for compressed ramdisks and kernel images. The easiest way to do so is to drop support for FFS images since they require a call to fmemopen(3) while all the other logic uses fopen(3)/fdopen(3) calls and a file descriptor. It is much easier to get thsoe patches merged if they don't have to account for extracting files from disk images. -- No objections anyone "Removing it makes sense" reyk (who wrote the FFS module) OK mlarkin CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/19 03:43:59 Modified files: usr.sbin/rpki-client: main.c Log message: Delay chdir to the cache directory to after parsing the tal files. Using the -t option relative locations can be passed as tal locations and so the process can not chdir until these files were read. OK job@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/19 05:58:07 Modified files: net/dnscontrol : Makefile Log message: dnscontrol: set FIX_CLEANUP_PERMISSIONS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/19 06:52:38 Modified files: sysutils/grafana: Makefile distinfo Log message: update to grafana-6.7.6 (appears to be basically a noop for us as the fixes only affect Grafana Enterprise, but might as well keep in-sync) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/19 07:09:13 Modified files: mail/libspf2 : Makefile mail/libspf2/pkg: PLIST Log message: libspf2: https homepage, regen PLIST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/19 07:27:20 Modified files: net/dhcpcd : Makefile Log message: add portroach marker CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/19 07:29:09 Modified files: www/openradtool: Makefile distinfo www/openradtool/pkg: PLIST Log message: Update openradtool to 0.11.18 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/19 07:56:10 Modified files: usr.sbin/rpki-client: extern.h main.c rpki-client.8 Log message: Add an -V option to show the version of rpki-client. For the base version it will show just OpenBSD while -portable will show the portable version. OK sthen@, tb@, kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/19 08:29:13 Modified files: www/uriparser : Makefile distinfo Log message: update to uriparser-0.9.5 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/19 09:48:29 Modified files: textproc/lowdown: Makefile distinfo textproc/lowdown/pkg: PLIST Log message: Update lowdown to 0.8.3. OK sthen@, Bryan Vyhmeister (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/19 09:59:50 Modified files: mail/exim : Makefile mail/exim/patches: patch-Local_Makefile Log message: build exim with opendmarc support, from maintainer Renaud Allard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/19 11:06:35 Modified files: comms/gnuradio : Makefile Log message: mark gnuradio BROKEN-i386, it hits the cmake problem where it produces an .so file following ports versioning but in the install stage tries to install the original version. failed 4 times out of the last 13 bulk builds and it takes an hour to build in each. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/03/19 11:49:51 Modified files: www/ruby-unicorn: Makefile distinfo www/ruby-unicorn/pkg: PLIST Log message: Update to unicorn 6.0.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/03/19 11:51:35 Modified files: www/ruby-puma : Makefile distinfo www/ruby-puma/pkg: PLIST Log message: Update to puma 5.2.2 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/19 12:27:28 Modified files: sysutils/ansible: Makefile distinfo Log message: Update ansible 2.9.18 -> 2.9.19 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-19 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/19 12:30:20 Modified files: sysutils/py-vsphere-automation: Makefile distinfo sysutils/py-vsphere-automation/pkg: PLIST Log message: Update 7.0.1.0 -> 7.0.2.0 What's new: https://github.com/vmware/vsphere-automation-sdk-python/releases/tag/v7.0.2.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/19 12:52:14 Modified files: lib/libcrypto/x509: x509_purp.c Log message: Fix copy-paste error in previous Found the hard way by lists y42 org via an OCSP validation failure that in turn caused pkg_add over TLS to fail. Detailed report by sthen. ok sthen CVSROOT: /cvs Module name: src Changes by: procter@cvs.openbsd.org 2021/03/19 13:36:10 Modified files: sbin/ifconfig : ifconfig.8 Log message: Edit wireguard for concision. Remove some background covered by wg(4). Swap -wgpeerall and wgpeer in synopsis to ease parsing. "I'm good" - Matt Dunwoodie. "just commit" - jmc suggestions and ok sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/19 13:51:08 Modified files: lib/libssl : ssl.h ssl_rsa.c Log message: Prepare to provide SSL_use_certificate_chain_file() This is the same as SSL_CTX_use_certificate_chain_file() but for an SSL object instead of an SSL_CTX object. remi found this in a recent librelp update, so we need to provide it. The function will be exposed in an upcoming library bump. ok inoguchi on an earlier version, input/ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/19 13:52:55 Modified files: lib/libssl : ssl_versions.c Log message: Undo previous. As pointed out by jsing I clearly wasn't fully awake... CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/19 14:31:49 Modified files: lib/libssl/man : SSL_CTX_use_certificate.3 Log message: Prepare documenting SSL_use_certificate_chain_file CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/19 14:49:55 Modified files: audio/libmysofa: Makefile distinfo Log message: update libmysofa to 1.2 fixes CVE-2020-36148, CVE-2020-36149, CVE-2020-36150, CVE-2020-36151, CVE-2020-36152 from Moritz Buhl; OK Brad Smith (maintainer), kn@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/19 15:12:56 Modified files: devel/p5-Test-File: Makefile distinfo Log message: update p5-Test-File to 1.447 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/19 15:31:24 Modified files: devel/p5-Locale-Codes: Makefile distinfo Log message: update p5-Locale-Codes to 3.67 from wen heping CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/03/19 15:52:02 Modified files: emulators/tnylpo: Makefile distinfo Log message: Update to tnylpo-1.1.3 Changelog: https://gitlab.com/gbrein/tnylpo/-/releases/1.1.3 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/19 17:52:55 Modified files: distrib/miniroot: install.sub Log message: Remove libLLVM.so.2.0 on upgrade It is over a year old and corresponds to LLVM 8.0.0 after the "-msvr4-struct-return" ABI change; saves 47M (on amd64). OK deraadt CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/03/19 19:15:28 Modified files: sys/netinet : ip_output.c Log message: use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments. this ensures more stuff is copied, in particular the flowid information. this is also how v6 does it, which makes things more consistent. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/20 00:50:06 Modified files: security/py-tlsfuzzer: Makefile distinfo security/py-tlsfuzzer/pkg: PLIST Log message: Update to tlsfuzzer 20210320 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/20 02:12:53 Modified files: regress/lib/libssl/tlsfuzzer: tlsfuzzer.py Log message: Add new test-tls13-multiple-ccs-messages.py This is a test that checks for NSS's CCS flood DoS CVE-2020-25648. The test script currently fails on LibreSSL and OpenSSL 1.1.1j because it sends invalid records with version 0x0300 instead of 0x0303. We have the ccs_seen logic corresponding to NSS's fix: https://hg.mozilla.org/projects/nss/rev/57bbefa793232586d27cee83e74411171e128361 but we do allow up to two CCS due to an interop issue with Fizz, so at least one of the tests will likey be broken once the record version is fixed. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/20 03:00:49 Modified files: usr.bin/mg : def.h main.c mg.1 tty.c ttyio.c Log message: Add a 'batch' mode to mg via the '-b' command line option which will initialise a pty, run the specified file of mg commands and then exit. This is to facilitate mg fitting into the OpenBSD regress test framework and be able to run via a cron job. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/20 04:23:49 Modified files: mail/evolution : Makefile Log message: Move from enchant to enchant2. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/20 04:24:22 Modified files: sys/uvm : uvm_addr.c uvm_amap.c uvm_anon.c uvm_aobj.c uvm_device.c uvm_fault.c uvm_init.c uvm_io.c uvm_km.c Log message: Sync some comments in order to reduce the difference with NetBSD. No functionnal change. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/03/20 05:26:07 Modified files: sys/kern : vfs_lookup.c Log message: namei: reorganize a bit the error path for simples cases - move 'fail' label to end of function (instead of using the first if-condition) - merge the most simples error code paths idioms from 'cleanup+return' to 'goto-fail' ok mpi@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 05:31:51 Modified files: sysutils/p5-File-Which: Makefile distinfo Log message: update p5-File-Which to 1.24 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 05:55:14 Modified files: devel/p5-Test-LeakTrace: Makefile distinfo devel/p5-Test-LeakTrace/pkg: PLIST Log message: update p5-Test-LeakTrace to 0.17 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 06:11:06 Modified files: devel/p5-Test-Class: Makefile distinfo devel/p5-Test-Class/pkg: DESCR PLIST Log message: update p5-Test-Class to 0.52 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/20 06:17:45 Modified files: regress/lib/libssl/tlsfuzzer: tlsfuzzer.py Log message: typo CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:28:08 Log message: Import league-fonts/blackout. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/blackout/Makefile N ports/fonts/league-fonts/blackout/distinfo N ports/fonts/league-fonts/blackout/pkg/DESCR N ports/fonts/league-fonts/blackout/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:28:26 Log message: Import league-fonts/chunk. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/chunk/Makefile N ports/fonts/league-fonts/chunk/distinfo N ports/fonts/league-fonts/chunk/pkg/DESCR N ports/fonts/league-fonts/chunk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:28:44 Log message: Import league-fonts/fanwood. Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/fanwood/Makefile N ports/fonts/league-fonts/fanwood/distinfo N ports/fonts/league-fonts/fanwood/pkg/DESCR N ports/fonts/league-fonts/fanwood/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:29:15 Log message: Import league-fonts/gb1911. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/gb1911/Makefile N ports/fonts/league-fonts/gb1911/distinfo N ports/fonts/league-fonts/gb1911/pkg/DESCR N ports/fonts/league-fonts/gb1911/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:29:34 Log message: Import league-fonts/goudy. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/goudy/Makefile N ports/fonts/league-fonts/goudy/distinfo N ports/fonts/league-fonts/goudy/pkg/DESCR N ports/fonts/league-fonts/goudy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:30:02 Log message: Import league-fonts/junction. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/junction/Makefile N ports/fonts/league-fonts/junction/distinfo N ports/fonts/league-fonts/junction/pkg/DESCR N ports/fonts/league-fonts/junction/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:30:22 Log message: Import league-fonts/knewave. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/knewave/Makefile N ports/fonts/league-fonts/knewave/distinfo N ports/fonts/league-fonts/knewave/pkg/DESCR N ports/fonts/league-fonts/knewave/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:30:46 Log message: Import league-fonts/league-gothic. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/league-gothic/Makefile N ports/fonts/league-fonts/league-gothic/distinfo N ports/fonts/league-fonts/league-gothic/pkg/DESCR N ports/fonts/league-fonts/league-gothic/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:31:10 Log message: Import league-fonts/league-mono. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/league-mono/Makefile N ports/fonts/league-fonts/league-mono/distinfo N ports/fonts/league-fonts/league-mono/pkg/DESCR N ports/fonts/league-fonts/league-mono/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:31:45 Log message: Import league-fonts/league-script-number-one. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/league-script-number-one/Makefile N ports/fonts/league-fonts/league-script-number-one/distinfo N ports/fonts/league-fonts/league-script-number-one/pkg/DESCR N ports/fonts/league-fonts/league-script-number-one/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:32:10 Log message: Import league-fonts/league-spartan. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/league-spartan/Makefile N ports/fonts/league-fonts/league-spartan/distinfo N ports/fonts/league-fonts/league-spartan/pkg/DESCR N ports/fonts/league-fonts/league-spartan/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:32:40 Log message: Import league-fonts/lindenhill. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/lindenhill/Makefile N ports/fonts/league-fonts/lindenhill/distinfo N ports/fonts/league-fonts/lindenhill/pkg/DESCR N ports/fonts/league-fonts/lindenhill/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:33:02 Log message: Import league-fonts/orbitron. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/orbitron/Makefile N ports/fonts/league-fonts/orbitron/distinfo N ports/fonts/league-fonts/orbitron/pkg/DESCR N ports/fonts/league-fonts/orbitron/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:33:27 Log message: Import league-fonts/ostrich-sans. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/ostrich-sans/Makefile N ports/fonts/league-fonts/ostrich-sans/distinfo N ports/fonts/league-fonts/ostrich-sans/pkg/DESCR N ports/fonts/league-fonts/ostrich-sans/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:33:53 Log message: Import league-fonts/prociono. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/prociono/Makefile N ports/fonts/league-fonts/prociono/distinfo N ports/fonts/league-fonts/prociono/pkg/DESCR N ports/fonts/league-fonts/prociono/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:34:13 Log message: Import league-fonts/raleway. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/raleway/Makefile N ports/fonts/league-fonts/raleway/distinfo N ports/fonts/league-fonts/raleway/pkg/DESCR N ports/fonts/league-fonts/raleway/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:34:39 Log message: Import league-fonts/sniglet. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/fonts/league-fonts/sniglet/Makefile N ports/fonts/league-fonts/sniglet/distinfo N ports/fonts/league-fonts/sniglet/pkg/DESCR N ports/fonts/league-fonts/sniglet/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 06:36:32 Modified files: devel/p5-Test-Inline: Makefile distinfo Log message: update p5-Test-Inline to 2.214 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:44:25 Modified files: fonts/league-fonts: Makefile Added files: fonts/league-fonts: Makefile.inc Removed files: fonts/league-fonts: distinfo fonts/league-fonts/pkg: DESCR PLIST Log message: Update to recent revisions of league-fonts. The previous unversioned distfile is unchanged in 10 years since import. Pull versioned distfiles from the League of Movable Type GitHub, the original type designers, or a self-hosted tarball for the remainder that have had no release (cloned from GitHub, with version number extracted from font files with otfinfo). Take maintainership. ok ian@ (previous maintainer) and jasper@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:46:07 Log message: Import meta font for League of Movable Type fonts. ok ian@ jasper@ Status: Vendor Tag: bentley Release Tags: bentley_20210320 N ports/meta/league-fonts/Makefile N ports/meta/league-fonts/pkg/DESCR N ports/meta/league-fonts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/20 06:46:38 Modified files: meta : Makefile Log message: +league-fonts CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 06:47:41 Modified files: devel/p5-Test-Manifest: Makefile distinfo Log message: update p5-Test-Manifest to 2.022 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 06:59:56 Modified files: devel/p5-Test-Output: Makefile distinfo Log message: update p5-Test-Output to 1.033 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 07:16:02 Modified files: devel/p5-Time-Period: Makefile distinfo devel/p5-Time-Period/pkg: DESCR Log message: update p5-Time-Period to 1.25 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 07:48:53 Modified files: devel/p5-Test-URI: Makefile distinfo Log message: update p5-Test-URI to 1.083 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 07:52:18 Modified files: mail/p5-MIME-Types: Makefile distinfo Log message: update p5-MIME-Types to 2.18 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 08:00:13 Modified files: devel/p5-Term-Size: Makefile distinfo devel/p5-Term-Size/pkg: PLIST Log message: update p5-Term-Size to 0.211 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 08:14:24 Modified files: devel/p5-Test2-Plugin-NoWarnings: Makefile distinfo Log message: update p5-Test2-Plugin-NoWarnings to 0.09 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 08:41:43 ports/sysutils/snmp_exporter/files Update of /cvs/ports/sysutils/snmp_exporter/files In directory cvs.openbsd.org:/tmp/cvs-serv64128/files Log Message: Directory /cvs/ports/sysutils/snmp_exporter/files added to the repository CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 09:38:39 Modified files: devel/p5-IO-Tty: Makefile distinfo Added files: devel/p5-IO-Tty/patches: patch-Makefile_PL patch-Tty_xs Log message: update p5-IO-Tty to 1.16 fix perl and compiler warnings CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/20 09:54:51 Modified files: devel : Makefile www : Makefile Log message: same subdir appears twice; repair CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2021/03/20 09:57:04 Modified files: archivers : Makefile devel : Makefile net : Makefile security : Makefile sysutils : Makefile textproc : Makefile x11 : Makefile Log message: remove subdirs for ports that are python3 only now CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/20 10:24:37 Modified files: net/socat : Makefile distinfo net/socat/patches: patch-doc_socat_1 patch-doc_socat_html Added files: net/socat/patches: patch-fdname_c Removed files: net/socat/patches: patch-doc_xio_help patch-sslcls_c patch-sslcls_h patch-xio-openssl_c patch-xio-openssl_h patch-xioopts_c patch-xioopts_h Log message: update socat to 1.7.4.1 There are a few security fixes and lots of small other fixes. http://www.dest-unreach.org/socat/doc/CHANGES The SSL EGD and compression stuff is now properly ifdef'ed so we can get rid of a lot of patching. New patch due to non-portable getprotobynumber_r use. I added a test target, so tests can be run from the ports directory. ok sthen, maintainer timeout CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/20 10:36:52 Modified files: distrib/special/slaacd: Makefile Log message: SKIP_PROPOSAL has been ripped out in 2019 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/20 10:46:03 Modified files: sbin/slaacd : control.c engine.c frontend.c log.c Log message: Fix SMALL build when done from sbin/slaacd distrib/special/slaccd is the actual SMALL user but having it build from here is useful, too; in fact, it showed some more unused variables under SMALL. OK florian CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/20 11:07:50 Modified files: sbin/slaacd : engine.c frontend.c slaacd.h Log message: RFC 8981 allows the configuration of only temporary IPv6 addresses. Track autoconf and temporary flag individually to be able to support this. OK kn CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/20 11:08:58 Modified files: sys/net : if.c Log message: RFC 8981 allows the configuration of only temporary IPv6 addresses. Make the interface come up when the IFXF_AUTOCONF6TEMP is set. OK kn CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/20 11:11:49 Modified files: sbin/ifconfig : ifconfig.c Log message: RFC 8981 allows the configuration of only temporary IPv6 addresses. Keep "temporary" the default when setting inet6 autoconf but make it possible to disable the "autoconf" flag but keep "temporary" enabled. The normal usecase to only have temporary autoconf addresses would be "inet6 temporary" in hostname.if OK kn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:26:40 Modified files: net/unifi : Makefile Makefile.inc net/unifi/5.14 : Makefile distinfo net/unifi/stable: Makefile distinfo Log message: update unifi ports to a newer version of snappy-java built against the version of libc++ in -current. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/20 12:28:52 Modified files: games/ezquake : Makefile distinfo games/ezquake/patches: patch-Makefile Log message: Update to ezquake-3.2.3 From maintainer Tom Murphy CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/20 12:30:47 Modified files: mail/p5-Mail-DKIM: Makefile distinfo mail/p5-Mail-DKIM/pkg: PLIST Log message: update p5-Mail-DKIM to 1.20200907 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:38:22 ports/net/unifi/snappy-java Update of /cvs/ports/net/unifi/snappy-java In directory cvs.openbsd.org:/tmp/cvs-serv94888/snappy-java Log Message: Directory /cvs/ports/net/unifi/snappy-java added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:44:17 Modified files: net/unifi : Makefile.inc Added files: net/unifi/snappy-java: Makefile distinfo Log message: add maintainer helper to build snappy-java-X.jar (java + native library) used by unifi. a horrible mess but unifi doesn't work with the pure-java code in newer versions of snappy-java (the native library is needed to support "isValidCompressedBuffer"). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:47:23 Modified files: net/unifi : Makefile.inc net/unifi/5.14 : Makefile net/unifi/lts : Makefile net/unifi/stable: Makefile Log message: https URLs, mostly from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:49:09 Modified files: net/unifi : Makefile.inc Log message: fix url CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:57:33 ports/net/unifi/6.1 Update of /cvs/ports/net/unifi/6.1 In directory cvs.openbsd.org:/tmp/cvs-serv66831/6.1 Log Message: Directory /cvs/ports/net/unifi/6.1 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:57:43 ports/net/unifi/6.1/pkg Update of /cvs/ports/net/unifi/6.1/pkg In directory cvs.openbsd.org:/tmp/cvs-serv75722/6.1/pkg Log Message: Directory /cvs/ports/net/unifi/6.1/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:57:44 ports/net/unifi/6.1/files Update of /cvs/ports/net/unifi/6.1/files In directory cvs.openbsd.org:/tmp/cvs-serv75722/6.1/files Log Message: Directory /cvs/ports/net/unifi/6.1/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 12:57:44 ports/net/unifi/6.1/patches Update of /cvs/ports/net/unifi/6.1/patches In directory cvs.openbsd.org:/tmp/cvs-serv75722/6.1/patches Log Message: Directory /cvs/ports/net/unifi/6.1/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 13:00:35 Modified files: net/unifi : Makefile Added files: net/unifi/6.1 : Makefile distinfo net/unifi/6.1/files: unifi.sh net/unifi/6.1/patches: patch-unifi_sh_api net/unifi/6.1/pkg: DESCR PLIST README unifi.rc Log message: add unifi 6.1.x which is now in late release-candidate stage note that unifi releases after 1 March 2021 no longer allow devices which are marked as EoL in 6.0 to be configured CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/20 13:36:29 Modified files: share/man/man4/man4.macppc: apm.4 Log message: End sentence and add .Pp after (all) "NOT SUPPORTED" lines CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/20 13:39:30 Modified files: usr.bin/mg : interpreter.c Log message: Looking at loading all expressions initially, working towards multi line. Next to look at "values" (quotes around values). Current regress tests pass. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/20 13:41:44 Modified files: share/man/man4/man4.arm64: apm.4 Log message: Sync with apm(4/macppc) to document which ioctls are not supported Suspend/resume and other power events are NOT YET SUPPORTED. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 13:45:44 Modified files: www/chromium : Makefile Log message: chromium: put back "DPB_PROPERTIES=lonesome" and get rid of "parallel" for i386. I was trying to avoid this as only some parts of the build use large amounts of memory and the build is so slow that it would really help to have 2 build jobs, but it's causing the bulk build machines to swap too much, which causes clocks to go out of sync (11 minutes in my current build), which breaks all the KF5 things built on that machine afterwards because cmake does stupid time checks on files installed in /usr/local not just in the build directory. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/03/20 13:51:41 Modified files: www/ruby-rainbows: Makefile distinfo www/ruby-rainbows/patches: patch-_metadata www/ruby-rainbows/pkg: PLIST Log message: Upgrade to Rainbows 5.2.1 Tweak unicorn dependency to work with unicorn 6. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/20 15:02:56 Modified files: share/man/man9 : ifq_deq_begin.9 ifq_enqueue.9 Log message: s/struft/struct/; thanks James Hastings CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 15:05:03 Modified files: net/bitlbee-facebook: Makefile distinfo Removed files: net/bitlbee-facebook/patches: patch-facebook_facebook-api_h Log message: update to bitlbee-facebook-1.2.2, from Eivind Eide CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 15:21:29 Log message: import py-blessed, needed for pg_activity update, looks ok landry@ Blessed is an easy, practical library for making terminal apps, by providing an elegant, well-documented interface to colours, keyboard input, and screen position and location capabilities. Status: Vendor Tag: sthen Release Tags: sthen_20210320 N ports/sysutils/py-blessed/Makefile N ports/sysutils/py-blessed/distinfo N ports/sysutils/py-blessed/pkg/DESCR N ports/sysutils/py-blessed/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 15:21:38 Modified files: sysutils : Makefile Log message: +py-blessed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/20 15:23:58 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm databases/py-pg_activity: Makefile distinfo databases/py-pg_activity/pkg: PLIST Log message: update to pg_activity-2.1.2, moving to py3. drop the py- prefix on the pkgname as this is a standalone tool. looks ok landry@, no reply maintainer@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/20 16:34:27 Modified files: devel/py-minidump: Makefile distinfo devel/py-minidump/pkg: PLIST Log message: update 0.0.12 -> 0.0.16 proper python3 FLAVOR proper python change suggested and feedback sthen@ OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/20 16:35:11 Modified files: devel : Makefile Log message: add python3 flavor to py-minidump line CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/20 16:37:31 Modified files: devel/angr/py-cle: Makefile Log message: Add MODPY_FLAVOR to minidump dependency following adding flavor to minidump as advised by sthen@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2021/03/20 19:24:35 Modified files: usr.sbin/btrace: btrace.8 btrace.c Log message: Add -n (no action) mode, which just parses the program and exits. ok mpi@ kn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2021/03/21 00:44:24 Modified files: usr.sbin/btrace: btrace.8 Log message: add -n to SYNOPSIS; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/21 02:11:08 Modified files: x11/gnome/user-docs: Makefile distinfo Log message: Update to gnome-user-docs-3.38.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/21 02:25:18 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PLIST Log message: Update to gnumeric-1.12.49. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/21 02:57:55 Modified files: security/py-axolotl: Makefile security/py-axolotl/pkg: PLIST Log message: Move py-axolotl to python3-only. ok feinerer (maintainer), kmos, sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/21 02:58:37 Modified files: security : Makefile Log message: Unhook py-axolotl CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/21 02:59:56 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for py-axolotl -> py3-axolotl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/21 03:30:24 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.24.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/21 03:37:43 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.15. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/21 04:08:14 Modified files: net/unifi/6.1 : Makefile Log message: fix missing - CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/21 04:22:53 Modified files: x11/yaru : Makefile distinfo x11/yaru/pkg : PLIST Log message: Update to yaru-21.04.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/21 04:24:36 Modified files: sys/kern : kern_sig.c Log message: Use uppercases for defines. No functional change. ok semarie@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/03/21 05:29:38 Modified files: sys/kern : exec_conf.c sys/sys : exec.h Log message: makes `struct execsw' to: - use C99-style initialization (grep works better with that) - use const as execsw is not modified during runtime ok mpi@ CVSROOT: /cvs Module name: ports Changes by: tim@cvs.openbsd.org 2021/03/21 06:04:27 Log message: Import databases/sqlcipher. From Tom Murphy with improvements from sthen@ and me. OK sthen@ Status: Vendor Tag: tim Release Tags: tim_20210321 N ports/databases/sqlcipher/Makefile N ports/databases/sqlcipher/distinfo N ports/databases/sqlcipher/pkg/DESCR N ports/databases/sqlcipher/pkg/PLIST N ports/databases/sqlcipher/patches/patch-configure N ports/databases/sqlcipher/patches/patch-src_crypto_impl_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tim@cvs.openbsd.org 2021/03/21 06:05:33 Modified files: databases : Makefile Log message: Hook up sqlcipher. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/21 06:22:09 Modified files: devel/py-protobuf: Makefile devel/py-protobuf/pkg: PLIST Log message: Move py-protobuf to python3 only CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/21 06:22:47 Modified files: devel : Makefile Log message: Unhook py-protobuf CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/21 06:24:30 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Quirk for move of py-protobuf to python3 only CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/21 06:56:16 Modified files: usr.bin/mg : def.h extend.c interpreter.c Log message: Add quoted strings capability in list values, no special chars detection in between them though. Add limitation to characters allowed in symbol names, equivalent to mg function names (A-Za-z-), quite restrictive but can grow of course. If value is not quoted and is not a variable, give an error. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/03/21 07:45:56 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.3.7 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/21 07:59:22 Modified files: sbin/slaacd : engine.c Log message: Don't warn that we can't form a temporary address when a router deprecates a prefix by sending a pltime of 0, this is normal. Continue warning when the pltime is smaller than 5 as this is almost certainly a configuration error. Found the hard way by & OK otto. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2021/03/21 08:05:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils : Makefile Removed files: sysutils/upt : Makefile Makefile.inc sysutils/upt/upt: Makefile distinfo sysutils/upt/upt/pkg: DESCR PLIST sysutils/upt/upt-cpan: Makefile distinfo sysutils/upt/upt-cpan/pkg: DESCR PLIST sysutils/upt/upt-openbsd: Makefile distinfo sysutils/upt/upt-openbsd/pkg: DESCR PLIST sysutils/upt/upt-pypi: Makefile distinfo sysutils/upt/upt-pypi/pkg: DESCR PLIST sysutils/upt/upt-rubygems: Makefile distinfo sysutils/upt/upt-rubygems/pkg: DESCR PLIST Log message: Remove upt and its plugins Using portgen instead is recommended. OK kn@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/21 08:06:29 Modified files: regress/lib/libcrypto/base64: base64test.c Log message: Plug memory leak reported by Ilya Shipitsin Since r1.7, input in base64_decoding_test() is allocated unconditionally, so free it unconditionally. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/21 08:16:21 Modified files: www/luakit : Makefile distinfo www/luakit/pkg : PLIST Removed files: www/luakit/patches: patch-common_ipc_c patch-tests_run_test_lua Log message: Update luakit to 2.3. diff from MAINTAINER. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2021/03/21 08:18:38 Modified files: sys/arch/sgi/xbow: xbridge.c Log message: Disambiguate expressions. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/21 08:19:49 Modified files: security/rbw : Makefile distinfo security/rbw/patches: patch-Cargo_toml Removed files: security/rbw/patches: patch-modcargo-crates_net2-0_2_36_src_ext_rs Log message: Update rbw to 1.1.2. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/21 10:03:51 Modified files: multimedia/assimp: Makefile Added files: multimedia/assimp/patches: patch-assimpTargets-debug_cmake_in patch-assimpTargets-release_cmake_in Log message: Fix sharedLibraryName in cmake files While here switch to https. Tweak and ok kirby@, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/21 10:20:20 Modified files: security/libnettle: Makefile distinfo Log message: Update to libnettle-3.7.2. CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2021/03/21 10:20:49 Modified files: sys/dev/wscons : wsmouse.c wstpad.c wsmouseinput.h Log message: Include wstpad allocations when cleaning up wsmouse resources. ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/21 10:31:10 Modified files: graphics/gdk-pixbuf2: Makefile distinfo graphics/gdk-pixbuf2/patches: patch-meson_build Log message: Update to gdk-pixbuf-2.42.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/21 10:31:29 Modified files: games/gcompris : Makefile distinfo games/gcompris/pkg: PLIST Log message: Update to gcompris-1.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/21 10:43:02 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Log message: x11/xfce4/thunar: update to 4.16.6. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/21 10:56:42 Modified files: lib/libssl : tls13_lib.c Log message: Avoid a use-after-scope in tls13_cert_add(). A parent CBB retains a reference to a child CBB until CBB_flush() or CBB_cleanup() is called. As such, the cert_exts CBB must be at function scope. Reported by Ilya Shipitsin. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/21 11:22:37 Modified files: regress/usr.bin/openssl/options: Makefile Log message: Build options regress with -DLIBRESSL_INTERNAL. This is currently needed for DTLS1_2_VERSION, however it should be used here regardless. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/21 11:23:55 Modified files: productivity/grisbi: Makefile distinfo Log message: productivity/grisbi: update to 2.0.3 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/21 11:25:17 Modified files: lib/libssl : tls13_record_layer.c Log message: Split TLSv1.3 record protection from record layer. This makes the TLSv1.2 and TLSv1.3 record layers more consistent and while it is not currently necessary from a functionality perspective, it makes for more readable and simpler code. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/21 11:47:17 Modified files: sysutils/grafana: Makefile distinfo sysutils/grafana/patches: patch-conf_sample_ini sysutils/grafana/pkg: PLIST Log message: update to grafana-7.4.5, thanks Rob Schmersel for testing CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/21 12:13:59 Modified files: sys/net : wg_noise.c Log message: wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@ "There is a race between sending/receiving handshake packets. This occurs if we consume an initiation, then send an initiation prior to replying to the consumed initiation. In particular, when consuming an initiation, we don't generate the index until creating the response (which is incorrect). If we attempt to create an initiation between these processes, we drop any outstanding handshake which in this case has index 0 as set when consuming the initiation. The fix attached is to generate the index when consuming the initiation so that any spurious initiation creation can drop a valid index. The patch also consolidates setting fields on the handshake." CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/21 12:25:24 Modified files: sbin/slaacd : engine.c engine.h frontend.c slaacd.c slaacd.h usr.sbin/slaacctl: slaacctl.c Log message: Use new terminology of RFC 8981 and (mechanically) replace "privacy" with "temporary". CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/21 12:36:34 Modified files: lib/libssl : s3_lib.c ssl_locl.h ssl_tlsext.c tls13_client.c tls13_handshake.c tls13_internal.h tls13_legacy.c tls13_lib.c tls13_server.c Log message: Move the TLSv1.3 handshake struct inside the shared handshake struct. There are currently three different handshake structs that are in use - the SSL_HANDSHAKE struct (as S3I(s)->hs), the SSL_HANDSHAKE_TLS13 struct (as S3I(s)->hs_tls13 or ctx->hs in the TLSv1.3 code) and the infamous 'tmp' embedded in SSL3_STATE_INTERNAL (as S3I(s)->tmp)). This is the first step towards cleaning up the handshake structs so that shared data is in the SSL_HANDSHAKE struct, with sub-structs for TLSv1.2 and TLSv1.3 specific information. Place SSL_HANDSHAKE_TLS13 inside SSL_HANDSHAKE and change ctx->hs to refer to the SSL_HANDSHAKE struct instead of the SSL_HANDSHAKE_TLS13 struct. This allows the TLSv1.3 code to access the shared handshake data without needing the SSL struct. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/21 12:37:26 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: Revise regress to match handshake struct changes. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/21 13:08:22 Modified files: lib/libssl : tls12_record_layer.c Log message: Fully initialize rrec in tls12_record_layer_open_record_protected The CBC code path initializes rrec.padding_length in an indirect fashion and later makes use of it for copying the MAC. This is confusing some static analyzers as well as people investigating the whining. Avoid this confusion and add a bit of robustness by clearing the stack variable up front. ok jsing CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/03/21 13:17:34 Modified files: infrastructure/lib/DPB: Config.pm External.pm PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: refactor: make the builder responsible for telling us whether we should clean at the end of a build. Add a new global config option: NEVER_CLEAN so that no path ever gets cleaned (to be used ONLY if you have lots of disk space). I've actually done this manually in the past, to test various tools on lots of objdirs... CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/21 16:18:00 Modified files: sbin/iked : print.c Log message: The tag comes after iface in iked.conf(5). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/22 01:04:49 Modified files: mail/evolution-rss: Makefile Log message: Regen WANTLIB to unbreak. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2021/03/22 01:34:34 Modified files: share/man/man1 : dpb.1 Log message: document NEVER_CLEAN CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/22 01:34:34 Modified files: mail/evolution-rss: Makefile Added files: mail/evolution-rss/patches: patch-configure_ac patch-src_misc_c patch-src_rss-cache_c patch-src_rss-config-factory_c patch-src_rss-evo-common_c patch-src_rss-image_c patch-src_rss_c Log message: Biring a few bug fix patches from upstream. While here, disable GConf and fix a couple time_t formats. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/22 01:47:15 Modified files: games/gcompris : Makefile distinfo Log message: Upstream rerolled the tarball. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/22 02:14:57 Modified files: geo/qgis : Makefile distinfo geo/qgis/pkg : PLIST Log message: geo/qgis: update to 3.18.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/22 02:16:22 Added files: geo/qgis/patches: patch-cmake_FindProj_cmake Log message: geo/qgis: fix build with upcoming proj8 update backports https://github.com/qgis/QGIS/commit/fc1ac8bef8dcc3194857ecd32519aca4867b4fa1 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/22 02:53:27 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.5.7. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/22 02:54:15 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.202. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/22 03:07:09 Modified files: textproc/miller: Makefile distinfo Log message: Update miller to 5.10.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/22 03:17:26 Modified files: benchmarks/siege: Makefile distinfo Log message: Update siege to 4.0.8. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/22 03:26:23 Modified files: usr.bin/mg : interpreter.c Log message: Start the move to TAILQ for expressions instead of an SLIST. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/22 03:36:40 Modified files: net/ipv6calc : Makefile distinfo Log message: Update ipv6calc to 3.0.2. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/22 03:52:49 Modified files: sys/dev/pci : if_iwn.c Log message: Let iwn(4) simply clear frames before the firmware's BA window, instead of trying to be smart and clearing already acknowledged frames which are still within the firmware's BA window. This matches what the Linux driver does and makes our driver code simpler. Also, Tx rate control code relies on sequence numbers falling into the BA window so let's skip Tx rate control for frames before this window. Tested by: myself on 6205 and 6300 afresh1, bluhm, and paco on 6300 jmatthew on 5100 Balder Oddson on 6205 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 04:06:00 Modified files: net/icinga/core2: Tag: OPENBSD_6_8 Makefile Log message: switch icinga/core2 back to libressl, -stable/syspatches has moved back to the old verifier CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2021/03/22 05:12:15 Modified files: graphics/unwebp: Makefile distinfo Log message: my bad, put back correct duration this time CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/22 05:14:42 Modified files: usr.bin/rsync : extern.h misc.c Log message: Make fmt argument const. Format local vars a bit. From kristaps@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/22 05:16:05 Modified files: usr.bin/rsync : main.c Log message: Compare explicitly against NULL. From kristaps@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/22 05:20:04 Modified files: usr.bin/rsync : uploader.c Log message: Put comment where it belongs also remove an assert() that checks for an impossible condition. The map argument is from a pread() call and can never be MAP_FAILED. From kristaps@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/22 05:25:29 Modified files: usr.bin/rsync : ids.c Log message: Adjust a type to unsigned since the io function works on unsigned ints. Also the id is a strictly positve integer so this make sense. Cleanup comments and a spacing while there. From kristaps@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/22 05:26:44 Modified files: usr.bin/rsync : flist.c Log message: Adjust function name in error strings. From kristaps@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2021/03/22 05:33:28 Modified files: devel/got : Makefile distinfo Log message: Update to got 0.50 - use Myers diff instead of Patience diff when merging files with diff3 - port file deltification code from git9; a prerequisite for writing pack files - implement raw object data access; another prerequisite for writing pack files - improve got log -x documentation (jrick) - improve got ref -d documentation - fix strftime(3) short buffer checks (jrick) - ensure that old commits remain referenced after rebase and histedit - new got rebase -l option which lists past rebase operations - new got histedit -l option which lists past histedit operations CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/22 05:49:15 Modified files: usr.bin/rsync : sender.c flist.c Log message: Remove unveil() from the rsync_sender() and flist_gen(). The sender is not able to properly unveil itself because you can request many files as arguments. At the same time the sender is read-only and uses rpath pledge() so the gain from unveil() is less of an issue. On the receiver side all files land in one directory and this part still uses unveil() to protect rsync to somehow walk out of the destination directory. From kristaps@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 05:57:04 Modified files: sysutils/grafana: Makefile Log message: grafana: upstream rerolled the linux tar.gz but different versions are cached on different cdn noes. add a bogus ? parameter to force cdn to not use an old cached copy. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/22 07:27:24 Modified files: devel/p5-Test-EOL: Makefile distinfo Log message: update p5-Test-EOL to 2.02 OK Wen Heping (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: visa@cvs.openbsd.org 2021/03/22 07:47:58 Modified files: distrib/sets/lists/xserv: md.loongson Log message: sync CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/22 07:52:21 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.12.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 08:37:16 Modified files: x11/freerdp : Makefile distinfo x11/freerdp/patches: patch-channels_rdpdr_client_rdpdr_main_c Log message: update to freerdp-2.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 08:50:34 Modified files: www/c-icap/modules: Makefile distinfo Log message: update to c_icap_modules-0.5.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 08:50:51 Modified files: www/c-icap/c-icap: Makefile distinfo Log message: update to c_icap-0.5.8 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/22 09:05:00 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.63. Will be required by gecko 88. Relnotes will be at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.63_release_notes CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2021/03/22 09:34:07 Modified files: sbin/dhcpleased: engine.c Log message: Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florian CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/22 10:28:26 Modified files: sbin/dhcpleased: frontend.c Log message: BOOTP has a minimum packet length of 300 bytes. Since DHCP is interoperable with BOOTP we should also send packets that have a minimum size of 300. I haven't seen a DHCP server that actually enforces this except the one in vmd(8), but it doesn't cost us much and prevents hair pulling later on when we find one in the wild. OK deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 11:06:52 Modified files: net/bird : Makefile.inc net/bird/2 : Makefile distinfo net/bird/2/patches: patch-sysdep_bsd_setkey_h Removed files: net/bird/2/patches: patch-nest_route_h Log message: update to bird-2.0.8, enable debug packages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 11:23:22 Modified files: shells/nsh : Makefile Log message: nsh: mark BROKEN this port is closely tied to interfaces in the base OS and really needs an active maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 11:33:14 Modified files: devel/gdb : Makefile Log message: fix gdb's auto-load directory, it was looking in a directory literally named "${prefix}/share/auto-load" maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 11:35:26 Modified files: lang/python : Makefile.inc lang/python/2.7/pkg: PLIST-main lang/python/3.8: Makefile lang/python/3.8/pkg: PLIST-main lang/python/3.9/pkg: PLIST-main Log message: install the gdb autoload helper for the various Python versions, allows some additional debugging features for Python-based software (for example there's a new "py-bt" command to print a Python backtrace which can give clues if a py process is hanging). ok rpointel@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2021/03/22 11:47:45 Modified files: devel/ruby-nio4r: Makefile distinfo devel/ruby-nio4r/pkg: PLIST Log message: Update to nio4r 2.5.7 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/03/22 12:04:55 Modified files: www/chromium : Makefile distinfo www/chromium/files: hid_connection_fido.cc hid_connection_fido.h hid_service_fido.cc hid_service_fido.h sndio_input.cc sndio_output.cc 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_cpu_h patch-base_files_file_util_posix_cc patch-base_linux_util_cc patch-base_process_launch_h patch-base_process_process_metrics_cc patch-base_process_process_posix_cc patch-base_system_sys_info_cc patch-base_system_sys_info_h patch-base_system_sys_info_posix_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_h 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_BUILDCONFIG_gn patch-build_config_BUILD_gn patch-build_config_c++_c++_gni patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_pgo_gni patch-build_config_linux_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_gcc_toolchain_gni 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_browser_about_flags_cc patch-chrome_browser_after_startup_task_utils_cc patch-chrome_browser_background_background_mode_manager_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_custom_handlers_protocol_handler_registry_cc patch-chrome_browser_defaults_cc patch-chrome_browser_dev_ui_browser_resources_grd patch-chrome_browser_device_identity_device_oauth2_token_service_factory_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_settings_private_prefs_util_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_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_webrtc_webrtc_event_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_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_nearby_sharing_nearby_notification_manager_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_notifications_notification_display_service_impl_cc patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc patch-chrome_browser_password_manager_password_store_factory_cc patch-chrome_browser_plugins_plugin_info_host_impl_cc patch-chrome_browser_plugins_plugins_resource_service_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_prefs_pref_service_incognito_allowlist_cc patch-chrome_browser_printing_print_job_worker_cc patch-chrome_browser_process_singleton_posix_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_attributes_entry_cc patch-chrome_browser_profiles_profile_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_profiles_profiles_state_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_new_tab_page_new_tab_page_js patch-chrome_browser_resources_settings_appearance_page_appearance_page_html patch-chrome_browser_resources_settings_appearance_page_appearance_page_js patch-chrome_browser_resources_settings_route_js patch-chrome_browser_sharing_sharing_device_registration_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_device_info_sync_service_factory_cc patch-chrome_browser_sync_profile_sync_service_factory_cc patch-chrome_browser_task_manager_sampling_task_group_cc patch-chrome_browser_task_manager_sampling_task_group_h patch-chrome_browser_task_manager_sampling_task_group_sampler_cc patch-chrome_browser_task_manager_sampling_task_manager_impl_cc 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_startup_bad_flags_prompt_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_columns_cc patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc patch-chrome_browser_ui_views_chrome_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_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_extensions_bookmark_app_finalizer_utils_cc 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_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_extensions_command_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_test_BUILD_gn patch-chrome_utility_services_cc patch-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_autofill_external_delegate_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_content_settings_core_browser_website_settings_registry_cc patch-components_crash_content_browser_BUILD_gn patch-components_crash_core_app_BUILD_gn patch-components_feature_engagement_public_event_constants_cc patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_os_crypt_os_crypt_h patch-components_permissions_prediction_service_prediction_service_common_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_policy_resources_policy_templates_json patch-components_safe_browsing_core_realtime_url_lookup_service_base_cc patch-components_security_interstitials_content_utils_cc 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_host_host_display_client_cc patch-components_viz_host_host_display_client_h 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-components_viz_test_mock_display_client_h patch-content_app_content_main_runner_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_devtools_protocol_system_info_handler_cc patch-content_browser_download_download_manager_impl_cc patch-content_browser_gpu_compositor_util_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_renderer_host_delegated_frame_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_scheduler_responsiveness_jank_monitor_impl_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_browser_webui_web_ui_main_frame_observer_cc patch-content_browser_webui_web_ui_main_frame_observer_h patch-content_common_BUILD_gn patch-content_gpu_gpu_main_cc patch-content_gpu_gpu_sandbox_hook_linux_cc 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_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_main_parts_cc patch-content_shell_utility_shell_content_utility_client_cc patch-content_test_BUILD_gn patch-content_utility_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-content_zygote_zygote_linux_cc patch-device_bluetooth_BUILD_gn patch-device_fido_features_cc patch-device_fido_features_h patch-extensions_browser_browser_context_keyed_service_factories_cc patch-extensions_shell_app_shell_main_delegate_cc patch-extensions_shell_browser_api_runtime_shell_runtime_api_delegate_cc patch-google_apis_gcm_engine_heartbeat_manager_cc patch-gpu_command_buffer_service_external_vk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_ipc_service_gpu_init_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_browser_main_parts_h patch-headless_lib_browser_headless_browser_main_parts_linux_cc 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-media_base_media_switches_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_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_video_capture_device_factory_linux_cc patch-media_mojo_services_gpu_mojo_media_client_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-media_video_video_encode_accelerator_adapter_cc patch-mojo_public_js_mojo_bindings_resources_grd patch-net_BUILD_gn patch-net_base_network_change_notifier_cc patch-net_base_network_change_notifier_posix_cc patch-net_proxy_resolution_configured_proxy_resolution_service_cc patch-net_socket_udp_socket_posix_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-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-remoting_base_chromoting_event_cc patch-remoting_host_evaluate_capability_cc patch-remoting_host_heartbeat_sender_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_remoting_me2me_host_cc patch-remoting_resources_remoting_strings_grd patch-services_device_hid_hid_service_cc patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_tracing_public_cpp_perfetto_perfetto_config_cc patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_abseil-cpp_absl_debugging_failure_signal_handler_cc patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_util_BUILD_gn patch-third_party_blink_renderer_BUILD_gn patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_clipboard_system_clipboard_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_boringssl_BUILD_generated_gni patch-third_party_brotli_common_platform_h patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libusb_BUILD_gn 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_strutil_h patch-third_party_swiftshader_BUILD_gn patch-third_party_usrsctp_BUILD_gn patch-third_party_webrtc_BUILD_gn patch-third_party_webrtc_rtc_base_BUILD_gn patch-third_party_webrtc_rtc_base_physical_socket_server_cc patch-third_party_webrtc_webrtc_gni 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_perf_chrome_telemetry_build_BUILD_gn patch-tools_variations_fieldtrial_to_struct_py patch-ui_base_clipboard_clipboard_ozone_cc patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_h patch-ui_base_ime_init_input_method_initializer_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_cursor_loader_cc patch-ui_base_x_x11_shm_image_pool_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_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_gpu_memory_buffer_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc patch-ui_gfx_native_widget_types_h patch-ui_gfx_render_text_api_fuzzer_cc patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_features_cc patch-ui_gl_init_gl_initializer_linux_x11_cc patch-ui_message_center_views_message_popup_view_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_strings_app_locale_settings_grd patch-ui_views_controls_label_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_corewm_tooltip_aura_cc patch-ui_views_focus_focus_manager_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-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_trap-handler_handler-inside-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-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_web_applications_components_web_app_run_on_os_login_cc patch-content_public_browser_font_access_context_h patch-content_public_common_content_features_h patch-gpu_vulkan_vulkan_image_cc patch-gpu_vulkan_vulkan_image_h patch-media_base_media_switches_h patch-net_base_network_interfaces_posix_cc patch-remoting_codec_webrtc_video_encoder_vpx_cc patch-third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc patch-third_party_blink_renderer_platform_bindings_parkable_string_cc patch-third_party_blink_renderer_platform_bindings_parkable_string_h patch-third_party_blink_renderer_platform_scheduler_common_thread_cc patch-third_party_perfetto_src_base_event_fd_cc patch-third_party_perfetto_src_base_subprocess_posix_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h Removed files: www/chromium/patches: patch-base_trace_event_process_memory_dump_h patch-chrome_browser_first_run_first_run_internal_posix_cc patch-chrome_browser_native_file_system_chrome_native_file_system_permission_context_cc patch-chrome_browser_ui_views_web_apps_pwa_confirmation_bubble_view_cc patch-net_nqe_network_quality_estimator_cc 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_perfetto_src_base_subprocess_cc patch-ui_base_data_transfer_policy_data_transfer_endpoint_h Log message: update to 89.0.4389.90 CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/03/22 12:15:31 Modified files: net/py-nbxmpp : Makefile distinfo net/py-nbxmpp/pkg: PLIST Log message: update net/py-nbxmpp to 2.0.1 This is needed for the update of net/gajim Original diff by 3un0s _at_ leglock.me with tweaks by me and input from sthen@ and solene@ ok sthen@, maintainer timeout. While here taking maintainer. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2021/03/22 12:16:10 Modified files: net/gajim : Makefile distinfo net/gajim/patches: patch-setup_py net/gajim/pkg : PLIST Log message: update net/gajim to 1.3.1 Original diff by 3un0s _at_ leglock.me with tweaks by me and input from sthen@ and solene@ ok sthen@, maintainer timeout. While here taking maintainer. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/22 12:37:26 Modified files: sys/dev/fdt : cwfg.c Log message: Update device-tree bindings Using the DTB from our dtb package this driver no longer attaches (on a Pinebook Pro)due to renamed bindings: https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml Thanks to kettenis and patrick for pointing this out. Follow upstream's rename and acccount for the monitor interval now being milliseconds not seconds anymore. This makes cwfg(4) export values under hw.sensors as expected when using /usr/local/share/dtb/arm64/rockchip/rk3399-pinebook-pro.dtb . Input patrick kettenis OK kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/22 12:50:11 Modified files: usr.sbin/vmctl : vmctl.c Log message: Properly reflect stopping state Diff from Preben Guldberg < preben at guldberg dot org>, thanks! In "vmctl status", VMs that are being stopped but are still running will simply show up as "running". Give preference to showing the "stopping" state akin to how a paused VM is handled. Tested by Dave Voutila OK tb CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/22 14:05:21 Modified files: regress/lib/libssl/asn1: asn1test.c Log message: Plug a few memory leaks reported by Ilya Shipitsin CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/22 14:30:21 Modified files: sys/arch/arm64/dev: acpipci.c pci_machdep.c pciecam.c sys/arch/arm64/include: pci_machdep.h sys/dev/fdt : dwpcie.c Log message: Load MSI pages through bus_dma(9). Our interrupt controllers for MSIs typically pass the physical address, however retrieved, to our PCIe controller code. This physical address can in practise be directly given to the PCIe, but it is not a given that the CPU and the PCIe controller are able to use the same physical addresses. This is even more obvious with an smmu(4) inbetween, which can change the world view by introducing I/O virtual addresses. Hence for this it is indeed necessary to map those pages, which thanks to integration with bus_dma(9) works easily. For this we remember the PCI devices' DMA tag in the interrupt handle during the MSI map, so that we can use the smmu(4)-hooked DMA tag to load the physical address. While some systems might prefer to implement "trapping" pages for MSIs, to make sure devices cannot trigger other devices' interrupts, we only make sure the whole page is mapped. Having the IOMMU create a mapping for each MSI is a bit wasteful, but for now it's the simplest way to implement it. Discussed with and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/22 14:31:34 Modified files: regress/lib/libcrypto/cms: cmstest.c Log message: Don't leak ca in test_cms_sign_verify(). Reported by Ilya Shipitsin CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/22 14:34:45 Modified files: sys/arch/arm64/dev: smmu.c Log message: Now that MSI pages are properly mapped, all that debug code in smmu(4) can be removed. The only thing left to implement for smmu(4) to work out of the box with PCIe devices is to reserve the PCIe MMIO windows. Let's see how we can do this properly. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 15:39:10 Modified files: lang/python/2.7: Makefile Log message: missed bump, reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/22 15:40:06 Modified files: mail/imapproxy : Makefile Log message: imapproxy: enable debug packages CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2021/03/22 16:25:56 Modified files: emulators/dolphin: Makefile emulators/dolphin/patches: patch-CMakeLists_txt Added files: emulators/dolphin/patches: patch-Source_Core_Common_CMakeLists_txt patch-Source_Core_Core_CMakeLists_txt Log message: dolphin picks up devel/fmt, leading to clash between v7 (devel/fmt) and v5 (bundled External/fmt). Fix this by disabling the bundled fmt and picking up devel/fmt. BDEP as this is statically linked. Build and runtime tested by me briefly without new issues. This was found by naddy@ during bulk build. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/23 00:27:56 Modified files: sysutils/nnn : Makefile distinfo Log message: Update to nnn-3.6 Changelog: https://github.com/jarun/nnn/blob/v3.6/CHANGELOG From MAINTAINER (Martin Ziemer ). Thank you! CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/23 00:28:32 Modified files: sysutils/borgbackup: Makefile distinfo Log message: Update to borgbackup-1.1.16 Bugfix release. Changes: https://github.com/borgbackup/borg/blob/1.1.16/docs/changes.rst#version-1116-2021-03-23 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2021/03/23 01:17:06 Modified files: fonts/league-fonts: Makefile.inc fonts/league-fonts/blackout: Makefile fonts/league-fonts/chunk: Makefile fonts/league-fonts/fanwood: Makefile fonts/league-fonts/gb1911: Makefile fonts/league-fonts/goudy: Makefile fonts/league-fonts/junction: Makefile fonts/league-fonts/knewave: Makefile fonts/league-fonts/league-gothic: Makefile fonts/league-fonts/league-mono: Makefile fonts/league-fonts/league-script-number-one: Makefile fonts/league-fonts/league-spartan: Makefile fonts/league-fonts/lindenhill: Makefile fonts/league-fonts/orbitron: Makefile fonts/league-fonts/ostrich-sans: Makefile fonts/league-fonts/prociono: Makefile fonts/league-fonts/raleway: Makefile fonts/league-fonts/sniglet: Makefile Log message: Fix maintainer line and drop leftover Makefile.template comments. Noticed by jasper@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/23 02:23:18 Modified files: www : Makefile www/py-http_ece: Makefile www/py-http_ece/pkg: PLIST Log message: switch py-http_ece to python3 only feedback kmos@ OK kmos@ pamela@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/23 02:26:24 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for py-http_ece python3 only CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/23 03:41:12 Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c sys/dev/acpi : acpireg.h Log message: Pack the SPCR struct definition since the struct isn't naturally aligned or padded, and hence e. g. the access to the PCI vendor/device id would be broken. The structs for the other tables all seem to be packed as well. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/23 04:22:20 Modified files: sys/kern : subr_witness.c Log message: Skip first frame when saving stacktraces, it's always witness_checkorder(). ok visa@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/23 04:26:19 Modified files: x11/xfce4/xfce4-dev-tools: Makefile Log message: x11/xfce4/xfce4-dev-tools: update HOMEPAGE (and bump REVISION) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/23 04:30:40 Modified files: sys/kern : kern_fork.c Log message: Make a child execute fork_return() only if PTRACE_FORK has been specified. fork_return() does an additional check to send a SIGTRAP (for a debugger) but this signal might overwrite the SIGSTOP generated by the parent doing a PT_ATTACH before the child has a change to execute any instruction. Prevent a race visible only on SP system with regress/sys/kern/ptrace2. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/23 04:37:35 Modified files: graphics/digikam: Makefile distinfo graphics/digikam/pkg: PLIST Added files: graphics/digikam/patches: patch-core_dplugins_generic_tools_mediaserver_upnpsdk_Neptune_Source_System_Bsd_NptBsdResolver_cpp patch-core_libs_rawengine_libraw_src_decoders_fp_dng_cpp Log message: Update digikam to 7.2.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/23 04:38:50 Modified files: devel/qt-creator: Makefile distinfo Log message: Update Qt Creator to 4.14.2 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/23 04:57:42 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-config_config_json net/mattermost-server/pkg: PLIST Added files: net/mattermost-server/patches: patch-vendor_github_com_mailru_easygo_netpoll_kqueue_go.patch Log message: Update mattermost-server 5.32.1 -> 5.33.1 Changelog: https://docs.mattermost.com/administration/changelog.html Based on diff from David Goerger, thanks! CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/23 05:09:31 Added files: net/mattermost-server/patches: patch-vendor_github_com_mailru_easygo_netpoll_kqueue_go Removed files: net/mattermost-server/patches: patch-vendor_github_com_mailru_easygo_netpoll_kqueue_go.patch Log message: Use correct patch name CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/03/23 05:23:52 Modified files: devel/cppcheck : Makefile distinfo devel/cppcheck/pkg: PLIST Log message: update cppcheck to 2.4 ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/23 05:29:28 Modified files: x11/xfce4/xfce4-battery: Makefile distinfo x11/xfce4/xfce4-battery/pkg: PLIST Log message: x11/xfce4/xfce4-battery: update to 1.1.4. See https://mail.xfce.org/pipermail/xfce-announce/2021-March/001026.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 05:44:00 Modified files: lang/python/3.9: Makefile Log message: another missed bump, found by naddy CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/23 05:58:38 Modified files: sys/net80211 : ieee80211_input.c Log message: When moving the Rx block ack window forward do not implicitly rely on ieee80211_input_ba_flush() for updating ba->ba_winend. Required for an upcoming ieee80211_input_ba_flush() fix. Patch by Christian Ehrhardt who found one instance of this problem in ieee80211_input_ba_seq(). I spotted another in ieee80211_ba_move_window(). CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/23 06:03:44 Modified files: sys/net80211 : ieee80211_input.c Log message: Fix a corner case bug in Rx block ack window gap-wait timeout handling. If ieee80211_input_ba_flush() was called when there was nothing to flush, the (already pending) gap wait timeout was re-armed. This is only correct if we flush at least one packet. Otherwise packets that arrive at a constant rate of about 4-5 packets per second would extend the gap-wait timeout until the block ack window fills up. In extreme cases this can result in packets being queued for almost 20s. Fix this by returning immediately from ieee80211_input_ba_flush() if the first packet in the reordering buffer is missing. This prevents the timeout from being re-armed. Patch by Christian Ehrhardt. Tested by me on iwm(4) 7265. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/23 06:34:11 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.13.4 -> 1.13.5 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.13.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/23 07:17:14 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: bump nss/nspr dependencies to 3.63/4.30 while here replace --disable-optimize by --enable-optimize=${CFLAGS}, since bug #1689284 using --disable-optimize + --enable-release doesnt optimize rust code anymore, resulting in a +100Mb increase on libxul.so seen with firefox 87 --enable-optimize workaround suggested in #1695572 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/23 07:17:41 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: Go.pm Log message: Allow an optional @version suffix (@v1.0.0 for example) to be specified when generating a Go port with 'portgen go'. Patch from Josh Rickmar. Ty Josh! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/23 07:17:59 Modified files: mail/mozilla-thunderbird: Makefile www/seamonkey : Makefile Log message: {mail/mozilla-thunderbird,www/seamonkey}: bump REVISION for mozilla.port.mk changes CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/23 07:19:08 Modified files: lang/go : go.port.mk Log message: modgo-gen-modules should use MODGO_MODNAME instead of ALL_TARGET. CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2021/03/23 07:22:16 Modified files: share/man/man1 : portgen.1 Log message: Document the @version suffix that can be added when running 'portgen go' Patch from Josh Rickmar. Ty jrick! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/23 07:25:36 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp patch-js_src_jit_ProcessExecutableMemory_h patch-toolkit_system_gnome_nsGIOService_cpp www/mozilla-firefox/pkg: README www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-toolkit_components_downloads_DownloadIntegration_jsm patch-toolkit_components_downloads_DownloadUIHelper_jsm patch-xpcom_io_nsLocalFileUnix_cpp Log message: www/mozilla-firefox: update to 87.0 see https://www.mozilla.org/en-US/firefox/87.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-10/ - revert parts of #1696958 breaking downloads to ~/Downloads because of unveil() interaction, until a better fix is found. Or unveil support being ripped out, out of frustration. - patch out toolkit/components/downloads/DownloadUIHelper.jsm to make sure strings["downloadsFolder"] isnt localized, which would break downloads for users with a langpack installed/enabled (as ~/Telechargements isnt unveiled by default) - include patch from RJ Johnson in #1697721, fixing various web developer issues with profiles created after unveil() integration (missing /storage/permanent dir) - add a blurb to README about creating/using ~/Downloads with unveil() CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/23 07:27:31 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 78.9.0. See https://www.mozilla.org/en-US/firefox/78.9.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-11/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/23 07:28:14 Modified files: www/firefox-esr: Tag: OPENBSD_6_8 Makefile distinfo Log message: www/firefox-esr: MFC update to 78.9.0. See https://www.mozilla.org/en-US/firefox/78.9.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-11/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 08:21:54 Modified files: sysutils/sshpass: Makefile distinfo sysutils/sshpass/patches: patch-main_c Log message: update to sshpass-1.08 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 08:53:06 Modified files: security/libassuan: Makefile distinfo security/libassuan/pkg: PLIST Log message: update to libassuan-2.5.5 CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2021/03/23 08:58:37 Modified files: lang/ruby/3.0/patches: patch-compile_c Added files: lang/ruby/3.0/patches: patch-template_builtin_binary_inc_tmpl Log message: Fix lang/ruby/3.0 build on mips64. * Disable the peephole optimizer on mips64 to avoid occasional crashes. * Ensure sufficient alignment of builtin bytecode arrays so that compiler.c can cast and access the data through struct ibf_header without crashing (OpenBSD/mips64 requires strict alignment). OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 08:59:00 Modified files: www/qutebrowser: Makefile distinfo www/qutebrowser/pkg: PLIST Log message: update to qutebrowser-2.1.0, from maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 09:07:28 Modified files: x11/xsel : Makefile distinfo Added files: x11/xsel/patches: patch-configure_ac Removed files: x11/xsel/patches: patch-configure patch-xsel_c Log message: update xsel to git head (originally done to fix a segfault when running on empty input file), from Brennan Vincent, input kn@ gnezdo@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 09:07:46 Modified files: www/p5-libapreq2: Makefile distinfo Log message: update to p5-libapreq2-2.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 09:17:57 Added files: sysutils/grafana/patches: patch-build_go Log message: grafana: s/387/softfloat/ in os.Setenv("GO386", "387") to unbreak i386 CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/23 09:22:25 Modified files: usr.bin/mg : interpreter.c Log message: Make a parameter to an mg function not throw an error just because it is numerical. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 09:54:35 Modified files: www/p5-libwww : Makefile distinfo Log message: update to p5-libwww-6.53 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/23 10:26:53 Modified files: share/man/man4 : tap.4 Log message: Document SIOCGIFADDR and SIOCSIFADDR ioctls for tap devices. OK kn@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/23 10:34:31 Modified files: usr.sbin/relayd: ca.c relayd.h Log message: Timed out RSA key ops, may leave uncalled for responses in the imsg return path. These have to be dropped or every subsequent call will cause decrypt errors. Use a sequence number cookie to keep the systems in sync. Diff from niklas@ with some minor adjustments by myself. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/23 10:35:01 Modified files: net/ipv6calc : Makefile Log message: Add missing BUILD_DEPENDS on shells/bash. Pointed out by naddy@, thanks! CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/23 11:46:20 Modified files: usr.sbin/dhcpleasectl: dhcpleasectl.c Log message: Use time_t for intermediate lease time values when calculating human readable output for very long timeouts to prevent overflow. While here add years and days. Days might actually show up in normal leases. Years is to catch "infinity" which is encoded as UINT32_MAX and used by vmd(8). Previously we would overflow, wrap to negative which then got transformed to 0s. Pointed out by Dave Voutila while working on the vmd(8) dhcp code. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/23 12:33:05 Modified files: usr.bin/mg : funmap.c Log message: Correct how many arguments some functions take for interpreter.c. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/23 12:40:29 Modified files: usr.bin/mg : buffer.c Log message: Use a pointer called bufp to point to a buffer called bufn consistantly. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/23 12:57:13 Modified files: databases/ruby-hiera3: Makefile distinfo Log message: simple update 3.6.0 -> 3.7.0 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2021/03/23 13:11:35 Modified files: devel/got : Makefile distinfo Log message: update to got 0.51 - deltify.c: explicitly include for be64toh() (naddy) - rebase/histedit -l: error out if no backups for the requested branch exist - fix use of uninitialized stat buffer during status crawl (found by naddy) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/23 13:16:40 Modified files: emulators/dolphin: Makefile Log message: Unbreak: LIB_DEPENDS-nogui is not a BUILD_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/23 13:29:35 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_8 Makefile distinfo Log message: SECURITY update to webkitgtk4-2.30.6. CVE-2020-27918, CVE-2020-29623, CVE-2020-9947, CVE-2021-1765, CVE-2021-1789, CVE-2021-1799, CVE-2021-1801, CVE-2021-1870 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/23 13:37:51 Modified files: share/snmp : OPENBSD-PF-MIB.txt Log message: change pfIfDescr and pfLogIfName from plain OCTET STRING (which has no textual-convention so is sometimes printed as hex dump) to DisplayString (ascii). likewise change pfLabelName and pfTblName to SnmpAdminString (UTF-8 textual-convention). feedback/tweaks (notably pointing out UTF-8)/ok martijn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 13:42:28 Modified files: sysutils/snmp_exporter: Makefile sysutils/snmp_exporter/pkg: DESCR PLIST Added files: sysutils/snmp_exporter/files: generator-pf.yml sysutils/snmp_exporter/pkg: README Log message: snmp_exporter: add a pkg-readme with a quick intro, and show how to run the config generator (including setting MIBDIRS) when changing the generator input file. add an example showing use with OPENBSD-PF-MIB (which just had a commit in src/ that will prevent snmp_exporter from using a hexdump of various names, so if someone is trying this right now they should pick up the updated MIB first). Parts borrowed from https://yetiops.net/posts/openbsd-snmp-exporter/ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/23 14:04:29 Modified files: lib/libtls : tls_ocsp.c Log message: OCSP_basic_verify() doesn't set errno, so use tls_set_errorx() ok inoguchi CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2021/03/23 14:33:16 Modified files: net/tor : Makefile distinfo Log message: Update to tor 0.4.5.7, fixes two DoS bugs (TROVE-2021-001 and TROVE-2021-002). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/23 14:38:09 Modified files: audio/mpg123 : Makefile distinfo Log message: audio/mpg123: update to 1.26.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/23 14:43:19 Modified files: net/bitcoin : Makefile Log message: no_x11 needs sqlite3. archivers/zstd seems to be extra but I am not touching this, only fixing build. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2021/03/23 15:01:13 Modified files: devel/snare : Makefile distinfo Log message: devel/snare: update to version 0.4.2. Diff from upstream author, Laurence Tratt. Thanks! CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/23 15:31:29 Modified files: sbin/iked : ikev2.c Log message: Don't send DELETE notify if IKE SA is replaced because of 'enforcesingleikesa'. Fixes an interop problem with strongswan if make-before-break is enabled. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 15:45:59 Modified files: textproc/latex2html: Makefile distinfo textproc/latex2html/pkg: PLIST Log message: update to latex2html-2021 and fix typo in doc dir from dir21 at pm me CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/03/23 16:05:21 Modified files: usr.bin/snmp : mib.h Log message: Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB changes. OK sthen@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2021/03/23 16:07:36 Modified files: usr.bin/snmp : snmp.1 snmpc.c Log message: Fix some ranges and type handling. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 16:17:37 Modified files: net/termshark : Makefile sysutils/nomad : Makefile sysutils/terragrunt: Makefile Log message: mark a few go ports broken on armv7/aarch64, they use an old kr/pty which doesn't support OpenBSD arm arches; needs creack/pty@v1.1.11 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/23 16:18:04 Modified files: devel/ruby-opt_parse_validator: Makefile distinfo Log message: simple update 1.9.3 -> 1.9.4 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/23 16:18:40 Modified files: security/ruby-cms_scanner: Makefile distinfo Log message: simple update 0.13.1 -> 0.13.3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/23 16:19:19 Modified files: security/wpscan: Makefile distinfo Log message: simple update 3.8.15 -> 3.8.17 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/23 16:19:59 Modified files: textproc/calibre: Makefile Log message: calibre: add RDEP on py-html2text; from Caspar Schutijser required to convert a PDF to EPUB with "Heuristic processing" enabled CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2021/03/23 18:14:16 Added files: . : 69.html Log message: scaffold for the 69 release page CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/23 18:27:39 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.arm64 md.armv7 md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.powerpc64 md.sgi md.sparc64 mi distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.powerpc64 gcc.alpha gcc.hppa gcc.landisk gcc.loongson gcc.luna88k gcc.macppc gcc.octeon gcc.sgi gcc.sparc64 Log message: ensure the long-name version of ld is in the base set (rather than the comp set), as it is supposed to be hard-linked. found by Yoshihiro Kawamata CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/03/23 20:20:44 Modified files: sys/dev/usb : usbdevs Log message: add HAILUCK Keyboard from kurt CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/03/23 20:21:40 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2021/03/23 20:49:57 Modified files: sys/dev/usb : ums.c umt.c usb_quirks.c usb_quirks.h Log message: Define a USB quirk for devices that need to keep their pipes open at all times, before the device is enabled and after the device is disabled by wscons. This was originally needed by umt for the Microsoft Surface Type Cover to avoid it resetting (or at least detaching and reattaching) when the touchpad was touched while at the console. A similar problem occurs with the Pinebook Pro's keyboard when switching from X to the console due to the touchpad getting disabled, so add it to ums as well. with and ok kurt CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/23 22:51:14 Modified files: sysutils/bupstash: Makefile distinfo sysutils/bupstash/pkg: PLIST Log message: Update to bupstash-0.8.0 Changes: https://github.com/andrewchambers/bupstash/releases/tag/v0.8.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/23 23:05:45 Modified files: devel/py-prompt_toolkit: Makefile distinfo Log message: Update to py-prompt_toolkit-3.0.18 CHANGELOG: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/23 23:15:41 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.53.1 Bug fix release: https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?revision=10186&view=markup CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/24 01:17:36 Modified files: net/bitcoin : Makefile Log message: Fix CVS tag CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/24 01:30:45 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.38.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/24 01:31:13 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.38.5! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/24 01:34:57 Modified files: x11/gnome/dconf-editor: Makefile distinfo Removed files: x11/gnome/dconf-editor/patches: patch-editor_bookmarks-headerbar_vala patch-editor_bookmarks-list_vala patch-editor_bookmarks_vala patch-editor_delayed-setting-view_vala patch-editor_overlayed-list_vala patch-editor_pathentry_vala patch-editor_registry-list_vala patch-editor_registry-search_vala patch-editor_registry-view_vala Log message: Update to dconf-editor-3.38.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/24 01:39:18 Modified files: security/libgpg-error: Makefile distinfo Log message: Update to libgpg-error-1.42. CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2021/03/24 01:40:37 Modified files: sys/dev/wscons : wstpad.c Log message: Make tap detection less restrictive for multi-finger taps. In order to distinguish tap gestures from short movements, the mechanism checks whether the distance between the first and the last position of a touch exceeds the 'maxdist' limit. Some touchpads provide unreliable coordinates when more than one contact is being made simultaneously, and in this case the filter may be too strong - and superfluous, because only one-finger contacts should trigger pointer movement. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/24 01:43:37 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-333.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/24 01:45:27 Modified files: textproc/foliate: Makefile distinfo textproc/foliate/pkg: PLIST Log message: Update to foliate-2.6.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2021/03/24 04:20:47 Modified files: textproc/miller: Makefile distinfo Log message: Update miller to 5.10.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/24 04:53:30 Modified files: geo/geos : Makefile geo/geos/pkg : PLIST Log message: geo/geos: switch to cmake build upstream plans to deprecate autotools in the next version, per https://trac.osgeo.org/geos/wiki/RFC7 went in a bulk build without issues, thanks ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/24 04:55:42 Modified files: geo/merkaartor : Makefile Log message: geo/merkaartor: mark as BROKEN, doesnt build with proj8 yet cf https://github.com/openstreetmap/merkaartor/issues/193, the proj.4 API has been deprecated two years ago (and removed in proj 8) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/03/24 04:55:55 Modified files: net/ziproxy : Makefile distinfo net/ziproxy/pkg: PLIST Removed files: net/ziproxy/patches: patch-src_image_c patch-src_tosmarking_c Log message: Update for Ziproxy to 3.3.2 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/24 04:57:43 Modified files: geo/qmapshack : Makefile Log message: geo/qmapshack: mark as BROKEN, doesnt build against proj 8 See https://github.com/Maproom/qmapshack/issues/333. The proj.4 API has been deprecated two years ago, and removed in proj8. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/24 04:59:47 Modified files: devel/proj : Makefile distinfo devel/proj/pkg : PLIST Log message: devel/proj: update to 8.0.0 See https://proj.org/news.html#release-notes finally removes the proj.4 API and proj_api.h header, after two years of being deprecated, the ecosystem has mostly adapted (but merkaartor & qmapshack) went in a bulk build by ajacoutot@, no other fallout CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2021/03/24 06:07:39 Modified files: usr.bin/openssl: apps.h apps.c Log message: Add option type OPTION_ORDER To handle incremental order value, added new option type OPTION_ORDER. openssl(1) x509 requires this option handling, since, - -CA and -signkey require to set both filename and incremental 'num'. - -dates requires to set two variables in a row, startdate and enddate. and this couldn't be solved by OPTION_FLAG_ORD. ok tb@ and "I'd move forward with your current plan." from jsing@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2021/03/24 06:09:16 Modified files: usr.bin/openssl: x509.c Log message: Convert openssl(1) x509 option handling Apply new option handling to openssl(1) x509. To handle incremental order value, using newly added OPTION_ORDER. I left the descriptions for -CAform, -inform, and -outform as it was, for now. These description would be fixed. And digest option handler could be consolidated to one between some subcommands in the future. ok and comments from tb@, and "I'd move forward with your current plan." from jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/24 06:31:44 Modified files: net/libvncserver: Makefile distinfo net/libvncserver/patches: patch-rfb_rfbproto_h net/libvncserver/pkg: PLIST Added files: net/libvncserver/patches: patch-libvncserver_main_c Removed files: net/libvncserver/patches: patch-CMakeLists_txt patch-libvncclient_sasl_c Log message: SECURITY update to libvncserver-0.9.13. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/24 06:49:53 Modified files: net/icinga/web2: Makefile net/icinga/web2/pkg: PLIST README Added files: net/icinga/web2/patches: patch-packages_files_apache_icingaweb2_conf patch-packages_files_apache_icingaweb2_fpm_conf Log message: patch icingaweb2's sample config for Apache httpd for our paths/chroot and mention it in the pkg-readme, based on a diff from / ok kirby@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/24 08:26:39 Modified files: sys/arch/amd64/amd64: mem.c Log message: The logic in mmrw() to check whether an address is within direct map was the wrong way around. The && prevented an EFAULT error and could pass userland addresses as kernel source to copyout(9). The kernel could crash with protection fault due to an invalid offset when reading /dev/kmem. Also make the range checks stricter. Not only the start address must be valid, but also the end address must be within the region to be copied. Note that sysctl kern.allowkmem=0 makes the bug unreachable by default. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/03/24 08:37:05 Modified files: editors/sigil : Makefile distinfo editors/sigil/patches: patch-src_Resource_Files_python3lib_updatechecker_py editors/sigil/pkg: PLIST Log message: Update to sigil-1.4.3 Usatream switched from qtwebkit to qtwebengine Changelog: https://github.com/Sigil-Ebook/Sigil/blob/master/ChangeLog.txt OK sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/24 09:39:51 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 78.9.0. See https://www.thunderbird.net/en-US/thunderbird/78.9.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-12/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/24 09:41:20 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_6_8 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 78.9.0. See https://www.thunderbird.net/en-US/thunderbird/78.9.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-12/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/24 09:58:10 Modified files: sysutils/sshpass: Makefile distinfo Removed files: sysutils/sshpass/patches: patch-main_c Log message: update to sshpass-1.09, rolling in our TIOCSCTTY patch CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/24 10:04:10 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: More timespec conversions. Less 'seconds' arithmetic. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/03/24 10:11:32 Modified files: sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fuse: fuse_vnops.c sys/ufs/ext2fs : ext2fs_vnops.c Log message: make some `struct vops' members explicitly NULL instead of implicitly NULL ok mpi@ CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2021/03/24 10:17:06 Modified files: sys/isofs/cd9660: cd9660_vnops.c sys/ufs/mfs : mfs_extern.h mfs_vnops.c Log message: cd9660, mfs: do not hide generic vop functions behind #define It makes clearer which vop functions are real fileystem-implementations and which one are only stubs. No functional changes are intented. ok visa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/24 11:01:52 Modified files: net/unifi/6.1 : Makefile distinfo net/unifi/6.1/pkg: PLIST Log message: update to unifi-6.1.71 release candidate CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/24 11:07:05 Modified files: sysutils/ansible-lint: Makefile distinfo sysutils/ansible-lint/pkg: PLIST Log message: update to ansible-lint-5.0.5 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2021/03/24 11:22:28 Removed files: net/ziproxy/patches: patch-src_cfgfile_c Log message: Missing file, spotted by naddy@. CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2021/03/24 12:28:25 Modified files: sys/dev/wscons : wstpad.c Log message: Improve the tap detection mechanism. Revision 1.29 of wstpad.c has removed the 'maxdist' checks for multi-finger taps. While this change makes tap detection more reliable, and does not affect inputs intended for pointer movement, it might interfere with short scroll gestures. This version reorganizes the filtering code, and reintroduces a weaker version of those checks for MT touchpads. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/24 12:37:39 Modified files: x11/gnome/eog-plugins: Makefile distinfo Log message: update to eog-plugins-3.26.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/24 12:38:35 Modified files: sysutils/salt : Makefile distinfo Log message: update to salt-3002.6 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/24 12:40:03 Modified files: lib/libssl : ssl_clnt.c ssl_locl.h ssl_pkt.c ssl_srvr.c t1_enc.c Log message: Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data. Move TLSv1.2 specific components over from SSL_HANDSHAKE. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/24 12:44:00 Modified files: lib/libssl : s3_lib.c ssl_both.c ssl_ciph.c ssl_clnt.c ssl_lib.c ssl_locl.h ssl_pkt.c ssl_srvr.c t1_enc.c tls13_client.c tls13_server.c Log message: Rename new_cipher to cipher. This is in the SSL_HANDSHAKE struct and is what we're currently negotiating, so there is really nothing more "new" about the cipher than there is the key block or other parts of the handshake data. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/24 12:49:25 Modified files: sys/dev/usb : usbdevs Log message: remove vendor name (Dell) repeated in product name CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/24 12:49:40 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: bru@cvs.openbsd.org 2021/03/24 12:50:55 Modified files: etc/examples : wsconsctl.conf Log message: Add mouse.tp.tapping example. ok kn@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/24 13:02:35 Modified files: regress/lib/libssl/tlsext: tlsexttest.c regress/lib/libssl/unit: tls_prf.c Log message: Update regress for new_cipher rename. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/24 13:48:16 Log message: import py-astunparse An AST unparser for Python. This is a factored out version of unparse found in the Python source distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3. feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20210324 N ports/devel/py-astunparse/Makefile N ports/devel/py-astunparse/distinfo N ports/devel/py-astunparse/pkg/DESCR N ports/devel/py-astunparse/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/24 13:49:17 Modified files: devel : Makefile Log message: hook up py-astunparse CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/24 13:50:29 Log message: import py-fickling Fickling is a decompiler, static analyzer, and bytecode rewriter for Python pickle object serializations. Pickled Python objects are in fact bytecode that is interpreted by a stack-based virtual machine built into Python called the "Pickle Machine". Fickling can take pickled data streams and decompile them into human-readable Python code that, when executed, will deserialize to the original serialized object. feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20210324 N ports/security/py-fickling/Makefile N ports/security/py-fickling/distinfo N ports/security/py-fickling/pkg/DESCR N ports/security/py-fickling/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2021/03/24 13:51:50 Modified files: security : Makefile Log message: hook up py-fickling CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/24 13:56:13 Modified files: devel/py-lief : Makefile distinfo Log message: update to py3-lief-0.11.4 CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2021/03/24 14:59:54 Modified files: usr.sbin/relayd: http.h relay.c relay_http.c Log message: Responses to HEAD requests must not have a message body (even though they have a Content-Length header). HTTP RFC 7231 section 4.3.2. found by niklas@, claudio@ agrees. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2021/03/24 15:03:06 Modified files: regress/usr.sbin/relayd: funcs.pl Added files: regress/usr.sbin/relayd: args-http-head-get.pl Log message: test HEAD requests, from niklas@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/24 15:36:26 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: The server only sends a cookie during a HRR, not a SH CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/24 15:37:17 Modified files: net/catgirl : Makefile distinfo Log message: Update catgirl to 1.7 Pretty much the same as our previous snapshot with some minor fixes and additions. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/24 16:35:46 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.13.5 -> 1.13.6 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.13.6 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2021/03/24 19:39:09 Modified files: sbin/iked : vroute.c Log message: Sync correct ROUNDUP() from net/route.c CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2021/03/24 22:12:01 Modified files: sys/arch/arm/arm: arm32_machdep.c arm_machdep.c ast.c bus_dma.c conf.c cpu.c cpufunc.c db_interface.c db_machdep.c db_trace.c disksubr.c fault.c mem.c openprom.c pmap7.c process_machdep.c sig_machdep.c softintr.c stubs.c sys_machdep.c syscall.c undefined.c vm_machdep.c sys/arch/arm/cortex: agtimer.c ampintc.c amptimer.c arml2cc.c sys/arch/armv7/armv7: armv7.c armv7_machdep.c autoconf.c platform.c sys/arch/armv7/exynos: crosec.c crosec_kbd.c exclock.c exdog.c exdwusb.c exehci.c exgpio.c expower.c tps65090.c sys/arch/armv7/imx: imxahci.c imxdog.c imxtemp.c sys/arch/armv7/marvell: mvpcie.c mvpxa.c mvxhci.c sys/arch/armv7/omap: amdisplay.c dmtimer.c gptimer.c if_cpsw.c nxphdmi.c omap4.c omap_machdep.c omapid.c omcm.c omdog.c omehci.c omgpio.c ommmc.c omsysc.c omusbtll.c prcm.c ti_iic.c sys/arch/armv7/sunxi: sxiahci.c sxie.c sxiintc.c sxitimer.c sys/arch/armv7/vexpress: pciecam.c sysreg.c Log message: remove uneeded includes in md armv7 files based on include-what-you-use suggestions CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2021/03/24 23:04:36 Modified files: devel/valgrind : Makefile devel/valgrind/patches: patch-coregrind_link_tool_exe_openbsd_in Log message: Fix abort valgrind caused by the update Perl from 5.30.3 to 5.32.1. ok afresh1@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/24 23:45:11 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins to 2.285 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/25 00:40:36 Modified files: net/bitcoin : Makefile Log message: Fix dependency zstd is a dependency of bitcoin-qt so it's part of the GUI part an not of the no_x11. Found in a commit msg from aja. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/25 00:44:06 Modified files: x11/gigolo : Makefile distinfo x11/gigolo/pkg : PLIST Log message: x11/gigolo: update to 0.5.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/25 00:45:08 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.25.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/25 00:45:30 Modified files: textproc/foliate: Makefile distinfo Log message: Update to foliate-2.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/25 01:24:15 Modified files: net/libvncserver: Makefile Added files: net/libvncserver/patches: patch-examples_repeater_c Log message: Missing include (forgot in previous). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/25 01:35:43 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.36. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/25 01:35:53 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.36. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/25 01:36:08 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.36. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2021/03/25 01:42:07 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo mail/p5-Mail-SpamAssassin/patches: patch-Makefile_PL mail/p5-Mail-SpamAssassin/pkg: PLIST Log message: Update to 3.4.5 security fix for CVE-2020-1946 bug fixes and improvements on OLEMacro detection, Bayes and rbl checks CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2021/03/25 02:49:15 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: update to 2021.03.25 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/25 03:26:17 Modified files: lib/libcrypto/bio: bio_cb.c Log message: Avoid mangled output in BIO_debug_callback Instead of blindly skipping 14 characters, we can use the return value of snprintf() to determine how much we should skip. From Martin Vahlensieck with minor tweaks by me CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/25 03:27:38 Modified files: usr.sbin/rpki-client: tal.c Log message: Adjust base64_decode() to just take a base64 string as input instead of a string plus length. Preparation work for RRDP. OK tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/25 05:10:26 Modified files: sysutils/dtb : Makefile Log message: Use EXTRACT_FILES, replace sed with shell substitution No need for the entire linux source when we only need the device-tree sources; this cuts WRKSRC from ~1G to ~62M. While here, simply build target code a bit. OK jsg CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/25 06:18:27 Modified files: sys/dev/fdt : cwfg.c Log message: Provide apm(4/arm64) with battery information apm merely provides an all zero/unknown stub for those values, e.g. apm(8) output is useless. Hardware sensors however provide this information: hw.sensors.cwfg0.volt0=3.76 VDC (battery voltage) hw.sensors.cwfg0.raw0=259 (battery remaining minutes) hw.sensors.cwfg0.percent0=58.00% (battery percent) Make cwfg(4) copy those over using apm_setinfohook() for apm to show it: Battery state: high, 58% remaining, 259 minutes life estimate A/C adapter state: not known Performance adjustment mode: auto (408 MHz) In cwfg's update routine, to keep values coherent, always reset them to zero/unknown and only set those that came from a valid reading. Input OK jca CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/25 06:18:45 Modified files: usr.sbin/rpki-client: extern.h http.c main.c Log message: Adjust HTTP client code a bit. Add support for 304 Not Modified responses, remove handling of 206 Partial Content (the client does not use range headers). Report the Last-Modified timestamp back to the requestor and switch OK to a enum value for (FAIL, OK and NOT MODIFIED). OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 06:37:02 Modified files: devel/pylint : Makefile distinfo devel/pylint/pkg: PLIST Log message: update to pylint-2.7.2, from rgcinjp /a/ disroot-org with tweaks from me (drop REVISION, add PY_IGNORE_IMPORTMISMATCH=1 for tests) unbreaks with newer py-astroid CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/25 06:46:11 Modified files: usr.bin/mg : def.h extend.c interpreter.c Log message: Use length of line to indicate end of characters to process in foundparen(). No intended functional change. regress tests ok and they all use excline(). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 07:50:28 Modified files: net/scamper : Makefile distinfo Log message: update to scamper-cvs-20210324 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 08:50:36 Modified files: devel/pyflakes : Makefile distinfo devel/pyflakes/pkg: PLIST Log message: update to pyflakes-2.3.1, use MODPY_PYTEST (with some fiddling) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 08:54:12 Modified files: security/openssl/1.1: Makefile distinfo Log message: update to openssl-1.1.1k CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 08:56:34 Modified files: security/openssl/1.1: Tag: OPENBSD_6_8 Makefile distinfo security/openssl/1.1/patches: Tag: OPENBSD_6_8 patch-Configurations_10-main_conf patch-crypto_bio_b_sock2_c security/openssl/1.1/pkg: Tag: OPENBSD_6_8 DESCR PLIST Log message: update to openssl-1.1.1k CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 08:56:48 Modified files: security/sslscan: Makefile Log message: bump for openssl update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 08:57:10 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-5.3.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 08:58:29 Modified files: www/tidy : Makefile distinfo www/tidy/pkg : PLIST Log message: update to tidy-html5-5.7.28 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2021/03/25 10:04:00 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.12.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/25 10:22:16 Modified files: geo/viking : Makefile distinfo geo/viking/patches: patch-src_vikmapniklayer_c geo/viking/pkg : PLIST Added files: geo/viking/patches: patch-src_babel_c patch-src_logging_c Removed files: geo/viking/patches: patch-Makefile_in patch-configure patch-src_babel_h patch-src_viklayer_c Log message: geo/viking: update to 1.9 switches to Gtk+3 see https://github.com/viking-gps/viking/releases/tag/viking-1.9 CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2021/03/25 10:23:39 Modified files: sys/net80211 : ieee80211_ra.c Log message: an invalid value of `mcs' may come from the hardware so adjust code so that the value is only used after checking if it's valid or not. CID 1502921 OK stsp@ phessler@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/25 10:30:32 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/buildbot/pkg: PLIST devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildslave: Makefile distinfo Log message: devel/py-build{bot,slave}: update to 3.0.2. finally removes deprecated APIs from before the 0.9 days that were replaced over time. See https://docs.buildbot.net/current/relnotes/index.html#buildbot-3-0-2-2021-03-16 for relnotes and https://docs.buildbot.net/current/relnotes/index.html#deprecations-and-removals for details about the removals. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/25 10:58:46 Modified files: usr.bin/mg : interpreter.c Log message: User a pointer's value (!NULL) instead of a boolean to indicate some kind of data being found. CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/25 11:31:21 Modified files: usr.bin/mg : interpreter.c Log message: Add an (exit) method. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/25 11:42:22 Modified files: x11/kde-applications/libkipi: Makefile Log message: Add missing dependency on libkexiv2 and remove XXX comment While here, clean up lib depends. Spotted by aja@ Thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/25 11:46:30 Modified files: graphics/krita : Makefile distinfo Log message: Update krita to 4.4.3 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/25 12:13:54 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.6.3 -> 1.7.0 Changelog: https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#170 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2021/03/25 12:28:09 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/pkg: PLIST Removed files: net/mattermost-server/patches: patch-vendor_github_com_mailru_easygo_netpoll_kqueue_go Log message: Update mattermost-server 5.33.1 -> 5.33.2 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/25 13:10:39 Modified files: etc/root : root.mail Log message: mail(1) cares about whitespace CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/25 14:25:31 Modified files: usr.bin/mg : interpreter.c Log message: Move the expression list create item code into a single function. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/25 14:46:55 Modified files: usr.sbin/apmd : apmd.c Log message: Log ioctl failures Otherwise there is no way to determine why e.g. zzz(8) does not do anything on certain machines; macppc and arm64 for example have no suspend/resume suspend at all (for now) and loongson has partial support. This still does not make `zzz' or `apm -z' report the informative warning on standar error, but syslog now prints apmd: system suspending apmd: battery status: unknown. external power status: not known. estimated battery life 0% apmd: suspend: Operation not supported OK benno CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2021/03/25 15:27:45 Modified files: sys/kern : kern_pledge.c Log message: Permit kern.somaxconn when the unix pledge is used. Previously this was only allowed when inet was used. This lets Go programs use 'unix' without also including 'inet'. from Josh Rickmar ok / tree review from deraadt@, commit message cluestick from tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/03/25 15:33:41 Modified files: devel/libtalloc: Makefile Log message: Sync ordering/spacing with databases/tdb CVSROOT: /cvs Module name: ports Changes by: dv@cvs.openbsd.org 2021/03/25 15:39:30 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2021/03/25 15:44:06 Modified files: plan9/plan9port: Makefile distinfo plan9/plan9port/pkg: PLIST Log message: update plan9port to a newer snapshot Nokia transferred Plan 9 copyrights to the Plan 9 Foundation which has changed the license from LPL to MIT. ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 16:05:09 Modified files: net/ircII : Makefile distinfo net/ircII/patches: patch-Makefile_in patch-configure patch-source_log_c net/ircII/pkg : PLIST Log message: update to ircII-20210314, fixing a remote DoS connected with ctcp ok tb@, similar diff mestre@ sent to maintainer yesterday, I'm just going to commit it now as it's a pretty simple update and security fix CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 16:06:03 Modified files: net/ircII : Tag: OPENBSD_6_8 Makefile distinfo net/ircII/patches: Tag: OPENBSD_6_8 patch-Makefile_in patch-configure patch-source_log_c net/ircII/pkg : Tag: OPENBSD_6_8 PLIST Log message: update to ircII-20210314, fixing a remote DoS connected with ctcp ok tb@, similar diff mestre@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/25 16:21:14 Modified files: www/nextcloud/20: Makefile www/nextcloud/21: Makefile www/nextcloud/pkg: README Log message: fix PREFIX -> TRUEPREFIX in pkg-readme CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2021/03/25 17:07:00 Modified files: mail/p5-Mail-SpamAssassin: Tag: OPENBSD_6_8 Makefile distinfo mail/p5-Mail-SpamAssassin/patches: Tag: OPENBSD_6_8 patch-Makefile_PL mail/p5-Mail-SpamAssassin/pkg: Tag: OPENBSD_6_8 PLIST Log message: Update to 3.4.5 security fix for CVE-2020-1946 bug fixes and improvements on OLEMacro detection, Bayes and rbl checks ok sthen@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2021/03/25 18:57:58 Modified files: . : armv7.html Log message: Orange Pi Zero is Allwinner H2+ not H3, and the H2+ also has dwxe(4) albeit without the gigabit MAC. ok jsg@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2021/03/25 20:09:29 Modified files: . : armv7.html Log message: Merge H2+ and H3 back together, similar to A64/H5 in arm64. ok jsg@ Add H2+ alongside H3 in a couple of other places too. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2021/03/25 20:28:43 Modified files: distrib/notes/armv7: hardware Log message: Resync the supported hardware list with armv7.html, suggested by, corrections and ok jsg@. This replaces the obsolete list of boards and their supported devices with the current list of supported boards only, similar to arm64. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2021/03/25 20:36:40 Modified files: math/bc-gh : Makefile distinfo Log message: Bugfix update to bc-gh-3.3.4 Changelog: https://github.com/gavinhoward/bc/releases/tag/3.3.4 CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/26 01:25:23 Modified files: usr.bin/mg : interpreter.c Log message: Change two more bool counters to pointer NULL checks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/26 01:32:29 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.28.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/26 01:37:50 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.20.38. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/26 01:38:00 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.38. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/26 01:38:16 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.38. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/03/26 01:58:44 Modified files: sys/dev/pci : pcidevs Log message: Add missing PCI ID for Intel X710 SFP+ NIC ok patrick@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/03/26 02:00:02 Modified files: sys/dev/pci : pcidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/03/26 02:02:34 Modified files: sys/dev/pci : if_ixl.c Log message: Add PCI ID for Intel X710 10G SFP+ NIC ok patrick@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2021/03/26 02:17:23 Modified files: sys/dev/pci : pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/26 02:27:49 Modified files: usr.bin/mg : interpreter.c Log message: Change the regex for define names. Make more characters available. Keep the same regex for mg function names. Though perhaps for user-defined functions other characters could be ok.... CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2021/03/26 02:48:22 Modified files: geo/py-rasterio: Makefile distinfo Log message: Update py-rasterio to 1.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/26 03:37:33 Modified files: geo/openbsd-developers: Makefile Log message: Unbreak (trailing spaces in REVISION). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/26 04:01:51 Modified files: usr.sbin/rpki-client: main.c Log message: Rewrite poll loop a bit. Put the various message queues into an array with the same order as the pollfds. This way simple for loops can be used to setup and handle all cases but POLLIN. OK tb@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/26 04:18:55 Modified files: sys/net80211 : ieee80211_input.c Log message: Fix wrong sequence number wrap in ieee80211_recv_auth(). IEEE 802.11 sequence numbers wrap around at 0xfff, not 0xffff. ok phessler@ kevlo@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/26 04:24:32 Modified files: mail/dovecot-fts-xapian: Makefile distinfo Log message: update to dovecot-fts-xapian-1.4.8, from maintainer Tom Wong-Cornall CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/26 06:31:37 Modified files: usr.bin/mg : interpreter.c Log message: Add 'get-environment-variable', in a fashion: (define curdir(get-environment-variable CURDIR)) (insert curdir) Should now print the value of the environment variable CURDIR's value, or error if it is not set. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2021/03/26 06:35:15 Modified files: www/varnish : Makefile distinfo www/varnish/pkg: PLIST Log message: Update to varnish 6.6.0 https://github.com/varnishcache/varnish-cache/blob/6.6/doc/changes.rst OK gonzalo CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2021/03/26 07:40:05 Modified files: sys/uvm : uvm_amap.c uvm_anon.c uvm_aobj.c uvm_fault.c uvm_glue.c uvm_km.c uvm_map.c uvm_mmap.c uvm_page.c uvm_page.h uvm_pager.c uvm_swap.c uvm_vnode.c Log message: Remove parenthesis around return value to reduce the diff with NetBSD. No functional change. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2021/03/26 07:46:25 Modified files: usr.bin/openssl: x509.c Log message: Sort header files and wrap long lines in x509.c CVSROOT: /cvs Module name: src Changes by: lum@cvs.openbsd.org 2021/03/26 09:02:10 Modified files: usr.bin/mg : buffer.c mg.1 Log message: Invert the 'R' indicator which seems rather unintuitive at the moment, currently a '*' next to a file's name indicates it is writable. With this diff it now means it is read-only. Also make the active buffer indicator more visible:'.'->'>'. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/26 10:03:29 Modified files: usr.sbin/rpki-client: main.c Log message: Compare filepath with strcmp() and not strcasecmp(). The URI in RPKI are case sensitive. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/26 10:28:15 Modified files: usr.sbin/vmctl : main.c Log message: Simplify argument parsing of vmctl stop The previous argument parsing logic had at least three bugs: a copy-paste error led to an off-by-one and a printf "%s" NULL, as reported by Preben Guldberg. A previous commit led to a dead else branch and a use of uninitialized. This can all be avoided by reworking the logic so as to be readable. Prompted by a diff from Preben ok dv CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/26 11:40:03 Modified files: usr.sbin/vmd : virtio.c Log message: inspect all the packets to see if they are dhcp, not just the first one in a ring bundle. ok florian CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/26 12:04:51 Modified files: sysutils/google-cloud-sdk: Makefile Removed files: sysutils/google-cloud-sdk/patches: patch-lib_googlecloudsdk_core_docker_client_lib_py Log message: Drop useless patch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/26 12:18:57 Modified files: x11/gnome/music: Makefile distinfo Log message: Update to gnome-music-3.38.3. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/26 12:23:04 Modified files: driver/xf86-video-r128: ChangeLog Makefile.in aclocal.m4 configure configure.ac driver/xf86-video-r128/man: Makefile.in r128.man driver/xf86-video-r128/src: Makefile.am Makefile.in compat-api.h r128.h r128_accel.c r128_cursor.c r128_dri.c r128_dripriv.h r128_driver.c r128_exa.c r128_exa_render.c r128_probe.c r128_probe.h r128_reg.h r128_video.c Added files: driver/xf86-video-r128/src: r128_crtc.c r128_output.c r128_rop.h Removed files: driver/xf86-video-r128/src: r128_dga.c Log message: Update to xf86-video-r128 6.12.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2021/03/26 12:24:28 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/03/26 12:24:54 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/pkg: PLIST Log message: update to wesnoth-1.14.16 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/26 13:00:21 Modified files: sys/net : if_mpe.c if_mpw.c if_mpip.c Log message: Only install route with label, fix route leak on destroy ifconfig mp* mplslabel N" validates the label both in ifconfig(8) and each driver's ioctl handler, but there is one case where all drivers install a route without looking at the label at all. SIOCSLIFPHYRTABLE in all three drivers just validates the rdomain and sets the label to itself (0) such that the route is (re)installed accordingly. None of the driver's helper functions dealing with labels and routes validate labels themselves but instead expect the callees, e.g. the ioctl handler to do so. That means we can install routes for the explicit NULL label in non-default routing tables but are never able to clean them up without reboot. Fix this by adding the inverse of mp*_clone_destroy()'s label check to the routines installing the MPLS route to avoid bogus ones in the first place. OK claudio CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2021/03/26 15:17:10 Modified files: sys/dev/dt : dt_dev.c Log message: Initialize error variable in dtread(). OK mpi@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/26 16:01:53 Modified files: security/py-tlsfuzzer: Makefile distinfo security/py-tlsfuzzer/pkg: PLIST Log message: Update to tlsfuzzer 20210326 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/26 16:35:17 Modified files: regress/lib/libssl/tlsfuzzer: tlsfuzzer.py Log message: Add test-sig-algs-renegotiation-resumption.py This test currently fails but may soon be fixed. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/03/26 16:40:08 Modified files: sys/net : rtsock.c Log message: Push kernel lock down to rt_setsource() to make `ifa' dereference safe. Netlock doesn't make sense here because ifa_ifwithaddr() holds kernel lock while performs lists walkthrough. This was made to decrease the future diff for PF_ROUTE sockets unlocking. This time kernel lock is still held while we perform rt_setsource(). ok mpi@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2021/03/26 16:41:06 Modified files: share/man/man9 : rtable_add.9 sys/net : if.c rtable.c Log message: Push kernel lock within rtable_add(9) and rework it to return 0 in the case when requested table is already exists. Except initialization time, route_output() and if_createrdomain() are the only paths where we call rtable_add(9). We check requested table existence by rtable_exists(9) and it's not the error condition if the table exists. Otherwise we are trying to create requested table by rtable_add(9). Those paths are kernel locked so concurrent thread can't create requested table just after rtable_exists(9) check. Also rtable_add(9) has internal rtable_exists(9) check and in this case the table existence assumed as EEXIST error. This error path is never reached. We are going to unlock PF_ROUTE sockets. This means route_output() will not be serialized with if_createrdomain() and concurrent thread could create requested table. Table existence check and creation should be serialized and it makes sense to do this within rtable_add(9). This time kernel lock is used for this so it pushed down to rtable_add(9). The internal rtable_exists(9) check was modified and table existence is not error now. Since the external rtable_exists(9) check is useless it was removed from if_createrdomain(). It still exists in route_output() path because the logic is more complicated here. ok mpi@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/26 16:54:41 Modified files: sys/dev/fdt : cwfg.c Log message: Flag sensors as invalid on bogus reads Follow-up to the previous commit: This driver continues to report stale hw.sensors values when reading them fails, which can easily be observed on a Pinebook Pro after plugging in the AC cable, causing the hw.sensors.cwfg0.raw0 (battery remaining minutes) value to jump considerably one or two times before stalling and becoming incoherent with the rest. Flag sensors invalid upfront in apm's fashion and mark them OK iff they yield valid values; this is what other drivers such as rktemp(4) do, but the consequence/intention of SENSOR_FINVALID is sysctl(8) and systat(8) skipping such sensors (until AC gets plugged off again). OK patrick CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/26 16:55:48 Modified files: sys/arch/arm64/dev: apm.c Log message: Fix errno, merge ioctl cases The EBADF error is always overwritten for the standby, suspend and hibernate ioctls, only the mode ioctl has it right. Merge the now identical casese while here. OK patrick CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/26 17:29:21 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: Fix "mach dtb" return code to avoid bogus boot Bootloader command functions must return zero in case of failure, returning 1 tells the bootloader to boot the currently set kernel iamge. "machine dtb" is is the wrong way around so using it triggers a boot. Fix this and print a brief usage (like other commands such as "hexdump" do) while here. Feedback OK patrick CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/26 17:34:50 Modified files: sys/arch/macppc/dev: apm.c Log message: Return EOPNOTSUPP for unsupported ioctls Match what apm(4/macppc) says and make apmd(8) log an approiate warning when unsupported power actions are requested. Merge identical cases while here. This syncs with the apm ioctl handlers on loongson and arm64. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/03/26 18:33:54 Modified files: devel/spidermonkey78: Makefile Added files: devel/spidermonkey78/patches: patch-js_public_ErrorReport_h Log message: Move spidermonkey to ports-gcc on non-clang archs Fixes the build for tb@, and unlocks a bunch of consumers... on sparc64 anyway because spidermonkey now needs rust. Thanks to tb@ who picked up a wip diff of mine, testing tb@ kmos@, ok kmos@ tb@ jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2021/03/26 18:37:24 Modified files: devel/glade : Makefile x11/gnome/gjs : Makefile x11/gnome/shell: Makefile Log message: Sync with spidermonkey, use ports-gcc on non-clang archs Drop unneeded/outdated comment while here. ok kmos@ tb@ jasper@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2021/03/26 19:12:01 Modified files: sys/dev/usb : if_ure.c Log message: trim the FCS off Ethernet packets before sending them up the stack. Jurjen Oskam on tech@ found that ure in a veb caused these extra fcs bytes to be transmitted by other veb members. the extra bytes aren't a problem usually because our network stack ignores them if they're present, eg, the ip stack reads an ip packet length and trims bytes in an mbuf if there's more. bridge(4) masked this problem because it always parses IP packets going over the bridge and trims them like the IP stack before pushing them out another port. veb(4) generally just moves packets around based on the Ethernet header, by default it doesn't look too deeply into packets, which is why this issue popped out. it is more correct for ure to just not pass the fcs bytes up. ok jmatthew@ kevlo@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/27 00:47:02 Removed files: geo/viking/patches: patch-src_gpspoint_c Log message: geo/viking: remove (unneeded?) patch that was supposed to vanish spotted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2021/03/27 01:17:36 Modified files: devel/pcre : Makefile distinfo devel/pcre/pkg : PLIST Log message: update to 8.44; from Moritz Buhl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/27 01:26:42 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.48.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/27 01:51:45 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/patches: patch-gtk_updateiconcache_c Log message: Update to gtk+3-3.24.28. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/27 01:55:15 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.26.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/27 01:56:17 Modified files: x11/dbus-glib : Makefile distinfo x11/dbus-glib/pkg: PLIST Removed files: x11/dbus-glib/patches: patch-dbus_dbus-binding-tool-glib_c patch-dbus_dbus-gobject_c Log message: Update to dbus-glib-0.112. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/27 02:04:36 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.28.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/27 02:08:34 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-0.14.9. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/27 02:55:51 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: www/tor-browser: update to 10.0.14. See https://blog.torproject.org/new-release-tor-browser-10014 From MAINTAINER Caspar Schutijser CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/03/27 03:13:39 Modified files: games/egoboo : Makefile games/egoboo/pkg: DESCR Added files: games/egoboo/patches: patch-src_game_md2_c Log message: egoboo: unbreak on big endian archs There was a typo in the big endian specific code, leading to an undefined reference at build time. While here, remove trailing whitespaces in DESCR. OK kmos@ (who also tested on sparc64, thanks!) CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/03/27 04:02:11 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_session_src_filesearch_rs patch-compiler_rustc_target_src_spec_i686_unknown_openbsd_rs patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_builder_rs patch-src_bootstrap_config_rs patch-src_bootstrap_test_rs patch-src_tools_cargo_crates_cargo-test-support_src_paths_rs lang/rust/pkg : PLIST-main Log message: update lang/rust to 1.51.0 ok landry@ Announce: https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1510-2021-03-25 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2021/03/27 04:09:43 Modified files: lang/zig : Makefile Log message: lang/zig marks arm64 and powerpc64 BROKEN no need to waste build time for now as build didn't complete - on arm64, the generated binary segfaults - on powerpc64, the build fails due to undefined symbols. gkoehler@ did the analyzis, and it seems that zig wants to IEEE quad floats (which are missing for now on powerpc64) CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2021/03/27 04:23:26 Modified files: etc/examples : ospf6d.conf Log message: The ospf6d manpage states that the daemon laks support for multi area configurations. Fix the example config to only use one area instead of two. Issue brought up and OK danj@ claudio@ doesn't mind CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2021/03/27 05:17:58 Modified files: regress/lib/libc/explicit_bzero: explicit_bzero.c Log message: Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux. ok bluhm@, inoguchi@, tb@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2021/03/27 05:22:59 Modified files: devel/p5-Test-File: Makefile distinfo Log message: update p5-Test-File to 1.448 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 07:49:13 Modified files: mail/exim : Makefile Added files: mail/exim/patches: patch-OS_os_h-OpenBSD Log message: Patch exim's os file to use getifaddrs instead of fetching addresses via SIOCGIFCONF. From maintainer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 07:55:05 Modified files: textproc/py-patiencediff: Makefile distinfo textproc/py-patiencediff/pkg: PLIST Log message: update to py3-patiencediff-0.2.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 07:59:58 Modified files: misc/dialog : Makefile distinfo Log message: update to dialog-1.3.20210324 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 08:10:00 Modified files: security/sslscan: Makefile distinfo Log message: update to sslscan-2.0.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 08:10:12 Modified files: sysutils/ansible-lint: Makefile distinfo Log message: update to ansible-lint-5.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 08:35:12 Modified files: textproc/calibre: Makefile distinfo textproc/calibre/patches: patch-setup___init___py patch-setup_build_py patch-setup_install_py patch-src_calibre_gui2_update_py textproc/calibre/pkg: PLIST Log message: update to calibre-5.14.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 08:35:59 Modified files: math/calc : Makefile distinfo math/calc/pkg : PLIST Log message: update to calc-2.12.9.1 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/27 08:36:28 Modified files: sys/dev/sdmmc : sdmmc_mem.c sdmmc_scsi.c Log message: Fix SDMMC_DEBUG build - Replace undefined SDMMCDEVNAME macro with usual DEVNAME from sdmmcvar.h - typofix struct member name CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 09:13:34 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-21.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 09:15:06 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-intern_guardedalloc_intern_mallocn_c patch-source_blender_blenkernel_intern_packedFile_c patch-source_blender_blenloader_intern_readfile_h patch-source_blender_blenloader_intern_writefile_c graphics/blender/pkg: PLIST Added files: graphics/blender/patches: patch-intern_cycles_graph_node_type_cpp patch-intern_cycles_graph_node_type_h patch-intern_cycles_graph_node_xml_cpp patch-intern_cycles_render_background_cpp patch-intern_cycles_render_camera_cpp patch-intern_cycles_render_film_cpp patch-intern_cycles_render_geometry_cpp patch-intern_cycles_render_hair_cpp patch-intern_cycles_render_integrator_cpp patch-intern_cycles_render_light_cpp patch-intern_cycles_render_mesh_cpp patch-intern_cycles_render_nodes_cpp patch-intern_cycles_render_object_cpp patch-intern_cycles_render_particles_cpp patch-intern_cycles_render_shader_cpp patch-intern_cycles_render_volume_cpp Log message: update to blender-2.92.0, from maintainer (and i added DPB_PROPERTIES=parallel because it takes flipping ages to build) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/27 09:20:38 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-configure_ac patch-res_res_pjsip_registrar_c patch-res_res_rtp_asterisk_c Log message: update to asterisk-18.3.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2021/03/27 10:54:23 Modified files: shells/tcsh : Makefile Added files: shells/tcsh/patches: patch-sh_lex_c patch-tests_lexical_at Log message: shells/tcsh: restore the behavior where $foo:h returns the whole string Cherry-picked from upstream. Bug reported by Alessandro De Laurenzis. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/27 11:22:37 Modified files: textproc/recutils: Makefile Log message: Add devel/check to BDEP. It is used if present at configure time. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/27 11:56:28 Modified files: lib/libssl : ssl_both.c ssl_cert.c ssl_clnt.c ssl_lib.c ssl_locl.h ssl_srvr.c Log message: Garbage collect s->internal->type This variable is used in the legacy stack to decide whether we are a server or a client. That's what s->server is for... The new TLSv1.3 stack failed to set s->internal->type, which resulted in hilarious mishandling of previous_{client,server}_finished. Indeed, both client and server would first store the client's verify_data in previous_server_finished and later overwrite it with the server's verify_data. Consequently, renegotiation has been completely broken for more than a year. In fact, server side renegotiation was broken during the 6.5 release cycle. Clearly, no-one uses this. This commit fixes client side renegotiation and restores the previous behavior of SSL_get_client_CA_list(). Server side renegotiation will be fixed in a later commit. ok jsing CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2021/03/27 12:10:38 Modified files: sbin/dhcpleased: dhcpleased.c Log message: If we want to configure default routes over multiple interfaces we need to provide the address of the interface behind which the default router is in case they are on the same subnet otherwise the kernel can't figure out which route we are talking about This happens for example when your wifi and wired networks are bridged. Pointed out by claudio some time ago. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/27 12:11:53 Modified files: regress/lib/libssl/tlsfuzzer: tlsfuzzer.py Log message: Enable test-sig-algs-renegotiation-resumption.py. This test covers various scenarios with renegotiation and session resumption. In particular it crashes the OpenSSL 1.1.1j server due to the sigalg NULL deref fixed this week. We need --sig-algs-drop-ok since we do not currently implement signature_algorithms_cert. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2021/03/27 12:12:15 Modified files: usr.sbin/rpki-client: gbr.c mft.c roa.c Log message: Send arguments in alphabetical order OK tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/27 13:57:19 Modified files: sys/arch/arm64/include: armreg.h sys/arch/arm64/arm64: cpu.c Log message: Add ARMv8.5 instruction set related CPU features. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/27 14:03:15 Modified files: sys/arch/arm64/arm64: locore.S sys/arch/arm64/include: armreg.h Log message: Make sure that all CPUs end up with the same bits set in SCTLR_EL1. Do this by clearing all the bits marked RES0 and set all the bits marked RES1 for the ARMv8.0. Any optional features introduced in later revisions of the architecture (such as PAN) will be enabled after SCTLR_EL1 is initialized. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/27 22:03:04 Modified files: graphics/krita : Makefile Log message: math/eigen3 mistakenly removed. Spotted by aja, thanks CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/27 22:56:45 Modified files: devel/ipython : Makefile distinfo Log message: Update to ipython-7.22.0 Changes:https://github.com/ipython/ipython/blob/7.22.0/docs/source/whatsnew/version7.rst CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2021/03/27 23:40:32 Modified files: audio/audacious: Makefile Makefile.inc audio/audacious/player: Makefile audio/audacious/player/pkg: PLIST audio/audacious/plugins: Makefile audio/audacious/plugins/pkg: PLIST meta : Makefile meta/audacious : Makefile meta/audacious/pkg: PLIST Removed files: audio/audacious/player/pkg: PFRAG.no-qt5 PFRAG.qt5 audio/audacious/plugins/pkg: PFRAG.no-qt5 PFRAG.qt5 Log message: audacious: drop flavor and move to Qt5 Recent addition of a qt5-flavor resulted in a dpb-related issue causing only one of the flavors being build unless building happens on different machines or dpb junks no longer needed installed packages in between. Fix this by dropping flavors and moving audacious to Qt5. "ports parts are good" sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/28 01:26:33 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_JavaScriptCore_assembler_ARM64Assembler_h patch-Source_JavaScriptCore_jit_ExecutableAllocator_cpp patch-Source_JavaScriptCore_jsc_cpp patch-Source_JavaScriptCore_offlineasm_arm64_rb patch-Source_JavaScriptCore_runtime_Options_cpp patch-Source_WTF_wtf_PlatformEnable_h patch-Source_WTF_wtf_PlatformHave_h patch-Source_WTF_wtf_RAMSize_cpp patch-Source_WebKit_gtk_webkit2gtk-web-extension_pc_in patch-Source_WebKit_gtk_webkit2gtk_pc_in patch-Source_cmake_OptionsCommon_cmake patch-Source_cmake_WebKitCommon_cmake patch-Source_cmake_WebKitCompilerFlags_cmake patch-Source_cmake_WebKitFeatures_cmake www/webkitgtk4/pkg: PLIST Removed files: www/webkitgtk4/patches: patch-CMakeLists_txt patch-Source_WebCore_platform_graphics_x11_PlatformDisplayX11_cpp patch-Source_WebKit_Shared_Plugins_unix_PluginSearchPath_cpp Log message: Update to webkitgtk4-2.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/28 01:38:53 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.20.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/28 01:39:03 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.17.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/28 01:39:16 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.19.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/28 01:59:05 Modified files: converters/libpst: Makefile distinfo converters/libpst/pkg: PLIST-main Log message: Update to libpst-0.6.76. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/28 02:02:15 Modified files: graphics/gegl04: Makefile distinfo graphics/gegl04/patches: patch-gegl_meson_build patch-meson_build graphics/gegl04/pkg: PLIST Added files: graphics/gegl04/patches: patch-operations_external_png-load_c Log message: Update to gegl04-0.4.30. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2021/03/28 02:18:28 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.31.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/28 03:10:31 Modified files: net/poco : Makefile Added files: net/poco/patches: patch-Foundation_include_Poco_RegularExpression_h patch-Foundation_src_RegularExpression_cpp Log message: Unbreak with recent PCRE; from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/28 03:29:39 Modified files: devel/monotone : Makefile Added files: devel/monotone/patches: patch-src_pcrewrap_cc patch-src_pcrewrap_hh Log message: Fix build with pcre 8.42; from FreeBSD. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/28 03:54:59 Modified files: multimedia/dav1d: Makefile distinfo Removed files: multimedia/dav1d/patches: patch-meson_build patch-src_meson_build patch-src_x86_mc_sse_asm patch-tests_meson_build Log message: update to dav1d-0.8.2, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/28 04:31:34 Modified files: cad/qrouter : Makefile distinfo Log message: update to qrouter-1.4.84, from maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/28 04:34:34 Modified files: graphics/libavif: Makefile distinfo Log message: update to libavif-0.9.0, from Brad CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/28 06:06:35 Modified files: sys/dev/usb : usbdevs Log message: add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/28 06:06:46 Modified files: sys/dev/usb : usbdevs_data.h usbdevs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/28 06:08:58 Modified files: sys/dev/usb : if_umb.c Log message: Add vid/pid table to umb(4) allowing matching to alternate config Some devices present multiple configurations and the one chosen by default is not always usable - for example, some have an CDC ECM config that does not work with our cdce(4) - allow overriding to a specific config in those cases. From gerhard@ with tweaks to comments by me, ok patrick@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/28 06:10:05 Modified files: share/man/man4 : umb.4 Log message: list Dell DW5821e as supported for umb(4) CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2021/03/28 06:38:52 Modified files: usr.bin/openssl: apps.h Log message: Fix duplicate SSL_is_dtls in libssl and apps.c Currently, SSL_is_dtls exists in both libssl and apps.c, and one in libssl is guarded by LIBRESSL_INTERNAL and not exposed yet. This causes portable build broke with openssl(1) and optionstest. To solve this temporarily, rename SSL_is_dtls by apps.h. This temporary renaming will be removed when the SSL_is_dtls() is exposed. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2021/03/28 07:08:02 Modified files: devel/alex : Makefile Log message: switch HOMEPAGE to HTTPS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/28 07:23:22 Modified files: math/calc : Makefile distinfo math/calc/patches: patch-calc_man Log message: update to calc-2.13.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/28 07:32:50 Modified files: mail/fetchmail : Makefile distinfo Log message: update to fetchmail-6.4.13. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 07:39:34 Modified files: x11/gnome/libgweather: Makefile distinfo Log message: update to libgweather-3.36.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 07:45:32 Modified files: lang/elixir : Makefile distinfo Log message: update to elixir-1.11.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 07:46:14 Modified files: x11/gnome/gedit: Makefile distinfo Log message: update to gedit-3.38.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 07:50:47 Modified files: sysutils/binwalk: Makefile distinfo sysutils/binwalk/pkg: PLIST Log message: update to binwalk-2.3.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 07:53:03 Modified files: sysutils/py-ghmi: Makefile distinfo sysutils/py-ghmi/pkg: PLIST Log message: update to py-ghmi-1.5.25 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 07:58:50 Modified files: lang/vala : Makefile distinfo Log message: update to vala-0.50.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 08:01:30 Modified files: x11/xkbcommon : Makefile distinfo Log message: update to libxkbcommon-1.1.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 08:14:33 Modified files: devel/spidermonkey78: Makefile distinfo Log message: update to spidermonkey-78.9.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/28 08:17:23 Modified files: security/ROPgadget: Makefile distinfo Log message: update to ROPGadget-6.5 CVSROOT: /cvs Module name: xenocara Changes by: jcs@cvs.openbsd.org 2021/03/28 09:57:45 Modified files: driver/xf86-input-ws/src: ws.c Log message: Ignore WSMOUSEIO_GTYPE ioctl failure when checking /dev/wsmouse When xf86-input-ws has attached separately to all existing mouse devices already or there are no mice plugged in, xf86-input-ws fails to attach to the wsmouse mux as a default fallback because there is no wsmouse device left in the mux to handle the WSMOUSEIO_GTYPE ioctl. If a USB mouse is later plugged in, there will not be any xf86-input-ws driver loaded listening to /dev/wsmouse for input. ok matthieu CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2021/03/28 10:22:18 Modified files: usr.sbin/rpki-client: mft.c extern.h regress/usr.sbin/rpki-client: test-mft.c Log message: Add some restrictions to manifest object profile OK tb@, feedback from claudio@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/28 10:23:05 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Convert remaining timers (lease renew, rebind, expiry) to timespec values. Translate from the epoch values in leases to timespec values in one place. Final step to allow CLOCK_REALTIME -> CLOCK_MONOTONIC time accounting for the active lease. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2021/03/28 11:25:21 Modified files: sbin/dhclient : dhclient.c dispatch.c kroute.c Log message: Now that the real time and monotonic time streams don't cross flip CLOCK_REALTIME to CLOCK_MONOTONIC. Suggested by cheloha@, millert@, otto@ at various stages in the time_t -> timespec conversion. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2021/03/28 11:45:18 Modified files: mail/mu : Makefile distinfo Log message: Update mu to 1.4.15. From MAINTAINER. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2021/03/28 12:02:32 Modified files: sys/dev/pci : if_ipw.c Log message: Since ipw(4) doesn't call into net80211_newstate() the interface link state must be updated by the driver in order to get packets to flow. In case of WPA the link state was updated as a side-effect of a successful WPA handshake. This commit fixes the WEP and plaintext cases. Problem reported and fix tested by Riccardo Mottola. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/28 12:12:09 Modified files: regress/lib/libssl/tlsfuzzer: tlsfuzzer.py Log message: The failure mode of test-tls13-version-negotiation.py has changed. Update comment. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/28 12:36:25 Modified files: www/p5-Catalyst-Runtime: Makefile distinfo Log message: Update www/p5-Catalyst-Runtime to 5.90128 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/28 13:58:51 Modified files: www/p5-Catalyst-Devel: Makefile distinfo Log message: Update www/p5-Catalyst-Devel to 1.42 From wen heping With tweak for missing BUILD_DEPENDS from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/28 14:00:04 Modified files: devel/ccache : Makefile distinfo devel/ccache/patches: patch-cmake_config_h_in Log message: update to ccache-4.2.1 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/28 14:47:27 Modified files: www/p5-Catalyst-Plugin-PageCache: Makefile distinfo Log message: Update www/p5-Catalyst-Plugin-PageCache to 0.32 While here, remove TEST_POD which fails and add optional test dependency on p5-DateTime. From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/28 14:51:34 Modified files: www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile distinfo Log message: Update www/p5-Catalyst-Plugin-Session-State-Cookie to 0.18 From wen heping CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2021/03/28 15:11:05 Modified files: games/an : Makefile distinfo games/an/pkg : PLIST Log message: an: update to 1.2 OK kirby@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/28 21:34:52 Modified files: usr.sbin/rpki-client: http.c usr.bin/ftp : fetch.c Log message: in unsafe_char(), handle %NN with array-index inspection rather than weird ptr++ ok claudio CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/28 21:35:32 Modified files: usr.sbin/rpki-client: ip.c output-bgpd.c Log message: 3 additional snprintf() range checks (inconceivable these would ever truncate, but if they do, we prefer to know) ok job claudio CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/28 21:39:14 Modified files: usr.sbin/rpki-client: output-bgpd.c Log message: improve the naming of some intermediate buffers CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/28 21:45:35 Modified files: usr.sbin/rpki-client: main.c mkdir.c x509.c Log message: minor KNF and consistancy (rpki-client is pretty good code, couple hours of audit and I can only find a few minor things) CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2021/03/28 21:54:40 Modified files: usr.sbin/npppd/common: ipsec_util.c radish.c slist.c usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c l2tpd.c usr.sbin/npppd/npppd: chap.c chap_ms.c npppd.c npppd_auth.c npppd_subr.c pap.c ppp.c ppp.h radius_chap_const.h usr.sbin/npppd/pppoe: pppoe.h pppoe_session.c pppoed.c usr.sbin/npppd/pptp: pptp.h pptp_call.c pptp_ctrl.c pptp_local.h pptpd.c Log message: spellings suggested by jsg CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/28 22:00:38 Modified files: usr.sbin/rpki-client: x509.c Log message: Remove accidental but justified annotation CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/28 22:01:17 Modified files: usr.sbin/rpki-client: mkdir.c Log message: sort includes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/29 00:15:29 Modified files: usr.sbin/rpki-client: ip.c Log message: Check all inet_ntop() calls, in case we screw up the parameters somehow we prefer a failure rather than some sort of weird truncation ok claudio CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/29 00:19:48 Modified files: geo/viking : Makefile Log message: geo/viking: add yelp to MODGNOME_TOOLS configure checks for itstool, and the port ships some xml under share/help missing BDEP spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2021/03/29 00:20:56 Modified files: devel/monotone : Makefile Added files: devel/monotone/patches: patch-Makefile_in patch-src_ancestry_cc patch-src_asciik_hh patch-src_automate_cc patch-src_basic_io_hh patch-src_charset_cc patch-src_cmd_list_cc patch-src_commands_hh patch-src_database_cc patch-src_database_hh patch-src_enumerator_cc patch-src_file_io_cc patch-src_globish_cc patch-src_hmac_cc patch-src_key_store_hh patch-src_migrate_work_cc patch-src_netcmd_cc patch-src_netcmd_hh patch-src_network_listener_base_hh patch-src_option_hh patch-src_project_cc patch-src_rcs_file_cc patch-src_rcs_file_hh patch-src_rcs_import_cc patch-src_restrictions_cc patch-src_revision_hh patch-src_roster_cc patch-src_sanity_cc patch-src_sanity_hh patch-src_sha1_cc patch-src_transforms_cc patch-src_update_cc patch-src_vocab_cc patch-src_xdelta_cc Log message: Unbreak with upcoming boost 1.73 update From Brad CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/29 00:38:35 Modified files: usr.sbin/rpki-client: gbr.c Log message: Pull up freeing cms in gbr_parse() after its last use to avoid a leak on x509_get_extensions() failure. Fix suggested by claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/29 00:50:44 Modified files: usr.sbin/rpki-client: extern.h gbr.c mft.c roa.c x509.c Log message: Inline x509_get_extensions() and remove it Since aia, aki and ski are all represented by char *, this is an error-prone interface - as found by job. The function doesn't do much anyway. ok claudio CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/29 01:54:40 Modified files: devel/angr/py-angr/patches: patch-native_Makefile patch-native_log_c devel/angr/py-cle/patches: patch-cle_loader_py devel/angr/py-pyvex/patches: patch-pyvex_c_Makefile Log message: submitted upstream CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2021/03/29 02:01:04 Modified files: x11/gnome/gedit-plugins: Makefile distinfo Log message: update to gedit-plugins-3.38.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 03:03:39 Modified files: security/py-openssl: Makefile Log message: add missing FLAVOR?= CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/29 03:50:41 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Removed files: astro/stellarium/patches: patch-src_StelLogger_cpp Log message: Update to stellarium-0.21.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 05:36:32 Modified files: sysutils/bacula: Makefile distinfo sysutils/bacula/patches: patch-scripts_baculabackupreport_in Log message: update to bacula-11.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 06:08:39 Modified files: security/yubiserve: Makefile distinfo security/yubiserve/pkg: DESCR PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Added files: security/yubiserve/patches: patch-setup_py patch-yubikeyedup_tools_dbconf_py patch-yubikeyedup_tools_dbcreate_py patch-yubikeyedup_validate_py patch-yubikeyedup_yubiserve_py security/yubiserve/pkg: yubikeyedup.rc Removed files: security/yubiserve/patches: patch-README patch-dbconf_py patch-yubiserve_cfg patch-yubiserve_py security/yubiserve/pkg: yubiserve.rc Log message: Replace (unmaintained py2-only) yubiserve with "yubikeyedup", a rewrite. Note, while it is broadly compatible with the most common use of yubiserve it has its limits: it supports only sqlite3 (using the same schema as before) not other databases, and it only supports HTTP internally, if you require HTTPS then you will need to use a proxy (e.g. relayd or nginx). It no longer uses a configuration file, only command line arguments. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2021/03/29 06:11:22 Modified files: faq : current.html Log message: mention yubiserve -> yubikeyedup CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 06:13:53 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm security/py-openssl: Makefile security/py-openssl/pkg: PLIST Log message: The py2 version of py-openssl is no longer needed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 06:18:32 Modified files: net : Makefile net/py-junos-eznc: Makefile net/py-junos-eznc/pkg: PLIST net/py-ncclient: Makefile net/py-ncclient/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Move py-ncclient and py-junos-eznc to py3-only, they are only used with py-napalm which is itself 3-only CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2021/03/29 06:39:02 Modified files: sys/arch/amd64/include: specialreg.h Log message: Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specification Per Intel SDM (Vol 3D, App. A.10) bit 0 should be read as a 1 if enabled. From Adam Steen. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/29 06:41:35 Modified files: usr.sbin/rpki-client: extern.h x509.c Log message: Introduce hex_encode() to transform the aki/ski values to a string. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 06:44:50 Modified files: sysutils/stress: Makefile Log message: sysutils/stress: HOMEPAGE has gone, point at archive.org. mirror the distfile. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/29 07:04:53 Modified files: geo/viking : Makefile Log message: geo/viking: forgot to bump REVISION in previous adding yelp to MODGNOME_TOOLS modifies RUN_DEPENDS.. spotted again by naddy@, thanks ! CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2021/03/29 07:09:41 Modified files: usr.sbin/vmd : i8253.c mc146818.c ns8250.c Log message: Cleanly teardown and restore emulated device state on vm send/receive. This cleans up events on a pause or resume, but also fixes an issue where the vm_pipe event channels are not properly reinitialized on a received guest leading to broken serial console. OK pd@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 07:17:57 Modified files: net/arouteserver: Makefile distinfo net/arouteserver/pkg: PLIST Log message: update to arouteserver-1.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 07:26:20 Modified files: news/leafnode : Makefile distinfo news/leafnode/patches: patch-Makefile_in patch-configure news/leafnode/pkg: PLIST Log message: update to leafnode-1.11.12 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2021/03/29 07:38:01 Modified files: sys/dev/usb : if_umb.c Log message: combine umb_products and umb_fccauth_devs into one umb_quirks table ok gerhard@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2021/03/29 09:04:28 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: -B option not updated about bird1v4 & bird1v6 files; ok job CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/29 09:37:04 Modified files: usr.sbin/rpki-client: http.c Log message: Fix my email address in copyright line CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/29 09:47:34 Modified files: regress/usr.sbin/rpki-client: test-cert.c test-gbr.c test-mft.c test-roa.c Added files: regress/usr.sbin/rpki-client: test-common.c Log message: Add a pretty_key_id() which reinserts colons into the hex string. This way the AKI and SKI printed in the tests tools look the same as before. Requested by job@, OK job@ tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/29 09:57:23 Modified files: lib/libcrypto/evp: evp.h evp_err.c m_sigver.c p_lib.c Log message: Prepare to provide EVP_PKEY_new_CMAC_key() sebastia ran into this when attempting to update security/hcxtools. This will be tested via wycheproof.go once the symbol is public. ok jsing, tested by sebastia CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/29 10:19:15 Modified files: lib/libssl : ssl_locl.h t1_enc.c tls12_record_layer.c Log message: Move the TLSv1.2 record number increment into the new record layer. This adds checks (based on the TLSv1.3 implementation) to ensure that the TLS/DTLS sequence numbers do not wrap, as required by the respective RFCs. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/29 10:22:02 Modified files: regress/lib/libssl/record_layer: record_layer_test.c Log message: Add regress coverage for TLSv1.2 record number increment. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/29 10:46:09 Modified files: lib/libssl : ssl_both.c ssl_lib.c ssl_locl.h ssl_pkt.c ssl_tlsext.c tls13_client.c tls13_server.c Log message: Move finished and peer finished to the handshake struct. This moves the finish_md and peer_finish_md from the 'tmp' struct to the handshake struct, renaming to finished and peer_finished in the process. This also allows the remaining S3I(s) references to be removed from the TLSv1.3 client and server. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 10:55:30 Modified files: www/webkitgtk4/patches: patch-Source_WTF_wtf_RAMSize_cpp Log message: webkitgtk4: needs unistd.h for _SC_PHYS_PAGES etc CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/29 10:56:20 Modified files: lib/libssl : ssl_srvr.c Log message: Avoid transcript initialisation when sending a TLS HelloRequest. When server side renegotiation is triggered, the TLSv1.2 state machine sends a HelloRequest before going to ST_SW_FLUSH and ST_OK. In this case we do not need the transcript and currently hit the sanity check in ST_OK that ensures the transcript has been freed, breaking server initiated renegotiation. We do however need the transcript in the DTLS case. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2021/03/29 10:57:38 Modified files: lib/libssl : ssl_lib.c Log message: Remove pointless assignment in SSL_get0_alpn_selected(). ok tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/29 11:04:01 Modified files: sys/arch/arm64/dev: apldart.c Log message: Turns out the PCIe DARTs support a full 32-bit device virtual address space. Adjust the region managed by the extend accordingly but avoid the first and last page. The last page collides with the MSI address used by the PCIe controller and not using the first page helps finding bugs. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 11:18:43 Modified files: sysutils/htop : Makefile distinfo sysutils/htop/patches: patch-openbsd_OpenBSDProcessList_c Removed files: sysutils/htop/patches: patch-CPUMeter_c patch-FunctionBar_c patch-Header_c patch-Vector_c patch-openbsd_OpenBSDProcessList_h patch-openbsd_OpenBSDProcess_c patch-openbsd_Platform_c Log message: update to newer htop (git checkout, which includes support for displaying threads and kernel threads), and has had many other improvements. most patches are no longer needed. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/29 11:58:29 Modified files: lib/libcrypto/man: EVP_PKEY_new.3 Log message: Prepare documenting EVP_PKEY_new_CMAC_key(3) Based on some text in OpenSSL 1.1.1's EVP_PKEY_new.pod. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2021/03/29 12:24:04 Modified files: lib/libssl : ssl_asn1.c Log message: whitespace nits CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 13:19:56 Modified files: devel/py-setuptools_scm: Makefile distinfo Log message: update to py-setuptools_scm-5.0.2 (last with py2+3 support) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 13:51:31 Log message: import the ZynFusion ports (zynaddsubfx, mruby-zest, meta/zyn-fusion) from deserter666/at/danwin1210.me, ok solene@ ZynAddSubFX is a opensource software synthesizer capable of making a countless number of instruments, from some common heard from expensive hardware to interesting sounds that you'll boost to an amazing universe of sounds. Status: Vendor Tag: sthen Release Tags: sthen_20210329 N ports/meta/zyn-fusion/Makefile N ports/meta/zyn-fusion/pkg/DESCR N ports/meta/zyn-fusion/pkg/PLIST N ports/audio/zynaddsubfx/Makefile N ports/audio/zynaddsubfx/distinfo N ports/audio/zynaddsubfx/patches/patch-cmake_BashCompletion_cmake N ports/audio/zynaddsubfx/patches/patch-src_globals_h N ports/audio/zynaddsubfx/patches/patch-src_main_cpp N ports/audio/zynaddsubfx/patches/patch-src_CMakeLists_txt N ports/audio/zynaddsubfx/patches/patch-src_Misc_Util_cpp N ports/audio/zynaddsubfx/patches/patch-DPF_dgl_src_sofd_libsofd_c N ports/audio/zynaddsubfx/patches/patch-DPF_distrho_extra_Mutex_hpp N ports/audio/zynaddsubfx/patches/patch-src_Plugin_ZynAddSubFX_CMakeLists_txt N ports/audio/zynaddsubfx/patches/patch-DPF_dgl_src_Window_cpp N ports/audio/zynaddsubfx/patches/patch-src_Plugin_ZynAddSubFX_ZynAddSubFX_UI_ZEST_cpp N ports/audio/zynaddsubfx/pkg/DESCR N ports/audio/zynaddsubfx/pkg/PLIST N ports/x11/mruby-zest/Makefile N ports/x11/mruby-zest/distinfo N ports/x11/mruby-zest/patches/patch-build_config_rub N ports/x11/mruby-zest/patches/patch-Makefile N ports/x11/mruby-zest/patches/patch-test_libversion_c N ports/x11/mruby-zest/patches/patch-src_osc_bridge_Makefile N ports/x11/mruby-zest/patches/patch-mruby_include_mrbconf_h N ports/x11/mruby-zest/pkg/DESCR N ports/x11/mruby-zest/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/29 13:52:37 Modified files: meta : Makefile audio : Makefile x11 : Makefile Log message: add zyn-fusion ports CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2021/03/29 14:10:30 Modified files: distrib/sets/lists/man: mi usr.sbin/apm : Makefile usr.sbin/apmd : Makefile Log message: Install apm(8) and and apmd(8) under MI MANPATH powerpc64 was lacking manual pages; instead of shipping yet another identical MD manual, merge them under MI MANPATH as usual. Input OK deraadt CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2021/03/29 17:37:01 Modified files: usr.sbin/vmd : config.c dhcp.c priv.c virtio.c virtio.h vm.c vmd.c vmd.h vmm.c Log message: Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp and bootp renewals with vmd(8)'s built-in dhcp server. Previous behavior ignored did not intercept these packets and instead transmitted them. This should make vmd(8)'s dhcp behave more as a true dhcp server should and allows it to work properly with the new dhcpleased(8) attempting a renewal. OK mlarkin@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2021/03/29 18:55:09 Modified files: sys/dev/pci : if_rge.c if_rgereg.h Log message: Move tx/rx descriptors into their own structs. This is a first step toward making rge work with multiple queues and interrupts. Only one queue is currently used. While here, update the RTL8125B microcode. ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2021/03/29 19:16:33 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/p5-VCP-autrijus: Makefile distinfo devel/p5-VCP-autrijus/patches: patch-Makefile_PL devel/p5-VCP-autrijus/pkg: DESCR PLIST Log message: Remove devel/p5-VCP-autrijus Unmaintained upstream, no longer works with current perl versions. The last release is a little hard to find, but it's here if you need it: https://metacpan.org/release/AUTRIJUS/VCP-autrijus-snapshot-0.9-20050110 OK bluhm@, maybe a good idea to remove it landry@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2021/03/30 00:04:05 Modified files: net/i2pd : Makefile distinfo Log message: Update to i2pd-2.37.0 Work from maintainer Dimitri Karamazov CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2021/03/30 00:56:01 Modified files: geo/viking : Makefile Added files: geo/viking/patches: patch-help_Makefile_in Log message: geo/viking: make sure xsltproc doesnt fetch external xsl add docbook to MODGNOME_TOOLS, and patch out the path to docbook.xsl build breakage noticed by tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2021/03/30 01:27:34 Modified files: graphics/piglit: Makefile Log message: graphics/piglit: add BDEP on graphics/glslang Fixes a build breakage I had due to glslangValidator being present during configure time but not when it was actually used. ok jsg CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2021/03/30 02:37:11 Modified files: sys/netinet : ip_icmp.c ip_input.c ip_output.c ip_var.h Log message: [ICMP] IP options lead to malformed reply icmp_send() must update IP header length if IP optaions are appended. Such packet also has to be dispatched with IP_RAWOUTPUT flags. Bug reported and fix co-designed by Dominik Schreilechner _at_ siemens _dot_ com OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/30 04:03:16 ports/net/unifi/6.0 Update of /cvs/ports/net/unifi/6.0 In directory cvs.openbsd.org:/tmp/cvs-serv32302/6.0 Log Message: Directory /cvs/ports/net/unifi/6.0 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/30 04:03:17 ports/net/unifi/6.0/files Update of /cvs/ports/net/unifi/6.0/files In directory cvs.openbsd.org:/tmp/cvs-serv32302/6.0/files Log Message: Directory /cvs/ports/net/unifi/6.0/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/30 04:03:17 ports/net/unifi/6.0/patches Update of /cvs/ports/net/unifi/6.0/patches In directory cvs.openbsd.org:/tmp/cvs-serv32302/6.0/patches Log Message: Directory /cvs/ports/net/unifi/6.0/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/30 04:03:17 ports/net/unifi/6.0/pkg Update of /cvs/ports/net/unifi/6.0/pkg In directory cvs.openbsd.org:/tmp/cvs-serv32302/6.0/pkg Log Message: Directory /cvs/ports/net/unifi/6.0/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2021/03/30 04:15:42 Modified files: net/unifi : Makefile net/unifi/5.14 : Makefile net/unifi/5.14/pkg: DESCR net/unifi/6.1 : Makefile net/unifi/6.1/pkg: DESCR Added files: net/unifi/5.6 : Makefile distinfo net/unifi/5.6/files: unifi.sh net/unifi/5.6/patches: patch-unifi_sh_api net/unifi/5.6/pkg: DESCR PLIST README unifi.rc net/unifi/6.0 : Makefile distinfo net/unifi/6.0/files: unifi.sh net/unifi/6.0/patches: patch-unifi_sh_api net/unifi/6.0/pkg: DESCR PLIST README unifi.rc Removed files: net/unifi/lts : Makefile distinfo net/unifi/lts/files: unifi.sh net/unifi/lts/patches: patch-unifi_sh_api net/unifi/lts/pkg: DESCR PLIST README unifi.rc net/unifi/stable: Makefile distinfo net/unifi/stable/files: unifi.sh net/unifi/stable/patches: patch-unifi_sh_api net/unifi/stable/pkg: DESCR PLIST README unifi.rc Log message: Reorganise unifi/lts and unifi/stable back into version-number-based branches, and add information to the pkg/DESCR files explaining why one might want to use a particular version. 5.6: the main reason to run this is if you have old Broadcom 11ac APs 5.14: last version before the network configuration section was changed, adding complication for some vlan setups 6.0: last version supporting the popular older Atheros-based pre-11ac APs amd some of the less popular 11ac APs 6.1: adds WPA3, but drops support for various devices and marketing takes more control of the controller UI https://twitter.com/superdealloc/status/1376626243865604100 CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2021/03/30 06:23:47 Modified files: mail/opensmtpd-filters/libopensmtpd: Makefile distinfo Log message: Make osmtpd_run return on closing STDIN instead of exiting. This doesn't make much difference for current filters, but allows filters to clean up after themselves; which helps with memory leak detection. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2021/03/30 06:32:53 Modified files: mail/opensmtpd-filters/dkimsign: Makefile distinfo Log message: filter-dkimsign version 0.4 - Some manpage fixes from bentley@ - Plug a memory leak - Fix an infinite loop in the mheader.c Reported by Karsten. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2021/03/30 06:35:37 Modified files: mail/opensmtpd-filters/dkimsign: Tag: OPENBSD_6_8 Makefile distinfo Log message: filter-dkimsign version 0.4 - Some manpage fixes from bentley@ - Plug a memory leak - Fix an infinite loop in the mheader.c Reported by Karsten. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/30 06:43:17 Modified files: sysutils/opam : Makefile Log message: curl is also needed at build time: configure: error: You must have either curl or wget installed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2021/03/30 08:52:14 Modified files: www/webkitgtk4 : Makefile Removed files: www/webkitgtk4/patches: patch-Source_WTF_wtf_RAMSize_cpp Log message: This patch is not needed anymore. prodded by and ok sthen@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/30 09:48:36 Modified files: sys/dev/usb : if_umb.c if_umb.h Log message: Some umb(4) devices require the NDP pointer behind the NDP datagram. From gerhard@ "broadly OK" sthen@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2021/03/30 09:59:04 Modified files: sys/dev/usb : if_umb.c if_umb.h mbim.h Log message: Some cards announce support for the NTB16 format, but that support does not work. Hence, add support for NTB32 in the transmit path. We already have support for NTB32 in the receive path. We detect the supported format on boot and can then decide on transmit which format to use. From ehrhardt@ with gerhard@ Tested by jan@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2021/03/30 10:05:56 Modified files: usr.sbin/rpki-client: http.c Log message: Make http_new() take care of all the error handling. By closing the outfd and sending back the failure report via http_fail(). This was partially done in the failure case of http_resolv() and resulted in double failure reports in that case. With and OK tb@, previous version OK deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/30 10:46:36 Modified files: sys/dev/pci : dwiic_pci.c Log message: Register the PCI variant of dwiic(4) with acpi(4). ok tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2021/03/30 10:49:58 Modified files: sys/dev/acpi : dsdt.c Log message: Handle systems, such as the Dell Precision 3640, that access GenericSerialBus operating regions witout checking whether they're really available. This needs to work on RAMDISK kernels as well. Since we don't want to pull in the i2c subsystem on those, provide a separate and much simpler dummy implementation of the GenericSerialBus access code when SMALL_KERNEL is defined. ok tb@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2021/03/30 13:23:50 Modified files: usr.bin/mandoc : mandoc.css mdoc_html.c regress/usr.bin/mandoc/mdoc/Bd: paragraph.out_html Log message: In HTML output, correctly render .Bd -unfilled in proportionally-spaced font, rather than with the monospace font appropriate for .Bd -literal. This fixes a minibug reported by anton@. Implemented by no longer relying on the typical browser default of "pre { font-family: monospace }" but instead letting
 elements
inherit the font family from their parent, then adding an explicit CSS .Li
class only for those displays where the manual page author requested it
by using the -literal option on the .Bd macro.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/30 14:18:28

Modified files:
	x11/remmina    : Makefile 
Added files:
	x11/remmina/patches: patch-plugins_vnc_vnc_plugin_c 

Log message:
reinstate robert's fix for vnc in remmina


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/30 14:30:51

Modified files:
	x11/remmina    : Makefile distinfo 
	x11/remmina/patches: patch-CMakeLists_txt 

Log message:
update to remmina-1.4.13, disable phone-home


CVSROOT:	/cvs
Module name:	ports
Changes by:	mestre@cvs.openbsd.org	2021/03/30 14:56:59

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
update to 2021.03.31


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2021/03/30 14:58:19

Modified files:
	sys/dev/usb    : if_umb.c 

Log message:
fix typos in comments


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2021/03/30 15:26:07

Modified files:
	sysutils/ugrep : Makefile distinfo 

Log message:
Update to ugrep-3.1.10
Changes: https://github.com/Genivia/ugrep/releases/tag/v3.1.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2021/03/30 16:50:11

Modified files:
	sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-171


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2021/03/30 17:25:46

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/patches: patch-data_icons_Makefile_am 
	games/manaplus/pkg: PLIST 

Log message:
Update to 2.1.3.17
Changelog:
https://github.com/ManaPlus/ManaPlus/compare/v1.9.3.23...v2.1.3.17


CVSROOT:	/cvs
Module name:	ports
Changes by:	gnezdo@cvs.openbsd.org	2021/03/30 20:56:36

ports/productivity/hledger

Update of /cvs/ports/productivity/hledger
In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/productivity/hledger

Log Message:
Directory /cvs/ports/productivity/hledger added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	gnezdo@cvs.openbsd.org	2021/03/30 20:56:36

ports/productivity/hledger/pkg

Update of /cvs/ports/productivity/hledger/pkg
In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/productivity/hledger/pkg

Log Message:
Directory /cvs/ports/productivity/hledger/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	gnezdo@cvs.openbsd.org	2021/03/30 20:56:57

Added files:
	productivity/hledger: Makefile distinfo 
	productivity/hledger/pkg: DESCR PLIST 

Log message:
Add hledger-1.21 via devel/cabal module

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gnezdo@cvs.openbsd.org	2021/03/30 21:27:41

Modified files:
	productivity   : Makefile 

Log message:
Plug in productivity/hledger


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/30 23:06:18

Modified files:
	net/p5-Net-Netmask: Makefile distinfo 

Log message:
update to p5-Net-Netmask-2.0001, fixes problem with treating addresses
with leading 0 as octal


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/30 23:10:55

Modified files:
	net/p5-Net-Netmask: Tag: OPENBSD_6_8 Makefile distinfo 

Log message:
update to p5-Net-Netmask-2.0001, fixes problem with treating addresses
with leading 0 as octal


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/30 23:14:07

Modified files:
	net/p5-Net-CIDR: Makefile 

Log message:
update to p5-Net-CIDR-0.21, documentation update only (reminding users
to call cidrvalidate)

re: https://blog.urth.org/2021/03/29/security-issues-in-perl-ip-address-distros/


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2021/03/31 00:19:56

Modified files:
	net/p5-Net-IPv6Addr: Makefile distinfo 
	net/p5-Net-IPv6Addr/pkg: PLIST 

Log message:
Update to p5-Net-IPv6Addr-1.02.


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2021/03/31 01:26:06

Modified files:
	www/ruby-capybara-webkit: Makefile 
	www/ruby-capybara-webkit/pkg: PLIST 

Log message:
www/ruby-capybara-webkit: @comment .qmake.stash, ok jeremy sthen

I ran into a package build failure since that file wasn't generated for
some reason; there's no point in packaging it anyway.

===>  Building package for ruby30-capybara-webkit-1.15.0p1
Create /data/packages/amd64/all/ruby30-capybara-webkit-1.15.0p1.tgz
Creating package ruby30-capybara-webkit-1.15.0p1
[...]
Error: /tmp/pobj/capybara-webkit-1.15.0-ruby30/fake-amd64-ruby30/usr/local/lib/ruby/gems/3.0/ge
ms/capybara-webkit-1.15.0/.qmake.stash does not exist
pkg_create: can't continue


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2021/03/31 01:56:43

Modified files:
	infrastructure/bin: proot 

Log message:
allow trusted_snapshot, like pkg_add has TRUSTED_PKG_PATH
feedback and okay tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2021/03/31 02:00:57

Modified files:
	share/man/man1 : proot.1 

Log message:
document trusted_snapshot


CVSROOT:	/cvs
Module name:	ports
Changes by:	otto@cvs.openbsd.org	2021/03/31 02:04:31

Modified files:
	net/powerdns_recursor: Makefile distinfo 

Log message:
Update to PowerDNS Recursor 4.4.3


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2021/03/31 02:37:48

Modified files:
	usr.bin/tmux   : log.c 

Log message:
Do not exit if cannot write to normal log file, GitHub issue 2630.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2021/03/31 02:40:25

Modified files:
	www/puppetboard: Makefile distinfo 
	www/puppetboard/pkg: PLIST 

Log message:
update to 3.0.0post3

https://github.com/voxpupuli/puppetboard/releases/tag/v3.0.0.post3


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2021/03/31 02:53:39

Modified files:
	sys/uvm        : uvm_aobj.c 

Log message:
Introduce UAO_USES_SWHASH() and use tabs instead of spaces in #defines.

No functionnal change, reduce the difference with NetBSD.

ok jmatthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 03:57:55

Modified files:
	net/p5-Net-IPv6Addr: Makefile 

Log message:
p5-Net-IPv6Addr: drop RDEP/BDEP on p5-Math-Base85, the update made it optional
(it was only there for support of an April Fool's RFC) "Yes !" benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2021/03/31 03:59:21

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radio
technology where known.  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2021/03/31 03:59:32

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2021/03/31 05:43:41

Modified files:
	devel/ruby-activesupport: Makefile distinfo 

Log message:
simple update 6.1.3 -> 6.1.3.1


CVSROOT:	/cvs
Module name:	src
Changes by:	visa@cvs.openbsd.org	2021/03/31 06:59:50

Modified files:
	sys/conf       : files 

Log message:
Make ddb's dependency on libz explicit.

OK deraadt@ mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 07:24:11

Modified files:
	devel/libmagic : Makefile distinfo 

Log message:
update to libmagic-5.40


CVSROOT:	/cvs
Module name:	ports
Changes by:	bket@cvs.openbsd.org	2021/03/31 07:38:19

Modified files:
	misc/remind    : Makefile distinfo 

Log message:
Update to remind-3.3.6

Release notes can be found at
https://dianne.skoll.ca/pipermail/remind-fans/2021/003826.html

From MAINTAINER (Martin Ziemer ).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/03/31 07:42:46

Modified files:
	x11/gtk+4      : Makefile distinfo 
	x11/gtk+4/patches: patch-gtk_gtkfilechooserwidget_c 
	                   patch-gtk_gtkplacessidebar_c 
	                   patch-modules_printbackends_meson_build 
	                   patch-testsuite_reftests_gtk-reftest_c 
	x11/gtk+4/pkg  : PLIST-main 
Added files:
	x11/gtk+4/patches: patch-tools_updateiconcache_c 
Removed files:
	x11/gtk+4/patches: patch-gtk_tools_updateiconcache_c 

Log message:
Update to gtk+4-4.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 08:07:49

Modified files:
	devel/pylint   : Makefile distinfo 
	devel/pylint/patches: patch-tests-lint-unittest_lint_py 

Log message:
update to pylint-2.7.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	fcambus@cvs.openbsd.org	2021/03/31 09:17:58

Modified files:
	fonts/inter    : Makefile distinfo 

Log message:
Update inter to 3.17.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fcambus@cvs.openbsd.org	2021/03/31 09:18:55

Modified files:
	emulators/mame : Makefile distinfo 
	emulators/mame/patches: patch-scripts_genie_lua 

Log message:
Update mame to 0.230.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2021/03/31 09:32:11

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Fix some debug output when running in foreground.

Call tick_msg() at startup so it knows if the link
is up. Don't emit 'link timeout expired' messages
after the link has been up.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/03/31 10:11:02

Modified files:
	usr.sbin/rpki-client: main.c 

Log message:
Set the process title for the rpki-client subprocesses so they can be
identified more easily.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 10:47:01

Modified files:
	lib/libcrypto  : Symbols.list 
	lib/libcrypto/evp: evp.h 

Log message:
Provide EVP_PKEY_new_CMAC_key(3)

ok bcook inoguchi jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 10:48:43

Modified files:
	lib/libcrypto/man: EVP_PKEY_new.3 

Log message:
Document EVP_PKEY_new_CMAC_key(3)

ok bcook inoguchi jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 10:51:06

Modified files:
	lib/libcrypto/x509: x509.h 

Log message:
Provide missing prototype for d2i_DSAPrivateKey_fp(3)

ok bcook inoguchi jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 10:52:15

Modified files:
	lib/libssl     : Symbols.list ssl.h 

Log message:
Expose SSL_use_certificate_chain_file(3)

ok bcook inoguchi jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 10:53:30

Modified files:
	lib/libssl/man : SSL_CTX_use_certificate.3 

Log message:
Document SSL_use_certificate_chain_file(3)

ok bcook inoguchi jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 10:55:04

Modified files:
	lib/libssl     : Symbols.list ssl.h 

Log message:
Expose SSL_set_hostflags(3) and SSL_get0_peername(3)

ok bcook inoguchi jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 10:56:46

Modified files:
	lib/libssl/man : SSL_set1_host.3 

Log message:
Document SSL_set_hostflags(3) and SSL_get0_peername(3)

ok bcook inoguchi jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 10:59:32

Modified files:
	lib/libcrypto  : opensslfeatures.h 
	lib/libssl     : Symbols.list dtls1.h ssl.h ssl_methods.c 

Log message:
Expose various DTLSv1.2 specific functions and defines

ok bcook inoguchi jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 11:02:18

Modified files:
	lib/libcrypto  : shlib_version 
	lib/libssl     : shlib_version 
	lib/libtls     : shlib_version 

Log message:
Bump minors after symbol addition


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 11:04:18

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 11:10:13

Modified files:
	regress/lib/libcrypto/symbols: symbols.awk 

Log message:
Remove workaround for missing d2i_DSAPrivateKey_fp prototype


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 11:13:54

Modified files:
	usr.bin/openssl: apps.c apps.h 

Log message:
Remove workarounds for SSL_is_dtls()

Reminded by inoguchi jsing


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2021/03/31 11:17:25

Modified files:
	lang/pypy      : Makefile 
	lang/pypy/patches: 
	                   patch-lib_pypy__cffi_ssl__cffi_src_openssl_ssl_py 

Log message:
lang/pypy: SSL_OP_NO_DTLSv1{,_2} were added to libcrypto

ok edd jsing sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2021/03/31 11:18:54

Modified files:
	security/py-cryptography: Makefile 
	security/py-cryptography/patches: 
	                                  patch-src__cffi_src_openssl_ssl_py 

Log message:
security/py-cryptography: SSL_OP_NO_DTLSv1{,_2} were added to libcrypto

ok jsing sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2021/03/31 11:21:17

Modified files:
	x11/qt5/qtbase : Makefile 

Log message:
x11/qt5/qtbase: Explicitly disable DTLS support

Now that libssl exposes DTLS1_2_VERSION, the configure check picks up
DTLS which depends on BIO_ADDR and a modified DTLSv1_listen(3) that
we currently don't support.

ok jsing rsadowski sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2021/03/31 11:42:24

Modified files:
	lib/libutil    : imsg-buffer.c 

Log message:
change the barrier so that fd's are always passed and received with
the first byte of the imsg they belong to.

idea, tweaks and ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2021/03/31 11:47:16

Modified files:
	usr.sbin/smtpd : mta.c parse.y smtpd.conf.5 smtpd.h 

Log message:
allow to specify tls protocols and ciphers on relay actions

ok espie@ sthen@ tb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2021/03/31 11:57:32

Modified files:
	net/curl       : Makefile distinfo 
	net/curl/pkg   : PLIST 

Log message:
net/curl: security update to 7.76.0

Includes fixes for
CVE-2021-22876: Automatic referer leaks credentials
CVE-2021-22890: TLS 1.3 session ticket proxy host mixup


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/03/31 11:59:44

Modified files:
	x11/gnome/grilo-plugins: Makefile distinfo 
	x11/gnome/grilo-plugins/patches: patch-meson_build 
	x11/gnome/grilo-plugins/pkg: PLIST 

Log message:
update to grilo-plugins-0.3.13


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/03/31 12:03:13

Modified files:
	lib/libssl/man : SSL_get_version.3 

Log message:
Update for DTLSv1.2 support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/03/31 12:12:19

Modified files:
	devel/angr     : Makefile.inc 
	devel/angr/py-ailment: distinfo 
	devel/angr/py-ailment/pkg: PLIST 
	devel/angr/py-angr: Makefile distinfo 
	devel/angr/py-angr/patches: 
	                            patch-angr_knowledge_plugins_functions_function_py 
	devel/angr/py-angr/pkg: PLIST 
	devel/angr/py-archinfo: distinfo 
	devel/angr/py-claripy: distinfo 
	devel/angr/py-cle: Makefile distinfo 
	devel/angr/py-pyvex: distinfo 
	devel/angr/py-pyvex/patches: patch-pyvex_c_Makefile 
	devel/angr/py-z3-solver: Makefile 
	devel/angr/vex : Makefile 
	security/angrop: Makefile distinfo 
Removed files:
	devel/angr/py-angr/patches: patch-native_Makefile 
	                            patch-native_log_c 
	devel/angr/py-cle/patches: patch-cle_loader_py 

Log message:
- update angr to 9.0.6642
- submitted patches have been merged upstream
- get rid of another superfluous patch and handle it with CXXFLAGS
- drop maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/03/31 12:13:11

Modified files:
	devel/angr/py-angr: Makefile 

Log message:
zap a stray comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/03/31 12:15:03

Modified files:
	devel/py-cachetools: Makefile distinfo 

Log message:
- update to py-cachetools-4.2.1


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2021/03/31 13:09:19

Modified files:
	usr.sbin/smtpd : smtpd.h util.c 

Log message:
turn log_trace() into a macro to prevent evaluating the format string
parameters when tracing is not enabled.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 13:12:25

Modified files:
	audio/picard   : Makefile distinfo 
	audio/picard/pkg: PLIST 

Log message:
update to picatd-2.6


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2021/03/31 13:31:35

Modified files:
	lib/libutil    : ober_get_string.3 

Log message:
tweak column widths of a .Bl -column table
and avoid an over-long source line while here;
OK martijn@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	job@cvs.openbsd.org	2021/03/31 13:45:16

Modified files:
	usr.bin/rsync  : extern.h main.c rsync.1 socket.c 

Log message:
Add option to suppress the Message of the Day

Fine deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:07:57

Modified files:
	graphics/gd    : Makefile distinfo 
	graphics/gd/patches: patch-CMakeLists_txt 

Log message:
update to libgd-2.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:08:37

Modified files:
	databases/recoll: Makefile distinfo 
	databases/recoll/pkg: PLIST-gui 

Log message:
update to recoll-1.29.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:17:55

Modified files:
	textproc/py-sphinx: Makefile distinfo 

Log message:
update to py3-sphinx-3.5.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:18:59

Modified files:
	www/py-bokeh   : Makefile distinfo 
	www/py-bokeh/pkg: PLIST 

Log message:
update to py-bokeh-2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:28:43

Modified files:
	mail/libetpan  : Makefile distinfo 
	mail/libetpan/pkg: PLIST 

Log message:
update to libetpan-1.9.4


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/03/31 14:36:05

Modified files:
	usr.bin/rsync  : rsync.1 

Log message:
add --no-motd to SYNOPSIS;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:37:37

Modified files:
	security/scrypt: Makefile distinfo 
Removed files:
	security/scrypt/patches: patch-lib_util_memlimit_c 
	                         patch-tests_test_scrypt_sh 

Log message:
update to scrypt-1.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:39:22

Modified files:
	security/py-josepy: Makefile distinfo 

Log message:
update to py-josepy-1.8.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2021/03/31 14:40:11

Log message:
    Import Chiaki, a wifi benchmarking tool that isn't boring.
    
    Chiaki is a Free and Open Source Software Client for PlayStation 4 and
    PlayStation 5 Remote Play for Linux, FreeBSD, OpenBSD, Android, macOS,
    Windows, Nintendo Switch and potentially even more platforms.
    
    Tested over wifi on amd64 against a PS4.
    Unfortunately, PS5 support could not be tested.
    
    Based on a port of chiaki 1.2.0 by abieber@ in openbsd-wip.
    ok abieber@
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_20210331
    
    N ports/games/chiaki/Makefile
    N ports/games/chiaki/distinfo
    N ports/games/chiaki/pkg/DESCR
    N ports/games/chiaki/pkg/PLIST
    N ports/games/chiaki/pkg/README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/03/31 14:41:35

Modified files:
	usr.bin/nc     : nc.1 

Log message:
one of the examples needs an -N (and explanation);
diff from robert scheck

discussed with and tweaked by sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2021/03/31 14:41:37

Modified files:
	games          : Makefile 

Log message:
+= chiaki


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:46:20

Modified files:
	security/letsencrypt: Makefile.inc 
	security/letsencrypt/client: distinfo 
	security/letsencrypt/client/patches: patch-examples_cli_ini 
	security/letsencrypt/py-acme: Makefile distinfo 

Log message:
update to certbot/py-acme 1.13.0


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2021/03/31 14:52:09

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Add two missing checks for strdup() returning NULL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/03/31 14:52:47

Modified files:
	graphics/gimp/stable: Makefile distinfo 
	graphics/gimp/stable/patches: patch-etc_Makefile_in 
	graphics/gimp/stable/pkg: PLIST 
Removed files:
	graphics/gimp/stable/patches: patch-app_actions_debug-actions_c 
	                              patch-app_sanity_c 

Log message:
update to gimp-2.10.24


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2021/03/31 15:17:47

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Set 'select_timeout' to 'now' when an OFFER is received for the IP address
requested in the DISCOVER.

i.e. immediately accept the OFFER rather than waiting for select_timeout to
expire before accepting the same OFFER.

A corner case since select-timeout is 0 by default.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/03/31 15:58:07

Modified files:
	usr.bin/ssh    : sftp-server.c 

Log message:
do not advertise protocol extensions that have been disallowed by
the command-line options (e.g. -p/-P/-R); ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/03/31 15:59:26

Modified files:
	regress/usr.bin/ssh: sftp-perm.sh 

Log message:
cannot effectively test posix-rename extension after changes in
feature advertisment.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/03/31 16:16:34

Modified files:
	usr.bin/ssh    : sftp-client.c sftp-client.h sftp.c 

Log message:
Use new limits@openssh.com protocol extension to let the client select
good limits based on what the server supports. Split the download and
upload buffer sizes to allow them to be chosen independently.

In practice (and assuming upgraded sftp/sftp-server at each end), this
increases the download buffer 32->64KiB and the upload buffer
32->255KiB.

Patches from Mike Frysinger; ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gnezdo@cvs.openbsd.org	2021/03/31 17:56:11

Modified files:
	textproc/pandoc: Makefile 

Log message:
Use INSTALL_MAN for man pages (noted by kili@)

ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	bket@cvs.openbsd.org	2021/03/31 21:31:59

Modified files:
	sysutils/rclone: Makefile distinfo 

Log message:
Update to rclone-1.55.0

Changelog: https://rclone.org/changelog/#v1-55-0-2021-03-31


CVSROOT:	/cvs
Module name:	ports
Changes by:	bket@cvs.openbsd.org	2021/03/31 21:32:32

Modified files:
	news/sabnzbd   : Makefile distinfo 

Log message:
Update to sabnzbd-3.2.1

Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2021/03/31 22:34:08

Modified files:
	devel/jenkins/devel: Makefile distinfo 

Log message:
Update jenkins to 2.286


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2021/03/31 23:00:17

Modified files:
	x11/kde-applications/okteta: Makefile distinfo 

Log message:
Update okteta to 0.26.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/03/31 23:44:16

Modified files:
	net/p5-Net-CIDR: distinfo 

Log message:
Update distinfo (missing from previous commit).


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2021/03/31 23:48:11

Modified files:
	devel/dlib     : Makefile distinfo 
	devel/dlib/patches: patch-examples_CMakeLists_txt 
	devel/dlib/pkg : PLIST 

Log message:
Update dlib to 19.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/03/31 23:53:16

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: patch-chrome_browser_flag_descriptions_cc 
	                      patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc 
	                      patch-media_capture_video_create_video_capture_device_factory_cc 
	                      patch-media_media_options_gni 
Removed files:
	www/chromium/patches: 
	                      patch-chrome_browser_nearby_sharing_nearby_notification_manager_cc 

Log message:
update to 89.0.4389.114


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2021/04/01 00:37:46

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Missing commas, from Vipul Kumar.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/01 00:43:23

Modified files:
	usr.sbin/rpki-client: Makefile extern.h tal.c x509.c 
Added files:
	usr.sbin/rpki-client: encoding.c 

Log message:
Move base64 and hex encoding functions into their own place.
OK tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2021/04/01 00:46:12

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
Change search-again with vi keys to work like actual vi(1), also some
other fixes. From Aaron Jensen with help from Anindya Mukherjee.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/01 00:47:18

Modified files:
	regress/usr.sbin/rpki-client: Makefile.inc 

Log message:
Add encoding.c to the various build targets


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/01 00:53:49

Modified files:
	usr.sbin/rpki-client: extern.h main.c 

Log message:
Do a better job at cleaning up. Remove empty directories, scan not only the
known repositories but also clean up no longer known repositories.
With this rpki-client keeps its cache nice and shiny.
With and OK job@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/04/01 01:15:38

Modified files:
	net/zabbix     : Makefile distinfo 
	net/zabbix/patches: patch-conf_zabbix_server_conf 
	                    patch-include_sysinfo_h 
	net/zabbix/pkg : PLIST-web 

Log message:
update to 5.0.10; from Mark Patruck


CVSROOT:	/cvs
Module name:	ports
Changes by:	mestre@cvs.openbsd.org	2021/04/01 01:48:35

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
update to 2021.04.01


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/01 02:29:10

Modified files:
	usr.sbin/rpki-client: parser.c 

Log message:
Make build_crls() behave like build_chain(). If there is not auth data
just NULL the STACK_OF() pointer since libcrypto calls can handle that.
Update comments to be more accurate.
With and OK tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	mvs@cvs.openbsd.org	2021/04/01 02:39:52

Modified files:
	sys/dev/usb    : if_umb.c 

Log message:
Push kernel lock down to umb_rtrequest().

We are going to unlock PF_ROUTE sockets. This means `if_rtrequest'
handler will be performed without kernel lock.

umb_rtrequest() calls umb_send_inet_proposal() which touches kernel lock
protected `ipv{4,6}dns' array. Also umb_rtrequest() is the only handler
which requires kernel lock to be held. So push the lock down to
umb_rtrequest() instead of grab it around `if_rtrequest' call.

This hunk was commited separately for decreases PF_ROUTE sockets
unlocking diff.

ok gerhard@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	cwen@cvs.openbsd.org	2021/04/01 03:39:33

Modified files:
	www/webkitgtk4 : Makefile 
Added files:
	www/webkitgtk4/patches: 
	                        patch-Source_WebKit_WebProcess_WebPage_CoordinatedGraphics_LayerTreeHost_h 
Removed files:
	www/webkitgtk4/patches: 
	                        powerpc-patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm 

Log message:
webkitgtk4: unbreak on powerpc

- remove powerpc specific patch (upstreamed)
- the ENABLE_GRAPHICS_CONTEXT_GL option is now USE_OPENGL_OR_ES
- add a patch that fixes the build when USE_OPENGL_OR_ES is set to
OFF

Javascript runtime on powerpc is mostly broken like it used to be
before 2.30.

OK aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2021/04/01 03:55:17

Log message:
    import NSD 4.3.6rc1, tested by me and florian@
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	NSD_4_3_6rc1
    
    U src/usr.sbin/nsd/region-allocator.c
    C src/usr.sbin/nsd/xfrd.c
    U src/usr.sbin/nsd/zonec.c
    C src/usr.sbin/nsd/axfr.c
    C src/usr.sbin/nsd/nsec3.c
    C src/usr.sbin/nsd/query.h
    U 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
    U src/usr.sbin/nsd/nsec3.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/udbzone.c
    C src/usr.sbin/nsd/zlexer.lex
    U 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
    U src/usr.sbin/nsd/popen3.c
    U src/usr.sbin/nsd/nsd-control-setup.sh.in
    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
    U src/usr.sbin/nsd/tsig.h
    U src/usr.sbin/nsd/mkinstalldirs
    U src/usr.sbin/nsd/nsd-mem.c
    C src/usr.sbin/nsd/nsd-checkconf.c
    C src/usr.sbin/nsd/dns.h
    U src/usr.sbin/nsd/xfr-inspect.c
    C src/usr.sbin/nsd/packet.h
    U src/usr.sbin/nsd/udb.h
    U src/usr.sbin/nsd/xfrd-notify.h
    U src/usr.sbin/nsd/radtree.h
    U src/usr.sbin/nsd/tsig-openssl.c
    C src/usr.sbin/nsd/configure
    U 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
    U src/usr.sbin/nsd/popen3.h
    C src/usr.sbin/nsd/edns.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
    C src/usr.sbin/nsd/dns.c
    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
    U src/usr.sbin/nsd/radtree.c
    U src/usr.sbin/nsd/iterated_hash.h
    U src/usr.sbin/nsd/rbtree.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/rrl.h
    U src/usr.sbin/nsd/answer.c
    C src/usr.sbin/nsd/zparser.y
    U src/usr.sbin/nsd/ipc.c
    U src/usr.sbin/nsd/xfrd-notify.c
    C src/usr.sbin/nsd/dname.c
    U src/usr.sbin/nsd/udb.c
    U src/usr.sbin/nsd/udbradtree.h
    U 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/udbradtree.c
    U src/usr.sbin/nsd/netio.c
    C src/usr.sbin/nsd/nsd-control.c
    U src/usr.sbin/nsd/util.c
    U src/usr.sbin/nsd/region-allocator.h
    C src/usr.sbin/nsd/nsd-checkconf.8.in
    U src/usr.sbin/nsd/iterated_hash.c
    C src/usr.sbin/nsd/xfrd-tcp.c
    U src/usr.sbin/nsd/buffer.h
    U src/usr.sbin/nsd/xfrd-disk.c
    U src/usr.sbin/nsd/tsig.c
    U src/usr.sbin/nsd/packet.c
    C src/usr.sbin/nsd/nsd.conf.sample.in
    C src/usr.sbin/nsd/nsd-checkzone.8.in
    U src/usr.sbin/nsd/bitset.c
    C src/usr.sbin/nsd/nsd.conf.5.in
    U src/usr.sbin/nsd/namedb.c
    U src/usr.sbin/nsd/answer.h
    U src/usr.sbin/nsd/difffile.h
    C src/usr.sbin/nsd/nsd-checkzone.c
    U src/usr.sbin/nsd/lookup3.h
    U src/usr.sbin/nsd/dbaccess.c
    C src/usr.sbin/nsd/dbcreate.c
    C src/usr.sbin/nsd/doc/ChangeLog
    C src/usr.sbin/nsd/doc/RELNOTES
    C src/usr.sbin/nsd/dnstap/dnstap.h
    U src/usr.sbin/nsd/dnstap/dnstap_config.h.in
    C src/usr.sbin/nsd/dnstap/dnstap_collector.c
    C src/usr.sbin/nsd/dnstap/dnstap_collector.h
    C src/usr.sbin/nsd/dnstap/dnstap.c
    U src/usr.sbin/nsd/dnstap/dnstap.proto
    C src/usr.sbin/nsd/dnstap/dnstap.m4
    
    47 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	2021/04/01 03:56:12

Modified files:
	usr.sbin/nsd   : Makefile.in acx_nlnetlabs.m4 axfr.c config.h.in 
	                 configlexer.lex configparser.y configure 
	                 configure.ac dbcreate.c difffile.c dname.c 
	                 edns.c edns.h namedb.h nsd-checkconf.8.in 
	                 nsd-checkconf.c nsd-checkzone.8.in 
	                 nsd-checkzone.c nsd-control.8.in nsd-control.c 
	                 nsd.8.in nsd.c nsd.conf.5.in nsd.conf.sample.in 
	                 nsec3.c options.c options.h query.c remote.c 
	                 server.c xfrd-tcp.c xfrd.c xfrd.h zlexer.lex 
	                 zparser.y 
	usr.sbin/nsd/dnstap: dnstap.c dnstap.h dnstap.m4 
	                     dnstap_collector.c dnstap_collector.h 

Log message:
merge NSD 4.3.6rc1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/01 04:01:06

Modified files:
	graphics/gimp/stable: Makefile 

Log message:
gimp: set CC_FOR_BUILD, from Brad. This is used when compiling a tool used
during the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/04/01 04:24:46

Modified files:
	www/iridium    : Makefile distinfo 
	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_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_rand_util_h 
	                     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_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_memory_dump_manager_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-cc_trees_frame_rate_estimator_cc 
	                     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_device_identity_device_oauth2_token_service_factory_cc 
	                     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_chrome_desktop_report_request_helper_cc 
	                     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_policy_device_management_service_configuration_cc 
	                     patch-chrome_browser_prefs_browser_prefs_cc 
	                     patch-chrome_browser_prefs_pref_service_incognito_allowlist_cc 
	                     patch-chrome_browser_printing_print_job_worker_cc 
	                     patch-chrome_browser_process_singleton_posix_cc 
	                     patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc 
	                     patch-chrome_browser_profiles_profile_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_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_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_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_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_file_handler_registration_h 
	                     patch-chrome_browser_web_applications_components_web_app_shortcut_cc 
	                     patch-chrome_browser_web_applications_extensions_bookmark_app_finalizer_utils_cc 
	                     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-chrome_updater_installer_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_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_invalidation_impl_invalidation_switches_cc 
	                     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_safe_browsing_core_resources_gen_file_type_proto_py 
	                     patch-components_security_interstitials_content_utils_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_services_print_compositor_BUILD_gn 
	                     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_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-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_compositor_viz_process_transport_factory_cc 
	                     patch-content_browser_devtools_protocol_system_info_handler_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_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_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_common_sandbox_support_linux_cc 
	                     patch-content_common_mojo_core_library_support_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_zygote_host_zygote_host_linux_h 
	                     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_public_common_zygote_features_gni 
	                     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_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_linux_cc 
	                     patch-content_zygote_zygote_main_linux_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_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_browser_main_parts_h 
	                     patch-headless_lib_browser_headless_browser_main_parts_linux_cc 
	                     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-media_BUILD_gn 
	                     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_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_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_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_configured_proxy_resolution_service_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-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_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_device_enumerator_cc 
	                     patch-services_device_serial_serial_io_handler_posix_cc 
	                     patch-services_device_time_zone_monitor_time_zone_monitor_linux_cc 
	                     patch-services_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_network_public_cpp_cert_verifier_cert_verifier_creation_cc 
	                     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_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-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_gl_glx_FunctionsGLX_cpp 
	                     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_bindings_scripts_bind_gen_style_format_py 
	                     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_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_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_glfw_src_src_egl_context_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_fxge_fx_ge_linux_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_include_perfetto_ext_base_thread_utils_h 
	                     patch-third_party_perfetto_src_base_subprocess_cc 
	                     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_sqlite_src_amalgamation_sqlite3_c 
	                     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_Reactor_Debug_cpp 
	                     patch-third_party_swiftshader_src_System_Debug_cpp 
	                     patch-third_party_swiftshader_src_System_SharedLibrary_hpp 
	                     patch-third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp 
	                     patch-third_party_swiftshader_third_party_llvm-10_0_configs_linux_include_llvm_Config_config_h 
	                     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_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_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_gn_version_h 
	                     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-tools_json_schema_compiler_model_py 
	                     patch-tools_protoc_wrapper_protoc_wrapper_py 
	                     patch-tools_variations_fieldtrial_to_struct_py 
	                     patch-ui_base_clipboard_clipboard_ozone_cc 
	                     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_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_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_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_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_features_cc 
	                     patch-ui_gl_init_gl_initializer_linux_x11_cc 
	                     patch-ui_gl_sync_control_vsync_provider_cc 
	                     patch-ui_gl_sync_control_vsync_provider_h 
	                     patch-ui_gtk_printing_print_dialog_gtk_cc 
	                     patch-ui_message_center_views_message_popup_view_cc 
	                     patch-ui_native_theme_native_theme_base_cc 
	                     patch-ui_native_theme_native_theme_h 
	                     patch-ui_platform_window_platform_window_init_properties_h 
	                     patch-ui_strings_app_locale_settings_grd 
	                     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_focus_focus_manager_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_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-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-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/patches: 
	                     patch-base_allocator_partition_allocator_spinning_mutex_cc 
	                     patch-base_allocator_partition_allocator_spinning_mutex_h 
	                     patch-base_cpu_h 
	                     patch-base_files_file_path_watcher_bsd_cc 
	                     patch-base_files_important_file_writer_cleaner_cc 
	                     patch-base_message_loop_message_pump_glib_cc 
	                     patch-build_config_compiler_pgo_pgo_gni 
	                     patch-build_config_ozone_gni 
	                     patch-build_util_python2_action_py 
	                     patch-chrome_app_profiles_strings_grdp 
	                     patch-chrome_browser_intranet_redirect_detector_h 
	                     patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc 
	                     patch-chrome_browser_performance_manager_policies_policy_features_cc 
	                     patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc 
	                     patch-chrome_browser_profiles_profile_cc 
	                     patch-chrome_browser_profiles_profiles_state_cc 
	                     patch-chrome_browser_resources_media_router_extension_src_utils_platform_utils_js 
	                     patch-chrome_browser_resources_new_tab_page_new_tab_page_js 
	                     patch-chrome_browser_resources_settings_autofill_page_passwords_shared_css_html 
	                     patch-chrome_browser_resources_settings_route_js 
	                     patch-chrome_browser_resources_signin_signin_shared_css_html 
	                     patch-chrome_browser_sync_device_info_sync_service_factory_cc 
	                     patch-chrome_browser_sync_profile_sync_service_factory_cc 
	                     patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc 
	                     patch-chrome_utility_services_cc 
	                     patch-components_feature_engagement_public_feature_configurations_cc 
	                     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-components_permissions_prediction_service_prediction_service_common_cc 
	                     patch-components_safe_browsing_core_realtime_url_lookup_service_base_cc 
	                     patch-content_browser_download_download_manager_impl_cc 
	                     patch-content_browser_font_access_font_enumeration_cache_h 
	                     patch-content_browser_gpu_compositor_util_cc 
	                     patch-content_browser_renderer_host_delegated_frame_host_cc 
	                     patch-content_browser_scheduler_responsiveness_jank_monitor_impl_cc 
	                     patch-content_browser_web_contents_web_contents_view_aura_cc 
	                     patch-content_browser_webui_web_ui_main_frame_observer_cc 
	                     patch-content_browser_webui_web_ui_main_frame_observer_h 
	                     patch-content_common_BUILD_gn 
	                     patch-content_renderer_render_process_impl_cc 
	                     patch-content_utility_services_cc 
	                     patch-gpu_command_buffer_service_external_semaphore_cc 
	                     patch-gpu_command_buffer_service_webgpu_decoder_impl_cc 
	                     patch-gpu_vulkan_x_vulkan_implementation_x11_cc 
	                     patch-media_video_video_encode_accelerator_adapter_cc 
	                     patch-net_url_request_url_request_cc 
	                     patch-printing_printing_features_cc 
	                     patch-printing_printing_features_h 
	                     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_common_renderer_preferences_renderer_preferences_mojom_traits_cc 
	                     patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_h 
	                     patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_mojom_traits_h 
	                     patch-third_party_blink_renderer_build_scripts_run_with_pythonpath_py 
	                     patch-third_party_blink_renderer_core_clipboard_system_clipboard_cc 
	                     patch-third_party_blink_renderer_core_exported_web_view_impl_cc 
	                     patch-third_party_blink_renderer_platform_heap_impl_thread_state_cc 
	                     patch-third_party_leveldatabase_env_chromium_cc 
	                     patch-third_party_libsync_src_include_sync_sync_h 
	                     patch-third_party_libsync_src_sync_c 
	                     patch-third_party_pdfium_core_fxcrt_cfx_datetime_cpp 
	                     patch-third_party_pdfium_core_fxge_cfx_fontmapper_cpp 
	                     patch-third_party_swiftshader_include_vulkan_vulkan_hpp 
	                     patch-tools_generate_stubs_rules_gni 
	                     patch-tools_perf_chrome_telemetry_build_BUILD_gn 
	                     patch-ui_base_clipboard_clipboard_constants_cc 
	                     patch-ui_base_clipboard_clipboard_constants_h 
	                     patch-ui_base_data_transfer_policy_data_transfer_endpoint_h 
	                     patch-ui_base_dragdrop_os_exchange_data_provider_h 
	                     patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc 
	                     patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_h 
	                     patch-ui_base_x_x11_cursor_loader_cc 
	                     patch-ui_events_event_cc 
	                     patch-ui_events_ozone_keyboard_hook_ozone_cc 
	                     patch-ui_gfx_render_text_api_fuzzer_cc 
	                     patch-ui_gfx_x_xlib_support_cc 
	                     patch-v8_src_base_platform_platform-openbsd_cc 
Removed files:
	www/iridium/patches: patch-base_files_file_path_watcher_stub_cc 
	                     patch-base_profiler_stack_sampler_openbsd_cc 
	                     patch-chrome_browser_policy_chrome_browser_cloud_management_controller_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_ui_startup_startup_browser_creator_cc 
	                     patch-chrome_common_BUILD_gn 
	                     patch-components_metrics_BUILD_gn 
	                     patch-content_browser_scheduler_responsiveness_jank_monitor_cc 
	                     patch-content_browser_utility_process_host_cc 
	                     patch-content_browser_webui_shared_resources_data_source_cc 
	                     patch-content_public_browser_BUILD_gn 
	                     patch-content_renderer_media_audio_audio_device_factory_cc 
	                     patch-gpu_command_buffer_service_external_vk_image_backing_h 
	                     patch-gpu_command_buffer_service_external_vk_image_gl_representation_cc 
	                     patch-iridium_trknotify_cpp 
	                     patch-media_audio_audio_thread_impl_cc 
	                     patch-printing_backend_cups_helper_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-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_blink_public_common_privacy_budget_identifiable_token_h 
	                     patch-third_party_blink_renderer_platform_heap_thread_state_cc 
	                     patch-third_party_pdfium_core_fxcrt_fx_system_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-tools_gn_src_gn_args_cc 
	                     patch-ui_gl_gl_fence_cc 
	                     patch-ui_views_bubble_bubble_dialog_delegate_view_cc 
	                     patch-ui_webui_resources_js_icon_js 

Log message:
update to 2021.03.88


CVSROOT:	/cvs
Module name:	src
Changes by:	kn@cvs.openbsd.org	2021/04/01 04:34:21

Modified files:
	sys/dev/fdt    : cwfg.c 

Log message:
Hardcode meaningful alert level, track apm's battery state better

The current code looks for the nonexistent "cellwise,alert-level" property
and falls back to zero as threshold (like the original NetBSD code).
It also updates the CONFIG register with that very threshold to let the
hardware set a bit and thus alert us when it has been reached.

Since our sensor framework is designed to poll every N seconds and this
driver does not actually look at whether the hardware alerted, neither
using a default threshold of zero nor updating the hardware with it makes
sense.

Remove the alert level code and simply map >50%, >25% and <=25% of
remaining battery life to apm(4)'s "high", "low" and "critical" battery
state respectively;  this matches exactly what acpibat(4) does and provides
more meaningful sensor readings without relying on nonexistent device tree
bindings.

Feedback OK patrick


CVSROOT:	/cvs
Module name:	src
Changes by:	inoguchi@cvs.openbsd.org	2021/04/01 04:47:38

Modified files:
	usr.bin/openssl: x509.c 

Log message:
Compare the pointer variable explicitly with NULL in if condition


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/01 04:59:10

Modified files:
	devel/p5-Data-Validate-IP: Makefile distinfo 

Log message:
update to p5-Data-Validate-IP-0.30, doc change and code formatting.
ok bluhm


CVSROOT:	/cvs
Module name:	src
Changes by:	job@cvs.openbsd.org	2021/04/01 05:04:30

Modified files:
	usr.sbin/rpki-client: rsync.c 

Log message:
Abate superfluous lines from remote servers

OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	dv@cvs.openbsd.org	2021/04/01 05:05:47

Modified files:
	usr.sbin/vmd   : vmm.c 

Log message:
Remove extraneous call of vm_getbyvmid during pause event

The vm is already being assigned by a call in the if-condition.


CVSROOT:	/cvs
Module name:	ports
Changes by:	feinerer@cvs.openbsd.org	2021/04/01 05:52:25

Modified files:
	math/R         : Makefile distinfo 
	math/R/pkg     : PLIST 

Log message:
Update to R 4.0.5


CVSROOT:	/cvs
Module name:	src
Changes by:	kn@cvs.openbsd.org	2021/04/01 06:06:00

Modified files:
	sys/dev/fdt    : cwfg.c 

Log message:
Clean up nonexistent/unused properties handling

Never used since import and probably just ported over from NetBSD as-is;
"design-capacity" does not exist in the device tree binding.
"monitor-interval-ms" defaults to 250ms as per binding and could be used
in the sensor_task_register() call, but our framework only supports whole
seconds and there's no advantage over our current fixed poll interval of 5s.

OK patrick


CVSROOT:	/cvs
Module name:	ports
Changes by:	rsadowski@cvs.openbsd.org	2021/04/01 06:19:41

Modified files:
	security/qca-qt5: Makefile distinfo 
	security/qca-qt5/patches: patch-plugins_qca-ossl_qca-ossl_cpp 

Log message:
Update qca-qt5 to 2.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kn@cvs.openbsd.org	2021/04/01 06:26:52

Modified files:
	sysutils/firmware/bwfm: Makefile 

Log message:
Use EXTRACT_FILES

Although designed for one file in DISTFILES only, it can still be used if
the glob(7) patterns match all files, i.e. none of the extractions fail
due to unmatched patterns.

Cuts WRKDIR from ~450M to ~18M;  no PLIST change.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2021/04/01 07:17:48

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Also immediately accept the *first* OFFER if it matches the requested address,
rather than waiting for select_timeout to expire before accepting the same
OFFER.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2021/04/01 08:27:48

Modified files:
	lib/libc/stdio : printf.3 

Log message:
For the snprintf range check demo, add a (size_t) cast in the right place
which will satisfy the toughest compiler options


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2021/04/01 08:54:10

Modified files:
	lang/jruby     : Makefile distinfo 
	lang/jruby/pkg : PLIST 

Log message:
Update to JRuby 9.2.17.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2021/04/01 09:37:34

Modified files:
	www/openradtool: Makefile distinfo 

Log message:
Update openradtool to 0.12.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2021/04/01 10:02:57

Modified files:
	devel/fossil   : Makefile distinfo 
	devel/fossil/patches: patch-auto_def 

Log message:
Update fossil to 2.15. Release notes can be found here:
https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_15


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/01 10:04:48

Modified files:
	usr.sbin/rpki-client: Makefile extern.h main.c rpki-client.8 
Added files:
	usr.sbin/rpki-client: repo.c rrdp.c rrdp.h rrdp_delta.c 
	                      rrdp_notification.c rrdp_snapshot.c 

Log message:
Initial commit of RRDP (The RPKI Repository Delta Protocol - RFC8182) support
in rpki-client. For now it is off by default.

All XML processing is done in its own process with minimal pledge rights.
It uses the already present https process to fetch the xml files and uses
the master porcess to handle the file IO into the repositories.
RRDP data is stored in the cache under ./rrdp/ and the first directory
is the SHA256 hash of the notify URI.

Fetching snapshots and deltas works to bring the cache up to date.
If something goes wrong rpki-client will fall back to rsync.

RRDP was implemented by Nils Fisher and integrated into rpki-client by myself.
"Time to get it in" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2021/04/01 10:07:44

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Tweak log_debug() verbiage to reduce repetitive info
(ACK/NAK), add details (DISCOVER/REQUEST) and provide
before/after info for SSID/LLADDR/MTU changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/01 10:16:44

Modified files:
	usr.sbin/rpki-client: rpki-client.8 

Log message:
RRDP is currently off by default.


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/01 10:40:05

Modified files:
	usr.sbin/rpki-client: main.c 

Log message:
Sort usage: rR -> Rr


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/04/01 10:42:50

Modified files:
	lang/mono      : Makefile distinfo 

Log message:
update to 6.12.0.122


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2021/04/01 10:50:23

Modified files:
	usr.sbin/rpki-client: repo.c 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/04/01 10:58:56

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	2021/04/01 10:59:58

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	src
Changes by:	job@cvs.openbsd.org	2021/04/01 11:43:11

Modified files:
	usr.sbin/rpki-client: rpki-client.8 

Log message:
Update manpage about RRDP

OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/04/01 12:02:22

Modified files:
	editors/libreoffice: Makefile distinfo 
	editors/libreoffice/patches: patch-RepositoryExternal_mk 
	                             patch-configure 
	                             patch-vcl_source_app_svapp_cxx 

Log message:
update to 7.0.5.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2021/04/01 12:05:02

Modified files:
	sysutils/librelp: Makefile 
Removed files:
	sysutils/librelp/patches: patch-src_tcp_c 

Log message:
Remove no longer needed LIBRESSL_VERSION_NUMBER patch

"looks good" remi


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/04/01 12:26:20

Modified files:
	x11/gtksourceview4: Makefile 
	x11/gtksourceview4/patches: patch-meson_build 

Log message:
proper fix, as pointed out by aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2021/04/01 12:58:53

Modified files:
	games/returntotheroots: Makefile 

Log message:
Mark BROKEN to not impede new Boost updates.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvk@cvs.openbsd.org	2021/04/01 14:12:13

Modified files:
	net/mattermost-server: Makefile distinfo 

Log message:
Update mattermost-server 5.32.2 -> 5.33.3
Changelog: https://docs.mattermost.com/administration/changelog.html


CVSROOT:	/cvs
Module name:	src
Changes by:	dv@cvs.openbsd.org	2021/04/01 19:56:20

Modified files:
	share/man/man4/man4.amd64: vmm.4 

Log message:
Document ioctl(2)'s for vmm(4). OK kn@.


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/01 20:20:17

Modified files:
	usr.sbin/rpki-client: rrdp_notification.c 

Log message:
Indent struct members like everywhere else.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2021/04/01 20:29:56

Modified files:
	etc/etc.hppa   : MAKEDEV.md 
	etc/etc.loongson: MAKEDEV.md 
	etc/etc.luna88k: MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.octeon : MAKEDEV.md 
	etc/etc.sgi    : MAKEDEV.md 

Log message:
don't put ptys onto the ramdisk media
from miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2021/04/01 20:30:30

Modified files:
	etc/etc.hppa   : MAKEDEV 
	etc/etc.loongson: MAKEDEV 
	etc/etc.luna88k: MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.octeon : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/01 21:02:46

Modified files:
	sys/arch/arm64/arm64: arm64var.h 
	sys/arch/armv7/armv7: armv7.c armv7var.h 
	sys/arch/armv7/omap: omap.c 

Log message:
Fix Dale's email address

ok drahn


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/01 23:16:29

Modified files:
	usr.sbin/rpki-client: repo.c 

Log message:
fix typo + some whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/04/02 00:09:44

Modified files:
	share/man/man4/man4.amd64: vmm.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/04/02 00:11:01

Modified files:
	usr.sbin/rpki-client: rpki-client.8 

Log message:
fix sentence structure;


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2021/04/02 00:30:55

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
if cipher list is not specified for a relay action, use the global
cipher list if defined. otherwise fallback to libtls default.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2021/04/02 00:37:40

Modified files:
	usr.bin/dig/lib/dns: rdata.c 
	usr.bin/dig/lib/dns/include/dns: types.h 
Added files:
	usr.bin/dig/lib/dns/rdata/generic: zonemd_63.c 

Log message:
Implement ZONEMD (RFC8976), based on DS (ds_43.c)
OK sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/04/02 00:43:01

Modified files:
	mail/kopano/core: Makefile distinfo 
	mail/kopano/core/patches: patch-configure_ac 
Added files:
	mail/kopano/core/patches: 
	                          patch-swig_python_kopano_kopano_folder_py 

Log message:
update to 10.0.8


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2021/04/02 00:44:24

Removed files:
	usr.sbin/nsd   : configyyrename.h 

Log message:
configyyrename.h is no longer needed with the switch to flex -P c_.
This was also removed upstream.
OK sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2021/04/02 01:00:30

Modified files:
	lib/libc/asr   : asr_debug.c 

Log message:
swap rname and mname in debug output, and handle the USE_CD flag

from Boudewijn Dijkstra


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2021/04/02 01:19:51

Modified files:
	www/seamonkey  : Makefile distinfo 
	www/seamonkey/pkg: PLIST-lightning PLIST-main 
	www/seamonkey-i18n: Makefile.inc distinfo 

Log message:
www/seamonkey: update to 2.53.7.

See https://www.seamonkey-project.org/releases/seamonkey2.53.7/


CVSROOT:	/cvs
Module name:	ports
Changes by:	solene@cvs.openbsd.org	2021/04/02 01:35:57

Modified files:
	net/synapse    : Makefile distinfo 
	net/synapse/pkg: PLIST synapse.rc 

Log message:
Update to synapse-1.30.0

Update from maintainer Renaud Allard


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:00:02

Modified files:
	sysutils/terragrunt: Makefile distinfo 

Log message:
Update to terragrunt-0.28.18.


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/02 02:07:47

Modified files:
	usr.sbin/rpki-client: rrdp_notification.c 

Log message:
Don't leak the uri of a delta with duplicate serial.

ok claudio deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:31:52

Modified files:
	productivity/gnucash: Makefile distinfo 
	productivity/gnucash/patches: 
	                              patch-gnucash_gnome-utils_gnc-main-window_c 
	productivity/gnucash/pkg: PLIST 
Removed files:
	productivity/gnucash/patches: 
	                              patch-gnucash_gnome-search_search-reconciled_c 

Log message:
Update to gnucash-4.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:32:14

Modified files:
	net/py-botocore: Makefile distinfo 
	net/py-botocore/pkg: PLIST 

Log message:
Update to py3-botocore-1.20.43.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:32:24

Modified files:
	net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.17.43.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:32:36

Modified files:
	sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.19.43.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:35:27

Modified files:
	misc/hwdata    : Makefile distinfo 

Log message:
Update to hwdata-0.346.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:39:42

Modified files:
	print/psutils  : Makefile distinfo 

Log message:
Update to psutils-2.05.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:40:26

Modified files:
	print/ptouch-driver: Makefile distinfo 
	print/ptouch-driver/pkg: PLIST 
Removed files:
	print/ptouch-driver/patches: patch-ptexplain_c 
	                             patch-rastertoptch_c 

Log message:
Update to ptouch-driver-1.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:44:13

Modified files:
	sysutils/amazon-ssm-agent: Makefile distinfo 
	sysutils/amazon-ssm-agent/patches: 
	                                   patch-agent_appconfig_constants_unix_go 

Log message:
Update to amazon-ssm-agent-3.0.882.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:44:24

Modified files:
	sysutils/exoscale-cli: Makefile distinfo 

Log message:
Update to exoscale-cli-1.27.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:51:51

Modified files:
	sysutils/google-cloud-sdk: Makefile distinfo 
	sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-334.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:58:17

Modified files:
	sysutils/packer: Makefile distinfo 

Log message:
Update to packer-1.7.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 02:58:31

Modified files:
	textproc/foliate: Makefile distinfo 

Log message:
Update to foliate-2.6.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 03:07:58

Modified files:
	sysutils/libvirt: Makefile distinfo 
	sysutils/libvirt/patches: patch-meson_build 
	                          patch-src_rpc_virnetsocket_c 
	sysutils/libvirt/pkg: PLIST 

Log message:
Update to libvirt-7.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 03:09:52

Modified files:
	sysutils/p5-Sys-Virt: Makefile distinfo 
	sysutils/p5-Sys-Virt/pkg: PLIST 

Log message:
Update to p5-Sys-Virt-7.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/02 03:10:08

Modified files:
	sysutils/libvirt-python: Makefile distinfo 

Log message:
Update to py3-libvirt-7.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/04/02 03:27:43

Log message:
    import gtksourceview-5.0.0
    
    GtkSourceView is a text widget that extends the standard gtk+ 4.x text
    widget GtkTextView. It improves GtkTextView by implementing syntax
    highlighting and other features typical of a source editor.
    
    feedback and ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20210204
    
    N ports/x11/gtksourceview5/Makefile
    N ports/x11/gtksourceview5/distinfo
    N ports/x11/gtksourceview5/patches/patch-meson_build
    N ports/x11/gtksourceview5/pkg/DESCR
    N ports/x11/gtksourceview5/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/04/02 03:29:09

Modified files:
	x11            : Makefile 

Log message:
+gtksourceview5


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/04/02 04:02:33

Modified files:
	mail/kopano    : Makefile.inc 

Log message:
bad robert missed this file from previous update


CVSROOT:	/cvs
Module name:	src
Changes by:	inoguchi@cvs.openbsd.org	2021/04/02 04:19:20

Modified files:
	usr.bin/openssl: s_cb.c 

Log message:
Show DTLS1.2 message with openssl(1) s_server and s_client

ok jsing@ tb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/04/02 04:19:34

Modified files:
	net/wireguard-tools: Makefile distinfo 

Log message:
update to wireguard-tools-1.0.20210315


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/04/02 04:27:40

Modified files:
	sysutils/borgmatic: Makefile distinfo 

Log message:
update to borgmatic-1.5.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2021/04/02 04:36:20

Modified files:
	sysutils/py-hpilo: Makefile distinfo 
	sysutils/py-hpilo/pkg: PLIST 

Log message:
update to py-hpilo-4.4.3


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/02 05:35:05

Modified files:
	usr.sbin/rpki-client: http.c 

Log message:
Include the default cert.pem file path in tls_load_file error message.
Should help for -portable where sometimes the cert.pem is missing.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2021/04/02 08:20:57

Modified files:
	regress/lib/libc/regex: tests 

Log message:
Two cases of BRE involving counts and backrefs that go wrong and
similar that have no isssues. Reported by Michael Paoli.  Failing
cases commented out for now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/02 08:24:40

Modified files:
	www/qutebrowser: Makefile distinfo 

Log message:
update to qutebrowser-2.1.1, from maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/02 08:25:21

Modified files:
	www/composer   : Makefile distinfo 

Log message:
update to composer-2.0.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/02 08:28:43

Modified files:
	devel/perltidy : Makefile distinfo 

Log message:
update to perltidy-20210402


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/02 08:42:28

Modified files:
	graphics/py-Pillow: Makefile distinfo 

Log message:
update to py3-Pillow-8.2.0


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2021/04/02 10:41:36

Modified files:
	usr.sbin/rpki-client: http.c 

Log message:
info gotten via getnameinfo in http_connect() is not used anymore, it is
old debugging gunk
ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/02 11:10:12

Modified files:
	usr.sbin/rpki-client: http.c 

Log message:
In http_connect() if the connect was actually successful break out of the
for loop. Also in http_finish_connect() if the connect was successful
cleanup the addrinfo struct. It is no longer needed.
Found with deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/02 11:38:46

Modified files:
	x11/mlvwm      : Makefile distinfo 
Added files:
	x11/mlvwm/patches: patch-mlvwm_menus_c 

Log message:
update to mlvwm-0.9.3, from maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/02 11:40:48

Modified files:
	databases/recoll: Makefile distinfo 
	databases/recoll/patches: patch-Makefile_in 

Log message:
update to recoll-1.30.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2021/04/02 12:44:20

Modified files:
	app/xterm      : MANIFEST NEWS THANKS Tekproc.c charproc.c 
	                 configure.in ctlseqs.ms ctlseqs.txt data.h 
	                 fontutils.c fontutils.h graphics.c 
	                 graphics_regis.c html.c linedata.c main.c 
	                 menu.c menu.h misc.c print.c ptyx.h resize.c 
	                 screen.c svg.c terminfo trace.c util.c 
	                 version.h xterm.appdata.xml xterm.h 
	                 xterm.log.html xterm.man xtermcfg.hin 
	app/xterm/package: xterm.spec 
	app/xterm/package/debian: changelog 
	app/xterm/package/freebsd: Makefile 
	app/xterm/package/pkgsrc: Makefile 
	app/xterm/vttests: 16colors.sh 8colors.sh acolors.sh 
	                   doublechars.sh dynamic.sh dynamic2.sh 
	                   fonts.sh other-sgr.sh resize.sh title.sh 

Log message:
Update to xterm 367. Tested by abieber@, dv@ and Trondd. Thanks.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2021/04/02 12:46:01

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	dv@cvs.openbsd.org	2021/04/02 13:07:18

Modified files:
	usr.sbin/vmctl : main.c 

Log message:
Remove superflouus mmcpy()

Reported by Preben Guldberg. ok mlarkin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2021/04/02 13:59:10

Modified files:
	net/curl       : Tag: OPENBSD_6_8 Makefile 
	net/curl/patches: Tag: OPENBSD_6_8 patch-lib_vtls_openssl_c 
Added files:
	net/curl/patches: Tag: OPENBSD_6_8 patch-lib_transfer_c 
	                  patch-lib_vtls_vtls_c patch-lib_vtls_vtls_h 

Log message:
net/curl: security fixes

CVE-2021-22876: Automatic referer leaks credentials
CVE-2021-22890: TLS 1.3 session ticket proxy host mixup


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2021/04/02 14:16:45

Modified files:
	www/puppetboard: Makefile distinfo 

Log message:
update 3.0.0.post3 -> 3.0.0.post4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2021/04/02 14:49:58

Modified files:
	security/exploitdb: Makefile distinfo 
	security/exploitdb/pkg: PLIST 

Log message:
update to 2021-04-02


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/04/02 23:21:46

Modified files:
	usr.bin/ssh    : misc.c 

Log message:
Fix two problems in string->argv conversion: 1) multiple backslashes
were not being dequoted correctly and 2) quoted space in the middle
of a string was being incorrectly split.

A unit test for these cases has already been committed

prompted by and based on GHPR#223 by Eero Häkkinen; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/04/02 23:28:43

Modified files:
	usr.bin/ssh    : sftp-server.c 

Log message:
unused variable


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/04/02 23:40:40

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
ensure that pkcs11_del_provider() is called before exit - some PKCS#11
providers get upset if C_Initialize is not matched with C_Finalize.

From Adithya Baglody via GHPR#234; ok markus


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/04/02 23:46:41

Modified files:
	usr.bin/ssh    : sshd.8 

Log message:
fix incorrect plural; from Ville Skyttä via GHPR#181


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/04/02 23:54:14

Modified files:
	usr.bin/ssh    : chacha.h channels.h log.h servconf.h 

Log message:
whitespace (tab after space)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/04/03 00:18:41

Modified files:
	usr.bin/ssh    : addrmatch.c auth-krb5.c auth-options.c auth.c 
	                 auth2-pubkey.c auth2.c channels.c channels.h 
	                 cipher.c dh.c kex.c kexgen.c log.c misc.c 
	                 misc.h mux.c packet.c readconf.c scp.c 
	                 servconf.c servconf.h serverloop.c session.c 
	                 sftp-client.c sftp-server.c sftp.c srclimit.c 
	                 ssh-add.c ssh-agent.c ssh-keygen.c 
	                 ssh-sk-client.c ssh_api.c sshconnect.c 
	                 sshconnect2.c sshd.c sshkey-xmss.c 
	                 sshkey-xmss.h sshkey.c utf8.h xmalloc.h 

Log message:
highly polished whitespace, mostly fixing spaces-for-tab and bad
indentation on continuation lines. Prompted by GHPR#185


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/04/03 00:55:52

Modified files:
	usr.bin/ssh    : ssh_config.5 sshd_config.5 

Log message:
sync CASignatureAlgorithms lists with reality. GHPR#174 from
Matt Hazinski


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2021/04/03 00:58:30

Modified files:
	usr.bin/ssh    : hostfile.c sftp.c umac.c 

Log message:
typos in comments; GHPR#180 from Ville Skyttä


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/03 02:10:46

Modified files:
	x11/gnome/tracker3: Makefile distinfo 

Log message:
Update to tracker3-3.0.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/03 02:10:58

Modified files:
	x11/gnome/tracker3-miners: Makefile distinfo 

Log message:
Update to tracker3-miners-3.0.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/03 02:11:47

Modified files:
	net/py-botocore: Makefile distinfo 

Log message:
Update to py3-botocore-1.20.44.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/03 02:11:58

Modified files:
	net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.17.44.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2021/04/03 02:12:12

Modified files:
	sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.19.44.


CVSROOT:	/cvs
Module name:	ports
Changes by:	thfr@cvs.openbsd.org	2021/04/03 02:34:41

Modified files:
	games/fna      : Makefile distinfo 

Log message:
update to FNA 21.04.
Now supports WMA2 audio, for example for the game Unholy Heights
Tested with Unholy Heights, Celeste, Rogue Legacy

Update Notes:

New Features:
Added XMA2 SoundEffect support, for Xbox 360 data
Update to FNA3D 21.04
Update to FAudio 21.04

Fixes:
Fixed support for high-DPI on Wayland
Fixed the Emscripten DllImport names for WASM builds
Design: Add spaces between struct members when generating strings
GamePad: Trigger/Axis-to-Buttons conversion is now done in GamePadState,
not FNAPlatform
SoundEffect: Fix reading content with with no cbSize in the wave format
header


CVSROOT:	/cvs
Module name:	ports
Changes by:	thfr@cvs.openbsd.org	2021/04/03 02:36:35

Modified files:
	audio/faudio   : Makefile distinfo 

Log message:
update to FAudio 21.04. Now supporting audio in "Unholey Heights".
Tested with Unholy Heights, Cryptark, Celeste, Rogue Legacy

Update Notes:

New Features:
Added support for SDL_GetAudioDeviceSpec, coming in a future SDL release
FACT: Implemented accurate Fast/Slow/SinCos RPC curve types
Added support for XMA2 audio, for Xbox 360 data

Fixes:
Voice filters/effects should be processed even when SendCount is 0
FACT:
Fix parsing/calculation of filter Q factors
Enforce STOPPING flag for fade-outs or RPC releases
Various fixes for parsing big-endian SoundBanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	thfr@cvs.openbsd.org	2021/04/03 02:37:57

Modified files:
	graphics/fna3d : Makefile distinfo 
	graphics/fna3d/patches: patch-CMakeLists_txt 

Log message:
update to FNA3D 21.04. Tested with Unholy Heights, Celeste, Cryptark, Rogue
Legacy.

Update Notes:

Fixes:
OpenGL:
Fix a possible conditional on uninitialized memory in ReadBackbuffer
Builds no longer require SDL_syswm.h, unless you're building for UIKit
VertexElementFormat.Color input should be normalized, even if VertexElementUsage is not also Color
Work around Wayland transparency issues by inaccurately forcing an RGB8 backbuffer, rather than RGBA8
D3D11: Various threading safety fixes, notably for shader programs and ReadBackbuffer
Fixed a tracing bug that caused data to get overwritten after calling ResetBackbuffer
Continued work on the Vulkan pre-release


CVSROOT:	/cvs
Module name:	ports
Changes by:	fcambus@cvs.openbsd.org	2021/04/03 05:11:14

Modified files:
	net/dbip       : Makefile.inc 
	net/dbip/asn   : distinfo 
	net/dbip/city  : distinfo 
	net/dbip/country: distinfo 

Log message:
Update dbip to 2021-04.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fcambus@cvs.openbsd.org	2021/04/03 05:11:52

Modified files:
	fonts/inter    : Makefile distinfo 

Log message:
Update inter to 3.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/03 05:13:49

Modified files:
	sysutils/htop  : Makefile 
	sysutils/htop/patches: patch-openbsd_OpenBSDProcessList_c 
Added files:
	sysutils/htop/patches: patch-openbsd_OpenBSDProcessList_h 

Log message:
merge back in a bit more of the previous offline CPUs patch which I think
should re-unbreak AMD SMT


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/03 05:15:46

Modified files:
	graphics/ffmpeg: Makefile 
	multimedia/x264: Makefile 
	x11/vlc        : Makefile 
	x11/vlc/patches: patch-src_posix_thread_c 
Added files:
	graphics/ffmpeg/patches: patch-libavutil_cpu_c 
	multimedia/x264/patches: patch-common_cpu_c 

Log message:
Use HW_NCPUONLINE/_SC_NPROCESSORS_ONLN for FFmpeg, VLC, X264. From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2021/04/03 07:33:10

Modified files:
	www/openradtool: Makefile distinfo 
	www/openradtool/pkg: PLIST 

Log message:
Update openradtool to 0.12.5


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/03 07:34:45

Modified files:
	regress/lib/libcrypto/wycheproof: wycheproof.go 

Log message:
Run the CMAC tests through EVP_PKEY_new_CMAC_key().


CVSROOT:	/cvs
Module name:	ports
Changes by:	danj@cvs.openbsd.org	2021/04/03 08:53:30

Modified files:
	net/haproxy    : Makefile distinfo 

Log message:
Update to haproxy-2.3.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2021/04/03 09:09:21

Modified files:
	misc/bible-kjv : Makefile distinfo 

Log message:
misc/bible-kjv: maintenance update to 4.32, no changes for us


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2021/04/03 09:10:58

Modified files:
	sys/arch/arm64/dev: smmu.c 

Log message:
Exclude the first page from I/O virtual address space, which is the NULL
pointer address.  Not allowing this one to be allocated might help find
driver bugs, where the device is programmed with a NULL pointer.  We have
plenty of address space anyway, so excluding this single page does not
hurt at all and can only have positive effects.

Idea from kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2021/04/03 09:59:08

Modified files:
	sys/arch/arm64/dev: smmu.c 

Log message:
Add a guard page between I/O virtual address space allocations.  The idea
is that IOVA allocations always have a gap in-between which produces a fault
on access.  If a transfer to a given allocation runs further than expected
we should be able to see it.  We pre-allocate IOVA on bus DMA map creation,
and as long as we don't allocate a PTE descriptor, this comes with no cost.
We have plenty of address space anyway, so adding a page-sized gap does not
hurt at all and can only have positive effects.

Idea from kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2021/04/03 11:01:29

Modified files:
	mail/mailman   : Makefile distinfo 

Log message:
update to 2.1.34; ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2021/04/03 11:02:36

Modified files:
	x11/xfce4/mousepad: Makefile distinfo 

Log message:
x11/xfce4/mousepad: update to 0.5.4.

see https://mail.xfce.org/pipermail/xfce-announce/2021-April/001028.html
migrates to gtksourceview4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	cwen@cvs.openbsd.org	2021/04/03 13:31:41

Modified files:
	x11/gtk+4      : Makefile 

Log message:
gtk+4: unbreak on ld.bfd arches

Fix undefined references by disabling "-Wl,--as-needed" on these arches.

OK aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/03 14:19:47

Modified files:
	net/lldpd      : Makefile distinfo 

Log message:
update to lldpd-1.0.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/03 14:27:26

Modified files:
	www/chromium   : Makefile 

Log message:
mark BROKEN-i386


CVSROOT:	/cvs
Module name:	src
Changes by:	tobhe@cvs.openbsd.org	2021/04/03 15:29:14

Modified files:
	sbin/iked      : vroute.c 

Log message:
Add size check for sockaddr mask.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2021/04/03 15:48:56

Modified files:
	security/hcxtools: Makefile distinfo 
	security/hcxtools/pkg: PLIST 

Log message:
update 6.1.5 -> 6.1.6


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/04/04 00:11:24

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
missing comma; from kawashima james


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/04/04 00:18:58

Modified files:
	usr.bin/mandoc : mandoc.1 

Log message:
fix spacing issue in macro;


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2021/04/04 01:48:58

Modified files:
	devel/protobuf : Makefile distinfo 

Log message:
Update to protobuf 3.15.7

Main change is the removal of the pb namespace introduced in 3.15.0 that
caused some breakage (as in audio/clementine). Other than that there are
version number bumps and autoconf churn. All consumers built on amd64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	tb@cvs.openbsd.org	2021/04/04 01:49:45

Modified files:
	devel/py-protobuf: Makefile distinfo 

Log message:
Update to py-protobuf 3.15.7

Only the version number changed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	feinerer@cvs.openbsd.org	2021/04/04 01:50:23

Modified files:
	databases/py-pg_activity: Makefile distinfo 
	databases/py-pg_activity/pkg: PLIST 

Log message:
Update to pg_activity 2.1.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2021/04/04 02:51:50

Modified files:
	www/analog     : Makefile 

Log message:
switch HOMEPAGE and MASTER_SITES to HTTPS


CVSROOT:	/cvs
Module name:	ports
Changes by:	solene@cvs.openbsd.org	2021/04/04 02:57:15

Log message:
    Import vger-1.06
    
    Vger is a gemini server supporting chroot, virtualhosts,
    CGI, default language choice, redirections and MIME types
    detection.
    
    Vger design is relying on inetd and a daemon to take care of
    TLS.  The idea is to delegate TLS and network to daemons
    which proved doing it correctly, so vger takes its request
    from stdin and output the result to stdout.
    
    ok thfr@
    
    Status:
    
    Vendor Tag:	solene
    Release Tags:	solene_20210404
    
    N ports/net/vger/Makefile
    N ports/net/vger/distinfo
    N ports/net/vger/pkg/DESCR
    N ports/net/vger/pkg/README
    N ports/net/vger/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	solene@cvs.openbsd.org	2021/04/04 02:57:59

Modified files:
	net            : Makefile 

Log message:
+ vger


CVSROOT:	/cvs
Module name:	ports
Changes by:	solene@cvs.openbsd.org	2021/04/04 02:58:22

Modified files:
	infrastructure/db: user.list 

Log message:
add _vger for net/vger


CVSROOT:	/cvs
Module name:	ports
Changes by:	solene@cvs.openbsd.org	2021/04/04 03:11:48

Modified files:
	sysutils/rclone: Makefile 
	sysutils/rclone/pkg: PLIST 

Log message:
Add completion file for the shell fish

ok bket@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/04/04 05:36:56

Modified files:
	usr.bin/ssh    : ssh_config.5 sshd_config.5 

Log message:
remove stray inserts; from matthias schmidt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2021/04/04 06:45:17

Added files:
	security/hcxtools/patches: patch-hcxpmktool_c 

Log message:
include missing patch from last update
build failure reported by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	kn@cvs.openbsd.org	2021/04/04 09:25:11

Modified files:
	share/man/man9 : printf.9 

Log message:
Document support subset of conversion specification

Clarify that printf(9) only knows
%[width][size]conversion
contrary to printf(3)'s
%[argno$][flags][width][.precision][size]conversion

Feedback OK jmc
OK deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/04/04 09:53:23

Modified files:
	www/chromium   : Makefile 
	www/chromium/patches: patch-net_BUILD_gn 

Log message:
unbreak multicast and getnetworklist


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/04 10:19:47

Modified files:
	regress/lib/libtls/tls: tlstest.c 

Log message:
Clean up client and server tls{,_config} contexts in tls_test().

Leaks reported by Ilya Shipitsin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2021/04/04 10:44:18

Removed files:
	www/chromium/patches: patch-net_base_network_interfaces_posix_cc 

Log message:
remove obsolete patch


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/04 13:32:26

Modified files:
	regress/lib/libcrypto/bn/mont: mont.c 

Log message:
Don't leak key and dh in the error path.


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/04 13:36:09

Modified files:
	regress/lib/libcrypto/bn/mont: mont.c 

Log message:
Explicitly NULL pointers to avoid a double free.


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/04 13:55:46

Modified files:
	regress/lib/libssl/bytestring: bytestringtest.c 

Log message:
Use correct type for tmp in test_write_bytes()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2021/04/04 14:08:49

Modified files:
	share/misc     : na.phone 

Log message:
431 is an overlay over 204 (Manitoba)


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/04 14:16:30

Modified files:
	regress/lib/libssl/unit: ssl_methods.c 

Log message:
Add tests for DTLSv1_2{,_client,_server}_method()


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/04 14:21:43

Modified files:
	regress/lib/libssl/unit: ssl_methods.c 

Log message:
Fix two copy paste errors in error messages


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/04 14:40:48

Modified files:
	regress/lib/libcrypto/aeswrap: aes_wrap.c 

Log message:
Add missing error check for AES_unwrap_key().


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2021/04/04 17:03:07

Modified files:
	sys/conf       : newvers.sh 

Log message:
leave -beta


CVSROOT:	/cvs
Module name:	www
Changes by:	kn@cvs.openbsd.org	2021/04/04 17:08:33

Modified files:
	.              : 69.html 

Log message:
Fix year; ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2021/04/04 17:33:49

Modified files:
	net/knot       : Makefile distinfo 

Log message:
Update to knot-3.0.5

Mostfly bug fixes.
Release notes:
https://www.knot-dns.cz/2021-03-25-version-305.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2021/04/04 17:43:25

Modified files:
	editors/emacs  : Makefile distinfo 
	editors/emacs/pkg: PLIST 
Removed files:
	editors/emacs/patches: patch-src_gtkutil_c 

Log message:
Bugfix update to emacs-27.2

Tested by Timo Myyra and krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kn@cvs.openbsd.org	2021/04/04 18:51:14

Modified files:
	bin/ps         : print.c 

Log message:
Remove unused variables

From Daniel Kovacic , thanks!
No object change.


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/05 01:02:50

Modified files:
	lib/libcrypto/x509: x509_vpm.c 

Log message:
Don't leak param->name in x509_verify_param_zero()

For dynamically allocated verify parameters, param->name is only ever set
in X509_VERIFY_set1_name() where the old one is freed and the new one is
assigned via strdup(). Setting it to NULL without freeing it beforehand is
a leak.

looks correct to millert, ok inoguchi


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2021/04/05 02:43:48

Modified files:
	usr.bin/tmux   : grid-reader.c tmux.h window-copy.c 

Log message:
Fix a couple of edge cases with the jump-back-xxx commands, and also
update back-to-indentation to use grid_reader, thereby fixing line
wrapping issues. From Anindya Mukherjee, GitHub issue 2633.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2021/04/05 03:31:45

Modified files:
	sys/dev/fdt    : sdhc_fdt.c 

Log message:
Revert slow mode change so that we always use it for legacy and high speed
timings, and if the device tree tells us to.  While the change was done to
reduce diff, it introduced a regression on some devices, hence this revert.

Reported and tested by dtucker@
Tested by kettenis@ and myself


CVSROOT:	/cvs
Module name:	src
Changes by:	dv@cvs.openbsd.org	2021/04/05 05:35:27

Modified files:
	usr.sbin/vmd   : vmd.c 

Log message:
Send correct response type on unpause errors.

ok pd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2021/04/05 05:58:36

Modified files:
	devel/got      : Makefile distinfo 

Log message:
update to got 0.52

- fix error checking in dial_ssh()
- increase pack index cache size from 16 to 64 to improve performance
- fix off-by-one in got_repo_cache_pack() causing the wrong pack to be evicted
- cap pack file cache size at 1/8 of the current open file desciptor limit
- when reading a pack index byte-swap fields at compile-time where possible
- diff: reduce duplicate code (kn)
- fix "mandoc -T lint" WARNINGS and ERRORS, add missing word (kn)
- fix open file descriptor leak in error path of read_object_header_privsep()


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2021/04/05 06:13:07

Modified files:
	sys/dev/fdt    : mvsw.c 

Log message:
Fix typo in debug message.  ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 07:21:48

Modified files:
	net/p5-Net-CIDR-Lite: Makefile distinfo 

Log message:
update to p5-Net-CIDR-Lite-0.22
fixes treating IP addresses with leading 0 as octal


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 07:22:13

Modified files:
	net/p5-Net-CIDR-Lite: Tag: OPENBSD_6_8 Makefile distinfo 

Log message:
update to p5-Net-CIDR-Lite-0.22
fixes treating IP addresses with leading 0 as octal


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 07:26:31

Modified files:
	security/passwdqc: Makefile distinfo 
	security/passwdqc/patches: patch-passwdqc_conf_5 patch-pwqgen_1 
	security/passwdqc/pkg: PLIST 

Log message:
update to passwdqc-2.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 07:27:45

Modified files:
	math/visidata  : Makefile distinfo 
	math/visidata/pkg: PLIST 

Log message:
update to visidata-2.3


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2021/04/05 08:11:05

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Move client-detached into server_client_lost so it is fired even if a
client is closed unexpectedly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 08:13:39

Modified files:
	graphics/openimageio: Makefile distinfo 
	graphics/openimageio/pkg: PLIST 

Log message:
update to openimageio-2.2.13.0, from maintainer plus I synced wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 08:20:07

Modified files:
	devel/py-astroid: Makefile distinfo 

Log message:
update to py-astroid-2.5.2 and add a comment warning about pylint
compatibility when updating, similar to diff from rgcinjp@ disroot org


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 08:21:15

Modified files:
	devel/pylint   : Makefile 

Log message:
pylint: set tighter version dependency on py-astroid, similar to a diff
from rgcinjp@ disroot org


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 08:30:04

Modified files:
	sysutils/firmware/bwfm: Makefile 
	sysutils/firmware/bwfm/pkg: PLIST 

Log message:
The bwfm(4) on nanopc-t4 is on an Ampak AP6356S module. Copy the nvram
config file used for Rock960 (also using AP6356S) so that it's used on
nanopc-t4 as well. Similar change requested by Colin Tree. ok kurt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/05 08:30:35

Modified files:
	net/mosquitto  : Makefile distinfo 
	net/mosquitto/patches: patch-src_mosquitto_c 
	                       patch-test_broker_Makefile 

Log message:
update to mosquitto-2.0.10


CVSROOT:	/cvs
Module name:	src
Changes by:	kn@cvs.openbsd.org	2021/04/05 08:36:18

Modified files:
	sys/dev/fdt    : simpleaudio.c 

Log message:
Set sysclk before using it

simpleaudio_set_params() calls set_params() which reads sysclk off the
"i2s_clk" property before it sets that very clock's rate with
dd_set_sysclk() (in case there's multiplier specified).

Hence reverse the order so set_params() can pick up the newly set rate.

The rate is still off on the Pinebook Pro, but I came across this when
reading the code;  this also matches NetBSD's sys/dev/fdt/ausoc.c r1.6
"Set sysclk rate at set_format time, so the link set_format callback can
read the new sysclk".

OK kettenis patrick


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2021/04/05 09:50:11

Modified files:
	usr.sbin/smtpd : ioev.c 

Log message:
Until tls_accept_socket() succeeds, the tls context bound to a session
belongs to the listener, and should not be freed with that session if
an error occurs before.  Unlink it from the session early in the accept
callback to avoid this.

tweaks and ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	semarie@cvs.openbsd.org	2021/04/05 09:58:15

Modified files:
	productivity/tryton/5.0/account: Makefile distinfo 
	productivity/tryton/5.0/account_asset: Makefile distinfo 
	productivity/tryton/5.0/account_be: Makefile distinfo 
	productivity/tryton/5.0/account_invoice: Makefile distinfo 
	productivity/tryton/5.0/account_payment: Makefile distinfo 
	productivity/tryton/5.0/account_payment_sepa: Makefile distinfo 
	productivity/tryton/5.0/account_statement: Makefile distinfo 
	productivity/tryton/5.0/account_statement_ofx: Makefile distinfo 
	productivity/tryton/5.0/notification_email: Makefile distinfo 
	productivity/tryton/5.0/product_cost_fifo: Makefile distinfo 
	productivity/tryton/5.0/proteus: Makefile distinfo 
	productivity/tryton/5.0/purchase: Makefile distinfo 
	productivity/tryton/5.0/sale: Makefile distinfo 
	productivity/tryton/5.0/sale_shipment_cost: Makefile distinfo 
	productivity/tryton/5.0/sale_supply_drop_shipment: Makefile 
	                                                   distinfo 
	productivity/tryton/5.0/stock: Makefile distinfo 
	productivity/tryton/5.0/stock_package: Makefile distinfo 
	productivity/tryton/5.0/tryton: Makefile distinfo 
	productivity/tryton/5.0/trytond: Makefile distinfo 
	productivity/tryton/5.0/web_user: Makefile distinfo 

Log message:
productivity/tryton/5.0: maintenance update


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2021/04/05 10:17:26

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add 0x413d:0x2107 for various PCSensors TEMPer devices


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2021/04/05 10:18:32

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2021/04/05 10:26:06

Modified files:
	share/man/man4 : ugold.4 
	sys/dev/usb    : ugold.c 

Log message:
ugold(4): add support for TEMPerGold & more TEMPerHUM devices

originally from mlarkin@ for TEMPerGold_V3.1 (only a temperature sensor),
i just added TEMPerX variants to the mix - all those devices share the
same usb product id (boo), so differentiate them on the firmware string...
even if the device is labelled as TEMPerHUM and has a blue TXT button on
it, its firmware reports itself as TEMPerX_V3.3.

ok jung@ sthen@ mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	dv@cvs.openbsd.org	2021/04/05 12:09:48

Modified files:
	usr.sbin/vmd   : Makefile loadfile.h loadfile_elf.c vm.c vmd.h 

Log message:
Support booting from compressed kernel images.

The bsd.rd ramdisk now ships gzip'd on amd64. Use libz in base to
transparently handle decompression of any compressed kernel images.

Patch from Josh Rickmar.

ok kn@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2021/04/05 12:17:37

Modified files:
	usr.bin/rsync  : sender.c 

Log message:
minor KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	dv@cvs.openbsd.org	2021/04/05 12:26:46

Modified files:
	sys/arch/amd64/amd64: vmm.c 
	sys/arch/amd64/include: vmmvar.h 

Log message:
Improve rdmsr/wrmsr exit handling for both AMD SVM and Intel VMX.

At some point, the logic for handling vmexits related to msr access
changed and the handling for SVM diverged from VMX. While booting the
newest 9front release, abieber@ noticed boot loops on an AMD host.

This commit changes the behavior to be the same between SVM and VMX hosts,
with the exception of a single MSR, and enforces that any rdmsr
instruction must be explicitly handled otherwise a #GP is injected into
the guest. Any wrmsr instructions that are not explicitly handled are
ignored (%rax, %rdx set to 0).

The PAT msr is now shadowed, allowing guests to read a copy of the host
PAT. Their writes are stored in guest vcpu state and not passed through to
the host cpu. (PAT writes are validated, however, and invalid values
inject #GP.)

tested by brynet@, abieber@
ok brynet@, mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2021/04/05 14:45:49

Modified files:
	sys/dev/usb    : uvideo.c usbdevs 

Log message:
Add a new quirk flag to not attach video devices which aren't supported by
uvideo(4) currently, like the Chicony Integrated IR Camera.  This is
especially helpful when you have two video devices of which the unsupported
one is attached first as reported by martijn@.

OK gnezdo@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2021/04/05 14:46:06

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	benno@cvs.openbsd.org	2021/04/05 15:59:13

Modified files:
	.              : 69.html 

Log message:
first set of new things in 6.9. This is work in progress, next chunk comming soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	dv@cvs.openbsd.org	2021/04/05 18:19:58

Modified files:
	sys/arch/amd64/amd64: vmm.c 

Log message:
Restore EPT protection checks on VMX when using VMM_IOC_MPROTECT_EPT

A prior fix related to lack of TLB flushing accidentally removed the
fault type checks related to the access protection features available
via the VMM_IOC_MPROTECT_EPT ioctl. This restores the same logic for
checking the fault type and the exit to userland if the fault is due
to EPT access protections.

While here, update the comment for vmx_fault_page to accurately
reflect the various potential return values.

Reported by Adam Steen.

OK mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/04/06 00:28:39

Modified files:
	usr.sbin/httpd : httpd.conf.5 

Log message:
use "braces" consistenly; fastcgi can take multiple options;
original issue and text from laurence tratt, with updates from raf czlonka


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2021/04/06 00:48:43

Modified files:
	.              : 69.html 

Log message:
69.html: fix link to INSTALL.powerpc64, from miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2021/04/06 01:07:42

Modified files:
	.              : 68.html 

Log message:
68.html: also fix link to INSTALL.powerpc64


CVSROOT:	/cvs
Module name:	ports
Changes by:	denis@cvs.openbsd.org	2021/04/06 01:22:39

Modified files:
	databases/timescaledb: Makefile distinfo 
	databases/timescaledb/pkg: PLIST 

Log message:
Update to v2.1.0


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2021/04/06 03:07:33

Modified files:
	regress/usr.bin/ssh/unittests/misc: test_expand.c 

Log message:
Don't check return value of unsetenv().  It's part of the environment
setup and not part of the actual test, and some platforms -portable runs
on declare it as returning void, which prevents the test from compiling.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/06 06:28:56

Modified files:
	usr.sbin/rpki-client: http.c 

Log message:
Kill unused globals and swap the POLLIN and POLLOUT handler for the
pipe to the main process.
OK job@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/06 06:30:43

Modified files:
	usr.sbin/rpki-client: http.c 

Log message:
Move the http_fail() call out of http_free(). Doing the error reporting
there is not quite right.
OK job@


CVSROOT:	/cvs
Module name:	ports
Changes by:	solene@cvs.openbsd.org	2021/04/06 06:32:04

Modified files:
	net/mlvpn      : Makefile 
Added files:
	net/mlvpn/patches: patch-src_privsep_c 

Log message:
Fix a fatal error in client mode because of a missing pledge
Reported upstream

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/06 06:35:24

Modified files:
	usr.sbin/rpki-client: http.c 

Log message:
Cleanup http_connect() and make it look more like the example in
getaddrinfo(3). Most notable change is the error reporting.
Do not warn if cause is not set. In this case the last connect attempt
failed but there is no alternate address to use. Since that error was
already logged there is no need for an extra warning here.
OK job@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/06 06:36:25

Modified files:
	net/mlvpn      : Makefile 

Log message:
add "uses pledge" marker


CVSROOT:	/cvs
Module name:	src
Changes by:	kn@cvs.openbsd.org	2021/04/06 08:17:35

Modified files:
	sys/sys        : mount.h 

Log message:
Print all mount(2) flags in ddb's "show all mounts"

Quite a few flags were never accounted for in MNT_BITS, resulting in bogus
debug output such as "flags 4205800" (integer value
does not match string interpretation, i.e. "SOFTDEP,SWAPPABLE" is missing).

Spotted while instrumenting "show all mounts" to report a softdep panic.

Feedback OK visa


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2021/04/06 08:35:14

Modified files:
	www/honk       : Makefile distinfo 

Log message:
Bonk honk to this vonk: 0.9.6! Patch from MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2021/04/06 08:39:00

Modified files:
	devel/cbindgen : Makefile distinfo 

Log message:
devel/cbindgen: update to 0.18.0


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/06 09:00:19

Modified files:
	regress/lib/libcrypto/sm3: sm3test.c 

Log message:
minor style tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/06 09:22:30

Modified files:
	usr.sbin/rpki-client: rpki-client.8 

Log message:
Mention the http client in two places.

ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/06 10:30:27

Modified files:
	regress/lib/libcrypto/asn1: asn1evp.c 

Log message:
spaces -> tabs


CVSROOT:	/cvs
Module name:	src
Changes by:	tb@cvs.openbsd.org	2021/04/06 10:40:34

Modified files:
	regress/lib/libcrypto/bn/rand: bn_rand_interval.c 

Log message:
use errx() instead of err()


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2021/04/06 10:52:43

Modified files:
	net/p5-Net-DNS : Makefile distinfo 

Log message:
update p5-Net-DNS to 1.30


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2021/04/06 12:29:43

Modified files:
	usr.sbin/rpki-client: rpki-client.8 

Log message:
uppercase "HTTP";


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2021/04/06 12:35:46

Modified files:
	usr.sbin/rpki-client: rrdp.c 

Log message:
Do not return when a hash check failed in rrdp_data_handler() instead
let the code progress to set the state to RRDP_STATE_PARSE_DONE and
call rrdp_finished() since this transfer is over.
Should fix a hang seen by deraadt@
OK tb@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2021/04/06 12:50:53

Log message:
    import NSD 4.3.6, ok florian
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	NSD_4_3_6
    
    U src/usr.sbin/nsd/nsec3.h
    U src/usr.sbin/nsd/udbzone.c
    U src/usr.sbin/nsd/rbtree.h
    U src/usr.sbin/nsd/udbradtree.c
    U src/usr.sbin/nsd/lookup3.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
    U 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
    U src/usr.sbin/nsd/dbaccess.c
    U src/usr.sbin/nsd/dbcreate.c
    U src/usr.sbin/nsd/region-allocator.c
    U src/usr.sbin/nsd/dns.c
    U src/usr.sbin/nsd/xfrd.c
    U src/usr.sbin/nsd/zonec.c
    U src/usr.sbin/nsd/axfr.c
    U src/usr.sbin/nsd/nsec3.c
    U src/usr.sbin/nsd/query.h
    U src/usr.sbin/nsd/nsd.h
    U src/usr.sbin/nsd/lookup3.c
    C src/usr.sbin/nsd/config.h.in
    U src/usr.sbin/nsd/edns.c
    U src/usr.sbin/nsd/server.c
    U src/usr.sbin/nsd/util.h
    U src/usr.sbin/nsd/xfrd-disk.h
    U 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
    U src/usr.sbin/nsd/zonec.h
    U src/usr.sbin/nsd/namedb.h
    U src/usr.sbin/nsd/rdata.h
    U src/usr.sbin/nsd/configure.ac
    U src/usr.sbin/nsd/nsd-control-setup.sh.in
    U src/usr.sbin/nsd/popen3.c
    U src/usr.sbin/nsd/ipc.h
    U src/usr.sbin/nsd/acx_nlnetlabs.m4
    U src/usr.sbin/nsd/remote.c
    U src/usr.sbin/nsd/options.c
    U src/usr.sbin/nsd/Makefile.in
    U src/usr.sbin/nsd/mkinstalldirs
    U src/usr.sbin/nsd/nsd-mem.c
    U 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
    U src/usr.sbin/nsd/udb.h
    U src/usr.sbin/nsd/xfrd-notify.h
    U src/usr.sbin/nsd/radtree.h
    U src/usr.sbin/nsd/tsig-openssl.c
    C src/usr.sbin/nsd/configure
    U src/usr.sbin/nsd/bitset.h
    U src/usr.sbin/nsd/xfrd.h
    U src/usr.sbin/nsd/install-sh
    U src/usr.sbin/nsd/configlexer.lex
    U src/usr.sbin/nsd/nsd.c
    U 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
    U src/usr.sbin/nsd/difffile.c
    U src/usr.sbin/nsd/radtree.c
    U src/usr.sbin/nsd/iterated_hash.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/rrl.h
    U src/usr.sbin/nsd/answer.c
    U src/usr.sbin/nsd/zparser.y
    U src/usr.sbin/nsd/ipc.c
    U src/usr.sbin/nsd/xfrd-notify.c
    U src/usr.sbin/nsd/dname.c
    U src/usr.sbin/nsd/udb.c
    U src/usr.sbin/nsd/udbradtree.h
    U src/usr.sbin/nsd/mini_event.h
    U src/usr.sbin/nsd/axfr.h
    U src/usr.sbin/nsd/query.c
    C src/usr.sbin/nsd/nsd-control.8.in
    U src/usr.sbin/nsd/options.h
    C src/usr.sbin/nsd/nsd.8.in
    U src/usr.sbin/nsd/netio.c
    U src/usr.sbin/nsd/nsd-control.c
    U src/usr.sbin/nsd/util.c
    U src/usr.sbin/nsd/region-allocator.h
    C src/usr.sbin/nsd/nsd-checkconf.8.in
    U src/usr.sbin/nsd/xfrd-tcp.c
    U src/usr.sbin/nsd/buffer.h
    C src/usr.sbin/nsd/aclocal.m4
    U src/usr.sbin/nsd/xfrd-disk.c
    U src/usr.sbin/nsd/tsig.c
    U src/usr.sbin/nsd/packet.c
    U src/usr.sbin/nsd/nsd.conf.sample.in
    C src/usr.sbin/nsd/nsd-checkzone.8.in
    U src/usr.sbin/nsd/bitset.c
    C src/usr.sbin/nsd/doc/ChangeLog
    C src/usr.sbin/nsd/doc/RELNOTES
    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
    
    10 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	2021/04/06 12:51:46

Modified files:
	usr.sbin/nsd   : config.h.in configure nsd-checkconf.8.in 
	                 nsd-checkzone.8.in nsd-control.8.in nsd.8.in 
	                 nsd.conf.5.in 
	usr.sbin/nsd/doc: ChangeLog 

Log message:
merge NSD 4.3.6


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2021/04/06 12:57:55

Modified files:
	usr.sbin/nsd/doc: ChangeLog RELNOTES 
Added files:
	usr.sbin/nsd   : aclocal.m4 

Log message:
merge NSD 4.3.6


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2021/04/06 13:10:42

Modified files:
	usr.sbin/nsd   : aclocal.m4 

Log message:
convert UTF-8 to plain ascii, spotted by florian


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/06 13:49:24

ports/www/qutebrowser/patches

Update of /cvs/ports/www/qutebrowser/patches
In directory cvs.openbsd.org:/tmp/cvs-serv96640/patches

Log Message:
Directory /cvs/ports/www/qutebrowser/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	kn@cvs.openbsd.org	2021/04/06 13:59:32

Modified files:
	lib/libpthread/man: sem_init.3 

Log message:
Shared semaphores are not supported

Shared semaphores were reverted with lib/librthread/rthread_sem.c r1.18
in 2013 but corresponding manual bits were not;  revert sem_init.3 r1.6
(modulo the unrelated "named semaphores" hunk).

Reported by Rubén Llorente, thanks.
Prodding OK jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/06 14:00:13

Modified files:
	www/qutebrowser: Makefile 
Added files:
	www/qutebrowser/patches: patch-qutebrowser_misc_elf_py 

Log message:
qutebrowser: fix QtWebEngine version detection, from maintainer following
a report from Anindya Mukherjee

qutebrowser needs to identify the version of chromium used in the QtWebEngine
build; this appears to not be easily available via QtWebEngine/PyQtWebEngine
API so it does this by attempting to parse the ELF .so file, however it does
not know about OpenBSD ports shared library versioning.

The fix used here is to search for the highest numbered .so file and use that.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2021/04/06 14:05:35

Modified files:
	meta/tor-browser: Makefile 
	www/tor-browser: Makefile.inc 
	www/tor-browser/browser: Makefile distinfo 

Log message:
Update to tor-browser 10.0.15, cope with a change in the NoScript extension
that was resulting in html within