CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/12 08:42:51 Modified files: sys/conf : newvers.sh Log message: we are now hacking on 6.6-current CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/12 08:55:37 Modified files: sbin/unwind : frontend.c Log message: Don't hand parse the query, libunbound has query_info_parse() for that. This requires a switch to sldns_buffer to satisfy the API. But it will be benefitial later on for even stricter input validation. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/12 08:56:58 Modified files: sbin/unwind : frontend.c Log message: Be more strict with which queries to accept. Modeled after worker_handle_request() in unbound(8). CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/12 08:58:23 Modified files: sbin/unwind : frontend.c Log message: Carry the answer in the pending_query struct. Makes it clearer who is responsible for freeing allocated memory. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/12 08:59:13 Modified files: sbin/unwind : frontend.c Log message: handle version.bind / version.server CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/10/12 09:53:24 Modified files: sys/arch/hppa/dev: power.c sys/arch/hppa/gsc: gsckbc.c Log message: hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/10/12 09:55:31 Modified files: sys/arch/sparc64/dev: lom.c sab.c vldcp.c Log message: sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/10/12 09:56:17 Modified files: sys/arch/i386/i386: apm.c esm.c Log message: i386: apm(4), esm(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/12 10:35:36 Modified files: sys/dev/acpi : acpithinkpad.c Log message: Print version number. ok patrick@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/10/12 11:06:02 Modified files: sys/conf : GENERIC Log message: renable POOL_DEBUG CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/10/12 17:12:05 Modified files: . : 66.html Log message: amd64, i386 package count CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/13 00:35:26 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ib.c Log message: drm/amdgpu: Fix KFD-related kernel oops on Hawaii From Felix Kuehling e0af3b19ad77b4a2c53ef05c1c11e2f58462d59c in linux 4.19.y/4.19.79 dcafbd50f2e4d5cc964aae409fb5691b743fba23 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/13 00:37:27 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c Log message: drm/amdgpu: Check for valid number of registers to read From Trek 1c70ae6a91f9a17280476dd8675e4ce60f32eb0b in linux 4.19.y/4.19.79 73d8e6c7b841d9bf298c8928f228fb433676635c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/13 00:38:40 Modified files: sys/dev/pci/drm/radeon: radeon_drv.c radeon_kms.c Log message: drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed From Hans de Goede 1b155b4fe8b4b581d70221642be63c9fc6da4f6e in linux 4.19.y/4.19.79 9dbc88d013b79c62bd845cb9e7c0256e660967c5 in mainline linux CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/10/13 00:48:12 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/10/13 01:08:49 Modified files: . : plus66.html Log message: plus for October 7-12 ok florian CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/13 04:56:31 Modified files: sys/arch/amd64/amd64: efifb.c sys/dev/acpi : acpithinkpad.c acpitoshiba.c acpivout.c sys/dev/pci : vga_pci.c sys/dev/pci/drm/i915: i915_drv.c sys/dev/wscons : wsdisplay.c wsdisplayvar.h Log message: Move ws_get_param/ws_set_param into wsdisplay code. ok deraadt@, jsg@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2019/10/13 08:59:33 Modified files: . : 66.html Log message: mandoc(1) and perldoc(1) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/10/13 09:07:13 Modified files: usr.bin/ftp : fetch.c Log message: Factor out socket cleanup code As a side effect this shuts down the TLS connection before closing the underlying socket for redirectionss. ok job@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/10/13 09:09:26 Modified files: usr.bin/ftp : fetch.c Log message: Also close the server connection before retrying on a 503. Keeping it around uses both local and remote resources for no good reason. ok job@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/10/13 09:40:22 Modified files: . : 66.html Log message: 10075 aarch64 packages CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/10/13 10:21:46 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: - have a method explicitly return undef instead of falling off the end - old signatures have been dead for 3 years, time to remove mention of them in error messages CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/10/13 10:22:30 Modified files: usr.sbin/pkg_add/OpenBSD: PkgSpec.pm Log message: even in the empty case, use wantarray to properly return 0/an empty array. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/10/13 10:22:58 Modified files: usr.sbin/pkg_add/OpenBSD: Dependencies.pm Log message: name value to shorten code CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/13 11:00:54 Modified files: sys/dev/fdt : simplefb.c Log message: Add display brightness hooks. ok matthieu@, deraadt@, patrick@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/13 11:05:57 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.46.1. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/13 11:12:15 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: Update to thunderbird 68.1.2. See https://www.thunderbird.net/en-US/thunderbird/68.1.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/13 11:15:14 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 69.0.3. See https://www.mozilla.org/en-US/firefox/69.0.3/releasenotes/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/13 11:21:25 Modified files: sys/dev/fdt : files.fdt Log message: Fix whitespace issue spotted by Krystian Lewandowski. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/10/13 12:36:02 Modified files: editors/libreoffice: Makefile Added files: editors/libreoffice/patches: patch-external_libfreehand_UnpackedTarball_libfreehand_mk patch-external_libfreehand_icu651_patch Log message: add a patch for the upcoming icu update; requested by aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/13 12:57:26 Modified files: multimedia/aom/patches: patch-build_cmake_aom_configure_cmake Log message: Merge in the fix that was commited upstream. from Brad (maintainer0 CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/10/13 13:49:21 Modified files: sys/dev/wscons : wsdisplay.c Log message: Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4). OK ratchov@, visa@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/10/13 15:30:19 Modified files: editors/nano : Makefile distinfo Log message: Update to 4.5. Noteworthy improvement: - What the key produces can be specified per syntax with 'tabgives'. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/10/13 18:17:26 Modified files: sysutils/login_duo: Makefile distinfo Log message: Update login_duo to 1.11.3. Improves validation of BSON messages. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/10/13 19:07:08 Modified files: math/pari : Makefile Log message: HOMEPAGE to https and fix MASTER_SITES CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/13 19:15:42 Modified files: . : events.html Log message: add some video links CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/13 19:24:30 Modified files: . : events.html Log message: two more videos CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2019/10/13 19:59:14 Modified files: sys/dev/pci : azalia.c azalia.h azalia_codec.c Log message: Rename AZ_QRK_WID_SPKR2_DAC and AZ_QRK_WID_DOLBY_ATMOS to make it clear they are not widget quirks, and renumber AZ_QRK_WID_SPKR2_DAC to fall outside of AZ_QRK_WID_MASK since it's not handled by azalia_codec_widget_quirks CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2019/10/13 20:04:35 Modified files: sys/dev/pci : azalia.h azalia_codec.c Log message: Add another quirk for the ALC285 on the X1C7 to avoid a clicking noise on the headphone output From Linux CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/10/13 21:57:48 Modified files: . : 66.html Log message: do not show 65 image for 66 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/14 00:00:02 Modified files: usr.bin/ssh : sshkey-xmss.c Log message: memleak in error path; spotted by oss-fuzz, ok markus@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/14 00:44:05 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.9.3 -> 1.9.4 Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.9.4 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/10/14 00:56:54 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Better error message when we fail to fetch SHA256.sig. Add "syspatch:" to every error message so we know where it comes from. req. by deraddt@ ok deraadt@ tb@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/10/14 00:58:53 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: unpriv(): propagate error code to the caller instead of failing hard. This will allow reacting on failure. ok florian@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/10/14 02:18:48 Modified files: . : 66.html Log message: use 'compatible' as adjective, we don't need extra points in scrabble. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/14 02:38:07 Modified files: usr.bin/tmux : cmd-parse.y options.c tmux.c Log message: Memory leaks, from Igor Wong in GitHub issue 1934. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/14 03:16:48 Modified files: usr.bin/tmux : cmd-list-keys.c layout-custom.c Log message: Some old tmux versions can sometimes generate layout strings which have the incorrect size for the top cell. Previously tmux didn't care but now that panes can be partly hidden, the size matters and is checked more strictly. So add some code to fix up the most common problem and a sanity check to reject layouts with any other size problems. Reported by Aleksandrs Ledovskis in GitHub issue 1930. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/10/14 03:18:01 Modified files: games/scummvm : Makefile distinfo games/scummvm/patches: patch-Makefile_common patch-configure games/scummvm/pkg: PLIST Log message: update to scummvm 2.1.0 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/10/14 03:19:11 Modified files: games/scummvm-tools: Makefile distinfo games/scummvm-tools/pkg: PLIST Log message: update to scummvm-tools 2.1.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/14 03:19:40 Modified files: usr.bin/tmux : input.c Log message: Turn automatic-rename back on if the rename escape sequence is used with an empty name, GitHub issue 1921. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/14 03:20:48 Modified files: sys/dev/usb : uvideo.c utvfu.c Log message: Convert tsleep(9) to tsleep_nsec(9). ok visa@, kn@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/14 03:24:06 Modified files: usr.bin/tmux : format.c Log message: Do not crash with pane_current_command if the pane is newly created and has no shell set, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/14 05:07:08 Modified files: usr.sbin/httpd : server.c Log message: httpd(8) sent a 408 response every time a connection request timeout was reached. This is not what other servers are doing, it leads to ugly log messages and might confuse some clients. benno@ analyzed that the correct behavior is (probably) to send a 408 when we are in the middle of receiving headers and time out there and just close the connection in all other cases. In particular, if a connection gets opened and no request is received at all just close the connection. If a connection is set to keep-alive and a request was handled and no further request is coming in just close the connection. The later is the usual cause for spurious log messages and client confusion. Reported over the years by many. Input, explanations and OK benno CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/14 05:56:39 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.1.5. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/10/14 08:11:36 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-configure patch-src_zabbix_agent_cpustat_c net/zabbix/pkg : PLIST-web Log message: update to 4.0.13; from Mark Patruck CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/10/14 08:32:26 Modified files: . : Makefile.cross Log message: Pass LINKER_VERSION to binutils and clang cross-build so that they know who the system linker is. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/10/14 08:36:49 Modified files: . : Makefile.cross Log message: powerpc cross-compilation on 64-bit hosts also appears to be safe. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/10/14 08:38:07 Modified files: . : Makefile.cross Log message: Fix whitespace issues CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/14 08:40:00 Modified files: usr.bin/vmstat : vmstat.c Log message: some knf, preparing for other changes CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/14 08:52:36 Modified files: . : events.html Log message: more video links CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2019/10/14 09:17:27 Modified files: security/sudo : Makefile distinfo Log message: Update sudo to 1.8.28, fixes CVE-2019-14287 See https://www.sudo.ws/alerts/minus_1_uid.html for details CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/10/14 09:23:44 Modified files: . : Makefile.cross Log message: Re-sort the if-sequence which sets COMPILER_VERSION to be the same as bsd.own.mk, otherwise on transitioning architectures the wrong compiler is chosen. Also make sure BUILD_CLANG is forced for the libcompiler_rt directory since cross-compiling with two possible compilers would create too much headache. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/14 13:22:17 Modified files: usr.bin/vmstat : vmstat.c usr.sbin/iostat: iostat.c usr.bin/systat : main.c Log message: pledge() won't work but we can use unveil() to reduce filesystem access in these 3 related programs (they borrow parts of each other using .PATH) Hopefully no regressions, ktrace checks by myself and mestre CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/14 14:41:44 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-doc_example-config_Makefile_in patch-doc_example-config_conf_d_Makefile_in mail/dovecot/pkg: PLIST-server Log message: update to Dovecot 2.3.8, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/14 14:42:02 Modified files: mail/dovecot-pigeonhole: Makefile distinfo Log message: update to Dovecot-pigeonhole 0.5.8, from Brad CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2019/10/14 15:05:07 Modified files: comms/mgetty+sendfax: Makefile distinfo comms/mgetty+sendfax/patches: patch-Makefile patch-doc_Makefile patch-doc_mgetty_texi_in patch-fax_faxspool_in patch-g3_g3cat_c patch-g3_pbm2g3_c patch-mgetty_h patch-policy_h_dist Log message: update from an ancient version to 1.2.1 which contains some security fixes ok ajacoutot sthen CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/10/14 16:26:03 Modified files: devel/py-parso : Makefile distinfo devel/py-parso/pkg: PLIST Log message: Update devel/py-parso 0.3.4 -> 0.5.1 Needed for a devel/py-jedi update From Paco Esteban. Thanks again! OK sthen@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/10/14 16:27:47 ports/devel/py-jedi/patches Update of /cvs/ports/devel/py-jedi/patches In directory cvs.openbsd.org:/tmp/cvs-serv65231/patches Log Message: Directory /cvs/ports/devel/py-jedi/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/10/14 16:31:20 Modified files: devel/py-jedi : Makefile distinfo devel/py-jedi/pkg: PLIST Added files: devel/py-jedi/patches: patch-test_test_api_test_completion_py Log message: Update devel/py-jedi 0.13.2 -> 0.15.1 From Paco Estevan. Thank you! OK sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/10/14 19:24:07 Modified files: usr.bin/ftp : ftp.c Log message: When setting the modification time on the retrieved file, use utimensat() with UTIME_OMIT for the atime, instead of setting the atime to the current time. ok jca@ cheloha@ CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2019/10/14 19:29:49 Modified files: devel/ruby-shims: Makefile devel/ruby-shims/files: rubyshim.sh Log message: fix passing args with spaces CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/10/14 21:31:35 Modified files: sys/dev/usb : xhcireg.h Log message: Fix compiler's view of the alignment of xhci structs. Because the struct fields are naturally aligned, it is enough to remove __packed. This lets the compiler generate saner machine code. In particular, now the compiler does not use lwl/lwr and swl/swr instructions on mips64 for changing xhci descriptors. The descriptors are properly aligned in memory, so lwl/lwr and swl/swr end up doing a redundant load or store. Feedback from guenther@ deraadt@ Tested on amd64 by krw@ OK mpi@ krw@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/10/14 22:18:20 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/patches: patch-dnscrypt-proxy_example-dnscrypt-proxy_toml Log message: Update to dnscrypt-proxy-2.0.28. Changelog can be found at https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.28/ChangeLog. From Nam Nguyen (MAINTAINER). Thank you! CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/10/14 22:19:59 Modified files: sysutils/xxhash: Makefile distinfo sysutils/xxhash/patches: patch-Makefile Log message: Update to xxhash-0.7.2. Maintenance release. Changelog can be found at https://github.com/Cyan4973/xxHash/releases/tag/v0.7.2 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/10/14 23:21:16 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Try to match the devid against the bootpath if link->port_wwn doesn't work. mpii(4) controllers tend not to provide the right wwn for sata devices, so this helps if we happen to be booting off one of those. ok dlg@ kettenis@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/15 02:25:37 Modified files: usr.bin/tmux : cmd-join-pane.c cmd-resize-pane.c cmd-split-window.c tmux.1 Log message: Add support for percentage sizes for resize-pane ("-x 10%"). Also change split-window and join-pane -l to accept similar percentages and deprecate -p. From Anindya Mukherjee. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/15 02:30:36 Modified files: usr.bin/tmux : options.c window-tree.c Log message: Rewrite options_array_set to be clearer and remove a spurious warning with newer GCC. From Ben Boeckel. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/15 04:05:43 Modified files: sys/arch/m88k/m88k: m88k_machdep.c sys/kern : kern_fork.c kern_sched.c kern_synch.c sched_bsd.c sys/sys : sched.h Log message: Reduce the number of places where `p_priority' and `p_stat' are set. This refactoring will help future scheduler locking, in particular to shrink the SCHED_LOCK(). No intended behavior change. ok visa@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/15 04:13:03 Modified files: sys/arch/sparc64/sparc64: db_trace.c Log message: Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace(). Substract the BIAS from the `addr' argument since the unwinding algorithm assumes the given frame address doesn't include it. In other words, account for the BIAS added by __builtin_frame_address(). Inputs from and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/15 04:27:25 Modified files: usr.bin/ctfconv: ctfstrip Log message: Include the .SUNW_ctf section in bsd.gdb Once the section has been built from the DWARF symbols also add it to the debug kernel. That makes ddb(4) print the correct number of args in function backtraces in such kernel as well. While here make comment fit in 80 columns. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/15 06:46:02 Log message: unwebp is a small tool I wrote to convert BACK animated webp to gif okay jca@ Status: Vendor Tag: espie Release Tags: ports N ports/graphics/unwebp/Makefile N ports/graphics/unwebp/distinfo N ports/graphics/unwebp/pkg/PLIST N ports/graphics/unwebp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/15 07:08:33 Modified files: graphics : Makefile Log message: +unwebp CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/15 07:41:59 Modified files: infrastructure/lib/DPB: BasePkgPath.pm Log message: specifically explain the case that justifies the complexity, because dump-vars, BUILD_PACKAGES, PSEUDO_FLAVORS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/15 07:43:47 Modified files: infrastructure/lib/DPB: Engine.pm Log message: document a few details. use Time::Hires for log times do an explicit return CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/15 07:44:19 Modified files: infrastructure/lib/DPB: ErrorList.pm Log message: explicit return. document a bit CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/15 07:45:04 Modified files: infrastructure/lib/DPB: BasePkgPath.pm Log message: give context CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/15 07:45:16 Modified files: infrastructure/lib/DPB: Engine.pm Log message: style CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/15 08:41:22 Modified files: infrastructure/lib/DPB: Engine.pm ErrorList.pm Added files: infrastructure/lib/DPB: Queue.pm Log message: handle "collections" in a slightly simpler way CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/10/15 13:05:51 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile Log message: Update janet to 1.4.0 CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/10/15 13:41:08 Modified files: . : 66.html Log message: 9685 sparc64 packages CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/15 14:08:32 Modified files: www/slowhttptest: Makefile distinfo Removed files: www/slowhttptest/patches: patch-src_slowhttptest_cc patch-src_slowhttptestmain_cc Log message: Update slowhttptest to 1.7 and take maintainership. Notable changes: - SlowHTTPTest is now hosted on GitHub - Remove both patches, as upstream fixed those issues OK abieber@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/15 15:47:02 Modified files: net/dhcpcd : Makefile Added files: net/dhcpcd/patches: patch-src_dhcp6_c Log message: add upstream commit "Remove 0 sla and 0 prefix means whole prefix" as benno ran into the problem this fixes. I didn't go for 8.1.0 yet (which also has this fix), waiting for 8.1.1 before updating. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/10/15 18:08:35 Modified files: lang/compcert : Makefile lang/compcert/patches: patch-configure Log message: Backport fix for compcert so configure can work with coq 8.10.0 and a few other minor tweaks. CVSROOT: /cvs Module name: src Changes by: daniel@cvs.openbsd.org 2019/10/15 18:16:35 Modified files: sys/dev/pci : qle.c Log message: Fix reversed gotos; CID 1453190. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/10/15 19:27:59 Modified files: sys/dev/acpi : acpicpu.c Log message: Remove trailing whitespace from a line CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/10/15 19:39:32 Modified files: sys/dev/pci : files.pci Log message: Fix a bunch of lines that had whitespace at the end CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/10/15 19:39:56 Modified files: sys/dev/pci : pcidevs Log message: Fix a bunch of lines that had whitespace at the end CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/10/15 19:40:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/10/15 19:43:50 Modified files: sys/dev/acpi : dsdt.c Log message: Add a few newer _OSI strings to the parser. Early in the release cycle is the right time to do this. "yes please" jcs@. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/10/15 20:47:34 Modified files: usr.sbin/vmd : pci.c Log message: vmd(8): provide some additional info in a debug msg Print the guest %rip when it tries to do I/O to a nonexistent port. Also convert the message to a DPRINTF so that it doesn't leak guest address information into any logging the host might be doing under normal non-debug conditions. CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2019/10/15 22:47:25 Modified files: . : 66.html Log message: 7921 mips64 packages CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/16 00:03:30 Modified files: usr.bin/ssh : ssh-keygen.c Log message: free buf before return; reported by krishnaiah bommu CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/16 00:05:39 Modified files: usr.bin/ssh : auth.c Log message: potential NULL dereference for revoked hostkeys; reported by krishnaiah bommu CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/10/16 00:40:03 Modified files: math/coq : Makefile distinfo Log message: Update to coq 8.10.0; ok Yoza Toda (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/10/16 00:45:54 Modified files: devel/promu : Makefile distinfo Log message: Simple update to promu v0.5.0 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/10/16 00:47:12 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/patches: patch-Makefile_common sysutils/prometheus/pkg: PLIST Added files: sysutils/prometheus/patches: patch-_promu_yml Log message: Update prometheus to v2.13.0. This installs the new tool tsdb. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/10/16 00:50:09 Modified files: sysutils/node_exporter: Makefile distinfo sysutils/node_exporter/patches: patch-Makefile_common Added files: sysutils/node_exporter/patches: patch-_promu-cgo_yml patch-_promu_yml patch-collector_uname_go patch-collector_uname_openbsd_go Log message: Minor update to node_exporter to v0.18.1. At the same time add a patch to enable the uname collector on OpenBSD. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/10/16 00:51:42 Modified files: devel/geany : Makefile distinfo devel/geany/pkg: PLIST Log message: Update to 1.36 ok Victor Kukshiev (Maintainer) CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/10/16 00:57:25 Modified files: devel/p5-Log-Any: Makefile distinfo Log message: Update to 1.707 ok afresh1@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 03:47:52 Modified files: sysutils/firmware/iwm: Makefile distinfo sysutils/firmware/iwm/pkg: PLIST Log message: - use pre-rolled "linux-firmware" tarball as a source for V16 firmware - keep using old separate tarballs for V22 firmware for now, newer V22 ones from linux-firmware require driver changes (stsp pending diff for DQA) - add in newer API firmware from "linux-firmware" to ease future development and testing CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/16 04:20:48 Modified files: sys/net : if_tun.c switchctl.c Log message: tsleep(9) -> tsleep_nsec(9) ok cheloha@, visa@, akoshibe@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/16 04:22:01 Modified files: sys/netinet : if_ether.c Log message: tsleep(9) -> tsleep_nsec(9) ok cheloha@, visa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 05:14:56 Modified files: telephony/asterisk: Makefile Log message: Add the extra pjsip patchset *before* running the asterisk script to apply it... the previous commit to fix a memory leak with TLS in chan_pjsip was not actually being applied. Reported by Mark Patruck. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 05:15:40 Modified files: telephony/asterisk: Tag: OPENBSD_6_5 Makefile Log message: Add the extra pjsip patchset *before* running the asterisk script to apply it... the previous commit to fix a memory leak with TLS in chan_pjsip was not actually being applied. Reported by Mark Patruck. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/16 07:42:59 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_common_Makefile_in patch-source_common_putil_cpp patch-source_common_unicode_uconfig_h patch-source_config_icu-config-bottom patch-source_config_mh-bsd-gcc patch-source_i18n_Makefile_in textproc/icu4c/pkg: PLIST-main Removed files: textproc/icu4c/patches: patch-source_common_putilimp_h Log message: Update to icu4c-65.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/16 07:45:07 Modified files: games/oolite : Makefile net/openvpn-auth-ldap: Makefile www/sogo : Makefile www/sope : Makefile x11/gnustep : gnustep.port.mk x11/gnustep/aclock: Makefile x11/gnustep/addresses: Makefile x11/gnustep/affiche: Makefile x11/gnustep/back: Makefile x11/gnustep/base: Makefile x11/gnustep/batmon: Makefile x11/gnustep/camera: Makefile x11/gnustep/camerakit: Makefile x11/gnustep/cdplayer: Makefile x11/gnustep/corebase: Makefile x11/gnustep/cynthiune: Makefile x11/gnustep/databasin: Makefile x11/gnustep/databasinkit: Makefile x11/gnustep/dbuskit: Makefile x11/gnustep/displaycalibrator: Makefile x11/gnustep/edenmath: Makefile x11/gnustep/examples: Makefile x11/gnustep/fisicalab: Makefile x11/gnustep/ftp: Makefile x11/gnustep/gemas: Makefile x11/gnustep/gmastermind: Makefile x11/gnustep/gmines: Makefile x11/gnustep/gnumail: Makefile x11/gnustep/gomoku: Makefile x11/gnustep/gorm: Makefile x11/gnustep/graphos: Makefile x11/gnustep/grr: Makefile x11/gnustep/gshisen: Makefile x11/gnustep/gspdf: Makefile x11/gnustep/gui: Makefile x11/gnustep/gworkspace: Makefile x11/gnustep/highlighterkit: Makefile x11/gnustep/imageviewer: Makefile x11/gnustep/impersonatortoolkit: Makefile x11/gnustep/jigsaw: Makefile x11/gnustep/lapispuzzle: Makefile x11/gnustep/laternamagica: Makefile x11/gnustep/libobjc2: Makefile x11/gnustep/make: Makefile x11/gnustep/matharray: Makefile x11/gnustep/mpdcon: Makefile x11/gnustep/neos-theme: Makefile x11/gnustep/netclasses: Makefile x11/gnustep/paje: Makefile x11/gnustep/pantomime: Makefile x11/gnustep/pcapkit: Makefile x11/gnustep/pdfkit: Makefile x11/gnustep/performance: Makefile x11/gnustep/price: Makefile x11/gnustep/projectcenter: Makefile x11/gnustep/remotedesk: Makefile x11/gnustep/renaissance: Makefile x11/gnustep/rsskit: Makefile x11/gnustep/silver-theme: Makefile x11/gnustep/simpleagenda: Makefile x11/gnustep/sqlclient: Makefile x11/gnustep/sudoku: Makefile x11/gnustep/systempreferences: Makefile x11/gnustep/terminal: Makefile x11/gnustep/timemon: Makefile x11/gnustep/webserver: Makefile x11/gnustep/webservices: Makefile x11/gnustep/zipper: Makefile Log message: Disable ICU in gnustep. Temporary solution until we can use the native linker instead of -fuse-ld=bfd. from sebastia@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/16 07:47:22 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: PLIST Log message: add missing @sample for external_services.conf ok sthen@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2019/10/16 09:09:25 Modified files: security/sudo : Makefile distinfo Log message: Sudo 1.8.28p1 fixes a minor regression introduced in 1.8.28. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 09:53:04 Modified files: security/sudo : Tag: OPENBSD_6_5 Makefile distinfo Log message: MFC sudo-1.8.28p1 to 6.5-stable, ok millert 1.8.28 fixes CVE-2019-14287: https://www.sudo.ws/alerts/minus_1_uid.html 1.8.28p1 fixes a minor regression introduced in 1.8.28. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/16 11:37:46 Modified files: usr.sbin/rpki-client: roa.c Log message: Set the maxlength to either the prefixlen itself or the value from the ROA. This way maxlength will always be set to a reasonable value and there is no need to use a conditional to print the value. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/16 11:38:46 Modified files: usr.sbin/rpki-client: output-json.c output-bgpd.c Log message: Clean up header includes. Most are no longer required. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/16 11:43:29 Modified files: usr.sbin/rpki-client: Makefile extern.h main.c rpki-client.8 Added files: usr.sbin/rpki-client: output-bird.c output-csv.c Log message: Add an output format for bird and one doing CSV. Also update the manpage to include all the changes. CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/10/16 11:48:16 Modified files: faq : upgrade66.html Log message: Silence "No such file and directory" errors on architectures where files to be deleted don't exist by switching to "rm -f" CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/10/16 11:48:50 Modified files: faq : upgrade65.html Log message: Activate link to upgrade66.html CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/16 12:59:54 Modified files: geo/gpsbabel : Makefile Log message: gpsbabel: fix packaging on base-gcc archs. Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by LIB_DEPENDS-*, despite COMPILER_LIBCXX being in WANTLIB-*. With hints from kirby@, thanks! OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 13:36:57 Modified files: net/unifi/stable: Makefile distinfo net/unifi/stable/pkg: PLIST Log message: update unifi/stable to 5.11.50, moving to the 5.11.x branch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/16 13:47:09 Modified files: devel/vte3 : Makefile distinfo Log message: update to vte3-0.56.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/16 13:47:20 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: update to gnome-online-accounts-3.32.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/16 13:56:33 Modified files: lang/elixir : Makefile distinfo Log message: update to elixir-1.9.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 13:57:48 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update unifi/testing to 5.12.16 (release candidate) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/16 14:02:08 Modified files: lang/vala : Makefile distinfo Log message: update to vala-0.44.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 14:10:58 Modified files: devel : Makefile security : Makefile www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/p5-Device-USB: Makefile distinfo devel/p5-Device-USB/patches: patch-Makefile_PL patch-lib_Device_USB_pm devel/p5-Device-USB/pkg: DESCR PLIST security/p5-Crypt-GpgME: Makefile distinfo security/p5-Crypt-GpgME/pkg: DESCR PLIST www/p5-HTTP-BrowserDetect: Makefile distinfo www/p5-HTTP-BrowserDetect/pkg: DESCR PLIST Log message: remove some ancient and mostly non-working p5 ports; suggested by wen heping, ok kn jasper CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/16 14:13:52 Log message: Test various combinations of setting interface addresses with ifconfig and check the expected result. This covers the ifconfig(8) program and the SIOCAIFADDR and SIOCDIFADDR ioctl(2). Status: Vendor Tag: bluhm Release Tags: bluhm_20191016 N src/regress/sbin/ifconfig/Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2019/10/16 14:17:28 Modified files: productivity/baikal: Makefile distinfo productivity/baikal/pkg: PLIST README Log message: update Baikal to version 0.6.0 Important changes: - Compatability with PHP 7.3 (0.6.0) - Fix of an authentication bypass (0.5.1) ok and readme improvement sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/16 14:17:39 Modified files: regress/sbin : Makefile Log message: Link regress ifconfig to build. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/16 14:17:58 Modified files: graphics/gdcm : Makefile distinfo Log message: update to gdcm-3.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 15:33:06 Modified files: net/isc-bind : Makefile distinfo Log message: update to isc-bind-9.11.12 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/10/16 15:43:41 Modified files: usr.sbin/rpki-client: main.c rpki-client.8 Log message: tweak previous; help/ok claudio CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/16 16:11:17 Modified files: sys/arch/armv7/sunxi: files.sunxi sys/dev/fdt : files.fdt Added files: sys/dev/fdt : sxidog.c Removed files: sys/arch/armv7/sunxi: sxidog.c Log message: Move sxidog(4) such that we can use it on arm64. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/16 16:24:45 Modified files: share/man/man4 : Makefile share/man/man4/man4.armv7: Makefile Added files: share/man/man4 : sxidog.4 Removed files: share/man/man4/man4.armv7: sxidog.4 Log message: Make sxidog(4) MI. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/16 16:50:30 Modified files: telephony/asterisk: Makefile distinfo Added files: telephony/asterisk/patches: patch-main_dns_core_c Removed files: telephony/asterisk/patches: patch-third-party_pjproject_patches_0030-Revert-Misc-re-2147-Fixed-warnings-in-SSL-socket-red_patch patch-third-party_pjproject_patches_0031-Revert-Fixed-2204-Add-OpenSSL-remote-certificate-cha_patch patch-third-party_pjproject_patches_0032-Revert-Re-2147-misc-Fix-failed-pjsip-test-transport__patch patch-third-party_pjproject_patches_0033-Revert-Close-1019-Support-for-multiple-listeners_patch Log message: update to asterisk-16.6.1, with an ugly ns_t_xxxx -> T_XXXX patch added for our old arpa/nameser.h (there's a similar one in pciutils). CVSROOT: /cvs Module name: www Changes by: brynet@cvs.openbsd.org 2019/10/16 16:58:13 Modified files: . : index.html Log message: remove freenode channel from index, it lacks any form of sensible moderation. ok jcs@, deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/16 18:51:29 Modified files: sys/netinet : in_pcb.h sys/netinet6 : in6_pcb.c Log message: in6_setsockaddr and in6_setpeeraddr can't fail, so let them return void. this also brings them in line with the AF_INET equivalents. ok visa@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/10/16 19:09:23 Modified files: math/pari : Makefile distinfo math/pari/pkg : PLIST Added files: math/pari/patches: patch-config_get_cc patch-doc_gphelp_in Removed files: math/pari/patches: patch-Configure patch-src_test_dotest Log message: Update to pari 2.11.2 and use the gmp kernel. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/10/16 19:55:06 Modified files: . : arm64.html armv7.html Log message: newer versions of ntpd can cope with lack of RTC better CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/16 20:25:57 Modified files: faq : upgrade66.html Log message: spelling fix CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/16 20:26:25 Modified files: faq : faq8.html Log message: updated timezone info for 6.6; from cheloha CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/16 20:26:40 Modified files: faq : faq14.html Log message: updated FDE instructions for 6.6; from tb CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/16 20:27:39 Modified files: . : alpha.html amd64.html anoncvs.html arm64.html armv7.html errata64.html ftp.html hppa.html i386.html landisk.html loongson.html luna88k.html macppc.html octeon.html sparc64.html stable.html build : Makefile build/mirrors : anoncvs.html.end anoncvs.html.head ftp.html.end faq : faq10.html faq16.html faq4.html faq5.html faq6.html index.html upgrade65.html Log message: 6.6 updates CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/16 20:38:32 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/10/16 21:59:39 Modified files: net/librsync : Makefile distinfo Log message: Update to librsync-2.2.1. Minor release. Changelog can be found at https://github.com/librsync/librsync/releases. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/10/16 23:36:54 Modified files: www/rt : Makefile Log message: remove duplicate run dependency on textproc/p5-Text-Quoted; from wen heping CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/17 00:31:17 Modified files: textproc/epubcheck: Makefile distinfo Log message: Update to epubcheck-4.2.2. Release notes: https://github.com/w3c/epubcheck/releases/tag/v4.2.2 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/10/17 00:32:20 Modified files: www/rt : Makefile Log message: remove even more run depends duplication; from wen heping CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/17 00:55:13 Modified files: emulators/mgba : Makefile distinfo Log message: Update to mgba-0.7.3. Release notes: https://mgba.io/2019/09/15/mgba-0.7.3/ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/17 02:56:35 Modified files: textproc/html-xml-utils: Makefile distinfo Log message: Update to html-xml-utils-7.8. Release notes: https://www.w3.org/Tools/HTML-XML-utils/ChangeLog CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/17 03:13:16 Modified files: devel/p5-Test-Spelling: Makefile distinfo Log message: p5-Test-Spelling: update to 0.25 Changelog: https://metacpan.org/changes/release/CAPOEIRAB/Test-Spelling-0.25 From Wen Heping, thanks! CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/17 03:31:47 Modified files: www/apertium-apy: Makefile distinfo www/apertium-apy/pkg: PLIST Log message: Update to apertium-apy-0.11.6. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/17 05:19:21 Modified files: audio/mpd : Makefile distinfo Log message: Update to mpd 0.21.16. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/17 05:19:41 Modified files: audio/ncmpc : Makefile distinfo audio/ncmpc/pkg: PLIST Log message: Update to ncmpc 0.35. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/10/17 05:23:49 Modified files: sys/net : if_pflog.c pf.c sys/tmpfs : tmpfs_subr.c Log message: Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. This is clearer and more consistent with the rest of the kernel. OK deraadt@ sashan@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/17 07:29:53 Modified files: emulators/gambatte: Makefile Log message: gambatte: fix packaging on base-gcc archs. Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by LIB_DEPENDS-*, despite COMPILER_LIBCXX being in WANTLIB-*. OK bentley@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/17 07:32:31 Modified files: emulators/nestopia: Makefile Log message: nestopia,-libretro: fix packaging on base-gcc archs. Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by LIB_DEPENDS-*, despite COMPILER_LIBCXX being in WANTLIB-*. OK bentley@ (maintainer) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/10/17 07:42:15 Modified files: sys/arch/sgi/dev: iockbc.c mkbc.c Log message: sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2019/10/17 07:46:34 Modified files: . : 66.html Added files: images : puffy66.gif sixdotsix.gif sixdotsix-s.gif Log message: OpenBSD 6.6 release art, contributed by Natasha Allegri CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2019/10/17 07:48:03 Modified files: . : 66.html index.html Log message: Link to new art & release CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/10/17 07:49:28 Modified files: . : index.html 66.html Log message: release 6.6 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/17 08:03:56 Modified files: lang/parrot : Makefile lang/parrot/pkg: DESCR Log message: parrot: _CALL_ELF is undefined on powerpc, force it as ELFv1. While here, refresh WANTLIB and fix a trailing whitespace. OK landry@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/17 08:28:53 Modified files: lib/libcrypto : constant_time_locl.h lib/libcrypto/err: err.c Log message: Provide err_clear_last_constant_time() as a way of clearing an error from the top of the error stack in constant time. This will be used by upcoming RSA changes. From OpenSSL 1.1.1d. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/10/17 08:29:24 Modified files: usr.bin/nc : netcat.c Log message: Fix -N flag to actually shut down the (entire) socket when the input goes away. This allows for using nc in cases where the network server will no longer expect anything after eof, instead of hanging waiting for more input from our end. Additionaly, shut down if tls is in use if either side of the socket goes away, since we higher level TLS operations (tls_read and write) will require the socket to be both readable and writable as we can get TLS_WANT_POLLIN or TLS_WANT_POLLOUT on either operation. deraadt@ buying it. found by sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/17 08:31:56 Modified files: lib/libcrypto/rsa: rsa_oaep.c Log message: Sync RSA_padding_check_PKCS1_OAEP_mgf1(). Update RSA_padding_check_PKCS1_OAEP_mgf1() with code from OpenSSL 1.1.1d (with some improvements/corrections to comments). This brings in code to make the padding check constant time. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2019/10/17 09:38:56 Modified files: sys/arch/arm64/arm64: trap.c sys/arch/arm64/include: armreg.h Log message: Cache flush operations on arm64 were being incorrectly treated as write operations, however they should be treated as read per the design. Switch to using bit defines, correct said defines. Fixes cache flushing causing Firefox to abort. ok kettenis@ kurt@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/10/17 11:10:27 Modified files: devel/gdb : Makefile devel/gdb/patches: patch-gdb_aarch64obsd-nat_c patch-gdb_aarch64obsd-tdep_c Log message: Improve devel/gdb aarch64 support: * Enable debugging on running threaded programs * Provide sigtramp routine unwinding (support modeled after ppc) okay pascal@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/17 11:15:19 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.46.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/17 11:15:23 Modified files: net/icinga/web2: Makefile distinfo net/icinga/web2/pkg: PLIST Log message: update to icinga-web2-2.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/17 11:15:32 Modified files: net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Log message: update to icingaweb2-module-director-1.7.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/17 11:16:04 Modified files: net/bird/2 : Makefile distinfo Log message: update to bird-2.0.7 - BGP: Accumulated IGP metric (RFC 7311) - Important filter reconfiguration bugfix - Several other bugfixes CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/10/17 12:34:27 Modified files: editors/bvi : Makefile distinfo Log message: Update to 1.4.1: * Minor fixes * bmore new option -r, bvi new setting: set reverse: Characters between 160 - 254 are displayed as "reverse video text" CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/17 12:37:38 Modified files: sbin/ifconfig : brconfig.c ifconfig.c sff.c Added files: sbin/ifconfig : ifconfig.h Removed files: sbin/ifconfig : brconfig.h Log message: Fix some compiler warings in ifconfig(8). Move all prototypes and variables used in multiple .c files into common ifconfig.h. Basically this renames brconfig.h to ifconfig.h and also uses it for sff.c. Fix missing prototypes. Global variable name s is bad as it shadows local variables. Call it sock and use it everywhere. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 13:13:11 Modified files: graphics/krita : Makefile distinfo Log message: Update krita to 4.2.7.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 13:53:58 Log message: Import double-conversion-3.1.5 This project (double-conversion) provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects. Port from Paco Esteban with tweaks from me. ok bentley@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191017 N ports/math/double-conversion/Makefile N ports/math/double-conversion/distinfo N ports/math/double-conversion/pkg/DESCR N ports/math/double-conversion/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 13:55:35 Modified files: math : Makefile Log message: hook double-conversion CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 13:58:16 Modified files: x11/qt5/qtbase : Makefile Log message: enable math/double-conversion in qtbase While here, refresh WANTLIB and fix mysql WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 14:04:04 Modified files: cad/openscad : Makefile distinfo cad/openscad/patches: patch-openscad_pro cad/openscad/pkg: PLIST Added files: cad/openscad/patches: patch-features_boost_prf patch-scripts_translation-update_sh Removed files: cad/openscad/patches: patch-boost_pri Log message: Update opencad to 2019.05 Update diff from Paco Esteban . Thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/17 14:15:55 Modified files: mail/imapsync : Makefile Log message: fix bogus GH_* setup, if using GH_ACCOUNT+GH_PROJECT you must always use GH_TAGNAME or GH_COMMIT. no pkg change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/17 14:22:54 Modified files: net/p5-SNMP-Info: Makefile distinfo net/p5-SNMP-Info/pkg: PLIST Log message: update to p5-SNMP-Info-3.70, from wen heping CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 14:23:03 Modified files: x11/herbstluftwm: Makefile distinfo Log message: Update herbstluftwm to 0.7.2 Release 0.7.2 notes: j * When herbstluftwm is not running and herbstclient is called, the absent herbstluftwm is detected instead of hanging forever. * Close window on _NET_CLOSE_WINDOW. This makes closing windows via ewmh panels work. * Fix return code of remove_attr * Fix error when unmanaging clients * Some typo fixes in the documentation Update diff from Lucas , compiler c++11 comment by me. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 14:25:03 Modified files: net/libmesode : Makefile distinfo Log message: Bugfix update libmesode to 0.9.3 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/17 14:44:24 Modified files: graphics/dpic : Makefile distinfo graphics/dpic/pkg: PLIST Added files: graphics/dpic/patches: patch-pdf_c Removed files: graphics/dpic/patches: patch-Makefile_in patch-dpic_c patch-p2c_h patch-p2clib_c Log message: Update dpic to 2019.08.30. This fixes CVE-2019-13989. The codebase is now fully in C. As a result, we can remove previous patches, they are not needed anymore as p2c is gone, and upstream now has the sprintf -> snprintf changes in wfloat. The remaining sprintf -> snprintf changes have been moved to a new patch, as those functions are now in their own file (pdf.c). OK bentley@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 14:51:09 Modified files: devel/catch2 : Makefile distinfo Log message: Update catch2 to 2.10.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/10/17 15:40:38 Modified files: infrastructure/mk: bsd.port.mk Log message: use MACHINE_ARCH (not ARCH) in WRKINST as we do in all other paths; ok espie@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/10/17 15:54:29 Modified files: sbin/pfctl : parse.y pfctl_parser.c usr.bin/systat : pftop.c usr.sbin/pwd_mkdb: pwd_mkdb.c usr.sbin/user : user.c Log message: Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. This is the userland portion. OK deraadt@ sashan@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/17 16:19:36 Modified files: sys/dev/pci/drm/amd/display/dc/dce100: dce100_resource.c sys/dev/pci/drm/amd/display/dc/dce110: dce110_resource.c sys/dev/pci/drm/amd/display/dc/dce112: dce112_resource.c sys/dev/pci/drm/amd/display/dc/dce120: dce120_resource.c sys/dev/pci/drm/amd/display/dc/dce80: dce80_resource.c sys/dev/pci/drm/amd/display/dc/dcn10: dcn10_resource.c sys/dev/pci/drm/amd/display/dc/inc: resource.h Log message: drm/amd/display: num of sw i2c/aux engines less than num of connectors From Hersen Wu 0e8e4fbf8d8905071c045f2922de55adbe1a6abe in mainline linux Avoids a NULL deref of aux_engine in dc_link_aux_transfer() with 'ASRock A320M-HDV R4.0' and Raven Ridge reported by semarie@ on bugs@. ok semarie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/17 16:26:32 Modified files: sys/dev/fdt : sxidog.c Log message: Avoid including an armv7 MD header. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/17 16:32:06 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable sxidog(4). ok jsg@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/17 19:06:58 Modified files: devel/p5-Time-Warp: Makefile distinfo Log message: Update devel/p5-Time-Warp to 0.54 From wen heping CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/10/17 20:57:25 Modified files: . : Makefile.cross Log message: Add mips64el to LP64_ARCH. OK patrick@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/10/17 21:40:22 Modified files: etc/etc.loongson: login.conf etc/etc.octeon : login.conf etc/etc.sgi : login.conf Log message: Bump datasize-cur for pbuild on mips64, to make room for modernity. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/17 22:43:12 Modified files: graphics/krita : Makefile distinfo Log message: fix MASTER_SITES and the distinfo Upstream changed that during our ports lock. Spotted by naddy@ Thanks CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/10/17 22:47:27 Modified files: lang/python/3.7: Makefile distinfo lang/python/3.7/pkg: PLIST-idle PLIST-main Log message: update python to 3.7.5. ok kmos@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/10/17 22:53:22 Modified files: sbin/unwind : parse.y Log message: Reafctor forwarder clause to avoid having to write out the same code a couple of times by declaring optional stuff the proper way. ok @florian CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/10/17 22:56:37 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.3. Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch, and provides bug fixes and minor enhancements. Overview of changes can be found at https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.16.3. Minor of mbedcrypto has been bumped as symbols have been added. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/10/17 23:07:05 Modified files: net/ocserv : Makefile distinfo net/ocserv/patches: patch-configure_ac patch-doc_sample_config Log message: Update to ocserv-0.12.5. Bug fix release, changelog can be found at https://gitlab.com/openconnect/ocserv/blob/master/NEWS CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/10/17 23:26:29 Modified files: net/py-msgpack : Makefile distinfo Log message: Update to py-msgpack-0.6.2. Minor update: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/10/18 00:00:47 Modified files: sbin/unwind : parse.y Log message: Another case of using yacc effectively to avoid repeating code; ok florian@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/10/18 00:03:25 Modified files: sbin/unwind : parse.y usr.sbin/rad : parse.y Log message: Plug mem leak in error path; ok florian@ who also spotted the rad case CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/18 01:07:53 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Add support for dynamic queue allocation (DQA) to iwm(4). Required for new firmware images because the command queue index has changed. The driver remains compatible with our current firmware images for now. Tested by benno, jan, kevlo, florian, jmatthew, Tracey Emery ok jmatthew CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/10/18 02:40:05 Modified files: . : 66.html Log message: Fix some typos pointed out by Raf Czlonka. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/18 04:39:09 Modified files: math/double-conversion: Makefile Log message: double-conversion: ${COMPILER_LIBCXX} in WANTLIB should come with a COMPILER line including ports-gcc in it. This fixes the build on macppc. Also tested on sparc64 by kmos@ OK rsadowski@ kmos@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/18 05:05:30 Log message: Import p5-CLI-Framework-0.05 CLI::Framework ("CLIF") provides a framework and conceptual pattern for building full-featured command line applications. It intends to make this process simple and consistent. It assumes the responsibility of implementing details that are common to all command-line applications, making it possible for new applications adhering to well-defined conventions to be built without the need to repeatedly write the same command-line interface code. From Peter Ezetta , with tweaks from afresh1@ OK afresh1@ Status: Vendor Tag: cwen Release Tags: cwen_20191018 N ports/devel/p5-CLI-Framework/Makefile N ports/devel/p5-CLI-Framework/distinfo N ports/devel/p5-CLI-Framework/pkg/PLIST N ports/devel/p5-CLI-Framework/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/18 05:06:41 Modified files: devel : Makefile Log message: +p5-CLI-Framework CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/18 06:50:00 Modified files: x11/tint2 : Makefile distinfo x11/tint2/patches: patch-CMakeLists_txt patch-themes_CMakeLists_txt patch-themes_tint2rc x11/tint2/pkg : PLIST Log message: Update tint2 to 16.7 Update diff from "Heppler, J. Scott" . Thanks CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/10/18 07:08:07 Modified files: lang/python : Makefile python.port.mk Removed files: lang/python/3.6: Makefile distinfo lang/python/3.6/files: CHANGES.OpenBSD lang/python/3.6/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.6/pkg: DESCR-gdbm DESCR-idle DESCR-main DESCR-tests DESCR-tkinter PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Log message: Retire Python 3.6 ok sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/18 07:14:36 Modified files: x11/qt5/qtbase : Makefile Log message: missed bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/18 08:13:31 Modified files: sysutils/firmware/iwm: Makefile distinfo Log message: now that we have DQA support in iwm(4), we can switch to newer V22 API firmware ok stsp@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/18 08:15:09 Modified files: devel/p5-Test-Deep-JSON: Makefile distinfo devel/p5-Test-Deep-JSON/pkg: PLIST Log message: p5-Test-Deep-JSON: update to 0.05 Changelog: https://metacpan.org/changes/distribution/Test-Deep-JSON From Wen Heping, thanks! CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/18 08:51:59 Modified files: graphics/DevIL : Makefile Log message: DevIL: disable _mm_malloc() detection and usage on powerpc gcc-8's _mm_malloc() uses the AltiVec keyword __vector on this arch, breaking the build -- and we don't want AltiVec for macppc G3 compat. While here refresh WANTLIB and remove the unused graphics/openjpeg from LIB_DEPENDS (spotted by kmos@, thanks!) OK sthen@ kmos@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/18 09:11:09 Modified files: games/love : Makefile Added files: games/love/patches: patch-src_libraries_Box2D_Collision_Shapes_b2ChainShape_h Log message: love: fix the build with ports-gcc Fix some occurrences where ports-gcc doesn't want to consider `NULL' as a boolean `false'. Tested on sparc64 by kmos@ and macppc by me. Also move HOMEPAGE to https. OK kmos@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2019/10/18 09:22:29 Modified files: . : innovations.html Log message: sysupgrade(8), snmp(1), rpki-client(8), and the ber API CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/10/18 11:14:08 Modified files: lib/libc/gen : login_cap.c Log message: setting uid to -1 won't work with setresuid, so detect that condition and return an error instead. may prevent some unset/missing confusion. ok deraadt millert CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/10/18 11:15:45 Modified files: usr.bin/doas : doas.c Log message: add some checks to avoid UID_MAX (-1) here. this is not problematic with the current code, but it's probably safer this way. ok deraadt CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/10/18 12:35:32 Modified files: sys/netinet6 : nd6_nbr.c Log message: Don't check that the ipv6 source address of a neighbor advertisment is from a neighbor's address. Sthen@ dug out RFC 4861 4.4 that says that the source address is "An address assigned to the interface from which the advertisement is sent." -- which can be from a network that the receiver does not know about. Indeed my provider sends such a neighbor advertisment for my default gateway, which breaks my uplink. Claudio@ added this check for symetry with NetBSD code when he added the same check to nd6_ns_input(), where it is needed to fix CVE-2008-2476. See also OpenBSD 4.2 errata 15. ok claudio@, kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/18 14:22:49 Modified files: www/vimb : Makefile distinfo Log message: Update vimb to 3.5.0 Update diff from "Heppler, J. Scott" . Thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/18 15:00:41 Modified files: databases/freetds: Makefile distinfo databases/freetds/patches: patch-include_tds_sysdep_public_h_in Log message: update to freetds-1.1.20 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/18 15:04:59 Modified files: net/unifi/testing: Makefile distinfo Log message: update to unifi-5.12.19 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/18 15:09:03 Log message: Import p5-Sys-MemInfo-0.99 Sys::MemInfo return the total amount of free and used physical memory in bytes in totalmem and freemem variables. From Henry Jensen, with hints from sthen@, and further fixes from me. OK sthen@ Status: Vendor Tag: cwen Release Tags: cwen_20191018 N ports/devel/sysutils/p5-Sys-MemInfo/Makefile N ports/devel/sysutils/p5-Sys-MemInfo/distinfo N ports/devel/sysutils/p5-Sys-MemInfo/pkg/DESCR N ports/devel/sysutils/p5-Sys-MemInfo/pkg/PLIST N ports/devel/sysutils/p5-Sys-MemInfo/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/18 15:10:04 Modified files: sysutils : Makefile Log message: +p5-Sys-MemInfo CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2019/10/18 17:52:43 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.0.2 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/10/19 00:56:18 Modified files: sys/miscfs/deadfs: dead_vnops.c Log message: Unlock the vnode in vop_inactive of deadfs. The unlock operation is a no-op at the moment, but future work will introduce an actual lock that has to be released. OK mpi@ anton@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 01:45:46 Modified files: sysutils : Makefile Removed files: sysutils/awless: Makefile distinfo sysutils/awless/pkg: DESCR PLIST Log message: Remove awless; unmainted uptream and many alternative exist to interact with AWS APIs.. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 01:47:21 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register awless removal. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/19 01:48:26 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 3.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 02:12:56 Modified files: graphics/ffmpeg: Makefile Added files: graphics/ffmpeg/patches: patch-libavcodec_libvpxenc_c Log message: Change libvpxenc default to crf=32. Current default is 200kbps, which produces inconsistent results (too high for low-res, too low for hi-res). Use CRF instead, which will adapt. Affects VP9. Also have VP8 use a default bitrate of 256kbps. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 02:44:40 Modified files: textproc/icu4c : Makefile textproc/icu4c/patches: patch-source_common_unicode_uconfig_h patch-source_config_mh-bsd-gcc Log message: Fix SONAME. Reported by sthen@, should unbreak libical on i386. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 03:18:09 Modified files: devel/libsoup : Makefile distinfo Log message: Update to libsoup-2.66.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 03:20:14 Modified files: graphics/simple-scan: Makefile distinfo graphics/simple-scan/patches: patch-src_simple-scan_vala graphics/simple-scan/pkg: PLIST Removed files: graphics/simple-scan/patches: patch-src_libwebpmux_vapi Log message: Update to simple-scan-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 03:28:08 Modified files: textproc/icu4c : Makefile Log message: Add small comment about libicudata. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 03:29:09 Modified files: archivers/gcab : Makefile distinfo archivers/gcab/pkg: PLIST Log message: Update to gcab-1.3. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/19 03:39:01 Modified files: devel/intellij : Makefile distinfo devel/intellij/patches: patch-bin_idea_sh devel/intellij/pkg: PLIST Log message: Update intellij to 2019.2.3 Update diff from Caspar Schutijser (maintainer) Switch to JDK11 as default java version. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/19 03:42:20 Modified files: math/z3 : Makefile distinfo math/z3/patches: patch-scripts_mk_util_py math/z3/pkg : PLIST Log message: Update z3 to 4.8.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 03:53:57 Modified files: x11/gnome/tracker: Makefile distinfo Log message: Update to meta-tracker-2.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 03:54:09 Modified files: x11/gnome/tracker-miners: Makefile distinfo Removed files: x11/gnome/tracker-miners/patches: patch-src_libtracker-miners-common_meson_build Log message: Update to tracker-miners-2.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 04:00:25 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-4.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 04:09:13 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-267.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 04:17:07 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-9.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 04:20:15 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-makefile sysutils/amazon-ssm-agent/pkg: PLIST Log message: Update to amazon-ssm-agent-2.3.722.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 04:25:25 Modified files: print/cups-filters: Makefile distinfo Removed files: print/cups-filters/files: ln-srf Log message: Update to cups-filters-1.25.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 05:00:17 Log message: Re-import under the proper directory. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20191910 N ports/sysutils/p5-Sys-MemInfo/Makefile N ports/sysutils/p5-Sys-MemInfo/distinfo N ports/sysutils/p5-Sys-MemInfo/patches/patch-Makefile_PL N ports/sysutils/p5-Sys-MemInfo/pkg/DESCR N ports/sysutils/p5-Sys-MemInfo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 05:01:11 Removed files: devel/sysutils/p5-Sys-MemInfo: Makefile distinfo devel/sysutils/p5-Sys-MemInfo/patches: patch-Makefile_PL devel/sysutils/p5-Sys-MemInfo/pkg: DESCR PLIST Log message: Remove bogus. CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/10/19 05:08:22 Modified files: . : 66.html Log message: Fix broken manpage links. From Raf Czlonka; thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 05:32:42 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.253. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 05:32:57 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.253. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 05:33:13 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.263. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/19 05:40:27 Modified files: usr.sbin/bgpctl: bgpctl.8 Log message: The size limit of the shutdown reason was relaxed to 255 characters but instead of mentioning the limit, remove it. bgpctl will properly error out if the reason is too long. OK job@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 05:52:42 Modified files: sysutils/nomad : Makefile distinfo sysutils/nomad/files: nomad.hcl Removed files: sysutils/nomad/patches: patch-vendor_github_com_fsouza_go-dockerclient_external_github_com_docker_docker_pkg_system_stat_openbsd_go Log message: Update to nomad-0.9.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 06:09:02 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.12. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/19 06:40:42 Modified files: usr.bin/tmux : layout-custom.c Log message: Do not crash trying to fix layout size if only one cell, from Azat Khuzhin. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/10/19 07:14:23 Modified files: usr.sbin/syspatch: syspatch.sh usr.sbin/sysupgrade: sysupgrade.sh distrib/miniroot: install.sub Log message: Determine the OS version in a way that won't break after 9.9. Do it the same way in all three copies of the code. Based on a patch from Chris Waddey. with & ok ajacoutot CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/19 07:49:17 Modified files: sys/scsi : sd.c Log message: Resolve mix of '|=' and SET() usage in favour of SET(). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/19 08:01:31 Modified files: sys/scsi : sd.c Log message: Resolve mix of '&=' and CLR() usage in favour of CLR(). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/19 08:13:18 Modified files: sys/scsi : sd.c Log message: Fix typo in previous, link->flag is link->flags. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/19 09:45:27 Modified files: sysutils/nomad : Makefile sysutils/nomad/patches: patch-vendor_github_com_shirou_gopsutil_cpu_cpu_openbsd_go Log message: Bring adapted master version of cpu_openbsd.go to unbreak cpu_total_compute CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/19 10:01:41 Modified files: sys/scsi : sd.c Log message: Use ISSET() for the easier flag checks. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/10/19 10:06:38 Modified files: net/munin : Makefile net/munin/patches: patch-Makefile_config net/munin/pkg : README-main Log message: - substitute MODPY_BIN in plugins - use https in README-main CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/10/19 10:39:49 Modified files: app/fvwm/fvwm : fvwm2.1 Log message: Remove references to xman(1). Noticed by Alfred Morgan, thanks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/10/19 10:46:35 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2019/10/19 10:59:33 Modified files: multimedia/x264: Makefile Log message: Disable assembly optimizations on mips64 and mips64el to fix build. MSA requires MIPS64r5 or newer CPU. OK Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/19 11:30:43 Modified files: sys/scsi : sd.c Log message: Use !ISSET() for unset flag checks. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/10/19 11:42:21 Modified files: sbin/unwind : resolver.c Log message: Plug mem leak when the list of dhcp resolvers didn't change. ok florian@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/10/19 12:23:33 Modified files: converters/dos2unix: Makefile distinfo Log message: Update to dos2unix-7.4.1; switch HOMEPAGE and MASTER_SITES to https. ok sthem@ some time ago CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/19 13:20:14 Modified files: usr.bin/tmux : tmux.1 window-copy.c Log message: Add formats for cursor and selection position in copy mode, from Jason Felice. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/19 17:23:46 Modified files: emulators/ppsspp: Makefile distinfo emulators/ppsspp/patches: patch-CMakeLists_txt patch-UI_NativeApp_cpp Log message: Update to ppsspp-1.9.3. Release notes: https://ppsspp.org/#news CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/10/19 21:44:49 Modified files: libexec/ld.so : Makefile boot.c libexec/ld.so/aarch64: Makefile.inc libexec/ld.so/alpha: Makefile.inc libexec/ld.so/amd64: Makefile.inc libexec/ld.so/arm: Makefile.inc libexec/ld.so/hppa: Makefile.inc libexec/ld.so/i386: Makefile.inc libexec/ld.so/m88k: Makefile.inc libexec/ld.so/mips64: Makefile.inc libexec/ld.so/powerpc: Makefile.inc libexec/ld.so/sh: Makefile.inc libexec/ld.so/sparc64: Makefile.inc Added files: libexec/ld.so/hppa: boot_md.c libexec/ld.so/mips64: boot_md.c Log message: For more archs, ld.so itself only needs/uses the arch's "just add load offset" 'relative' relocation. Take advantage of that to simplify ld.so's self-reloc code: * give the exceptional archs (hppa and mips64) copies of the current boot.c as boot_md.c * teach the Makefile to use boot_md.c when present * reduce boot.c down to the minimum necessary to handle just relative reloc * teach the Makefile to fail if the built ld.so has other types of relocs ok visa@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/20 00:53:26 Modified files: devel/pycharm : Makefile devel/pycharm/pkg: PLIST Log message: tweak do-install target The jbr directory contains a JDK for Linux, so it has to be deleted. In addition clean up some delete operations. Diff from Caspar Schutijser, Thnaks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/20 01:52:38 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ttm.c Log message: unstub amdgpu_ttm_bo_eviction_valuable() The remaining commented block of code calls amdkfd_fence_check_mm() which does nothing when not built with CONFIG_HSA_AMD. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/20 02:03:05 Modified files: games/oolite : Makefile net/openvpn-auth-ldap: Makefile www/sogo : Makefile www/sope : Makefile x11/gnustep : gnustep.port.mk x11/gnustep/aclock: Makefile x11/gnustep/addresses: Makefile x11/gnustep/affiche: Makefile x11/gnustep/back: Makefile x11/gnustep/base: Makefile x11/gnustep/batmon: Makefile x11/gnustep/camera: Makefile x11/gnustep/camerakit: Makefile x11/gnustep/cdplayer: Makefile x11/gnustep/corebase: Makefile x11/gnustep/cynthiune: Makefile x11/gnustep/databasin: Makefile x11/gnustep/databasinkit: Makefile x11/gnustep/dbuskit: Makefile x11/gnustep/displaycalibrator: Makefile x11/gnustep/edenmath: Makefile x11/gnustep/examples: Makefile x11/gnustep/fisicalab: Makefile x11/gnustep/ftp: Makefile x11/gnustep/gemas: Makefile x11/gnustep/gmastermind: Makefile x11/gnustep/gmines: Makefile x11/gnustep/gnumail: Makefile x11/gnustep/gomoku: Makefile x11/gnustep/gorm: Makefile x11/gnustep/graphos: Makefile x11/gnustep/grr: Makefile x11/gnustep/gshisen: Makefile x11/gnustep/gspdf: Makefile x11/gnustep/gui: Makefile x11/gnustep/gworkspace: Makefile x11/gnustep/highlighterkit: Makefile x11/gnustep/imageviewer: Makefile x11/gnustep/impersonatortoolkit: Makefile x11/gnustep/jigsaw: Makefile x11/gnustep/lapispuzzle: Makefile x11/gnustep/laternamagica: Makefile x11/gnustep/libobjc2: Makefile x11/gnustep/make: Makefile x11/gnustep/matharray: Makefile x11/gnustep/mpdcon: Makefile x11/gnustep/neos-theme: Makefile x11/gnustep/netclasses: Makefile x11/gnustep/paje: Makefile x11/gnustep/pantomime: Makefile x11/gnustep/pcapkit: Makefile x11/gnustep/pdfkit: Makefile x11/gnustep/performance: Makefile x11/gnustep/price: Makefile x11/gnustep/projectcenter: Makefile x11/gnustep/remotedesk: Makefile x11/gnustep/renaissance: Makefile x11/gnustep/rsskit: Makefile x11/gnustep/silver-theme: Makefile x11/gnustep/simpleagenda: Makefile x11/gnustep/sqlclient: Makefile x11/gnustep/sudoku: Makefile x11/gnustep/systempreferences: Makefile x11/gnustep/terminal: Makefile x11/gnustep/timemon: Makefile x11/gnustep/webserver: Makefile x11/gnustep/webservices: Makefile x11/gnustep/zipper: Makefile Log message: Revert previous and add ICU support back now that the port has been fixed. tested in a bulk CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/10/20 03:05:58 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: I didn't check robert's fix closely enough. fix it so commands are run when several fontdirs are involved also streamline the alias code a little bit, and have it report actual issues in opening files CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/10/20 03:10:43 Modified files: usr.sbin/syspatch: syspatch.sh usr.sbin/sysupgrade: sysupgrade.sh Log message: Tweak and sync comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/20 04:57:14 Modified files: security/clamav: Makefile security/clamav/pkg: clamd.rc Log message: Increase daemon_timeout to 120s; loading signatures on startup takes an insane amount of time... ok sthen@ (maintainer) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/10/20 07:33:30 Modified files: usr.sbin/cron : atrun.c Log message: Use strtonum(3) in atrun. Also limit uid/gid to UID_MAX-1 and GID_MAX-1 for good measure. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/10/20 10:13:36 Modified files: sys/arch/amd64/stand/boot: boot.8 sys/arch/hppa/stand/boot: boot.8 sys/arch/i386/stand/boot: boot.8 sys/arch/landisk/stand/boot: boot.8 Log message: Document "set db_console 0|1" OK deraadt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/20 10:18:36 Modified files: usr.sbin/ldomd : ds.c Log message: Print LDC protocol version in debug message. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/20 10:22:22 Modified files: usr.sbin/slaacctl: slaacctl.c Log message: Remove redundant newline. pointed out by deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/20 10:27:19 Modified files: sys/arch/sparc64/include: hypervisor.h mdesc.h sys/arch/sparc64/sparc64: hvcall.S mdesc.c openprom.c Log message: Firmware that supports the "parallel boot" feature allows us to read the PRI using a simple hypervisor call. Implement this. Tested by jmatthew@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/20 10:31:10 Modified files: etc/etc.sparc64: MAKEDEV.md Log message: Add /dev/pri. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/20 10:31:44 Modified files: etc/etc.sparc64: MAKEDEV Log message: regen CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2019/10/20 11:24:46 Modified files: faq : faq13.html Log message: get_flash_videos package has underscores not dashes So users looking for it can c/p and pkg_info(1) just works. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/20 16:07:03 Modified files: emulators/openmsx: Makefile distinfo emulators/openmsx/patches: patch-build_main_mk emulators/openmsx/pkg: PLIST Removed files: emulators/openmsx/patches: patch-src_utils_DivModBySame_hh Log message: Update to openmsx-0.15.0. Release notes: https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_15_0/doc/release-notes.txt CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/10/20 16:15:08 Modified files: sys/arch/amd64/stand/boot: boot.8 sys/arch/hppa/stand/boot: boot.8 sys/arch/i386/stand/boot: boot.8 sys/arch/landisk/stand/boot: boot.8 Log message: Improve previous From and OK jmc CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/10/20 20:36:43 Modified files: libexec/ld.so/hppa: Makefile.inc libexec/ld.so/mips64: Makefile.inc Log message: Whoops: backout mips64+hppa CHECK_LDSO bits: they weren't done and weren't part of the review. My fail for forgetting to diff my tree against what was reviewed problem noted by deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/10/20 21:14:54 Modified files: distrib/special/doas: doas.c Log message: keep in sync with regular doas. req by millert CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/10/21 00:35:16 Modified files: net/munin : Makefile distinfo Log message: update to munin-2.0.50 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/21 01:16:10 Modified files: sbin/unwind : frontend.c parse.y printconf.c unwind.c unwind.conf.5 unwind.h Log message: Optionally log blocked queries when using the block list. OK benno CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/21 04:02:41 Modified files: sys/dev/usb : usbdi.c Log message: Mark recycled USB `xfer' as NOT_STARTED to not confuse HCD abort methods. Prevent an infinite loop when aborting ulpt(4)'s pipe after an I/O error. Found by and ok stsp@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/21 04:04:19 Modified files: lib/libc/thread: synch.h Log message: Kill unused _wait() function. ok visa@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/21 04:06:31 Modified files: lib/librthread : synch.h Log message: Use process-private futexes to avoid the uvm_map lookup overhead. While here kill unused _wait() function. ok visa@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/10/21 04:24:01 Modified files: sys/sys : proc.h sched.h sys/kern : kern_fork.c Log message: Move `p_estcpu' to the region copied during fork & kill scheduler_fork_hook(). While here reorder some fields in 'struct proc' to avoid size grow. ok bluhm@, visa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/21 04:37:24 Modified files: net/icinga/web2: Makefile distinfo Log message: update to icinga-web2-2.7.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/21 04:52:20 Modified files: sysutils/telegraf: Makefile Log message: use "dep" binary from sysutils/dep rather than fetching it with "go get" (which results in it trying to use an old upstream-packaged "dep" binary that uses old syscalls that don't work any more in recent OpenBSD). CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/10/21 05:07:21 Modified files: devel/got : Makefile distinfo Log message: update to got 0.18 - always show the input path when realpath(3) returns an error - preserve log message when an error occurs during commit, tag, or import - ignore empty files in refs directory instead of throwing errors - show file mode differences (executable bit) when diffing in-repository trees - fix handling of executable-bit changes during update, commit, and status - improve tog's responsiveness after loading hundreds of thousands of commits - fix tog performance bug which made searching through commits very slow - add 'got integrate' command for merging a branch back to its parent branch - show content from the merge-base file in 3-way merge conflicts, if available - improved indication of 3-way merge inputs in conflict marker labels - handle read errors in got_packidx_init_hdr (found by jj@ with scan-build) - remove worklist code; it was only used to unlink files already unlinked - show bad reference names in error messages to make such errors more clear - add -w (ignore whitespace) option to 'got diff' - improved coding style and error handling in diff3 code CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/21 05:21:18 Modified files: security/sudo : Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC sudo-1.8.28p1 to 6.6-stable 1.8.28 fixes CVE-2019-14287: https://www.sudo.ws/alerts/minus_1_uid.html 1.8.28p1 fixes a minor regression introduced in 1.8.28. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/21 05:24:14 Modified files: telephony/asterisk: Tag: OPENBSD_6_6 Makefile distinfo Added files: telephony/asterisk/patches: Tag: OPENBSD_6_6 patch-main_dns_core_c Removed files: telephony/asterisk/patches: Tag: OPENBSD_6_6 patch-third-party_pjproject_patches_0030-Revert-Misc-re-2147-Fixed-warnings-in-SSL-socket-red_patch patch-third-party_pjproject_patches_0031-Revert-Fixed-2204-Add-OpenSSL-remote-certificate-cha_patch patch-third-party_pjproject_patches_0032-Revert-Re-2147-misc-Fix-failed-pjsip-test-transport__patch patch-third-party_pjproject_patches_0033-Revert-Close-1019-Support-for-multiple-listeners_patch Log message: MFC update to asterisk-16.6.1 CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2019/10/21 07:09:52 Modified files: gnu/usr.bin/binutils/gdb: amd64obsd-tdep.c Log message: Fix backtrace across signals on amd64 okay guenther@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/21 08:34:37 Modified files: games/pentobi : Makefile Log message: pentobi: honor qt5.port.mk's COMPILER line, so we use ports-gcc, that now supports C++14, instead of ports-clang. This fixes a segfault seen during the build on base-gcc archs. OK bcallah@ (maintainer) rsadowski@ naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/21 08:52:47 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-digitalocean: Makefile distinfo sysutils/terraform/provider-fastly: Makefile distinfo sysutils/terraform/provider-mailgun: Makefile distinfo sysutils/terraform/provider-nomad: Makefile distinfo sysutils/terraform/provider-triton: Makefile distinfo sysutils/terraform/provider-vault: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/10/21 08:54:39 Modified files: net/munin : Makefile distinfo Log message: update to munin-2.0.51 CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2019/10/21 10:32:51 Modified files: sys/dev/acpi : acpivout.c Log message: When incrementing or decrementing screen brightness, don't just adjust by 1 BCL level as there may be 100 levels. Find the next brightness level that is at least 5% up or down and use that. ok kettenis CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2019/10/21 10:45:48 Modified files: sys/dev/acpi : acpithinkpad.c Log message: On newer ThinkPads reporting HKEY version > 1, don't claim wscons backlight controls so that acpivout can. This allows using all of the fine-grained backlight BCL steps defined in ACPI (usually 100) instead of the dozen or so available through acpithinkpad's proprietary ACPI or CMOS interfaces. This is also needed for future amdgpu work. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/21 12:37:33 ports/sysutils/telegraf/patches Update of /cvs/ports/sysutils/telegraf/patches In directory cvs.openbsd.org:/tmp/cvs-serv57241/patches Log Message: Directory /cvs/ports/sysutils/telegraf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/10/21 14:36:15 Modified files: lang/ghc : Makefile Log message: Adjust comment. libiserv actually has a version number different from ghc. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/21 14:52:33 Modified files: sys/arch/arm64/conf: GENERIC sys/dev/fdt : files.fdt Added files: sys/dev/fdt : pwmbl.c sxipwm.c Log message: Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for the backlight controller on the Pinebook. ok patrick@, jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/21 14:53:11 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : pwmbl.4 sxipwm.4 Log message: pwmbl(4) and sxipwm(4) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/21 16:45:40 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/10/21 17:02:05 Modified files: sys/net : bpf.c bpfdesc.h Log message: put bpfdesc reference counting back, revert change introduced in 1.175 as: BPF: remove redundant reference counting of filedescriptors Anton@ made problem crystal clear: I've been looking into a similar bpf panic reported by syzkaller, which looks somewhat related. The one reported by syzkaller is caused by issuing ioctl(SIOCIFDESTROY) on the interface which the packet filter is attached to. This will in turn invoke the following functions expressed as an inverted stacktrace: 1. bpfsdetach() 2. vdevgone() 3. VOP_REVOKE() 4. vop_generic_revoke() 5. vgonel() 6. vclean(DOCLOSE) 7. VOP_CLOSE() 8. bpfclose() Note that bpfclose() is called before changing the vnode type. In bpfclose(), the `struct bpf_d` is immediately removed from the global bpf_d_list list and might end up sleeping inside taskq_barrier(systq). Since the bpf file descriptor (fd) is still present and valid, another thread could perform an ioctl() on the fd only to fault since bpfilter_lookup() will return NULL. The vnode is not locked in this path either so it won't end up waiting on the ongoing vclean(). Steps to trigger the similar type of panic are straightforward, let there be two processes running concurrently: process A: while true ; do ifconfig tun0 up ; ifconfig tun0 destroy ; done process B: while true ; do tcpdump -i tun0 ; done panic happens within few secs (Dell PowerEdge 710) OK @visa, OK @anton CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2019/10/21 20:09:18 Modified files: security/burpsuite: Makefile distinfo Log message: Update to Burp Suite 2.1.04. http://releases.portswigger.net/2019/09/professional-2104.html ok rpointel@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/10/22 00:07:23 Modified files: geo/gpsbabel/patches: patch-Makefile_in patch-gbser_posix_cc patch-gui_serial_unix_cc Log message: add RCS tags CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/10/22 01:06:35 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: ports Changes by: sebastia@cvs.openbsd.org 2019/10/22 02:22:39 Modified files: devel/leatherman: Makefile distinfo Log message: Update 1.7.2 -> 1.8.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/22 02:23:14 Modified files: sysutils/facter: Makefile distinfo Log message: Update 3.14.4 -> 3.14.5 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/10/22 02:50:35 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: fixes from lucas; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/10/22 02:54:29 Modified files: share/man/man4 : pwmbl.4 Log message: fix SEE ALSO; CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/22 03:17:04 Modified files: sysutils/mcollective: Makefile distinfo Log message: Update 2.12.4 -> 2.12.5 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/22 03:31:23 Modified files: usr.sbin/httpd : server_http.c Log message: Do not log "(null)" in debug logging. OK deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/22 03:35:53 Modified files: security/sudo : Tag: OPENBSD_6_6 Makefile Log message: bump REVISION for 6.6-stable sudo to take it above the package version used for 6.5-stable; necessary because gettext dependencies changed between 6.5 and 6.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/22 03:36:21 Modified files: security/sudo : Makefile Log message: bump REVISION for -current sudo to take it to the same version as 6.6-stable CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/22 03:52:46 Modified files: infrastructure/bin: proot Log message: there are way more reasons to write a mk.conf these days CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/10/22 03:53:25 Modified files: share/man/man1 : proot.1 Log message: reflect reality. PORTS_PRIVSEP for instance is not a directory value CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/22 05:11:06 Modified files: graphics/darktable: Makefile distinfo Log message: update to darktable-2.6.3 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/22 06:21:46 Modified files: sys/conf : Tag: OPENBSD_6_6 newvers.sh Log message: 6.6-stable CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/22 07:38:42 Modified files: databases/puppetdb5: Makefile distinfo Log message: Update 5.2.9 -> 5.2.10 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/22 07:54:39 Modified files: databases/ruby-hiera-eyaml-gpg: Makefile distinfo databases/ruby-hiera-eyaml-gpg/pkg: PLIST Log message: update 0.7.3 -> 0.7.4 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/22 08:27:47 Modified files: security/ruby-gpgme: Makefile distinfo security/ruby-gpgme/pkg: PLIST Log message: Update 2.0.18 -> 2.0.19 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/22 09:31:35 Modified files: infrastructure/bin: dpb Log message: better method name CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/22 09:33:22 Modified files: infrastructure/bin: dpb Log message: $S looks a bit like $$, rename it so that the code reads less like gibberish CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/22 09:44:10 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Core.pm Engine.pm Heuristics.pm Reporter.pm infrastructure/lib/DPB/Reporter: Tty.pm Log message: tweak the reporter interface: - rename methods as report_tty/report_notty for clarity - pass state down to those methods - have both tty/notty signal "nothing new" as undef CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/22 09:46:40 Modified files: sys/scsi : sd.c Log message: No need to always pass the same thing to sd_get_parms(). One less parameter to worry about. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/22 09:50:25 Modified files: infrastructure/bin: dpb Log message: zap 2 globals CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/22 10:02:08 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Fetch.pm Heuristics.pm Limiter.pm PortBuilder.pm State.pm infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB/Reporter: Tty.pm Log message: explicitly call CORE::time/ Time::HiRes::time everywhere (some to be revisited to use Time::HiRes) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/22 10:35:25 Modified files: devel/p5-Try-Tiny: Makefile distinfo Log message: Update devel/p5-Try-Tiny to 0.30 Earlier version ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/22 12:03:48 Modified files: audio/qsynth : Makefile distinfo Removed files: audio/qsynth/patches: patch-src_qsynthOptions_cpp Log message: update 0.5.7 -> 0.6.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/22 12:04:12 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST-html PLIST-main Added files: sysutils/ansible/patches: patch-docs_bin_testing_formatter_sh patch-docs_docsite__themes_sphinx_rtd_theme_layout_html patch-docs_docsite_rst_conf_py patch-lib_ansible_modules_files_lineinfile_py Log message: Update ansible-2.8.5 -> 2.8.6 Changelog: https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst#v2-8-6 Port changes: - add post-release upstream commits to lineinfile module 92cd13a (#63696), 29d4d31 (#63763), aeb0dde (#62896) - build complete html docs (including modules documentation) - remove RUN_DEPENDS for ansible-html package - add textproc/py-yaml to BUILD_DEPENDS (required for building html package) ok jasper@ many thanks to sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/10/22 12:35:43 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-base_system_sys_info_openbsd_cc Added files: www/chromium/patches: patch-v8_src_base_sys-info_cc Log message: update to 77.0.3865.120 and make sure to use HW_NCPUONLINE instead of HW_NCPU CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/22 12:45:02 Modified files: sys/kern : uipc_mbuf.c Log message: Replace the mutex that protects the mbuf allocation limit by an atomic operation. OK visa@ cheloha@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/22 14:10:23 Modified files: sysutils/screenfetch: Makefile distinfo sysutils/screenfetch/patches: patch-screenfetch-dev Log message: screenfetch: update to 3.9.0 This update adds (local) disk usage, and mentions architecture again. OK bket@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/10/22 14:19:41 Modified files: share/man/man9 : microtime.9 sys/kern : kern_tc.c sys/sys : time.h Log message: nanoboottime(9): add and document new interface Wanted for upcoming process accounting changes, maybe useful elsewhere. ok bluhm@ millert@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/10/22 15:19:22 Modified files: lib/libkvm : kvm_proc2.c sys/sys : proc.h sysctl.h sys/kern : kern_acct.c init_main.c kern_fork.c kern_sysctl.c Log message: struct proc: change ps_start from utc time to uptime Allows us to determine how long a process has been running, even if the UTC clock jumps. With help from bluhm@ and millert@, who squashed several bugs. ok bluhm@ millert@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/22 15:40:12 Modified files: sys/netinet6 : in6.c Log message: Fix white spaces and use __func__ in printf(). CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2019/10/22 20:35:05 Modified files: devel/valgrind : Makefile Added files: devel/valgrind/patches: patch-coregrind_m_syswrap_priv_syswrap_openbsd_h patch-coregrind_m_syswrap_syswrap_openbsd_c patch-include_vki_vki_scnums_openbsd_h Log message: Add sys_unveil() CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/10/22 22:52:55 ports/net/hexchat/patches Update of /cvs/ports/net/hexchat/patches In directory cvs.openbsd.org:/tmp/cvs-serv27403/patches Log Message: Directory /cvs/ports/net/hexchat/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/10/22 23:06:11 Modified files: net/hexchat : Makefile distinfo net/hexchat/pkg: PLIST Added files: net/hexchat/patches: patch-src_common_meson_build Log message: Update to hexchat-2.14.2. Changelog can be found at https://hexchat.readthedocs.io/en/latest/changelog.html. Includes feedback from sthen@ and cwen@. Thank you! OK cwen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/23 01:36:29 Modified files: usr.sbin/rpki-client: mft.c Log message: Rewrite the time validity check for mfts. Using ASN1_GENERALIZEDTIME_print and strptime to convert the timestamp does not correctly account for the timezone. Instead use X509_cmp_time which later on should be replaced with ASN1_time_tm_cmp since the ASN1_STRING_cmp() check at the end will fail around 2049. Problem with timezone reported by Alexandre Hamada (hamada at registro.br). He also tested this diff. OK tb@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/23 01:42:05 Modified files: usr.bin/tmux : format.c tmux.1 tmux.h window-copy.c Log message: Use the existing code in format.c to add foramts for word and line at cursor position in copy mode, from Anindya Mukherjee. CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2019/10/23 01:59:10 Modified files: mail/opensmtpd-filters/dnsbl: Makefile distinfo Log message: When running filter-dnsbl later in a filter chain it can happen that a disconnect command is issued without any prior. This results in an invalid free. Found by and fix tested by Mischa Peters port diff looks good to jasper@ CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2019/10/23 02:01:19 Modified files: mail/opensmtpd-filters/dkimsign: Makefile distinfo Log message: Fix off by one in relaxed mode. Issue found and fix tested by Mikolaj Kucharski. port diff looks good to jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/23 02:14:43 Modified files: www/libsass : Makefile distinfo Log message: update to libsass-3.6.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/23 02:18:36 Modified files: x11/xkbcommon : Makefile distinfo x11/xkbcommon/pkg: PLIST Removed files: x11/xkbcommon/patches: patch-Makefile_in Log message: update to libxkbcommon-0.9.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/23 02:23:51 Modified files: sysutils/virt-what: Makefile distinfo Log message: update to virt-what-1.20 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/23 02:24:53 Modified files: sysutils/tmuxinator: Makefile distinfo Log message: update to tmuxinator-1.1.2 CVSROOT: /cvs Module name: ports Changes by: gilles@cvs.openbsd.org 2019/10/23 02:50:05 Modified files: mail/opensmtpd-filters/rspamd: Makefile distinfo Log message: update opensmtpd-filter-rspamd to 0.1.4 which solves some DKIM sign/verify issues caused by the filter itself ok jasper@ and landry@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/10/23 03:27:44 Modified files: sys/arch/arm/mainbus: mainbus.c sys/arch/arm64/dev: mainbus.c Log message: Provide hw.serialno using the root node's serial-number property. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 04:04:06 Modified files: infrastructure/lib/DPB: Util.pm Log message: formalize how to convert time values to string, with 2 digits after the dot CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 04:04:39 Modified files: infrastructure/lib/DPB: Fetch.pm Log message: just in case, make it possible to have fractional timestamps there too CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 04:05:28 Modified files: infrastructure/lib/DPB: Serialize.pm Log message: have the serializer complete with a current ts if needed, so we don't have to repeat ourselves. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 04:06:19 Modified files: infrastructure/lib/DPB: Engine.pm Log message: use fractional ts here too rename log_no_ts to log_same_ts, clearer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 04:07:24 Modified files: infrastructure/lib/DPB: PortBuilder.pm Log message: don't close fh, it's already been closed by the job also, let the serializer fill ts CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 04:09:50 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: also use fractional ts here, including non ludicrous rpecision on max_stuck add a "coda" to the log, just so you can see how long cleaned took, or when it errored CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/23 04:14:46 Modified files: sys/arch/amd64/amd64: bios.c sys/arch/i386/i386: bios.c sys/arch/arm64/dev: smbios.c Log message: store specific strings for smbios baseboard vendor, product and serial Often vendor and product strings will match for system information and baseboard but in the case of the GPD Pocket system information vendor is 'Default string' and baseboard information vendor is expected to be 'AMI Corporation'. This is needed for a drm panel orientation quirk. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/23 04:17:40 Modified files: sys/dev/pci/drm: drm_linux.c Log message: Use baseboard specific vendor, product and serial strings for DMI_BOARD_* instead of using hw_vendor and hw_prod which are set from the system information structure possibly falling back to baseboard structure. Remove currently unused DMI_BOARD_VERSION case. Should fix the GPD Pocket panel rotation quirk that depends on baseboard vendor of 'AMI Corporation' while the system information vendor is 'Default string'. Reported by Alexander Shendi on bugs@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/23 04:22:45 Modified files: graphics/potrace: Makefile distinfo Log message: update to potrace-1.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/23 04:23:56 Modified files: graphics/potrace: Makefile Log message: update license marker CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/23 06:13:35 Modified files: databases/xapian-bindings: Makefile distinfo databases/xapian-bindings/patches: patch-perl_Makefile_in patch-python3_Makefile_in databases/xapian-bindings/pkg: PLIST-ruby databases/xapian-core: Makefile distinfo databases/xapian-core/patches: patch-cmake_xapian-config_cmake_in databases/xapian-core/pkg: PLIST www/xapian-omega: Makefile distinfo www/xapian-omega/patches: patch-omega_conf Removed files: databases/xapian-core/patches: patch-pkgconfig_xapian-core_pc_in Log message: update to xapian 1.4.13 mostly from Lucas Raab, patch/wantlib regen + shared_libs bump from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/23 06:42:57 Modified files: www/py-aiohttp : Makefile Log message: missing dep, pointed out by Kirill Miazine CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/10/23 07:18:51 Modified files: share/zoneinfo/datfiles: asia australasia europe leapseconds northamerica southamerica Log message: Update to tzdata2019b from www.iana.org. Major changes: Fiji observes DST from 2019-11-10 to 2020-01-12. Norfolk Island starts observing Australian-style DST. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 07:38:13 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Reporter.pm infrastructure/lib/DPB/Reporter: Tty.pm Log message: clean up/document the interface to reporter a bit start making it not be a singleton (it's only created once anyway) need to clean up DPB::Signature to make this "go away" entirely CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 07:40:55 Modified files: infrastructure/lib/DPB/Reporter: Tty.pm Log message: document what record does. Also note it's always defined, so ditch the test. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/10/23 07:49:24 Modified files: usr.bin/nc : netcat.c Log message: Revert previous, which works for -N case but causes regress failures for tls, since the socket is shut down without calling tls_close(). Since nc appears to have a problem with this in other shutdown() cases I am simply going to bake a new diff for this. noticed by bluhm@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/23 07:50:50 Modified files: sys/scsi : sd.c sdvar.h Log message: There used to be three possible return values from sd_get_parms(), but for some years it's been a succeed/fail function. So switch to using 0/-1 as return values and nuke SDGP_RESULT_OFFLINE and SDGP_RESULT_OK #defines. Shake out logic inside sd_get_parms() to take account of the change, making it clearer. Removes a possible panic(). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/23 08:10:13 Modified files: usr.bin/tmux : tmux.1 Log message: Document Any key, from Jason Felice. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 08:34:27 Modified files: infrastructure/lib/DPB: Reporter.pm Signature.pm infrastructure/lib/DPB/Core: Init.pm infrastructure/lib/DPB/Reporter: Tty.pm Log message: clean up the signature code and remove the globals in Reporter accordingly CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/23 08:59:32 Modified files: devel/py-tz : Makefile distinfo Log message: update to pytz-2019.3, take maintainer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/23 10:23:25 Modified files: infrastructure/lib/DPB: Grabber.pm Log message: okay, I did solve this elsewhere, and it did not work, so zap that condition CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/23 10:47:53 Modified files: usr.bin/ftp : fetch.c Log message: change some error reports to include the failing URL (which we vis, in case it came via a redirect) some help from jca, discussed with aja CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/23 10:48:13 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: adapt to new ftp(1) retrieving error messages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/23 10:49:00 Modified files: usr.bin/ftp : ftp.1 main.c Log message: Add new -N name option, so that calling scripts can change the progname and produce better error messages discussed with aja and jca CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/23 10:50:14 Modified files: usr.sbin/syspatch: syspatch.sh Log message: retract 1.151, now that ftp reports the failing url itself. with jca, ok aja CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/10/23 12:07:55 Modified files: usr.bin/ftp : ftp.1 Log message: list -N before -n in the options list; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/23 13:28:36 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-nspr_pr_include_md__openbsd_h patch-nspr_pr_src_linking_prlink_c patch-nspr_pr_src_misc_prinit_c patch-nspr_pr_src_misc_prnetdb_c patch-nspr_pr_tests_nameshm1_c patch-nspr_pr_tests_socket_c Removed files: devel/nspr/patches: patch-nspr_pr_tests_attach_c patch-nspr_pr_tests_nonblock_c patch-nspr_pr_tests_stack_c patch-nspr_pr_tests_testfile_c Log message: Update to nspr 4.23. Remove patches from #1575821, merged upstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/23 13:30:25 Modified files: security/nss : Makefile distinfo security/nss/pkg: PLIST Removed files: security/nss/patches: patch-nss_lib_freebl_Makefile patch-nss_tests_policy_policy_sh patch-nss_tests_ssl_ssl_sh Log message: Update to nss 3.47. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47_release_notes Remove patches from #1581507 fixing tests & #1581391 fixing arm64, merged upstream. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/23 13:33:41 Modified files: lib/libc : shlib_version lib/libc/arch/powerpc: Symbols.list Log message: Unexport __floatundidf. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/23 13:38:09 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-storage_mozStorageConnection_cpp www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 70.0. See https://www.mozilla.org/en-US/firefox/70.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-34/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/23 13:46:03 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Removed files: www/firefox-esr/patches: patch-old-configure patch-third_party_rust_cssparser_src_parser_rs Log message: Update to firefox-esr 68.2.0. See https://www.mozilla.org/en-US/firefox/68.2.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-33/ Remove patch from #1579323 to reenable sandboxing by default & patch from #1585099 to fix build with rust 1.38, both merged upstream in the esr branch. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/23 13:47:55 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Removed files: mail/mozilla-thunderbird/patches: patch-third_party_rust_cssparser_src_parser_rs Log message: Update to thunderbird 68.2.0. See https://www.thunderbird.net/en-US/thunderbird/68.2.0/releasenotes/ Remove patch from #1585099 fixing build with rust 1.38, merged upstream. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/10/23 13:55:09 Modified files: libexec/ld.so/aarch64: archdep.h rtld_machine.c libexec/ld.so/alpha: archdep.h rtld_machine.c libexec/ld.so/amd64: archdep.h rtld_machine.c libexec/ld.so/arm: rtld_machine.c libexec/ld.so/hppa: rtld_machine.c libexec/ld.so/i386: archdep.h rtld_machine.c libexec/ld.so/m88k: SYS.h archdep.h rtld_machine.c libexec/ld.so/mips64: archdep.h rtld_machine.c libexec/ld.so/powerpc: archdep.h rtld_machine.c libexec/ld.so/sh: archdep.h rtld_machine.c libexec/ld.so/sparc64: rtld_machine.c Log message: Prefer the size-independent ELF identifiers over the size-specific ones. Strip superfluous parens from return statements while here. Done programatically with two perl invocations idea ok kettenis@ drahn@ ok visa@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/23 13:58:33 Modified files: sys/netinet : in.c in.h Log message: Kernel is missing propper input validation when configuring addresses. Fix the SIOCAIFADDR and SIOCDIFADDR ioctl(2) by implementing in_sa2sin() to validate inet address family and address length. OK visa@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/23 14:06:16 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/10/23 14:23:51 Modified files: . : plus.html Log message: plus for Oct 12 - 19 ok florian CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/23 14:24:20 Modified files: devel/ruby-zeitwerk: Makefile distinfo devel/ruby-zeitwerk/pkg: PLIST Log message: Update 2.1.10 -> 2.2.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/23 14:32:20 Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : sxisid.c Log message: Add sxisid(4), a driver to read the on-chip eFuses written by Krystian Lewandowski. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/23 14:33:19 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : sxisid.4 Log message: sxisid(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/23 14:34:04 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable sxisid(4). CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/23 14:42:54 Modified files: security/ruby-gpgme: Makefile security/ruby-gpgme/pkg: PLIST Log message: readd building the extension, accidently removed by the last update CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/23 15:00:55 Modified files: databases/ruby-hiera3: Makefile distinfo Log message: Update 3.5.0 -> 3.6.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/23 15:01:29 Modified files: sysutils/ruby-r10k: Makefile distinfo Log message: update 3.3.1 -> 3.3.3 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/10/23 17:02:56 Modified files: share/man/man5 : pf.conf.5 Log message: Fix swapped default values of adaptive.start and adaptive.end timeouts While here, enlist start before end to restore intuitive order. Spotted by someone on IRC who's name I cannot recall, sorry. OK sashan CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/10/23 21:31:49 Modified files: sys/kern : subr_log.c Log message: Make log tick interval independent of hz and reduce the frequency so that the timeout would not be scheduled on every tick. Discussed with and OK mpi@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/10/23 23:57:42 Modified files: include : asr.h lib/libc : Symbols.list lib/libc/asr : asr.c asr_run.3 lib/libc/hidden: asr.h Log message: Allow the caller of asr functions to create and use a specific context. Diff from eric@ and florian@, commiting on their behalf since they are absent and we want to ride the minor shlib bump. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/24 00:11:50 Modified files: devel/nspr/patches: patch-nspr_pr_src_misc_prdtoa_c Log message: Patchy patchy bork bork. Sorry for the inconvenience.. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/24 01:04:42 Modified files: www/logswan : Makefile distinfo Log message: Update logswan to 2.1.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/10/24 02:02:31 Modified files: security/pdfcrack: Makefile distinfo Log message: Update to pdfcrack-0.18. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/24 03:49:58 Modified files: infrastructure/lib/DPB: Grabber.pm Engine.pm SubEngine.pm Log message: rename flush to the more explicit flush_log (so that I don't have to audit its location elsewhere too precisely) document grabber, rename endcode to eventloopcode (which means something) tidy up some code, explicit return CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/24 03:51:26 Modified files: infrastructure/lib/DPB: Config.pm Vars.pm infrastructure/lib/DPB/Core: Init.pm Log message: document DPB::Vars somewhat, tweak the interface to DPB::Vars->get because we can benefit from other state access (specifically for waitpid) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 04:12:26 Modified files: www/chromium : Makefile Log message: bump REVISION for electron, WANTLIB was changed (lost uuid). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 05:12:12 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-3.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 05:13:04 Modified files: net/wireshark : Tag: OPENBSD_6_6 Makefile distinfo Log message: update to wireshark-3.0.6 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/24 05:13:06 Modified files: sys/arch/armv7/conf: GENERIC RAMDISK Log message: Enable sxisid(4) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/24 05:22:56 Modified files: www/firefox-esr: Tag: OPENBSD_6_6 Makefile distinfo Removed files: www/firefox-esr/patches: Tag: OPENBSD_6_6 patch-old-configure patch-third_party_rust_cssparser_src_parser_rs Log message: MFC: Update to firefox-esr 68.2.0. See https://www.mozilla.org/en-US/firefox/68.2.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-33/ Remove patch from #1579323 to reenable sandboxing by default & patch from #1585099 to fix build with rust 1.38, both merged upstream in the esr68 branch. Note that firefox 70 might get backported to 6.6, or not. Dependency hell.. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 05:40:05 Modified files: www/libsass : Makefile distinfo Log message: update to libsass HEAD (e820c838a), fixes hangs seen building x11/gtk+4 and others. ok jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/24 05:49:13 Modified files: share/man/man4 : sxisid.4 Log message: Fix typo. From Andre Stoebe. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/10/24 06:32:18 Modified files: lib/librthread : synch.h Log message: Backout previous synch.h commit (r1.5, "Use process-private futexes to avoid the uvm_map lookup overhead"). This causes hangs with Python, seen easily by trying to build ports/graphics/py-Pillow. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/10/24 06:39:27 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi lib/libutil : Makefile Symbols.map ber.c ber.h shlib_version regress/lib/libutil/ber: ber_test.c ber_test_int_i.c usr.bin/ldap : aldap.c usr.bin/snmp : smi.c snmp.c snmpc.c usm.c usr.sbin/ldapctl: ldapctl.c usr.sbin/ldapd : attributes.c auth.c conn.c filter.c index.c ldape.c logmsg.c modify.c schema.c search.c util.c validate.c usr.sbin/snmpd : mib.c mps.c parse.y smi.c snmpe.c trap.c traphandler.c usm.c util.c usr.sbin/ypldap: aldap.c Added files: lib/libutil : ober_add_string.3 ober_get_string.3 ober_oid_cmp.3 ober_read_elements.3 ober_set_header.3 Removed files: lib/libutil : ber_add_string.3 ber_get_string.3 ber_oid_cmp.3 ber_read_elements.3 ber_set_header.3 Log message: The ber_* namespace is used by liblber since time immemorial, so move our BER API to the unused ober_* prefix to avoid some breakage in ports. Problem diagnosed by jmatthew with ber_free() in samba, but there are many others as pointed out by sthen. tests & ok rob ok sthen (who had an almost identical diff for libutil) "go head hit it" deraadt CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2019/10/24 06:48:54 Modified files: usr.bin/nc : netcat.c Log message: Print IP address in verbose mode OK kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 06:49:11 Modified files: mail/extsmail : Makefile distinfo Log message: update to extsmail-2.3, from maintainer Laurie Tratt, minor tweaks from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 06:51:41 Modified files: www/chromium : Makefile Log message: oops, unbreak - I put the FLAVOR:Melectron REVISION block too high CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/10/24 06:56:40 Modified files: usr.bin/passwd : local_passwd.c Log message: add missing unveil of /etc/shells; ok benno@ deraadt@ mestre@ tb@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/24 07:27:17 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/patches: patch-bin_elasticsearch-env patch-config_jvm_options textproc/elasticsearch/pkg: PLIST Log message: Update elasticsearch 6.6.1 -> 7.4.1 Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.4/release-notes-7.4.1.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/24 07:27:53 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/files: filebeat.yml sysutils/logstash/patches: patch-config_jvm_options patch-config_logstash_yml patch-config_pipelines_yml sysutils/logstash/pkg: PLIST Log message: Update logstash 6.6.1 -> 7.4.1 Relase notes: https://www.elastic.co/guide/en/logstash/7.4/logstash-7-4-1.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/24 07:28:58 Modified files: www/kibana : Makefile distinfo www/kibana/patches: patch-bin_kibana-plugin patch-package_json www/kibana/pkg : PLIST kibana.rc Added files: www/kibana/patches: patch-bin_kibana patch-bin_kibana-keystore Log message: Update kibana 6.6.1 -> 7.4.1 Relase notes: https://www.elastic.co/guide/en/kibana/7.4/release-notes-7.4.1.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/24 07:33:04 Modified files: devel/py-certifi: Makefile distinfo devel/py-certifi/patches: patch-certifi_core_py patch-setup_py Log message: Update py-certifi 2018.11.29 -> 2019.9.11 Port changes: regen patches CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/24 07:33:35 Modified files: textproc/py-elasticsearch: Makefile distinfo textproc/py-elasticsearch/pkg: PLIST Log message: Update py-elasticsearch 6.3.1 -> 7.0.5 Port changes: add www/py-requests dependency CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/24 07:35:05 Modified files: sysutils/py-elasticsearch-curator: Makefile distinfo sysutils/py-elasticsearch-curator/pkg: PLIST Added files: sysutils/py-elasticsearch-curator/patches: patch-setup_cfg patch-setup_py Log message: Update py-elasticsearch-curator 5.6.0 -> 5.8.1 Port changes: loose up pyyaml dependency from ==3.13 to >=3.13 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/24 08:37:09 Modified files: sysutils/beats/filebeat: Makefile distinfo sysutils/beats/filebeat/patches: patch-filebeat_filebeat_yml sysutils/beats/filebeat/pkg: PLIST Log message: Update filebeat 6.6.0 -> 7.4.1 Relase notes: https://www.elastic.co/guide/en/beats/libbeat/7.4/release-notes-7.4.1.html ok jasper@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/24 08:38:12 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/24 09:05:22 Modified files: infrastructure/lib/DPB: Clock.pm infrastructure/lib/DPB/Job: Port.pm Log message: make the JUNKING log entries "silent" so they don't change frozen status nor interfere with stuck_timeout problem noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/24 09:23:44 Removed files: www/mozilla-firefox/patches: patch-old-configure Log message: Remove patch from #1579323, was merged in 70 via https://hg.mozilla.org/releases/mozilla-beta/rev/e0b6137d8d2e reminded by jcs@, thanks! CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/24 09:43:09 Modified files: lib/libcrypto/evp: evp.h Log message: Add EVP_PKEY_RSA_PSS. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/24 09:47:15 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/rsa: rsa.h rsa_lib.c Log message: Provide RSA_pkey_ctx_ctrl(). This is a wrapper around EVP_PKEY_CTX_ctrl() which requires the key to be either RSA or RSA-PSS. From OpenSSL 1.1.1d. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/24 09:51:23 Modified files: lib/libcrypto/rsa: rsa.h Log message: Add maskHash field to RSA_PSS_PARAMS. This will be soon used as an optimisation and reduces the differences between OpenSSL. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/24 09:54:29 Modified files: lib/libcrypto/rsa: rsa.h Log message: Add RSA_PSS_PARAMS pointer to RSA struct. This will be used by upcoming RSA-PSS code. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/24 09:58:38 Modified files: lib/libcrypto : shlib_version lib/libssl : shlib_version lib/libtls : shlib_version Log message: Bump libcrypto, libssl and libtls majors due to changes in struct sizes and symbol addition. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/10/24 10:03:56 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2019/10/24 10:22:07 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update lang/go to 1.13.3. This includes security fixes released in 1.13.2. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/24 10:26:13 Modified files: lib/libcrypto/rsa: rsa_asn1.c rsa_locl.h Log message: Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding. For now these are internal only. From OpenSSL 1.1.1d. ok inoguchi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 10:26:46 Modified files: lang/php/7.2 : Makefile distinfo Log message: update to php-7.2.24 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 10:28:17 Modified files: lang/php/7.3 : Makefile distinfo lang/php/7.3/patches: patch-sapi_fpm_www_conf_in Log message: update to php-7.3.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 10:30:18 Modified files: lang/php/7.2 : Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC update to php-7.2.24 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/24 10:30:27 Modified files: lang/php/7.3 : Tag: OPENBSD_6_6 Makefile distinfo lang/php/7.3/patches: Tag: OPENBSD_6_6 patch-sapi_fpm_www_conf_in Log message: MFC update to php-7.3.11 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/24 10:36:10 Modified files: lib/libcrypto/asn1: a_type.c asn1_locl.h Log message: Provide ASN1_TYPE_{,un}pack_sequence(). These are internal only for now. Based on OpenSSL 1.1.1d. ok inoguchi@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/10/24 11:27:08 Modified files: usr.bin/nc : nc.1 Log message: Service names are still resolved with -n Just like pfctl(8)'s -N, this flag only avoid DNS; "nc -vz ::1 socks" still works. Fix documentation by copying pfctl's wording. OK deraadt CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/24 12:54:10 Modified files: sbin/ifconfig : brconfig.c ifconfig.c ifconfig.h sff.c Log message: Fix ifconfig(8) compiler warnings regarding variable "name" reuse. Call the global variable with the name of the interface "ifname". Do not pass it around, just use it globally. Do not use "ifname" for anything else. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/10/24 13:17:34 Modified files: faq : upgrade66.html Log message: use the correct url for acme-client.conf(5) noticed by Andras Farkas, thanks. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/24 13:50:30 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/pkg: PLIST Added files: net/mattermost-server/patches: patch-config_config_json Removed files: net/mattermost-server/patches: patch-config_default_json Log message: Update mattermost-server 5.13.2 -> 5.16.0 Changelog: https://docs.mattermost.com/administration/changelog.html Port changes: Rename default.json to config.json; it's now generated during build time using defaults in code. We take config.json from pre-built linux distfile. ok robert@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/24 14:37:17 Modified files: sysutils/ruby-puppet/5: Makefile distinfo sysutils/ruby-puppet/5/patches: patch-lib_puppet_defaults_rb patch-lib_puppet_type_package_rb Log message: update 5.5.16 -> 5.5.17 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/24 14:42:17 Modified files: sysutils/ruby-puppet-syntax: Makefile distinfo Log message: update 2.5.0 -> 2.6.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/24 15:10:23 Modified files: sysutils/ruby-puppet-lint: Makefile distinfo sysutils/ruby-puppet-lint/pkg: PLIST Log message: update 2.3.6 -> 2.4.1 while there, omit the gem binary suffix to the executable CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/10/24 16:11:10 Modified files: libexec/ld.so/aarch64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/sh: rtld_machine.c Log message: Delete unused support for relocations that don't require alignment. ok mpi@ kettenis@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/24 16:55:07 Modified files: regress/sbin/ifconfig: Makefile Added files: regress/sbin/ifconfig: ifaddr.c Log message: Test the old ioctl(2) for interface addresses SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR, and SIOCGIFADDR. Implement ifaddr.c which is a stripped down ifconfig(8) converted to the old interface. CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/10/24 18:40:56 Modified files: gnu/llvm/lib/Target/Mips: CMakeLists.txt MipsAsmPrinter.cpp MipsFrameLowering.cpp MipsFrameLowering.h MipsInstrInfo.td gnu/llvm/tools/clang/lib/Driver/ToolChains: Clang.cpp gnu/usr.bin/clang: Makefile.inc gnu/usr.bin/clang/libLLVMMipsCodeGen: Makefile Added files: gnu/llvm/lib/Target/Mips: MipsReturnProtectorLowering.cpp MipsReturnProtectorLowering.h Log message: Add retguard for octeon/mips64. For this architecture we use separate retguard prologue and epilogue code for static or PIC code. In the PIC case we use some additional code before the retguard epilogue to recover the function start address and the GOT pointer in order to get the per-function random cookie. Much thanks to visa@ for suggestions and advice making it all work. ok deraadt@ visa@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/24 19:44:02 Modified files: sys/netinet : in.h Log message: +#define IPPROTO_UDPLITE 136, as per RFC 3828 and the IANA allocation please don't interpret this as an intention on my part to implement UDP-Lite. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/24 19:46:02 Modified files: sys/netinet : in.h Log message: make whitespace in the IPPROTO defines consistent. no functional change. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/10/24 22:00:10 Modified files: lib/libutil : ober_get_string.3 Log message: Adjust whitespace, so Ta macros are aligned vertically as already done in ober_add_string.3 and as it was before the ber -> ober rename. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/25 00:01:27 Modified files: etc : netstart Log message: handle aggr(4) in the same way as trunk(4) from brad@ ok bluhm@ claudio@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/25 00:49:24 Modified files: x11/gnome/librsvg: Makefile distinfo Removed files: x11/gnome/librsvg/patches: patch-vendor_libc_src_unix_bsd_netbsdlike_openbsd_mod_rs Log message: Update to librsvg-2.46.3. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/25 01:13:54 Modified files: sys/dev/pv : if_vio.c Log message: Remove some space before tab and other small indentation errors. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/10/25 01:25:39 Modified files: textproc/py-pdfminer: Makefile distinfo textproc/py-pdfminer/pkg: PLIST Log message: Update to PDFMiner 20191020 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/25 02:03:51 Modified files: devel/git : Makefile devel/git/pkg : DESCR-main DESCR-x11 Log message: Update COMMENT and DESCR Taken from https://git-scm.com OK benoit CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/10/25 03:57:33 Modified files: usr.sbin/vmd : vmm.c Log message: ifname in opentap() is not optional The function argument is not checked at all and the only caller in config.c always passes a buffer valid buffer. Defer the error case's default value to the end to avoid rewriting in case a node is opened. Feedback and OK reyk CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/25 04:06:40 Modified files: sys/arch/armv7/stand/efiboot: Makefile conf.c efiboot.c efiboot.h fdt.c fdt.h Log message: Make it possible to switch to framebuffer "glass" console in case it isn't the default already. Same change as we made on arm64 two months ago. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/10/25 04:15:05 Log message: Import x11/xscreenruler. A simple ruler for X11. Input from, and OK, sthen@. Thanks! Status: Vendor Tag: edd Release Tags: edd_20191025 N ports/x11/xscreenruler/distinfo N ports/x11/xscreenruler/Makefile N ports/x11/xscreenruler/pkg/DESCR N ports/x11/xscreenruler/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/25 04:17:06 Modified files: sys/arch/armv7/armv7: armv7var.h platform.c Log message: Add glass console for armv7. Similar to what we did on arm64 two years ago. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/10/25 04:17:07 Modified files: x11 : Makefile Log message: Link x11/xscreenruler. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/10/25 05:14:31 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Retracted a bit too much. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/25 05:49:15 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/pkg: PLIST-main Added files: www/seamonkey/patches: patch-mozilla_security_manager_ssl_moz_build Removed files: www/seamonkey/patches: patch-calendar_base_jar_mn patch-calendar_base_moz_build patch-calendar_lightning_Makefile_in patch-calendar_lightning_jar_mn patch-calendar_lightning_moz_build patch-calendar_moz_build patch-suite_app_Makefile_in patch-suite_app_mozbuild patch-suite_confvars_sh patch-suite_installer_package-manifest_in Log message: Update to seamonkey 2.49.5. See http://www.seamonkey-project.org/releases/seamonkey2.49.5/#new Note that this is still BROKEN-amd64, but it builds & packages on i386. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/25 08:40:19 Modified files: lib/libcrypto/rsa: rsa_asn1.c Log message: Free maskHash when RSA_PSS_PARAMS is freed. ok tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/10/25 08:57:19 Modified files: regress/sbin/ifconfig: Makefile Log message: Add tests for ifconfig(8) with inet6 addresses. CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/10/25 09:20:56 Modified files: faq : upgrade66.html Log message: Change wording on check of /usr from "to reinstall" to "reinstalling". Pointed out by Richard Toohey, thank you. CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/10/25 09:27:27 Modified files: faq : current.html Log message: Roll current.html Was missed when 6.6 was released. Pointed out by Adriano Barbosa who supplied a similar diff. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/25 10:38:14 Modified files: sysutils/firmware/iwm: Makefile sysutils/firmware/iwm/pkg: PLIST Log message: use -34 instead of -36 firmware API versions; lots of things changed in 36 so this is easier to work with. req'd by stsp@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/25 10:42:10 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: Update to buildbot/buildslave 2.5.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/25 12:19:34 Modified files: www/varnish : Makefile distinfo Log message: Update to Varnish 6.3.1 Fixes information leak: http://varnish-cache.org/security/VSV00004.html CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/25 12:19:48 Modified files: www/libsass : Makefile distinfo Log message: revert back to libsass 3.6.1 as the update is causing issues with sassc when building certain ports as reported by naddy@ and sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/25 13:18:30 Modified files: devel/py-r2pipe: Makefile distinfo Log message: update to r2pipe-1.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/25 13:24:19 Modified files: math/py-graphviz: Makefile distinfo math/py-graphviz/pkg: PLIST Log message: update to py-graphviz-0.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/25 13:26:49 Modified files: graphics/birdfont: Makefile distinfo graphics/birdfont/pkg: PLIST Log message: update to birdfont-2.28.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/25 13:37:10 Modified files: sysutils/py-pynetbox: Makefile distinfo sysutils/py-pynetbox/pkg: PLIST Log message: update to py-pynetbox-4.0.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/25 13:40:08 Modified files: graphics/gdcm : Makefile distinfo Log message: update to gdcm-3.0.4 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/25 13:46:02 Modified files: devel/catch2 : Makefile distinfo Log message: Update catch2 to 2.10.2 CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2019/10/25 13:58:41 Modified files: www/nostromo : Makefile distinfo Log message: Update to nostromo 1.9.7. Contains important security fixes for CVE-2019-16278 and CVE-2019-16279. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/10/25 14:13:53 Modified files: devel/kdevelop : Makefile distinfo devel/kdevelop/pkg: PLIST Log message: Stabilization and bugfix update KDevelop to 5.4.3 Changelog: https://www.kdevelop.org/news/kdevelop-543-released CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/25 15:13:50 Modified files: sys/arch/arm/arm: locore.S sys/arch/armv7/armv7: locore0.S Log message: Split out the code that brings us out of HYP mode and the code that initializes the MMU into its own functions and move them to locore.S. ok patrick@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/25 15:39:36 Modified files: sbin/route : route.c Log message: Forgot to add '\30AUTOONF4" to ifnetflags[]. route will now show "AUTOCONF4" in flags. CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/10/25 18:14:05 Modified files: faq : upgrade66.html Log message: Files related to xman were listed for removal twice. Remove the second instance. From Larry Hynes. Thank you! CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/10/25 20:10:03 Modified files: devel/ocaml-menhir: Makefile distinfo devel/ocaml-menhir/pkg: PLIST Log message: Update to ocaml-menhir 20190924. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/25 22:04:20 Modified files: usr.sbin/syspatch: syspatch.sh usr.sbin/sysupgrade: sysupgrade.sh Log message: use ftp -N option; ok jca CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/10/25 23:08:36 www/openiked Update of /cvs/www/openiked In directory cvs.openbsd.org:/tmp/cvs-serv81245/openiked Log Message: Directory /cvs/www/openiked added to the repository CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/10/25 23:08:45 www/openiked/images Update of /cvs/www/openiked/images In directory cvs.openbsd.org:/tmp/cvs-serv78509/openiked/images Log Message: Directory /cvs/www/openiked/images added to the repository CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/10/25 23:09:53 Added files: openiked : goals.html index.html manual.html papers.html security.html users.html openiked/images: openiked.jpg Log message: Add OpenIKED www pages. Thanks to reyk@ for getting this started. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/10/25 23:44:59 Modified files: sys/arch/amd64/amd64: db_trace.c Log message: Correct some ASM in a comment CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 02:37:24 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Wrap long lines. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/10/26 02:39:23 Modified files: security/pdfid : Makefile distinfo Log message: update pdfid to 0.2.6. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/10/26 02:41:48 Modified files: security/pdf-parser: Makefile distinfo Log message: update pdf-parser to 0.7.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 03:31:07 ports/devel/pangox-compat/patches Update of /cvs/ports/devel/pangox-compat/patches In directory cvs.openbsd.org:/tmp/cvs-serv85636/patches Log Message: Directory /cvs/ports/devel/pangox-compat/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 03:31:59 Modified files: devel/pangox-compat: Makefile Added files: devel/pangox-compat/patches: patch-pangox_c Log message: Merge a couple of (old) patches from upstream and arch linux; this will hopefully help an upcoming pango major update. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/10/26 03:36:38 Modified files: driver/xf86-video-amdgpu: ChangeLog configure configure.ac driver/xf86-video-amdgpu/src: amdgpu_dri2.c amdgpu_dri3.c amdgpu_kms.c amdgpu_pixmap.h amdgpu_present.c Log message: Update to xf86-video-amdgpu 19.1.0. Tested by mortimer@ and jsg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/10/26 03:37:26 Modified files: driver/xf86-video-ati: ChangeLog configure configure.ac driver/xf86-video-ati/src: radeon.h radeon_dri2.c radeon_dri3.c radeon_kms.c radeon_present.c Log message: Update to xf86-video-ati 19.10.0. tested by jsg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/10/26 03:39:43 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 04:54:31 Modified files: graphics/py-cairo: Makefile distinfo Log message: Update to py-cairo-1.18.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 04:57:04 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-268.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 05:04:13 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-0.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 05:54:48 Modified files: x11/gtk3mm : Makefile distinfo Log message: Update to gtk3mm-3.24.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 05:55:42 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-digitalocean: Makefile distinfo sysutils/terraform/provider-mailgun: Makefile distinfo sysutils/terraform/provider-vault: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/26 06:03:20 Modified files: multimedia/mpv : Makefile distinfo multimedia/mpv/patches: patch-libmpv_client_h Removed files: multimedia/mpv/patches: patch-stream_tvi_v4l2_c patch-waftools_detections_compiler_py Log message: Update to mpv 0.30.0 From Brad Smith OK rsadowski CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/26 06:12:24 Modified files: devel/angr/py-angr: Makefile devel/angr/py-pyvex: Makefile Log message: Fix angr-vex dependency angr-vex's library is dlopen(3)ed py py-pyvex (not py-angr itself), so register it as proper RDEP in py-pyvex (and only there). Spotted after `pkg_add angrop' on a fresh installation where angr-vex was not installed; even though angr has an LDEP on it, our framework does not turn it into a RDEP unless angr also links against it. CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2019/10/26 06:51:15 Modified files: opensmtpd : donations.html index.html portable.html Added files: opensmtpd/announces: release-6.6.0.txt Log message: opensmtpd-6.6.0 is out CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 07:39:53 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.13.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 07:40:06 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 07:40:21 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.266. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/26 08:06:56 Modified files: multimedia/mpv : Makefile multimedia/mpv/patches: patch-libmpv_client_h Log message: Use SUBST_VARS, do not modify WRKSRC in configure Positive feedback bcallah Feedback and OK ajacoutot CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2019/10/26 08:10:31 Modified files: www/nostromo : Tag: OPENBSD_6_6 Makefile distinfo Log message: Update to nostromo 1.9.7. Contains important security fixes for CVE-2019-16278 and CVE-2019-16279. Changelog: https://nazgul.ch/dev/nostromo_cl.txt ok jasper CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/10/26 09:45:49 Modified files: openiked : goals.html index.html manual.html papers.html security.html users.html Log message: Use the same template for openiked as for the other www pages. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/26 09:46:38 Modified files: editors/vis : Makefile Added files: editors/vis/pkg: MESSAGE Log message: Mention rename to vise on installation Noted by a user who did not find it after installation. Feedback and OK tb CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/10/26 11:03:12 Modified files: devel/jdk/1.8 : Makefile distinfo devel/jdk/1.8/pkg: PLIST Log message: Update to u232: * Contains many upstream bug fixes and security fixes which can be mined from the release notes here: https://adoptopenjdk.net/release_notes.html#jdk8u232 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/10/26 11:04:15 Modified files: devel/jdk/11 : Makefile distinfo Log message: Update to 11.0.5+10 GA: * Contains many upstream bug fixes and security fixes which can be mined from the release notes here: https://adoptopenjdk.net/release_notes.html#jdk11_0_5 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/10/26 11:43:52 Modified files: usr.bin/snmp : snmp.1 Log message: Shorten the SYNOPSIS greatly. While here also fix some wrong definitions. With help from jmc@ Requested by and OK deraadt@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/10/26 11:52:55 Modified files: usr.sbin/ldapd : ldape.c Log message: The starttls command doesn't have a value with its extended request. The handling of this changed with libutil/ber.c r1.12 resulting in starttls failing. Found by several. Fix suggestion by roklein roklein de OK claudio@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/10/26 12:23:42 Modified files: . : 66.html Log message: 9700 powerpc packages CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/10/26 12:47:11 Modified files: lib/libc/arch/aarch64: Symbols.list lib/libc/arch/alpha: Symbols.list lib/libc/arch/amd64: Symbols.list lib/libc/arch/arm: Symbols.list lib/libc/arch/m88k: Symbols.list Log message: Stop exporting the internal _mcount symbol as that's only referenced by the ASM stub, which is also in libc. The compiler only generates invocations of the latter. ok mpi@ deraadt@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/26 13:28:38 Modified files: net/unifi/testing: Makefile distinfo Log message: update unifi/testing to 5.12.22 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/10/26 13:34:15 Modified files: usr.bin/snmp : snmpc.c Log message: Remove common from "common options" in usage to be closer to SYNOPSIS. Discussed with jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/26 13:37:09 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-auto_def patch-conn_sasl_c patch-contrib_gpg_rc patch-main_c mail/neomutt/pkg: PLIST Removed files: mail/neomutt/patches: patch-newsrc_c Log message: update to neomutt-20191025, as upstream say this has a lot of changes but should be ok for general use. see https://github.com/neomutt/neomutt/releases/tag/2019-10-25 for more information and help request. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/26 13:52:07 Modified files: x11/yaru : Makefile distinfo x11/yaru/pkg : PLIST Log message: UPdate to yaru-19.10.4. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/10/26 15:16:38 Modified files: sys/kern : kern_time.c kern_tc.c sys/sys : timetc.h Log message: clock_getres(2): actually return the resolution of the given clock Currently we return (1000000000 / hz) from clock_getres(2) as the resolution for every clock. This is often untrue. For CPUTIME clocks, if we have a separate statclock interrupt the resolution is (1000000000 / stathz). Otherwise it is as we currently claim: (1000000000 / hz). For the REALTIME/MONOTONIC/UPTIME/BOOTTIME clocks the resolution is that of the active timecounter. During tc_init() we can compute the precision of a timecounter by examining its tc_counter_mask and store it for lookup later in a new member, tc_precision. The resolution of a clock backed by a timecounter "tc" is then tc.tc_precision * (2^64 / tc.tc_frequency) fractional seconds. While here we can clean up sys_clock_getres() a bit. Standards input from guenther@. Lots of input, feedback from kettenis@. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/26 15:50:19 Modified files: mail/neomutt : Makefile Added files: mail/neomutt/patches: patch-nntp_newsrc_c Log message: missed cvs add CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/26 16:13:56 Modified files: multimedia/mpv : Makefile Log message: Cope with removed TV backend and libdvdread support WAF treated --enable-tv as --enable-tvos, hence this is solved, too. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/26 16:37:56 Modified files: textproc/pdfgrep: Makefile distinfo textproc/pdfgrep/patches: patch-src_pdfgrep_cc Log message: update to pdfgrep-2.1.2, from som@nom.dynu.net maintainer agreed pre 6.6 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/26 16:52:56 Modified files: textproc/uncrustify: Makefile Log message: uncrustify: fix runtime on macppc (and possibly other base-gcc archs), by moving from ports-clang to ports-gcc. OK rpointel@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/26 16:55:40 Modified files: games/galois : Makefile Log message: galois: fix runtime on macppc (and possibly other base-gcc archs), by moving from ports-clang to ports-gcc. Also use https HOMEPAGE (hint from rsadowski@, thanks). OK bcallah@ (maintainer) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/26 17:01:33 Modified files: sys/dev/pci : if_vmx.c Log message: avoid rxr races between rxfill from the interrupt and timeout paths vmx "hardware" seems to be able to use rx descriptors as soon as theyre filled in, which means filling the ring from a timeout can run conccurently with an isr that's pulling stuff off the ring. this is mostly a problem with the rxr accounting, so we serialise updates to the alive counter by running rxfill in a mutex. most of the investigation was done by claudio@ and mathieu@ an earlier version of this diff was tested hard by mathieu@ and was ok@ claudio CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/26 17:40:29 Modified files: sys/dev/pci : if_vmx.c if_vmxreg.h Log message: make vmx transmit (vmxnet3_start) mpsafe. to make mpsafetey a bit easier to figure out i disabled checksum and vlan offload. i'll put them back in soon though. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/26 17:55:58 Modified files: sys/dev/pci : if_vmx.c Log message: put vlan tag offload back in CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/10/26 18:21:47 Modified files: share/man/man1 : clang-local.1 Log message: Document retguard for octeon in clang-local. Prodded by Janne Johansson - thanks! CVSROOT: /cvs Module name: www Changes by: mortimer@cvs.openbsd.org 2019/10/26 18:26:57 Modified files: . : innovations.html Log message: Add octeon to the retguard section. Prodded by Janne Johansson - thanks! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/26 19:25:26 Modified files: sys/dev/pci : if_vmx.c Log message: fix the last commit. if gen is toggled per packet, then it needs to be toggled before each packet, not before the loop. also, if 0 out the right offload. brad pointed out the if 0 bit. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/26 19:37:17 Modified files: www/p5-Plack : Makefile distinfo www/p5-Plack/pkg: DESCR PLIST Log message: Update www/p5-Plack to 1.0047 From wen heping OK and additional TEST_DEPENDS from cwen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/27 02:07:01 Modified files: sys/arch/armv7/conf: RAMDISK Log message: Add simplefb(4). CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/10/27 02:17:46 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: update exiftool to 1.70, and switch HOMEPAGE to https (from cwen@). ok cwen@. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/27 02:19:00 Modified files: www/p5-FCGI : Makefile Log message: p5-FCGI: use FIX_EXTRACT_PERMISSIONS OK kmos@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/10/27 02:59:48 Modified files: usr.sbin/vmctl : main.c Log message: Require at least one interface with -i Either a positive count is given or -i is omitted entirely; vm.conf(5) does not allow interface configuration that results in zero interfaces either. Raise the minimium count value to one and tell more about invalid counts with the usual strtonum(3) idiom. OK reyk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/27 03:02:39 Modified files: math/mlpack : Makefile Log message: explain the tests situation CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/27 03:21:11 Modified files: infrastructure/lib/DPB: External.pm Log message: have External show the control socket path. add first try at the "summary" command. note that it doesn't simulate the engine completion (yet) so it WILL show everything that's not built right now CVSROOT: /cvs Module name: ports Changes by: gilles@cvs.openbsd.org 2019/10/27 03:58:39 Modified files: mail/opensmtpd-filters/rspamd: Tag: OPENBSD_6_6 Makefile distinfo Log message: bump to 0.1.4, fixes bug in DKIM signatures handling ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/27 04:02:24 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.21.1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/27 04:26:12 Modified files: sys/arch/arm/arm: cpu.c genassym.cf locore.S sys/arch/arm/include: cpu.h Log message: Add code to spin up secondary CPUs. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/27 04:28:06 Modified files: multimedia/mpv : Makefile Log message: Prevent update-plist(1) from picking up LMAJ and LMIN Reminded by espie CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/27 06:44:17 Modified files: sbin/route : route.c Log message: Print interface index and name for RTM_NEWADDR, RTM_DELADDR and RTM_CHGADDRATTR messages. Be consistant and eliminate ':' after all 'name's. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/27 07:47:36 Modified files: www/seamonkey-i18n: Makefile.inc distinfo Log message: Update to seamonkey-i18n 2.49.5, forgotten in previous, reminded by sthen@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/10/27 07:52:26 Modified files: usr.bin/top : display.c Log message: + resets P as well The manual has it, complete the help screen. OK millert CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/10/27 08:58:53 Modified files: bin/ksh : history.c Log message: Don't fail hard if we can't preallocate history storage. Using alloc.c for the history array brings no value and prevents easy handling of memory shortage. Switch to plain reallocarray and keep running if HISTSIZE is too big. The allocation is still done upfront with no sanity checking, it would probably be nicer to allocate space as needed. Issue reported by thomas@habets.se who suggested a different approach. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/10/27 09:02:19 Modified files: bin/ksh : history.c Log message: No need for as writev(2) isn't used any more. CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/27 09:58:44 Modified files: . : events.html Log message: add some more video links CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/27 13:19:10 Modified files: sys/dev/fdt : imxsrc.c sys/arch/armv7/conf: GENERIC Log message: Add i.MX5/6 support and enable this driver on armv7(4). ok jsg@, patrick@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/27 14:01:00 Modified files: . : errata66.html Log message: release bpf and ber errata. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/10/27 14:01:38 Modified files: sys/net : Tag: OPENBSD_6_6 bpf.c bpfdesc.h Log message: put bpfdesc reference counting back, revert change introduced in 1.175 as: BPF: remove redundant reference counting of filedescriptors Anton@ made problem crystal clear: I've been looking into a similar bpf panic reported by syzkaller, which looks somewhat related. The one reported by syzkaller is caused by issuing ioctl(SIOCIFDESTROY) on the interface which the packet filter is attached to. This will in turn invoke the following functions expressed as an inverted stacktrace: 1. bpfsdetach() 2. vdevgone() 3. VOP_REVOKE() 4. vop_generic_revoke() 5. vgonel() 6. vclean(DOCLOSE) 7. VOP_CLOSE() 8. bpfclose() Note that bpfclose() is called before changing the vnode type. In bpfclose(), the `struct bpf_d` is immediately removed from the global bpf_d_list list and might end up sleeping inside taskq_barrier(systq). Since the bpf file descriptor (fd) is still present and valid, another thread could perform an ioctl() on the fd only to fault since bpfilter_lookup() will return NULL. The vnode is not locked in this path either so it won't end up waiting on the ongoing vclean(). Steps to trigger the similar type of panic are straightforward, let there be two processes running concurrently: process A: while true ; do ifconfig tun0 up ; ifconfig tun0 destroy ; done process B: while true ; do tcpdump -i tun0 ; done panic happens within few secs (Dell PowerEdge 710) OK @visa, OK @anton OpenBSD 6.6 errata 001 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/10/27 14:05:13 Modified files: lib/libutil : Tag: OPENBSD_6_6 Symbols.map ber.c ber.h ber_add_string.3 ber_get_string.3 ber_oid_cmp.3 ber_read_elements.3 ber_set_header.3 regress/lib/libutil/ber: Tag: OPENBSD_6_6 ber_test.c ber_test_int_i.c usr.bin/ldap : Tag: OPENBSD_6_6 aldap.c usr.bin/snmp : Tag: OPENBSD_6_6 smi.c snmp.c snmpc.c usm.c usr.sbin/ldapctl: Tag: OPENBSD_6_6 ldapctl.c usr.sbin/ldapd : Tag: OPENBSD_6_6 attributes.c auth.c conn.c filter.c index.c ldape.c logmsg.c modify.c schema.c search.c util.c validate.c usr.sbin/snmpd : Tag: OPENBSD_6_6 mib.c mps.c parse.y smi.c snmpe.c trap.c traphandler.c usm.c util.c usr.sbin/ypldap: Tag: OPENBSD_6_6 aldap.c Log message: The ber_* namespace is used by liblber since time immemorial, so move our BER API to the unused ober_* prefix to avoid some breakage in ports. Problem diagnosed by jmatthew with ber_free() in samba, but there are many others as pointed out by sthen. tests & ok rob ok sthen (who had an almost identical diff for libutil) "go head hit it" deraadt OpenBSD 6.6 errata 002 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/10/27 15:07:13 Modified files: lib/libc/arch/sparc64/fpu: fpu_qp.c Log message: Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminate PLT entries and prevent overriding ok kettenis@ deraadt@ CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2019/10/27 15:59:25 Modified files: . : artwork.html Log message: Add 6.6 art CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/10/27 16:16:06 Modified files: . : errata66.html Log message: correct the roll CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/27 16:24:40 Modified files: sys/dev/pci : if_vmx.c if_vmxreg.h Log message: tweak the rx path to look more like the tx path. it's a bit shorter, and a bit more correct wrt use of bus_dma. still a bit to go though. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/27 22:11:31 Modified files: sys/arch/sgi/stand/boot: boot.c conf.c Removed files: sys/arch/sgi/stand/boot: version Log message: merge version directly into code CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2019/10/27 23:58:40 Modified files: mail/opensmtpd-filters/dnsbl: Tag: OPENBSD_6_6 Makefile distinfo Log message: When running filter-dnsbl later in a filter chain it can happen that a disconnect command is issued without any prior. This results in an invalid free. Found by and fix tested by Mischa Peters OK jasper@ sthen@ CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2019/10/27 23:59:26 Modified files: mail/opensmtpd-filters/dkimsign: Tag: OPENBSD_6_6 Makefile distinfo Log message: Fix off by one in relaxed mode. Issue found and fix tested by Mikolaj Kucharski. OK jasper@ sthen@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/10/28 00:28:31 Modified files: openssh : history.html Log message: i do not think that happened CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/10/28 00:29:45 Modified files: www/aria2 : Makefile distinfo www/aria2/patches: patch-src_libssl_compat_h Log message: Update for Aria2 to 1.35.0 OK bket@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/28 02:00:17 Modified files: cad/yosys : Makefile distinfo cad/yosys/pkg : PLIST Log message: Update to yosys-0.9. Release notes: https://github.com/YosysHQ/yosys/releases/tag/yosys-0.9 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/28 02:18:37 Modified files: lang/iverilog : Makefile distinfo lang/iverilog/pkg: PLIST Log message: Update to iverilog-10.3. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/10/28 03:08:00 Modified files: usr.bin/tmux : window.c Log message: Start with empty rather than NULL window name to avoid NULL printf if window_name is evaluated early. Reported by Mikolaj Kucharski. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/10/28 03:30:15 Modified files: security/sqlmap: Makefile distinfo security/sqlmap/pkg: PLIST Log message: Update for SQLMap to 1.3.10. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/10/28 03:41:38 Modified files: sys/arch/mips64/include: atomic.h Log message: Fix atomic_sub_long_nv() on mips64. The negation should use 64-bit unsigned arithmetic. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/28 03:47:40 Modified files: infrastructure/lib/DPB: PortInfo.pm Log message: document a bit more what's going on, also add roach variables CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/10/28 06:26:46 Modified files: sys/dev/ic : bwfm.c Log message: Better error handling for bwfm(4) connection attempts. When we fail to connect, e.g. due to a timeout, we will switch the state to SCAN. Unfortunately this skips clearing the active channel set, which means that on a scan on all bands only the nodes on the active channel set, which is defined by whatever node we tried to connect to, are allowed and all other APs are ignored. Fix this by properly calling begin_scan(). When we fail to connect and start a scan, make sure to let the chip know that we don't want to associate anymore. Another issue existed when we interrupt a scan, for instance by setting a new nwid or wpakey. In this case we didn't abort the scan and started a new scan while the old one as still active. This could lead to a SCAN -> SCAN transition loop. Remove the "set ssid" event, since this would be an event in addition to a failed auth/assoc event, which would make us try to handle failure twice. Discussed with and ok stsp@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/28 08:15:42 Modified files: textproc/p5-List-SomeUtils: Makefile distinfo Log message: Update p5-List-SomeUtils to 0.58. CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2019/10/28 08:16:06 Modified files: . : events.html Log message: Add Mischa's video CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/28 08:24:31 Modified files: infrastructure/lib/DPB: Config.pm Engine.pm Grabber.pm Vars.pm Added files: infrastructure/lib/DPB: Roach.pm infrastructure/lib/DPB/SubEngine: Roach.pm Log message: add the glue for roachinfo to exist and migrate to its own subengine data CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/28 08:27:15 Modified files: infrastructure/lib/DPB: Config.pm Log message: use the same pattern for -n/ROACH as we did for -e/LISTING_EXTRA CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/10/28 08:43:03 Modified files: sys/arch/arm/arm: syscall.c Log message: Add missing KERNEL_UNLOCK. ok guenther@, mpi@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2019/10/28 09:02:49 Modified files: security/sudo : Makefile distinfo Log message: Update sudo to 1.8.29: * The cvtsudoers command will now reject non-LDIF input when converting from LDIF format to sudoers or JSON formats. * The new log_allowed and log_denied sudoers settings make it possible to disable logging and auditing of allowed and/or denied commands. * The umask is now handled differently on systems with PAM or login.conf. If the umask is explicitly set in sudoers, that value is used regardless of what PAM or login.conf may specify. However, if the umask is not explicitly set in sudoers, PAM or login.conf may now override the default sudoers umask. Bug #900. * For "make install", the sudoers file is no longer checked for syntax errors when DESTDIR is set. The default sudoers file includes the contents of /etc/sudoers.d which may not be readable as non-root. Bug #902. * Sudo now sets most resource limits to their maximum value to avoid problems caused by insufficient resources, such as an inability to allocate memory or open files and pipes. * Fixed a regression introduced in sudo 1.8.28 where sudo would refuse to run if the parent process was not associated with a session. This was due to sudo passing a session ID of -1 to the plugin. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/28 09:13:35 Modified files: math/armadillo : Makefile distinfo math/armadillo/patches: patch-CMakeLists_txt math/armadillo/pkg: PLIST math/ensmallen : Makefile distinfo math/ensmallen/pkg: PLIST math/mlpack : Makefile distinfo math/mlpack/patches: patch-CMakeLists_txt math/mlpack/pkg: PLIST-main PLIST-python Removed files: math/mlpack/patches: patch-src_mlpack_bindings_python_PythonInstall_cmake Log message: update to newer mlpack and dependencies CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/28 09:55:49 Modified files: infrastructure/lib/DPB: Grabber.pm PortInfo.pm Roach.pm Vars.pm infrastructure/mk: bsd.port.mk Log message: pass thru the values we might need for roach construct the full object, even though we don't do anything smart with it yet CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/28 10:30:33 Modified files: graphics/ansilove: Makefile distinfo Log message: Update ansilove to 4.0.4. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 11:13:44 Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h Log message: iwm: enlarge maximum NVM section size; required for newer firmware ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 11:19:22 Modified files: sys/dev/pci : if_iwm.c Log message: iwm: tweak post-alive NIC locking to more closely match how Linux does it ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 11:22:10 Modified files: sys/dev/pci : if_iwm.c Log message: The iwm_prepare_card_hw() call in iwm_attach() is only needed on 8k devices. Patch by Imre Vadasz. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 11:24:56 Modified files: sys/dev/pci : if_iwmreg.h Log message: Remove unused DEFAULT_MAX_TX_POWER definition from if_iwmreg.h, which had a value different from the IWL_DEFAULT_MAX_TX_POWER constant in Linux iwlwifi. Patch by Imre Vadasz. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 11:28:23 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h Log message: Use 0x6c as permanent ID for IWM_PHY_DB_CMD; remove incorrect comment. Patch by Imre Vadasz. Matches Linux commit 176aa60bf148b5af4209ac323cef941dee76e390 by Sara Sharon. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 11:32:51 Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h Log message: Skip the 'update MCC' command if iwm 8k firmware supports Location Aware Regulatory (LAR) mode and LAR is disabled according to NVM. Patch by Imre Vadasz. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 11:34:48 Modified files: sys/dev/pci : if_iwm.c Log message: Do not set IWM_SF_CFG_DUMMY_NOTIF_OFF bit in iwm SF_CFG firmware command. It is only required for devices connected via SDIO which we do not support. Patch by Imre Vadasz ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 11:38:06 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h Log message: Remove unneeded IWM_UCODE_TLV_FLAGS_RX_ENERGY_API flag. All supported firmware versions have this feature flag set. Remove now unneeded iwm_calc_rssi() function. Patch by Imre Vadasz. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/28 11:52:36 Modified files: math/mlpack : Makefile Log message: mlpack: powerpc build fixes: - Build with -O1 optimisation on this arch only, to avoid OOM errors during the build, as advised by sthen@ (thanks!) - Use ports-gcc instead of ports-clang OK espie@ (maintainer) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 12:00:14 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h Log message: Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags: IWM_UCODE_TLV_FLAGS_PM_CMD_SUPPORT IWM_UCODE_TLV_FLAGS_NEWBT_COEX IWM_UCODE_TLV_FLAGS_BF_UPDATED IWM_UCODE_TLV_FLAGS_D3_CONTINUITY_API IWM_UCODE_TLV_FLAGS_STA_KEY_CMD IWM_UCODE_TLV_FLAGS_DEVICE_PS_CMD IWM_UCODE_TLV_FLAGS_SCHED_SCAN All supported firmware versions have these flags set. Patch by Imre Vadasz ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 12:02:58 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h Log message: Get rid of version 1 of iwm's time event firmware API. All supported firmware versions support IWM_UCODE_TLV_FLAGS_TIME_EVENT_API_V2. Rename struct iwm_time_event_cmd_v2 to iwm_time_event_cmd, and remove helper functions for converting from V2 API structs to V1 versions. Patch by Imre Vadasz ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 12:06:04 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h Log message: Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE PHY_OP notification which will be generated by version 17 firmware. While at it, declare all known firmware command groups and all PHY_OPS subcomand ids. Patch by Imre Vadasz, with tweaks by me ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 12:08:08 Modified files: sys/dev/pci : if_iwm.c Log message: Make iwm_stop_device() power down bus master DMA clocks on 7k devices only. Patch by Imre Vadasz ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/28 12:11:10 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h pcireg.h Log message: Have iwm(4) configure the PCIe LTR. Patch by Imre Vadasz. Cross-check and pcireg.h tweak by kettenis@ ok patrick@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/10/28 13:38:47 Modified files: dist/fontconfig/src: fccompat.c fccache.c Log message: Stop calling chmod() in cache update code. These calls are useless to toxic and come in the way of adding pledge to applications (would require 'fattr' which is quite wide). Discussed with deraadt, millert and jcs. Submitted upstreams too. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/10/28 13:57:51 Modified files: sys/kern : sysv_shm.c Log message: Copy in the user-supplied buffer in shmctl(2) before looking up the shared memory segment. Otherwise, if copyin ends up sleeping it allows another thread to remove the same segment leading to a use-after-free. Feedback from kettenis@ and ok guenther@ Reported-by: syzbot+0de42c2e600a6dd3091d@syzkaller.appspotmail.com CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/10/28 14:19:37 Modified files: . : security.html Log message: add 66 errata link; from Andras Farkas CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/28 15:48:42 Modified files: graphics/opencv: Makefile Log message: opencv: needs atomics on macppc (and probably hppa) OK rsadowski@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/10/28 16:32:39 Modified files: databases/puppetdb5: Makefile distinfo Log message: Update 5.2.10 -> 5.2.11 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/28 19:20:28 Modified files: devel/p5-Safe-Isa: Makefile distinfo Log message: Update devel/p5-Safe-Isa to 1.000010 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/28 20:43:55 Modified files: textproc/p5-Lingua-EN-Tagger: Makefile distinfo Log message: Update textproc/p5-Lingua-EN-Tagger 0.31 From wen heping CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/28 20:51:17 Added files: sys/lib/libsa : arc4.c arc4.h Log message: add arc4 cipher to the bootblocks ok djm mortimer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/28 20:55:52 Modified files: sys/lib/libsa : loadfile_elf.c sys/stand/boot : boot.c sys/arch/alpha/stand/boot: Makefile boot.c sys/arch/alpha/stand/netboot: Makefile sys/arch/amd64/stand/boot: Makefile conf.c sys/arch/amd64/stand/cdboot: Makefile conf.c sys/arch/amd64/stand/efi32: Makefile.common conf.c sys/arch/amd64/stand/efi64: Makefile.common conf.c sys/arch/amd64/stand/efiboot: Makefile.common conf.c sys/arch/amd64/stand/pxeboot: Makefile conf.c sys/arch/arm64/stand/efiboot: Makefile conf.c sys/arch/armv7/stand/efiboot: Makefile conf.c sys/arch/hppa/stand/boot: conf.c sys/arch/hppa/stand/cdboot: Makefile cdboot.c sys/arch/hppa/stand/libsa: Makefile sys/arch/i386/stand/boot: Makefile conf.c sys/arch/i386/stand/cdboot: Makefile conf.c sys/arch/i386/stand/pxeboot: Makefile conf.c sys/arch/landisk/stand/boot: Makefile conf.c sys/arch/loongson/stand/boot: conf.c sys/arch/loongson/stand/libsa: Makefile sys/arch/luna88k/stand/boot: boot.c sys/arch/macppc/stand/boot.mac: Makefile sys/arch/macppc/stand/ofwboot: Makefile sys/arch/octeon/stand/libsa: Makefile sys/arch/octeon/stand/rdboot: rdboot.c sys/arch/sgi/stand/boot: Makefile boot.c sys/arch/sparc64/stand/ofwboot: Makefile boot.c elf64_exec.c vers.c Log message: Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata section, which has grown a fair bit with the introduction of retguard. Mortimer discovered the repeated 512-byte sequence as retguard keys, and this resolves the issue. (Chacha does not fit on the media, so 1.5K early drop RC4 is hopefully sufficient in our KARL link universe) Version crank the bootblocks. sysupgrade -s will install new bootblocks. ok djm mortimer CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/28 21:19:16 Modified files: sys/net : ethertypes.h Log message: add the 802.1AE MACsec ethertype CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/28 22:20:36 Modified files: sbin/sysctl : sysctl.c Log message: mobileip is going to the attic CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/10/28 22:23:35 Modified files: lib/libc/sys : sysctl.2 Log message: mobileip(4) is going to the attic CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/10/28 23:48:38 Modified files: devel/pyusb : Makefile distinfo devel/pyusb/pkg: PLIST Log message: Update devel/pyusb 1.0.0 -> 1.0.2 From Lucas Raab. Thanks! Tweak to homepage by me CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/29 00:42:05 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Fix two cases where the nexthop_runners tail queue can get corrupted. First by requeuing an element that is already on the list and second by freeing a nexthop that is still on the list resulting in a use after free. This should fix bgpd crashes seen by various people. Problem report including backtrace from benno@ OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/29 00:47:04 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Replace the fatal non existing prefix call with a pt_add() call that actually inserts the missing prefix in the prefix tree. While for regular updates to the Adj-RIB-Out this case is indeed not reachable it is reachable when using 'export default-route'. Problem reported and fix tested by Esa Kuusisto. OK benno@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/10/29 01:24:03 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST README Log message: Update for Nextcloud to 17.0.0 OK abieber@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/10/29 01:27:42 Modified files: www/nextcloud : Tag: OPENBSD_6_6 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_6 PLIST README Log message: Update for Nextcloud to 17.0.0 OK abieber@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/10/29 01:47:27 Modified files: usr.bin/ssh : progressmeter.c sshd.c Log message: Signal handler cleanup: remove leftover support for unreliable signals and now-unneeded save and restore of errno. ok deraadt@ markus@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/29 01:52:17 Modified files: lib/libcrypto/evp: evp_locl.h pmeth_lib.c Log message: Provide EVP_PKEY_CTX_md(). This handles controls with a message digest by name, looks up the message digest and then proxies the control through with the EVP_MD *. This is internal only for now and will be used in upcoming RSA related changes. Based on OpenSSL 1.1.1d. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/29 02:00:18 Modified files: lib/libcrypto/rsa: rsa.h rsa_pmeth.c Log message: Update RSA OAEP code. This syncs the RSA OAEP code with OpenSSL 1.1.1d, correctly handling OAEP padding and providing various OAEP related controls. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/29 02:46:42 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/pkg: PLIST Log message: Security update mattermost-server 5.16.0 -> 5.16.1 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/29 02:52:02 Modified files: lib/libcrypto/rsa: rsa_pmeth.c Log message: Add two controls that were missed in the previous commit. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/10/29 04:22:25 Modified files: mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/files: all-openbsd.js Log message: mail/thunderbird: unbreak sandbox by using invalid pledge(2) promise instead of valid empty string jcs@ noted that sandbox should be only enabled with --enable-sandbox (what thunderbird doesn't use). sets the promises for now to permit quick fix, to permit users to figure what pledge promises are needed without rebuilding the whole package. ok landry@ sthen@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/10/29 04:51:50 Log message: zola is a fast static site generator in a single binary with everything built-in. From Peter Ezetta protocall7 gmail com, who take maintainership. ok tb@ Status: Vendor Tag: semarie Release Tags: semarie_20191029 N ports/www/zola/Makefile N ports/www/zola/distinfo N ports/www/zola/pkg/DESCR N ports/www/zola/pkg/PLIST N ports/www/zola/patches/patch-modcargo-crates_openssl-sys-0_9_49_build_main_rs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/10/29 04:53:18 Modified files: www : Makefile Log message: link www/zola CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/29 05:08:47 Modified files: security/pcsc-lite: Makefile distinfo security/pcsc-lite/pkg: PLIST Removed files: security/pcsc-lite/patches: patch-src_simclist_c Log message: Update to pcsc-lite 1.8.23, use Python 3 - spy: add support SCardStatus() with NULL pcbAtrLen - Some other minor improvements OK pvk CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/29 05:56:52 Modified files: textproc/p5-PDF-Reuse: Makefile distinfo textproc/p5-PDF-Reuse/pkg: PLIST Log message: update to p5-PDF-Reuse-0.39, from wen heping, tweak/ok afresh1@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/29 06:00:19 Modified files: security/p5-Crypt-X509: Makefile Log message: grammar nitpicking in COMMENT; a -> an CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/10/29 06:37:54 Modified files: sysutils/prometheus: Makefile distinfo Log message: Minor update of prometheus to v2.13.1 fixes a panic in the query logger that I hit after a unclean shutdown. OK sthen@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2019/10/29 07:27:51 Modified files: sys/dev/pci : pcidevs Log message: Add Marvell 88SE9128 AHCI. okay kettenis@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2019/10/29 07:28:53 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Regen for Marvell 88SE9128 AHCI. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/10/29 08:10:01 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_new.3 Log message: list supported algorithm ids and clarify how the engine argument is used CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/10/29 08:43:03 Added files: mail/mozilla-thunderbird/patches: patch-python_mozbuild_mozbuild_action_node_py www/firefox-esr/patches: patch-python_mozbuild_mozbuild_action_node_py Log message: Backport fix to isloate node's setting stdout/stderr as non-blocking: https://bugzilla.mozilla.org/show_bug.cgi?id=1520159 https://bugzilla.mozilla.org/show_bug.cgi?id=1500436 This is a build stability fix only; no change in binaries so no revision bump. okay landry@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/10/29 08:46:01 Modified files: mail/mozilla-thunderbird/patches: patch-js_src_jit_ProcessExecutableMemory_cpp www/firefox-esr/patches: patch-js_src_jit_ProcessExecutableMemory_cpp devel/spidermonkey60/patches: patch-js_src_jit_ProcessExecutableMemory_cpp www/mozilla-firefox/patches: patch-js_src_jit_ProcessExecutableMemory_cpp Log message: Document upstream bug report for mmap change in ProcessExecutableMemory.cpp. okay landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/29 08:49:19 Modified files: net/net-snmp : Makefile net/net-snmp/pkg: PLIST-main Added files: net/net-snmp/patches: patch-Makefile_in patch-include_net-snmp_system_openbsd7_h Log message: net-snmp tweaks: - enable pre-RFC AES192/256 support ("--enable-blumenthal-aes"), diff from martijn@ (adds symbols so I added a library minor bump for this). - disable hidden dep on lpstat from cups; if present this resulted in adding a function to libnetsnmpmibs so a major bump is needed for this. - recognize openbsd 7.x CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/10/29 09:53:57 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 Log message: correct HISTORY of some RSA control macros CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/29 10:00:07 Modified files: multimedia/mpv : Makefile Log message: Build with Python 3 Used for WAF itself and building documentation; no PLIST change. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/10/29 10:24:42 Modified files: sys/kern : spec_vnops.c Log message: Consistently release the vnode lock while calling d_close of cloned and non-cloned devices. Combine spec_close() and spec_close_clone() to avoid code duplication. OK mpi@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/10/29 10:33:27 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 Log message: merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3) from Stephen Henson via OpenSSL commit 146ca72c Feb 19 14:35:43 2015 +0000 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/10/29 11:21:07 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 Log message: merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3), and EVP_PKEY_CTX_get1_id_len(3), but make it sound more like English text; from Paul Yang via OpenSSL commit f922dac8 Sep 6 10:36:11 2018 +0800 from the OpenSSL 1.1.1 branch, which is still under a free license CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/29 11:41:45 Modified files: usr.sbin/installboot: installboot.c Log message: don't print a blank line if no stage1 or stage2 aspects CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/10/29 12:22:21 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 Log message: merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3) and EVP_PKEY_CTX_*_ecdh_*(3); from Antoine Salon via OpenSSL commit 87103969 Oct 1 14:11:57 2018 -0700 from the OpenSSL 1.1.1 branch, which is still under a free license CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/10/29 12:40:47 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 Log message: In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3). Write the documentation from scratch. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2019/10/29 12:47:51 Modified files: sys/dev/pci : pcidevs Log message: add an Intel 9260 wifi card CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2019/10/29 12:48:18 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2019/10/29 16:02:01 Modified files: devel/ruby-shims: Tag: OPENBSD_6_6 Makefile devel/ruby-shims/files: Tag: OPENBSD_6_6 rubyshim.sh Log message: fix passing args with spaces ok sthen CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/10/29 16:06:32 Modified files: audio/mpg123 : Makefile distinfo Log message: update to 1.25.13: libmpg123 parser fix CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/29 16:50:14 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-src_CMakeLists_txt patch-src_rspamadm_CMakeLists_txt mail/rspamd/pkg: PFRAG.no-no_luajit PLIST rspamd.rc Added files: mail/rspamd/patches: patch-src_libutil_util_c Removed files: mail/rspamd/patches: patch-CMakeLists_txt patch-contrib_linenoise_CMakeLists_txt patch-contrib_lua-torch_torch7_lib_TH_THGeneral_c Log message: update to rspamd-2.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/10/29 20:08:38 Modified files: lib/libm/src/ld80: k_sincosl.h Log message: Fix declaration of S1 by swapping misplaced ',' and ';'. This is inside !(defined(__amd64__) || defined(__i386__)), while the file is only used on those two architectures. "Free commit! No strings attached! No hidden tricks!" from miod CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/29 20:21:27 Modified files: sys/dev/pci/drm/radeon: radeon_drv.c Log message: Revert "drm/radeon: Fix EEH during kexec" From Alex Deucher 0933b0db7fb239be01270b25bf73884870d8c1e6 in linux 4.19.y/4.19.81 8d13c187c42e110625d60094668a8f778c092879 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/29 20:23:02 Modified files: sys/dev/pci/drm: drm_edid.c Log message: drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50 From Kai-Heng Feng 33af2a8ee304ee2deb618eebb534b52ce166467f in linux 4.19.y/4.19.81 11bcf5f78905b90baae8fb01e16650664ed0cb00 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/29 20:25:33 Modified files: sys/dev/pci/drm/ttm: ttm_bo_vm.c Log message: drm/ttm: Restore ttm prefaulting From Thomas Hellstrom 11377c3e997eca9c9ff562fc4fc7a41a455bddf6 in linux 4.19.y/4.19.81 941f2f72dbbe0cf8c2d6e0b180a8021a0ec477fa in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/29 20:28:38 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c amdgpu_kms.c Log message: drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1 From Hans de Goede 4d5307c099afc9ce5fe89e8acf9b3c65104d0e08 in linux 4.19.y/4.19.81 984d7a929ad68b7be9990fc9c5cfa5d5c9fc7942 in mainline linux CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/10/29 22:11:00 Modified files: faq : upgrade66.html Log message: Missed adding a note about the configuration changes for net/exabgp CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/29 23:27:50 Modified files: usr.sbin/bgpd : rde.c rde.h rde_rib.c Log message: Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale during graceful reload. At the same time extend peer_dump() to force all updates getting sent by adding every entry in the Adj-RIB-Out to the update tree unless they are PREFIX_FLAG_DEAD or PREFIX_FLAG_STALE. The latter will be removed during that stage since peer_dump() just did a full update of the Adj-RIB-Out. Also fix prefix_withdraw to check the correct prefix flags before removing a prefix from the update or withdraw tree. OK benno@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/10/30 00:08:15 Modified files: lang/compcert : Makefile lang/compcert/patches: patch-configure Log message: support coq 8.10.1 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/30 02:27:57 Modified files: emulators/ppsspp: Makefile Log message: New build dependency on Python 3. Noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/30 02:36:08 Modified files: www/logswan : Makefile distinfo Log message: Update logswan to 2.1.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/30 02:40:00 Modified files: www/slowhttptest: Makefile distinfo Log message: Update slowhttptest to 1.8. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/10/30 04:39:53 Modified files: share/man/man4 : inet.4 Log message: spacing; from martin CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/10/30 06:20:48 Modified files: net/samba : Makefile distinfo net/samba/pkg : PLIST-main Log message: SECURITY update to samba-4.9.15 Fixes for: o CVE-2019-10218: Client code can return filenames containing path separators. o CVE-2019-14833: Samba AD DC check password script does not receive the full password. o CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync. Release notes for 4.9.14 and 4.9.15: https://www.samba.org/samba/history/samba-4.9.14.html https://www.samba.org/samba/history/samba-4.9.15.html Tested by and ok gonzalo@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/10/30 06:21:54 Modified files: net/samba : Tag: OPENBSD_6_6 Makefile distinfo net/samba/pkg : Tag: OPENBSD_6_6 PLIST-main Log message: SECURITY update to samba-4.9.15 Fixes for: o CVE-2019-10218: Client code can return filenames containing path separators. o CVE-2019-14833: Samba AD DC check password script does not receive the full password. o CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync. Release notes for 4.9.14 and 4.9.15: https://www.samba.org/samba/history/samba-4.9.14.html https://www.samba.org/samba/history/samba-4.9.15.html -current diff tested by and ok gonzalo@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/10/30 06:41:23 Modified files: net/samba : Makefile Log message: Mirror this samba update for now, oops CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/30 06:41:46 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-suricata_yaml_in security/suricata/pkg: PLIST Removed files: security/suricata/patches: patch-configure_ac patch-src_suricata_c patch-src_util-error_c patch-src_util-error_h patch-src_util-logopenfile_c patch-src_util-privs_c patch-src_util-privs_h patch-suricata-update_suricata_update_config_py Log message: - update to suricata-5.0.0 - switch to python3 from gonzalo@ with some small tweaks by me CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/10/30 06:42:00 Modified files: net/samba : Tag: OPENBSD_6_6 Makefile Log message: Mirror this samba update for now, oops CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/10/30 07:02:25 Modified files: net/samba : Tag: OPENBSD_6_6 Makefile Log message: Switch back to kmos' mirror CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/10/30 07:03:11 Modified files: net/samba : Makefile Log message: Switch back to kmos' mirror CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/30 07:13:59 Modified files: multimedia/mpv : Makefile Log message: Add missing MODPY_FLAVOR Spotted by naddy in builk build since WAF continues to build but sed in do-install fails on missing manual. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/30 08:03:07 Modified files: net/wireguard-go: Makefile distinfo net/wireguard-tools: Makefile distinfo Log message: update wireguard to 0.0.20191012 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/30 08:08:59 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: PLIST Added files: mail/rspamd/pkg: README Log message: rspamd port tweaks: - some people who haven't configured a redis backend themselves ran in to problems with medium-scoring messages getting stuck in greylisting. add an RDEP on redis and a pkg-readme with information about this and some other things to hopefully make it easier to work with "out of the box" - add @extraunexec to PLIST. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/30 08:31:07 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-3rdparty_bgfx_examples_common_nanovg_fontstash_h patch-3rdparty_bx_src_mutex_cpp patch-3rdparty_bx_src_thread_cpp patch-3rdparty_genie_build_gmake_bsd_genie_make patch-makefile patch-scripts_genie_lua Log message: Update mame to 0.215. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/30 10:07:25 Modified files: infrastructure/lib/DPB: MiniCurses.pm Log message: make STOPPED! really visible CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/30 10:11:25 Modified files: infrastructure/lib/DPB: Engine.pm Log message: tweak the stats so that the second column is just time from start CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/30 10:16:06 Modified files: infrastructure/bin: dpb Log message: tweak the main event loop a bit, should be simpler, but yield the same semantics (apart from stop, which stops more stuff) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/30 11:57:41 Modified files: security/p5-CryptX: Makefile distinfo Log message: update to p5-CryptX-0.066 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/30 11:59:31 Modified files: math/p5-Math-BigInt-GMP: Makefile distinfo math/p5-Math-BigInt-GMP/patches: patch-Makefile_PL Log message: update to p5-Math-BigInt-GMP-1.6007 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/30 12:11:13 Modified files: graphics/p5-Imager: Makefile distinfo Log message: update to p5-Imager-1.011, from wen heping, ok afresh1@ (plus whitespace fixes from me suggested by afresh1) CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/10/30 12:47:47 Modified files: . : errata66.html Log message: release bgpd errata CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/10/30 14:02:19 Modified files: usr.sbin/bgpd : Tag: OPENBSD_6_6 rde.c rde.h rde_rib.c Log message: bgpd(8) can crash on nexthop changes or during startup in certain configurations. This is OpenBSD 6.6 errata 003 and combines the following commits from -current: --------------------------------------------- CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/29 00:47:04 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Replace the fatal non existing prefix call with a pt_add() call that actually inserts the missing prefix in the prefix tree. While for regular updates to the Adj-RIB-Out this case is indeed not reachable it is reachable when using 'export default-route'. Problem reported and fix tested by Esa Kuusisto. OK benno@ --------------------------------------------- CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/29 23:27:50 Modified files: usr.sbin/bgpd : rde.c rde.h rde_rib.c Log message: Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale during graceful reload. At the same time extend peer_dump() to force all updates getting sent by adding every entry in the Adj-RIB-Out to the update tree unless they are PREFIX_FLAG_DEAD or PREFIX_FLAG_STALE. The latter will be removed during that stage since peer_dump() just did a full update of the Adj-RIB-Out. Also fix prefix_withdraw to check the correct prefix flags before removing a prefix from the update or withdraw tree. OK benno@ --------------------------------------------- CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/29 00:42:05 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Fix two cases where the nexthop_runners tail queue can get corrupted. First by requeuing an element that is already on the list and second by freeing a nexthop that is still on the list resulting in a use after free. This should fix bgpd crashes seen by various people. Problem report including backtrace from benno@ OK benno@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/30 14:55:27 Modified files: www/p5-Plack : Makefile www/p5-Plack/pkg: DESCR Log message: p5-Plack: revert pre 1.0047 COMMENT and DESCR Proposed by and OK sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/10/30 18:37:25 Modified files: distrib/arm64/ramdisk: Makefile distrib/armv7/miniroot: Makefile.inc Log message: When writing to a raw vnd device with dd if the input file size is not a multiple of bs use conv=sync to zero pad the final record. Avoids "vnd0: sloppy write from proc" messages when building arm releases. tested by deraadt@ CVSROOT: /cvs Module name: src Changes by: miko@cvs.openbsd.org 2019/10/30 18:45:07 Modified files: usr.bin/lex : config.h Log message: declare HAVE_DECL___FUNC__ so flex_die() output can include __func__. ok millert@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 18:59:28 Modified files: devel/p5-Error : Makefile distinfo Log message: Update devel/p5-Error to 0.17028 From sven falempin OK sthen@ with spacing tweaks by me CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 19:03:06 Modified files: devel/p5-Proc-Fork: Makefile distinfo devel/p5-Proc-Fork/pkg: PLIST Log message: Update devel/p5-Proc-Fork to 0.806 From wen heping OK sthen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 19:12:53 Modified files: textproc/p5-Lingua-EN-Inflect-Phrase: Makefile distinfo Log message: Update textproc/p5-Lingua-EN-Inflect-Phrase to 0.20 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 21:11:05 Modified files: devel/p5-Sub-Quote: Makefile distinfo Log message: Update devel/p5-Sub-Quote to 2.006006 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 21:15:42 Log message: Import devel/p5-USB-LibUSB This module provides a Perl interface to the libusb-1.0 API. It provides access to most basic libusb functionality including read-out of device descriptors and synchronous device I/O. From wen heping Tweaks and OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20191030 N ports/devel/p5-USB-LibUSB/Makefile N ports/devel/p5-USB-LibUSB/distinfo N ports/devel/p5-USB-LibUSB/pkg/DESCR N ports/devel/p5-USB-LibUSB/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 21:16:00 Modified files: devel : Makefile Log message: +p5-USB-LibUSB CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 21:22:07 Modified files: textproc/p5-LaTeX-Driver: Makefile distinfo Log message: Update textproc/p5-LaTeX-Driver to 0.300.2 From wen heping With tweaks by me (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 21:28:54 Modified files: devel/p5-DateTime-Format-Flexible: Makefile distinfo Log message: Update devel/p5-DateTime-Format-Flexible to 0.32 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/10/30 21:33:05 Modified files: devel/p5-Test-MockModule: Makefile distinfo Log message: Update devel/p5-Test-MockModule to 0.171.0 Update to 0.170.0 from wen heping OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 00:01:00 Log message: Reimport cad/ngspice under cad/ngspice/ngspice. Status: Vendor Tag: bentley Release Tags: bentley_20191030 N ports/cad/ngspice/ngspice/Makefile N ports/cad/ngspice/ngspice/distinfo N ports/cad/ngspice/ngspice/pkg/DESCR N ports/cad/ngspice/ngspice/pkg/PLIST N ports/cad/ngspice/ngspice/patches/patch-tests_bin_check_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 00:01:34 Log message: Import libngspice under cad/ngspice/libngspice. Status: Vendor Tag: bentley Release Tags: bentley_20191030 N ports/cad/ngspice/libngspice/Makefile N ports/cad/ngspice/libngspice/distinfo N ports/cad/ngspice/libngspice/pkg/DESCR N ports/cad/ngspice/libngspice/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 00:05:13 Modified files: cad/ngspice : Makefile Added files: cad/ngspice : Makefile.inc Removed files: cad/ngspice : distinfo cad/ngspice/pkg: DESCR PLIST Log message: Finish import of libngspice. Initially submitted at various times by henning@, Tracey Emery, and others. improvements + ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 00:15:30 Log message: Import p5-Net-WebSocket-Server-0.003004. Net::WebSocket::Server implements the details of a WebSocket server and invokes the provided callbacks whenever something interesting happens. Individual connections to the server are represented as Net::WebSocket::Server::Connection objects. From henning@; ok sthen@ afresh1@ Status: Vendor Tag: bentley Release Tags: bentley_20191031 N ports/net/p5-Net-WebSocket-Server/Makefile N ports/net/p5-Net-WebSocket-Server/distinfo N ports/net/p5-Net-WebSocket-Server/pkg/DESCR N ports/net/p5-Net-WebSocket-Server/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 00:16:56 Log message: Import p5-Protocol-WebSocket-0.26. Protocol::WebSocket is a client/server WebSocket message and frame parser/constructor. This module does not provide a WebSocket server or client, but is made for using in http servers or clients to provide WebSocket support. From henning@; ok sthen@ afresh1@ Status: Vendor Tag: bentley Release Tags: bentley_20191031 N ports/net/p5-Protocol-WebSocket/Makefile N ports/net/p5-Protocol-WebSocket/distinfo N ports/net/p5-Protocol-WebSocket/pkg/DESCR N ports/net/p5-Protocol-WebSocket/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 00:18:07 Log message: Import p5-Crypt-LE-0.33. The Crypt::LE module provides the functionality necessary to use Let's Encrypt API and generate free SSL certificates for your domains. It can also be used to generate private RSA and ECC keys or Certificate Signing Requests without resorting to openssl command line. Crypt::LE is shipped with a self-sufficient client for obtaining SSL certificates, le.pl. Both ACME v1 and ACME v2 protocols and wildcard certificate issuance are supported. From henning@; ok sthen@ afresh1@ Status: Vendor Tag: bentley Release Tags: bentley_20191031 N ports/security/p5-Crypt-LE/Makefile N ports/security/p5-Crypt-LE/distinfo N ports/security/p5-Crypt-LE/pkg/DESCR N ports/security/p5-Crypt-LE/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 00:19:07 Log message: Import p5-Crypt-PKCS10-2.001. Crypt::PKCS10 parses PKCS #10 requests and provides accessor methods to extract the requested data. First, the request will be parsed using the included ASN.1 definition. Common object identifiers will be translated to their corresponding names. Additionally, accessor methods allow to extract single data fields. Bit Strings like signatures will be printed in their hexadecimal representation. From henning@; ok sthen@ afresh1@ Status: Vendor Tag: bentley Release Tags: bentley_20191031 N ports/security/p5-Crypt-PKCS10/Makefile N ports/security/p5-Crypt-PKCS10/distinfo N ports/security/p5-Crypt-PKCS10/pkg/DESCR N ports/security/p5-Crypt-PKCS10/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 00:21:33 Modified files: net : Makefile security : Makefile Log message: Hook up some perl ports CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/31 01:27:09 Modified files: geo/libchamplain: Makefile distinfo Log message: update to libchamplain-0.12.20 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/31 01:50:22 Modified files: security/ROPgadget: Makefile distinfo security/ROPgadget/pkg: PLIST Log message: update to ROPGadget-5.9 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/31 02:14:21 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.9.4 -> 1.9.5 Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.9.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/31 02:27:57 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-2.6.4. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/10/31 02:30:04 Modified files: net/mattermost-server: distinfo net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.16.1 -> 5.16.2 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/10/31 02:35:54 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.4.10. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/10/31 02:36:43 Modified files: usr.sbin/rpki-client: extern.h main.c rsync.c tal.c Log message: Handle the TAL files in the master process and pass them as buffer to the parser process. This way the parser never needs to read outside of the cache directory which makes the unveil simpler. Additionally rsync_uri_parse no longer needs to know about .tal files so there is now no chance to sneak in a .tal file later on. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/10/31 03:09:04 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Administrative Shutdown messages can be 255 byte long. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/10/31 04:29:55 Modified files: math/mlpack : Makefile Log message: no ninja yet, I need to do some forensics on something I didn't reproduce CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/31 04:44:16 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl 2019.10.29 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/31 04:45:04 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_core_CMakeLists_txt patch-src_providers_mdal_CMakeLists_txt patch-src_server_CMakeLists_txt geo/qgis/pkg : PLIST Log message: Update to QGIS 3.10. See http://changelog.qgis.org/en/qgis/version/3.10/ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/10/31 05:03:43 Modified files: sys/net80211 : ieee80211_node.c ieee80211_var.h Log message: Make background scans less frequent if we keep choosing the same AP. This helps a bit in situations where a single AP is used and background scans are causing packet loss, as seen with Jesper Wellin's Broadcom-based AP and my Android phone in hotspot mode. This is not a proper fix but our background scan frequency against a single AP was much higher than needed anyway. Tested by jan, job, benno, Tracey Emery, Jesper Wallin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/10/31 05:54:46 ports/devel/radare2/bindings/patches Update of /cvs/ports/devel/radare2/bindings/patches In directory cvs.openbsd.org:/tmp/cvs-serv40442/bindings/patches Log Message: Directory /cvs/ports/devel/radare2/bindings/patches added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 06:32:48 Modified files: lib/libcrypto/rsa: rsa_pmeth.c Log message: Avoid potentially leaking pub_exp in pkey_rsa_copy(). ok inoguchi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 06:46:02 Modified files: lib/libcrypto/rsa: rsa_pmeth.c Log message: Clean up some code. Assign and test, explicitly test against NULL and use calloc() rather than malloc. ok inoguchi@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/31 06:51:43 Modified files: sbin/unwind : parse.y resolver.c unwind.c unwind.conf.5 unwind.h usr.sbin/unwindctl: parser.c parser.h unwindctl.c Log message: Add asr resolver type which completely bypasses libunbound and uses the libc asynchronous resolver directly with DHCP provided nameservers. This is a last-ditch effort when we find ourself behind a completely broken middle-box. Input & OK otto OK benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/10/31 06:54:40 Modified files: sbin/unwind : frontend.c resolver.c unwind.c unwind.h Log message: With the asr fallback we can skip the service port up & down dance, unwind should now be able to work in networks with crappy middle boxes. We also need to switch to the ASR resolver, not DHCP when we are behind a captive portal. Some captive portals let through DNS queries with edns0 options but the "click here to accept the terms of service page" is not resolvable with edns0. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 07:02:49 Modified files: lib/libcrypto/rsa: rsa_pmeth.c Log message: Add additional validation of key size, message digest size and public exponent. From OpenSSL 1.1.1d. ok inoguchi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 07:05:08 Modified files: lib/libcrypto/rsa: rsa_pmeth.c Log message: Use braces where a statement has both multi-line and single-line blocks. Makes code more robust and reduces differences with OpenSSL. ok inoguchi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 07:06:30 Modified files: lib/libcrypto/rsa: rsa_pmeth.c Log message: Fix indent and indent before labels. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 07:10:40 Modified files: lib/libcrypto/rsa: rsa_locl.h rsa_pmeth.c Log message: Move RSA min modulus to a define and increase from 256 to 512 bits. From OpenSSL 1.1.1d. ok inoguchi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 07:56:29 Modified files: lib/libcrypto/rsa: rsa.h rsa_ameth.c rsa_err.c rsa_locl.h rsa_pmeth.c Log message: Add support for RSA-PSS. From OpenSSL 1.1.1d. ok inoguchi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 08:05:30 Modified files: lib/libcrypto/rsa: rsa_pmeth.c Log message: Add CMS controls for RSA. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/10/31 08:25:07 Modified files: build : Makefile build/mirrors : openbgpd-ftp.html.head Log message: OpenBGPD 6.6p0 released CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/10/31 08:25:22 Modified files: openbgpd : ftp.html Log message: regen CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/10/31 08:29:41 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 Log message: In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key length for RSA key generation to 512 bits. Document that minimum. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/10/31 08:40:34 Modified files: devel/p5-System-Command: Makefile distinfo devel/p5-System-Command/pkg: PLIST Log message: p5-System-Command: update to 1.119 From Wen Heping, with some tweaks from me. Changelog: https://metacpan.org/changes/distribution/System-Command OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/31 08:45:22 Modified files: geo/mdal : Makefile distinfo geo/mdal/patches: patch-mdal_CMakeLists_txt Log message: Update to mdal 0.4.0. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/10/31 09:53:08 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add RSA OAEP test for pkeyutl in appstest.sh CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/10/31 10:12:08 Modified files: editors/ne : Makefile distinfo editors/ne/patches: patch-src_makefile editors/ne/pkg : PLIST Log message: Update to ne-3.2.1 Notified by upstream CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/10/31 10:39:09 Modified files: sbin/dhclient : kroute.c Log message: Constrain and correct the routes being deleted when applying a new lease. Constrain by only looking at static routes, which are the only kind dhclient will add. Correct by realizing direct /32 routes in the lease look different when returned from the routing table. Further correct route comparison by applying appropriate netmask to both destination addresses before comparing them. Fixes "arpresolve: ... route contains no arp information" issue reported on bugs@. Much problem analysis and fix testing by Lauri Tirkkonen. Thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/31 11:14:27 Modified files: sysutils/noice : Makefile distinfo Log message: Update to noice 0.8 Contains bugfixes and new features. Remove maintainer (author) on their behalf. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/10/31 12:10:22 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: fix inconsistency; from tim kuijsten agreed by deraadt CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/10/31 13:15:08 Modified files: net/mattermost-server: Makefile Log message: Fix missing bump to 5.16.2. OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/31 13:48:21 Modified files: geo/geos : Makefile distinfo geo/geos/patches: patch-src_Makefile_in geo/geos/pkg : PLIST Log message: Update to geos 3.8.0 See https://lists.osgeo.org/pipermail/geos-devel/2019-October/009342.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/31 13:49:15 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Log message: Update to postgis 3.0.0. See http://postgis.net/2019/10/20/postgis-3.0.0/ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/31 13:54:26 Modified files: security/nss : Makefile Log message: Set BUILD_OPT only if DEBUG is not set OK landry CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:14:17 Added files: usr.bin/ssh : PROTOCOL.u2f Log message: Protocol documentation for U2F/FIDO keys in OpenSSH CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:15:14 Modified files: usr.bin/ssh : Makefile.inc pathnames.h sshkey.c sshkey.h Added files: usr.bin/ssh : ssh-ecdsa-sk.c Log message: Initial infrastructure for U2F/FIDO support Key library support: including allocation, marshalling public/private keys and certificates, signature validation. feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:15:59 src/usr.bin/ssh/ssh-sk-helper Update of /cvs/src/usr.bin/ssh/ssh-sk-helper In directory cvs.openbsd.org:/tmp/cvs-serv8116/ssh-sk-helper Log Message: Directory /cvs/src/usr.bin/ssh/ssh-sk-helper added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:16:20 Modified files: usr.bin/ssh : Makefile.inc Added files: usr.bin/ssh : sk-api.h ssh-sk.c ssh-sk.h Log message: U2F/FIDO middleware interface Supports enrolling (generating) keys and signatures. feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:17:09 Modified files: usr.bin/ssh : ssh-keygen.c usr.bin/ssh/ssh-keygen: Makefile Log message: ssh-keygen support for generating U2F/FIDO keys CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:17:49 Modified files: usr.bin/ssh : myproposal.h servconf.c Log message: Separate myproposal.h userauth pubkey types U2F/FIDO keys are not supported for host authentication, so we need a separate list for user keys. feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:18:28 Modified files: usr.bin/ssh : readconf.c readconf.h ssh.c sshconnect2.c usr.bin/ssh/ssh: Makefile Log message: ssh client support for U2F/FIDO keys CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:19:15 Modified files: usr.bin/ssh : authfd.c authfd.h ssh-add.c sshconnect.c Log message: add new agent key constraint for U2F/FIDO provider feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:19:56 Modified files: usr.bin/ssh : ssh-add.1 ssh-add.c usr.bin/ssh/ssh-add: Makefile Log message: ssh-add support for U2F/FIDO keys CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:20:38 Modified files: usr.bin/ssh : sshconnect.c Log message: ssh AddKeysToAgent support for U2F/FIDO keys feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:22:01 Modified files: usr.bin/ssh : Makefile pathnames.h ssh-agent.1 ssh-agent.c ssh-sk.h usr.bin/ssh/ssh-agent: Makefile Added files: usr.bin/ssh : ssh-sk-helper.c usr.bin/ssh/ssh-sk-helper: Makefile Log message: ssh-agent support for U2F/FIDO keys feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:23:19 Modified files: usr.bin/ssh : Makefile.inc krl.c monitor.c monitor_wrap.c monitor_wrap.h ssh-agent.c ssh-keygen.c ssh-keysign.c ssh_api.c sshconnect2.c sshd.c sshkey.c sshkey.h sshsig.c sshsig.h usr.bin/ssh/ssh: Makefile usr.bin/ssh/ssh-add: Makefile usr.bin/ssh/ssh-agent: Makefile usr.bin/ssh/ssh-keygen: Makefile usr.bin/ssh/ssh-sk-helper: Makefile Log message: Refactor signing - use sshkey_sign for everything, including the new U2F signatures. Don't use sshsk_ecdsa_sign() directly, instead make it reachable via sshkey_sign() like all other signature operations. This means that we need to add a provider argument to sshkey_sign(), so most of this change is mechanically adding that. Suggested by / ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:28:27 Modified files: usr.bin/ssh : ssh-keygen.c Log message: fix -Wshadow warning CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 15:37:33 Modified files: usr.bin/ssh : Makefile.inc Log message: undo debugging bits that shouldn't have been committed CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/10/31 16:19:48 Modified files: devel/gdb : Makefile devel/gdb/pkg : PLIST Added files: devel/gdb/patches: patch-gdb_python_python_c Log message: Use Python 3 Builds and runs fine with it, although I did not exhaust all possible ways of testing GDBs built-in Python usage. Support "to increase the chance of it getting tested" from sthen CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/10/31 16:28:26 Modified files: sys/arch/arm/arm: cpufunc_asm_armv7.S Log message: In 2013, when OpenBSD/armv7 was still rather early, improvements for that platform have been trickling in bit by bit. One of those changes unfortunately introduced a regression in cache flushes. The check for the length in the cache-flush-loop was changed from the instruction bpl to bhi. This has the effect that it does not branch on zero anymore. Due to the length decrement at the beginning of the function, which was not removed, a length of (n * cacheline) + 1 means that the loop misses one run! This means it is possible that the last byte of a DMA transfer was incorrect, as one could see on network packets often enough. Remove that instruction, which makes it even more similar to the OpenBSD/arm64 code. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/10/31 16:52:21 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-taskcluster_docker_firefox-snap_firefox_desktop Removed files: www/mozilla-firefox/files: firefox.desktop Log message: Update to firefox 70.0.1. See https://www.mozilla.org/en-US/firefox/70.0.1/releasenotes/ While here use provided firefox.desktop instead of providing an outdated one. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/10/31 16:54:12 Modified files: x11/gnome/accerciser: Makefile distinfo Log message: Update to accerciser-3.34.1. CVSROOT: /cvs Module name: www Changes by: rob@cvs.openbsd.org 2019/10/31 17:58:32 Modified files: . : plus66.html Log message: Mention that we reverted r1.175 unveiling relayd as "check script" needs access to the filesystem. ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/10/31 18:45:35 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/10/31 18:52:35 Modified files: usr.bin/ssh : ssh-add.1 Log message: sort; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/10/31 19:15:24 Modified files: mail/imapsync : Makefile distinfo Log message: update to imapsync-1.945, from Henry Jensen, ok pea@ (maintainer) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 19:55:41 Modified files: regress/usr.bin/ssh: cert-hostkey.sh cert-userkey.sh hostkey-agent.sh hostkey-rotate.sh keygen-change.sh keyscan.sh krl.sh limit-keytype.sh principals-command.sh test-exec.sh Log message: skip security-key key types for tests until we have a dummy U2F middleware to use. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 19:57:59 Modified files: regress/usr.bin/ssh/unittests/sshkey: Makefile test_fuzz.c test_sshkey.c Log message: adapt to extra sshkey_sign() argument and additional dependencies CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 20:03:27 Modified files: regress/usr.bin/ssh/unittests/kex: Makefile Log message: additional source files here too CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 20:04:25 Modified files: regress/usr.bin/ssh/unittests/hostkeys: Makefile Log message: additional source files here too CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 20:06:52 Modified files: regress/usr.bin/ssh/unittests/authopt: Makefile Log message: more additional source files CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/10/31 20:17:36 Modified files: cad/ngspice : Makefile.inc cad/ngspice/libngspice: distinfo cad/ngspice/ngspice: Makefile distinfo cad/ngspice/ngspice/patches: patch-tests_bin_check_sh Log message: Update to ngspice-31. Release notes: https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/NEWS CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 20:32:05 Modified files: usr.bin/ssh : myproposal.h Log message: remove duplicate PUBKEY_DEFAULT_PK_ALG on !WITH_OPENSSL path CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 21:41:41 Modified files: lib/libcrypto/rsa: rsa_lib.c Log message: Clean up RSA_new_method(). Use calloc() instead of malloc() for initialisation and remove explicit zero initialisation of members. This ensures that new members always get initialised. Also use a single error return path, simplifying code. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/10/31 21:45:13 Modified files: lib/libcrypto/rsa: rsa.h rsa_ameth.c rsa_err.c rsa_locl.h Log message: Update RSA ASN.1 code to handle RSA-PSS. From OpenSSL 1.1.1d. ok tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/10/31 21:54:33 Modified files: usr.bin/ssh : sftp.c Log message: fix a race condition in the SIGCHILD handler that could turn in to a kill(-1); bz3084, reported by Gao Rui, ok dtucker@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/01 00:55:18 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/01 02:38:07 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/files: all-openbsd.js mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 68.2.1. See https://www.thunderbird.net/en-US/thunderbird/68.2.1/releasenotes/ Use --disable-sandbox in CONFIGURE_ARGS instead of setting invalid pledge strings, thunderbird is a monolithic process so far anyway so its pledge would be super wide.. to be revisited by someone someday ? CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 03:02:51 Modified files: devel/mm-common: Makefile distinfo devel/mm-common/pkg: PLIST Log message: Update to mm-common-1.0.0. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/01 03:09:53 Modified files: usr.bin/tmux : input.c Log message: Handle the various different forms of rgb colour strings. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 03:15:40 Modified files: multimedia/dav1d: Makefile distinfo Removed files: multimedia/dav1d/patches: patch-tools_meson_build Log message: Update to dav1d-0.5.1. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 03:21:26 Modified files: x11/gnome/epub-thumbnailer: Makefile distinfo x11/gnome/epub-thumbnailer/pkg: PLIST Log message: Update to gnome-epub-thumbnailer-1.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 03:27:27 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 03:32:18 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.47.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 03:49:46 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-digitalocean: Makefile distinfo sysutils/terraform/provider-mailgun: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 03:56:26 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-269.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:03:57 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.13.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:04:13 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:04:33 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.271. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:20:47 Modified files: devel/jsonrpc-glib: Makefile distinfo Log message: Update to jsonrpc-glib-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:25:46 Modified files: devel/jsonrpc-glib: Makefile Log message: Update SHARED_LIBS comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:28:39 Modified files: x11/gnome/backgrounds: Makefile distinfo x11/gnome/backgrounds/pkg: PLIST Log message: Update to gnome-backgrounds-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:41:27 Modified files: x11/gnome/getting-started-docs: Makefile distinfo x11/gnome/getting-started-docs/pkg: PLIST Log message: Update to gnome-getting-started-docs-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:53:30 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 04:57:17 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.34.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/01 05:09:55 Modified files: cad/qucs-s : Makefile Log message: fix ngspice dep CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/01 05:10:14 Modified files: meta/geda : Makefile Log message: fix ngspice dep CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 05:36:11 Modified files: x11/gnome/tweaks: Makefile distinfo x11/gnome/tweaks/pkg: PLIST Log message: Update to gnome-tweaks-3.34.0. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/01 06:02:58 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 Makefile RSA_new.3 Added files: lib/libcrypto/man: RSA_pkey_ctx_ctrl.3 Log message: The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSS but it is growing to excessive size, so split out RSA_pkey_ctx_ctrl(3). CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/01 06:10:43 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: fix miscellaneous text problems; ok djm@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/01 06:45:36 Modified files: lib/libcrypto/man: RSA_pkey_ctx_ctrl.3 Log message: move the PSS macros to the end in preparation for adding more macros, reduce text duplication by forming subsections, and some minor corrections CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 07:03:51 Modified files: meta/gnome : Makefile x11/gnome/settings-daemon: Makefile Log message: Stop depending on mousetweaks, it's going to get removed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 07:06:42 Modified files: x11/gnome : Makefile Removed files: x11/gnome/mousetweaks: Makefile distinfo x11/gnome/mousetweaks/pkg: DESCR PLIST Log message: Remove mousetweaks. Mouse accessibility is now implemented in gnome-shell: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/474 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 07:08:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register mousetweaks removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 07:09:16 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-3.34.0. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/01 07:53:25 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_ctrl.3 RSA_pkey_ctx_ctrl.3 Log message: In rsa.h rev. 1.45, jsing@ provided the three macros EVP_PKEY_CTX_set_rsa_pss_keygen_*(3); document them. Text mostly taken from the OpenSSL 1.1.1 branch, which is still under a free license, but rearranged to fit the structure of our manual pages. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/01 09:08:36 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Wire up ASN.1 methods for RSA-PSS. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/01 09:08:57 Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: Wire up PKEY methods for RSA-PSS. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/01 09:12:07 Modified files: lib/libcrypto/objects: obj_mac.num objects.txt Log message: Provide NID for pSpecified. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/01 09:13:05 Modified files: lib/libcrypto/rsa: rsa.h rsa_ameth.c rsa_err.c Log message: Add RSA CMS support. From OpenSSL 1.1.1d. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/01 09:15:35 Modified files: lib/libcrypto/dsa: dsa_ameth.c Log message: Add DSA CMS support. From OpenSSL 1.1.1d. ok tb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 09:37:46 Modified files: textproc/libxml: Makefile distinfo textproc/libxml/patches: patch-Makefile_in patch-dict_c patch-python_Makefile_in patch-python_tests_Makefile_in patch-xstc_Makefile_in textproc/libxml/pkg: PLIST-main PLIST-python Removed files: textproc/libxml/patches: patch-timsort_h Log message: update to libxml2-2.9.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 09:38:04 Modified files: textproc/libxslt: Makefile distinfo textproc/libxslt/pkg: PLIST-main PLIST-python Log message: update to libxslt-1.1.34 CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/11/01 09:39:34 Modified files: . : plus61.html Log message: changelog for OpenBSD 6.1 July 26, 2016 - March 31, 2017 ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 09:40:11 Modified files: graphics/inkscape: Makefile Log message: Temporarily mark BROKEN: does not build with glib2 >= 2.62 I'll fix it in the upcoming days (or during p2k19). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 09:45:29 Modified files: x11/libdbusmenu: Makefile x11/libdbusmenu/pkg: PLIST Log message: --disable-dumper which doesn't build with glib2 >= 2.62 and depends on gtk+2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 09:53:54 Modified files: mail/swaks : Makefile distinfo Log message: update to swaks-20190914.0 ok jca@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 09:54:58 Modified files: devel/radare2/bindings: Makefile distinfo devel/radare2/bindings/tests/test_vala_r_asm: rasm.vala devel/radare2/main: Makefile distinfo devel/radare2/main/patches: patch-binr_rules_mk patch-libr_Makefile devel/radare2/main/pkg: PLIST Added files: devel/radare2/bindings/patches: patch-vapi_r_util_vapi Log message: update to radare2-4.0.0 ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/01 10:04:19 Modified files: lib/librthread : rthread_sem.c Log message: Remove duplicated header. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 11:33:35 Added files: net/pidgin-sipe/patches: patch-configure Log message: Fix build with glib2 >= 2.62 (-Werror). CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/01 11:38:04 Modified files: devel/rgbds : Makefile distinfo devel/rgbds/patches: patch-src_asm_main_c patch-src_gfx_main_c Log message: Update to rgbds-0.3.9. Release notes: https://github.com/rednex/rgbds/releases/tag/v0.3.9 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 11:39:06 Added files: multimedia/shrip/patches: patch-configure Log message: Fix build with glib2 >= 2.62 (-Werror). CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/11/01 11:40:08 Modified files: lang/python/2.7: Makefile distinfo lang/python/2.7/pkg: PLIST-main PLIST-tests Log message: update python to 2.7.17. ok kmos@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/01 11:50:53 Modified files: sys/arch/sparc64/sparc64: db_trace.c Log message: Flush the register windows before unwinding the stack. This makes db_save_stack_trace() and db_stack_dump() work. ok deraadt@, kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/01 12:03:50 Modified files: sys/arch/sparc64/sparc64: db_trace.c Log message: Fix an off-by-one in db_save_stack_trace(). Save the PC after checking if it belongs to the kernel. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/01 12:15:28 Modified files: usr.sbin/ospfctl: ospfctl.c usr.sbin/ractl : ractl.c usr.sbin/slaacctl: slaacctl.c usr.sbin/unwindctl: unwindctl.c Log message: Correctly group initialization of AF_UNIX socket. spotted by deraadt in new code, sweep by me. OK deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/01 12:21:55 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/01 13:13:48 ports/games/freeorion/patches Update of /cvs/ports/games/freeorion/patches In directory cvs.openbsd.org:/tmp/cvs-serv85795/patches Log Message: Directory /cvs/ports/games/freeorion/patches added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/01 13:13:52 Modified files: sys/sys : proc.h Log message: Document that p_{sp,pc}inentry are owned by the current thread. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/01 13:17:31 Modified files: games/freeorion: Makefile Added files: games/freeorion/patches: patch-CMakeLists_txt Log message: freeorion: honour default compiler optimisation flags on base-gcc archs This also allows to fix OOM errors while building on macppc. "good to me" Tom Murphy (maintainer), "go ahead" danj@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/01 13:18:30 Modified files: sys/uvm : uvm_map.c uvm_map.h Log message: Keep local function definitions in C files. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 13:24:03 Modified files: devel/gobject-introspection: Makefile distinfo devel/gobject-introspection/pkg: PLIST Log message: update to gobject-introspection-1.62.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 13:24:37 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST-main PLIST-valadoc Log message: update to vala-0.46.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 13:25:28 Modified files: x11/gnome/libgda: Makefile x11/gnome/builder: Makefile Log message: sync with recent lang/vala update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 13:25:32 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/pkg: PLIST Log message: update to gjs-1.58.1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/01 13:29:31 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.2.9.0 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/01 13:33:09 Modified files: sys/uvm : uvm_map.c Log message: Push the KERNEL_LOCK() down in uvm_map_inentry(). The lookup in uvm_map_inentry_fix() is already serialized by the vm_map_lock and such lookup is already executed w/o the KERNEL_LOCK(). ok kettenis@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:33:15 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-gio_glib-compile-schemas_c patch-gio_gunixmount_c patch-glib_gfileutils_c patch-meson_build devel/glib2/pkg: PLIST Removed files: devel/glib2/patches: patch-gio_gdbusprivate_c patch-gio_tests_meson_build Log message: Update to glib2-2.62.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:33:31 Modified files: devel/atk : Makefile distinfo Log message: Update to atk-2.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:33:50 Modified files: graphics/gdk-pixbuf2: Makefile distinfo graphics/gdk-pixbuf2/patches: patch-meson_build Log message: Update to gdk-pixbuf-2.40.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:34:03 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Update to at-spi2-core-2.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:34:16 Modified files: x11/gnome/at-spi2-atk: Makefile distinfo Log message: Update to at-spi2-atk-2.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:34:36 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:34:51 Modified files: devel/dconf : Makefile distinfo Removed files: devel/dconf/patches: patch-gvdb_gvdb-reader_c patch-gvdb_gvdb-reader_h Log message: Update to dconf-0.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:35:07 Modified files: x11/gnome/dconf-editor: Makefile distinfo Log message: Update to dconf-editor-3.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:35:23 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo Log message: Update to gsettings-desktop-schemas-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:35:39 Modified files: net/glib2-networking: Makefile distinfo Log message: Update to glib2-networking-2.62.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:36:06 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py-gobject3-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:36:22 Modified files: x11/gnome/py-atspi: Makefile distinfo x11/gnome/py-atspi/pkg: PLIST Log message: Update to py3-atspi-2.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:36:40 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Update to glib2mm-2.62.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:36:54 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:37:08 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/pkg: PLIST Log message: Update to libsoup-2.68.2. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/01 13:37:21 Modified files: lib/libcrypto/man: RSA_pkey_ctx_ctrl.3 Log message: In rsa.h rev. 1.45, jsing@ provided the three macro constants RSA_PSS_SALTLEN_*; document them. The wording is a combination of our existing text and the wording in the OpenSSL 1.1.1 branch, which is still under a free license. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:37:28 Modified files: devel/template-glib: Makefile distinfo devel/template-glib/pkg: PLIST Log message: Update to template-glib-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:37:45 Modified files: x11/gnome/libdazzle: Makefile distinfo x11/gnome/libdazzle/pkg: PLIST Log message: Update to libdazzle-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:38:25 Modified files: x11/gnome/gcr : Makefile distinfo Log message: Update to gcr-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:38:41 Modified files: x11/gnome/keyring: Makefile distinfo x11/gnome/keyring/pkg: PLIST Log message: Update to gnome-keyring-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:39:06 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: PLIST Log message: Update to seahorse-3.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:39:40 Modified files: x11/gnome/yelp : Makefile distinfo Log message: Update to yelp-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:39:56 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:40:11 Modified files: x11/gnome/online-miners: Makefile distinfo Log message: Update to gnome-online-miners-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:40:26 Modified files: x11/gnome/sushi: Makefile distinfo x11/gnome/sushi/pkg: PLIST Added files: x11/gnome/sushi/patches: patch-src_libsushi_meson_build Log message: Update to sushi-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 13:40:41 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.42.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 13:42:26 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: update to gnome-online-accounts-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 13:43:51 Modified files: x11/gnome/libgweather: Makefile distinfo Log message: update to libgweather-3.34.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 13:44:14 Modified files: devel/libpeas : Makefile distinfo devel/libpeas/pkg: PLIST Log message: update to libpeas-1.24.1 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/01 13:51:09 Modified files: lib/libcrypto/man: EVP_PKEY_CTX_new.3 Log message: In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS. Document it. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 14:11:57 Modified files: databases/pgcluu: Makefile distinfo databases/pgcluu/patches: patch-pgcluu patch-pgcluu_collectd databases/pgcluu/pkg: PLIST Log message: - update to pgcluu-3.1 - drop maintainership CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 14:18:29 Modified files: net/telepathy/telepathy-mission-control: Makefile distinfo Log message: - update to telepathy-mission-control-5.16.5 - switch to use python3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 14:19:16 Modified files: devel/vte3 : Makefile distinfo devel/vte3/patches: patch-src_app_app_cc devel/vte3/pkg : PLIST Log message: update to vte3-0.58.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/01 14:19:16 Modified files: x11/gtksourceview4: Makefile distinfo x11/gtksourceview4/pkg: PLIST Log message: update to gtksourceview4-4.4.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/01 14:26:21 Modified files: usr.bin/tmux : server-client.c Log message: Limit lazy resize to panes in attached sessions only - those in unattached are likely to have been resized by something like split-window where the user probably wants the resize to happen immediately. GitHub issue 1963. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/01 14:54:52 Modified files: sys/lib/libsa : stand.h sys/arch/octeon/stand/rdboot: rdboot.c Log message: Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having it larger than RC4STATE. A long discussion ensued. In conclusion all entropy inputs are either satisfactory enough, or just as shitty at 512. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/01 14:58:01 Modified files: sys/kern : kern_sched.c sched_bsd.c Log message: Kill resched_proc() and instead call need_resched() when a thread is added to the runqueue of a CPU. This fix out-of-sync cases when the priority of a thread wasn't reflecting the runqueue it was sitting in leading to unnecessary context switch. ok visa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 15:22:47 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 15:31:33 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Log message: Update to gnome-clocks-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 15:38:39 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.34.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/01 15:43:24 Modified files: lang/python : Makefile.inc Log message: this should have been part of rpointel's python 2.7.17 update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 15:44:18 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 16:03:27 Modified files: x11/gnome/documents: Makefile distinfo x11/gnome/documents/pkg: PLIST Log message: Update to gnome-documents-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 16:08:11 Modified files: x11/gnome/books: Makefile distinfo Log message: Update to gnome-books-3.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 16:09:30 Modified files: mail/geary : Makefile Log message: Take MAINTAINER. discussed with/ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 16:10:11 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/pkg: PLIST Log message: Update to totem-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 16:31:00 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/patches: patch-meson_build x11/gnome/desktop/pkg: PLIST Log message: Update to gnome-desktop-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 16:31:22 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.34.1! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 16:39:57 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Log message: Update to nautilus-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/01 17:40:15 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Log message: Update to gnome-session-3.34.1. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/01 18:33:29 Modified files: devel/gmake/patches: patch-job_c Added files: devel/gmake/patches: patch-makeint_h Log message: Let gmake build on arm The previous commit introduced a better code path protected by #ifdef POSIX but also introduced an invalid fallback code path if POSIX was not defined. Sadly makeint.h #undef's POSIX on __arm since 1994, probably to cope with some crappy proprietary system available at that time. Just define POSIX on arm like on other platforms. Also fix upstream's fallback code path while here. Problem reported by phessler@, fix from matthieu@ but slightly tweaked. ok matthieu@ kurt@ phessler@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/01 18:34:35 Modified files: devel/gmake/patches: Tag: OPENBSD_6_6 patch-job_c Added files: devel/gmake/patches: Tag: OPENBSD_6_6 patch-makeint_h Log message: Let gmake build on arm The previous commit introduced a better code path protected by #ifdef POSIX but also introduced an invalid fallback code path if POSIX was not defined. Sadly makeint.h #undef's POSIX on __arm since 1994, probably to cope with some crappy proprietary system available at that time. Just define POSIX on arm like on other platforms. Also fix upstream's fallback code path while here. Problem reported by phessler@, fix from matthieu@ but slightly tweaked. ok matthieu@ kurt@ phessler@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/11/01 18:40:10 Modified files: usr.sbin/apmd : apmd.c Log message: Zap remnants from "cpu throttling on mp systems" introduced in rev 1.46 That logic is now in the kernel. ok kn@ mpi@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/11/01 18:41:36 Modified files: usr.sbin/apmd : apmd.c Log message: Write debug messages to stderr instead of stdout ok kn@ mpi@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/01 21:07:18 ports/devel/libcbor Update of /cvs/ports/devel/libcbor In directory cvs.openbsd.org:/tmp/cvs-serv4518/libcbor Log Message: Directory /cvs/ports/devel/libcbor added to the repository CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/01 21:08:09 ports/devel/libcbor/patches Update of /cvs/ports/devel/libcbor/patches In directory cvs.openbsd.org:/tmp/cvs-serv23699/libcbor/patches Log Message: Directory /cvs/ports/devel/libcbor/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/01 21:08:13 ports/devel/libcbor/pkg Update of /cvs/ports/devel/libcbor/pkg In directory cvs.openbsd.org:/tmp/cvs-serv14039/libcbor/pkg Log Message: Directory /cvs/ports/devel/libcbor/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/01 21:09:37 Added files: devel/libcbor : Makefile distinfo devel/libcbor/patches: patch-CMakeLists_txt devel/libcbor/pkg: DESCR PLIST Log message: port of https://github.com/PJK/libcbor - a library implementing parsing and encoding of the RFC7049 Concise Binary Object Representation format. feddback and improvements @sthen; ok kn@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/01 21:16:45 Modified files: usr.sbin/smtpd : ssl_verify.c Log message: switch ASN1_STRING_data() with constified ASN1_STRING_get0_data() CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/01 23:31:20 Modified files: sys/kern : kern_exit.c kern_sched.c sched_bsd.c sys/sys : proc.h syscall_mi.h Log message: Move dead procs to the reaper queue immediately after context switch. This eliminates a forced context switch to the idle proc. In addition, sched_exit() no longer needs to sum proc runtime because mi_switch() will do it. OK mpi@ a while ago CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/02 00:59:24 Modified files: cad/ngspice/libngspice: Makefile Log message: Set NO_TEST=Yes. Suggested by Tracey Emery. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/02 01:47:02 Modified files: sbin/unwind : resolver.c Log message: When we are behind a captive portal we very likely need to use the asr strategy to get past it. This is also true when we don't know yet if we are behind a captive portal. However, when the nameserver dhcp hands us are unreachable (e.g. because they are down) asr is dead, we are still using it and we are now stuck. Only force to asr if we know that it is working. If we are behind a captive portal and the dhcp nameserver are dead we probably won't get past it. But if we are in a network with unreachable dhcp nameservers we will make progress. Stumbled upon by remi while blocking port 53 in pf. OK remi CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/02 02:48:07 Modified files: www/slowhttptest: Makefile distinfo Log message: Update slowhttptest to 1.8.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 03:35:07 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.34.1. This will break consumers which are going to be fixed today. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 03:35:48 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.34.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/02 03:36:08 Modified files: sys/uvm : uvm_map.h Log message: Start documenting which locking primitives apply to uvm_map members. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 03:36:09 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 03:36:33 Modified files: mail/evolution-rss: Makefile Log message: Sync WANTLIB after e-d-s update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 03:38:54 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Added files: sysutils/deja-dup/patches: patch-help_LINGUAS Log message: Update to deja-dup-40.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 04:00:11 Modified files: productivity/glabels: Makefile Log message: Regen WANTLIB to unbreak after recent e-d-s update. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 04:01:26 Modified files: x11/gnome/calculator: Makefile distinfo x11/gnome/calculator/pkg: PLIST Log message: update to gnome-calculator-3.34.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 04:04:20 Modified files: x11/gnome/todo : Makefile x11/gnome/todo/patches: patch-plugins_eds_gtd-eds-autoptr_h Added files: x11/gnome/todo/patches: patch-plugins_eds_gtd-provider-eds_c patch-plugins_eds_gtd-task-eds_c patch-plugins_eds_gtd-task-list-eds_c patch-plugins_eds_meson_build Log message: Fix for evolution-data-server >= 3.34 (From upstream via Arch Linux). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 04:09:35 Modified files: x11/gnome/font-viewer: Makefile distinfo Log message: update to gnome-font-viewer-3.34.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 04:09:41 Modified files: x11/gnome/screenshot: Makefile distinfo x11/gnome/screenshot/pkg: PLIST Log message: update to gnome-screenshot-3.34.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/11/02 04:14:57 Modified files: sys/dev/pci : pcireg.h Log message: Add a few more PCIe capability registers and bits. As usual, the names are taken from Intel chipset documentation. Prompted by a diff from kurt@. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 04:28:49 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/patches: patch-plugins_media-keys_gsd-media-keys-manager_c x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 04:35:35 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/patches: patch-gnome-initial-setup_meson_build patch-gnome-initial-setup_pages_keyboard_gis-keyboard-page_c patch-gnome-initial-setup_pages_language_gis-language-page_c patch-gnome-initial-setup_pages_region_gis-region-page_c x11/gnome/initial-setup/pkg: PLIST Removed files: x11/gnome/initial-setup/patches: patch-gnome-initial-setup_pages_region_cc-common-language_c Log message: Update to gnome-initial-setup-3.34.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 05:00:29 Modified files: x11/gnome/calendar: Makefile distinfo x11/gnome/calendar/pkg: PLIST Log message: update to gnome-calendar-3.34.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 05:04:35 Modified files: net/telepathy/folks: Makefile distinfo Log message: update to folks-0.13.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 05:07:42 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-glib_gtimezone_c Log message: gtimezone: Cache UTC and local TZ indefinitely (from upstream). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 05:10:28 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Log message: update to evince-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 05:12:35 Modified files: x11/libhandy : Makefile distinfo x11/libhandy/pkg: PLIST Log message: - update to libhandy-0.0.11 - switch to using the regular upstream master site CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 05:12:53 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: update to epiphany-3.34.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 05:40:02 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-3.34.1. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/11/02 05:42:01 Log message: Import devel/p5-Locale-Codes, a standard Perl module removed from Perl distribution that some software could need ok sthen@ pkg/DESCR: Locale-Codes is a distribution containing a set of modules designed to work with sets of codes which uniquely identify something. For example, there are codes associated with different countries, different currencies, different languages, etc. These sets of codes are typically maintained in some standard. Status: Vendor Tag: giovanni Release Tags: giovanni_20191102 N ports/devel/p5-Locale-Codes/Makefile N ports/devel/p5-Locale-Codes/distinfo N ports/devel/p5-Locale-Codes/pkg/DESCR N ports/devel/p5-Locale-Codes/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/11/02 05:50:19 Modified files: devel : Makefile Log message: +p5-Locale-Codes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 05:50:56 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Log message: update to gnome-contacts-3.34 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 06:01:13 Modified files: print/gtklp : Makefile distinfo print/gtklp/pkg: PLIST Log message: Update to gtklp-1.3.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 06:12:45 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: update to eog-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 06:14:06 Modified files: x11/gnome/bijiben: Makefile distinfo Log message: update to bijiben-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 06:40:26 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Removed files: x11/gnome/gedit/patches: patch-plugins_filebrowser_meson_build Log message: - update to gedit-3.34.0 - correctly enable gvfs-metadata CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 06:41:22 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/pkg: PLIST Log message: update to gedit-plugins-3.34.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/02 06:47:14 Modified files: multimedia/x264: Tag: OPENBSD_6_6 Makefile Log message: MFC: "Disable assembly optimizations on mips64 and mips64el to fix build. MSA requires MIPS64r5 or newer CPU." Req'd by brad. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:37:59 Modified files: lib/libtls : Symbols.list tls.h tls_conninfo.c tls_internal.h Log message: Provide tls_conn_cipher_strength(). This returns the strength in bits of the symmetric cipher used for the connection. Diff from gilles@ ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:38:05 Modified files: lib/libcrypto : Makefile Symbols.list opensslfeatures.h Log message: Enable CMS in LibreSSL. ok bcook@ deraadt@ inoguchi@ job@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:38:33 Modified files: usr.sbin/rpki-client: Makefile Log message: Build rpki-client with LibreSSL. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 07:40:06 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.13.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 07:40:29 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 07:40:45 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.272. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/11/02 07:41:07 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: update to 4.9.1 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:43:14 Modified files: lib/libtls/man : tls_conn_version.3 Log message: Document tls_conn_cipher_strength(). ok schwarze@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:44:19 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/rsa: rsa.h rsa_locl.h Log message: Make RSA_OAEP_PARAMs public. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:47:41 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/rsa: rsa.h rsa_locl.h Log message: Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 07:51:04 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-panels_power_cc-power-panel_c patch-panels_user-accounts_cc-realm-manager_c patch-panels_user-accounts_user-utils_c patch-shell_cc-panel-loader_c patch-shell_meson_build patch-tests_datetime_meson_build x11/gnome/control-center/pkg: DESCR PLIST Added files: x11/gnome/control-center/patches: patch-meson_build patch-panels_common_meson_build patch-panels_meson_build Log message: Update to gnome-control-center-3.34.1. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:52:31 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/rsa: rsa.h rsa_eay.c Log message: Provide RSA_PKCS1_OpenSSL(). Prompted by inoguchi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:52:54 Modified files: lib/libcrypto : shlib_version lib/libssl : shlib_version lib/libtls : shlib_version Log message: Bump libcrypto, libssl and libtls minors due to symbol additions. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:54:04 Modified files: distrib/sets/lists/base: mi Log message: Sync. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:54:42 Modified files: regress/usr.sbin/rpki-client: Makefile Log message: Use LibreSSL for rpki-client regress tests. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:55:08 Modified files: regress/usr.sbin/rpki-client: Makefile Log message: Disable test-tal since it currently fails to build. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 07:56:18 Modified files: regress/lib/libtls/gotls: tls.go tls_test.go Log message: Add tls_conn_cipher_strength() to gotls regress. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 08:16:28 Modified files: x11/gnome/quadrapassel: Makefile distinfo x11/gnome/quadrapassel/patches: patch-meson_build patch-src_meson_build Log message: update to quadrapassel-3.34.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 08:18:41 Modified files: security/libpwquality: Makefile distinfo Log message: Update to libpwquality-1.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 08:27:40 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/patches: patch-src_libide_io_ide-path_c x11/gnome/builder/pkg: PLIST Log message: Update to gnome-builder-3.34.1. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 08:35:48 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Bring back some icky buffer allocation code so that pkey_rsa_print() works again with the horrific API that is ASN1_bn_print(). Issue spotted by inoguchi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 09:03:27 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/patches: patch-src_terminal-app_c patch-src_terminal-screen_c x11/gnome/terminal/pkg: PLIST Log message: update to gnome-terminal-3.34.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 09:03:54 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-src_backends_meta-egl_c patch-src_core_main_c x11/gnome/mutter/pkg: PLIST Added files: x11/gnome/mutter/patches: patch-meson_build patch-src_compositor_compositor_c Log message: update to mutter-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 09:04:10 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-js_misc_loginManager_js patch-js_ui_status_keyboard_js patch-src_main_c x11/gnome/shell/pkg: PLIST Added files: x11/gnome/shell/patches: patch-src_extensions-tool_meson_build Removed files: x11/gnome/shell/patches: patch-js_ui_tweener_js patch-src_st_st-widget_c Log message: update to gnome-shell-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 09:04:23 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: update to gnome-shell-extensions-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 09:11:44 Modified files: x11/gnome/shell: Makefile Log message: BDEP on asciidoc for a2x CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/02 09:12:31 Modified files: lib/libcrypto/man: Makefile Log message: In Symbols.list rev. 1.91, jsing enabled many CMS functions. Install the new manual pages documenting the majority of them. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/02 09:25:34 Modified files: lib/libcrypto/man: PEM_read_bio_PrivateKey.3 Log message: document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), and PEM_write_bio_CMS(3) which jsing@ just enabled in Symbols.list rev. 1.91 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/02 09:27:10 Modified files: lib/libcrypto/man: BIO_new.3 Log message: .Xr BIO_new_CMS 3 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/02 09:28:04 Modified files: lib/libcrypto/man: crypto.3 Log message: .Xr CMS_ContentInfo_new 3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 09:32:28 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/pkg: PLIST Added files: x11/gnome/shell/patches: patch-src_extensions-tool_man_meson_build Removed files: x11/gnome/shell/patches: patch-src_extensions-tool_meson_build Log message: tweak previous and install gnome-extensions.1 now CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 09:34:08 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-common_gdm-common_c patch-common_gdm-common_h patch-configure_ac patch-daemon_Makefile_am patch-daemon_gdm-display_c patch-daemon_gdm-launch-environment_c patch-daemon_gdm-local-display-factory_c patch-daemon_gdm-manager_c patch-daemon_gdm-session-record_c patch-daemon_gdm-session-worker_c patch-daemon_gdm-session_c patch-daemon_gdm-session_h patch-data_Makefile_am patch-libgdm_gdm-user-switching_c x11/gnome/gdm/pkg: PLIST Added files: x11/gnome/gdm/patches: patch-libgdm_Makefile_am Log message: Update to gdm-3.34.1. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 09:34:23 src/regress/lib/libcrypto/cms Update of /cvs/src/regress/lib/libcrypto/cms In directory cvs.openbsd.org:/tmp/cvs-serv21231/cms Log Message: Directory /cvs/src/regress/lib/libcrypto/cms added to the repository CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 09:35:10 Added files: regress/lib/libcrypto/cms: cmstest.c Makefile Log message: Initial regress for cms. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 09:38:46 Modified files: regress/lib/libcrypto/free: freenull.c.head Log message: Include cms.h. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/02 09:39:44 Modified files: regress/lib/libcrypto: Makefile Log message: Hook cms regress. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/02 09:39:46 Modified files: lib/libcrypto/man: BIO_new_CMS.3 CMS_ContentInfo_new.3 CMS_add0_cert.3 CMS_add1_recipient_cert.3 CMS_add1_signer.3 CMS_compress.3 CMS_decrypt.3 CMS_encrypt.3 CMS_final.3 CMS_get0_RecipientInfos.3 CMS_get0_SignerInfos.3 CMS_get0_type.3 CMS_get1_ReceiptRequest.3 CMS_sign.3 CMS_sign_receipt.3 CMS_uncompress.3 CMS_verify.3 CMS_verify_receipt.3 PEM_write_bio_CMS_stream.3 SMIME_read_CMS.3 SMIME_write_CMS.3 d2i_CMS_ContentInfo.3 i2d_CMS_bio_stream.3 Log message: CMS didn't make the 6.6 release: adjust the text in the HISTORY sections CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/02 10:00:26 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/02 10:06:25 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Sort standard_methods by pkey_id. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 10:14:24 Modified files: devel/spidermonkey60: Makefile distinfo Log message: update to spidermonkey-60.9.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 10:34:15 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-data_Makefile_am Log message: Move to CONFIGURE_STYLE=autoreconf. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/02 10:41:57 Modified files: sys/uvm : uvm_map.c Log message: Revert previous, a race is present and can be triggered with golang. Found by jsing@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/02 10:56:18 Modified files: sys/kern : kern_clock.c kern_timeout.c sys/sys : systm.h timeout.h Log message: softclock: move softintr registration/scheduling into timeout module softclock() is scheduled from hardclock(9) because long ago callouts were processed from hardclock(9) directly. The introduction of timeout(9) circa 2000 moved all callout processing into a dedicated module, but the softclock scheduling stayed behind in hardclock(9). We can move all the softclock() "stuff" into the timeout module to make kern_clock.c a bit cleaner. Neither initclocks() nor hardclock(9) need to "know" about softclock(). The initial softclock() softintr registration can be done from timeout_proc_init() and softclock() can be scheduled from timeout_hardclock_update(). ok visa@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 11:07:06 Modified files: sysutils/beats/filebeat: Makefile distinfo Log message: update to filebeat-7.4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 11:10:50 Modified files: devel : Makefile Log message: -py-ioflo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 11:12:37 Removed files: devel/py-ioflo : Makefile distinfo devel/py-ioflo/patches: patch-ioflo_aid_test_test_classing_py patch-ioflo_aio_http_clienting_py devel/py-ioflo/pkg: DESCR PFRAG.no-python3 PFRAG.python3 PLIST Log message: remove py-ioflo; it was imported to support the raet transport layer for saltstack. raet has since been removed so no point to keep this around. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 11:12:50 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register py-ioflo removal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 12:35:02 Modified files: multimedia/x265: Makefile distinfo Log message: Update to x265-3.2.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 13:41:51 Modified files: multimedia/gnome-twitch: Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/02 14:05:39 Modified files: sbin/unwind : resolver.c Log message: unused global CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/02 14:35:15 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PFRAG.no-python3 PLIST Log message: update to pycryptodome-3.9.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/02 15:25:36 Modified files: devel/libdsm : Makefile distinfo Removed files: devel/libdsm/patches: patch-src_smb_spnego_c Log message: Update to libdsm-0.3.1. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/02 18:23:10 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-main_c Log message: update to neomutt-20191102 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/02 19:38:01 Modified files: devel/p5-Test-Taint: Makefile distinfo Log message: Update devel/p5-Test-Taint to 1.08 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/02 19:40:53 Modified files: devel/p5-indirect: Makefile distinfo Log message: Update devel/p5-indirect to 0.39 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/02 19:44:46 Modified files: textproc/p5-String-ToIdentifier-EN: Makefile distinfo Log message: Update textproc/p5-String-ToIdentifier-EN to 0.12 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/02 19:45:26 Modified files: textproc/p5-String-ToIdentifier-EN: Makefile Log message: Update my name in the MAINTAINER line CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/02 20:09:35 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add RSA-PSS test for genpkey in appstest.sh CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/02 21:20:15 Modified files: sys/dev : vnd.c Log message: Correctly re-initialize the nameinfo struct that is re-used for vn_open when vnconfig'ing from a read-only filesystem. This bug has been with us for a long time and was spotted by Kawamata Yoshihiro after recent changes making vn_open more picky about the structure it is called with. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/03 01:55:33 Modified files: lang/python/2.7: Makefile Log message: Unbreak numpy after the python-2.7.17 update python cflags are now being honored which means gcc now pukes on the bogus -OPT:Olimit=0 present in python2-config --cflags. Force-disable the bogus use of -OPT:Olimit=0. ok kmos@ sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/03 02:44:23 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Don't talk about uvm_km_alloc(9), pool_get(9) is what we need. ok deraadt@, guenther@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/03 02:46:11 Modified files: sbin/unwind : parse.y resolver.c resolver.h unwind.h Log message: CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/03 02:49:02 Modified files: usr.sbin/unwindctl: parser.c unwindctl.8 unwindctl.c Log message: Opportunistic DoT support and name forwarder "forwarder" instead of "static; joint work and ok florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/03 03:05:39 Modified files: x11/gnome/control-center: Makefile Added files: x11/gnome/control-center/patches: patch-panels_applications_cc-applications-panel_c Log message: Don't display the "Open in Software" button; we don't have support for gnome-software in OpenBSD. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/03 03:17:54 Modified files: infrastructure/lib/DPB: Engine.pm SubEngine.pm Log message: make subengine creation more regular stub roach subengine so that it can be hooked in the main loop CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/03 03:18:31 Modified files: infrastructure/bin: dpb Log message: reorg the build logic slightly, so that fetch cores can be used for roach purposes as well CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/03 04:06:07 Modified files: multimedia/qtav: Makefile multimedia/qtav/pkg: PLIST Log message: fix QtAV with Qt 5.9.8 and upcoming updates OK cwen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/03 04:40:00 Modified files: devel/glib2 : Makefile devel/glib2/patches: patch-meson_build Log message: Merge size_t check from upstream; no functional change intended. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 04:42:11 Modified files: x11/py-xcbgen : Makefile x11/py-xcbgen/pkg: PLIST Log message: add python3 flavor as required by upcoming polybar ok matthieu@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 04:43:04 Modified files: x11 : Makefile Log message: +py-xcbgen,python3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 04:43:17 Modified files: x11/polybar : Makefile distinfo Log message: update to polybar-3.4.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/03 04:50:10 Modified files: games/doomdata : Makefile Removed files: games/doomdata/doom1: Makefile distinfo games/doomdata/doom1/pkg: DESCR PLIST games/doomdata/doom2: Makefile distinfo games/doomdata/doom2/pkg: DESCR PLIST Log message: Drop games/doomdata/doom{1,2} HOMEPAGE is broken and PERMIT_* says "Commercial game data files". From MAINTAINER Paul de Weerd: These ports really don't add much value. PERMIT_* says "Commercial game data files", so you have to already have the WADs to be able to build a pkg. Of course, then you can distribute the pkg to a set of machines for a nice fragfest .. but you could also distribute the WADs themselves with ansible or even a simple shell script and some ssh/scp. So, I propose to remove these two ports and simply keep only the shareware WAD available as a pkg. Agreement that commercial game assets should not be packaged, OK jsg kili daniel kn CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/03 04:50:23 Modified files: devel/git : Makefile devel/git/patches: patch-config_mak_uname Log message: We've had strcasestr() and memmem() for a while now. from Miod CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/03 04:59:32 ports/security/libfido2 Update of /cvs/ports/security/libfido2 In directory cvs.openbsd.org:/tmp/cvs-serv16573/libfido2 Log Message: Directory /cvs/ports/security/libfido2 added to the repository CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/03 04:59:32 ports/security/libfido2/pkg Update of /cvs/ports/security/libfido2/pkg In directory cvs.openbsd.org:/tmp/cvs-serv16573/libfido2/pkg Log Message: Directory /cvs/ports/security/libfido2/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/03 05:01:13 Added files: security/libfido2: Makefile distinfo security/libfido2/pkg: DESCR PLIST Log message: libfido2 - a small library for interacting with U2F/FIDO devices, including a middleware that can be used with OpenSSH's new U2F support. feedback and ok kn@ and sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 05:11:07 Modified files: audio/libdiscid: Makefile distinfo Log message: update to libdiscid-0.6.2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/03 05:21:55 Modified files: games/doomdata/shareware: Makefile distinfo games/doomdata/shareware/pkg: PLIST Log message: Fix HOMEPAGE and MASTER_SITES, ship license files Prodded by danj's broken HOMEPAGE sweep, initial diff using MASTER_SITES from Debian from MAINTAINER Paul de Weerd, license packaging and updated diff from jsg CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 05:33:50 Modified files: devel/help2man : Makefile distinfo Log message: update to help2man-1.47.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 05:33:53 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/pkg: PLIST Log message: update to apache-ant-1.10.7 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/03 05:36:04 Modified files: games/doomdata/shareware: Makefile Log message: Use EXTRACT_SUFX in DISTFILES, tweak \r license cleanup CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/03 06:48:08 Modified files: x11/gnome/online-miners: Makefile Log message: Tweak WANTLIB. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/11/03 06:54:40 Modified files: devel/netbeans : Makefile distinfo devel/netbeans/pkg: PLIST Log message: Update to 11.2 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 07:07:47 Modified files: devel/naken430asm: Makefile devel/p5-Class-Container: Makefile devel/p5-Class-Data-Inheritable: Makefile devel/p5-Config-IniFiles: Makefile devel/p5-Devel-Size-Report: Makefile devel/p5-Event : Makefile devel/p5-IO-stringy: Makefile devel/p5-Object-Realize: Makefile devel/p5-POE-Component-Supervisor: Makefile devel/p5-String-Scanf: Makefile devel/p5-Term-Screen: Makefile devel/p5-Test-Manifest: Makefile devel/p5-Want : Makefile devel/ruby-deep_merge: Makefile devel/ruby-rgen: Makefile graphics/p5-GD-Barcode: Makefile graphics/p5-Graphics-ColorNames: Makefile lang/arena : Makefile lang/librep : Makefile mail/p5-Mail-POP3Client: Makefile math/minisat : Makefile misc/gutenpy : Makefile net/p5-Net-DBus: Makefile net/p5-Net-IP : Makefile net/ruby-mfi : Makefile news/p5-News-Article: Makefile productivity/projectlibre: Makefile sysutils/fleetctl: Makefile sysutils/p5-Filesys-Virtual-Plain: Makefile sysutils/py-augeas: Makefile sysutils/ruby-augeas: Makefile sysutils/ruby-shadow: Makefile textproc/p5-Pod-POM: Makefile textproc/p5-String-ShellQuote: Makefile textproc/p5-XML-DOM: Makefile textproc/p5-XML-NamespaceSupport: Makefile textproc/p5-XML-RSS-Parser: Makefile textproc/p5-XML-Twig: Makefile textproc/p5-XML-Writer: Makefile www/p5-HTTP-GetImages: Makefile www/p5-URI-Find: Makefile x11/remmina : Makefile x11/rep-gtk : Makefile x11/virt-viewer: Makefile x11/x2x : Makefile Log message: drop maintainership for a bunch of ports i haven't used in years CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/03 07:12:35 Modified files: math/cfitsio : Makefile Log message: remove bogus www/nghttp2 LIB_DEPENDS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/03 07:16:44 Modified files: math/mlpack : Makefile math/mlpack/pkg: PLIST-main Log message: Unfuck PLIST to unbreak. --- /exopi-cvs/ports/plist/amd64/mlpack-3.2.1p0 +++ /exopi-cvs/ports/plist/amd64/mlpack-3.2.1p0-new @@ -1035,8 +1035,8 @@ include/mlpack/tests/test_tools.hpp @lib lib/libmlpack.so.2.0 lib/pkgconfig/mlpack.pc -@comment lib/python3.7/ -@comment lib/python3.7/site-packages/ +@comment lib/python2.7/ +@comment lib/python2.7/site-packages/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/03 07:37:51 Modified files: devel/libvirt-glib: Makefile x11/spice-gtk : Makefile x11/virt-viewer: Makefile devel/spice-protocol: Makefile net/p5-Net-DBus: Makefile Log message: Take MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/03 08:20:42 Modified files: sysutils/p5-Sys-MemInfo: Makefile sysutils/p5-Sys-MemInfo/patches: patch-Makefile_PL Added files: sysutils/p5-Sys-MemInfo/patches: patch-arch_bsd_xs Log message: Use #ifdefs in the .xs code instead of hardcoding Net/OpenBSD ok cwen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/03 08:25:22 Added files: devel/git/patches: patch-builtin_gc_c patch-thread-utils_c Log message: Better cpu and memory tracking Since hw.smt was introduced git may use more threads than there are cpus actually available on the system. Fix this using sysconf(_SC_NPROCESSORS_ONLN). Fix memory amount detection in git gc: HW_PHYSMEM64 has been needed for years to handle hosts with more than 2GB of ram. Leave the HW_PHYSMEM code path alone for other BSD systems, but fix it so that the detected amount of memory isn't random stack garbage. ok sthen@ kn@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/03 08:27:44 Modified files: devel/git : Makefile Log message: Zap nghttp2 as a direct dep nghttp2 is in WANTLIB because of curl, the git code doesn't call nghttp2 directly. ok sthen@ kn@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/03 08:40:16 Modified files: textproc/pdfpc : Makefile distinfo Added files: textproc/pdfpc/patches: 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.3.4 and unbreak with new vala. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/03 09:16:06 Modified files: sys/kern : subr_kubsan.c Log message: add missing handler for float cast overflow; caused by code in sys/dev/pci/drm/amd/display/dc/calcs/dcn_calc_auto.c CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/03 09:18:01 Modified files: devel/universal-ctags: Makefile distinfo devel/universal-ctags/pkg: PLIST Added files: devel/universal-ctags/patches: patch-misc_units Log message: Update universal-ctags-0.20191025 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/03 09:23:36 Modified files: sys/kern : subr_kubsan.c Log message: rework kubsan_state into simpler boolean named kubsan_cold CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/03 10:01:46 Modified files: sys/kern : kern_timeout.c Log message: kern_timeout.c: style(9), misc. cleanup - Move mutex to top of file, annotate locking for module - Group module-local prototypes below globals but above function defs - __inline -> inline - No static without inline - Drop extra parentheses around return values Compiler input from visa@. ok visa@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/03 11:15:26 Modified files: sbin/unwind : resolver.c Log message: When we are talking to an upstream nameserver we should not refuse to forward queries for certain reverse zones (e.g. RFC1918 space). The local network might use them and it's the policy of the upstream nameserver what should be done with these. Of course if we are recursively resolving ourselves these should not leak to the global internet so we continue to synthesize NXDOMAIN ourselves. For now we also always synthesize NXDOMAIN for special use domains like test and onion. Pointed out by henning. Input & OK sthen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/03 11:22:45 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Our version numbers go m.n-beta -> m.n not m.n-beta -> m.n + 0.1 Handle this correctly for the -r case to stick to a release after beta. OK sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 11:59:28 Modified files: x11/gnome/shell: Makefile Log message: fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/03 12:09:02 Modified files: security/p5-Crypt-OpenSSL-X509: Makefile distinfo Log message: update to p5-Crypt-OpenSSL-X509-1.813 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/03 12:09:46 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.3.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 12:11:08 Modified files: lang/vala : Makefile Log message: unbreak valadoc, no bump as it didn't build CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/11/03 12:26:15 Modified files: usr.bin/ftp : fetch.c Log message: Also use stdio for TLS connections Set up two wrappers around tls_read/write to be used along with the not-very-portable funopen(). This kills a bunch of local code, always a nice thing for an utility which ends up in bsd.rd. "seems legit" deraadt@, ok kn@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/03 12:34:59 Modified files: security/py-cryptodome: Makefile distinfo Log message: update to py-cryptodome-1.9.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/03 12:55:01 Modified files: x11/kde-applications/okteta: Makefile distinfo Log message: Bugfix update Okteta 0.26.2 See: https://mail.kde.org/pipermail/kde-announce-apps/2019-July/005528.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/03 12:56:42 Modified files: www/sblg : Makefile distinfo Log message: update to sblg-0.5.8, from maintainer Bryan Vyhmeister CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/03 12:57:24 Modified files: net/scamper : Makefile distinfo Log message: update to scamper-20191102 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/03 13:16:01 Modified files: sys/sys : shm.h sys/kern : sysv_shm.c Log message: Merge sys_shmctl() and shmctl1() again, as we no longer have a need for the copyin/copyout compat shims. ok deraadt@ millert@ anton@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/03 13:18:17 Modified files: textproc/lowdown: Makefile distinfo Log message: update to lowdown-0.4.6, from maintainer Bryan Vyhmeister CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/03 13:33:31 Modified files: www/p5-HTML-Clean: Makefile distinfo Removed files: www/p5-HTML-Clean/patches: patch-lib_HTML_Clean_pm Log message: Update www/p5-HTML-Clean to 1.4 Orignal update to 1.2 from wen heping Tweaks and update to 1.4 by me OK sthen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/03 14:26:17 Modified files: net/libmaxminddb: Makefile distinfo Log message: Update libmaxminddb to 1.4.2. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/03 16:58:51 Modified files: usr.sbin/smtpd : smtpd.h Log message: 6.6.0 -> 6.6.1 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/03 17:05:38 Modified files: usr.sbin/smtpd : ruleset.c Log message: fix a possible crash when combining "from rdns", nested virtual aliases and a particular sequence of rules causing "from rdns" to be hit again from the expanded aliases. this requires crafting a specific configuration. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/03 17:48:22 Modified files: sys/kern : sysv_shm.c Log message: Fix previous commit: missed a ds_copyin() moved in rev 1.72 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/03 21:07:24 Modified files: sys/net : if_vlan.c Log message: make the parent promisc when a promisc vlan interface is brought up. this has been reported by a bunch of people including chris@, jon williams on bugs@, and ze loff on misc@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/03 21:17:31 Modified files: sys/net : if_vlan.c Log message: in vlan_clone_destroy take NET_LOCK when calling vlan_down and mark it dead. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/04 01:36:38 Modified files: x11/xfce4/xfce4-screenshooter: Makefile distinfo x11/xfce4/xfce4-screenshooter/pkg: PLIST Log message: Update to xfce4-screenshooter 1.9.7 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/04 01:44:48 Modified files: x11/xfce4/xfce4-time-out: Makefile distinfo Log message: Update to xfce4-time-out 1.1.0, ported to gtk3 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/04 02:17:19 Modified files: textproc/jo : Makefile distinfo Log message: Update jo to 1.3. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/04 02:35:43 Modified files: usr.sbin/rpki-client: extern.h main.c tal.c Log message: Refactor tal code a bit. Move the file reader back into tal.c so that the regress test is able to use it. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/04 02:39:06 Modified files: usr.sbin/rpki-client: tal.c Log message: The argument to the ctype functions needs to be representable as an unsigned char or EOF. Cast the char to unsigned char as required. Reminded by Hiltjo Posthuma CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/04 02:40:39 Modified files: regress/usr.sbin/rpki-client: test-tal.c Log message: Adjust code to work with the new tal API functions (tal_read_file and changed tal_parse). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/04 02:41:04 Modified files: regress/usr.sbin/rpki-client: Makefile Log message: Reenable test-tal since problem is now fixed. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/11/04 02:43:31 Modified files: multimedia/libv4l: Makefile distinfo multimedia/libv4l/patches: patch-lib_libv4lconvert_Makefile_in Removed files: multimedia/libv4l/patches: patch-lib_libv4lconvert_control_libv4lcontrol_c Log message: Update to libv4l 1.18.0 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/11/04 02:55:46 Modified files: textproc/py-pdfminer: Makefile distinfo Log message: Update to PDFMiner 20191103 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/11/04 03:00:48 Modified files: print/texinfo : Makefile Log message: Drop MAINTAINER CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/04 03:30:20 Modified files: x11/freerdp : Makefile Log message: add a comment explaining why freerdp is stuck at 2.0.0rc1 (needs either timer_create() and friends, or code to support an alternative timer implementation) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 04:29:11 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Add support for iwm firmware paging, required for newer 8k device firmware. Patch by Imre Vadasz Tested for regressions by phessler and Krystian Lewandowski No very obvious mistakes found by kettenis@ ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 04:43:09 Modified files: sys/dev/pci : if_iwm.c Log message: Enable only iwm's "firmware-load" interrupt while loading the firmware. Other interrupts are enabled once firmware has been loaded successfully. Corresponds more closely to what Linux does. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 04:48:46 Modified files: sys/dev/pci : if_iwm.c Log message: Tweak a device type check in iwm_apm_init() to ensure it will match 7k devices only when support for > 8k devices is added in the future. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 04:55:47 Modified files: sys/dev/pci : if_iwmreg.h Log message: Sync iwm's SCD_QUEUE macros with iwlwifi. Our outdated copies of these had a bug. See Linux commit cb6bb128b73ae898d6ee0281c2b2644f70633d58 ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 04:59:52 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Support iwm(4) firmware images with ucode_api flags larger than 32 bits. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 05:01:59 Modified files: sys/dev/pci : if_iwm.c Log message: Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 05:04:16 Modified files: sys/dev/pci : if_iwm.c Log message: Fix handling of iwm_sf_config() input argument. Same change as dragonfly commit 666737f64b4f6dd42ffd9f0ace9fc46ccc1ebaab ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 05:16:48 Modified files: sys/dev/pci : if_iwm.c Log message: iwm API version -31 firmware and up will crash after load unless the driver explicitly enables support for 31 queues in the GP_CTRL register. Coincidence? Accident? Bad joke? In any case this took us several days to figure out; the root cause was eventually identified by patrick@ ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 05:20:41 Modified files: sys/dev/pci : if_iwm.c Log message: Don't send the BT coex config command to iwm 8k init firmware because newer firmware versions will crash when we do that. Debugged together with patrick. ok patrick@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 05:30:56 Modified files: lib/libcrypto/rsa: rsa.h Log message: Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef. Issue spotted by bcook@ ok bcook@ inoguchi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 05:31:59 Modified files: regress/lib/libcrypto/cms: cmstest.c Log message: Add regress for CMS sign and verify. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 06:05:22 Modified files: sys/dev/pci : if_iwm.c Log message: Make iwm send the DQA command later, as Linux does. We were sending it to the init firmware which does not need it. The main runtime firmware needs it. This actually enables DQA mode, and two further problems showed up: 1) Correctly configure the AUX station queue in the DQA case. 2) Always transmit our own frames via the AP's station. The AUX station is meant to be used for firmware-generated frames only. Tested on 7260, 7265, and 8265 with standard -current firmware images. Required for newer firmware versions. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/04 06:43:09 Modified files: sys/dev/pci : if_iwm.c Log message: Switch iwm 3160, 7260, and 7265 to -17 firmware images. 7260 tested by florian 7265 tested by kettenis 3160 should work as it's a trimmed-down variant of 7260 Please report any problems as soon as possible. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 07:47:43 Added files: usr.bin/openssl: cms.c Log message: Bring openssl(1) cms back from the attic. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 07:49:59 Modified files: usr.bin/openssl: cms.c Log message: Remove engine argument from load_cert() calls. This was cleaned up after cms went to the attic. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/04 07:58:37 Modified files: usr.sbin/httpd : server_http.c Log message: remove useless NULL check, it's checked 7 lines further up. found by Clemens Goessnitzer, ok and prodded by florian@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/04 07:58:40 Modified files: sys/arch/octeon/conf: GENERIC RAMDISK files.octeon Added files: sys/arch/octeon/dev: if_ogx.c ogxnexus.c ogxreg.h ogxvar.h Log message: Add ogx(4), a driver for the OCTEON III network processor. This network driver covers higher-end models of the OCTEON III family. They have a modified design whose interface is not compatible with the lower-end models or earlier chip generations. The code is still a work in progress. However, it is capable enough to make the SGMII port functional on the CN7360. No objection from deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/04 08:01:28 Modified files: games/gargoyle : Makefile distinfo Log message: update to gargoyle (garglk) 2019.1 CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2019/11/04 08:15:36 Log message: Import PKI cluster firmware for ogx(4). OK sthen@ Status: Vendor Tag: visa Release Tags: visa_20191104 N ports/sysutils/firmware/ogx/Makefile N ports/sysutils/firmware/ogx/distinfo N ports/sysutils/firmware/ogx/pkg/DESCR N ports/sysutils/firmware/ogx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 08:18:45 Modified files: usr.bin/openssl: cms.c Log message: Currently we need to include pem.h before cms.h... CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2019/11/04 08:24:17 Modified files: sysutils/firmware: Makefile Log message: +ogx CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 08:25:54 Modified files: usr.bin/openssl: Makefile openssl.c progs.h Log message: Hook openssl(1) cms back up. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 08:31:08 Modified files: usr.bin/openssl: cms.c Log message: Remove explicit NULL checks before *_free() calls. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 08:33:48 Modified files: usr.bin/openssl: cms.c Log message: Remove spaces between * and variable names. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/04 08:34:27 Modified files: usr.bin/openssl: cms.c Log message: Indent labels for diffability. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/11/04 08:36:36 Modified files: usr.bin/ftp : fetch.c Log message: Apply more 'static' to help the compiler Results in better code and a size decrease. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/11/04 10:33:28 Modified files: usr.bin/nc : netcat.c socks.c Log message: Fix an out of bound read/write when using a proxy. From Lucas AT sexy DOT is. OK job@ kn@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/04 10:51:22 Modified files: sys/kern : init_main.c subr_kubsan.c Log message: Regularly poll and report kubsan findings using the timeout(9) API instead of task(9). Undefined behavior can potentially be present in any context and calling task_add() isn't always safe. ok visa@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/04 11:06:03 Modified files: sys/kern : kern_exit.c kern_sched.c sched_bsd.c sys/sys : proc.h syscall_mi.h Log message: Restore the old way of dispatching dead procs through idle proc. The new way needs more thought. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/04 11:16:28 Modified files: share/man/man9 : rwlock.9 Log message: xr rwsleep(9); ok millert@ visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/04 11:18:03 Modified files: share/man/man9 : mutex.9 Log message: xr witness(4); prodded by and ok visa@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/04 11:37:06 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/patches: patch-dnscrypt-proxy_example-dnscrypt-proxy_toml Log message: Update to dnscrypt-proxy-2.0.31. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.31/ChangeLog From Nam Nguyen (maintainer). Thank you! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/04 12:14:00 Modified files: x11/polybar : Makefile Added files: x11/polybar/patches: patch-cmake_02-opts_cmake patch-doc_CMakeLists_txt Log message: use sphinx-build-3 to build documentation; breakage reported by naddy@ and sthen@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/04 12:17:28 Modified files: lib/libssl : ssl_lib.c Log message: Allow ip addresses as argument to SSL_set1_host() but be careful to not poison the context. ok and help jsing@ tb@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/11/04 13:20:05 Modified files: . : hackathons.html Added files: images/hackathons: p2k19-s.gif p2k19.gif Log message: p2k19 starts CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/04 16:52:28 Modified files: sys/conf : files sys/netinet : in.h in_proto.c ip_gre.h Removed files: sys/net : if_mobileip.c if_mobileip.h Log message: remove mobileip(4) noone seems to use it, and we should not encourage people to use it by having it available. it's been disabled for most of the last release and noones asked for it in 6.6, so i'm taking that as an ok for this removal. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/04 16:53:38 Modified files: share/man/man4 : Makefile Removed files: share/man/man4 : mobileip.4 Log message: mobileip(4) has been removed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/04 22:51:25 Log message: import p5-Module-Build-Pluggable, ok afeesh1@ Module::Build::Pluggable adds pluggability for Module::Build. Status: Vendor Tag: sthen Release Tags: sthen_20191105 N ports/devel/p5-Module-Build-Pluggable/Makefile N ports/devel/p5-Module-Build-Pluggable/distinfo N ports/devel/p5-Module-Build-Pluggable/pkg/DESCR N ports/devel/p5-Module-Build-Pluggable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/04 22:52:42 Log message: import p5-Module-Build-Pluggable-PPPort, ok afresh1@ Generate ppport.h automatically. Status: Vendor Tag: sthen Release Tags: sthen_20191105 N ports/devel/p5-Module-Build-Pluggable-PPPort/Makefile N ports/devel/p5-Module-Build-Pluggable-PPPort/distinfo N ports/devel/p5-Module-Build-Pluggable-PPPort/pkg/DESCR N ports/devel/p5-Module-Build-Pluggable-PPPort/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/04 22:55:36 Modified files: devel : Makefile Log message: +p5-Module-Build +p5-Module-Build-Pluggable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/04 22:57:05 Log message: import p5-HTML-Escape, ok afresh1@ This module provides a function which escapes HTML special characters. It performs a similar function to PHP's htmlspecialchars. Status: Vendor Tag: sthen Release Tags: sthen_20191105 N ports/www/p5-HTML-Escape/Makefile N ports/www/p5-HTML-Escape/distinfo N ports/www/p5-HTML-Escape/pkg/DESCR N ports/www/p5-HTML-Escape/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/04 22:58:01 Modified files: www : Makefile Log message: +p5-HTML-Escape CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/11/05 00:39:52 Modified files: mail/opensmtpd-filters/spamassassin: Makefile distinfo Log message: bugfix update to 0.4 ok jung@ (co-maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/05 00:54:01 Modified files: share/man/man4 : hme.4 options.4 Log message: remove some sparc references; from joe davis CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/05 01:03:15 Modified files: lang/ruby : ruby.port.mk Log message: Remove support for building ruby ports with ruby24 FLAVOR CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/05 01:03:30 Modified files: lang/ruby : Makefile Log message: Unhook ruby 2.4 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/05 01:04:49 Removed files: lang/ruby/2.4 : Makefile distinfo lang/ruby/2.4/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.4/pkg: DESCR-gdbm DESCR-main DESCR-ri_docs MESSAGE-main PLIST-gdbm PLIST-main PLIST-ri_docs UNMESSAGE-main Log message: Send ruby 2.4 to the Attic CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2019/11/05 01:05:58 Modified files: share/man/man5 : ruby-module.5 Log message: Remove mention of ruby24 FLAVOR CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/05 01:08:26 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Mark ruby24-* ports as obsolete CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/05 01:16:43 Modified files: sys/lib/libkern/arch/sparc64: ffs.S htonl.S htons.S strlen.S Log message: Give some END()s to assembly symbols. ok kettenis@, jca@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/05 01:17:21 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Give some END()s to assembly symbols. ok kettenis@, jca@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/05 01:18:47 Modified files: sys/conf : files sys/kern : kern_exec.c sysv_shm.c sys/uvm : uvm_extern.h uvm_unix.c share/man/man9 : uvm.9 Removed files: sys/uvm : uvm_user.c Log message: Kill uvm_deallocate(9) and use uvm_unmap() directly. ok kettenis@, semarie@, deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/05 01:26:38 Modified files: sys/netmpls : mpls.h mpls_raw.c Log message: Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel. The value is no longer needed since the MPLS code got refactored some time ago. Found by Thomas Habets (thomas (at) habets se) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/05 01:27:43 Modified files: lib/libc/sys : sysctl.2 Log message: MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 01:50:40 Removed files: x11/kde4/konsole: Makefile distinfo x11/kde4/konsole/patches: patch-data_updaters_konsole-2_9_0-global-options_sh patch-src_ProcessInfo_cpp x11/kde4/konsole/pkg: DESCR PLIST Log message: remove KDE4 konsole Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 01:52:30 Removed files: x11/kde4/kmousetool: Makefile distinfo x11/kde4/kmousetool/pkg: DESCR PLIST Log message: remove KDE4 kmousetool Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 01:54:29 Removed files: x11/kde4/kmouth: Makefile distinfo x11/kde4/kmouth/pkg: DESCR PLIST Log message: remove KDE4 kmouth Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 01:57:45 Removed files: x11/kde4/ark : Makefile distinfo x11/kde4/ark/patches: patch-app_CMakeLists_txt patch-plugins_cli7zplugin_CMakeLists_txt patch-plugins_clilhaplugin_CMakeLists_txt patch-plugins_cliplugin-example_CMakeLists_txt patch-plugins_clirarplugin_CMakeLists_txt patch-plugins_clizipplugin_CMakeLists_txt patch-plugins_karchiveplugin_CMakeLists_txt patch-plugins_libarchive_CMakeLists_txt patch-plugins_libsinglefileplugin_CMakeLists_txt x11/kde4/ark/pkg: DESCR PLIST Log message: remove KDE4 ark Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 01:59:16 Removed files: x11/kde4/kcalc : Makefile distinfo x11/kde4/kcalc/pkg: DESCR PLIST Log message: remove KDE4 kcalc Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:10:56 Removed files: x11/kde4/bomber: Makefile distinfo x11/kde4/bomber/pkg: DESCR PLIST x11/kde4/bovo : Makefile distinfo x11/kde4/bovo/patches: patch-ai_aron_aiboard_cc patch-game_game_cc x11/kde4/bovo/pkg: DESCR PLIST x11/kde4/granatier: Makefile distinfo x11/kde4/granatier/pkg: DESCR PLIST x11/kde4/kajongg: Makefile distinfo x11/kde4/kajongg/pkg: DESCR PLIST x11/kde4/kapman: Makefile distinfo x11/kde4/kapman/pkg: DESCR PLIST x11/kde4/katomic: Makefile distinfo x11/kde4/katomic/pkg: DESCR PLIST x11/kde4/kblackbox: Makefile distinfo x11/kde4/kblackbox/pkg: DESCR PLIST x11/kde4/kblocks: Makefile distinfo x11/kde4/kblocks/pkg: DESCR PLIST x11/kde4/kbounce: Makefile distinfo x11/kde4/kbounce/pkg: DESCR PLIST x11/kde4/kbreakout: Makefile distinfo x11/kde4/kbreakout/pkg: DESCR PLIST x11/kde4/kdiamond: Makefile distinfo x11/kde4/kdiamond/pkg: DESCR PLIST x11/kde4/kfourinline: Makefile distinfo x11/kde4/kfourinline/pkg: DESCR PLIST x11/kde4/kgoldrunner: Makefile distinfo x11/kde4/kgoldrunner/pkg: DESCR PLIST x11/kde4/kigo : Makefile distinfo x11/kde4/kigo/pkg: DESCR PLIST x11/kde4/killbots: Makefile distinfo x11/kde4/killbots/pkg: DESCR PLIST x11/kde4/kiriki: Makefile distinfo x11/kde4/kiriki/pkg: DESCR PLIST x11/kde4/kjumpingcube: Makefile distinfo x11/kde4/kjumpingcube/pkg: DESCR PLIST x11/kde4/klickety: Makefile distinfo x11/kde4/klickety/pkg: DESCR PLIST x11/kde4/klines: Makefile distinfo x11/kde4/klines/pkg: DESCR PLIST x11/kde4/kmahjongg: Makefile distinfo x11/kde4/kmahjongg/pkg: DESCR PLIST x11/kde4/kmines: Makefile distinfo x11/kde4/kmines/pkg: DESCR PLIST x11/kde4/knavalbattle: Makefile distinfo x11/kde4/knavalbattle/pkg: DESCR PLIST x11/kde4/knetwalk: Makefile distinfo x11/kde4/knetwalk/pkg: DESCR PLIST x11/kde4/kolf : Makefile distinfo x11/kde4/kolf/pkg: DESCR PLIST x11/kde4/kollision: Makefile distinfo x11/kde4/kollision/pkg: DESCR PLIST x11/kde4/konquest: Makefile distinfo x11/kde4/konquest/pkg: DESCR PLIST x11/kde4/kreversi: Makefile distinfo x11/kde4/kreversi/pkg: DESCR PLIST x11/kde4/kshisen: Makefile distinfo x11/kde4/kshisen/pkg: DESCR PLIST x11/kde4/ksirk : Makefile distinfo x11/kde4/ksirk/pkg: DESCR PLIST x11/kde4/ksnakeduel: Makefile distinfo x11/kde4/ksnakeduel/pkg: DESCR PLIST x11/kde4/kspaceduel: Makefile distinfo x11/kde4/kspaceduel/pkg: DESCR PLIST x11/kde4/ksquares: Makefile distinfo x11/kde4/ksquares/pkg: DESCR PLIST x11/kde4/ksudoku: Makefile distinfo x11/kde4/ksudoku/pkg: DESCR PLIST x11/kde4/ktuberling: Makefile distinfo x11/kde4/ktuberling/pkg: DESCR PLIST x11/kde4/kubrick: Makefile distinfo x11/kde4/kubrick/pkg: DESCR PLIST x11/kde4/lskat : Makefile distinfo x11/kde4/lskat/patches: patch-src_mainwindow_cpp x11/kde4/lskat/pkg: DESCR PLIST x11/kde4/palapeli: Makefile distinfo x11/kde4/palapeli/pkg: DESCR PLIST Log message: remove KDE4 games. Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. There are only two games left. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/05 02:13:00 Modified files: databases : Makefile Log message: Unhook postgresql-plv8 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:15:33 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/patches: patch-CMakeLists_txt patch-src_core_Alloc_cpp security/keepassxc/pkg: PLIST Added files: security/keepassxc/patches: patch-src_keys_drivers_YubiKeyStub_cpp patch-tests_CMakeLists_txt patch-tests_TestCli_cpp patch-tests_gui_CMakeLists_txt Log message: update keepassxc to 2.5.0 ok solene@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:21:50 Removed files: x11/kde4/artikulate: Makefile distinfo x11/kde4/artikulate/patches: patch-libsound_src_CMakeLists_txt x11/kde4/artikulate/pkg: DESCR PLIST Log message: remove KDE4 artikulate Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:22:07 Removed files: x11/kde4/blinken: Makefile distinfo x11/kde4/blinken/pkg: DESCR PLIST Log message: remove KDE4 blinken Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:22:35 Removed files: x11/kde4/cantor: Makefile distinfo x11/kde4/cantor/patches: patch-cmake_FindLibSpectre_cmake patch-cmake_FindLuaJIT_cmake patch-src_CMakeLists_txt patch-src_backends_R_CMakeLists_txt patch-src_backends_R_rserver_CMakeLists_txt patch-src_backends_R_rserver_rcallbacks_cpp patch-src_backends_lua_luaexpression_cpp patch-src_backends_lua_luahelper_cpp patch-src_backends_lua_luasession_h patch-src_backends_python2_python2extensions_cpp x11/kde4/cantor/pkg: DESCR PLIST Log message: remove KDE4 cantor Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/05 02:22:48 Removed files: databases/postgresql-plv8: Makefile distinfo databases/postgresql-plv8/patches: patch-plv8_cc patch-plv8_func_cc patch-plv8_type_cc databases/postgresql-plv8/pkg: DESCR PLIST Log message: Remove postgresql-plv8 The version in-tree is very old and requires significant work to support new major versions of PostgreSQL. The newer versions use much different build system that I wasn't able to get working. Anyone is welcome to readd this if they are able to get it working and are willing to maintain it. OK pea@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:22:50 Removed files: x11/kde4/analitza: Makefile distinfo x11/kde4/analitza/pkg: DESCR PLIST Log message: remove KDE4 analitza Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:23:21 Removed files: x11/kde4/kalgebra: Makefile distinfo x11/kde4/kalgebra/pkg: DESCR PLIST Log message: remove KDE4 kalgebra Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:24:15 Removed files: x11/kde4/kanagram: Makefile distinfo x11/kde4/kanagram/patches: patch-CMakeLists_txt x11/kde4/kanagram/pkg: DESCR PLIST Log message: remove KDE4 kanagram Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:24:33 Removed files: x11/kde4/kbruch: Makefile distinfo x11/kde4/kbruch/pkg: DESCR PLIST Log message: remove KDE4 kbruch Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/05 02:24:45 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Mark postgresql-plv8 as obsolete CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:24:54 Removed files: x11/kde4/kgeography: Makefile distinfo x11/kde4/kgeography/pkg: DESCR PLIST Log message: remove KDE4 kgeography Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:25:23 Removed files: x11/kde4/khangman: Makefile distinfo x11/kde4/khangman/pkg: DESCR PLIST Log message: remove KDE4 khangman Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:25:42 Removed files: x11/kde4/kig : Makefile distinfo x11/kde4/kig/pkg: DESCR PLIST Log message: remove KDE4 kig Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:26:02 Removed files: x11/kde4/kiten : Makefile distinfo x11/kde4/kiten/pkg: DESCR PLIST Log message: remove KDE4 kiten Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:26:21 Removed files: x11/kde4/klettres: Makefile distinfo x11/kde4/klettres/pkg: DESCR PLIST Log message: remove KDE4 klettres Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:26:40 Removed files: x11/kde4/kmplot: Makefile distinfo x11/kde4/kmplot/patches: patch-kmplot_view_cpp x11/kde4/kmplot/pkg: DESCR PLIST Log message: remove KDE4 kmplot Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:27:15 Removed files: x11/kde4/kstars: Makefile distinfo x11/kde4/kstars/patches: patch-kstars_skycomponents_supernovaecomponent_cpp x11/kde4/kstars/pkg: DESCR PLIST Log message: remove KDE4 kstars Replaced by KDE5 version (astro/kstars) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/05 02:27:29 Modified files: emulators/higan: Makefile Added files: emulators/higan/patches: patch-libco_amd64_c patch-libco_x86_c Log message: Fix runtime crash by mmap'ing MAP_STACK memory. with assistance from deraadt@ ok stsp@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:27:57 Removed files: x11/kde4/marble: Makefile distinfo x11/kde4/marble/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_lib_astro_CMakeLists_txt patch-src_lib_marble_CMakeLists_txt patch-src_plugins_positionprovider_gpsd_GpsdPositionProviderPlugin_cpp patch-src_plugins_runner_kml_CMakeLists_txt patch-tests_CMakeLists_txt x11/kde4/marble/pkg: DESCR PLIST Log message: remove KDE4 marble Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:28:16 Removed files: x11/kde4/step : Makefile distinfo x11/kde4/step/pkg: DESCR PLIST Log message: remove KDE4 step Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:31:33 Removed files: x11/kde4/gwenview: Makefile distinfo x11/kde4/gwenview/patches: patch-lib_CMakeLists_txt patch-lib_document_loadingdocumentimpl_cpp patch-lib_thumbnailprovider_thumbnailgenerator_cpp x11/kde4/gwenview/pkg: DESCR PLIST Log message: remove KDE4 gwenview Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:31:57 Removed files: x11/kde4/ksaneplugin: Makefile distinfo x11/kde4/ksaneplugin/pkg: DESCR PLIST Log message: remove KDE4 ksaneplugin Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:32:35 Removed files: x11/kde4/libkdcraw: Makefile distinfo x11/kde4/libkdcraw/patches: patch-cmake_modules_FindKdcraw_cmake Log message: remove KDE4 libkdcraw Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:33:05 Removed files: x11/kde4/libkipi: Makefile distinfo x11/kde4/libkipi/patches: patch-tests_kxmlhelloworld_CMakeLists_txt Log message: remove KDE4 libkipi Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:33:57 Removed files: x11/kde4/libksane: Makefile distinfo x11/kde4/libksane/patches: patch-KSaneConfig_cmake_in x11/kde4/libksane/pkg: DESCR PLIST Log message: remove KDE4 libksane Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:34:23 Removed files: x11/kde4/okular: Makefile distinfo x11/kde4/okular/patches: patch-OkularConfig_cmake patch-cmake_modules_FindPoppler_cmake patch-shell_shell_cpp x11/kde4/okular/pkg: DESCR PLIST Log message: remove KDE4 okular Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/05 02:34:35 Modified files: www/mozilla-firefox/patches: patch-js_src_jit_ProcessExecutableMemory_cpp Log message: add links to upstream review/commit CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:36:04 Removed files: x11/kde4/dragon: Makefile distinfo x11/kde4/dragon/pkg: DESCR PLIST Log message: remove KDE4 dragon Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:39:55 Removed files: x11/kde4/kcron : Makefile distinfo x11/kde4/kcron/pkg: DESCR PLIST Log message: remove KDE4 kcron Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:40:18 Removed files: x11/kde4/ksystemlog: Makefile distinfo x11/kde4/ksystemlog/patches: patch-src_lib_globals_cpp patch-src_modes_apache_apacheConfiguration_h patch-src_modes_authentication_authenticationConfiguration_h patch-src_modes_cron_cronConfiguration_h patch-src_modes_daemon_daemonConfiguration_h patch-src_modes_postfix_postfixConfigurationWidget_h patch-src_modes_postfix_postfixConfiguration_h patch-src_modes_postfix_postfixLogMode_cpp patch-src_modes_system_systemConfiguration_h x11/kde4/ksystemlog/pkg: DESCR PLIST Log message: remove KDE4 ksystemloksystemlog Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:40:54 Removed files: x11/kde4/zeroconf-ioslave: Makefile distinfo x11/kde4/zeroconf-ioslave/pkg: DESCR PLIST Log message: remove KDE4 zeroconf-ioslave Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:41:15 Removed files: x11/kde4/cervisia: Makefile distinfo x11/kde4/cervisia/pkg: DESCR PLIST Log message: remove KDE4 cervisia Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:42:37 Removed files: x11/kde4/dolphin-plugins: Makefile distinfo x11/kde4/dolphin-plugins/pkg: DESCR PLIST Log message: remove KDE4 dolphin-plugins Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:43:06 Removed files: x11/kde4/kompare: Makefile distinfo x11/kde4/kompare/patches: patch-CMakeLists_txt x11/kde4/kompare/pkg: DESCR PLIST Log message: remove KDE4 kompare Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:43:45 Removed files: x11/kde4/libkomparediff2: Makefile distinfo x11/kde4/libkomparediff2/patches: patch-LibKompareDiff2Config_cmake_in x11/kde4/libkomparediff2/pkg: DESCR PLIST Log message: remove KDE4 libkomparediff2 Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:44:11 Removed files: x11/kde4/okteta: Makefile distinfo x11/kde4/okteta/patches: patch-kasten_controllers_test_commonparsertest_cpp patch-kasten_controllers_test_scriptvalueconvertertest_cpp x11/kde4/okteta/pkg: DESCR PLIST Log message: remove KDE4 okteta Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 02:44:50 Removed files: x11/kde4/umbrello: Makefile distinfo x11/kde4/umbrello/pkg: DESCR PLIST Log message: remove KDE4 umbrello Replaced by KDE5 version (x11/kde-applications) long time ago. Unhooked since OpenBSD 6.4/6.5. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/05 03:18:54 Modified files: x11/qt5 : Makefile.inc Makefile.version x11/qt5/qt3d : Makefile distinfo x11/qt5/qtbase : Makefile distinfo x11/qt5/qtbase/patches: patch-config_tests_openssl_openssl_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_cpp x11/qt5/qtcanvas3d: Makefile distinfo x11/qt5/qtcharts: Makefile distinfo x11/qt5/qtconnectivity: Makefile distinfo x11/qt5/qtdatavis3d: Makefile distinfo x11/qt5/qtdeclarative: Makefile distinfo x11/qt5/qtgamepad: Makefile distinfo x11/qt5/qtgraphicaleffects: Makefile distinfo x11/qt5/qtimageformats: Makefile distinfo x11/qt5/qtlocation: Makefile distinfo x11/qt5/qtmultimedia: Makefile distinfo x11/qt5/qtnetworkauth: Makefile distinfo x11/qt5/qtpurchasing: Makefile distinfo x11/qt5/qtquickcontrols: Makefile distinfo x11/qt5/qtquickcontrols2: Makefile distinfo x11/qt5/qtremoteobjects: Makefile distinfo x11/qt5/qtscript: Makefile distinfo x11/qt5/qtscxml: Makefile distinfo x11/qt5/qtsensors: Makefile distinfo x11/qt5/qtserialbus: Makefile distinfo x11/qt5/qtserialport: Makefile distinfo x11/qt5/qtspeech: Makefile distinfo x11/qt5/qtsvg : Makefile distinfo x11/qt5/qttools: Makefile distinfo x11/qt5/qttranslations: Makefile distinfo x11/qt5/qtvirtualkeyboard: Makefile distinfo x11/qt5/qtwebchannel: Makefile distinfo x11/qt5/qtwebsockets: Makefile distinfo x11/qt5/qtx11extras: Makefile distinfo x11/qt5/qtxmlpatterns: Makefile distinfo Log message: Update Qt to latest TLS version 5.9.8 Tested in an amd64 bulk build by naddy@ Thanks! multimedia/qtav was fixed. Docs is still broken but fixes are comming soon. Drop maintainer address because nobody controls the google mailing list openbsd-kde@googlegroups.com. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/05 04:58:25 Modified files: devel/proj : Makefile distinfo Log message: Update to proj 6.2.1 CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/05 05:05:34 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add test for cms in appstest.sh CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/05 05:07:42 Modified files: geo/gdal : Makefile distinfo geo/gdal/pkg : PLIST-python Log message: Update to gdal 3.0.2 CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/05 05:14:14 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Remove trailing space in appstest.sh CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/05 05:21:14 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: Update to xfce4-whiskermenu 2.3.4 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/05 07:11:04 Modified files: usr.sbin/pkg_add/OpenBSD: FwUpdate.pm Log message: Add ogx to fw_update. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/05 07:27:59 Modified files: share/man/man4/man4.octeon: Makefile Added files: share/man/man4/man4.octeon: ogx.4 ogxnexus.4 Log message: Add manual pages for ogx(4). CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/05 07:30:42 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/05 08:33:22 Modified files: textproc/elasticsearch: Makefile distinfo Log message: Update elasticsearch 7.4.1 -> 7.4.2 Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.4/release-notes-7.4.2.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/05 08:34:22 Modified files: sysutils/logstash: Makefile distinfo Log message: Update logstash 7.4.1 -> 7.4.2 No user facing changes in this release CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/05 08:35:33 Modified files: www/kibana : Makefile distinfo www/kibana/pkg : PLIST Log message: Update kibana 7.4.1 -> 7.4.2 Relase notes: https://www.elastic.co/guide/en/kibana/7.4/release-notes-7.4.2.html CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/05 08:38:05 Modified files: sbin/slaacd : engine.h Log message: Remove unused struct members, DNS proposals will be handled differently. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/05 08:43:18 Modified files: sbin/slaacd : engine.c frontend.c slaacd.c Log message: trailing whitespace CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/05 09:10:42 Modified files: www/ruby-unicorn: Makefile distinfo Log message: Update to unicorn 5.5.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/05 09:23:11 Modified files: audio/mscore : Makefile distinfo audio/mscore/patches: patch-CMakeLists_txt patch-mscore_CMakeLists_txt Log message: Update to musescore-3.3 Announcement page: https://musescore.org/en/3.3 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/05 10:53:17 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-configure patch-include_Makefile_in Removed files: net/openvpn/patches: patch-src_openvpn_ssl_openssl_c Log message: Update to openvpn-2.4.8 Release notes: https://openvpn.net/download/openvpn-2-4-8-released-on-2019-10-31/ Successful test report from gonzalo@ aside from my own testing. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/05 11:01:02 Log message: Import yq yq takes YAML input, converts it to JSON, and filters it through jq(1). No output conversion is done by default. Command line arguments are forwarded. yq exits 1 on YAML parsing errors, otherwise jq's exit code is forwarded. YAML tags in the input are ignored (any nested data is treated as untagged). Key order is preserved. xq behaves like yq but takes XML input. Multiple XML documents can be passed in separate files/streams. Entity expansion and DTD resolution is disabled to avoid XML parsing vulnerabilities. Feedback rsadowski kmos OK kmos Status: Vendor Tag: kn Release Tags: kn_20191105 N ports/textproc/yq/Makefile N ports/textproc/yq/distinfo N ports/textproc/yq/pkg/DESCR N ports/textproc/yq/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/05 11:01:51 Modified files: textproc : Makefile Log message: + yq CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/05 11:21:59 Modified files: devel/glib2/patches: patch-meson_build Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/05 11:29:26 Modified files: infrastructure/lib/DPB: Heuristics.pm Log message: explicit return CVSROOT: /cvs Module name: src Changes by: solene@cvs.openbsd.org 2019/11/05 12:03:47 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.sgi : login.conf etc/etc.sparc64: login.conf Log message: Add a default priority of 5 for user _pbuild, this should help keeping system responsive during packages compilation, especially on slower machines. feedback welcome from people building ports discussed with deraadt@ CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2019/11/05 12:18:30 Modified files: opensmtpd : index.html Log message: minor release 6.6.1 fixes many issues in the portable layer of opensmtpd to bring back support for most Linux distros, disregarding if Glibc or Musl or OpenSSL or LibreSSL. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/05 13:42:34 Modified files: devel/py-unicorn: Makefile devel/py-unicorn/patches: patch-src_Makefile Log message: py-unicorn: `-Bsymbolic-functions' linker option is not recognised by ld.bfd and breaks the build; use it only for LLD_ARCHS. OK jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/05 14:04:46 Modified files: net/cppzmq : Makefile distinfo Log message: update to cppzmq-4.5.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/05 15:20:52 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/05 15:26:53 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-3.34.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/05 15:30:28 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_allocator_shim_cc patch-base_base_paths_posix_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_files_file_util_posix_cc patch-base_process_process_handle_cc patch-base_process_process_handle_h patch-base_process_process_metrics_h patch-base_process_process_metrics_posix_cc patch-base_syslog_logging_cc patch-base_threading_platform_thread_h patch-build_config_BUILD_gn 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_content_browser_overlay_manifest_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_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_main_cc patch-chrome_browser_chrome_browser_main_linux_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_custom_handlers_protocol_handler_registry_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_extensions_BUILD_gn 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_internal_posix_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_webrtc_webrtc_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_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_prefs_browser_prefs_cc patch-chrome_browser_prefs_pref_service_incognito_whitelist_cc patch-chrome_browser_process_singleton_posix_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_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_sharing_click_to_call_feature_cc patch-chrome_browser_sharing_click_to_call_feature_h patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_task_manager_sampling_task_group_h patch-chrome_browser_task_manager_sampling_task_manager_impl_cc patch-chrome_browser_tracing_crash_service_uploader_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_libgtkui_print_dialog_gtk_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_toolbar_app_menu_model_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_system_menu_model_builder_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_settings_localized_strings_provider_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_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_test_BUILD_gn patch-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_autofill_experiments_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_crash_content_app_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_metrics_BUILD_gn patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-components_storage_monitor_BUILD_gn patch-content_app_content_main_runner_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_renderer_host_pepper_pepper_file_io_host_cc patch-content_browser_renderer_host_render_message_filter_cc patch-content_browser_renderer_host_render_message_filter_h patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_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_webui_shared_resources_data_source_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_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_context_cc patch-content_utility_utility_blink_platform_with_sandbox_support_impl_cc patch-content_utility_utility_main_cc patch-device_gamepad_gamepad_provider_cc patch-extensions_common_api__permission_features_json patch-extensions_common_feature_switch_cc 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_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_content_browser_client_cc patch-headless_lib_browser_headless_content_browser_client_h patch-headless_lib_browser_headless_request_context_manager_cc patch-ipc_ipc_message_utils_h patch-media_BUILD_gn patch-media_audio_audio_thread_impl_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_linux_v4l2_capture_delegate_cc patch-media_capture_video_video_capture_buffer_pool_impl_cc patch-media_capture_video_video_capture_device_client_cc patch-media_mojo_services_gpu_mojo_media_client_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_base_network_change_notifier_cc patch-net_base_network_change_notifier_posix_cc patch-net_dns_dns_util_cc patch-net_proxy_resolution_proxy_resolution_service_cc patch-net_tools_quic_quic_http_proxy_backend_cc patch-net_url_request_url_request_context_builder_cc patch-pdf_pdfium_pdfium_engine_cc patch-remoting_host_it2me_it2me_native_messaging_host_main_cc patch-remoting_host_remoting_me2me_host_cc patch-services_audio_audio_sandbox_hook_linux_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_service_manager_embedder_main_cc patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_h 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_third_party_vulkan-loader_BUILD_gn patch-third_party_blink_renderer_core_html_forms_internal_popup_menu_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_fonts_font_cache_h patch-third_party_boringssl_BUILD_generated_gni patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock_h patch-third_party_perfetto_include_perfetto_base_build_config_h 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_swiftshader_BUILD_gn patch-third_party_swiftshader_src_OpenGL_libEGL_Display_cpp patch-third_party_swiftshader_src_OpenGL_libEGL_Surface_cpp patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_webrtc_rtc_base_BUILD_gn patch-third_party_webrtc_webrtc_gni patch-tools_json_schema_compiler_model_py patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_gfx_BUILD_gn patch-ui_gfx_ipc_gfx_param_traits_macros_h 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_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_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_corewm_tooltip_aura_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_h patch-ui_views_window_dialog_delegate_cc patch-ui_webui_resources_js_icon_js patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_utils_random-number-generator_cc patch-v8_src_common_globals_h www/chromium/pkg: PFRAG.component Added files: www/chromium/patches: patch-base_allocator_allocator_gni patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_features_h patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_h patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_web_applications_extensions_bookmark_app_finalizer_utils_cc patch-chromecast_media_base_monotonic_clock_cc patch-content_browser_ppapi_plugin_process_host_cc patch-content_browser_utility_process_host_cc patch-device_gamepad_hid_writer_linux_cc patch-gpu_command_buffer_service_external_vk_image_backing_h patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-remoting_host_host_main_cc patch-remoting_host_switches_cc patch-remoting_host_switches_h patch-remoting_resources_remoting_strings_grd patch-third_party_blink_renderer_modules_mediastream_processed_local_audio_source_cc patch-third_party_perfetto_gn_perfetto_gni patch-third_party_swiftshader_src_Yarn_Thread_cpp patch-ui_gfx_mojom_buffer_types_mojom_traits_cc patch-ui_gfx_mojom_buffer_types_mojom_traits_h patch-ui_platform_window_platform_window_delegate_h patch-ui_platform_window_platform_window_init_properties_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_shell_app_shell_main_cc Removed files: www/chromium/patches: patch-build_config_allocator_gni patch-chrome_browser_extensions_bookmark_app_extension_util_cc patch-chrome_browser_media_webrtc_webrtc_logging_handler_host_cc patch-chrome_browser_media_webrtc_webrtc_logging_handler_host_h patch-chrome_browser_speech_tts_message_filter_cc patch-components_services_filesystem_file_system_app_cc patch-content_browser_builtin_service_manifests_cc patch-content_browser_service_manager_service_manager_context_cc patch-content_renderer_media_stream_processed_local_audio_source_cc patch-media_capture_video_shared_memory_handle_provider_cc patch-media_capture_video_shared_memory_handle_provider_h patch-media_mojo_interfaces_video_frame_struct_traits_cc patch-printing_backend_print_backend_cups_h patch-services_audio_service_factory_cc patch-services_content_simple_browser_simple_browser_service_cc patch-services_content_simple_browser_simple_browser_service_h patch-ui_gfx_mojo_buffer_types_struct_traits_cc patch-ui_gfx_mojo_buffer_types_struct_traits_h Log message: update to 78.0.3904.87 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/11/05 19:44:12 Modified files: comms/gammu : Makefile distinfo comms/gammu/patches: patch-CMakeLists_txt patch-tests_atgen_CMakeLists_txt comms/gammu/pkg: PLIST Removed files: comms/gammu/patches: patch-utils_gammu-config Log message: update to gammu-1.41.0 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/11/05 20:20:08 Modified files: . : hackathons.html Log message: improve p2k19 details CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/05 20:51:26 Modified files: sys/net : if.c if_aggr.c if_bpe.c if_bridge.c if_bridge.h if_gre.c if_pfsync.c if_switch.c if_switch.h if_tpmr.c if_trunk.c if_trunk.h if_var.h if_vlan.c if_vxlan.c sys/netinet : ip_carp.c Log message: replace the hooks used with if_detachhooks with a task list. the main semantic change is that things registering detach hooks have to allocate and set a task structure that then gets added to the list. this means if the task is allocated up front (eg, as part of carps softc or bridges port structure), it avoids the possibility that adding a hook can fail. a lot of drivers weren't checking for failure, and unwinding state in the event of failure in other parts was error prone. while doing this i discovered that the list operations have to be in a particular order, but drivers weren't doing that consistently either. this diff wraps the list ops up so you have to seriously go out of your way to screw them up. ive also sprinkled some NET_ASSERT_LOCKED around the list operations so we can make sure there's no potential for the list to be corrupted, especially while it's being run. hrvoje popovski has tested this a bit, and some issues he discovered have been fixed. ok sashan@ CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2019/11/05 22:25:13 Modified files: devel/valgrind : Makefile devel/valgrind/patches: patch-coregrind_link_tool_exe_openbsd_in patch-coregrind_m_aspacemgr_aspacemgr-linux_c patch-coregrind_m_initimg_initimg-openbsd_c patch-coregrind_m_transtab_c Added files: devel/valgrind/patches: patch-coregrind_m_mallocfree_c Removed files: devel/valgrind/patches: patch-coregrind_m_scheduler_scheduler_c patch-coregrind_pub_core_transtab_h Log message: Delete mmap(PROT_WRITE) from the memory area of the execution code of the target program. CVSROOT: /cvs Module name: xenocara Changes by: mglocker@cvs.openbsd.org 2019/11/05 22:46:51 Modified files: app/video : video.c Log message: Tested a Logitech Webcam C930e which has 17 frame sizes but video(1) only supports 16 today. Bump the array to 32 which makes 1920x1080 work on this device as well. OK deraadt CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2019/11/05 22:49:23 Modified files: share/man/man4 : uvideo.4 Log message: Logitech Webcam C930e works. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/06 00:02:03 Modified files: geo/qgis/patches: patch-src_core_CMakeLists_txt Log message: add links to llvm & qt bug reports related to loong build times for qgscoordinatereferencesystem CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/06 00:04:03 Modified files: usr.sbin/rpki-client: tal.c Log message: If tal_parse_buffer() fails return early because the code that follows will try to access the NULL tal pointer. Reported by Alexandre Hamada CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/06 00:19:45 Modified files: regress/usr.sbin/rpki-client: test-tal.c Log message: Cleanup code a bit, make sure the tal parse buffer is allways freed. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/06 00:30:08 Modified files: sys/ddb : db_command.c db_examine.c db_expr.c db_extern.h db_input.c db_interface.h db_output.c db_run.c db_run.h db_trap.c Log message: Substitute boolean_t/TRUE/FALSE by int/1/0. ok dlg@, jasper@, anton@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/06 00:32:10 Modified files: sys/arch/hppa/hppa: db_disasm.c sys/arch/sparc64/include: db_machdep.h sys/arch/sparc64/sparc64: db_disasm.c db_interface.c db_trace.c Log message: ANSIfy functions and get rid of boolean_t. ok dlg@, jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/06 00:34:35 Modified files: sys/arch/i386/i386: db_disasm.c db_interface.c db_mp.c db_trace.c sys/arch/amd64/amd64: db_disasm.c db_interface.c db_trace.c Log message: Substitute boolean_t/TRUE/FALSE by int/1/0. ok dlg@, jasper@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/06 01:18:11 Modified files: usr.sbin/rpki-client: tal.c Log message: The memory returned by realloc(NULL, ...) is uninitalized. Therefore make sure that on the first round the buffer is set to an empty string so that strlcat() works correctly. Also check for strlcat() overflow and error out in case it happens. Found by infrequent regress test failures. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/06 01:29:03 Modified files: usr.sbin/rpki-client: tal.c Log message: For now ignore https:// URI in tal files. rpki-client only does rsync. Problem reported by Alexandre Hamada CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/06 01:54:31 Modified files: x11/qt5/qtwebkit: Makefile x11/qt5/qtwebkit-examples: Makefile Log message: missing bumps after MAINTAINER change CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/06 01:57:30 Modified files: multimedia/qtav: Makefile Log message: missing bump for PLIST change after Qt 5.9.8 update CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/06 02:35:50 Modified files: devel/lpeg : Makefile distinfo devel/lpeg/patches: patch-makefile Log message: Update lpeg to 1.0.2. OK kn@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/06 02:53:47 Modified files: infrastructure/lib/DPB: Engine.pm Roach.pm SubEngine.pm infrastructure/lib/DPB/SubEngine: Roach.pm Log message: deal with tofetch always being defined, noticed by Nigel Taylor CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/06 03:07:56 Log message: Import clang-tools-extra 8.0.1 The clang-tools-extra contains helpful developer tools using Clang's tooling API. This port is more or less a copy from devel/llvm and it tries to package the clang extra tools without increasing the complexity of devel/llvm. Requested by many. Tested by otto@. Tweaks and OK jca@ (Thanks a lot!) Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191106 N ports/devel/clang-tools-extra/Makefile N ports/devel/clang-tools-extra/distinfo N ports/devel/clang-tools-extra/Makefile.rsadowski N ports/devel/clang-tools-extra/patches/patch-cmake_modules_HandleLLVMOptions_cmake N ports/devel/clang-tools-extra/patches/patch-include_llvm_BinaryFormat_Dwarf_def N ports/devel/clang-tools-extra/patches/patch-include_llvm_CodeGen_AsmPrinter_h N ports/devel/clang-tools-extra/patches/patch-include_llvm_CodeGen_MachineFrameInfo_h N ports/devel/clang-tools-extra/patches/patch-include_llvm_CodeGen_Passes_h N ports/devel/clang-tools-extra/patches/patch-include_llvm_CodeGen_ReturnProtectorLowering_h N ports/devel/clang-tools-extra/patches/patch-include_llvm_CodeGen_TargetFrameLowering_h N ports/devel/clang-tools-extra/patches/patch-include_llvm_Config_llvm-config_h_cmake N ports/devel/clang-tools-extra/patches/patch-lib_CodeGen_CMakeLists_txt N ports/devel/clang-tools-extra/patches/patch-include_llvm_InitializePasses_h N ports/devel/clang-tools-extra/patches/patch-include_llvm_MC_MCAsmInfoELF_h N ports/devel/clang-tools-extra/patches/patch-lib_CodeGen_AsmPrinter_AsmPrinter_cpp N ports/devel/clang-tools-extra/patches/patch-lib_CodeGen_PrologEpilogInserter_cpp N ports/devel/clang-tools-extra/patches/patch-lib_CodeGen_ReturnProtectorLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_CodeGen_ReturnProtectorPass_cpp N ports/devel/clang-tools-extra/patches/patch-lib_CodeGen_TargetLoweringBase_cpp N ports/devel/clang-tools-extra/patches/patch-lib_CodeGen_TargetPassConfig_cpp N ports/devel/clang-tools-extra/patches/patch-lib_MC_MCAsmInfoELF_cpp N ports/devel/clang-tools-extra/patches/patch-lib_MC_MCELFStreamer_cpp N ports/devel/clang-tools-extra/patches/patch-lib_MC_MCParser_AsmParser_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_AArch64AsmPrinter_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_AArch64FrameLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_AArch64FrameLowering_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_AArch64ISelLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_AArch64InstrInfo_td N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_AArch64ReturnProtectorLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_AArch64ReturnProtectorLowering_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_CMakeLists_txt N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_AArch64Subtarget_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_AArch64_CMakeLists_txt N ports/devel/clang-tools-extra/patches/patch-lib_Target_Mips_AsmParser_MipsAsmParser_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_Mips_MCTargetDesc_MipsTargetStreamer_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_Mips_Mips64InstrInfo_td N ports/devel/clang-tools-extra/patches/patch-lib_Target_Mips_MipsAsmPrinter_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_Mips_MipsISelLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_Mips_MipsInstrInfo_td N ports/devel/clang-tools-extra/patches/patch-lib_Target_Mips_MipsTargetStreamer_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_PowerPC_PPCISelLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_PowerPC_PPCSubtarget_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_Sparc_SparcAsmPrinter_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_Sparc_SparcISelLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_MCTargetDesc_X86AsmBackend_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86AsmPrinter_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86FixupGadgets_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86FrameLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86FrameLowering_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86InstrCompiler_td N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86MCInstLower_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86MachineFunctionInfo_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86RegisterInfo_td N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86ReturnProtectorLowering_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86ReturnProtectorLowering_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86Subtarget_h N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86TargetMachine_cpp N ports/devel/clang-tools-extra/patches/patch-lib_Target_X86_X86_td N ports/devel/clang-tools-extra/patches/patch-tools_clang_include_clang_Sema_Sema_h N ports/devel/clang-tools-extra/patches/patch-lib_Transforms_Scalar_LoopIdiomRecognize_cpp N ports/devel/clang-tools-extra/patches/patch-test_Assembler_debug-variant-discriminator_ll N ports/devel/clang-tools-extra/patches/patch-tools_clang_include_clang_AST_FormatString_h N ports/devel/clang-tools-extra/patches/patch-tools_clang_include_clang_Basic_CodeGenOptions_def N ports/devel/clang-tools-extra/patches/patch-tools_clang_include_clang_Basic_DiagnosticSemaKinds_td N ports/devel/clang-tools-extra/patches/patch-tools_clang_include_clang_Driver_CC1Options_td N ports/devel/clang-tools-extra/patches/patch-tools_clang_include_clang_Driver_Options_td N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_AST_FormatString_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Basic_Targets_Mips_h N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Basic_Targets_X86_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Basic_Targets_X86_h N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_CodeGen_CGCall_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Driver_ToolChains_Arch_AArch64_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Driver_ToolChains_Arch_Sparc_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Driver_ToolChains_Arch_X86_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Driver_ToolChains_Clang_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Driver_ToolChains_Gnu_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Driver_ToolChains_OpenBSD_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Driver_ToolChains_OpenBSD_h N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Frontend_CompilerInvocation_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Sema_SemaChecking_cpp N ports/devel/clang-tools-extra/patches/patch-tools_clang_lib_Sema_SemaDeclAttr_cpp N ports/devel/clang-tools-extra/pkg/DESCR N ports/devel/clang-tools-extra/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/06 03:09:52 Removed files: devel/clang-tools-extra: Makefile.rsadowski Log message: .rsadowski is not .orig, that was too much CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/06 03:10:48 Modified files: devel : Makefile Log message: +clang-tools-extra CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/06 03:19:15 Modified files: archivers/zstd : Makefile distinfo archivers/zstd/patches: patch-lib_Makefile Added files: archivers/zstd/patches: patch-tests_playTests_sh Log message: Update to zstd-1.4.4. Changelog: https://github.com/facebook/zstd/blob/v1.4.4/CHANGELOG Bumped minor of SHARED_LIBS as symbols have been added. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/06 03:24:55 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-content_child_child_process_sandbox_support_impl_linux_cc Log message: merge upstream commit to silence missing font warnings: commit 2b580e805103141bb1d9da1e120db17911a14c49 Author: Dominik R_ttsches Date: Mon Sep 30 19:42:18 2019 +0000 Remove noisy error log for failing to find font fallback CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/06 03:27:36 Modified files: sysutils/rancid: Makefile distinfo sysutils/rancid/patches: patch-Makefile_in patch-configure patch-etc_Makefile_in patch-share_Makefile_in sysutils/rancid/pkg: PLIST Log message: Update rancid 3.9 -> 3.10 Changelog: https://www.shrubbery.net/rancid/CHANGES CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/06 03:28:58 Modified files: regress/lib/libssl/handshake: Makefile Log message: use curly braces for consistency CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/06 03:35:40 Modified files: usr.bin/openssl: req.c Log message: Add -addext option to openssl(1) req subcommand First step of adding -addext option to openssl(1) req from OpenSSL 1.1.1d. ok jsing@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/06 04:16:16 Modified files: usr.bin/openssl: req.c Log message: Check return value and remove unnecessary variable - Check NCONF_new() return value - Remove unnecessary 'i' comments from jsing@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/06 04:34:37 Modified files: sbin/dhclient : kroute.c Log message: Correct the logic deciding when to write resolv.conf. Fixes switching back to wifi relevant resolv.conf when wired interface loses link. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 05:04:52 Modified files: net/gpodder : Makefile distinfo net/gpodder/pkg: PLIST Log message: update to gpodder-3.10.11, from maintainer CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/06 05:14:19 Modified files: sbin/dhclient : dhclient.c Log message: No need to write resolv.conf after deciding to get a new lease, or after deciding to terminate or when AUTOCONF4 is not set. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/06 05:21:06 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-bridges_Library_cpp_uno_mk patch-configure patch-external_libvisio_ExternalProject_libvisio_mk patch-vcl_qt5_Qt5Instance_cxx editors/libreoffice/pkg: PLIST-java PLIST-main Log message: update to 6.3.3.2 and fix packaging for the no_java flavor CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/11/06 05:31:08 Modified files: graphics/pdf2djvu: Makefile distinfo Removed files: graphics/pdf2djvu/patches: patch-sys-uuid_cc Log message: Update to pdf2djvu-0.9.14. Unbreaks the build with upcoming poppler-0.82.0. ok juanfra@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/06 05:45:45 Modified files: shells/nsh : Makefile shells/nsh/patches: patch-MANUAL Added files: shells/nsh/patches: patch-commands_c patch-sysctl_c Log message: sync with removal of mobileip(4) and update manual; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/06 05:46:00 Modified files: lang/mawk : Makefile distinfo Log message: Update to mawk-1.3.4-20190203 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/11/06 05:49:50 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: mention in tcpdump(8) description of -i that one can use either a network or a USB device. ok mpi CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/06 05:56:30 Modified files: x11/qt5/docs : Makefile distinfo Log message: Unbreak fetching distfiles qt5/docs may be marked BROKEN, dpb(1) will still try to download its distfiles. I have checked that the checksums match other ports under x11/qt5. While here, also clean up REVISION as noted by sthen@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 06:05:49 Modified files: www/nginx : Makefile distinfo Added files: www/nginx/patches: patch-ngx_http_geoip2_module_config www/nginx/pkg : DESCR-geoip2 PLIST-geoip2 Log message: - build the ngx_http_geoip2 module for nginx to use libmaxminddb/GeoIP2 (can be used instead of the geoip module which uses databases which aren't supported any more) - use a simpler construct to fetch the additional github distfiles, use https homepage while there ok robert@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/06 06:21:51 Modified files: cad/openscad : Makefile cad/openscad/patches: patch-openscad_pro Log message: Unbreak openscad by not fetching hidapi. While here: - Switch to HTTPS - Regen WANTLIB - Remove math/double-conversion from BUILD_DEPENDS because it's in LIB_DEPENDS. - Remove base-gcc from COMPILER. We need a C++11 compiler to build openscad CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/06 06:35:25 Modified files: usr.sbin/ntpd : ntpd.conf.5 parse.y Log message: Allow the singular constraint clause to list multiple addresses; ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/06 06:51:47 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: Update to 7.67.0. No known security fixes. Adds --no-progress-meter option to curl command. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/06 06:55:44 Modified files: sys/dev/pci : if_iwm.c if_iwn.c sys/net80211 : ieee80211.c ieee80211_proto.c ieee80211_var.h Log message: Raise net80211's "beacon miss" threshold to avoid frequent re-connects to APs that are relatively far away and suffer some packet loss. The former threshold was 7 beacons (about 700 ms). This raises the threshold to 30 beacons (about 3 seconds). Should still be good enough for detecting APs that have disappeared, and makes wifi networks provided by the University of Bucharest more reliable in the p2k19 hackroom. While here, make 'ifconfig iwm0/iwn0 debug' print an obvious message when we believe that the AP has disappeared. Problem reported and fix tested by landry@ / pirofti@ ok mpi@ sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/06 07:01:38 Modified files: infrastructure/lib/DPB: PkgPath.pm Log message: explain this CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/06 07:06:47 Modified files: infrastructure/lib/DPB: Distfile.pm Log message: do more specific messages when the file is completely missing from distinfo vs when it's missing parts CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/06 07:19:59 Modified files: sbin/unwind : parse.y unwind.conf.5 unwind.h usr.sbin/unwindctl: parser.c parser.h unwindctl.c Log message: Rename "asr" to "stub" in user visible parts. More people know what a "stub" resolver is then asr. Pointed out by & discussed with deraadt Input & OK otto CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/06 07:21:54 Modified files: infrastructure/lib/DPB: Distfile.pm Fetch.pm Log message: pass actual distinfo filename through for even longer error messages CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/06 07:33:05 Modified files: devel/kdevelop : Makefile distinfo Log message: Bugfix update kdevelop to 5.4.4 Chnagelog: https://www.kdevelop.org/news/kdevelop-544-released While here add devel/clang-tools-extra as build-/runtime-dependency to enable ClangTidy support. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/06 07:47:25 Modified files: infrastructure/lib/DPB: Engine.pm Grabber.pm PkgPath.pm Log message: tweak the fatal error interface slightly - add the space directly in log_no_ts - have break create a broken list instead of a single message - pass an actual list 'unchanged' to add_fatal make it become a single line and clamp it for log_no_ts, as the full message (multi-line) ends up in the individual log file CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/06 07:48:04 Modified files: net : Makefile Removed files: net/py-GeoIP : Makefile distinfo net/py-GeoIP/pkg: DESCR PLIST Log message: Remove net/py-GeoIP. The GeoIP/GeoLite databases are now legacy [1], so this module is not useful anymore. Nothing in the ports tree uses it. [1] https://blog.maxmind.com/2018/01/02/discontinuation-of-the-geolite-legacy-databases/ OK sthen@, benoit@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/06 07:51:22 Modified files: sys/net : rtsock.c Log message: Fix RTA_DNS checks: Do not overwrite the address family, we need to know if this is IPv4 or IPv6 to parse the message. Nameservers are IP addresses, not NUL-terminated strings. Check that the length is a multiple of the length of an IP address. OK krw CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/06 07:52:06 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal py-GeoIP. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/06 07:52:35 Modified files: sys/dev/pci : if_iwn.c Log message: Make iwn(4) flush remaining frames on the Tx aggregation queue when Tx aggregation is stopped. Fixes a bug where outstanding frames on the aggregation queue interfere with roaming to another AP. net80211 will only roam once all outstanding frames destined for the old AP have been sent, i.e. once that AP node's Tx refcount goes to 0. Any outstanding frames sitting in the Tx aggregation queue, waiting to be ACKed, will keep this refcount above zero. To make roaming work reliably in combination with Tx aggregation, the driver must ensure that ieee80211_release_node() gets called for each frame on the queue when Tx aggregation is stopped. Problem observed by tobhe@ Fix tested + ok tobhe@ jca@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 07:54:39 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.329. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 08:01:18 Log message: import net/dsvpn (a nice simple little command-line vpn from Frank Denis with very simple config), ok landry@ DSVPN is a Dead Simple VPN, designed to address the most common use case for using a VPN: client -> untrusted network -> vpn server -> the Internet * Runs on TCP. Works pretty much everywhere, including on public WiFi where only TCP/443 is open or reliable. * Uses only modern cryptography, with formally verified implementations. * Low and constant memory footprint. * Small (~25 KB), with an equally small and readable code base. No external dependencies. * No configuration file. No post-configuration. Run a single-line command on the server, a similar one on the client and you're done. No firewall and routing rules to manually mess with. * Works with Linux, MacOS and OpenBSD, as well as DragonFly BSD, FreeBSD and NetBSD in client and point-to-point modes. * Doesn't leak between reconnects if the network doesn't change. Blocks IPv6 on the client to prevent IPv6 leaks. Status: Vendor Tag: sthen Release Tags: sthen_20191106 N ports/net/dsvpn/Makefile N ports/net/dsvpn/distinfo N ports/net/dsvpn/patches/patch-Makefile N ports/net/dsvpn/pkg/DESCR N ports/net/dsvpn/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 08:01:54 Modified files: net : Makefile Log message: +dsvpn CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/11/06 08:04:23 Modified files: devel/subversion: Makefile distinfo devel/subversion/patches: patch-Makefile_in Log message: Update to Subversion 1.13.0 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/06 08:12:46 Modified files: infrastructure/lib/DPB: Distfile.pm Log message: create also takes the full @r list, so take fname into account sorry for the breakage CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 08:13:52 Modified files: net/dsvpn : Makefile Log message: add a comment to say that this uses pledge; pointed out by rsadowski CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/06 08:15:57 Modified files: net/libmaxminddb: Makefile distinfo Log message: Update GeoLite2 databases to latest version. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/06 08:18:53 Modified files: sys/net : rtsock.c Log message: Pull break into ifdef; noticed by bluhm who also OK'ed the previous commit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 08:21:39 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-makefile Log message: Update to amazon-ssm-agent-2.3.756.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 08:25:30 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk-2.26.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 08:26:46 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_6 Makefile distinfo Log message: Bug fix update to webkitgtk4-2.26.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 08:35:24 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-270.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 08:55:57 Modified files: devel/py-six : Makefile distinfo Log message: update to py-six-1.13.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 09:01:18 Modified files: www/py-bokeh : Makefile distinfo www/py-bokeh/pkg: PLIST Log message: Update to py3-bokeh-1.4.0. - python3 only now, so drop the FLAVOR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 09:01:42 Modified files: www : Makefile Log message: -py-bokeh,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 09:01:59 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.4.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 09:02:10 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-0.10.1. CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2019/11/06 09:16:17 Modified files: faq : current.html Log message: unwind: asr -> stub CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/06 09:16:23 Modified files: sysutils/riemann: Makefile distinfo Log message: Update riemann 0.3.1 -> 0.3.4 Changelog: https://github.com/riemann/riemann/blob/master/CHANGELOG.md CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/06 09:19:52 Modified files: games/xmoto : Makefile games/xmoto/patches: patch-src_VTexture_h patch-src_drawlib_DrawLibOpenGL_cpp patch-src_include_xm_hashmap_h Log message: xmoto: use upstream fix for the fonts display issue on base-clang archs, so it builds on base-gcc archs again. Also drop COMPILER line, despite COMPILER_LIBCXX being in WANTLIB; it builds fine with base-gcc. Tested on sparc64 by kirby@, macppc by me, and amd64 by the both of us. OK kirby@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/06 09:26:24 Modified files: etc : rc Log message: we have emergency entropy injection code in rc, for if the bootblocks and other methods failed to inject/churn the rng enough. Move it up far earlier. ok naddy sthen kettenis CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/06 09:26:33 Modified files: sbin/unwind : unwind.h Log message: Move control socket to /dev like slaacd(8) is doing to be able to start unwind earlier, before /var is mounted. discussed with deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 09:31:59 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-mailgun: Makefile distinfo sysutils/terraform/provider-opsgenie: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/06 09:36:11 Modified files: infrastructure/lib/DPB: Heuristics.pm infrastructure/lib/DPB/Heuristics: FetchQueue.pm Log message: reorg the code a bit, explain what's going on. ditch old stuff for ETA that doesn't work at all rename "measure" to the less vague "full_weight" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 09:49:21 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.13.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 09:49:32 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/06 09:49:54 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.274. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 09:50:57 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot/py-acme 0.40.0 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/06 09:51:11 Modified files: sbin/unwind : resolver.c Log message: useless debug output CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/06 10:12:15 Modified files: x11/qt5/docs : Makefile x11/qt5/docs/pkg: PLIST-html Log message: unbreak qt5-docs Renew the MASTER_SITES for qtwebkit OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 10:23:22 Log message: import cad/oce, from Tracey Emery, ok bentley@ (small tweak from me, drop MODTCL_WANTLIB as MODTK_WANTLIB already includes it). OCE is a C++ 3D modeling library. It can be used to develop CAD/CAM softwares, for instance FreeCad or IfcOpenShell. OCE stands for opencascade community edition. This project aims at gathering patches/ changes/ improvements from the OCC community. Official OCCT documentation and sources are available at http://www.opencascade.org/, you can also check their development portal at http://dev.opencascade.org. Status: Vendor Tag: sthen Release Tags: sthen_20191106 N ports/cad/oce/Makefile N ports/cad/oce/distinfo N ports/cad/oce/patches/patch-src_OSD_OSD_MemInfo_cxx N ports/cad/oce/patches/patch-src_StepFile_recfile_pc N ports/cad/oce/pkg/DESCR N ports/cad/oce/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/06 10:23:54 Modified files: cad : Makefile Log message: +oce CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/06 12:04:12 Modified files: etc : ntpd.conf Log message: Perform contraint validation against 9.9.9.9 and 2620:fe::fe also (which avoids DNS lookups entirely, but yes this https is correctly validated) long discussions with otto, florian, and the quad9 crew. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/06 12:16:48 Modified files: sys/kern : subr_kubsan.c Log message: Use atomic operations consistently while writing to kubsan_slot. Otherwise, reports might go by unnoticed. Prodded by and ok visa@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2019/11/06 13:25:15 Modified files: sys/dev/usb : uts.c udl.c Log message: Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUP and IOCPARM_LEN macros types. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/06 14:05:45 Modified files: usr.sbin/acme-client: dnsproc.c Log message: Give acme-client a chance to work on IPv6 only hosts by using the AI_ADDRCONFIG flag for getaddrinfo to only return addresses for a configured address family. Implementing a loop over all IPs is left as an exercise to the reader. Reported some time ago by kasimov.an AT gmail on bugs@, thanks! oh boy deraadt@ OK benno@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/07 00:11:25 Modified files: usr.bin/tmux : cmd-send-keys.c tmux.1 window-copy.c Log message: Add -F flag to send-keys to expand formats in search-backward and forward copy mode commands, this makes it easier to use the cursor_word and cursor_line formats. From Anindya Mukherjee in GitHub issue 1964. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/07 00:36:32 Modified files: sys/net : bridgestp.c if.c if_aggr.c if_bpe.c if_bridge.h if_gre.c if_pfsync.c if_tpmr.c if_trunk.c if_trunk.h if_var.h if_vlan.c if_vxlan.c sys/netinet : ip_carp.c Log message: turn the linkstate hooks into a task list, like the detach hooks. this is largely mechanical, except for carp. this moves the addition of the carp link state hook after we're committed to using the new interface as a carpdev. because the add can't fail, we avoid a complicated unwind dance. also, this tweaks the carp linkstate hook so it only updates the relevant carp interface, not all of the carpdevs on the parent. hrvoje popovski has tested an early version of this diff and it's generally ok, but there's some splasserts that this diff fires that i'll fix in an upcoming diff. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/07 00:43:14 Modified files: sysutils/ruby-puppet-lint: Makefile distinfo Log message: simple update 2.4.1 -> 2.4.2 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/07 01:03:18 Modified files: sys/net : if.c Log message: serialise hook adds and dels with a mutex instead of an implicit NET_LOCK. i had NET_ASSERT_LOCKED() in the hook add and remove operations, because that's what's held when the hooks are run. some callers do not hold the NET_LOCK when calling them though, eg, bridge(4). aggr and tpmr used to not hold NET_LOCK while being destroyed, which also caused the asserts to fire, so i moved the port destroys inside NET_LOCK, but now I have deadlocks with some barrier calls. the hooks having their own lock means callers don't have to hold NET_LOCK and the list will stay sane. the code that runs the hooks gives up the mutex when calling the hook, but keeps track of where it's up to bey putting a cursor in the list. there's a single global mutex for all the interface linkstate and detach hooks, but this stuff isn't a hot path by any stretch of the imagination. based on (a lot of) testing by hrvoje popovski. thank you. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/07 01:07:17 Modified files: sys/net : if_aggr.c if_tpmr.c Log message: move the port destructor calls in clone destroy back out of NET_LOCK. it's no longer necessary to hold NET_LOCK to call interface hook adds or dels now, but it is necessary not to hold NET_LOCK when calling some barrier functions. found by hrvoje popovski CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/07 01:14:36 Modified files: devel/ruby-activesupport: Makefile distinfo Log message: simple update 6.0.0 -> 6.0.1 tighten dependency to zeitwerk CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/07 01:31:51 Modified files: devel/ruby-zeitwerk: Makefile distinfo Log message: simple update 2.2.0 -> 2.2.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/07 01:32:23 Modified files: devel/ruby-opt_parse_validator: Makefile distinfo Log message: simple update 1.8.0 -> 1.8.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/07 01:36:31 Modified files: devel/leatherman: Makefile distinfo Log message: Update 1.8.0 -> 1.9.0 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/07 01:38:38 Modified files: usr.bin/ssh : ssh-add.1 ssh-keygen.1 ssh-keygen.c ssh.1 ssh_config.5 sshd.8 sshd_config.5 usr.bin/ssh/ssh-sk-helper: Makefile Added files: usr.bin/ssh : ssh-sk-helper.8 Log message: Fill in missing man page bits for U2F security key support: Mention the new key types, the ~/.ssh/id_ecdsa_sk file, ssh's SecurityKeyProvider keyword, the SSH_SK_PROVIDER environment variable, and ssh-keygen's new -w and -x options. Copy the ssh-sk-helper man page from ssh-pkcs11-helper with minimal substitutions. ok djm@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/07 01:38:48 Modified files: sbin/unwind : unwind.8 usr.sbin/unwindctl: unwindctl.8 Log message: Document the new home of the control socket; ok florian@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/07 01:45:31 Modified files: sbin/slaacd : Makefile engine.c engine.h frontend.c slaacd.c slaacd.h Log message: Remove half way implemented address and default route proposals. This never worked out and is getting in the way of DNS proposals which are coming next. No (intended) functional change. Input & OK tohe CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/07 02:07:13 Modified files: cad/openscad : Makefile Log message: Move master_sites to https. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 02:23:53 Modified files: textproc/py-emoji: Makefile distinfo Log message: Update textproc/py-emoji 0.5.3 -> 0.5.4 Only functional change is adding a ":robot:" shortcode for the robot emoji. Otherwise it just tweaks metadata about which python versions are supported. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 02:26:57 Modified files: net/icinga/web2-module-director: Makefile distinfo Log message: update to icingaweb2-module-director-1.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 02:38:55 Modified files: mail/neomutt : Makefile mail/neomutt/patches: patch-main_c Log message: backport fix for https://github.com/neomutt/neomutt/issues/1943 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/07 02:39:15 Modified files: lang/clojure : Makefile distinfo lang/clojure/files: clj_completions Log message: Update clojure 1.10.0 -> 1.10.1 Changelog: https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-1101 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 02:55:01 Log message: Import x11/kde-applications/filelight (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4/filelight. Filelight is an application to visualize the disk usage on your computer. Features: - Scan local, remote or removable disks - Configurable color schemes - File system navigation by mouse clicks - Information about files and directories on hovering - Files and directories can be copied or removed directly from the context menu - Integration into Konqueror and Krusader Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/filelight/Makefile N ports/x11/kde-applications/filelight/distinfo N ports/x11/kde-applications/filelight/pkg/DESCR N ports/x11/kde-applications/filelight/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 02:57:22 Log message: Import x11/kde-applications/grantleetheme (ok sthen@, Tested in a bulk, incredibly many thanks!) GrantleeTheme library provides a class for loading theme packages containing set of templates. The library provides a KDE-specific Grantlee plugins that introduce new tags into the Grantlee theme syntax. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/grantleetheme/Makefile N ports/x11/kde-applications/grantleetheme/distinfo N ports/x11/kde-applications/grantleetheme/pkg/DESCR N ports/x11/kde-applications/grantleetheme/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 02:59:49 Log message: Import x11/kde-applications/juk (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. JuK is an audio jukebox application, supporting collections of MP3, Ogg Vorbis, and FLAC audio files. It allows you to edit the "tags" of your audio files, and manage your collection and playlists. It's main focus, in fact, is on music management. Features: - Collection list and multiple user defined playlists. - Ability to scan directories to automatically import playlists and music files on start up. - Dynamic Search Playlists that are automatically updated as fields in the collection change. - A Tree View mode where playlists are automatically generated for sets of albums, artists and genres. - Playlist history to indicate which files have been played and when Inline search for filtering the list of visible items. - The ability to guess tag information based on the track's file name. - File renamer that can rename files based on the tag content. - Tag reading and editing support for many formats including ID3v1, ID3v2 and Ogg Vorbis. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/juk/Makefile N ports/x11/kde-applications/juk/distinfo N ports/x11/kde-applications/juk/patches/patch-coverinfo_cpp N ports/x11/kde-applications/juk/patches/patch-tag_cpp N ports/x11/kde-applications/juk/pkg/DESCR N ports/x11/kde-applications/juk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:02:12 Log message: Import x11/kde-applications/makera (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. DESCR: Digital camera support for KDE. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/kamera/Makefile N ports/x11/kde-applications/kamera/distinfo N ports/x11/kde-applications/kamera/pkg/DESCR N ports/x11/kde-applications/kamera/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:05:07 Log message: Import x11/kde-applications/kcolorchooser (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. KColorChooser is a simple application to select the color from the screen or from a pallete. Features: - Select colors from any location on the screen. - Select colors from a range of standard palletes available. - Color values shown in Hue-Saturation-Value (HSV), Red-Green-Blue (RGB) and HTML formats. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/kcolorchooser/Makefile N ports/x11/kde-applications/kcolorchooser/distinfo N ports/x11/kde-applications/kcolorchooser/pkg/DESCR N ports/x11/kde-applications/kcolorchooser/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 03:08:48 Modified files: devel/spice-protocol: Makefile distinfo devel/spice-protocol/pkg: PLIST Log message: Update to spice-protocol-0.14.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 03:09:09 Modified files: x11/spice-gtk : Makefile distinfo x11/spice-gtk/pkg: PLIST Removed files: x11/spice-gtk/patches: patch-spice-common_common_ssl_verify_c patch-src_bio-gio_c patch-src_spice-channel_c Log message: Update to spice-gtk-0.37. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:09:56 Log message: Import x11/kde-applications/kolourpaint (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. DESCR: Kolourpaint is a simple but feature-rich raster image editor for KDE. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/kolourpaint/Makefile N ports/x11/kde-applications/kolourpaint/distinfo N ports/x11/kde-applications/kolourpaint/patches/patch-lgpl_CMakeLists_txt N ports/x11/kde-applications/kolourpaint/pkg/DESCR N ports/x11/kde-applications/kolourpaint/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 03:09:58 Modified files: x11/remmina : Makefile x11/gnome/vinagre: Makefile x11/virt-viewer: Makefile Log message: Regen WANTLIB / DEPENDS after recent x11/spice-gtk update. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:11:59 Log message: Import x11/kde-applications/kruler (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. KRuler is a simple screen ruler application for KDE. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/kruler/Makefile N ports/x11/kde-applications/kruler/distinfo N ports/x11/kde-applications/kruler/pkg/DESCR N ports/x11/kde-applications/kruler/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 03:13:50 Modified files: graphics/ffmpeg: Makefile Added files: graphics/ffmpeg/patches: patch-libavcodec_libaomenc_c Log message: Change libaom default to crf=32. Current default is 256kbps, which produces inconsistent results (too high for low-res, too low for hi-res). Use CRF instead, which will adapt. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:15:28 Log message: Import x11/kde-applications/kturtle (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. KTurtle is an educational programming environment for the KDE Desktop. KTurtle aims to make programming as easy and touchable as possible, and therefore can be used to teach kids the basics of math, geometry and... programming. The programming language used in KTurtle is loosely based on Logo. KTurtle allows, just like some implementations of Logo, to translate the programming language (the commands, the documentation and the error messages) to the native language of the programmer. For more information on translating KTurtle please read the translation how to. Translating the programming language to the native language of the programmer is one of the many ways KTurtle tries to make learning to programming more simple. Other features to help to achieve this goal are: intuitive syntax highlighting, simple error messages, integrated canvas to make drawings on, integrated help function, slow-motion or step execution, and more. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/kturtle/Makefile N ports/x11/kde-applications/kturtle/distinfo N ports/x11/kde-applications/kturtle/pkg/DESCR N ports/x11/kde-applications/kturtle/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/07 03:16:27 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm net : Makefile Removed files: net/cvsync : Makefile distinfo net/cvsync/files: cvsync.conf cvsyncd.conf net/cvsync/patches: patch-common_filecmp_rcs_c patch-common_filescan_rcs_c patch-common_rcslib_c patch-common_rcslib_h patch-common_refuse_c patch-common_updater_rcs_c patch-common_version_h patch-cvsyncd_access_c patch-rcscmp_main_c net/cvsync/pkg : DESCR PLIST cvsyncd.rc Log message: Remove cvsync to encourage a switch to rsync for repository mirroring. cvsync is buggy and crashes. It also replicates the repository in such a way that there are problems with branches in the copies. It is abandonware, the last release is 14 years old. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:17:45 Log message: Import x11/kde-applications/kwalletmanager (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. KWalletManager is an optional tool which can greatly assist your work-flow while maintaining security. - Wallets are encrypted against your chosen passphrase - Wallets are, by default, closed. Your passphrase is required to open a wallet - Wallets can be configured to close when unused - You control which applications may use the wallet - everything else will have to ask you for a password. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/kwalletmanager/Makefile N ports/x11/kde-applications/kwalletmanager/distinfo N ports/x11/kde-applications/kwalletmanager/pkg/DESCR N ports/x11/kde-applications/kwalletmanager/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:21:17 Log message: Import x11/kde-applications/kwordquiz (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. KWordQuiz is a general purpose flash card program. It can be used for vocabulary learning and many other subjects. KWordQuiz is the KDE version of the Windows program WordQuiz. If you have just switched to KDE/Linux you can use all files created in WordQuiz with KWordQuiz. KWordQuiz uses the kvtml file format and you can download contributed files. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/kwordquiz/Makefile N ports/x11/kde-applications/kwordquiz/distinfo N ports/x11/kde-applications/kwordquiz/pkg/DESCR N ports/x11/kde-applications/kwordquiz/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:23:15 Log message: Import x11/kde-applications/minuet (ok sthen@, Tested in a bulk, incredibly many thanks!) Minuet is a free and open source software for music education. It aims at supporting students and teachers in many aspects of music education, such as ear training, first-sight reading, solfa, scales, rhythm, harmony, and improvisation. Minuet makes extensive use of MIDI capabilities to provide a full-fledged set of features regarding volume, tempo, and pitch changes, which makes Minuet a valuable tool for both novice and experienced musicians. Features: - Nearly 40 exercises regarding intervals, chords, rhythm, and scales. - Check your musical perception skills on piano keyboard. - Adjustable playing settings, from beginners to pro. - Create your own exercises and adapt Minuet to your needs. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/minuet/Makefile N ports/x11/kde-applications/minuet/distinfo N ports/x11/kde-applications/minuet/pkg/DESCR N ports/x11/kde-applications/minuet/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:25:59 Log message: Import x11/kde-applications/picmi (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. Picmi is a single player puzzle game. The object of the game is to color cells according to numbers given at the side of the board. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/picmi/Makefile N ports/x11/kde-applications/picmi/distinfo N ports/x11/kde-applications/picmi/pkg/DESCR N ports/x11/kde-applications/picmi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:29:14 Log message: Import x11/kde-applications/rocs (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. Rocs aims to be a Graph Theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms. Rocs has a scripting module, done in Qt Script, that interacts with the drawn graph and every change in the graph with the script is reflected on the drawn one. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/rocs/Makefile N ports/x11/kde-applications/rocs/distinfo N ports/x11/kde-applications/rocs/patches/patch-libgraphtheory_CMakeLists_txt N ports/x11/kde-applications/rocs/pkg/DESCR N ports/x11/kde-applications/rocs/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:32:52 Log message: Import x11/kde-applications/sweeper (ok sthen@, Tested in a bulk, incredibly many thanks!) Is is an one by one replacement for x11/kde4. Sweeper helps to clean unwanted traces the user leaves on a KDE system. Features - It can remove web-related traces: cookies, history, cache - It can remove the image thumbnails cache - It can also clean the applications and documents history Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191107 N ports/x11/kde-applications/sweeper/Makefile N ports/x11/kde-applications/sweeper/distinfo N ports/x11/kde-applications/sweeper/pkg/DESCR N ports/x11/kde-applications/sweeper/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/07 03:33:13 ports/converters/libytnef/patches Update of /cvs/ports/converters/libytnef/patches In directory cvs.openbsd.org:/tmp/cvs-serv45399/patches Log Message: Directory /cvs/ports/converters/libytnef/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/07 03:33:52 Modified files: converters/libytnef: Makefile Added files: converters/libytnef/patches: patch-lib_ytnef_c Log message: disable the pre-allocation check in ytnef to actually make it usable with large winmail.dat files CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/07 03:47:41 Modified files: www/chromium : Makefile distinfo Added files: www/chromium/patches: patch-chrome_browser_native_file_system_chrome_native_file_system_permission_context_cc Log message: update to 78.0.3904.97 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 03:51:46 Modified files: sys/ddb : db_expr.c Log message: FALSE -> 0, missed in previous. Spotted by deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 03:52:51 Modified files: meta/kde4 : Makefile x11/kde-applications: Makefile x11/kde4 : Makefile Log message: hook KDE5 ports, unbook KDE4 and cleanup meta/kde4 Enable the following KDE5 ports and unhook existing KDE4 ports x11/kde-applications/filelight x11/kde-applications/grantleetheme x11/kde-applications/juk x11/kde-applications/kamera x11/kde-applications/kcolorchooser x11/kde-applications/kolourpaint x11/kde-applications/kruler x11/kde-applications/kturtle x11/kde-applications/kwalletmanager x11/kde-applications/kwordquiz x11/kde-applications/minuet x11/kde-applications/picmi x11/kde-applications/rocs x11/kde-applications/sweeper CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/07 03:56:14 Log message: Import py-straight.plugin 1.5 Required for building ansible html docs ok sthen@ kmos@ Status: Vendor Tag: pvk Release Tags: pvk_20191107 N ports/devel/py-straight.plugin/Makefile N ports/devel/py-straight.plugin/distinfo N ports/devel/py-straight.plugin/pkg/DESCR N ports/devel/py-straight.plugin/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/07 04:00:54 Modified files: devel : Makefile Log message: +py-straight.plugin CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 04:02:40 Modified files: games/unknown-horizons: Makefile Log message: Enable/fix testing for games/unknown_horizons Half the tests fail, but that's better than them not running. ok sthen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 04:04:21 Modified files: sys/arch/arm64/arm64: db_disasm.c db_interface.c db_trace.c sys/arch/mips64/include: db_machdep.h sys/arch/mips64/mips64: db_disasm.c db_machdep.c Log message: Substitute boolean_t/TRUE/FALSE by int/1/0. ok dlg@, jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 04:04:44 Modified files: fonts/abyssinica: Makefile distinfo fonts/abyssinica/pkg: PLIST Log message: update to abyssinica-2.000, from maintainer George Rosamond CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 04:05:26 Modified files: www/py-bokeh : Makefile Log message: Enable testing for www/py-bokeh Now that the python2 flavor is dropped, we can enable tests (test depend on math/py-networkx, which was python3-only). While here, add a RUN_DEPENDS on py-packaging which setup.py says is required for install. ok sthen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 04:16:55 Modified files: sys/arch/alpha/alpha: db_disasm.c db_interface.c sys/arch/alpha/include: db_machdep.h Log message: ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0. ok jasper@, deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/07 04:23:24 Modified files: sys/netinet : if_ether.c sys/netinet6 : nd6.c Log message: Avoid NULL dereference in arpinvalidate() and nd6_invalidate() by making RTM_INVALIDATE code path perform same check as RTM_DELETE does. ok mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 04:32:23 Modified files: . : Makefile.cross Log message: Simplify by getting rid of the unecessary 'depend' rule. ok patrick@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/07 04:46:42 Modified files: sys/net : if_pfsync.c Log message: remove the detach and linkstate hooks when the parent is going away. i think this is a fix for a real bug. pfsync leaked the hooks it had on a parent^Wsyncdev when the parent went away. now there's KASSERTs to make sure all hooks are removed before an interface goes away, the leak caused the KASSERTs to fire and made the bug obvious. found by hrvoje popovski CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/07 04:55:02 Modified files: sys/dev/ic : an.c Log message: Only root is allowed to set the WEP key. Add an suser() check to enforce this for the an(4) wireless network device. found by Ilja Van Sprundel; OK dlg@ deraadt@ mpi@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:01:48 Removed files: x11/kde4/kturtle: Makefile distinfo x11/kde4/kturtle/patches: patch-src_canvas_cpp x11/kde4/kturtle/pkg: DESCR PLIST Log message: remove KDE4 kturtle, Replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:02:27 Removed files: x11/kde4/kwordquiz: Makefile distinfo x11/kde4/kwordquiz/pkg: DESCR PLIST Log message: remove KDE4 kwordquiz, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:03:52 Removed files: x11/kde4/kcolorchooser: Makefile distinfo x11/kde4/kcolorchooser/pkg: DESCR PLIST Log message: remove KDE4 kcolorchooser, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:04:19 Removed files: x11/kde4/kolourpaint: Makefile distinfo x11/kde4/kolourpaint/pkg: DESCR PLIST Log message: remove KDE4 kolourpaint, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:04:40 Removed files: x11/kde4/kruler: Makefile distinfo x11/kde4/kruler/pkg: DESCR PLIST Log message: remove KDE4 kruler, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:04:59 Removed files: x11/kde4/picmi : Makefile distinfo x11/kde4/picmi/pkg: DESCR PLIST Log message: remove KDE4 picmi, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:05:16 Removed files: x11/kde4/juk : Makefile distinfo x11/kde4/juk/patches: patch-CMakeLists_txt x11/kde4/juk/pkg: DESCR PLIST Log message: remove KDE4 juk, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:05:36 Removed files: x11/kde4/filelight: Makefile distinfo x11/kde4/filelight/pkg: DESCR PLIST Log message: remove KDE4 filelight, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:06:03 Removed files: x11/kde4/sweeper: Makefile distinfo x11/kde4/sweeper/pkg: DESCR PLIST Log message: remove KDE4 sweeper, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:06:28 Removed files: x11/kde4/kwalletmanager: Makefile distinfo x11/kde4/kwalletmanager/pkg: DESCR PLIST Log message: remove KDE4 kwalletmanager, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:08:38 Removed files: x11/kde4/rocs : Makefile distinfo x11/kde4/rocs/patches: patch-RocsCore_DataStructures_Graph_GraphStructure_cpp patch-RocsCore_LoadSave_Plugins_tgfFileFormat_Tests_TestTgfFileFormatPlugin_cpp patch-VisualEditor_Actions_SelectMoveHandAction_cpp x11/kde4/rocs/pkg: DESCR PLIST Log message: remove KDE4 rocs, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:09:24 Removed files: x11/kde4/kamera: Makefile distinfo x11/kde4/kamera/pkg: DESCR PLIST Log message: remove KDE4 kamera, replaced by KDE5 version (x11/kde-applications) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 05:15:57 Modified files: devel/goffice : Makefile distinfo Log message: Update to goffice-0.10.46. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 05:16:25 Modified files: math/gnumeric : Makefile distinfo Log message: Update to gnumeric-1.12.46. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 05:24:46 ports/net/py-ripe.atlas.cousteau/patches Update of /cvs/ports/net/py-ripe.atlas.cousteau/patches In directory cvs.openbsd.org:/tmp/cvs-serv9598/patches Log Message: Directory /cvs/ports/net/py-ripe.atlas.cousteau/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 05:26:08 Added files: net/py-ripe.atlas.cousteau/patches: patch-setup_py Log message: Fix tests for the python3 FLAVOR ok sthen (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 05:32:59 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add entry for dropped python2 flavor of www/py-bokeh CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 05:44:23 Modified files: security/letsencrypt/client: Makefile Log message: Fix tests using MODPY_PYTEST and MODPY_PYTEST_ARGS. ok sthen (maintainer) CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2019/11/07 05:49:45 Modified files: etc : unbound.conf Log message: Enable DNSSEC validation in unbound by default OK deraadt@ otto@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/07 05:56:34 Modified files: sys/dev/ic : an.c if_wi.c Log message: Showing kernel WEP keys to userland has been disabled in generic ieee80211 ioctl(2) implementation. Do the same for the driver specific code of ac(4) and wi(4) wireless network devices. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 05:57:57 Modified files: multimedia/mkvtoolnix: Makefile Log message: add hidden dep on pugixml Spotted by espie@ Thanks! CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/07 06:09:58 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.16.2 -> 5.16.3 Changes: fixed an issue where keyboard navigation within the right-hand side did not navigate in expected order https://mattermost.atlassian.net/browse/MM-19901 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 06:15:55 Modified files: devel/libvirt-glib: Makefile distinfo Log message: Update to libvirt-glib-2.0.0. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 06:16:26 Modified files: sys/ddb : db_access.c db_access.h db_break.c db_break.h db_command.c db_command.h db_ctf.c db_elf.c db_examine.c db_expr.c db_extern.h db_interface.h db_run.c db_sym.c db_sym.h db_watch.c db_watch.h Log message: db_addr_t -> vaddr_t ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 06:21:31 Modified files: sys/arch/arm/arm: db_disasm.c db_interface.c db_trace.c Log message: Substitute boolean_t/TRUE/FALSE by int/1/0. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/07 06:25:44 Modified files: sys/netinet : in.c Log message: Do propper kernel input validation for in_control() ioctl(2) SIOCGIFADDR, SIOCGIFNETMASK, SIOCGIFDSTADDR, SIOCGIFBRDADDR, SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFDSTADDR, and SIOCSIFBRDADDR. Name in_ioctl_set_ifaddr() consistently. Use in_sa2sin() to validate inet address. Combine if_addrlist loops and add comment. Although netmask is not a inet address, length must be valid. Reported-by: syzbot+5fc6da002fc4e8d994be@syzkaller.appspotmail.com OK visa@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/07 06:26:11 Modified files: sysutils/logstash: Makefile sysutils/logstash/pkg: PLIST Log message: Fix permissions: /logstash/vendor/bundle/jruby must be owned by _logstash to be able to install plugins, while /logstash/vendor/jruby doesn't need to be owned by _logstash, so tighten up permissions on this one CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/07 06:33:20 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/patches: patch-docs_bin_testing_formatter_sh patch-docs_docsite_rst_conf_py sysutils/ansible/pkg: PLIST-html PLIST-main Removed files: sysutils/ansible/patches: patch-lib_ansible_modules_files_lineinfile_py patch-lib_ansible_modules_network_aci_aci_maintenance_group_node_py patch-lib_ansible_modules_system_sysctl_py Log message: Update ansible-2.8.6 -> 2.9.0 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst Take maintainership, ok jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 06:36:03 Modified files: usr.bin/ctfconv: parse.c Log message: Stop remembering the type of local variables. Fix a shadowing issue reported by procter@. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 06:39:08 Modified files: usr.bin/ctfconv: ctfconv.c Log message: Do a better job at guessing the name of localy defined static variables. Handle the "varname.id" schema used by gcc(1) and "funcname.varname" used by clang(1). Fix a shadowing issue with clang(1). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 06:40:29 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.13.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 06:40:46 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 06:41:00 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.276. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 06:42:54 Modified files: usr.bin/ctfconv: parse.c Log message: Don't stop parsing functions when variables are declared before arguments. Fix argument types of functions containing a static variable when compiled with clang(1). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 06:58:14 Modified files: cad/oce : Makefile Log message: set DPB_PROPERTIES=parallel, this one is pretty huge CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 07:05:12 Modified files: sys/kern : kern_timeout.c Log message: db_addr_t -> vaddr_t, missed in previous. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 07:13:21 Modified files: meta/kde4 : Makefile Log message: Missed kwalletmanager in kde4-main Spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/07 07:23:16 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: Bugfix update to thunderbird 68.2.2. See https://www.thunderbird.net/en-US/thunderbird/68.2.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/07 07:26:22 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gio_gdesktopappinfo_c Log message: prevent 'vfprintf %s NULL in "%s: Resetting desktop app info dirs from %s to %s"' msgs in syslog seen when starting some gtk apps. extracted from https://gitlab.gnome.org/GNOME/glib/commit/bffe058550fc31ad372858ac805ca6f7cf7c2aab ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 07:36:14 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to py-acme/certbot 0.40.1 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 07:38:12 ports/sysutils/py-lockfile/patches Update of /cvs/ports/sysutils/py-lockfile/patches In directory cvs.openbsd.org:/tmp/cvs-serv36447/patches Log Message: Directory /cvs/ports/sysutils/py-lockfile/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 07:39:29 Modified files: sysutils/py-lockfile: Makefile Added files: sysutils/py-lockfile/patches: patch-test_compliancetest_py Log message: Fix tests by moving from py-nose to py-test and patch a test file to work properly with py-test. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 07:41:04 Modified files: sysutils/py-metlog: Makefile Log message: Make tests for py-metlog actually run. Just over half fail, but this is an improvement over "0 tests ran" CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 07:44:53 Modified files: sys/arch/alpha/alpha: db_disasm.c db_interface.c db_trace.c sys/arch/alpha/include: db_machdep.h sys/arch/amd64/amd64: db_disasm.c db_trace.c sys/arch/amd64/include: db_machdep.h sys/arch/arm/arm: db_disasm.c db_interface.c db_trace.c sys/arch/arm/include: db_machdep.h sys/arch/arm64/arm64: db_interface.c db_trace.c sys/arch/arm64/include: db_machdep.h sys/arch/hppa/hppa: db_disasm.c db_interface.c sys/arch/hppa/include: db_machdep.h sys/arch/i386/i386: db_disasm.c db_trace.c sys/arch/i386/include: db_machdep.h sys/arch/mips64/include: db_machdep.h sys/arch/mips64/mips64: db_disasm.c db_machdep.c sys/arch/sparc64/include: db_machdep.h sys/arch/sparc64/sparc64: db_disasm.c db_interface.c db_trace.c Log message: Convert db_addr_t -> vaddr_t but leave the typedef for now. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/07 07:49:07 Modified files: sys/kern : kern_time.c Log message: adjfreq(2): fix atomic swap I broke adjfreq(2)'s atomic swap in kern_time.c,v1.112. By using the "f" variable to store both the new and old frequency adjustments, the new adjustment gets clobbered by the old adjustment if the caller asked for a swap. ok visa@ mpi@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 08:04:16 ports/www/py-urllib3/patches Update of /cvs/ports/www/py-urllib3/patches In directory cvs.openbsd.org:/tmp/cvs-serv94365/patches Log Message: Directory /cvs/ports/www/py-urllib3/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 08:05:14 Modified files: www/py-urllib3 : Makefile Added files: www/py-urllib3/patches: patch-setup_cfg Log message: Make tests behave by moving to MODPY_PYTEST. Patch setup.cfg to work with our modern pytest. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/07 08:32:56 Modified files: graphics/inkscape: Makefile Added files: graphics/inkscape/patches: patch-configure_ac Log message: Fix build with newer glib2mm. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/07 08:35:23 Modified files: usr.sbin/pkg_add/OpenBSD: PackageName.pm Log message: style nit CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/07 08:36:51 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: when asking the ports tree, we fork a child. instead of ditching stderr entirely, keep it in a temp file, and if the child exits with an error, we got something to display. (note that returning and undef'd plist is enough of an error, just we had no clue what went wrong previously) aja@ ran into this a few weeks ago. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/11/07 08:46:37 Modified files: etc : unbound.conf Log message: Reenable "val-log-level: 2", so that when sites have misconfigured dnssec the sysadmin has some idea what's going on in logs, and "aggressive-nsec: yes", if we're using dnssec anyway we might as well get the benefits. These were both enabled last time dnssec was enabled in this sample unbound.conf. ok florian@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/07 08:50:53 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 08:58:39 Modified files: sys/arch/sh/include: db_machdep.h sys/arch/sh/sh : db_disasm.c db_interface.c db_trace.c sys/arch/powerpc/ddb: db_disasm.c db_interface.c Log message: Substitute boolean_t/TRUE/FALSE by int/1/0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/07 09:02:54 Modified files: infrastructure/lib/DPB: Engine.pm ErrorList.pm SubEngine.pm Log message: add an extra log file that logs packages actually built (instead of found) to help with possible batching of dpb output to something else (like a signing engine) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/07 09:08:08 Modified files: sys/arch/sh/include: db_machdep.h sys/arch/sh/sh : db_disasm.c db_interface.c db_trace.c sys/arch/powerpc/ddb: db_disasm.c db_trace.c Log message: db_addr_t -> vaddr_t CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 09:11:46 ports/lang/python/3.8 Update of /cvs/ports/lang/python/3.8 In directory cvs.openbsd.org:/tmp/cvs-serv48482/3.8 Log Message: Directory /cvs/ports/lang/python/3.8 added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 09:11:46 ports/lang/python/3.8/files Update of /cvs/ports/lang/python/3.8/files In directory cvs.openbsd.org:/tmp/cvs-serv48482/3.8/files Log Message: Directory /cvs/ports/lang/python/3.8/files added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 09:11:46 ports/lang/python/3.8/patches Update of /cvs/ports/lang/python/3.8/patches In directory cvs.openbsd.org:/tmp/cvs-serv48482/3.8/patches Log Message: Directory /cvs/ports/lang/python/3.8/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 09:11:46 ports/lang/python/3.8/pkg Update of /cvs/ports/lang/python/3.8/pkg In directory cvs.openbsd.org:/tmp/cvs-serv48482/3.8/pkg Log Message: Directory /cvs/ports/lang/python/3.8/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/07 09:12:35 Modified files: infrastructure/lib/DPB: Fetch.pm PortInfo.pm Log message: forgot to adjust for the PERMIT_* changes CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 09:14:09 Modified files: lang/python : Makefile Makefile.inc python.port.mk Added files: lang/python/3.8: Makefile distinfo lang/python/3.8/files: CHANGES.OpenBSD lang/python/3.8/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.8/pkg: DESCR-gdbm DESCR-idle DESCR-main DESCR-tests DESCR-tkinter PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Log message: Add Python 3.8.0 to the tree. The default python3 version will remain 3.7.5 for now, but this will allow easier testing for the eventual switchover. Input from landry and sthen ok sthen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/07 09:15:17 Modified files: infrastructure/mk: bsd.port.mk Log message: always pass PERMIT_PACKAGE through so we can also select to not build things in dpb. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/07 09:17:45 Modified files: share/man/man1 : dpb.1 Log message: zap CDROM_ONLY document built-packages.log CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/11/07 09:25:05 Modified files: share/zoneinfo : Makefile Log message: Stop installing the "leap-second" zoneinfo files in share/zoneinfo/right (and the second copy of the "normal" files in share/zoneinfo/posix). The way these files are supposed to work is that you set the system clock to the time with leap-seconds included (UTC+leap, or TAI-10) and copy the entire "right" set of files to the main zoneinfo directory (upstream provides them as parallel directories to encourage this). And everyone else sets the system clock to UTC and uses the "posix" files. https://data.iana.org/time-zones/theory.html#leapsec We don't have much support for a non-UTC system clock, and these files have been seen to cause some confusion. kettenis@ says "Software that really cares probably has its own leap- second table and will actually rely on the POSIX definition of time_t to convert times into human readable form." ok deraadt naddy millert CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/11/07 09:25:24 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/07 09:26:07 Modified files: share/man/man1 : dpb.1 Log message: make dpb able to heed PERMIT_PACKAGE as well CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 09:32:27 Modified files: mail/pear-Mail-Mime: Makefile distinfo mail/pear-Mail-Mime/pkg: PLIST Log message: update to p5-Mail-Mime-1.10.5 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/07 09:34:57 Modified files: infrastructure/lib/DPB: Fetch.pm Grabber.pm PkgPath.pm Vars.pm Log message: have package building heed FTP_ONLY as well, as it makes things simpler CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/07 09:36:42 Modified files: infrastructure/lib/DPB: Config.pm Log message: set aside -N for roach (new) instead of -n, because it's confusing compared to conventional -n "don't do anything" in pkg tools. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 09:47:22 Modified files: lang/php/7.1 : Makefile distinfo Log message: update to php-7.1.33 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 09:47:28 Modified files: lang/php/7.1 : Tag: OPENBSD_6_6 Makefile distinfo Log message: update to php-7.1.33 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/07 09:58:27 Modified files: x11/kde-applications/okular: Makefile Log message: add hidden dependency on textproc/discount as run/build-depends This enables Markdown support in okular. Found by espie@ in a bulk, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/07 10:23:11 Modified files: security/py-cryptography: Makefile distinfo security/py-cryptography/pkg: PLIST security/py-cryptography_vectors: Makefile distinfo security/py-cryptography_vectors/pkg: PLIST Removed files: security/py-cryptography/patches: patch-src__cffi_src_openssl_ssl_py Log message: update to py-cryptography 2.8 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/07 10:33:17 Modified files: net/knot : Makefile distinfo Log message: Update to knot-2.9.0 2.9.0 release notes: https://www.knot-dns.cz/2019-10-10-version-290.html Very basic testing only. If someone uses this port and wants to maintain it please just say so. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/07 10:40:36 Modified files: net/qbittorrent/qbittorrent: Makefile Log message: Remove unnecessary RUN_DEPENDS on net/GeoIP. It was wrongfully included since the port was imported, but it was never necessary. Both the current version and the version at the time of import only references GeoLite2 databases and use their own functions to do the lookups. OK rsadowksi@, jca@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/07 10:45:22 Modified files: sys/scsi : sd.c Log message: sd_size() is a wrapper around sd_read_cap_10() and sd_read_cap_16() so rename it sd_read_cap(). Reduces possible confusion with the unrelated sdsize(). CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/11/07 11:44:39 Added files: editors/libreoffice/patches: patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx Log message: Let libreoffice build with poppler-0.82.0. ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/07 13:42:28 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/sgi/conf: Makefile.sgi sys/arch/sparc64/conf: Makefile.sparc64 Log message: The compiler -pg option implies -fno-ret-protector, as we want to disable retguard and similar when profiling. However, that missed all the .S files, as ${PROF} wasn't added when ${NORMAL_S} was converted from direct invocation of ${AS} to instead use ${CC}. Similarly, mcount.o still had retguards as it cannot be built with -pg. So: pass ${PROF} when compiling .S files, and compile "no profiling" files with -fno-ret-protector on archs with retguard. feedback and ok mpi@ mortimer@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/07 14:12:01 Modified files: www : Makefile Removed files: www/pecl-geoip : Makefile distinfo www/pecl-geoip/pkg: DESCR PLIST Log message: Remove www/pecl-geoip. The GeoIP/GeoLite databases are now legacy [1], so this module is not useful anymore. Nothing in the ports tree uses it. [1] https://blog.maxmind.com/2018/01/02/discontinuation-of-the-geolite-legacy-databases/ OK sthen@, jca@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/07 14:13:41 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of pecl-geoip. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/07 14:39:31 Modified files: games/bastet : Makefile Log message: bastet: fix a segfault at runtime on macppc, by using ports-gcc instead of ports-clang, and as such remove ONLY_FOR_ARCHS. Also, remove BROKEN-sparc64, as it seems it was not tried since ports-gcc-4.9 days, as proposed by naddy. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 14:45:52 Log message: archivers/py-rarfile Version 3.1 DESCR: rarfile is a Python module for RAR archive reading. The interface is made as zipfile like as possible. Supports both RAR3 and RAR5 format archives, multi volume archives, Unicode filenames, password-protected archives, archive and file comments, and archive parsing and non-compressed files handled with pure Python code, Compressed files are extracted by executing either unrar from RARLAB or bsdtar from libarchive. Works with both Python 2.7 and 3.x. ok landry Status: Vendor Tag: kmos Release Tags: kmos_20191107 N ports/archivers/py-rarfile/Makefile N ports/archivers/py-rarfile/distinfo N ports/archivers/py-rarfile/pkg/DESCR N ports/archivers/py-rarfile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 14:47:11 Modified files: archivers : Makefile Log message: Hook py-rarfile and py-rarfile,python up to the build CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 14:50:47 Log message: www/py-cookies Version 2.2.1 DESCR: cookies.py is a Python module for working with HTTP cookies: parsing and rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python's Cookie.py (aka http.cookies). Features Rendering according to the excellent new RFC 6265 (rather than using a unique ad hoc format inconsistently relating to unrealistic, very old RFCs which everyone ignored). Uses URL encoding to represent non-ASCII by default, like many other languages' libraries Liberal parsing, incorporating many complaints about Cookie.py barfing on common cookie formats which can be reliably parsed (e.g. search 'cookie' on the Python issue tracker) Well-documented code, with chapter and verse from RFCs (rather than arbitrary, undocumented decisions and huge tables of magic values, as you see in Cookie.py). Test coverage at 100%, with a much more comprehensive test suite than Cookie.py OK landry Status: Vendor Tag: kmos Release Tags: kmos_20191107 N ports/www/py-cookies/Makefile N ports/www/py-cookies/distinfo N ports/www/py-cookies/pkg/DESCR N ports/www/py-cookies/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/07 14:50:52 Modified files: www/webalizer : Makefile Log message: Disable GeoIP lookups in Webalizer and remove dependency on net/GeoIP. Webalizer hasn't had a release since 2014, and still uses net/GeoIP for doing GeoIP lookups. As the functionality isn't really useful with outdated databases, disable it and remove the dependency on net/GeoIP. While there, switch HOMEPAGE and MASTER_SITES to HTTPS. Users are encouraged to switch to www/goaccess for a general purpose web log analyzer supporting GeoIP2 and GeoLite2 databases. OK sthen@, jca@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 14:52:56 Modified files: www : Makefile Log message: Hook py-cookies and py-cookies,python3 up to the build CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/07 14:54:49 Modified files: sys/arch/arm/arm: cpufunc_asm.S db_trace.c sys/arch/arm/include: cpufunc.h Log message: Remove get_pc_str_offset(), which has been unused since we switched to clang, where the stack frame format changed significantly. Prompted by guenther@ noticing deprecated ASM warnings ok drahn@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 14:55:19 Log message: www/py-responses Version 0.10.6 DESCR: Responses is a utility for mocking out the Python Requests library. It also provides a pytest fixture. OK landry Status: Vendor Tag: kmos Release Tags: kmos_20191107 N ports/www/py-responses/Makefile N ports/www/py-responses/distinfo N ports/www/py-responses/pkg/DESCR N ports/www/py-responses/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 14:56:19 Modified files: www : Makefile Log message: Hook py-responses and py-responses,python3 up to the build CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/07 14:58:27 Modified files: audio/beets : Makefile Log message: Fix tests by adding py-responses and py-rarfile to the TEST_DEPENDS and enable MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/07 17:28:11 Modified files: share/man/man9 : timeout.9 Log message: timeout.9: cite 1997 Varghese/Lauck timeout wheel paper; ok jmc@ schwarze@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/11/07 18:20:22 Modified files: sys/dev/hid : hidmt.c hidmtvar.h Log message: Add support for button 2 and 3 to imt(4). ok jcs CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/07 20:54:02 Modified files: usr.bin/ssh : ssh-keygen.c Log message: duplicate 'x' character in getopt(3) optstring CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/08 00:16:30 Modified files: sys/net : if.c if_pppx.c if_spppsubr.c if_var.h if_vxlan.c pf_if.c sys/netinet : in.c ip_carp.c sys/netinet6 : in6.c in6_ifattach.c Log message: convert interface address change hooks to tasks and a task_list. this follows what's been done for detach and link state hooks, and makes handling of hooks generally more robust. address hooks are a bit different to detach/link state hooks in that there's only a few things that register hooks (carp, pf, vxlan), but a lot of places to run the hooks (lots of ipv4 and ipv6 address configuration). an address hook cookie was in struct pfi_kif, which is part of the pf abi. rather than break pfctl -sI, this maintains the void * used for the cookie and uses it to store a task, which is then used as intended with the new api. CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2019/11/08 00:26:38 Modified files: usr.sbin/lpd : lp.c Log message: fix bogus pointer/double free crash, when /etc/printcap db file is not present, by adding a missing check for the return value -1 on both cgetfirst(3) and cgetnext(3) OK millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/08 00:36:52 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : if_addrhook_add.9 Log message: document the new interface hooks stuff CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 00:46:31 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_backend_backends_py patch-test_cases_common_189_openmp_meson_build Removed files: devel/meson/patches: patch-test_cases_common_190_openmp_meson_build Log message: Update to meson-0.52.0. Tested in a bulk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 00:47:12 Modified files: devel/dconf : Makefile Added files: devel/dconf/patches: patch-client_meson_build Log message: Unbreak build with meson >=0.52.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 00:47:30 Modified files: x11/gnome/builder: Makefile Added files: x11/gnome/builder/patches: patch-src_libide_code_meson_build patch-src_libide_core_meson_build patch-src_libide_debugger_meson_build patch-src_libide_editor_meson_build patch-src_libide_foundry_meson_build patch-src_libide_greeter_meson_build patch-src_libide_gui_meson_build patch-src_libide_io_meson_build patch-src_libide_lsp_meson_build patch-src_libide_plugins_meson_build patch-src_libide_projects_meson_build patch-src_libide_search_meson_build patch-src_libide_sourceview_meson_build patch-src_libide_terminal_meson_build patch-src_libide_themes_meson_build patch-src_libide_threading_meson_build patch-src_libide_tree_meson_build patch-src_libide_vcs_meson_build patch-src_libide_webkit_meson_build patch-src_meson_build Log message: Unbreak build with meson >=0.52.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/08 00:51:41 Modified files: sys/netinet : ip_carp.c Log message: void being too clever about setting/clearing ifpromisc on the parent. ifpromisc() already refcounts, so carp doesn't have to do it implicitly with the carpdev list. there's no functional change, the code just gets a bit simpler. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/08 01:14:11 Modified files: share/man/man9 : if_addrhook_add.9 Log message: spelling; CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 02:02:55 Modified files: security/py-dfwinreg: Makefile Log message: Added missing RUN_DEPENDS on devel/py-dtfabric Sorted RUN_DEPENDS while here CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 02:09:19 Modified files: security/py-oauthlib: Makefile Log message: Move testing from py-nose to MODPY_PYTEST. Drop now-unneeded py-nose TEST_DEPENDS. Move from custom version to standard FIX_EXTRACT_PERMISSIONS CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/08 02:20:27 Modified files: gnu/usr.bin/binutils-2.17/opcodes: ppc-dis.c Log message: Silence the compiler on 64bits archs where sizeof(void *) != sizeof(int). ok partrick@, kettenis@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 02:30:23 Modified files: security/py-passlib: Makefile Log message: Move testing from py-nose to MODPY_PYTEST. Drop now-unneeded py-nose TEST_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 02:34:55 Modified files: sysutils/py-metlog: Makefile Log message: Tests still need things from py-nose, restore it to TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/08 02:46:48 Modified files: games/braincurses: Makefile distinfo games/braincurses/pkg: DESCR PLIST Log message: maintenance update to 1.1.0 and drop maintainership; ok kn@ fcambus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 02:53:40 Modified files: www/squid : Makefile distinfo Log message: update to squid-4.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 02:55:12 Modified files: www/squid : Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC update to squid-4.9 (includees some crash and other fixes) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 02:56:21 Modified files: sysutils/reposync: Makefile sysutils/reposync/files: reposync Log message: check that reposync is run by uid owning the repo CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/08 02:56:52 Modified files: audio/id3lib : Makefile Log message: update license comment and cleanup Makefile Feedback from kmos@, sthen@ and Raf Czlonka (Thanks) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/08 03:08:27 Modified files: infrastructure/lib/DPB: Distfile.pm Engine.pm Log message: distfiles are also marked as built, but we don't want to log them. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 03:11:51 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.13.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 03:12:12 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 03:12:28 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.277. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 03:15:13 Modified files: productivity/khard: Makefile distinfo productivity/khard/pkg: PLIST Log message: update to khard-0.15.1, from maintainer Paco Esteban, ok kmos CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/08 03:24:21 Modified files: net/pen : Makefile Log message: Remove dependency on net/GeoIP. pen still uses net/GeoIP for doing GeoIP lookups. As the functionality isn't really useful with outdated databases, disable it and remove the dependency on net/GeoIP. There is a newer version available but it hasn't been updated to use net/libmaxminddb yet. OK sthen@, jca@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/08 03:26:09 Modified files: infrastructure/lib/DPB/Reporter: Tty.pm Log message: allows disable recording again. make the file handling more explicit, since open "just failing" is not THAT great. noticed by cwen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/08 03:27:56 Modified files: sysutils/bchunk: Makefile Log message: Fix broken HOMEPAGE and MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 03:58:46 Modified files: x11/py-xlib : Makefile Log message: Move testing to using MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 04:14:50 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 04:58:19 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.6.0. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/08 06:01:09 Modified files: sbin/slaacd : engine.c Log message: forgot to set proposal id CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/08 06:02:32 Modified files: sbin/slaacd : engine.c Log message: There is at most one Default Router Proposal present per router. We can just use find_dfr_proposal_by_gw() instead of looping through the list manually. This was copied from the address proposal code which needs to loop since usually there are two address proposals present. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/08 06:06:01 Modified files: infrastructure/lib/DPB: Distfile.pm Engine.pm ErrorList.pm PkgPath.pm SubEngine.pm Log message: less hackish: distfile shouldn't have an undef'd pkgname. instead, make $v responsible for log_as_built so that packages get logged and distfiles do not. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/08 06:38:38 Modified files: x11/kde-applications: kde-applications.port.mk Log message: switch MASTER_SITES path to Attic (18.x.x is no longer in stable) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/08 06:42:17 Modified files: infrastructure/lib/DPB: Job.pm infrastructure/lib/DPB/Core: Init.pm infrastructure/lib/DPB/Job: Port.pm Log message: always go thru task->finalize properly. including task->end, so that pipes get closed automatically for init core, if tasks did fail, do not continue. in particular, this avoids calling DPB::Var->get on a failed host. thx sthen@ for noticing this CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/08 06:44:28 Modified files: x11/kde-applications: Makefile Log message: rm kwrite There is no kwrite in the KDE project anymore CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 06:57:11 Modified files: sysutils/reposync: Makefile sysutils/reposync/files: reposync reposync.1 sysutils/reposync/pkg: PLIST Log message: add getopt parsing and move SSH port-forwarding username from special rsync://username@host/path syntax to "reposync -l username rsync://host/path", also add -f to force an update even if ChangeLog didn't change. change in port-forwarding syntax done to stop depending on an undocumented rsync feature tracked down by naddy@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 07:03:44 Modified files: sysutils/reposync: Makefile sysutils/reposync/pkg: PLIST Log message: I had an @ask-update to warn about the syntax change, but have now decided it's not worth it because "make update" from ports doesn't agree with this. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 07:04:05 Modified files: sysutils/reposync: Tag: OPENBSD_6_6 Makefile sysutils/reposync/files: Tag: OPENBSD_6_6 reposync reposync.1 sysutils/reposync/pkg: Tag: OPENBSD_6_6 PLIST Log message: update reposync in -stable for the new port-forwarding syntax CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 07:17:49 Modified files: cad/kicad-share: Makefile.inc cad/kicad-share/i18n: Makefile Log message: unbreak fetching, upstream now has github.com/KiCad/kicad-18n instead of github.com/KiCad/i18n. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 07:28:48 Modified files: x11/gnome/gjs : Makefile Log message: Needs x11/dbus to build. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 07:41:20 Modified files: cad : Makefile Log message: hook kicad-share CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 07:43:53 Modified files: cad/kicad : Makefile distinfo cad/kicad/patches: patch-CMakeLists_txt patch-pcbnew_CMakeLists_txt Added files: cad/kicad/patches: patch-3d-viewer_3d_cache_sg_CMakeLists_txt patch-3d-viewer_CMakeLists_txt patch-CMakeModules_config_h_cmake patch-common_CMakeLists_txt patch-common_tool_tool_manager_cpp patch-cvpcb_CMakeLists_txt patch-eeschema_CMakeLists_txt patch-gerbview_CMakeLists_txt patch-include_kiway_h patch-include_system_libcontext_h patch-include_tool_coroutine_h patch-include_tool_tool_interactive_h patch-kicad_kicad_cpp patch-new_CMakeLists_txt patch-pagelayout_editor_CMakeLists_txt patch-pcb_calculator_CMakeLists_txt patch-utils_kicad2step_kicad2step_cpp cad/kicad/pkg : DESCR PLIST Removed files: cad/kicad/patches: patch-bitmaps_CMakeLists_txt patch-common_gestfich_cpp patch-common_pcbcommon_cpp patch-eeschema_class_drawsheet_cpp patch-eeschema_class_libentry_cpp patch-eeschema_class_pin_cpp patch-eeschema_class_sch_cmp_field_cpp patch-gerbview_tracepcb_cpp patch-include_common_h patch-include_pcbcommon_h patch-pcbnew_class_module_cpp patch-pcbnew_class_pad_draw_functions_cpp patch-pcbnew_hotkeys_h cad/kicad/pkg : DESCR-docs DESCR-main PLIST-docs PLIST-main Log message: update to kicad-5.1.4, unbreaking the port. Much work from Tracey Emery (this is basically a new port) with various feedback from bentley/me. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 07:46:37 Modified files: graphics/gdk-pixbuf2: Makefile Log message: Don't version gtk+ in COMMENT. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 07:48:10 Modified files: databases/py-minidb: Makefile Log message: Switch testing from py-nose to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 07:49:53 Modified files: devel/py-blinker: Makefile Log message: Switch testing from py-nose to MODPY_PYTEST. While here, update HOMEPAGE to https CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/08 07:50:58 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: added too much for -stable, if ftp says 404, we still need to save that CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/08 07:51:07 Modified files: . : cvsync.html anoncvs.html build : Makefile mirrors.dat mirrors.pl mirrors.tmpl build/mirrors : anoncvs.html.head Removed files: build/mirrors : cvsync.html.end cvsync.html.head Log message: - describe and list rsync repo mirrors in anoncvs.html and point at the reposync script in packages. (note that there was a slight syntax change in reposync-0.5, build that version from ports if you want to use it before packages are available). - stop building cvsync.html, cvsync is getting removed. replace it with a link to the new anoncvs.html section. may need further changes but these are easier to handle in smaller chunks with the main part out the way, so committing now. ok benno CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 07:53:28 Modified files: devel/py-fasteners: Makefile Log message: Switch testing from py-nose to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 07:54:50 Modified files: devel/py-fastimport: Makefile Log message: Switch testing from py-nose to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 07:58:48 Modified files: devel/py-gitdb : Makefile Log message: Enable tests using MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 08:00:09 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-3.34.3. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/08 08:01:15 Modified files: sys/arch/m88k/m88k: db_disasm.c db_interface.c db_sstep.c db_trace.c Log message: Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t. Tested by miod@, ok aoyama@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/11/08 08:22:04 Modified files: devel/got : Makefile distinfo Log message: update to got 0.19 - add optional colorized display mode to tog - make 'tog log' show abbreviated commit IDs if the window is large enough - fix staging of multiple files with -p - show commit date's century in 'got blame' output (patch by Tracey Emery) CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/08 08:45:20 Modified files: productivity/calcurse: Makefile distinfo productivity/calcurse/patches: patch-src_args_c productivity/calcurse/pkg: PLIST Removed files: productivity/calcurse/patches: patch-contrib_caldav_calcurse-caldav patch-src_calcurse_h patch-src_getstring_c patch-src_notify_c patch-src_utils_c Log message: Update calcurse to 4.5.1 and take maintainership. Most patches can be dropped as upstream incorporated those changes or fixed the issues we had to patch for. Notably, they are now using time_t for the functions we patched with the exception of arg_print_date() so the patch for this one remains. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 08:48:27 Modified files: textproc/icu4c : Makefile Log message: Add PORTROACH marker. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/08 08:48:27 Modified files: net/gdnsd : Makefile distinfo net/gdnsd/pkg : PLIST Log message: Update gdnsd to 2.4.3. This fixes CVE-2019-13952. While there, switch MASTER_SITES to HTTPS. OK sthen@, jung@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/08 08:53:22 Modified files: emulators/hatari: Makefile Log message: Switch HOMEPAGE to HTTPS. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/08 08:59:28 Modified files: www/slowhttptest: Makefile Added files: www/slowhttptest/patches: patch-src_slowhttptest_cc Log message: Fix a segmentation fault in slowhttptest. slowhttptest didn't check that the argument passed to freeaddrinfo(3) was not NULL, which resulted in a segmentation fault. OK jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 09:07:49 Modified files: cad : Makefile Removed files: cad/kicad-library: Makefile distinfo cad/kicad-library/pkg: DESCR PLIST Log message: kicad-library is not needed any more (and already is merged into kicad-share via @pkgpath), pointed out by Tracey Emery CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/08 09:13:28 Modified files: sys/scsi : sd.c sdvar.h Log message: The u_long fields in struct disk_parms (secsize, heads, cyls, sectors) are always initializd to u_int32_t values. And are then copied into u_int32_t fields in the disklabel. Switch them to u_int32_t. Cluebats and ok deraadt@ jca@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/08 09:22:08 Modified files: mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/pkg: PLIST-lightning Log message: Remove gdata-provider bits, was removed upstream in #1584614. ppl wanting to use the 'Provider for google calendar' addon should use the addon manager to install it in their profile. While here remove some old cruft - no REVISION bump as it didnt build. Fixes build breakage reported by ajacoutot@, thanks ! CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/08 09:41:15 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Add support to iwm(4) for ADD_STA commands used by newer firmware. Tested by phessler@, Tracey Emery, and myself on 8260 and 8265. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/08 09:42:11 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h Log message: Add support to iwm(4) for new umac scan API in newer firmware versions. Tested by phessler@, Tracey Emery, and myself on 8260 and 8265. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/08 09:42:47 Modified files: sys/dev/pci : if_iwm.c Log message: Switch 8260 and 8265 iwm(4) devices to -34 firmware. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/08 09:45:54 Modified files: fonts/public-sans: Makefile distinfo Log message: Update public-sans to 1.006. From George Rosamond, thanks! CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 09:59:53 Modified files: devel/py-radix : Makefile Log message: Move from py-nose to MODPY_PYTEST for tests. Add comment about lack of tests in PyPI tarball along with link to pull request to fix it CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/08 10:11:50 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_ToolChains_OpenBSD_cpp Log message: Use libcxx on mips64, like base clang from Brad some time ago. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 10:14:24 Modified files: devel/py-sortedcontainers: Makefile Log message: Move from py-nose to MODPY_PYTEST. Add comment reflecting that the PyPI tarball doesn't currently include tests and a link to the pull request to fix that. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 10:16:36 Modified files: devel/py-spark-parser: Makefile Log message: Move from py-nose for testing to MODPY_PYTEST CVSROOT: /cvs Module name: www Changes by: solene@cvs.openbsd.org 2019/11/08 10:40:18 Modified files: faq : upgrade66.html Log message: acme-client.conf staging api must be changed in 6.6 upgrade ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/08 10:47:01 Modified files: infrastructure/lib/DPB: Job.pm infrastructure/lib/DPB/Core: Init.pm infrastructure/lib/DPB/Job: Port.pm Log message: backout some of the "clean-up", just keep the part that doesn't run code that can't work (the rest does something strange with start_pipe for now) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/08 10:53:24 Modified files: infrastructure/lib/DPB/Core: Init.pm Log message: so the job itself should also not continue if something broke CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 11:05:58 Modified files: math/py-patsy : Makefile Log message: Move testing from py-nose to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/08 12:44:31 Modified files: devel/libtalloc: Makefile databases/tdb : Makefile Log message: Sync WANTLIB CVSROOT: /cvs Module name: src Changes by: solene@cvs.openbsd.org 2019/11/08 12:54:40 Modified files: usr.bin/mg : mg.1 Log message: Add that make-backup-files variable is enabled by default make-backup-files toggles backup, so when you add it in your ~/.mg this disables backup. ok benno@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/11/08 13:01:22 Modified files: . : index.html Log message: remove CVSync from front page CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/08 13:27:03 Modified files: . : anoncvs.html build : mirrors.dat Log message: update the ftp.hostserver.de rsync URL for getting the cvs repo CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/08 13:29:27 Modified files: build : mirrors.dat Log message: remove mention of cvsync in comments CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 14:30:37 Modified files: x11/gtksourceview: Makefile Log message: Fix PORTROACH. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 14:37:35 Modified files: net/mldonkey : Makefile print/libharu : Makefile www/wslay : Makefile archivers/makeself: Makefile Log message: Add PORTROACH marker. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 14:39:34 Modified files: x11/p5-Tk : Makefile distinfo x11/p5-Tk/pkg : PLIST-main Log message: Update to p5-Tk-804.034. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 14:39:56 Modified files: x11/p5-X11-Protocol-Other: Makefile distinfo x11/p5-X11-Protocol-Other/pkg: PLIST Log message: Update to p5-X11-Protocol-Other-31. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 14:42:42 Modified files: x11/p5-Gtk2 : Makefile distinfo Log message: Update to p5-Gtk2-1.24993. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/08 14:43:22 Modified files: fonts/inter : Makefile distinfo Log message: Update inter to 3.11. OK kmos@, bentley@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 14:51:59 Modified files: textproc/link-grammar: Makefile distinfo textproc/link-grammar/pkg: PLIST-python Log message: Update to link-grammar-5.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 14:55:27 Modified files: x11/vlc : Makefile Removed files: x11/vlc/patches: patch-include_vlc_common_h patch-modules_demux_mkv_mkv_hpp Log message: Remove some unnecesssary patches. from Brad (maintainer) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/08 14:57:16 Modified files: build : mirrors.dat Log message: list rsync cvs target on anoncvs1.usa.openbsd.org (aka anoncvs.usa.openbsd.org), anoncvs3.usa.openbsd (aka anoncvs2.usa.openbsd.org) and anoncvs4.usa.openbsd.org. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 14:57:29 Modified files: net/py-curl : Makefile Log message: Finish enabling tests using the long-ported py-bottle and py-flask. Remove comment saying it needs "not ported" py-bottle and py-flask. Move to using MODPY_PYTEST CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/08 14:57:43 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 14:58:58 Modified files: sysutils/reposync: Makefile sysutils/reposync/files: reposync Log message: tie the hash of the CVSROOT directory listing to the rsync repo address, so switching server will trigger a full sync. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 15:00:56 Modified files: net/py-ifaddr : Makefile Log message: Move tests from py-nose to MODPY_PYTEST and remove py-nose TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 15:02:19 Modified files: net/py-ipaddress: Makefile Log message: Move tests from py-nose to MODPY_PYTEST and drop py-nose from dependencies CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/11/08 15:09:49 Modified files: devel/got : Makefile distinfo Log message: update to got-0.20 - fix reading pack files larger than 2GB - try not to hide errors from helper programs when got exits - use less empty padding space after author name in 'tog log' - rename 'got init' and 'got import' default branch to "main" (patch by kmos@) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 15:18:44 Modified files: cad/kicad-share: Makefile.inc cad/kicad-share/i18n: Makefile Log message: really fix kicad-share (GH_*/WRKSRC/etc), breakage reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 15:39:25 Modified files: devel/fribidi : Makefile Added files: devel/fribidi/patches: patch-lib_fribidi-bidi_c Log message: backport fix for CVE-2019-18397, stack buffer overflow in FriBiDi ok aja CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 15:40:35 Modified files: sysutils/tarsnapper: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/08 15:40:36 Modified files: devel/fribidi : Tag: OPENBSD_6_6 Makefile Added files: devel/fribidi/patches: Tag: OPENBSD_6_6 patch-lib_fribidi-bidi_c Log message: MFC: backport fix for CVE-2019-18397, stack buffer overflow in FriBiDi CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 15:44:27 Modified files: textproc/asciinema: Makefile Log message: Move tests from py-nose to MODPY_PYTEST. Dropped unneded py-nose dependency CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 15:50:06 Modified files: textproc/py-markdown: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 15:59:10 Modified files: textproc/py-numpydoc: Makefile Log message: Move tests from py-nose to MODPY_PYTEST. Drop now-uneeded py-nose. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 16:00:10 Modified files: graphics/p5-Cairo: Makefile distinfo Log message: Update to p5-Cairo-1.107. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 16:04:06 Modified files: textproc/py-xmltodict: Makefile Log message: Move tests from py-nose to MODPY_PYTEST. Drop unneeded py-nose dependency. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 16:18:09 Log message: devel/py-test-relaxed DESCR: pytest-relaxed provides 'relaxed' test discovery for pytest. It is the spiritual successor to https://pypi.python.org/pypi/spec, but is built for pytest instead of nosetests, and rethinks some aspects of the design (such as increased ability to opt-in to various behaviors.) Version 1.1.5 OK sthen Status: Vendor Tag: kmos Release Tags: kmos_20191109 N ports/devel/py-test-relaxed/Makefile N ports/devel/py-test-relaxed/distinfo N ports/devel/py-test-relaxed/pkg/DESCR N ports/devel/py-test-relaxed/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 16:18:51 Modified files: devel : Makefile Log message: Hook py-test-relaxed up to build CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2019/11/08 16:29:56 Modified files: math/gnuplot : Makefile distinfo Log message: Update to gnuplot 5.2.7. Introduces new features and bug fixes: http://www.gnuplot.info/ReleaseNotes_5_2_7.html All regress tests pass. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 16:31:07 ports/www/py-terminado/patches Update of /cvs/ports/www/py-terminado/patches In directory cvs.openbsd.org:/tmp/cvs-serv31396/patches Log Message: Directory /cvs/ports/www/py-terminado/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 16:31:46 Modified files: www/py-terminado: Makefile Added files: www/py-terminado/patches: patch-terminado_tests_basic_test_py Log message: Move to MODPY_PYTEST and patch out use of bash in tests to fix tests. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 16:34:33 Modified files: devel/flake8 : Makefile distinfo Log message: Update to flake8-3.7.9. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 16:37:32 Modified files: www/py-webob : Makefile Log message: Move tests to MODPY_PYTEST and enable tests for python3. While here move HOMEPAGE to https CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 16:38:42 Modified files: devel/libgit2/libgit2: Makefile distinfo Log message: Update to libgit2-0.28.2. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/08 16:40:06 Modified files: www/py-webtest : Makefile Log message: Move tests from py-nose to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/08 16:41:20 Modified files: math/ebc : Makefile distinfo Log message: Update to ebc-2.2.0 Changelog: https://github.com/gavinhoward/bc/releases/tag/2.2.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/08 16:43:59 Modified files: devel/libgit2/py-git2: Makefile distinfo Log message: Update to py-git2-0.28.2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/08 18:06:52 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/11/08 20:53:44 Modified files: sys/dev/pci : if_vic.c Log message: Ack the interrupt first, so that it can receive interrupts for new arrival packets. diff from IIJ. ok dlg CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/09 00:02:24 Modified files: x11/xkbcommon : Makefile Log message: xkbcommon: add extra LDFLAGS to make it build on ld.bfd archs Tweaks and OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/09 00:09:09 Modified files: security/opensc: Makefile security/opensc/patches: patch-configure_ac Log message: opensc: remove -Werror from CFLAGS, this fixes the build on base-gcc archs. OK sthen@ jca@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/09 01:06:38 Modified files: sbin/unwind : resolver.c Log message: failure to allocate memory is not an XXX CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2019/11/09 01:41:05 Modified files: . : want.html Log message: I need an adapter to plug Intel 9560 wifi cards with M.2 2230 connectors into an APU board in order to work on driver support for the 9000 series. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2019/11/09 01:46:35 Modified files: . : want.html Log message: Looks like the iwm 9k cards I have support M.2 E key only, not A key. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/09 02:03:24 Modified files: sys/net80211 : ieee80211_node.c Log message: Clear the unref callback function pointer when cleaning up an ieee80211_node. ok mpi@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/09 02:45:26 Modified files: sys/net : if.c Log message: whitespace fixes, no functional change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/09 03:09:04 Modified files: databases/sqlite3: Makefile distinfo Log message: Update to sqlite3 3.30.1. See https://www.sqlite.org/releaselog/3_30_1.html Will be a requirement for gecko 72 per #1586739 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/09 03:17:45 Modified files: security/opendnssec: Makefile distinfo security/opendnssec/patches: patch-enforcer_utils_1_4-2_0_db_convert_README_md Log message: Update opendnssec 2.1.4 -> 2.1.5 Announcement: https://www.opendnssec.org/2019/11/opendnssec-2-1-5/ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/09 03:21:52 Modified files: sys/scsi : sd.c Log message: Fix SCSIDEBUG compile. Missed a %lx -> %x. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/09 03:32:26 Modified files: sysutils/virt-manager: Makefile sysutils/libvirt-python: Makefile sysutils/libvirt: Makefile Log message: Take maintainer; I'll try and update these in the next few months. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/09 03:36:07 Modified files: net : Makefile Removed files: net/clive : Makefile distinfo net/clive/pkg : DESCR PLIST Log message: Remove net/clive. It has not been updated since it was imported in 2004, despite the fact new versions have been released over the years, up to clive-0.4.10 in 2012. Our current version segfaults when attempting to access the service. OK kmos@, bentley@, kn@, jca@, ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/09 03:39:40 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of clive. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/09 03:50:12 Modified files: lang/gcc/8 : Makefile Log message: Revise the adastrap build such that it extracts the list of required shared libraries directly from the cc1 binary and includes all of them in the new bootstrap. ok sthen@ pascal@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/09 04:02:27 Modified files: x11/remmina : Makefile x11/remmina/pkg: PLIST Log message: Remove support for telepathy-glib which is gone from newer releases. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/09 04:06:24 Modified files: share/man/man4 : iwm.4 Log message: Update the list of firmware files loaded by iwm(4) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/09 04:24:23 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_resource.c Log message: drm/amd/display: fix odm combine pipe reset From Dmytro Laktyushkin a0d8a590d983d55fc48293ff573ae31a23b3c7d0 in linux 4.19.y/4.19.82 f25f06b67ba237b76092a6fc522b1a94e84bfa85 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/09 04:27:42 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_bo_list.c Log message: drm/amdgpu: fix memory leak From Nirmoy Das f2824a020746ec60fbb780756e42ac13efb221d0 in linux 4.19.y/4.19.82 083164dbdb17c5ea4ad92c1782b59c9d75567790 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/09 04:30:06 Modified files: sys/dev/pci/drm/amd/powerplay/hwmgr: vega10_hwmgr.c Log message: drm/amdgpu/powerplay/vega10: allow undervolting in p7 From Pelle van Gils fd9a708c7bde2175357acf87ff3a4416b9807f59 in linux 4.19.y/4.19.82 e6f4e274c1e52d1f0bfe293fb44ddf59de6c0374 in mainline linux CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/09 04:34:34 Modified files: sys/net : if_aggr.c Log message: whitespace fixes, no functional change. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/09 04:39:15 Modified files: sys/net80211 : ieee80211_ioctl.c ieee80211_var.h Log message: Trigger a background scan when root runs the 'ifconfig scan' command. This will update the list of cached APs for future invocations of the 'scan' command, and will force a search for a better AP to roam to. ok sthen@ phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/09 04:52:51 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20191108. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/09 05:14:16 Modified files: sys/scsi : sd.c Log message: Fix SCSIDEBUG display of VPD inquiry data. Remove extraneous whitespace in SCSIDEBUG read capacity display. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/09 05:15:50 Modified files: sys/scsi : scsi_base.c Log message: Fix SCSIDEBUG display of VPD inquiry data. Remove extraneous whitespace in SCSIDEBUG read capacity display. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/09 05:19:15 Modified files: net/mldonkey : Makefile print/libharu : Makefile www/wslay : Makefile archivers/makeself: Makefile textproc/icu4c : Makefile Log message: Remove PORTROACH; not sure why but this doesn't work. That stuff is getting more broken by the minute... CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/09 05:58:08 Modified files: faq : faq5.html Log message: Point to the new way of mirroring a cvs repo, with help from naddy. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/09 06:21:04 Modified files: sys/net80211 : ieee80211.c ieee80211_node.c ieee80211_var.h Log message: Give access points which fail to AUTH or ASSOC less priority during the next selection of networks from the join list. Prevents endless attempts to connect to an AP which is out of reach but still somehow manages to get a beacon or two across to us during scan. Tested with wifi networks at the University of Bucharest. Makes switching wifi networks possible after walking to a different room without having to down/up the interface or suspend/resume. ok phessler@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/09 07:06:33 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-lib_Makefile_in patch-man_icewm-preferences_pod patch-src_icesh_cc x11/icewm/pkg : PLIST Log message: Update icewm to 1.6.2. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/09 07:34:32 Modified files: devel/py-six : Makefile Log message: Update HOMEPAGE CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/09 07:36:30 Modified files: sys/scsi : sd.c Log message: Shuffle sd_get_parms() logic to ensure we only update sc->params with a complete set of validated (possibly fictitious) data. Add SCSIDEBUG output showing mismatch between disksize and cyls * heads * sectors. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/09 07:39:42 Modified files: usr.bin/mandoc : mandoc_parse.h roff.c Log message: In the past, generating comment nodes stopped at the .TH or .Dd macro, which is usually close to the beginning of the file, right after the Copyright header comments. But espie@ found horrible input files in the textproc/fstrcmp port that generate lots of parse nodes before even getting to the header macro. In some formatters, comment nodes after some kinds of real content triggered assertions. So make sure generation of comment nodes stops once real content is encountered. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/09 07:49:31 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add test for req -addext in appstest.sh CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/09 08:01:33 Modified files: security/py-paramiko: Makefile distinfo security/py-paramiko/pkg: PLIST Log message: Update py-paramiko 2.4.1 -> 2.6.0 ok landry@ rsadowski@ kmos@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/09 08:03:10 Modified files: net/librsync : Makefile Log message: librsync: add -std=gnu99 as a CFLAG because the code contains initial declarations in for loops. This fixes the build with base-gcc. Tested on sparc64 by kmos@, on macppc and amd64 by me. OK kmos@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/09 08:08:10 Modified files: infrastructure/mk: arch-defines.mk bsd.port.mk Log message: add initial glue for debug packages support this is likely to change some more (become more automated), but it should allow us to build a few packages and tinker. Basically it uses DEBUG_PACKAGES, DEBUG_FILES plus DEBUG_CONFIGURE_ARGS and DEBUG_FLAGS because we don't want to allow debug packages on small architectures before we assess the performance impact of building these. this will get documented properly once the dust settles... As discussed with other people at p2k19, ok pirofti@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/09 08:13:34 Modified files: devel/ti-msp430gcc: Makefile devel/ti-msp430gcc/patches: patch-sources_tools_Makefile_def Removed files: devel/ti-msp430gcc/patches: patch-sources_tools_mpfr_src_mpfr_h Log message: Do not build the bundled obsolete copies of libgmp, libmpfr, libmpc. They clash with the newer versions we have as ports. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/09 08:19:50 Modified files: geo/postgis : Makefile Added files: geo/postgis/patches: patch-postgis_Makefile_in Log message: Modify include paths order to prevent postgis from using system wide devel/uthash headers if they are installed. OK landry@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/09 08:35:27 Log message: Import comms/pterm. Pterm is a terminal emulator designed for connecting to PLATO-like systems such as Cyber1 and the Cybis release from Tom Hunter. It also has the ability to run MicroTutor from floppy disk images. PLATO is a multi-user system hosting games, educational material, and communities. A PLATO server is hosted at IRATA.online with guest access and a CYBIS system is hosted at cyber1.org. From Tim Meunier, thanks! OK sthen@ Status: Vendor Tag: fcambus Release Tags: fcambus_20191109 N ports/comms/pterm/Makefile N ports/comms/pterm/distinfo N ports/comms/pterm/patches/patch-types_h N ports/comms/pterm/patches/patch-wxversion_py N ports/comms/pterm/patches/patch-getkitver_py N ports/comms/pterm/patches/patch-FrameCanvas_cpp N ports/comms/pterm/pkg/DESCR N ports/comms/pterm/pkg/PLIST N ports/comms/pterm/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/09 08:36:59 Modified files: comms : Makefile Log message: Add pterm. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/11/09 08:52:53 Modified files: net/haproxy : Makefile distinfo net/haproxy/patches: patch-doc_haproxy_1 Removed files: net/haproxy/patches: patch-include_proto_openssl-compat_h patch-src_ssl_sock_c Log message: Update to haproxy-2.0.8 Enable zlib From Matthieu Guegan (matthieu dot guegan at deindeal dot ch) CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/11/09 08:54:20 Modified files: usr.sbin/ospfd : kroute.c Log message: Fix function name in error message. input & OK claudio@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/11/09 08:59:46 Modified files: faq : faq5.html Log message: fix english and formatting CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2019/11/09 09:13:07 Modified files: faq : faq8.html Log message: ntpd -s was never recommended and tell a bit how ntpd actually works these days. ok and tweaks tj@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/09 09:19:08 Modified files: games/endless-sky: Makefile distinfo games/endless-sky/pkg: PLIST Log message: Update to endless-sky-0.9.10 Changelog: https://github.com/endless-sky/endless-sky/releases/tag/v0.9.10 CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/09 09:25:17 src/gnu/llvm/tools/lldb/source/Plugins/Process/OpenBSD Update of /cvs/src/gnu/llvm/tools/lldb/source/Plugins/Process/OpenBSD In directory cvs.openbsd.org:/tmp/cvs-serv13124/gnu/llvm/tools/lldb/source/Plugins/Process/OpenBSD Log Message: Directory /cvs/src/gnu/llvm/tools/lldb/source/Plugins/Process/OpenBSD added to the repository CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/09 09:25:17 src/gnu/usr.bin/clang/lldb-server Update of /cvs/src/gnu/usr.bin/clang/lldb-server In directory cvs.openbsd.org:/tmp/cvs-serv13124/gnu/usr.bin/clang/lldb-server Log Message: Directory /cvs/src/gnu/usr.bin/clang/lldb-server added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/09 09:28:10 Modified files: sbin/unwind : parse.y printconf.c resolver.c unwind.c unwind.h Log message: Mechanically change the forwarder SIMPLEQ to a TAILQ. Needed for future work to be able to easily delete elements while iterating. OK kn CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/09 09:38:54 Modified files: games/hyperrogue: Makefile distinfo games/hyperrogue/patches: patch-Makefile_am games/hyperrogue/pkg: PLIST Log message: Update to hyperrogue-11.2d CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/09 09:45:48 Modified files: gnu/llvm/tools/lldb/include/lldb/Utility: ArchSpec.h gnu/llvm/tools/lldb/packages/Python/lldbsuite/test/api/multithreaded: common.h gnu/llvm/tools/lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name: main.cpp gnu/llvm/tools/lldb/source/Core: FormatEntity.cpp gnu/llvm/tools/lldb/source/Host/common: SocketAddress.cpp gnu/llvm/tools/lldb/source/Host/openbsd: Host.cpp gnu/llvm/tools/lldb/source/Host/posix: DomainSocket.cpp PipePosix.cpp gnu/llvm/tools/lldb/source/Initialization: CMakeLists.txt SystemInitializerCommon.cpp gnu/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD: DYLDRendezvous.cpp DynamicLoaderPOSIXDYLD.cpp gnu/llvm/tools/lldb/source/Plugins/Platform/OpenBSD: PlatformOpenBSD.cpp PlatformOpenBSD.h gnu/llvm/tools/lldb/source/Plugins/Process: CMakeLists.txt gnu/llvm/tools/lldb/source/Plugins/Process/gdb-remote: GDBRemoteCommunicationServerCommon.cpp GDBRemoteCommunicationServerLLGS.cpp gnu/llvm/tools/lldb/source/Utility: ArchSpec.cpp gnu/llvm/tools/lldb/tools/lldb-server: CMakeLists.txt lldb-gdbserver.cpp gnu/usr.bin/clang: Makefile gnu/usr.bin/clang/liblldbPluginProcess: Makefile Added files: gnu/llvm/tools/lldb/source/Plugins/Process/OpenBSD: CMakeLists.txt NativeProcessOpenBSD.cpp NativeProcessOpenBSD.h NativeRegisterContextOpenBSD.cpp NativeRegisterContextOpenBSD.h NativeRegisterContextOpenBSD_x86_64.cpp NativeRegisterContextOpenBSD_x86_64.h NativeThreadOpenBSD.cpp NativeThreadOpenBSD.h gnu/usr.bin/clang/lldb-server: Makefile Log message: Add lldb support for debugging running binaries on amd64. Follows a similar model as NetBSD. Much help from patrick, kettenis and guenther. lldb and lldb-server remain not installed by default. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/09 09:46:21 Log message: Import py-backcall Specifications for callback functions passed in to an API If your code lets other people supply callback functions, it's important to specify the function signature you expect, and check that functions support that. Adding extra parameters later would break other peoples code unless you're careful. New dependency for iPython update OK sthen Status: Vendor Tag: kn Release Tags: kn_20191109 N ports/devel/py-backcall/Makefile N ports/devel/py-backcall/distinfo N ports/devel/py-backcall/pkg/DESCR N ports/devel/py-backcall/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/09 09:47:28 Modified files: devel : Makefile Log message: + py-backcall CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/09 10:06:37 Modified files: infrastructure/lib/DPB: Fetch.pm Grabber.pm PortInfo.pm Roach.pm Vars.pm Log message: tweaks: - contrary to merge_depends, build_distinfo can actually work one path at a time. - have DISTFILES be an ordered list to give more info to roach (first distfile) - so put build1roach in the middle of build1info so that the ordered list is still available. To be leveraged once I finish roach... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/09 10:13:23 Modified files: misc/osinfo/osinfo-db: Makefile Log message: Small example to add a new OpenBSD release in the osinfo-db. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/09 10:14:01 Modified files: sbin/route : route.c sys/net : route.h Log message: Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposals from slaacd and dhclient when it starts. Discussed with deraadt who notes that it's a bit odd to have this as a route priority. One idea is to have this as a dedicated route message and not a priority. But we want to move this forward and learn how it can be used so we are going with this for now. OK deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/09 10:16:39 Modified files: sys/net : route.h Log message: Forgot comment requested by deraadt in previous. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/09 10:17:24 Modified files: devel/p5-forks : Makefile devel/p5-forks/pkg: PLIST Log message: Install forks in place of threads namespace Required by slic3r for which I imported this port in the first place. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/09 10:27:40 Modified files: devel/glib2 : Makefile x11/gtk+2 : Makefile x11/gtk+3 : Makefile x11/gtk+4 : Makefile Log message: Don't ship with debug symbols anymore; there's a new opt-in facility to do this now. CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2019/11/09 10:28:58 Modified files: lang/python/3.7: Makefile Added files: lang/python/3.7/pkg: PLIST-gdbm-debug PLIST-main-debug Log message: Add debug packages to python -main and -gdbm. This show-cases the new debug infrastructure created by Marc and I. OK robert@, espie@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/09 10:40:42 Modified files: x11/pwm : Makefile distinfo x11/pwm/patches: patch-Makefile x11/pwm/pkg : PLIST Log message: Update to pwm-20070720. While here update HOMEPAGE and switch to https. Thanks to sthen@ for noticing that the license marker should be set to "# Artistic or GPLv2+". OK sthen@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/09 10:41:10 Modified files: textproc/yq : Makefile distinfo textproc/yq/pkg: PLIST Log message: Update to yq 2.9.2 - Fix interrupted release - Fix documentation build - Add -Y/–yaml-roundtrip for preserving YAML styles and tags - Filter out -C and separate commingled yq and jq short options - Set default block sequence indentation to 2 spaces, –indentless for 0 - Make main body of yq callable as a library function - Test and release infrastructure updates CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/09 10:58:48 Modified files: sys/arch/amd64/stand/libsa: gidt.S sys/arch/i386/stand/libsa: gidt.S Log message: move NT eflag clearing after register saving, otherwise %eax is corrupted with the eflags value. Found by julius zint. ok guenther CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/09 12:02:31 Modified files: sys/kern : sys_pipe.c sys/sys : pipe.h Log message: Replace the hand-rolled pipe lock with a rwlock. A necessary first step towards unlocking pipes. ok cheloha@ mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/09 12:05:37 Modified files: graphics/drawpile: Makefile distinfo graphics/drawpile/pkg: PLIST Log message: Update to drawpile-2.1.13 Changelog: https://drawpile.net/news/release-2.1.13/ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/09 12:59:53 Modified files: sys/arch/armv7/conf: Makefile.armv7 Log message: Let mcount.o compile by ignoring a warning about the profile.h ASM ok patrick@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/09 13:07:00 Modified files: sys/arch/amd64/conf: ld.script sys/arch/arm/conf: kern.ldscript sys/arch/arm64/conf: kern.ldscript sys/arch/i386/conf: ld.script sys/arch/loongson/conf: ld.script sys/arch/luna88k/conf: ld.script sys/arch/octeon/conf: ld.script sys/arch/sgi/conf: ld.script sys/arch/sparc64/conf: ld.script Log message: Retguard will start using sections named ".openbsd.randomdata.retguard.*" and not just ".openbsd.randomdata.retguard". Accept both in the kernel ldscripts so that they're placed together between the __retguard_{start,end} symbols. Similarly, match not just ".openbsd.randomdata" but also ".openbsd.randomdata.*" to pick up other random (pun intended) items. While here, stub in those retguard bits into all the ldscripts. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/09 13:29:09 Modified files: gnu/llvm/lib/CodeGen: ReturnProtectorPass.cpp Log message: Move the hashed __retguard_* symbols into individual sections and mark them as COMDATs so that the linker can individually discard them, instead of just ignoring duplicate symbols but keep the (duplicate) space. On amd64, this reduces the size of the kernel OPENBSD_RANDOM segment by 82% and the libc OPENBSD_RANDOM segment by 15%. A port that tb@ is working on experienced a 97.3% reduction...which let it actually run. ok mortimer@ deraadt@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/09 13:53:55 Modified files: sys/dev/ic : bwfm.c bwfmreg.h Log message: Add support for active scan to bwfm(4). So far we only have done passive scans, which works well enough as long as you don't use hidden networks. Even without hidden networks, using an active scan seems to be quicker and feels like it works better. ok stsp@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/09 14:08:38 src/regress/sys/kern/pipe Update of /cvs/src/regress/sys/kern/pipe In directory cvs.openbsd.org:/tmp/cvs-serv5549/pipe Log Message: Directory /cvs/src/regress/sys/kern/pipe added to the repository CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/09 14:10:15 Added files: regress/sys/kern/pipe: Makefile pipe.c pipe.h test-ping-pong.c test-run-down.c test-thundering-herd.c Log message: add pipe regress test suite CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/09 14:12:03 Modified files: regress/sys/kern: Makefile Log message: +pipe CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/09 14:50:35 Modified files: . : anoncvs.html build : mirrors.dat Log message: update upstream and add username to rsync url CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/09 15:31:55 Modified files: textproc/cloc : Makefile distinfo Log message: Update cloc to 1.84. OK jung@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/09 15:35:19 Modified files: games/devilutionx: Makefile distinfo games/devilutionx/patches: patch-CMakeLists_txt Removed files: games/devilutionx/patches: patch-SourceS_miniwin_h patch-Source_engine_cpp patch-Source_init_cpp patch-defs_h Log message: Update devilutionx to a bit past the 0.5.0 release so that we can benefit from all the OpenBSD support being upstreamed. Note that previous saved games may no longer work. ok brynet@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/09 16:02:06 Modified files: sysutils/bfs : Makefile distinfo sysutils/bfs/patches: patch-Makefile Log message: Update to bfs-1.5.1 Changelog: https://github.com/tavianator/bfs/releases/tag/1.5.1 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/09 16:41:22 Modified files: sys/scsi : scsiconf.c Log message: Make sure that SDEV_NOSYNC abd SDEV_NOWIDE quirks are not inadvertantly set on devices for which they are irrelevant or incorrect. Lets these device operate at full speed. ok sthen@ deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/09 22:00:36 Modified files: sys/kern : vfs_vnops.c Log message: Change the EINVAL return code to a KASSERT if the namei structure is initialized incorrectly for vn_open ok visa@ anton@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/10 00:32:58 Modified files: usr.sbin/ntpd : ntp.c ntpd.c sensors.c Log message: - validate sensor values against constraints - do not restart settime timeout interval if something happens in the main event loop - apply a tight loop protection; it can be painfull on a single core machine since the process runs at maximum priority. Should only happen when a bug is introduced while developing, but prevents having to machine taken over by ntpd. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2019/11/10 01:23:35 Modified files: devel/cvsweb : Makefile distinfo devel/cvsweb/pkg: PLIST README Removed files: devel/cvsweb/patches: patch-cvsweb_cgi patch-cvsweb_conf Log message: Update to cvsweb-2.1, including partial XSS mitigations; OK gonzalo@ brynet@. Note that autodetecting the location of the configuration file is no longer supported. Now, it must be set explicitly in the script. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/10 01:36:44 Modified files: sys/kern : sys_pipe.c Log message: Invert a conditional in pipe_write() for reduced indent and in preparation for further refactoring. ok cheloha@ mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/10 01:52:51 ports/security/qca-qt5/patches Update of /cvs/ports/security/qca-qt5/patches In directory cvs.openbsd.org:/tmp/cvs-serv13907/patches Log Message: Directory /cvs/ports/security/qca-qt5/patches added to the repository CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/10 02:09:02 Modified files: sys/net80211 : ieee80211_node.c Log message: Stop connecting to available open wifi networks when the interface is put up. From now on, this behaviour must be explicitly enabled with ifconfig join "". ok sthen jcs deraadt CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/10 02:10:44 Modified files: sbin/ifconfig : ifconfig.8 Log message: Update wifi-related documentation in ifconfig man page. ok jmc deraadt CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/10 02:29:32 Modified files: security/angrop: Makefile distinfo devel/angr : Makefile.inc devel/angr/py-ailment: distinfo 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: Makefile distinfo devel/angr/py-cle: distinfo devel/angr/py-cle/patches: patch-cle_loader_py devel/angr/py-pyvex: Makefile distinfo devel/angr/py-z3-solver: Makefile distinfo devel/angr/py-z3-solver/patches: patch-core_scripts_mk_util_py devel/angr/py-z3-solver/pkg: PLIST Removed files: devel/angr/py-z3-solver/patches: patch-core_src_util_lp_permutation_matrix_h Log message: Update to angr-8.19.10.30 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/10 02:34:40 Modified files: regress/sys/kern/pipe: pipe.c Log message: minor style nit CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/10 03:01:56 Modified files: devel/angr : Makefile.inc devel/angr/py-cle: Makefile devel/angr/py-cle/patches: patch-cle_loader_py devel/angr/py-cle/pkg: PLIST Log message: Use MODPY_PY_PREFIX, comment patch CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/10 03:03:29 Modified files: sys/net : if_tpmr.c Log message: whitespace tweaks, no functional change. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/10 03:03:33 Modified files: sys/arch/amd64/amd64: db_disasm.c db_trace.c sys/arch/hppa/hppa: db_interface.c sys/arch/m88k/m88k: db_disasm.c db_interface.c Log message: TRUE/FALSE conversions missed in previous. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 03:07:15 Modified files: sysutils/firmware/iwm: Tag: OPENBSD_6_6 Makefile distinfo sysutils/firmware/iwm/pkg: Tag: OPENBSD_6_6 PLIST Log message: add 17/29/34 firmware to 6.6 iwm packages CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/10 03:12:15 Modified files: share/man/man4 : route.4 Log message: sync to sys/route.h; pointed out by benno CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/10 03:23:02 Modified files: archivers/gcpio: Makefile distinfo archivers/gcpio/patches: patch-doc_cpio_1 archivers/gcpio/pkg: PLIST Added files: archivers/gcpio/patches: patch-tests_symlink-bad-length_at Removed files: archivers/gcpio/patches: patch-src_copyin_c patch-src_extern_h patch-src_global_c patch-src_main_c patch-tests_symlink-long_at Log message: Security update to 2.13: * Fix CVE-2015-1197 * Fix CVE-2016-2037 * Fix CVE-2019-14866 * Remove --extract-over-symlinks option again, which was part of an earlier non-upstream fix for CVE-2015-1197. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/10 03:28:53 Modified files: devel/xa : Makefile distinfo Log message: Update xa to 2.3.10. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/10 03:52:56 Modified files: build : mirrors.dat mirrors.pl Log message: - drop VH lines which are no longer used - use a non-specific "updated from main server" for 2nd level mirrors CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/10 03:53:45 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 03:59:49 Modified files: mail/neomutt : Makefile distinfo Removed files: mail/neomutt/patches: patch-main_c Log message: pull up neomutt to HEAD, fixes some more crashes/leaks. ok kn@ if you have problems with neomutt please first check if they have been fixed upstream (https://github.com/neomutt/neomutt, copy the full commit id from the URL in "Latest commit", update GH_COMMIT and rebuild), if the problem still occurs then please report upstream with as much info to reproduce as possible. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/10 04:03:04 ports/security/py-paramiko/patches Update of /cvs/ports/security/py-paramiko/patches In directory cvs.openbsd.org:/tmp/cvs-serv6785/patches Log Message: Directory /cvs/ports/security/py-paramiko/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/10 04:04:45 Modified files: security/py-paramiko: Makefile Added files: security/py-paramiko/patches: patch-setup_cfg patch-tests_test_client_py Log message: Excise py-test-relaxed from py-paramiko. paramiko turns *off* py-test-relaxed but that leaves every other Python port's tests disrupted by it. Patch it out. Attempting to feed this upstream. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/10 04:08:41 Modified files: x11/icewm/patches: patch-src_default_h Log message: Commit missing patch update. Pointed out by aja, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 04:10:37 Modified files: infrastructure/mk: bsd.port.mk Log message: use DEBUG=-g rather than a special DEBUG_FLAGS, avoids the need to mess with adding to CFLAGS manually CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/10 04:17:49 Modified files: sysutils/upower: Makefile distinfo sysutils/upower/patches: patch-libupower-glib_up-device_c sysutils/upower/pkg: PLIST Log message: Update to upower 0.99.11. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/10 04:23:08 Modified files: devel : Makefile Log message: Unhook ruby-atomic CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/10 04:23:56 Removed files: devel/ruby-atomic: Makefile distinfo devel/ruby-atomic/pkg: DESCR PLIST Log message: Send ruby-atomic to the Attic It has been deprecated upstream. OK kmos@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/10 04:32:33 Modified files: sysutils/upower: Makefile Log message: BDEP on gettext-tools, not gettext. cluebat from ajacoutot@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/10 04:38:01 Modified files: build : mirrors.dat Log message: fix maintainers CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/10 04:43:13 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 04:44:00 Modified files: devel/glib2 : Makefile Added files: devel/glib2/pkg: PLIST-debug Log message: Add debug-glib2. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/10 04:44:10 Modified files: sys/net : if_gre.c Log message: whitespace fixes, no functional change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 04:49:36 Modified files: sysutils : Makefile Removed files: sysutils/aws-shell: Makefile distinfo sysutils/aws-shell/pkg: DESCR PLIST Log message: Remove aws-shell; no development since 1+ year and it prevents updating py-prompt_toolkit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 04:51:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register aws-shell removal. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 04:53:14 Modified files: lang/python/3.7: Makefile Log message: no need for DEBUG_CONFIGURE_ARGS with bsd.port.mk 1.1484 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 05:02:45 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-UPGRADING patch-bin_installto_sh patch-bin_update_sh patch-config_defaults_inc_php mail/roundcubemail/pkg: PLIST Removed files: mail/roundcubemail/patches: patch-program_lib_Roundcube_rcube_ldap_generic_php Log message: update to roundcubemail-1.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 05:03:27 Modified files: mail/rcube-contextmenu: Makefile distinfo mail/rcube-contextmenu/pkg: PLIST Log message: update to rcube-contextmenu-3.0 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/10 05:06:38 Modified files: net/syncthing : Makefile distinfo net/syncthing/patches: patch-build_go net/syncthing/pkg: PLIST Log message: Update net/syncthing to version 1.3.0. We also only package binaries that end users are likely to want. OK bket@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 05:36:45 ports/graphics/makehuman/files Update of /cvs/ports/graphics/makehuman/files In directory cvs.openbsd.org:/tmp/cvs-serv63654/files Log Message: Directory /cvs/ports/graphics/makehuman/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 05:43:08 Modified files: graphics/makehuman: Makefile distinfo graphics/makehuman/pkg: DESCR PLIST Added files: graphics/makehuman/files: MakeHuman.desktop.in makehuman.in Removed files: graphics/makehuman/patches: patch-src_Animation_cpp patch-src_ConsoleListener_h patch-src_FileTools_cpp patch-src_util_cpp patch-src_util_h Log message: Update to makehuman-1.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 05:44:33 Modified files: graphics : Makefile Removed files: graphics/aqsis : Makefile distinfo graphics/aqsis/patches: patch-CMakeLists_txt patch-include_aqsis_tex_filtering_texturesampleoptions_h patch-include_aqsis_tex_io_texfileheader_h patch-libs_core_ddmanager_ddmanager_cpp patch-libs_core_texturing_old_shadowmap_old_cpp patch-libs_shadervm_dsoshadeops_cpp patch-libs_shadervm_shaderexecenv_shadeops_tmap_cpp patch-libs_util_CMakeLists_txt patch-libs_util_plugins_cpp patch-libs_util_posix_execute_system_cpp patch-libs_util_posix_socket_system_cpp patch-tools_displays_piqsl_piqsldisplay_cpp patch-tools_piqsl_imagelistmodel_cpp graphics/aqsis/pkg: DESCR PLIST Log message: Remove aqsis; nothing uses it anymore (after the recent makehuman update) and it blocks an update of openexr. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 05:45:23 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register aqsis removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 05:54:19 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.13.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 05:54:34 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to /usr/ports/net/py-boto3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 05:54:49 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.278. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 06:07:16 Modified files: devel/glib2/pkg: PLIST-debug Log message: Don't hardcode LIBfoo_VERSION in the -debug pkg. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/10 06:23:43 Modified files: x11/tellico : Makefile Log message: cleanup some tabs/spaces CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2019/11/10 06:29:38 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/pkg: PLIST Log message: Update to protobuf-3.10.1. Remove -O1 workaround for aarch64 -- it's no longer needed, as verified by sthen and naddy. Tests on amd64 by sthen and myself, aarch64 by sthen and naddy, and on sparc64 by jca. ok jca sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 06:33:29 Modified files: devel/glib2 : Makefile devel/glib2/pkg: PLIST-debug Log message: espie@ said it's not needed to list the .debug/ directories. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 06:36:32 Modified files: sysutils/reposync: Makefile sysutils/reposync/files: reposync reposync.1 Log message: Now that some more second-level repository mirrors support ssh port-forwarding (i.e. connect to localhost:873 on the mirror to tunnel the rsync protocol), change the default to use this. reposync still supports use of plaintext as a non-default option for now, this may change in the future. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 06:37:49 Modified files: sysutils/reposync: Makefile sysutils/reposync/files: reposync Log message: whitespace nits CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/10 06:37:58 Modified files: www/iridium : Makefile distinfo www/iridium/files: pledge.main sndio_input.cc sndio_input.h sndio_output.cc sndio_output.h unveil.gpu unveil.main unveil.plugin unveil.renderer unveil.utility 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_shim_cc patch-base_atomicops_h patch-base_base_paths_posix_cc patch-base_debug_debugger_posix_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_i18n_icu_util_cc patch-base_linux_util_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_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_threading_thread_task_runner_handle_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_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_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_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_main_cc patch-chrome_browser_chrome_browser_main_linux_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_custom_handlers_protocol_handler_registry_cc patch-chrome_browser_defaults_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_download_download_status_updater_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc patch-chrome_browser_extensions_api_input_ime_input_ime_api_h 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_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_memory_details_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_password_manager_password_store_factory_cc patch-chrome_browser_platform_util_h patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_plugins_plugins_resource_service_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_prefs_pref_service_incognito_whitelist_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_safe_browsing_gen_file_type_proto_py 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_signin_signin_util_cc patch-chrome_browser_ssl_ssl_error_controller_client_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_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_input_method_input_method_engine_base_cc patch-chrome_browser_ui_libgtkui_print_dialog_gtk_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_toolbar_app_menu_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_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_tabs_new_tab_button_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_web_applications_extensions_web_app_extension_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_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_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-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_autofill_experiments_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_app_BUILD_gn patch-components_crash_content_app_crashpad_cc patch-components_crash_content_browser_BUILD_gn patch-components_crash_core_common_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_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_storage_monitor_removable_device_constants_cc patch-components_storage_monitor_removable_device_constants_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_media_media_internals_cc patch-content_browser_memory_swap_metrics_driver_impl_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_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_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_app_v8_snapshot_overlay_manifest_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_browser_shell_browser_context_cc patch-content_shell_browser_shell_browser_main_parts_cc 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_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_feature_switch_cc 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_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-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_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_v4l2_capture_delegate_cc patch-media_capture_video_mock_gpu_memory_buffer_manager_cc 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_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_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_proxy_resolution_proxy_config_service_linux_cc patch-net_proxy_resolution_proxy_resolution_service_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_url_request_url_request_context_builder_cc 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_it2me_it2me_native_messaging_host_main_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_webapp_base_js_platform_js 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_serial_BUILD_gn patch-services_device_serial_serial_io_handler_posix_cc patch-services_device_time_zone_monitor_time_zone_monitor_cc patch-services_device_time_zone_monitor_time_zone_monitor_linux_cc 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_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_openbsd_sandbox_openbsd_h patch-services_service_manager_sandbox_sandbox_cc patch-services_service_manager_sandbox_sandbox_h 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-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_third_party_vulkan-loader_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_blink_public_platform_web_vector_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_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_urandom_c 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_closure_compiler_js_binary_py 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_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_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_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_core_fxcrt_fx_system_h patch-third_party_pdfium_core_fxge_fx_ge_linux_cpp patch-third_party_pdfium_third_party_libopenjpeg20_opj_malloc_h 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_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_sfntly_src_cpp_src_sfntly_table_core_cmap_table_cc 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_skia_third_party_vulkanmemoryallocator_include_vk_mem_alloc_h patch-third_party_sqlite_BUILD_gn patch-third_party_sqlite_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_third_party_llvm-7_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_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_rtc_base_BUILD_gn patch-third_party_webrtc_rtc_base_network_cc patch-third_party_webrtc_rtc_base_physical_socket_server_cc patch-third_party_webrtc_rtc_base_physical_socket_server_h patch-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_yasm_source_config_openbsd_config_h patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h patch-third_party_zlib_BUILD_gn patch-tools_gn_base_files_file_posix_cc patch-tools_gn_base_files_file_util_h patch-tools_gn_base_files_file_util_posix_cc patch-tools_gn_base_files_scoped_file_cc patch-tools_gn_build_build_linux_ninja_template patch-tools_gn_build_gen_py patch-tools_gn_tools_gn_args_cc patch-tools_json_schema_compiler_feature_compiler_py patch-tools_json_schema_compiler_model_py patch-tools_variations_fieldtrial_to_struct_py patch-ui_base_dragdrop_os_exchange_data_provider_factory_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_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_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_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_public_cpp_message_center_constants_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_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_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_src_base_platform_platform-openbsd_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_base_utils_random-number-generator_cc 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 www/iridium/pkg: PLIST Added files: www/iridium/files: pledge.utility_audio pledge.utility_network unveil.utility_audio unveil.utility_network www/iridium/patches: patch-base_allocator_allocator_gni patch-base_base_switches_cc patch-base_base_switches_h patch-base_debug_elf_reader_cc patch-base_memory_platform_shared_memory_region_h patch-base_memory_platform_shared_memory_region_posix_cc patch-base_memory_protected_memory_h patch-base_memory_protected_memory_posix_cc patch-base_syslog_logging_cc patch-build_config_v8_target_cpu_gni patch-chrome_app_chrome_content_browser_overlay_manifest_cc patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_background_background_mode_manager_cc patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_features_h patch-chrome_browser_chrome_browser_main_posix_cc patch-chrome_browser_extensions_api_webrtc_logging_private_webrtc_logging_private_api_cc patch-chrome_browser_first_run_first_run_dialog_h patch-chrome_browser_first_run_first_run_internal_h patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_h patch-chrome_browser_native_file_system_chrome_native_file_system_permission_context_cc patch-chrome_browser_notifications_notification_display_service_impl_cc patch-chrome_browser_plugins_plugin_info_host_impl_cc patch-chrome_browser_policy_browser_signin_policy_handler_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_click_to_call_feature_cc patch-chrome_browser_sharing_click_to_call_feature_h patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_hung_renderer_view_cc patch-chrome_browser_ui_views_tabs_tab_cc 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_media_cdm_host_file_path_cc patch-chrome_test_chromedriver_chrome_launcher_cc patch-chromecast_media_base_monotonic_clock_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_discardable_memory_service_discardable_shared_memory_manager_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_sync_device_info_local_device_info_util_cc patch-components_sync_device_info_local_device_info_util_linux_cc patch-content_browser_ppapi_plugin_process_host_cc patch-content_browser_scheduler_responsiveness_jank_monitor_cc patch-content_browser_scheduler_responsiveness_watcher_cc patch-content_browser_utility_process_host_cc patch-content_child_child_process_sandbox_support_impl_linux_cc patch-device_gamepad_hid_writer_linux_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_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_vulkan_generate_bindings_py patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h 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_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_gpu_libyuv_image_processor_cc patch-media_gpu_linux_platform_video_frame_utils_cc 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-net_base_network_change_notifier_posix_cc patch-net_nqe_network_quality_estimator_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_cc patch-net_url_request_url_request_context_h patch-remoting_host_host_main_cc patch-remoting_host_switches_cc patch-remoting_host_switches_h patch-remoting_resources_remoting_strings_grd patch-services_device_usb_BUILD_gn patch-services_service_manager_BUILD_gn patch-services_video_capture_broadcasting_receiver_cc patch-third_party_blink_renderer_modules_mediastream_processed_local_audio_source_cc patch-third_party_crc32c_src_src_crc32c_arm64_linux_check_h patch-third_party_perfetto_gn_perfetto_gni 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_swiftshader_src_System_SharedLibrary_hpp patch-third_party_swiftshader_src_Yarn_Thread_cpp patch-tools_json_schema_compiler_cpp_bundle_generator_py patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_base_ime_init_input_method_initializer_cc patch-ui_gfx_mojom_buffer_types_mojom_traits_cc patch-ui_gfx_mojom_buffer_types_mojom_traits_h patch-ui_platform_window_platform_window_delegate_h patch-ui_platform_window_platform_window_init_properties_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_h patch-v8_src_api_api_cc patch-v8_src_base_sys-info_cc patch-v8_src_common_globals_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_shell_app_shell_main_cc Removed files: www/iridium/patches: patch-base_debug_elf_reader_linux_cc patch-base_debug_stack_trace_h patch-base_files_memory_mapped_file_posix_cc patch-build_config_allocator_gni patch-build_config_compiler_compiler_gni patch-chrome_browser_extensions_bookmark_app_helper_cc patch-chrome_browser_policy_machine_level_user_cloud_policy_controller_cc patch-chrome_browser_profiles_profile_io_data_cc patch-chrome_browser_speech_tts_message_filter_cc patch-chrome_browser_ui_browser_window_h patch-chrome_browser_ui_input_method_input_method_engine_h patch-chrome_browser_ui_views_frame_browser_view_h patch-chrome_browser_ui_webui_settings_md_settings_localized_strings_provider_cc patch-components_autofill_core_browser_autofill_experiments_h patch-components_autofill_strings_grdp patch-components_download_quarantine_quarantine_cc patch-components_download_quarantine_quarantine_linux_cc patch-components_services_filesystem_file_system_app_cc patch-components_services_font_font_service_app_cc patch-components_storage_monitor_BUILD_gn patch-components_storage_monitor_storage_monitor_openbsd_cc patch-components_storage_monitor_storage_monitor_openbsd_h patch-components_sync_base_get_session_name_cc patch-components_sync_base_get_session_name_linux_cc patch-components_sync_device_info_local_device_info_provider_impl_cc patch-content_browser_BUILD_gn patch-content_browser_memory_memory_monitor_cc patch-content_browser_service_manager_service_manager_context_cc patch-content_public_app_content_packaged_services_manifest_cc patch-content_public_common_renderer_preferences_h patch-content_renderer_media_stream_processed_local_audio_source_cc patch-content_renderer_render_process_impl_cc patch-device_usb_BUILD_gn patch-headless_lib_browser_headless_request_context_manager_h patch-media_capture_video_shared_memory_handle_provider_cc patch-media_capture_video_shared_memory_handle_provider_h patch-net_third_party_quic_platform_impl_quic_ip_address_impl_cc patch-printing_backend_print_backend_cups_h patch-services_catalog_store_cc patch-services_catalog_store_h patch-services_content_simple_browser_simple_browser_service_cc patch-services_content_simple_browser_simple_browser_service_h patch-services_service_manager_runner_host_BUILD_gn patch-third_party_blink_renderer_platform_heap_stack_frame_depth_cc patch-third_party_blink_renderer_platform_wtf_BUILD_gn patch-third_party_libjingle_xmpp_task_runner_taskrunner_cc patch-third_party_perfetto_include_perfetto_base_event_h patch-third_party_perfetto_include_perfetto_base_watchdog_posix_h patch-third_party_swiftshader_src_Reactor_BUILD_gn patch-third_party_swiftshader_third_party_llvm-7_0_BUILD_gn patch-third_party_webrtc_rtc_base_string_utils_h patch-ui_base_ime_ime_engine_handler_interface_h patch-ui_base_ime_input_method_initializer_cc patch-ui_gfx_mojo_buffer_types_struct_traits_cc patch-ui_gfx_mojo_buffer_types_struct_traits_h patch-v8_src_api_cc patch-v8_src_globals_h patch-v8_src_heap_spaces_h patch-v8_src_log-utils_h patch-v8_src_objects_hash-table_h Log message: update to 2019.11.78 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 06:38:11 Modified files: sysutils/reposync: Tag: OPENBSD_6_6 Makefile sysutils/reposync/files: Tag: OPENBSD_6_6 reposync reposync.1 sysutils/reposync/pkg: Tag: OPENBSD_6_6 PLIST Log message: sync current reposync to 6.6-stable CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/10 06:39:49 Modified files: archivers/gcpio: Tag: OPENBSD_6_6 Makefile distinfo archivers/gcpio/patches: Tag: OPENBSD_6_6 patch-doc_cpio_1 archivers/gcpio/pkg: Tag: OPENBSD_6_6 PLIST Added files: archivers/gcpio/patches: Tag: OPENBSD_6_6 patch-tests_symlink-bad-length_at Removed files: archivers/gcpio/patches: Tag: OPENBSD_6_6 patch-src_copyin_c patch-src_extern_h patch-src_global_c patch-src_main_c patch-tests_symlink-long_at Log message: Security update to 2.13: * Fix CVE-2015-1197 * Fix CVE-2016-2037 * Fix CVE-2019-14866 * Remove --extract-over-symlinks option again, which was part of an earlier third-party fix for CVE-2015-1197. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/10 06:41:39 Modified files: www/iridium/patches: patch-build_gn_run_binary_py patch-tools_protoc_wrapper_protoc_wrapper_py patch-v8_tools_run_py Log message: fixup patches to not include my own pobj path CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 06:43:19 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/pkg : PLIST-cups-debug PLIST-main-debug Log message: Add debug-gtk+2 and debug-gtk+2-cups. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/10 06:50:00 Modified files: lang/ruby : Makefile.inc lang/ruby/2.5 : Makefile lang/ruby/2.6 : Makefile Added files: lang/ruby/2.5/pkg: PLIST-main-debug lang/ruby/2.6/pkg: PLIST-main-debug Log message: Build debug packages for ruby CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/10 06:52:45 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/pkg: PLIST-debug Log message: Build debug-firefox. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 06:53:39 Modified files: sysutils/reposync: Makefile sysutils/reposync/files: reposync Log message: nicer error if the mirror doesn't support ssh forwarding CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 06:53:56 Modified files: sysutils/reposync: Tag: OPENBSD_6_6 Makefile sysutils/reposync/files: Tag: OPENBSD_6_6 reposync reposync.1 sysutils/reposync/pkg: Tag: OPENBSD_6_6 PLIST Log message: sync from current CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/10 06:57:32 Modified files: build : mirrors.dat build/mirrors : anoncvs.html.head Log message: now that 6/9 rsync repo mirrors have the ssh-forwarding setup (verifiable by the same fingerprints that are already listed in this file, as they also handle anoncvs-over-ssh), and now that reposync uses this by default, change anoncvs.html so the standard case is "use ssh-forwarding". CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/10 06:58:14 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 07:01:45 Modified files: sysutils/terraform/provider-kubernetes: Makefile distinfo sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-vault: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/11/10 07:10:42 Modified files: share/man/man4 : ath.4 athn.4 bwfm.4 bwi.4 ipw.4 iwi.4 iwm.4 iwn.4 malo.4 otus.4 ral.4 rsu.4 rtwn.4 rum.4 run.4 upgt.4 ural.4 urtw.4 urtwn.4 wpi.4 zyd.4 Log message: for the net80211 drivers supporting WPA, update to a new unified text showing that WPA1 is disabled by default, and provide a couple of extra pointers about configuration. direction of change proposed by stsp, ok jmc stsp CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 07:12:22 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Drop non existent vars. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 07:14:35 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.21.4. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/10 07:20:14 Modified files: x11/kde4 : Makefile meta/kde4 : Makefile Removed files: x11/kde4/ksnapshot: Makefile distinfo x11/kde4/ksnapshot/pkg: DESCR PLIST Log message: remove ksnapshot Replaced by spectacle (new cool name) long time ago. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/10 07:21:44 Modified files: x11/kde-applications/spectacle: Makefile x11/kde-applications/spectacle/pkg: PLIST Log message: add pkgpath to x11/kde4/ksnapshot CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/10 07:22:53 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: typo CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2019/11/10 07:23:45 Modified files: devel/frama-c : Makefile Log message: Frama-c needs findlib at runtime otherwise it errors out. OK landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/10 07:38:23 Modified files: devel/frama-c : Makefile Log message: remove BROKEN-i386 (which was present before frama-c was last updated) to give it a chance in the next bulk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/10 07:53:36 Modified files: x11/gtk+3 : Makefile Added files: x11/gtk+3/pkg : PLIST-cloudprint-debug PLIST-cups-debug PLIST-guic-debug PLIST-main-debug Log message: Add debug packages for gtk+3. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/10 08:01:58 Modified files: astro/kstars : Makefile distinfo astro/kstars/patches: patch-CMakeLists_txt astro/kstars/pkg: PLIST Log message: Update kstars to 3.3.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/10 08:02:21 Modified files: x11/tellico : Makefile distinfo x11/tellico/pkg: PLIST Log message: Update tellico to 3.2.2 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/10 08:02:36 Modified files: etc : rc Log message: use $( 1.1.2 The only consumer of py-algorithm-munkres is audio/beets, which is a python3-only port. Update to the most recent that doesn't support python2. While here, migrate the ports from py-nose to MODPY_PYTEST. Patch submitted upstream. OK kn CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/10 14:47:00 Modified files: audio/beets : Makefile Log message: py-algorithm-munkres is now python3-only. Update the dependency here and bump REVISION. ok kn CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/10 14:48:00 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update quirks for dropped python2 FLAVOR of py-algorithm-munkres CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/10 14:50:23 Modified files: net/openvpn : Makefile editors/emacs : Makefile Log message: ${BUILD_PACKAGES} instead of - CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/10 15:05:26 Modified files: emulators/mgba : Makefile emulators/mgba/pkg: PLIST-libretro Log message: Add debug packages for mgba. CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2019/11/10 15:18:01 Modified files: usr.bin/mandoc : cgi.c Log message: Add a Content-Security-Policy HTTP header that allows only CSS. This ensures that in a modern browser that understands the header, mandoc rendering bugs cannot possibly be interpreted as JavaScript. ok schwarze@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/10 15:18:14 Modified files: libexec/ld.so/mips64: Makefile.inc Log message: Recommit CHECK_LDSO bits for mips64, verified on both loongson and octeon. ok visa@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/10 15:20:10 Modified files: libexec/ld.so/mips64: boot_md.c Log message: unifdef HAVE_JMPREL, delete dt_pltrelsz handling (which was only used in the HAVE_JMPREL case anyway), and reduce #includes to match boot.c ok visa@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/10 15:21:54 Modified files: libexec/ld.so/mips64: boot_md.c Log message: Simplify the handling of the explicit relocations based on ld.so only have NONE and REL32_64 relocations w/o symbol. ok visa@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/10 15:23:29 Modified files: lib/libc/arch/arm/gen: divsi3.S lib/libc/quad : fixdfdi.c fixsfdi.c fixunsdfdi.c fixunssfdi.c floatdidf.c floatdisf.c quad.h lib/libc/softfloat: eqdf2.c eqsf2.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c lesf2.c ltdf2.c ltsf2.c nedf2.c negdf2.c negsf2.c nesf2.c softfloat.h unorddf2.c unordsf2.c Log message: Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs, as well as those in arch/arm/gen/divsi3.S. This cleans up the PLTs on the 32bit archs. luna88k testing by aoyama@ "looks good" kettenis@, testing and ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/10 15:53:08 Log message: Import py-vmomi, python SDK for the VMware vSphere API ok sthen@ Status: Vendor Tag: pvk Release Tags: pvk_20191111 N ports/sysutils/py-vmomi/Makefile N ports/sysutils/py-vmomi/distinfo N ports/sysutils/py-vmomi/pkg/DESCR N ports/sysutils/py-vmomi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/10 15:54:43 Modified files: sysutils : Makefile Log message: +py-vmomi CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/10 17:01:20 Modified files: etc/examples : ntpd.conf Log message: update ntpd example configuration CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/10 17:39:57 ports/textproc/py-emoji/patches Update of /cvs/ports/textproc/py-emoji/patches In directory cvs.openbsd.org:/tmp/cvs-serv46646/patches Log Message: Directory /cvs/ports/textproc/py-emoji/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/10 17:40:45 Modified files: textproc/py-emoji: Makefile Added files: textproc/py-emoji/patches: patch-setup_cfg patch-setup_py patch-tests_test_core_py Log message: Remove unneeded py-nose dependency. Patches submitted upstream. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/10 18:04:55 Modified files: usr.sbin/ntpd : ntpd.c Log message: Disable -s and -S functionality. -s would force time using NTP packets without any MITM protection checks. We've had constraint checks for MITM protection for some time. Recent work changed the default mode to rapidly check NTP packets against constraint validation, as the default mode. In environments where https traffic doesn't work, ethernet-near servers can be labelled as "trusted". trusted sensor support is also coming. We have reasons to immediately move people away from the -s mode. ok otto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/10 18:05:30 Modified files: usr.sbin/ntpd : ntpd.8 Log message: remove -s and -S documentation, and explain the boot-time startup mode more clearly ok ingo schwarze CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/10 19:01:08 Modified files: emulators/mupen64plus: Makefile.inc emulators/mupen64plus/audio-sdl: Makefile emulators/mupen64plus/audio-sdl/pkg: PLIST emulators/mupen64plus/input-sdl: Makefile emulators/mupen64plus/input-sdl/pkg: PLIST emulators/mupen64plus/rsp-cxd4: Makefile emulators/mupen64plus/rsp-cxd4/pkg: PLIST emulators/mupen64plus/rsp-hle: Makefile emulators/mupen64plus/rsp-hle/pkg: PLIST emulators/mupen64plus/rsp-z64: Makefile emulators/mupen64plus/rsp-z64/pkg: PLIST emulators/mupen64plus/video-arachnoid: Makefile emulators/mupen64plus/video-arachnoid/pkg: PLIST emulators/mupen64plus/video-glide64: Makefile emulators/mupen64plus/video-glide64/pkg: PLIST emulators/mupen64plus/video-glide64mk2: Makefile emulators/mupen64plus/video-glide64mk2/pkg: PLIST emulators/mupen64plus/video-rice: Makefile emulators/mupen64plus/video-rice/pkg: PLIST emulators/mupen64plus/video-z64: Makefile emulators/mupen64plus/video-z64/pkg: PLIST Log message: Add debug packages for mupen64plus. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/10 19:41:05 Modified files: www/netsurf/buildsystem: Makefile distinfo Log message: Update to netsurf-buildsystem-1.8. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/10 20:21:56 Modified files: www/netsurf : Makefile.inc www/netsurf/browser: Makefile www/netsurf/buildsystem: Makefile www/netsurf/hubbub: Makefile www/netsurf/libcss: Makefile www/netsurf/libdom: Makefile www/netsurf/libnsbmp: Makefile www/netsurf/libnsfb: Makefile www/netsurf/libnsgif: Makefile www/netsurf/libnslog: Makefile www/netsurf/libnspsl: Makefile www/netsurf/libnsutils: Makefile www/netsurf/libparserutils: Makefile www/netsurf/libsvgtiny: Makefile www/netsurf/libutf8proc: Makefile www/netsurf/libwapcaplet: Makefile www/netsurf/netsurf-fb: Makefile www/netsurf/nsgenbind: Makefile Log message: Add netsurf debug packages. While here, bump all packages after netsurf-buildsystem update. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/10 20:37:41 Modified files: sys/net : if_aggr.c Log message: you still need newlines when using log(9). add some errnos while here. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/10 21:55:37 Modified files: etc : rc Log message: move /usr and var remounting (nfs diskless case...) earlier, so that unwind can be started (silently) before pf is configured (for those few weirdos who use hostnames in pf.conf...). Other unidentified concerns may be improved by this startup re-ordering, so let's give it a try. discussed with florian. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/10 22:20:54 Modified files: sys/net : if.c Log message: add linkstate hooks at the head of the tailq. when vxlans parent interface has a link state change event, vxlan reconfigures the parent to cope with things not being as it expects when the interface comes back. it does this by removing its config and then adding it again. part of it's config removal is to take the link state hook away, and part of putting the config on is is adding the link state hook. if we're running an interfaces link state hooks from head to tail, and the vxlan hook adds itself back to the tail, we end up running the vxlan hook forever cos it always ends up at the tail. bluhm@ hit this infinite loop while running regress tests. if turns out we need to run link state hooks in the same order they were added, i have a way to avoid this situation, but this is simple. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/10 22:39:04 Modified files: distrib/special/dhclient: Makefile Log message: CLIENT_PATH died in 2014 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/10 22:48:46 Modified files: sbin/slaacd : engine.c frontend.c slaacd.c slaacd.h usr.sbin/slaacctl: slaacctl.c Log message: Send DNS proposals on route socket when new nameservers are learned from router advertisements. unwind(8) can solicit DNS proposals by sending an empty RTM_PROPOSAL message with priority RTP_PROPOSAL_SOLICIT. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/10 22:51:06 Modified files: sbin/unwind : control.c frontend.c frontend.h resolver.c unwind.c unwind.h usr.sbin/unwindctl: unwindctl.c Log message: Implement DNS proposals to learn nameservers from network autoconfiguration daemons. Currently only slaacd is switched over so we need to keep the lease file parsing. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/10 23:32:52 Modified files: usr.sbin/ntpd : ntp.c ntpd.c ntpd.h parse.y sensors.c Log message: Also implement "trusted" for sensors; do not do constraint validation for these. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/11 01:14:19 Modified files: textproc/docbook2mdoc: Makefile textproc/pod2mdoc: Makefile textproc/texi2mdoc: Makefile Log message: Add debug packages for mandoc tools. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/11 01:47:32 Modified files: build : mirrors.dat Log message: update the entry for anoncvs.jp.openbsd.org CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/11 01:47:58 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/11 01:49:10 Modified files: textproc/apertium: Makefile textproc/apertium/pkg: PLIST textproc/apertium-lex-tools: Makefile textproc/apertium-separable: Makefile textproc/lttoolbox: Makefile textproc/lttoolbox/pkg: PLIST Log message: Add debug packages for apertium tools. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/11 02:11:19 Modified files: devel/py-prompt_toolkit: Makefile distinfo devel/py-prompt_toolkit/pkg: PLIST Log message: Update to prompt_toolkit 2.0.10 Required for an upcoming iPython update. aja removed aws-shell so the dependency requirement is invalid. OK kmos CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/11 03:12:33 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c patch-t_test-lib_sh devel/git/pkg : PLIST-main Log message: Update to git 2.24.0 OK benoit CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/11 04:13:13 Modified files: emulators/vbam : Makefile distinfo emulators/vbam/patches: patch-src_common_Patch_cpp patch-src_gba_GBALink_cpp Removed files: emulators/vbam/patches: patch-src_gba_GBAcpu_h Log message: Update vbam to 2.1.4. We can remove the patch for src/gba/GBAcpu.h as the regparm function attribute is now only defined on i386 and amd64, even if it is only useful on i386. While there, update HOMEPAGE to HTTPS. OK bentley@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/11 04:42:36 Modified files: lang/mruby : Makefile distinfo lang/mruby/patches: patch-include_mrbconf_h patch-lib_mruby_build_rb patch-tasks_toolchains_gcc_rake lang/mruby/pkg : PLIST Log message: Update mruby to 2.0.1. Notable changes: - Switch to using GH_ directives to fetch the distfile - Point HOMEPAGE to https://mruby.org/ - Upstream now enable setting MRB_ENDIAN_BIG on big endian architectures, so we only need to add the missing header Tested on amd64, test suite passes without errors. OK sthen@, jeremy@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/11 06:35:55 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_object.c Log message: drm/amdgpu: fix potential VM faults From Christian Koenig 1df8da335d40e3037d7207c47102b4edff0f3446 in linux 4.19.y/4.19.83 3122051edc7c27cc08534be730f4c7c180919b8a in mainline linux CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/11 08:10:39 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c Log message: Cleanup message retransmission handling with new helper functions. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/11 09:11:19 Modified files: net/knot : Makefile net/knot/pkg : PLIST Log message: Provide debug-knot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/11 09:41:29 Modified files: usr.sbin/ntpd : ntpd.conf.5 Log message: trusted sub-option works on sensors also now; ok otto CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/11/11 09:42:32 Modified files: devel/p5-String-CRC32: Makefile distinfo Log message: Update to p5-String-CRC32-1.8. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/11 09:44:37 Modified files: etc/examples : ntpd.conf Log message: change the nmea sensor to "trusted" CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/11 09:45:46 Modified files: sys/kern : sys_pipe.c Log message: Extended the scope of the pipelock() in pipe_write() making the locking pattern more similar to pipe_read(). This also eliminates two races caused by relocking. ok visa@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/11 09:55:34 Modified files: usr.sbin/ntpd : ntpd.conf.5 Log message: tweak previous: delete stray .Pp CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2019/11/11 10:05:02 Modified files: lang/mono : Makefile Added files: lang/mono/patches: patch-external_corefx_src_Common_src_CoreLib_System_Collections_Generic_List_cs patch-external_corert_src_System_Private_CoreLib_shared_System_Collections_Generic_ArraySortHelper_cs Log message: add MONO_FORCE_COMPAT env var which allows additional backwards compatibility Note that this should only be used in well-defined cases that otherwise throw array/list exceptions since it opens possibilities for undefined behavior. ok robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/11 10:20:25 Modified files: usr.sbin/smtpd : spfwalk.c Log message: fix 'mx:' mechanism in smtpd spf walk diff from Quentin Rameau CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/11 10:28:26 Modified files: build : mirrors.dat Log message: anoncvs.au also works with reposync, thanks dlg CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/11 10:28:38 Modified files: . : anoncvs.html Log message: ysync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 10:30:13 Modified files: infrastructure/mk: bsd.port.mk Log message: don't register automatically generated debug*plists, allows for quick change in the infrastructure, and follows what we actually do for non static plists CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/11 10:31:48 Modified files: build : mirrors.dat Log message: obsdacvs.cs.toronto.edu no longer requires plaintext CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/11 10:32:24 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/11 10:35:11 Modified files: biology/emboss : Makefile biology/emboss/pkg: PLIST Added files: biology/emboss/pkg: MESSAGE Log message: Move EMBOSS programs to /usr/local/libexec/emboss/ EMBOSS ships a lot of programs with generic names, it conflicts with devel/pscan and also the upcoming texlive update. People who use EMBOSS can change their PATH. Suggested by sthen@, ok edd@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/11 10:35:50 Modified files: devel/pscan : Makefile devel/pscan/pkg: PLIST Log message: This doesn't conflict with biology/emboss any more ok edd@ sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 10:40:06 Modified files: infrastructure/mk: bsd.port.mk Log message: tweak the heuristics for DEBUG_PACKAGES: exclude arch-independent packages, so that you can set DEBUG_PACKAGES=${BUILD_PACKAGES} most of the time CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/11 10:42:28 Modified files: usr.sbin/ntpd : ntpd.8 Log message: sensors can als be marked trusted; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/11 10:42:29 Modified files: sys/netinet6 : in6.c in6.h Log message: Kernel is missing propper input validation when configuring IPv6 addresses. Implement in6_sa2sin6() to validate inet6 address family and address length. The SIOCGIFDSTADDR_IN6, SIOCGIFNETMASK_IN6, SIOCGIFAFLAG_IN6, SIOCGIFALIFETIME_IN6, and SIOCDIFADDR_IN6 ioctl(2) are safe now. OK visa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/11 10:47:42 Modified files: lang/python : Makefile.inc lang/python/2.7: Makefile lang/python/2.7/pkg: PLIST-bsddb PLIST-gdbm PLIST-main PLIST-tkinter lang/python/3.7: Makefile lang/python/3.8: Makefile lang/python/3.8/pkg: PLIST-gdbm PLIST-main PLIST-tkinter Log message: Provide all python debug packages. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/11 10:58:58 Modified files: devel : Makefile Log message: No more py-algorithm-munkres,python3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/11 11:02:23 Modified files: x11/xfce4 : Makefile meta/xfce : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: x11/xfce4/gtk-xfce-engine: Makefile distinfo x11/xfce4/gtk-xfce-engine/pkg: DESCR PLIST Log message: Drop gtk-xfce-engine, dead upstream since 4 years, and Gtk+2-only themes are useless with a Gtk+3 Xfce.. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/11 11:07:22 Modified files: sys/net80211 : ieee80211_ioctl.c Log message: Prevent a NULL deref in ieee80211_node2req() which could be triggered by an ioctl if the driver had not yet initialized the channel map. Crash reported by nayden@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 11:22:27 Modified files: infrastructure/bin: build-debug-info infrastructure/mk: bsd.port.mk Log message: write the "generate debug info" as a Makefile so it can be run again and again in the auto-generated case. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/11/11 11:26:52 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: print the URL when sysupgrade fetches new sets, allowing time for a quick ^C if it's going to the wrong place/dir. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 11:33:05 Modified files: infrastructure/bin: build-debug-info Log message: fix thinko. of course the stupid dependencies get changed last, so touch the target CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/11 11:38:03 Modified files: x11/py-qtawesome: Makefile distinfo x11/py-qtawesome/pkg: PLIST Log message: Update to py-qtawesome-0.6.0. Changelog: https://github.com/spyder-ide/qtawesome/blob/v0.6.0/CHANGELOG.md kmos@ added the bits to enable tests. Thank you! OK kmos@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 11:52:59 Modified files: infrastructure/mk: bsd.port.mk Log message: let's run build-debug-info as a separate step after make fake, so that update-plist doesn't interfere. zap that cookie after update-plist so that changes get propagated nicely without needing to rerun make fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 11:54:24 Modified files: infrastructure/bin: build-debug-info Log message: missing files can now be hard error since update-plist is no longer dependent on us CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 11:59:37 Modified files: infrastructure/mk: bsd.port.mk Log message: permissions CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 12:00:27 Modified files: infrastructure/bin: update-plist Log message: the warning about changed debug info is no longer relevant keep the notice_new_file hook though, it might come in handy CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/11 12:01:06 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-gio_kqueue_gkqueuefilemonitor_c Log message: Add NOTE_REVOKE to the list of the monitoring events (from upstream). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/11 12:10:35 Modified files: usr.bin/ctfconv: itype.h Log message: Typo. From Mark Johnston, markj@FreeBSD CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/11 12:10:46 Modified files: x11/vlc : Makefile x11/vlc/patches: patch-include_vlc_atomic_h Log message: Further reduce patching now that we have newer Clang / GCC. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/11 12:25:12 Log message: Import swirc-3.0.0. Swirc is a BSD licensed, console based and lightweight ICB and IRC client written in C/C++, whose goals are to be portable and secure. It uses pledge() in combination with unveil() if available. <...> from Markus Uhlin, with tweaks ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20191111 N ports/net/swirc/distinfo N ports/net/swirc/Makefile N ports/net/swirc/pkg/DESCR N ports/net/swirc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/11 12:25:38 Modified files: net : Makefile Log message: +swirc CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2019/11/11 12:36:31 Log message: Import py-cflow2dot, cflow-based port to draw pretty pictures of C code. Draw call graphs for C source codes using dot and cflow. Typeset PDF with a page per source file and clickable cross-file function references. OK sthen@ Status: Vendor Tag: pirofti Release Tags: pirofti_20191111 N ports/devel/py-cflow2dot/Makefile N ports/devel/py-cflow2dot/distinfo N ports/devel/py-cflow2dot/pkg/DESCR N ports/devel/py-cflow2dot/pkg/PLIST N ports/devel/py-cflow2dot/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2019/11/11 12:38:30 Modified files: devel : Makefile Log message: +py-cflow2dot CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/11 12:51:11 Modified files: x11/gnome/mutter: Makefile Removed files: x11/gnome/mutter/patches: patch-src_core_main_c Log message: remove patch that's no longer needed but got mismerged instead CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/11 12:53:37 Modified files: usr.bin/ssh : Makefile.inc Log message: skip demanding -fstack-protector-all on hppa. we never wrote a stack protector for reverse-stack architectures, and i don't think anyone else did either. a warning per compiled file is just annoying. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/11 12:56:54 Modified files: devel/libofx : Makefile distinfo devel/libofx/pkg: PLIST Log message: Update to libofx 0.9.15. Switch to github, removes HTML doc, enable ofxconnect binary. Funnily, this port was my first one.. 12+ years ago :) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/11 13:08:25 Modified files: devel/cgdb : Makefile Log message: "there are tests, but not working yet" -> NO_TEST=Yes is wrong CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/11 13:16:59 Modified files: x11/polybar/patches: patch-lib_i3ipcpp_CMakeLists_txt Log message: use the includedir obtained from cmake rather than special casing openbsd CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/11 13:18:04 Modified files: x11/gnome/gjs : Makefile Log message: add debug-gjs CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/11/11 13:34:33 Modified files: security/yara : Makefile.inc security/yara/main: distinfo security/yara/python: distinfo Log message: update yara to 3.11.0. ok benoit@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/11 13:39:48 Modified files: x11/gnome/gjs : Makefile x11/gnome/gjs/pkg: PLIST Log message: Regen PLIST. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/11 13:44:39 Modified files: databases/sqlports: Makefile databases/sqlports/files: Info.pm TreeWalker.pm mksqlitedb databases/sqlports/pkg: DESCR-main Log message: add DEBUG_PACKAGES and DEBUG_CONFIGURE_ARGS make sqlports strict by default (ignore PORTSDIR_PATH and look only in PORTSDIR) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/11 13:46:00 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Added files: x11/xfce4/thunar/patches: patch-thunar_thunar-pango-extensions_c patch-thunar_thunar-pango-extensions_h patch-thunar_thunar-standard-view_c Log message: Update to thunar 1.8.10. Cherrypick 3 patches from FreeBSD from https://bugzilla.xfce.org/show_bug.cgi?id=16138 to fix a crasher at startup. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/11 13:49:29 Modified files: x11/xfce4 : xfce4.port.mk x11/xfce4/exo : Makefile x11/xfce4/garcon: Makefile x11/xfce4/libxfce4ui: Makefile x11/xfce4/libxfce4util: Makefile x11/xfce4/terminal: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-screensaver: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-settings: Makefile x11/xfce4/xfconf: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xfwm4: Makefile Log message: Provide debug symbols for a handful of Xfce core applications/libraries. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/11 13:58:49 Modified files: sysutils/dateutils: Makefile Log message: Switch HOMEPAGE to HTTPS. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/11 14:13:05 Modified files: x11/xfce4/libxfce4ui/pkg: PLIST x11/xfce4/thunar/pkg: PLIST x11/xfce4/xfce4-panel/pkg: PLIST Log message: Update some PLISTs with the new @so annotations. Ride the previous REVISION bump. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/11 14:14:08 Modified files: x11/xfce4/xfce4-settings/pkg: PLIST Log message: Add forgotten translation to PLIST CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/11 14:17:21 Modified files: sys/netinet : tcp_input.c Log message: Prevent underflows in tp->snd_wnd if the remote side ACKs more than tp->snd_wnd. This can happen, for example, when the remote side responds to a window probe by ACKing the one byte it contains. from FreeBSD; via markus@; OK sashan@ tobhe@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/11 14:25:20 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: PLIST-calendar PLIST-http_post PLIST-ldap PLIST-main PLIST-odbc PLIST-pgsql PLIST-snmp PLIST-speex PLIST-tds Log message: add debug packages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/11 14:42:00 Modified files: mail/neomutt : Makefile distinfo Log message: update to neomutt-20191111 CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2019/11/11 14:49:25 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2019.11.05 Completely regenerated the PLIST as it was giving strange errors with a simple update. If something breaks write me directly. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/11 15:54:23 Modified files: print/texlive : Makefile.inc print/texlive/base: Makefile distinfo print/texlive/base/pkg: PLIST-main PLIST-mktexlsr PLIST-synctex README-main print/texlive/texmf: Makefile adj.mk distinfo print/texlive/texmf/files: mk_adj.py tlpdb.py update_plist_hints.py which_subset.py write_plists.py print/texlive/texmf/patches: patch-texmf-dist_doc_man_man1_context_1 patch-texmf-dist_doc_man_man1_luatools_1 patch-texmf-dist_doc_man_man1_mptopdf_1 patch-texmf-dist_doc_man_man1_mtx-babel_1 patch-texmf-dist_doc_man_man1_mtx-base_1 patch-texmf-dist_doc_man_man1_mtx-bibtex_1 patch-texmf-dist_doc_man_man1_mtx-cache_1 patch-texmf-dist_doc_man_man1_mtx-chars_1 patch-texmf-dist_doc_man_man1_mtx-check_1 patch-texmf-dist_doc_man_man1_mtx-colors_1 patch-texmf-dist_doc_man_man1_mtx-context_1 patch-texmf-dist_doc_man_man1_mtx-dvi_1 patch-texmf-dist_doc_man_man1_mtx-epub_1 patch-texmf-dist_doc_man_man1_mtx-evohome_1 patch-texmf-dist_doc_man_man1_mtx-fcd_1 patch-texmf-dist_doc_man_man1_mtx-flac_1 patch-texmf-dist_doc_man_man1_mtx-fonts_1 patch-texmf-dist_doc_man_man1_mtx-grep_1 patch-texmf-dist_doc_man_man1_mtx-interface_1 patch-texmf-dist_doc_man_man1_mtx-metapost_1 patch-texmf-dist_doc_man_man1_mtx-modules_1 patch-texmf-dist_doc_man_man1_mtx-package_1 patch-texmf-dist_doc_man_man1_mtx-pdf_1 patch-texmf-dist_doc_man_man1_mtx-plain_1 patch-texmf-dist_doc_man_man1_mtx-profile_1 patch-texmf-dist_doc_man_man1_mtx-rsync_1 patch-texmf-dist_doc_man_man1_mtx-scite_1 patch-texmf-dist_doc_man_man1_mtx-server_1 patch-texmf-dist_doc_man_man1_mtx-texworks_1 patch-texmf-dist_doc_man_man1_mtx-timing_1 patch-texmf-dist_doc_man_man1_mtx-tools_1 patch-texmf-dist_doc_man_man1_mtx-unicode_1 patch-texmf-dist_doc_man_man1_mtx-unzip_1 patch-texmf-dist_doc_man_man1_mtx-update_1 patch-texmf-dist_doc_man_man1_mtx-watch_1 patch-texmf-dist_doc_man_man1_mtx-youless_1 patch-texmf-dist_doc_man_man1_mtxrun_1 patch-texmf-dist_doc_man_man1_texexec_1 patch-texmf-dist_doc_man_man1_texmfstart_1 patch-texmf-dist_scripts_bibexport_bibexport_sh patch-texmf-dist_scripts_context_stubs_unix_mtxrun patch-texmf-dist_web2c_texmf_cnf patch-texmf-dist_web2c_texmfcnf_lua print/texlive/texmf/pkg: PLIST-buildset PLIST-context PLIST-docs PLIST-full PLIST-main Added files: print/texlive/base/patches: patch-texk_dvisvgm_dvisvgm-src_src_Makefile_in print/texlive/texmf: manpage_symlinks.mk symlinks.mk Removed files: print/texlive/base/patches: patch-texk_dvipsk_writet1_c patch-texk_dvisvgm_dvisvgm-src_libs_brotli_common_platform_h patch-texk_dvisvgm_dvisvgm-src_libs_brotli_enc_fast_log_h patch-texk_dvisvgm_dvisvgm-src_libs_brotli_include_brotli_port_h patch-texk_web2c_Makefile_in patch-texk_web2c_luatexdir_font_writet1_w patch-texk_web2c_pdftexdir_writet1_c print/texlive/texmf/patches: patch-texmf-dist_doc_man_man1_mtx-metatex_1 patch-texmf-dist_doc_man_man1_mtx-patterns_1 Log message: Update print/texlive to version 2019. A few notes: This year, we install the interpreter symlinks when the supporting texmf files become available. Before we installed them all in texlive_base and you could get dangling symlinks and confused users. There are also a lot of Ruby-1.8 scripts in TeX Live, but we no longer package such an old Ruby. There's too much to systematically test, so for now we re-write the #! to a newer Ruby, and we can fix any problems that arise on a case-by-case basis. Tested by: matthieu@, cwen@, Jon Bernard and jca@. Additional input from sthen@ and cwen@. OK cwen@ and jca@. Thank you all for your help! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/11 18:00:58 Modified files: sys/net : if.c Log message: SIOCDVNETID mutates state, so should only be run by root. found by Ilja Van Sprundel ok deraadt@ mpi@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/11 18:09:08 Modified files: math/ebc : Makefile distinfo Log message: Update to ebc-2.3.0; build system fixes only While here, our getconf does not report LONG_BIT. ebc uses LONG_BIT to determine whether or not to use 64-bit math. So just set it manually. LONG_BIT is 64 on 64-bit archs and 32 on 32-bit archs CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/11 18:45:59 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile lang/janet/pkg : PLIST Log message: Update janet to 1.5.0 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/11/11 19:45:33 Modified files: plan9/sam : Makefile distinfo plan9/sam/patches: patch-doc_sam_1 plan9/sam/pkg : PLIST Added files: plan9/sam/patches: patch-Makefile patch-config_mk_def patch-doc_Makefile Removed files: plan9/sam/patches: patch-libXg_Makefile patch-libframe_Makefile patch-libframe_misc_c patch-sam_Makefile patch-sam_unix_c patch-samterm_Makefile Log message: Change the standalone version of sam to a maintained fork which supports scalable fonts among many other changes. The prior 1998 version frequently crashes on amd64. ok markus@ who drops maintainership CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/11 21:20:21 Modified files: sys/kern : kern_synch.c sys/sys : proc.h Log message: Check sleep timeout state only if the sleep has a timeout. Otherwise, the timeout cancellation in sleep_finish_timeout() would acquire the kernel lock every time in the no-timeout case, as noticed by mpi@. This also reduces the contention of timeout_mutex. OK mpi@, feedback guenther@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/11 21:38:27 Modified files: lib/libc : Makefile Log message: Now that libc.so has only five PLT entries on almost all our archs, link it with -znow ok kettenis@ deraadt@ jca@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/11/11 22:07:44 Modified files: plan9/sam : Makefile plan9/sam/patches: patch-doc_sam_1 Log message: add commas after .Nm items CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/11/11 22:24:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: PDFMiner is Python 3 only starting from version 20191010 (and was Python 2 only before). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/11 22:36:48 Modified files: usr.sbin : Makefile Log message: enable rpki-client build CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/11 22:36:49 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/11 23:01:05 Modified files: infrastructure/bin: portcheck Log message: Update error message: pkg/README is PKGSTEM, not FULLPKGNAME. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:38:21 Modified files: www/ruby-passenger: Makefile distinfo www/ruby-passenger/patches: patch-src_agent_Core_ApplicationPool_Pool_AnalyticsCollection_cpp patch-src_agent_Core_CoreMain_cpp patch-src_cxx_supportlib_vendor-modified_boost_predef_detail_endian_compat_h patch-src_ruby_supportlib_phusion_passenger_config_agent_compiler_rb patch-src_ruby_supportlib_phusion_passenger_config_nginx_engine_compiler_rb patch-src_ruby_supportlib_phusion_passenger_platform_info_compiler_rb patch-src_ruby_supportlib_phusion_passenger_rb www/ruby-passenger/pkg: PLIST Added files: www/ruby-passenger/patches: patch-src_agent_Core_AdminPanelConnector_h patch-src_agent_Core_ApplicationPool_Options_h patch-src_agent_Core_SpawningKit_Exceptions_h patch-src_agent_Core_SpawningKit_Factory_h patch-src_cxx_supportlib_FileTools_FileManip_cpp patch-src_cxx_supportlib_SystemTools_ProcessMetricsCollector_h Removed files: www/ruby-passenger/patches: patch-src_agent_Core_SecurityUpdateChecker_h Log message: Update to passenger 6.0.4 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:39:24 Modified files: databases/ruby-amalgalite: Makefile distinfo Log message: Update to amalgalite 1.6.3 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:40:03 Modified files: databases/ruby-ldap: Makefile distinfo databases/ruby-ldap/pkg: PLIST Log message: Update to ldap 0.9.20 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:40:37 Modified files: databases/ruby-sqlite3: Makefile distinfo Log message: Update to sqlite3 1.4.1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:41:35 Modified files: devel/ruby-ffi : Makefile distinfo devel/ruby-ffi/patches: patch-ext_ffi_c_libffi_bsd_mk devel/ruby-ffi/pkg: PLIST Removed files: devel/ruby-ffi/patches: patch-ext_ffi_c_Platform_c Log message: Update to ffi 1.11.1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:42:05 Modified files: devel/ruby-kgio: Makefile distinfo Log message: Update to kgio 2.11.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:42:43 Modified files: devel/ruby-prof: Makefile distinfo devel/ruby-prof/pkg: PLIST Log message: Update to ruby-prof 1.0.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:43:15 Modified files: devel/ruby-racc: Makefile distinfo devel/ruby-racc/pkg: PLIST Log message: Update to racc 1.4.15 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:43:49 Modified files: net/ruby-eventmachine: Makefile distinfo Log message: Update to eventmachine 1.2.7 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:46:00 Modified files: security/ruby-bcrypt: Makefile distinfo Log message: Update to bcrypt 3.1.13 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:46:40 Modified files: sysutils/ruby-libvirt: Makefile distinfo Log message: Update to libvirt 0.7.1 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:47:23 Modified files: textproc/ruby-redcarpet: Makefile distinfo Removed files: textproc/ruby-redcarpet/patches: patch-test_redcarpet_bin_test_rb Log message: Update to redcarpet 3.5.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:48:15 Modified files: www/ruby-puma : Makefile distinfo www/ruby-puma/pkg: PLIST Log message: Update to puma 4.3.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/11 23:48:39 Modified files: www/ruby-websocket-driver: Makefile distinfo Log message: Update to websocket-driver 0.7.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/12 00:19:18 Modified files: usr.sbin/ntpd : ntpd.conf.5 Log message: tweak previous; ok deraadt CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/12 00:24:23 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Fix support for 3168 iwm(4) devices, and load new firmware for them. Based on FreeBSD r345002 and Linux 44fd09dad5d2b78efbabbbbf623774e561e36cca. Tested for regressions by phessler@ (8260), kevlo@ (3165), and myself (7265) ok kevlo@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/12 00:34:43 Modified files: sys/ddb : db_ctf.c Log message: Default to 0 arguments if no symbol has been found in the CTF section. Symbols not present in the CTF data are generally assembly routines which have either no argument or do not follow the ABI that the various MD stack unwinders understand. This makes ddb(4) trace simpler to understand. ok jasper@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/12 00:47:30 Modified files: sys/dev/usb : if_athn_usb.c if_otus.c if_uath.c if_wi_usb.c ucom.c utrh.c uvscom.c Log message: Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9). ok cheloha@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/12 00:51:46 Modified files: sys/kern : kern_rwlock.c Log message: Only check if the current thread has the lock in rw_assert_unlocked(9). With this semantic change it is now possible to use a similar assert for both mutexes and rwlocks as required by the vm_map_assert_lock() diff. ok sashan@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/12 01:14:37 Modified files: graphics/openexr: Makefile Log message: Missing BDEP on math/py-numpy. spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/11/12 01:19:11 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: use the default URL when running fw_update, we can't guarantee that pkg_add will be able to cope with packages from the next OpenBSD release - firmware packages are occasionally updated on the release branch post-release. this should handle most situations - the corner-case is an old snapshot upgrading to a new snapshot across some types of pkg_add change, but as fw_update is usually not mandatory this is usually good enough. ok beck deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/12 01:30:27 Modified files: security/p5-Crypt-X509: Makefile distinfo Log message: update to p5-Crypt-X509-0.52 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/12 02:25:28 Modified files: lang/mruby : Makefile Added files: lang/mruby/patches: patch-build_config_rb Log message: Avoid adding "-g3 -O0" to CFLAGS. OK jeremy@, sthen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/12 02:46:41 Modified files: misc/dialog : Makefile distinfo Log message: Update dialog to 1.3-20191110. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2019/11/12 02:55:52 Modified files: x11/qt4 : Makefile x11/qt4/patches: patch-src_network_ssl_qsslsocket_openssl_symbols_p_h Log message: Fix symbol lookup that I screwed up when I last had to touch this mess: W:QSslSocket: cannot call unresolved function X509_getm_notBefore Segmentation fault (core dumped) Reproducer, test & ok rsadowski CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/12 02:59:00 Modified files: devel/py-prompt_toolkit: Makefile distinfo devel/py-prompt_toolkit/pkg: PLIST Log message: Revert previous update. Doesn't work with ipython 5.8.0 and newer ipython removes python2 support. Bump EPOCH. ok kn CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/12 03:00:28 Modified files: devel/ipython : Makefile Log message: Change DEPENDS to reflect reversion and EPOCH bump of py-prompt_toolkit Bump REVISION ok kn CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/12 03:01:36 ports/devel/py-algorithm-munkres/patches Update of /cvs/ports/devel/py-algorithm-munkres/patches In directory cvs.openbsd.org:/tmp/cvs-serv67683/patches Log Message: Directory /cvs/ports/devel/py-algorithm-munkres/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/12 03:03:14 Added files: devel/py-algorithm-munkres/patches: patch-test_test_munkres_py Log message: Add patch that should have been added along with 1.1.2 update. No REVISION bump since it just patches a test CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/12 03:14:09 Modified files: print/texlive : Makefile.inc Log message: Use https://ftp.tu-chemnitz.de as primary MASTER_SITES Documented as a preferred mirror by upstream, has https, and doesn't have all the problems ftp://tug.org has (overloaded, keepalive broken). ok sthen@ edd@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/12 03:24:23 Log message: security/py-pyscard The pyscard smartcard library is a framework for building smart card aware applications in Python. the PCSC API Python wrapper module. - smartcard.scard, an extension module wrapping the WinSCard API (smart card base components) also known as PC/SC - smartcard, a higher level Python framework built on top of the raw PC/SC API Version 1.9.9 From Lucas Rabb Input and tweaks from myself and sthen OK sthen Status: Vendor Tag: kmos Release Tags: kmos_20191112 N ports/security/py-pyscard/Makefile N ports/security/py-pyscard/distinfo N ports/security/py-pyscard/pkg/DESCR N ports/security/py-pyscard/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/12 06:37:22 Log message: Import games/fallingtime, a game where you are a constantly falling ball. macppc testing and ok cwen@ FallingTime is an arcade game inspired by Fall Down. Like the Fall Down games, you are a ball and you must fall into the holes to avoid being crushed by the top of the screen! Status: Vendor Tag: bcallah Release Tags: bcallah_20191112 N ports/games/fallingtime/Makefile N ports/games/fallingtime/distinfo N ports/games/fallingtime/patches/patch-CMakeLists_txt N ports/games/fallingtime/patches/patch-cfgpath_h N ports/games/fallingtime/patches/patch-chipmunk_include_chipmunk_chipmunk_h N ports/games/fallingtime/patches/patch-chipmunk_src_CMakeLists_txt N ports/games/fallingtime/pkg/DESCR N ports/games/fallingtime/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/12 06:37:42 Modified files: games : Makefile Log message: +fallingtime CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/12 08:15:09 Log message: Import unionfs-fuse-2.0. DESCR: unionfs-fuse overlays several directory into one single mount point. It first tries to access the file on the top branch and if the file does not exist there, it continues on lower level branches. If the user tries to modify a file on a lower level read-only branch the file is copied to a higher level read-write branch if the copy-on-write (cow) mode was enabled. OK rsadowski@, jca@ Status: Vendor Tag: bket Release Tags: bket_20191112 N ports/sysutils/unionfs-fuse/Makefile N ports/sysutils/unionfs-fuse/distinfo N ports/sysutils/unionfs-fuse/patches/patch-src_Makefile N ports/sysutils/unionfs-fuse/patches/patch-src_unionfs_h N ports/sysutils/unionfs-fuse/patches/patch-src_usyslog_c N ports/sysutils/unionfs-fuse/patches/patch-test_sh N ports/sysutils/unionfs-fuse/pkg/DESCR N ports/sysutils/unionfs-fuse/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/12 08:18:32 Modified files: sysutils : Makefile Log message: +unionfs-fuse CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/12 08:34:37 Modified files: sbin/unwind : resolver.c unwind.h Log message: It is possible to cancel libunbound queries by tracking an id. We are not using that feature so stop tracking the value. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/12 08:35:11 Modified files: sbin/unwind : resolver.c Log message: Error logging is done inside of resolve since it depends on the resolver type. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/12 08:36:49 Modified files: sbin/unwind : resolver.c Log message: Pass in a callback function to resolve() instead of a flag to distinguish between an external query and check_resolver(). Also switch trust_anchor_resolve() over which was special. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/12 08:37:31 Modified files: sbin/unwind : resolver.c Log message: we are not using was_ratelimited CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/12 09:37:49 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: document the new annotations corresponding to DEBUG_PACKAGES CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/12 09:38:26 Modified files: share/man/man5 : bsd.port.arch.mk.5 Log message: document DEBUGINFO_ARCHS. While there, synch list with reality CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/12 09:38:44 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document how DEBUG_PACKAGES works CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/12 09:39:10 Modified files: share/man/man1 : Makefile Added files: share/man/man1 : build-debug-info.1 Log message: document new helper CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/12 09:40:26 Modified files: infrastructure/mk: bsd.port.mk Log message: minor tweaks: - remove PKG_ARCH=* packages from DEBUG_PACKAGES, to help with introspection - ditch DEBUG_FILES entirely, the automated mechanism appears to be good enough - tweak show-debug-info to show the file names CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/12 09:41:36 Modified files: infrastructure/bin: build-debug-info Log message: copy remaining annotations with special semantics (cwd but first, pkgpath with debug/ prepended) put a bit more boilerplate in the generated Makefile, so that the targets themselves are much shorter CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/12 09:45:04 Modified files: sbin/iked : iked.conf.5 parse.y Log message: Add configuration options to explicitly specify ESN support for child SAs. The default behaviour remains unchanged. ok mikeb@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 10:03:10 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/pkg: PLIST Removed files: security/keepassxc/patches: patch-CMakeLists_txt patch-src_core_Alloc_cpp patch-src_keys_drivers_YubiKeyStub_cpp patch-tests_CMakeLists_txt patch-tests_TestCli_cpp patch-tests_gui_CMakeLists_txt Log message: Bugfix update keepassxc to 2.5.1 All patches merged upstream. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/12 10:13:26 Modified files: sbin/iked : iked.conf.5 Log message: fix a formatting warning; CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/12 10:24:39 Modified files: games/braincurses: Makefile Log message: braincurses: add MAKE_ENV to the `do-build' target, so the port really uses ports-gcc on base-gcc archs. OK kmos@ jca@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/12 10:46:33 Modified files: graphics/openexr: Makefile graphics/openexr/pkg: PLIST-main Log message: Add debug packages. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/12 11:00:55 Modified files: x11/gnome/totem-pl-parser: Makefile distinfo x11/gnome/totem-pl-parser/pkg: PLIST Log message: Update to totem-pl-parser-3.26.4. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/12 12:14:19 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/12 12:15:41 Modified files: textproc/lttoolbox: Makefile Log message: not yet CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:29:25 Modified files: usr.bin/ssh : Makefile.inc sshkey.c sshkey.h Added files: usr.bin/ssh : ssh-ed25519-sk.c Log message: implement ssh-ed25519-sk verification; ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:29:54 Modified files: usr.bin/ssh : ssh-sk.c Log message: factor out sshsk_ecdsa_assemble(); ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:30:21 Modified files: usr.bin/ssh : ssh-sk.c Log message: factor out sshsk_ecdsa_inner_sig(); ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:30:51 Modified files: usr.bin/ssh : ssh-sk-helper.c ssh-sk.c ssh-sk.h sshkey.c Log message: rename sshsk_ecdsa_sign() to sshsk_sign(); ok djm CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:31:18 Modified files: usr.bin/ssh : ssh-sk.c ssh-sk.h sshkey.c Log message: implement sshsk_ed25519_inner_sig(); ok djm CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:31:45 Modified files: usr.bin/ssh : ssh-sk.c ssh-sk.h Log message: implement sshsk_ed25519_assemble(); ok djm CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:32:30 Modified files: usr.bin/ssh : PROTOCOL.u2f sk-api.h ssh-sk.c Log message: update sk-api to version 2 for ed25519 support; ok djm CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:33:08 Modified files: usr.bin/ssh : authfd.c myproposal.h pathnames.h readconf.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-sk-helper.c sshconnect.c sshconnect2.c sshkey.c sshkey.h Log message: enable ed25519 support; ok djm CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:34:00 Modified files: usr.bin/ssh : ssh-sk.c Log message: check sig_r and sig_s for ssh-sk keys; ok djm CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/12 12:34:40 Modified files: usr.bin/ssh : PROTOCOL.u2f ssh-ed25519-sk.c ssh-sk.c Log message: remove extra layer for ed25519 signature; ok djm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/12 13:06:54 Modified files: infrastructure/bin: build-debug-info Log message: don't error out on symlinks for now, this allows things to proceed CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/12 13:08:35 Modified files: security/wesng : Makefile distinfo security/wesng/patches: patch-wes_py security/wesng/pkg: PLIST Log message: update to wesng-0.98 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/12 13:11:02 Modified files: lang/vala : Makefile distinfo Log message: update to vala-0.46.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/12 13:13:30 Modified files: graphics/openexr: Makefile graphics/openexr/pkg: PLIST-main Log message: Those '@so' are symlinks to @lib; so remove them. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 13:15:16 Modified files: meta/kde4 : Makefile Log message: Unhook kget CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 13:18:02 Modified files: meta/kde4 : Makefile Log message: remove broken digikam-kde4 from kde4-extras CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/12 13:18:55 Modified files: textproc/lttoolbox: Makefile Log message: reinstate DEBUG_PACKAGES, even though the symlink means it might not be that useful... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/12 13:20:35 Modified files: www/webkitgtk4 : Makefile www/webkitgtk4/pkg: PLIST Log message: Add debug package. This is awesome we can provide this: 27.3M webkitgtk4-2.26.2p0.tgz 503M debug-webkitgtk4-2.26.2p0.tgz CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 13:21:30 Modified files: x11/kde4 : Makefile Removed files: x11/kde4/kget : Makefile distinfo x11/kde4/kget/patches: patch-CMakeLists_txt x11/kde4/kget/pkg: DESCR PLIST Log message: remove and unhook kde4 kget Sometimes it crash, sometimes it came up that HTTP/HTTPS and FTP are not supported protocols. Broken! OK fcambus@ kn@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/12 13:21:46 Modified files: usr.sbin/smtpd : ruleset.c to.c Log message: fix a logic bug in ruleset matching that makes `from socket` rules possibly crash depending on how the ruleset is crafted. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/12 13:24:52 Modified files: sbin/unwind : resolver.c Log message: do not leak buf or region if either fails to allocate CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/12 13:26:36 Modified files: sbin/unwind : resolver.c Log message: we might not have a best resolver at all CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 13:32:12 Removed files: graphics/py-dot/patches: patch-dot_parser_py mail/rspamd/pkg: PFRAG.no-no_luajit www/aria2/patches: patch-src_libssl_compat_h Log message: zap empty files CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/12 14:02:42 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 Log message: a long long time ago, there was no such thing as "from socket" and the socket listener was tagged "local" so we could trick "from local" into matching non-network connections. this hack was removed years ago and the socket listener still had this "local" tag hardcoded. this commit teaches parse.y how to assign a tag to a socket listener and removes the hardcoded "local". CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 14:24:14 Modified files: infrastructure/db: network.conf Log message: update MASTER_SITE_KDE and prefer https over http/ftp. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/11/12 15:03:42 Modified files: print/poppler : Makefile distinfo print/poppler/pkg: PLIST-main Log message: Update to poppler-0.82.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/11/12 15:04:55 Modified files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_pdf-parser_cpp Added files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_svg-builder_cpp patch-src_extension_internal_pdfinput_svg-builder_h Log message: Fix for poppler-0.82.0. ok aja@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 15:05:27 Modified files: databases/influxdb: Makefile distinfo Log message: update influxdb to 1.6.6 Take maintainer OK landry@ bket@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/11/12 15:05:36 Modified files: editors/calligra/patches: patch-filters_karbon_pdf_SvgOutputDev_cpp patch-filters_karbon_pdf_SvgOutputDev_h Log message: Fix for poppler-0.82.0. ok aja@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 15:31:23 Modified files: sysutils/telegraf: Makefile distinfo Added files: sysutils/telegraf/patches: patch-plugins_inputs_openntpd_openntpd_go patch-plugins_inputs_opensmtpd_opensmtpd_go patch-plugins_inputs_pf_pf_go Log message: Update telegraf to 1.12.3 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/12 15:32:48 Modified files: usr.bin/ssh : xmalloc.c xmalloc.h Log message: add xvasprintf() CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/12 15:34:20 Modified files: usr.bin/ssh : misc.h readpass.c Log message: dd API for performing one-shot notifications via tty or SSH_ASKPASS CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/12 15:35:02 Modified files: usr.bin/ssh : readpass.c Log message: pass SSH_ASKPASS_PROMPT hint to y/n key confirm too CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/12 15:36:44 Modified files: usr.bin/ssh : ssh-agent.c ssh-keygen.c sshconnect2.c Log message: security keys typically need to be tapped/touched in order to perform a signature operation. Notify the user when this is expected via the TTY (if available) or $SSH_ASKPASS if we can. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/12 15:38:19 Modified files: usr.bin/ssh : ssh-sk.c Log message: allow an empty attestation certificate returned by a security key enrollment - these are possible for tokens that only offer self- attestation. This also needs support from the middleware. ok markus@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/12 16:14:19 ports/security/libfido2/patches Update of /cvs/ports/security/libfido2/patches In directory cvs.openbsd.org:/tmp/cvs-serv6425/patches Log Message: Directory /cvs/ports/security/libfido2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/12 16:15:21 Modified files: security/libfido2: Makefile distinfo Added files: security/libfido2/patches: patch-examples_util_c Log message: OpenSSH now requires v.2 of the middleware in order to support Ed25519 keys on FIDO2 tokens. Point this port as a compatible middleware ahead of it landing upstream. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/12 16:27:15 Modified files: sys/net : if.c Log message: check for privileged bridges ioctls next to the other privileged ioctls. there's now a bunch of drivers that implement the bridge ioctls, but they're inconsistent at checking privilege. doing it up front once means less code duplication, and more consistent application of the checks. ok bluhm@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/11/12 17:07:29 Modified files: sysutils/firmware/intel: Makefile distinfo sysutils/firmware/intel/pkg: PLIST Log message: update intel microcode to 20191112 -- Updates upon 20190918 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- new platforms ---------------------------------------- AVN B0/C0 6-4d-8/01 0000012D Atom C2xxx CML-U62 A0 6-a6-0/80 000000c6 Core Gen10 Mobile CNL-U D0 6-66-3/80 0000002a Core Gen8 Mobile SKX-SP B1 6-55-3/97 01000151 Xeon Scalable GKL B0 6-7a-1/01 00000032 Pentium J5005/N5000, Celeron J4005/J4105/N4000/N4100 GKL-R R0 6-7a-8/01 00000016 Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120 ICL U/Y D1 6-7e-5/80 00000046 Core Gen10 Mobile ---- updated platforms ------------------------------------ SKL U/Y D0 6-4e-3/c0 000000cc->000000d4 Core Gen6 Mobile SKX-SP H0/M0/U0 6-55-4/b7 02000064->00000065 Xeon Scalable SKX-D M1 6-55-4/b7 02000064->00000065 Xeon D-21xx CLX-SP B0 6-55-6/bf 0400002b->0400002c Xeon Scalable Gen2 CLX-SP B1 6-55-7/bf 0500002b->0500002c Xeon Scalable Gen2 SKL H/S/E3 R0/N0 6-5e-3/36 000000cc->000000d4 Core Gen6 AML-Y22 H0 6-8e-9/10 000000b4->000000c6 Core Gen8 Mobile KBL-U/Y H0 6-8e-9/c0 000000b4->000000c6 Core Gen7 Mobile CFL-U43e D0 6-8e-a/c0 000000b4->000000c6 Core Gen8 Mobile WHL-U W0 6-8e-b/d0 000000b8->000000c6 Core Gen8 Mobile AML-Y V0 6-8e-c/94 000000b8->000000c6 Core Gen10 Mobile CML-U42 V0 6-8e-c/94 000000b8->000000c6 Core Gen10 Mobile WHL-U V0 6-8e-c/94 000000b8->000000c6 Core Gen8 Mobile KBL-G/X H0 6-9e-9/2a 000000b4->000000c6 Core Gen7/Gen8 KBL-H/S/E3 B0 6-9e-9/2a 000000b4->000000c6 Core Gen7; Xeon E3 v6 CFL-H/S/E3 U0 6-9e-a/22 000000b4->000000c6 Core Gen8 Desktop, Mobile, Xeon E CFL-S B0 6-9e-b/02 000000b4->000000c6 Core Gen8 CFL-H R0 6-9e-d/22 000000b8->000000c6 Core Gen9 Mobile CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/12 18:36:27 Modified files: sys/net : if.c Log message: unbreak ramdisks CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/12 21:10:38 Modified files: usr.bin/nc : netcat.c Log message: refactor the nc pool loop to not shut down the socket early, and to handle tls_shutdown correctly if using TLS, doing tls_shutdown correctly if we are using the -N flag ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/12 21:47:52 Modified files: usr.bin/ssh : auth2-chall.c auth2-kbdint.c authfd.c clientloop.c match.c readconf.c session.c sftp-glob.c sshconnect.c sshconnect2.c umac.c Log message: stdarg.h required more broadly; ok djm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/12 22:42:26 Modified files: usr.bin/ssh : readconf.c Log message: remove size_t gl_pathc < 0 test, it is invalid. the return value from glob() is sufficient. discussed with djm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:00:58 Modified files: sys/dev/pci/drm/radeon: si_dpm.c Log message: drm/radeon: fix si_enable_smc_cac() failed issue From Alex Deucher e3fdd0c1a3d0d15d3367216e60304ca28475f66b in linux 4.19.y/4.19.84 2c409ba81be25516afe05ae27a4a15da01740b01 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:04:41 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_job.c Log message: drm/amdgpu: If amdgpu_ib_schedule fails return back the error. From Andrey Grodzovsky e5edbf9c45cec143526d9d1708d216228a197cd8 in linux 4.19.y/4.19.84 57c0f58e9f562089de5f0b60da103677d232374c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:07:15 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_link_ddc.c Log message: drm/amd/display: Passive DP->HDMI dongle detection fix From Michael Strauss 99d5f18cebbf3f01f269368923e9b9c3ac134700 in linux 4.19.y/4.19.84 bc2fde42e2418808dbfc04de1a6da91d7d31cf1a in mainline linux CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/12 23:10:50 Modified files: sys/dev/pci/drm/include/linux: kernel.h Log message: Fix off-by-one (truncation) in k{v,}asprintf(). ok jsg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:11:28 Modified files: sys/dev/pci/drm/i915: i915_cmd_parser.c Log message: drm/i915: Rename gen7 cmdparser tables From Jon Bloomfield b4b1abdc6b181cb78a072b95557ae392d423c3eb in linux 4.19.y/4.19.84 0a2f661b6c21815a7fa60e30babe975fee8e73c6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:15:05 Modified files: sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem_execbuffer.c Log message: drm/i915: Disable Secure Batches for gen6+ From Jon Bloomfield f1ff77080fa1828dfd67b3082053da1fbb80dfff in linux 4.19.y/4.19.84 44157641d448cbc0c4b73c5231d2b911f0cb0427 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:18:04 Modified files: sys/dev/pci/drm/i915: i915_cmd_parser.c i915_drv.h i915_gem_execbuffer.c Log message: drm/i915: Remove Master tables from cmdparser From Jon Bloomfield fba4207cf15e462c8b388bde1dabb1b64eca21b0 in linux 4.19.y/4.19.84 66d8aba1cd6db34af10de465c0d52af679288cb6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:20:18 Modified files: sys/dev/pci/drm/i915: i915_cmd_parser.c i915_gem_execbuffer.c intel_ringbuffer.h Log message: drm/i915: Add support for mandatory cmdparsing From Jon Bloomfield fc3510fe6f6bcee80279238daf1c5de4d6570210 in linux 4.19.y/4.19.84 311a50e76a33d1e029563c24b2ff6db0c02b5afe in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:23:12 Modified files: sys/dev/pci/drm/i915: i915_drv.h i915_gem.c i915_gem_execbuffer.c Log message: drm/i915: Support ro ppgtt mapped cmdparser shadow buffers From Jon Bloomfield 7ce726b61c577344655436d6bf49a13e911b6f0a in linux 4.19.y/4.19.84 4f7af1948abcb18b4772fe1bcd84d7d27d96258c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:25:21 Modified files: sys/dev/pci/drm/i915: i915_gem_execbuffer.c Log message: drm/i915: Allow parsing of unsized batches From Jon Bloomfield fea688c5dd8197fe1ad14a5a2596fee36f993bb8 in linux 4.19.y/4.19.84 435e8fc059dbe0eec823a75c22da2972390ba9e0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:28:10 Modified files: sys/dev/pci/drm/i915: i915_cmd_parser.c i915_gem_gtt.c i915_reg.h Log message: drm/i915: Add gen9 BCS cmdparsing From Jon Bloomfield cdd77c6b4be41d35000611e2dc9a17a3db808976 in linux 4.19.y/4.19.84 0f2f39758341df70202ae1c42d5a1e4ee392b6d3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:29:55 Modified files: sys/dev/pci/drm/i915: i915_cmd_parser.c Log message: drm/i915/cmdparser: Use explicit goto for error paths From Jon Bloomfield f27bc2b5950dccac563706a764aa0c2d387db8e9 in linux 4.19.y/4.19.84 0546a29cd884fb8184731c79ab008927ca8859d0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:33:04 Modified files: sys/dev/pci/drm/i915: i915_cmd_parser.c i915_drv.h i915_gem_context.c i915_gem_context.h i915_gem_execbuffer.c Log message: drm/i915/cmdparser: Add support for backward jumps From Jon Bloomfield 6e53c71a69138059c8a4dcd1f9a2967c85fede64 in linux 4.19.y/4.19.84 f8c08d8faee5567803c8c533865296ca30286bbf in mainline linux CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/12 23:34:01 Modified files: games/dmagnetic: Makefile distinfo Log message: Update dMagnetic to 0.18 From Thomas Dettbarn (maintainer) Thanks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:35:33 Modified files: sys/dev/pci/drm/i915: i915_cmd_parser.c Log message: drm/i915/cmdparser: Ignore Length operands during command matching From Jon Bloomfield a7bda639a17fe92b66b8bb28e81b558cb8678c85 in linux 4.19.y/4.19.84 926abff21a8f29ef159a3ac893b05c6e50e043c3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:38:40 Modified files: sys/dev/pci/drm/i915: i915_reg.h intel_pm.c Log message: drm/i915: Lower RM timeout to avoid DSI hard hangs From Uma Shankar 011b7173cbdbd1a5f1826656693ea51516f15dc1 in linux 4.19.y/4.19.84 1d85a299c4db57c55e0229615132c964d17aa765 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:41:55 Modified files: sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c i915_reg.h intel_drv.h intel_pm.c Log message: drm/i915/gen8+: Add RC6 CTX corruption WA From Imre Deak 255ed51599dea571ac15afc676b2705cf2f83975 in linux 4.19.y/4.19.84 7e34f4e4aad3fd34c02b294a3cf2321adf5b4438 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/12 23:44:45 Modified files: sys/dev/pci/drm/i915: i915_cmd_parser.c Log message: drm/i915/cmdparser: Fix jump whitelist clearing From Ben Hutchings fee619bb813648ea90bf024171acfaaec2f031fc in linux 4.19.y/4.19.84 ea0b163b13ffc52818c079adb00d55e227a6da6f in mainline linux CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/13 00:53:10 Modified files: usr.bin/ssh : ssh-agent.c sshkey-xmss.c sshkey.c sshkey.h Log message: fix shield/unshield for xmss keys: - in ssh-agent we need to delay the call to shield until we have received key specific options. - when serializing xmss keys for shield we need to deal with all optional components (e.g. state might not be loaded). ok djm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/13 03:08:58 Modified files: infrastructure/bin: build-debug-info infrastructure/mk: bsd.port.mk Log message: tweak it yet again to always run build-debug-info, it's cheap enough CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/13 03:15:11 Modified files: sys/net : if_spppsubr.c Log message: Non root users must not set the parameters of pppoe(4) interfaces. found by Ilja Van Sprundel; OK deraadt@ dlg@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/13 03:40:03 Modified files: sys/dev/usb : uhidev.c Log message: Send uhid(4) reports via the optional interrupt out pipe. Some tiny devices don't accept reports using control transfers since they think that offering the interrupt pipe is enough. Discussed with djm@ ok mpi@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/13 03:57:51 Modified files: sysutils/random_run: Makefile Log message: DEBUG_PACKAGES, simple and sweet to test CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/13 04:00:21 Modified files: audio/liba52 : Makefile audio/liba52/pkg: PLIST Log message: DEBUG_PACKAGES, @static-lib CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/13 04:00:52 Modified files: x11/libdbusmenu: Makefile Log message: libdbusmenu: don't build with `-Werror'; glib2 deprecation notices were breaking the build on base-gcc archs. OK kmos@ sthen@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/11/13 04:25:11 Modified files: usr.bin/ssh : sshd.c Log message: When clients get denied by MaxStartups, send a noification prior to the SSH2 protocol banner according to RFC4253 section 4.2. ok djm@ deraadt@ markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/13 04:30:30 Modified files: sysutils/firmware/intel: Makefile sysutils/firmware/intel/pkg: PLIST Log message: after installing or updating intel ucode, print "*** CPU microcode has been updated - reboot to apply." CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/13 04:38:48 Modified files: infrastructure/lib/OpenBSD: FS2.pm Added files: infrastructure/lib/OpenBSD: BaseFS.pm Log message: move the dest/undest/resolve_link code to its own class, so it can be reused in other WRKINST contexts (build-debug-info) Also make use of state to display errors, like duh CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/13 04:50:03 Modified files: textproc/ruby-rouge: Makefile distinfo Log message: Update ruby-rouge to 3.13.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/13 04:53:47 Modified files: sysutils/firmware/intel: Tag: OPENBSD_6_6 Makefile distinfo sysutils/firmware/intel/pkg: Tag: OPENBSD_6_6 PLIST Log message: MFC intel ucode CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/13 04:54:01 Modified files: sys/sys : sockio.h Log message: Fix get/set datapath comments. ok markus@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/13 05:17:21 Modified files: net/rsync : Makefile Log message: debug info for rsync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/13 05:18:10 Modified files: net/dhcpcd : Makefile distinfo Removed files: net/dhcpcd/patches: patch-src_dhcp6_c Log message: update to dhcpcd-8.1.2 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/13 05:24:40 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c ikev2_pld.c policy.c Log message: Log reason whenever a child SA is freed. This makes it easier to distinguish "valid" reasons to close an SA, such as rekeying, from errors. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/13 05:43:49 Modified files: x11/kde4 : Makefile.inc Log message: s/stable/Attic/ in MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/13 05:50:01 Modified files: www/sope : Makefile distinfo Log message: Update 4.0.8 -> 4.1.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/13 05:50:39 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Log message: Update 4.0.8 -> 4.1.1 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/13 07:49:29 Modified files: net : Makefile Removed files: net/firewalk : Makefile distinfo net/firewalk/patches: patch-Makefile_in patch-firewalk_c patch-ifaddrlist_c patch-listener_c patch-main_c patch-p_cap_h patch-packet_c patch-udptcpwalk_c net/firewalk/pkg: DESCR PLIST Log message: Remove net/firewalk. The port hasn't been updated since 1999, despite the fact new versions have been released, up to version 5.0 in 2002. The version we have does not work anymore, it doesn't recognize any network interface, even when specifying them manually with the -i switch. OK kmos@, jca@, ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/13 07:50:45 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register firewalk removal. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/13 08:22:41 Modified files: infrastructure/bin: build-debug-info infrastructure/mk: bsd.port.mk Log message: tweak call, some options are not needed, passing PORTSDIR will be necessary to grab other code. also error out when file writing breaks. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/13 08:24:11 Modified files: print/transfig : Makefile distinfo print/transfig/patches: patch-fig2dev_Makefile_in patch-fig2dev_fig2dev_c print/transfig/pkg: PLIST Log message: Update transfig to 3.2.7b. This fixes CVE-2018-16140 and CVE-2019-14275. Since version 3.2.7a, the X bitmaps files are not installed anymore. From upstream CHANGES: o Distribute the X bitmaps files within fig2dev, no need to install these files. The files were needed for Tk and Perl/Tk output. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/13 08:26:47 Modified files: graphics/xfig : Makefile distinfo graphics/xfig/patches: patch-src_d_text_c graphics/xfig/pkg: PLIST Removed files: graphics/xfig/patches: patch-e_chop_c patch-w_intersect_c patch-w_keyboard_c patch-w_snap_c Log message: Update xfig to 3.2.7b. We can now drop all patches for the includes. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/13 09:16:52 Modified files: infrastructure/bin: build-debug-info Log message: clean-up (put stuff into self, not state) inherit from BaseFS, so that dest/undest/resolve_link can happen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/13 09:20:07 Modified files: share/man/man1 : build-debug-info.1 Log message: reflect reality CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/13 10:05:35 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-129 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/13 10:36:02 Modified files: sys/netinet : in_pcb.h Log message: Add DoT 853 to DEFBADDYNAMICPORTS_TCP. This port will be increasingly unfiltered in the future, so this prevents rresvport_af(3) from randomly exposing a service intended for local visibility only. ok florian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/13 10:41:22 Modified files: devel/frama-c : Makefile Log message: put BROKEN-i386 back CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 11:23:19 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: update to iso-codes-4.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 11:33:08 Modified files: devel/libgtop2 : Makefile devel/libgtop2/pkg: PLIST Log message: add debug-libgtop2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 11:52:03 Modified files: lang/elixir : Makefile distinfo Log message: update to elixir-1.9.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 12:21:50 Modified files: net/gupnp/av : Makefile net/gupnp/av/pkg: PLIST net/gupnp/core : Makefile net/gupnp/dlna : Makefile net/gupnp/dlna/pkg: PLIST net/gupnp/igd : Makefile net/gupnp/igd/pkg: PLIST net/gupnp/tools: Makefile Log message: - provide debug packages for the gupnp bits - regen WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 12:38:39 Modified files: www/sassc : Makefile www/libsass : Makefile Log message: add debug packages CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 13:04:26 Modified files: math/py-graphviz: Makefile distinfo Log message: update to py-graphviz-0.13.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 13:04:36 Modified files: textproc/py-natsort: Makefile distinfo textproc/py-natsort/pkg: PLIST Log message: update to py-natsort-6.1.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 13:12:47 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PLIST Log message: update to py-cryptodome-3.9.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 13:13:20 Modified files: textproc/py-natsort: Makefile textproc/py-natsort/pkg: PLIST Log message: fix PLIST from previous CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 13:13:39 Modified files: net/py-netmiko : Makefile distinfo net/py-netmiko/pkg: PLIST Log message: - update to py-netmiko-2.4.2 - add missing RDEPs for python2 CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/13 13:25:45 Modified files: usr.bin/ssh : ssh-sk.c Log message: fix check for sig_s; noted by qsa at qualys.com CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 13:53:32 Modified files: net/mosquitto : Makefile distinfo net/mosquitto/patches: patch-lib_CMakeLists_txt patch-lib_mosquitto_c patch-mosquitto_conf patch-src_CMakeLists_txt net/mosquitto/pkg: PLIST Removed files: net/mosquitto/patches: patch-CMakeLists_txt patch-lib_cpp_CMakeLists_txt patch-src_handle_connect_c patch-test_Makefile patch-test_broker_c_Makefile patch-test_lib_c_Makefile patch-test_lib_cpp_Makefile Log message: update to mosquitto-1.6.7 CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2019/11/13 13:59:31 Modified files: faq : faq5.html Log message: Use "find -delete" not "find | xargs rm" CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/13 14:25:04 Modified files: sys/net : if.c Log message: Non root user must not use ioctl(2) to mess around with the address of a network interface. OK deraadt@ claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/13 15:00:21 Modified files: usr.bin/ssh : sshkey.c Log message: in order to be able to figure out the number of signatures left on a shielded key, we need to transfer the number of signatures left from the private to the public key. ok djm@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/13 16:11:09 Modified files: astro/ansiweather: Makefile distinfo Log message: Update ansiweather to 1.15.0. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/13 18:02:02 Modified files: sys/net : if.c Log message: avoid a use after free in if_delgroup. if_detach passes the groupname from an ifg_list struct to if_delgroup, if_delgroup then uses the name to find the same ifg_list struct so it can free it, and then passes the name from the struct to pfi_group_change(). at worst this can cause a fault if malloc(9) actually unmaps the page the struct was on, and at best it causes pf interfaces with garbage names to be created. ok sashan@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/11/13 19:54:35 Modified files: sysutils/firmware/intel: Makefile distinfo sysutils/firmware/intel/pkg: PLIST Log message: update intel microcode to 20191113 -- Updates upon 20191112 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- new platforms ---------------------------------------- ---- updated platforms ------------------------------------ CFL-S P0 6-9e-c/22 000000a2->000000c6 Core Gen9 Desktop ---- removed platforms ------------------------------------ NOTE: This microcode was previously incorrectly listed as both CFL-S (Desktop) and CFL-H (Mobile) and was removed from the 20191112 release. This processor is now correctly listed as CFL-S (Desktop) only. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/11/13 19:58:15 Modified files: sysutils/firmware/intel: Tag: OPENBSD_6_6 Makefile distinfo sysutils/firmware/intel/pkg: Tag: OPENBSD_6_6 PLIST Log message: MFC intel ucode CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/13 21:13:54 src/lib/libcbor Update of /cvs/src/lib/libcbor In directory cvs.openbsd.org:/tmp/cvs-serv5230/libcbor Log Message: Directory /cvs/src/lib/libcbor added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/13 21:13:55 src/lib/libcbor/src Update of /cvs/src/lib/libcbor/src In directory cvs.openbsd.org:/tmp/cvs-serv5230/libcbor/src Log Message: Directory /cvs/src/lib/libcbor/src added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/13 21:13:55 src/lib/libcbor/src/cbor Update of /cvs/src/lib/libcbor/src/cbor In directory cvs.openbsd.org:/tmp/cvs-serv5230/libcbor/src/cbor Log Message: Directory /cvs/src/lib/libcbor/src/cbor added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/13 21:13:55 src/lib/libcbor/src/cbor/internal Update of /cvs/src/lib/libcbor/src/cbor/internal In directory cvs.openbsd.org:/tmp/cvs-serv5230/libcbor/src/cbor/internal Log Message: Directory /cvs/src/lib/libcbor/src/cbor/internal added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/13 21:14:15 src/lib/libfido2 Update of /cvs/src/lib/libfido2 In directory cvs.openbsd.org:/tmp/cvs-serv79765/libfido2 Log Message: Directory /cvs/src/lib/libfido2 added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/13 21:14:15 src/lib/libfido2/src Update of /cvs/src/lib/libfido2/src In directory cvs.openbsd.org:/tmp/cvs-serv79765/libfido2/src Log Message: Directory /cvs/src/lib/libfido2/src added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/13 21:14:15 src/lib/libfido2/src/fido Update of /cvs/src/lib/libfido2/src/fido In directory cvs.openbsd.org:/tmp/cvs-serv79765/libfido2/src/fido Log Message: Directory /cvs/src/lib/libfido2/src/fido added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/13 21:14:15 src/lib/libfido2/man Update of /cvs/src/lib/libfido2/man In directory cvs.openbsd.org:/tmp/cvs-serv79765/libfido2/man Log Message: Directory /cvs/src/lib/libfido2/man added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/13 23:55:13 Modified files: textproc/py-natsort: Makefile distinfo Log message: update to py-natsort-6.2.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/14 00:55:02 Modified files: usr.bin/tmux : input-keys.c key-string.c options-table.c spawn.c tmux.1 Log message: Add an option to set the key sent by backspace for those whose system uses ^H rather than ^?. GitHub issue 1969. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/14 00:56:32 Modified files: usr.bin/tmux : tty.c Log message: CUB and CUF are also limited by the margins so use CUP instead when margins are enabled (we already do this for linefeed). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/14 01:00:30 Modified files: usr.bin/tmux : cmd-new-session.c input.c Log message: Change new-session -A without a session name (that is, no -s option also) to attach to the best existing session like attach-session rather than creating a new one. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/14 01:30:10 Modified files: sbin/unwind : resolver.c unwind.h Log message: Since resolve() switched to a callback mechanism all uw_resolver objects pass through resolve() and either asr_resolve_done() or ub_resolve_done(). With that we can pull resolver_ref() and resolver_unref() into those functions to make the reference counting easier. Only check_resolver is special since it needs to refcount the to be checked resolver. But the resolver doing the actual work is automatically refcounted by resolve() and *_resolve_done(). One last piece of the puzzle is to track the uw_resolver object in cb_data so that the *_resolve_done() functions have access to it. This also allowes us to remove the ad-hoc passing of the resolver in query_imsg. Since the callback functions all need access to the resolver that did the work we pass it in as first argument. OK otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/14 01:32:30 Modified files: sbin/unwind : resolver.c Log message: Checking a resolver that we are already checking can lead to a self-DoS under high query rate and constant failures. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/14 01:34:17 Modified files: sbin/unwind : resolver.c unwind.c unwind.h Log message: With the stub resolver we have since some time we can resolve the captive portal host internaly via the resolver process. deraadt and me observed weird captive portal checking hangs inside of unwind if only 127.0.0.1 was listed as a nameserver in resolv.conf with the old code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/14 01:48:44 Modified files: infrastructure/bin: build-debug-info Log message: temporary fix: if we don't know how to generate debug for symlinks, don't bother registering them CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/14 03:04:20 Modified files: net/py-pf : Makefile distinfo Added files: net/py-pf/patches: patch-pf__struct_py Removed files: net/py-pf/patches: patch-pf_constants_py Log message: update to py-pf-0.2.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/14 05:47:03 Modified files: infrastructure/bin: build-debug-info Log message: I'm an idiot, of course conflict requires some tweaks as well CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/14 06:21:42 Modified files: sysutils/reposync: Makefile Log message: this is arch-independent CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2019/11/14 06:50:55 Modified files: sys/dev/usb : if_cdce.c Log message: Remove hardcoding of NetChip vendor/product id so that urndis(4) can attach when Linux has g_ether configured as RNDIS. OK patrick@, sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/14 08:37:20 Modified files: usr.bin/tmux : cmd-kill-pane.c tmux.h tty-keys.c Log message: Fix parsing of DA with only one argument in the response and add 65 for VT520. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/14 08:51:59 Modified files: games/trader : Makefile distinfo games/trader/patches: patch-src_Makefile_in patch-src_system_h Log message: Update trader to 7.13. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/14 09:09:34 Modified files: net/mosh : Makefile net/iodine : Makefile net/iodine/pkg : PLIST Log message: Provide debug-iodine and debug-mosh CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/14 09:23:23 Modified files: net/gupnp/av : Makefile Log message: fixup fat fingering 'BUILD_PACKAGES' spotted by bket@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/14 09:23:23 Modified files: usr.bin/tmux : options-table.c Log message: Change window-size default from smallest to latest. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/14 09:32:15 Modified files: www/ruby-sassc : Makefile Log message: ruby-sassc: use ports-gcc on base-gcc archs (C++11). Also fix a malformed RCS tag. OK jca@ jeremy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/14 09:49:16 Added files: geo/qgis/patches: patch-src_providers_wms_CMakeLists_txt Log message: Backport a patch from upstream to fix a build failure on a missing dependency, reported by ajacoutot@, sthen@ and naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/14 09:59:21 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-config_system-headers_mozbuild Removed files: www/mozilla-firefox/patches: patch-gfx_skia_skia_src_core_SkCpu_cpp Log message: Use plain --enable-debug-symbols, the debug pkg goes from 90mb to 360mb but at least the traces should provide local symbols, while -ggdb1 only provided function names. Add a comment about --enable-debug, which i wont use as it makes a wayys larger binary/package, and enables too many different codepaths. While here, replace the arm64 build fix from #1587116 with the one which got commited upstream, thanks phessler@ for testing it. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/14 10:07:42 Modified files: geo/qgis/patches: patch-src_providers_wms_CMakeLists_txt Log message: unbotch patch CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/14 10:29:29 Modified files: graphics/xfig : Makefile Log message: Add missing BUILD_DEPENDS on print/transfig. Pointed out by naddy@, thanks! CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/11/14 10:59:51 Modified files: . : errata65.html Log message: frag6ecn is for all architectures, not just amd64 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/14 11:06:29 Modified files: sys/dev/ic : Tag: OPENBSD_6_6 an.c sys/net : Tag: OPENBSD_6_6 if.c if_spppsubr.c Log message: Only root is allowed to set the WEP key. Add an suser() check to enforce this for the an(4) wireless network device. found by Ilja Van Sprundel; from bluhm@; OK dlg@ deraadt@ mpi@ SIOCDVNETID mutates state, so should only be run by root. found by Ilja Van Sprundel; from dlg@; OK deraadt@ mpi@ bluhm@ check for privileged bridges ioctls next to the other privileged ioctls. there's now a bunch of drivers that implement the bridge ioctls, but they're inconsistent at checking privilege. doing it up front once means less code duplication, and more consistent application of the checks. found by Ilja Van Sprundel; from dlg@; OK bluhm@ deraadt@ unbreak ramdisks from deraadt@ Non root user must not use ioctl(2) to mess around with the address of a network interface. from bluhm@; OK deraadt@ claudio@ Non root users must not set the parameters of pppoe(4) interfaces. found by Ilja Van Sprundel; from bluhm@; OK deraadt@ dlg@ OpenBSD 6.6 errata 006 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/14 11:07:27 Modified files: sys/dev/ic : Tag: OPENBSD_6_5 an.c sys/net : Tag: OPENBSD_6_5 if.c if_spppsubr.c Log message: Only root is allowed to set the WEP key. Add an suser() check to enforce this for the an(4) wireless network device. found by Ilja Van Sprundel; from bluhm@; OK dlg@ deraadt@ mpi@ SIOCDVNETID mutates state, so should only be run by root. found by Ilja Van Sprundel; from dlg@; OK deraadt@ mpi@ bluhm@ check for privileged bridges ioctls next to the other privileged ioctls. there's now a bunch of drivers that implement the bridge ioctls, but they're inconsistent at checking privilege. doing it up front once means less code duplication, and more consistent application of the checks. found by Ilja Van Sprundel; from dlg@; OK bluhm@ deraadt@ unbreak ramdisks from deraadt@ Non root user must not use ioctl(2) to mess around with the address of a network interface. from bluhm@; OK deraadt@ claudio@ Non root users must not set the parameters of pppoe(4) interfaces. found by Ilja Van Sprundel; from bluhm@; OK deraadt@ dlg@ OpenBSD 6.5 errata 017 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/14 11:19:25 Modified files: usr.sbin/sysupgrade: Tag: OPENBSD_6_6 sysupgrade.sh Log message: Opportunisticly run fw_update before rebooting to run the upgrade. Warn if it fails, but allow the upgrade to continue for now. discussed with many, refinements by naddy@ sthen@ from beck@ benno@; OK deraadt@ OpenBSD 6.6 errata 005 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/14 11:21:43 Modified files: usr.sbin/sysupgrade: Tag: OPENBSD_6_5 sysupgrade.sh Log message: Opportunisticly run fw_update before rebooting to run the upgrade. Warn if it fails, but allow the upgrade to continue for now. discussed with many, refinements by naddy@ sthen@ from beck@ benno@; OK deraadt@ OpenBSD 6.5 errata 016 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/14 11:23:08 Modified files: sys/net80211 : Tag: OPENBSD_6_5 ieee80211_ioctl.c Log message: Prevent a NULL deref in ieee80211_node2req() which could be triggered by an ioctl if the driver had not yet initialized the channel map. Crash reported by nayden@ ok sthen@ OpenBSD 6.5 errata 015 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/14 11:24:21 Modified files: sys/net80211 : Tag: OPENBSD_6_6 ieee80211_ioctl.c Log message: Prevent a NULL deref in ieee80211_node2req() which could be triggered by an ioctl if the driver had not yet initialized the channel map. Crash reported by nayden@ ok sthen@ OpenBSD 6.6 errata 004 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/14 11:38:07 Modified files: productivity/grisbi: Makefile distinfo productivity/grisbi/pkg: PLIST Log message: Update to grisbi 1.2.2, finally switched to Gtk+3. ok rsadowski@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/14 11:40:23 Modified files: regress/sbin/iked/parser: common.c Log message: Fix undefined symbol for ikev2_ike_sa_setreason. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/14 12:02:24 Modified files: www/firefox-esr: Makefile Log message: Provide debug package for firefox-esr. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/14 12:02:50 Modified files: mail/mozilla-thunderbird: Makefile Log message: Provide a debug package for thunderbird. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/14 12:19:30 Modified files: sysutils/smartmontools/patches: patch-Makefile_in Log message: regen patch CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/11/14 12:53:35 Modified files: devel/got : Makefile Log message: debug symbol package for devel/got CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/14 13:41:46 Modified files: sbin/isakmpd : monitor.c Log message: Do not print misleading error message about permission error for non existing isakmpd.conf(5) file. This was a result of the changed realpath(3) behavior. Now isakmpd(8) uses the errno from the system. reported by igor kos; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/11/14 13:48:48 Modified files: lib/libssl/man : SSL_CTX_use_certificate.3 Log message: Add missing cross-reference to NOTES section. OK kn@ tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 14:11:35 Added files: lib/libcbor : LICENSE.md Makefile README.md README.openbsd shlib_version lib/libcbor/src: allocators.c cbor.c cbor.h lib/libcbor/src/cbor: arrays.c arrays.h bytestrings.c bytestrings.h callbacks.c callbacks.h common.c common.h configuration.h configuration.h.in data.h encoding.c encoding.h floats_ctrls.c floats_ctrls.h ints.c ints.h maps.c maps.h serialization.c serialization.h streaming.c streaming.h strings.c strings.h tags.c tags.h lib/libcbor/src/cbor/internal: builder_callbacks.c builder_callbacks.h encoders.c encoders.h loaders.c loaders.h memory_utils.c memory_utils.h stack.c stack.h unicode.c unicode.h Log message: Add libcbor; an implementation of the Concise Binary Object Representation (CBOR) encoding format defined in RFC7049. This is a dependency of libfido2, that we'll use for U2F/FIDO support in OpenSSH. feedback and "Looks good enough to me" deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/14 14:13:58 Modified files: sys/dev/ic : mpi.c Log message: Unleash all the available openings and let the midlayer sort things out like other "modern" devices. ok dlg@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 14:14:10 Added files: lib/libfido2 : LICENSE Makefile README.openbsd shlib_version lib/libfido2/man: eddsa_pk.3 es256_pk.3 fido.3 fido2-assert.1 fido2-cred.1 fido2-token.1 fido_assert.3 fido_assert_allow_cred.3 fido_assert_set.3 fido_assert_verify.3 fido_bio_dev.3 fido_bio_enroll.3 fido_bio_info.3 fido_bio_template.3 fido_cbor_info.3 fido_cred.3 fido_cred_exclude.3 fido_cred_set.3 fido_cred_verify.3 fido_credman.3 fido_dev_get_assert.3 fido_dev_info_manifest.3 fido_dev_make_cred.3 fido_dev_open.3 fido_dev_set_io_functions.3 fido_dev_set_pin.3 fido_strerr.3 rs256_pk.3 lib/libfido2/src: aes256.c assert.c authkey.c bio.c blob.c blob.h buf.c cbor.c cred.c credman.c dev.c ecdh.c eddsa.c err.c es256.c export.llvm extern.h fido.h hid.c hid_openbsd.c info.c io.c iso7816.c iso7816.h log.c packed.h pin.c reset.c rs256.c types.h u2f.c lib/libfido2/src/fido: bio.h credman.h eddsa.h err.h es256.h param.h rs256.h Log message: import libfido2 (git HEAD). This library allows communication with U2F/FIDO2 devices over USB. feedback and "start the churn" deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 14:14:35 Modified files: lib : Makefile Log message: add libcbor and libfido2 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 14:14:53 Modified files: include : Makefile Log message: RDIRS for libcbor and libfido2 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/14 14:17:00 Modified files: regress/sys/kern/pipe: test-run-down.c test-thundering-herd.c Log message: increase pipe size in order to exercise big pipe allocations CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 14:27:31 Modified files: usr.bin/ssh : Makefile.inc readconf.c ssh-add.1 ssh-add.c ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh-sk.c ssh.1 ssh_config.5 usr.bin/ssh/ssh: Makefile usr.bin/ssh/ssh-add: Makefile usr.bin/ssh/ssh-agent: Makefile usr.bin/ssh/ssh-keygen: Makefile usr.bin/ssh/ssh-keyscan: Makefile usr.bin/ssh/ssh-keysign: Makefile usr.bin/ssh/ssh-pkcs11-helper: Makefile usr.bin/ssh/ssh-sk-helper: Makefile usr.bin/ssh/sshd: Makefile Added files: usr.bin/ssh : sk-usbhid.c Log message: directly support U2F/FIDO2 security keys in OpenSSH by linking against the (previously external) USB HID middleware. The dlopen() capability still exists for alternate middlewares, e.g. for Bluetooth, NFC and test/debugging. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/14 14:31:07 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/14 14:31:31 Modified files: lib/libcbor : shlib_version lib/libfido2 : shlib_version Log message: extra whitespace CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/14 14:39:11 Modified files: sysutils/reposync: Makefile sysutils/reposync/files: reposync reposync.1 Log message: $destdir holds user input so quote it; since ksh(1) not sh(1) is used, use [[ instead of [ consistently to disable word splitting. Mention /cvs in the manual being the default destination, move -p without argument before -l and sync script usage with manual synopsis. Delimit rm(1) options from paths just to be sure. While here, files/reposync has nothing to SUBSTitute, so use INSTALL_SCRIPT in do-install directly and check syntax for sanity. More style fixes and proper use of rsync's --exlude from naddy OK naddy CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/14 14:43:26 Modified files: sysutils/reposync: Makefile sysutils/reposync/files: reposync.1 Log message: Fix manual nits found with mandoc -Tlint mandoc: ./reposync.1:78:2: ERROR: skipping end of block that is not open: El mandoc: ./reposync.1:69:5: STYLE: possible typo in section name: Sh EXAMPLE instead of EXAMPLES CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 14:56:52 Modified files: usr.bin/ssh : Makefile.inc Log message: remove debugging goop that snuck in to last commit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/14 15:07:28 Modified files: etc : group master.passwd Log message: uid/gid 70 is _rpki-client for privdrop; ok benno CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 15:23:31 Modified files: lib/libfido2 : Makefile Log message: LDADD for libcbor and libusbhid CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/14 16:44:26 Modified files: share/mk : bsd.prog.mk bsd.README Log message: add LIBCBOR and LIBFIDO2 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/11/14 16:48:37 Modified files: usr.bin/ftp : fetch.c Log message: HTTP/1.1 for ftp(1) Some sites in ports start to reject HTTP/1.0 requests. Let's move on and implement HTTP/1.1. Should fit in ramdisks. ok sthen@ tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/14 17:05:31 ports/sysutils/reposync/patches Update of /cvs/ports/sysutils/reposync/patches In directory cvs.openbsd.org:/tmp/cvs-serv96199/patches Log Message: Directory /cvs/ports/sysutils/reposync/patches added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/14 17:06:46 Modified files: usr.bin/usbhidctl: Makefile share/mk : bsd.README bsd.prog.mk Log message: libusb was renamed to libusbhid in 2001 but the old DPADD var name was kept. Rename LIBUSB to LIBUSBHID as there is only one LIBUSB use and many more attempts to refer to LIBUSBHID. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/14 17:17:40 Modified files: sysutils/reposync: Makefile Added files: sysutils/reposync: distinfo sysutils/reposync/patches: patch-reposync patch-reposync_1 Removed files: sysutils/reposync/files: reposync reposync.1 Log message: reposync tweaks: update version fix whitespace use a proper distfile set MAINTAINER which I forgot before CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/14 17:18:54 Modified files: sysutils/reposync: Tag: OPENBSD_6_6 Makefile sysutils/reposync/pkg: Tag: OPENBSD_6_6 PLIST Added files: sysutils/reposync: Tag: OPENBSD_6_6 distinfo sysutils/reposync/patches: Tag: OPENBSD_6_6 patch-reposync patch-reposync_1 Removed files: sysutils/reposync/files: Tag: OPENBSD_6_6 reposync reposync.1 Log message: sync with -current CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 17:32:40 Modified files: usr.bin/ssh : readpass.c Log message: follow existing askpass logic for security key notifier: fall back to _PATH_SSH_ASKPASS_DEFAULT if no $SSH_ASKPASS environment variable is set. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/14 18:34:36 Removed files: security/libfido2: Makefile distinfo security/libfido2/patches: patch-examples_util_c security/libfido2/pkg: DESCR PLIST Log message: libfido2 is in base now; remove port. Prompted by sthen@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2019/11/14 18:34:55 Removed files: devel/libcbor : Makefile distinfo devel/libcbor/patches: patch-CMakeLists_txt devel/libcbor/pkg: DESCR PLIST Log message: libcbor is in base now; remove port. Prompted by sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 19:20:06 Modified files: usr.bin/ssh : sk-usbhid.c Log message: correct function name in debug message CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 19:37:24 Modified files: usr.bin/ssh : sshconnect2.c Log message: close the "touch your security key" notifier on the error path too CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 19:38:07 Modified files: usr.bin/ssh : ssh-agent.c Log message: show the "please touch your security key" notifier when using the (default) build-in security key support. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/14 20:10:21 Modified files: etc/etc.amd64 : disktab distrib/amd64/iso: Makefile Log message: grow an install media CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/14 20:18:45 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/14 20:19:40 Modified files: lib/libcbor : Makefile lib/libfido2 : Makefile Log message: our older gcc requires forced -std=c99 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 20:41:57 Modified files: usr.bin/ssh : sk-usbhid.c Log message: U2F tokens may return FIDO_ERR_USER_PRESENCE_REQUIRED when probed to see if they own a key handle. Handle this case so the find_device() look can work for them. Reported by Michael Forney CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 21:12:32 Modified files: usr.bin/ssh : ssh-agent.c Log message: don't consult dlopen whitelist for internal security key provider; spotted by dtucker@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/14 21:23:25 Modified files: share/man/man3 : intro.3 Log message: add libcbor and libfido2 ok djm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/14 22:25:52 Modified files: usr.bin/ssh : Makefile.inc Log message: only clang understands those new -W options CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/14 22:26:56 Modified files: usr.bin/ssh : sk-usbhid.c Log message: rewrite c99-ism CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 22:37:27 Modified files: usr.bin/ssh : ssh-agent.c Log message: unshield security key privkey before attempting signature in agent. spotted by dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/14 23:00:20 Modified files: usr.bin/ssh : moduli.c sk-usbhid.c sshbuf-getput-crypto.c sshkey.c Log message: remove most uses of BN_CTX We weren't following the rules re BN_CTX_start/BN_CTX_end and the places we were using it didn't benefit from its use anyway. ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/14 23:05:39 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: Update pycharm to 2019.2.4 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/14 23:08:21 Modified files: sbin/unwind : resolver.c Log message: Improve readability by using a typedef for the callback type; ok florian@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/15 00:43:53 Modified files: fonts/public-sans: Makefile distinfo fonts/public-sans/pkg: PLIST Log message: Update to public-sans-1.007. From George Rosamond (thanks!). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/15 02:08:14 Modified files: geo/qgis : Makefile geo/qgis/pkg : PLIST Log message: Provide a debug package for qgis. Don't use CMAKE_BUILD_TYPE=DebWithRelInfo as it does a bit more than just using -g, and the resulting package is even larger.. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/11/15 02:27:49 Modified files: sys/kern : vfs_bio.c Log message: Fix a spelling error in a comment and remove some extra whitespace in a few places. No code change. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/11/15 02:29:21 Modified files: sys/net80211 : ieee80211.c Log message: Whitespace removal, no code change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/15 04:16:28 Modified files: usr.bin/ssh : ssh-add.1 Log message: double word; CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/15 04:16:53 Modified files: usr.bin/tmux : format.c input.c screen.c tmux.1 tmux.h Log message: Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/15 04:21:32 Modified files: usr.bin/tmux : format.c input.c Log message: Do not add path if it is NULL, duh. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/15 04:36:02 Modified files: etc : master.passwd Log message: fix the spelling of rpki, as noted by jmc@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2019/11/15 06:19:10 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Update to 11.6 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2019/11/15 06:21:09 Modified files: databases/postgresql: Tag: OPENBSD_6_6 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_6_6 PLIST-docs Log message: Update to 11.6 ok sthen@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/11/15 06:34:25 Modified files: faq : current.html Log message: add instructions to remove the old 'named' user, gone since Aug 2014. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/15 06:55:13 Modified files: sbin/iked : ikev2_msg.c Log message: Fix error handling in ikev2_msg_send. Check sa is not NULL before using it. Use sa consistently instead of mixing sa and msg->msg_sa. In the error case, if sa is not NULL, save the message for retransmission and return 0 instead of -1. ok mikeb@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/15 07:14:15 Modified files: sbin/iked : ikev2.c Log message: IKEv2 message fragments of the same message have the same msg_id. When fragmentation was added every incoming message increased the internal msg_id count. Fragments were handled with an explicit exception. Now that we have msg_valid we can increase the SA's msg_id counter only with the reconstructed message and remove the exception. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/15 07:30:20 Added files: devel/kdevelop/patches: patch-plugins_welcomepage_CMakeLists_txt Log message: kdevelop: remove a gcc-5 workaround that breaks the build with ports-gcc-8.3.0. OK rsadowski@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/11/15 07:31:30 Modified files: build : mirrors.dat mirrors.pl mirrors.tmpl Log message: Drop DSA keys. OpenSSH has disabled DSA by default for four years. None of the mirrors actually enable it. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/11/15 07:31:50 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/11/15 07:45:37 Modified files: lib/libcurses/base: lib_redrawln.c Log message: Fix a segmentation fault in ncurses. This is a backported patch [1] from ncurses-5.7-20100501. It takes begx and begy values into account when calculating lengths, in order to avoid writing data past the end of the buffer when calling memset in wredrawln(). From upstream NEWS file: 20100501 + correct limit-check in wredrawln, accounting for begy/begx values (patch by David Benjamin). [1] https://lists.gnu.org/archive/html/bug-ncurses/2010-04/msg00017.html OK nicm@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/15 08:14:02 Modified files: lib/libssl : ssl_tlsext.c Log message: Deduplicate some extension processing code. ok tb@ inoguchi@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/15 08:25:27 Log message: Import games/nudoku. nudoku is a ncurses based sudoku game. Perfect to relax a little or just waste some time when you are on the console. OK rsadowski@, cwen@ Status: Vendor Tag: fcambus Release Tags: fcambus_20191115 N ports/games/nudoku/Makefile N ports/games/nudoku/distinfo N ports/games/nudoku/pkg/DESCR N ports/games/nudoku/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/15 08:25:57 Modified files: games : Makefile Log message: Add nudoku. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2019/11/15 08:41:01 Modified files: usr.bin/ssh : sk-usbhid.c Log message: fix typos in sk_enroll CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/15 08:50:14 Modified files: sys/kern : subr_witness.c Log message: Remove gratuitous #ifdef. CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2019/11/15 09:05:38 Modified files: . : want.html Log message: My adapter for 9560 wifi cards has arrived. Much thanks to Robert Klein! CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/15 11:28:13 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm Log message: nicer order of multi-choice packages (by version if everything else is equal, alphabetically otherwise) prompted by claudio@, okay claudio@ kmos@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/15 12:16:19 Added files: net/mosquitto/patches: patch-CMakeLists_txt Log message: add forgotten patch; no bump as it didn't package before CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/15 13:34:17 Modified files: bin/pax : options.c Log message: In cpio mode, when processing the -o switch, only set the archive format if not already set. This makes "cpio -Hustar -o" behave the same as "cpio -o -Hustar". ok guenther@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/11/15 14:34:33 Modified files: faq : faq6.html Log message: fix netstat example output; from larry hynes CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/15 14:44:39 Modified files: archivers/gcpio: Makefile Added files: archivers/gcpio/patches: patch-src_util_c Log message: Fix copy out to ustar archives in cases where st_rdev for a non-device file accidentally decodes to a minor device number >= 2^21. From upstream. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/11/15 15:55:15 Modified files: games/openttd : Makefile Log message: Missed hidden dependency on fluidsynth. Noticed by sthen@ While here, enable debug package. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/15 16:00:54 Modified files: multimedia/py-caption: Makefile Log message: Prepare tests for working. Patches out need for enum34 which is meant for Python < 3.4. Pull requests sent: Include tests in PyPI tarball https://github.com/pbs/pycaption/pull/191 Do not requrire enum34 for Python >= 3.4 https://github.com/pbs/pycaption/pull/190 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/15 16:01:04 ports/multimedia/py-caption/patches Update of /cvs/ports/multimedia/py-caption/patches In directory cvs.openbsd.org:/tmp/cvs-serv66934/patches Log Message: Directory /cvs/ports/multimedia/py-caption/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/15 16:01:38 Added files: multimedia/py-caption/patches: patch-setup_py Log message: Commit missed patch CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/15 17:32:52 Modified files: sbin/route : route.c Log message: Remove "(void)" casts from the 2 printf() statements that had them. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/15 17:52:24 Modified files: sbin/route : route.c Log message: rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_what are u_char or u_short. So use %u instead of %d in printf(). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/15 23:44:33 Modified files: lib/libtls : tls_config.c tls_internal.h Log message: Allow portable to override the default CA bundle location ok kinichiro@ jsing@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/11/16 02:16:07 Modified files: sysutils/firmware/intel: Makefile distinfo Log message: update intel microcode to 20191115 -- Updates upon 20191113 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- new platforms ---------------------------------------- ---- updated platforms ------------------------------------ SKL-U/Y D0 6-4e-3/c0 000000d4->000000d6 Core Gen6 Mobile SKL-U23e K1 6-4e-3/c0 000000d4->000000d6 Core Gen6 Mobile SKL-H/S/E3 N0/R0/S0 6-5e-3/36 000000d4->000000d6 Core Gen6 AML-Y22 H0 6-8e-9/10 000000c6->000000ca Core Gen8 Mobile KBL-U/Y H0 6-8e-9/c0 000000c6->000000ca Core Gen7 Mobile KBL-U23e J1 6-8e-9/c0 000000c6->000000ca Core Gen7 Mobile CFL-U43e D0 6-8e-a/c0 000000c6->000000ca Core Gen8 Mobile KBL-R U Y0 6-8e-a/c0 000000c6->000000ca Core Gen8 Mobile WHL-U W0 6-8e-b/d0 000000c6->000000ca Core Gen8 Mobile AML-Y42 V0 6-8e-c/94 000000c6->000000ca Core Gen10 Mobile WHL-U V0 6-8e-c/94 000000c6->000000ca Core Gen8 Mobile CML-U42 V0 6-8e-c/94 000000c6->000000ca Core Gen10 Mobile KBL-G/H/S/X/E3 B0 6-9e-9/2a 000000c6->000000ca Core Gen7 Desktop, Mobile, Xeon E3 v6 CFL-H/S/E3 U0 6-9e-a/22 000000c6->000000ca Core Gen8 Desktop, Mobile, Xeon E CFL-S B0 6-9e-b/02 000000c6->000000ca Core Gen8 CFL-S P0 6-9e-c/22 000000c6->000000ca Core Gen9 Desktop CFL-H/S/E3 R0 6-9e-d/22 000000c6->000000ca Core Gen9 Desktop, Mobile, Xeon E CML-U62 A0 6-a6-0/80 000000c6->000000ca Core Gen10 Mobile ---- removed platforms ------------------------------------ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/11/16 02:17:43 Modified files: sysutils/firmware/intel: Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC intel ucode CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/16 03:15:00 Modified files: x11/qt4 : Makefile Log message: WANTLIB regen in x11/qt4 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/16 03:27:43 Log message: Import nextcloudclient; OK giovanni@ Initial port from maintainer Adriano Barbosa with tweaks from sthen@ and me. Information for inst:nextcloudclient-2.6.1 Comment: desktop sync client for Nextcloud Description: Nextcloud offers the industry-leading, on-premises content collaboration platform. Our technology combines the convenience and ease of use of consumer-grade solutions like Dropbox and Google Drive with the security, privacy and control business needs. nextcloudclient is a tool to synchronize files from Nextcloud Server with your computer. Maintainer: Adriano Barbosa WWW: https://nextcloud.com Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191116 N ports/net/nextcloudclient/distinfo N ports/net/nextcloudclient/Makefile N ports/net/nextcloudclient/patches/patch-src_gui_CMakeLists_txt N ports/net/nextcloudclient/patches/patch-src_gui_accountmanager_cpp N ports/net/nextcloudclient/patches/patch-src_libsync_networkjobs_h N ports/net/nextcloudclient/patches/patch-src_gui_wizard_owncloudwizard_cpp N ports/net/nextcloudclient/patches/patch-src_gui_wizard_owncloudwizard_h N ports/net/nextcloudclient/patches/patch-src_libsync_networkjobs_cpp N ports/net/nextcloudclient/patches/patch-src_CMakeLists_txt N ports/net/nextcloudclient/patches/patch-src_gui_creds_credentialsfactory_cpp N ports/net/nextcloudclient/patches/patch-src_gui_wizard_owncloudsetuppage_cpp N ports/net/nextcloudclient/patches/patch-CMakeLists_txt N ports/net/nextcloudclient/patches/patch-src_csync_std_c_private_h N ports/net/nextcloudclient/patches/patch-src_gui_application_cpp N ports/net/nextcloudclient/patches/patch-test_testnextcloudpropagator_cpp N ports/net/nextcloudclient/pkg/DESCR N ports/net/nextcloudclient/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/16 03:29:32 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-src_serverconfig_c Added files: www/hiawatha/patches: patch-CMakeLists_txt Log message: Update to hiawatha-10.10. Changelog: https://www.hiawatha-webserver.org/changelog. Installation of a Let's Encrypt script has been patched out as it relies on PHP. This shouldn't be an issue as there are numerous alternatives. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/16 03:32:12 Modified files: net : Makefile Log message: +nextcloudclient CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/11/16 04:07:43 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Update.pm Log message: preliminary addition of -d option (semantics: add debug packages if they're present along the packages we want to add/update) probably not perfect yet, but 100% a no-op if it's not used, so won't break existing usage. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/16 05:21:51 Modified files: sbin/route : route.c Log message: Whitespace nit. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/16 05:47:53 Modified files: sbin/route : route.c Log message: More %d -> %u for unsigned values. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/16 05:58:33 Modified files: sbin/route : route.c Log message: When printing RTM_PROPOSAL messages use "if#" like all the other messages, not "ifidx". ok bluhm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/16 06:14:52 Modified files: sbin/route : route.c Log message: When printing RTM_PROPOSAL and unspecified message types, print the interface name if known. As all the other message types do. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/16 06:19:09 Modified files: sbin/route : route.c Log message: Missing comma after RTM_PROPOSAL source. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/11/16 07:08:31 Modified files: sys/dev/ic : rtwn.c sys/dev/usb : if_urtwn.c Log message: - Don't enable/disable efuse access protection for rtl8188c/rtl8192c; it may prevent incorrect mac address read from efuse - Disable BB/RF is not needed in urtwn_r92c_power_on() ok stsp@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/16 08:36:53 Modified files: lib/libssl : ssl_tlsext.c Log message: Revert previous deduplication diff, I broke portable in a strange way. I'll figure it out a bit later. Found and diagnosed by inoguchi@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/11/16 09:04:56 Modified files: . : errata65.html errata66.html Log message: release net80211, sysupgrade, and ifioctl errata CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/16 09:21:11 Modified files: sys/kern : kern_rwlock.c Log message: Provide exact lock assertions for rwlocks when witness(4) is enabled. The checker keeps track of all held rwlocks, so it is able to tell if a given thread holds a specific lock even when the lock is shared. OK anton@ mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/16 10:43:48 Modified files: x11/gnome/librsvg: Makefile distinfo x11/gnome/librsvg/pkg: PLIST Log message: Update to librsvg-2.47.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/16 10:47:28 Modified files: devel : Makefile Removed files: devel/goffice08: Makefile distinfo devel/goffice08/patches: patch-configure patch-docs_reference_Makefile_in patch-goffice_utils_regutf8_c devel/goffice08/pkg: DESCR PLIST Log message: Remove goffice08, last consumer is gone (devel/goffice08). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/16 10:48:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register goffice08 removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/16 11:25:15 Modified files: x11/gnome/accerciser: Makefile Log message: Missing RDEP on devel/libwnck3. reported by mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/16 11:28:19 Modified files: x11/vlc/patches: patch-compat_Makefile_am patch-include_vlc_playlist_h patch-modules_codec_x264_c patch-modules_demux_mp4_libmp4_h patch-modules_gui_qt4_dialogs_messages_cpp patch-modules_gui_qt4_dialogs_messages_hpp patch-modules_gui_skins2_src_dialogs_cpp patch-share_Makefile_am patch-src_misc_mtime_c patch-src_posix_thread_c Removed files: x11/vlc/patches: patch-Makefile_in Log message: - Remove an unnecessary patch - Tweak some patch comments - Regen some patches with update-patches from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/16 13:01:21 Modified files: mail/kopano : Makefile.inc mail/kopano/core: Makefile distinfo mail/kopano/core/patches: patch-ECtools_monitor_monitor_cpp patch-ECtools_presence_kopano_presence___init___py patch-ECtools_search_kopano_search___init___py patch-ECtools_statsd_cpp patch-common_ECChannel_cpp patch-common_UnixUtil_cpp patch-common_include_kopano_platform_linux_h patch-common_platform_linux_cpp patch-configure_ac patch-installer_linux_dagent_cfg patch-installer_linux_gateway_cfg patch-installer_linux_ical_cfg patch-installer_linux_ldap_m4 patch-installer_linux_monitor_cfg patch-installer_linux_search_cfg patch-installer_linux_server_cfg patch-installer_linux_spooler_cfg patch-mapi4linux_src_libmapi_sym_in patch-provider_libserver_ECAttachmentStorage_cpp patch-provider_server_ECServer_cpp patch-spooler_DAgent_cpp patch-swig_python_kopano_kopano_item_py mail/kopano/core/pkg: PLIST-main Added files: mail/kopano/core/patches: patch-ECtools_search_Makefile_am patch-Makefile_am patch-installer_linux_Makefile_am patch-php-ext_ECImportContentsChangesProxy_cpp patch-php-ext_ECImportHierarchyChangesProxy_cpp patch-php-ext_main_cpp patch-php-ext_typeconversion_cpp patch-spooler_python_Makefile_am Removed files: mail/kopano/core/patches: patch-ECtools_search_Makefile_in patch-ECtools_search_kopano_search_plaintext_py patch-Makefile_in patch-common_libkcutil_sym_in patch-php7-ext_ECImportContentsChangesProxy_cpp patch-php7-ext_ECImportHierarchyChangesProxy_cpp patch-php7-ext_main_cpp patch-php7-ext_typeconversion_cpp patch-spooler_python_Makefile_in patch-swig_python_kopano_kopano_config_py Log message: update to 8.7.85 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/16 13:01:45 Modified files: mail/kopano/webapp: Makefile distinfo mail/kopano/webapp/pkg: PLIST Log message: update to 3.5.12.2508 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/16 14:39:52 Modified files: lib/libtls : tls_internal.h Log message: Allow 1.3 ciphers in libtls. ok jsing@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/16 15:36:48 Modified files: usr.bin/ssh : ssh-agent.c Log message: always use ssh-sk-helper, even for the internal USB HID support. This avoid the need for a wpath pledge in ssh-agent. reported by jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/16 15:42:30 Modified files: usr.bin/ssh : ssh-sk.c Log message: a little debug() in the security key interface CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/16 16:17:20 Modified files: usr.bin/ssh : ssh-sk.c Log message: tweak debug message CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/16 17:10:48 Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Separate the callbacks for recieved and completed post handshake messages from the record layer ok jsing@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/16 17:14:36 Modified files: emulators/vbam : Makefile Added files: emulators/vbam/patches: patch-CMakeLists_txt patch-src_filters_xBRZ_xbrz_cpp Log message: vbam: various !x86 fixes: - limit the use of an asm optimisation for `std::sqrt()' to x86 archs, since it breaks the build everywhere else. - remove `-fopenmp' for base-gcc archs; it breaks the build on them - remove `-Wno-c++11-narrowing' from CXXFLAGS; no occurrence of it has been found, and such warning is notably useful for arm* and powerpc. Tested on sparc64 (kmos@), macppc and amd64 (me). OK kmos@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/16 17:16:58 Modified files: lib/libssl : tls13_client.c Log message: Drop back to the legacy tls method if we are doing client authenticaiton from a tls 1.3 connection, for now. ok jsing@ CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2019/11/16 18:38:20 Modified files: sys/dev/pci : if_iwm.c Log message: print firmware version as unsigned ints ok stsp CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/16 18:59:23 Modified files: audio/mscore : Makefile distinfo Log message: Update to musescore-3.3.2 Announcement: https://musescore.org/en/3.3.2 CVSROOT: /cvs Module name: src Changes by: pamela@cvs.openbsd.org 2019/11/16 19:45:52 Modified files: share/man/man1 : portgen.1 Log message: remove reference to the defunct sqlports-compact OK kn afresh1 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/16 20:04:18 Modified files: lib/libssl : tls13_client.c Log message: Fix backoff to legacy when in client auth mode. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/16 21:16:16 Modified files: www/py-soupsieve: Makefile distinfo Log message: Update www/py-soupsieve 4.7.1 -> 4.8.1 From Paco Esteban. Thanks yet again! CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/16 21:19:49 Modified files: www/py-beautifulsoup4: Makefile distinfo www/py-beautifulsoup4/pkg: PLIST Log message: Update www/py-beautifulsoup4 4.7.1 -> 4.8.1 from Paco Estevan. Thanks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/16 23:03:39 Modified files: distrib/arm64/ramdisk: Makefile install.md list Log message: Use disable-bt overlay with raspberry pi so the pl011 will be used as console uart instead of the 'mini uart' a quirky 8250 alike which lacks flow control and break detection. By default the pl011 is used for bluetooth. The pins the console is on do not change. When com(4) takes over the console with the mini uart on rpi3 I see noise before output resumes and can't interact with the console after it has booted. With pluart(4) as console everything is fine. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/16 23:30:12 Modified files: lib/libssl : tls13_client.c Log message: tls13_connect() should be static. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/16 23:35:30 Modified files: lib/libssl : tls13_internal.h Makefile Added files: lib/libssl : tls13_server.c Log message: Add the initial framework for the TLSv1.3 server. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/16 23:43:46 Modified files: lib/libssl : tls13_handshake.c tls13_server.c Log message: Move the TLSv1.3 server message handling stubs. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/11/16 23:59:30 Modified files: net/nextcloudclient: Makefile Log message: nicer formatting CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/17 01:25:05 Modified files: sys/net : pf.c pf_ioctl.c pfvar.h Log message: "set delay" never worked as committed: the delay field was not copied in and the pf_pktdelay struct ws not declared and initialzed properly. ok rob@ kn@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/11/17 02:28:23 Modified files: www/kcaldav : Makefile distinfo www/kcaldav/patches: patch-Makefile www/kcaldav/pkg: PLIST Removed files: www/kcaldav/patches: patch-ical_c Log message: Update www/kcaldav to 0.1.11. Fixes interop problems with davx on Android. Upstream no longer creates the kcaldav.cgi hard link. This breaks URLs which use this filename. Create a symlink for backwards compat. ok jturner@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/17 06:11:58 Modified files: security/ccid : Makefile distinfo security/ccid/patches: patch-src_Makefile_in Log message: Update to ccid 1.4.30 Lots of changes incl. many firmware updates; no issue with a Yubikey NEO. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/17 06:13:15 Modified files: security/pcsc-lite: Makefile distinfo security/pcsc-lite/patches: patch-src_testpcsc_c Log message: Update to pcsc-lite 1.8.25 25 March 2019 - Fix a socket issue when pcscd is used inside LXC container - pcsc-spy: always provide a total time of execution - Fix resource leak if SCardEstablishContext() fails - Fix realloc(3) error handling (possible memory leak) - Remove usage of function chmod(2) to use fchmod(2) (fix race condition) 1.8.24 12 October 2018 - the project moved to https://pcsclite.apdu.fr/ - SCardGetStatusChange(): Fix a rare race condition - SCardReleaseContext(): do not release a lock owned by another context - SCardReconnect(): suspend card auto power off - Allow "=" in serial driver filenames - Add the thread id in the pcscd log lines - pcsc-spy: correctly handle incomplete log file - Simclist: avoid to divide by zero in list_findpos() - Some other minor improvements No problems with a Yubikey NEO. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/17 07:25:03 Modified files: lib/libssl : tls13_server.c Log message: indent with a tab instead of 8 spaces CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/17 08:21:52 Modified files: print/transfig : Makefile Log message: Add missing BUILD_DEPENDS on print/ghostscript/gnu. Without it, GSEXE ends up being empty and every operation relying on the ghostscript binary will fail. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/17 10:20:16 Modified files: lib/libssl : tls13_internal.h tls13_record_layer.c Log message: Provide framework for sending alerts and post-handshake handshake messages. Discussed at length with beck@ ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/17 10:38:34 Modified files: usr.bin/nc : netcat.c Log message: fail to usage if extra argv are present noticed by jsing and beck, ok tedu CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/17 10:43:54 Modified files: x11/xfce4/parole: Makefile distinfo x11/xfce4/parole/pkg: PLIST Log message: Update to parole 1.0.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/17 10:46:57 Modified files: x11/xfce4/exo : Makefile distinfo Log message: Update to exo 0.12.9 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/17 10:47:45 Modified files: x11/xfce4/thunar: Makefile distinfo Removed files: x11/xfce4/thunar/patches: patch-thunar_thunar-pango-extensions_c patch-thunar_thunar-pango-extensions_h patch-thunar_thunar-standard-view_c Log message: Update to thunar 1.8.11. Includes the patches from https://bugzilla.xfce.org/show_bug.cgi?id=16136 fixing startup crash. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 10:54:28 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-configure patch-imap_conversations_c patch-imap_mailbox_c patch-imap_mbexamine_c patch-man_imapd_conf_5 mail/cyrus-imapd/pkg: PLIST Added files: mail/cyrus-imapd/patches: patch-imap_tls_c patch-imtest_imtest_c Log message: SECURITY update to cyrus-imapd-3.0.12. - CVE-2019-18928: unauthenticated HTTP requests no longer inherit authentication from the previous request on the same connection CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 10:54:46 Modified files: mail/cyrus-imapd: Tag: OPENBSD_6_6 Makefile Added files: mail/cyrus-imapd/patches: Tag: OPENBSD_6_6 patch-imap_http_dav_c patch-imap_http_rss_c patch-imap_httpd_c Log message: Merge fix for: CVE-2019-18928: unauthenticated HTTP requests no longer inherit authentication from the previous request on the same connection CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 11:21:23 Modified files: mail/gmime30 : Makefile distinfo mail/gmime30/pkg: PLIST Log message: Update to gmime30-3.2.5. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/17 11:27:16 Modified files: lib/libssl : tls13_record_layer.c Log message: Ensure that we are never operating in plaintext mode once the handshake is complete, which should never occur. ok beck@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/17 11:27:58 Modified files: graphics/termtosvg: Makefile distinfo graphics/termtosvg/pkg: PLIST Log message: Update termtosvg to 1.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 11:29:40 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-3.34.1. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/17 11:42:17 Modified files: lib/libssl : tls13_record_layer.c Log message: Add a reference for the non-standard post-handshake handshake (PHH). ok beck, jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 11:42:21 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Log message: Update to cups-filters-1.25.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 11:45:09 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-2.3.760.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 11:48:10 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-271.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 11:52:59 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 11:55:25 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 11:59:31 Modified files: security/vault : Makefile distinfo Log message: Update to vault-1.3.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/17 12:01:53 Modified files: audio/milkytracker: Makefile Added files: audio/milkytracker/patches: patch-src_milkyplay_LoaderS3M_cpp patch-src_milkyplay_LoaderXM_cpp patch-src_milkyplay_XModule_h Log message: Add upstream fixes for CVE-2019-14464, CVE-2019-14496 and CVE-2019-14497. These fixes address the following issues: - Heap-based buffer overflow in XMFile::read() - Stack-based buffer overflow in LoaderXM::load() - Heap-based buffer overflow in ModuleEditor::convertInstrument() CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/17 12:07:07 Modified files: lib/libssl : ssl_lib.c ssl_locl.h ssl_methods.c Log message: Bring back the ssl_shutdown internal method pointer. For now ssl3_shutdown() is called in all cases, however TLSv1.3 will soon get its own version. ok beck@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 12:30:20 Modified files: sysutils/terraform: Makefile sysutils/terraform/provider-archive: Makefile distinfo sysutils/terraform/provider-arukas: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-bitbucket: Makefile distinfo sysutils/terraform/provider-cloudflare: Makefile distinfo sysutils/terraform/provider-cobbler: Makefile distinfo sysutils/terraform/provider-consul: Makefile distinfo sysutils/terraform/provider-datadog: Makefile distinfo sysutils/terraform/provider-dns: Makefile distinfo sysutils/terraform/provider-docker: Makefile distinfo sysutils/terraform/provider-dyn: Makefile distinfo sysutils/terraform/provider-external: Makefile distinfo sysutils/terraform/provider-github: Makefile distinfo sysutils/terraform/provider-gitlab: Makefile distinfo sysutils/terraform/provider-google: Makefile distinfo sysutils/terraform/provider-grafana: Makefile distinfo sysutils/terraform/provider-http: Makefile distinfo sysutils/terraform/provider-ignition: Makefile distinfo sysutils/terraform/provider-influxdb: Makefile distinfo sysutils/terraform/provider-logentries: Makefile distinfo sysutils/terraform/provider-mysql: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo sysutils/terraform/provider-ns1: Makefile distinfo sysutils/terraform/provider-null: Makefile distinfo sysutils/terraform/provider-oneandone: Makefile distinfo sysutils/terraform/provider-openstack: Makefile distinfo sysutils/terraform/provider-packet: Makefile distinfo sysutils/terraform/provider-pagerduty: Makefile distinfo sysutils/terraform/provider-postgresql: Makefile distinfo sysutils/terraform/provider-powerdns: Makefile distinfo sysutils/terraform/provider-profitbricks: Makefile distinfo sysutils/terraform/provider-rabbitmq: Makefile distinfo sysutils/terraform/provider-rancher: Makefile distinfo sysutils/terraform/provider-random: Makefile distinfo sysutils/terraform/provider-scaleway: Makefile distinfo sysutils/terraform/provider-spotinst: Makefile distinfo sysutils/terraform/provider-statuscake: Makefile distinfo sysutils/terraform/provider-template: Makefile distinfo sysutils/terraform/provider-vcd: Makefile distinfo sysutils/terraform/provider-vsphere: Makefile distinfo Removed files: sysutils/terraform/provider-terraform: Makefile distinfo Log message: Update terraform providers and remove provider-terraform which is now part of terraform. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 12:31:30 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of terraform-provider-terraform. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 12:38:02 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/patches: patch-update-mime-database_c misc/shared-mime-info/pkg: PLIST Log message: Update to shared-mime-info-1.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 12:50:39 Modified files: security/cvechecker: Makefile distinfo Log message: Update to cvechecker-3.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 12:51:12 Modified files: games/tuxpaint-stamps: Makefile distinfo Log message: Update to tuxpaint-stamps-20180901. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 13:03:45 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Log message: Update to deja-dup-40.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 13:05:49 Modified files: print/gutenprint: Makefile distinfo print/gutenprint/patches: patch-configure print/gutenprint/pkg: PLIST Removed files: print/gutenprint/patches: patch-src_xml_printers_check_duplicate_printers_c Log message: Update to gutenprint-5.3.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 13:19:54 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.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 13:22:42 Modified files: x11/gnome/librsvg: Makefile Log message: Re-add LDEP and WANTLIB on libcroco until all consumers have updated their dependencies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/17 13:42:44 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-base_password_py patch-installer_core_install_py patch-scan_py print/hplip/pkg: PLIST-common PLIST-hpaio PLIST-hpijs PLIST-main Log message: Update to hplip-3.19.11. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/17 14:01:08 Modified files: lib/libssl : tls13_key_schedule.c Log message: Correct update of application traffic secrets to use an empty context rather than the hash of an empty context ok jsing@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/17 14:03:29 Modified files: editors/hexcurse: Makefile distinfo Added files: editors/hexcurse/patches: patch-src_hexcurse_c Removed files: editors/hexcurse/patches: patch-src_getopt_c Log message: Update hexcurse to 1.60.0. Notable changes: - Fix the license marker, hexcurse is GPLv2+ licensed - Switch to using GitHub, the old HOMEPAGE/MASTER_SITES domain expired - Add a patch from upstream to show help if no filename argument is supplied, otherwise it's not possible to quit the editor CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/17 14:47:01 Modified files: lib/libssl : tls13_internal.h tls13_record_layer.c Log message: Change tls13_record_layer_phh() to take a CBS as this avoids ownership issues and makes call sites cleaner. ok beck@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 17:34:25 Modified files: devel/py-asn1-modules: Makefile Log message: The do-test target is unnecessary and can cause problems with the testing. Remove it. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 17:39:29 Modified files: devel/py-asn1-modules: Makefile distinfo devel/py-asn1-modules/pkg: PLIST Log message: Update devel/py-asn1-modules 0.1.5 -> 0.2.7 From Lucas Raab. Thank you! CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 18:59:48 Modified files: usr.bin/ssh : ssh-keygen.c Log message: missing break in getopt switch; spotted by Sebastian Kinne CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/17 19:04:56 Modified files: regress/lib/libssl/key_schedule: key_schedule.c Log message: Add regress for the updating of sever and client application secrets CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/17 19:09:58 Modified files: regress/lib/libssl/key_schedule: key_schedule.c Log message: fix printing of client app secret CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/11/17 19:44:20 Modified files: lib/libssl : tls13_internal.h tls13_record_layer.c Log message: Provide a clean interface for sending TLSv1.3 alerts. ok beck@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/11/17 20:03:37 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/dev/pci : files.pci pcidevs Added files: sys/dev/pci : if_rge.c if_rgereg.h Log message: Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernet device. "just commit!" deraadt@ "looks good to me" jmatthew@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/11/17 20:07:31 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/11/17 20:08:38 Modified files: share/man/man4 : Makefile pci.4 Added files: share/man/man4 : rge.4 Log message: Manual page for the Realtek 8125 2.5Gb Ethernet driver. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 20:13:21 Modified files: devel/goopy : Makefile Log message: Remove extraneous "fake" target from do-test: Fixes regression tests CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 20:16:46 Modified files: devel/gputils : Makefile Log message: Fix tests by removing extraneous "fake" target from do-test: target CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 20:23:00 Modified files: devel/py-unittest2: Makefile Log message: Remove extraneous "fake" from do-test target to fix tests. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/17 20:23:41 Modified files: sys/net : pf_if.c Log message: don't leak the the task struct used for the addrhook in pfi_detach_ifnet. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 20:25:45 Modified files: devel/py-wrapt : Makefile Log message: Remove spurious do-test target and adjust PYTHONPATH to fix tests CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 21:10:31 Modified files: math/py-numpy : Makefile Log message: Fix tests by dropping spurious "fake" from do-test target CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 21:16:53 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: correct description of fields in pub/private keys (was missing curve name); spotted by Sebastian Kinne CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 21:29:50 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: correct order or ecdsa-sk private key fields CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 21:30:32 Modified files: sysutils/borgbackup: Makefile Log message: Fix tests by removing do-test target CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 21:34:47 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: document ed25519-sk pubkey, private key and certificate formats CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 21:37:33 Modified files: devel/pylint : Makefile Log message: Fix tests by removing custom do-test target and switching to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/17 21:37:35 Modified files: usr.bin/ftp : cmds.c domacro.c fetch.c ftp.c ftp_var.h small.c util.c Log message: various knf and whitespace; ok jca CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 21:39:17 Modified files: textproc/py-defusedxml: Makefile Log message: Fix tests by removing spurious "fake" from do-test target CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 21:41:14 Modified files: textproc/py-iso8601: Makefile Log message: Fix tests by removing "fake" from do-test target CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 21:43:31 Modified files: textproc/py-polib: Makefile Log message: Fix tests by removing "fake" from do-test target CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 21:50:45 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: mention ed25519-sk in places where it is accepted; prompted by jmc@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/17 21:51:28 Modified files: www/py-mechanize: Makefile Log message: Fix tests by removing spurious "fake" from do-test target CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 21:55:02 Modified files: usr.bin/ssh : ssh_config.5 sshd.8 sshd_config.5 Log message: mention ed25519-sk key/cert types here too; prompted by jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 23:24:17 Modified files: usr.bin/ssh : ssh-keygen.c Log message: allow *-sk key types to be turned into certificates CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 23:39:02 Modified files: usr.bin/ssh : sshkey.c Log message: fix bug that prevented certification of ed25519-sk keys CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 23:39:36 Modified files: usr.bin/ssh : ssh-keygen.c Log message: Fix incorrect error message when key certification fails CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/17 23:58:00 Modified files: usr.bin/ssh : sshkey.c Log message: fix a bug that prevented serialisation of ed25519-sk keys CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/18 00:09:17 Modified files: misc/shared-mime-info: Makefile Log message: Missing BDEP on textproc/itstool. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/18 01:34:55 Modified files: usr.sbin/rpki-client: tal.c Log message: tal_read_file() should error out instead of returning a NULL buffer. This can happen with an empty file or one consisting only of comments. Do some additional cleanup of comments, remove a unused variable and change a zero into a NUL for clarity. From kristaps@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/18 01:36:38 Modified files: usr.sbin/rpki-client: output-bird.c output-csv.c Log message: Remove unused variables, these output formats don't need special handling for the first or last line. From kristaps@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/18 01:38:27 Modified files: usr.sbin/rpki-client: roa.c validate.c Log message: Add and fix some comments. From kristaps@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/18 01:40:35 Modified files: usr.sbin/rpki-client: main.c Log message: Move the define of TALSZ_MAX to top and add a description for tal_load_default(). from kristaps@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/11/18 02:15:17 Modified files: regress/usr.bin/ssh: ssh2putty.sh Log message: LibreSSL change the format for openssl rsa -text output from "publicExponent" to "Exponent" so accept either. with djm. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/18 02:34:47 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.1.6. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/18 02:42:09 Modified files: usr.bin/tmux : input-keys.c Log message: Keep modifiers on backspace when translating it. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/18 02:43:31 Modified files: usr.bin/tmux : cmd-join-pane.c tmux.1 Log message: Add -f for full size to join-pane (like split-window), from Theo Buehler. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 03:57:55 Modified files: sysutils/firmware/iwm: Makefile distinfo sysutils/firmware/iwm/pkg: PLIST Log message: add iwm 9k firmware (-34 api version), req by stsp@ remove old -16 and -22 api firmware no longer used in -current CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 04:22:05 Modified files: devel/hs-constraints: Makefile Log message: fix RUN_DEPENDS pkgspec, from Greg Steuck, plus REVISION bump from me CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/18 04:34:41 Modified files: usr.bin/openssl: cms.c Log message: Add -keyopt opiton to openssl(1) cms subcommand This provides rsa_padding_mode:oaep for cms -encrypt, and rsa_padding_mode:pss for cms -sign. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 04:36:56 Modified files: sysutils/firmware/iwm: Makefile sysutils/firmware/iwm/pkg: PLIST Log message: put back -16 and -22 firmware for people bisecting kernels (though I think the -22 firmware will not work for <2019/11/04 anyway due to DQA changes) req by claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 04:41:26 Modified files: www/nghttp2 : Makefile distinfo www/nghttp2/pkg: PLIST Log message: update to nghttp2-1.40.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 04:57:08 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: PLIST Log message: remove the @extraunexec again, seems the commands are displayed at pkg_add -u time which resulted in a confused user deleting the files mentioned. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 05:06:23 Modified files: audio/vamp-plugin-sdk: Makefile audio/vamp-plugin-sdk/patches: patch-Makefile_in Log message: fix extra whitespace in libvamp-hostsdk.la, from septimiu turcu CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 05:08:07 Modified files: audio/audacity : Makefile Log message: build vamp-plugin-sdk support for audacity, removing an XXX comment from septimiu turcu CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 05:08:53 Modified files: audio/audacity : Makefile Log message: sort CONFIGURE_ARGS CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/18 05:43:27 Modified files: usr.bin/openssl: cms.c Log message: Remove typedef and check sk_push return value in openssl(1) cms - Remove typedef and use 'struct cms_key_param' instead - Check return value of sk_X509_push and sk_OPENSSL_STRING_push - Add a blank line to separate variable declarations from code comments from jsing@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/18 06:05:58 Modified files: math/mlpack : Makefile Log message: mlpack: Mark BROKEN-powerpc to avoid wasting time in bulks, and also remove powerpc-specific optimisation flags. It's failing late in the build due to arch memory limits, even when built with -O1. OK espie@ (MAINTAINER), "Fine with me" sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/18 06:28:23 Modified files: devel/git : Makefile devel/git/patches: patch-builtin_gc_c Log message: Fetch amount of available mem using sysconf instead of a sysctl maze ok kn@ benoit@ (maintainers) CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/18 07:01:44 Modified files: sbin/iked : ikev2.c Log message: Enable ESP UDP-encapsulation with '-t' flag. ok patrick@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/18 08:25:59 Modified files: lib/libssl : tls13_internal.h Log message: Add prototypes for the functions that update application secrets so that the regress tests will work for them CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/18 08:54:48 Modified files: infrastructure/bin: update-plist Log message: tweak code order slightly to make things identical to build-debug-info CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/18 08:56:27 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/18 08:56:30 Modified files: infrastructure/bin: build-debug-info Log message: make things closer to update-plist CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/18 09:07:17 Modified files: infrastructure/bin: build-debug-info update-plist Log message: move process_subpackage logic into the PlistReader class in order to share the code CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/18 09:08:57 Modified files: usr.bin/ssh : Makefile.inc sk-usbhid.c ssh-sk.c Log message: add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/18 09:10:05 Modified files: usr.bin/ssh : monitor_wrap.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c Log message: additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 09:14:56 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-3.7.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 10:40:08 Modified files: databases/freetds: Makefile distinfo databases/freetds/pkg: PLIST Log message: update to freetds-1.1.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 11:06:59 Modified files: sysutils/firmware/intel: Makefile sysutils/firmware/intel/pkg: PLIST Log message: remove the printf that I added, deraadt@ is not keen and points out that the same applies to all firmware packages CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/18 11:53:11 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Add support for 9260 and 9560 devices to iwm(4). Joint work with patrick@ Parts lifted from FreeBSD's r354492, r354502, r354508, r354516, r354508. Firmware is available with fw_update(1) thanks to sthen@ 7265 device tested by myself (still works) 8260 device tested by phessler@ (still works) 9260 devices tested by Travis Cole and myself 9560 devices tested by jcs@, mlarkin@, kevlo@, guenther@ Some 9560 devices have known issues. Those are being worked on. ok patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/18 12:00:38 Modified files: share/man/man4 : iwm.4 Log message: Document iwm(4) 9k device support. Hide the CCMP offload section because the CCMP offload patch was reverted (but may come back soonish). CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/18 12:02:45 Modified files: share/man/man4 : iwm.4 Log message: Hide monitor mode support section in iwm(4) as well. Support for monitor mode has been backed out. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/18 12:34:56 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.5.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/18 12:57:46 Modified files: devel/goffice : Makefile editors/abiword: Makefile games/gcompris : Makefile graphics/gegl : Makefile graphics/gegl03: Makefile graphics/gegl04: Makefile graphics/gimp/stable: Makefile mail/claws-mail: Makefile math/gnumeric : Makefile math/graphviz : Makefile multimedia/gstreamer-0.10/plugins-bad: Makefile productivity/glabels: Makefile x11/compiz/core: Makefile x11/gnome/aisleriot: Makefile x11/gnome/eog-plugins: Makefile x11/mate/control-center: Makefile x11/mate/eom : Makefile x11/mate/panel : Makefile x11/mate/system-monitor: Makefile x11/openbox : Makefile x11/vlc : Makefile x11/xfce4/xfce4-xkb: Makefile Log message: Regent WANTLIB after recent librsvg update (lost its croco dependency). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/18 12:58:14 Modified files: x11/gnome/librsvg: Makefile Log message: www/libcroco not needed anymore. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/18 13:08:49 Modified files: sys/dev/usb : xhci.c Log message: Fix actual length calculation of short transfers in xhci(4). So far we have subtracted the remaining length from the total transfer length, which essentially means that we assume that all TRBs have successfully been transferred apart from the remainder. Actually we might get a short completion in the middle of a chain of TRBs, which means that all TRBs until this TRB have completed successfully apart from a remainder. Thus we have to count the length of all TRBs until and including the one that we went short on, and remove the remainder. All following TRBs in the same transfer must be ignored. Found by and fixed with gerhard@ ok mglocker@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2019/11/18 13:25:49 Modified files: sys/dev/usb : xhci.c Log message: Fix off-by-one TRB issue in bulk transfers larger than 64k. This makes udl(4) on xhci(4) work fine. Help and ok patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 13:59:36 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/patches: patch-dnscrypt-proxy_example-dnscrypt-proxy_toml Log message: update to dnscrypt-proxy 2.0.33, from maintainer Nam Nguyen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/18 14:31:11 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update testing/ to unifi 5.12.31 rc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/18 15:07:35 Modified files: share/man/man4 : pci.4 Log message: sync iwm line; CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/18 15:08:59 Modified files: sys/netinet6 : in6.c Log message: Accept inet6 address with missing sa_len for the get ioctl(2). dhcpcd from ports uses SIOCGIFAFLAG_IN6 without setting sin6_len. OK deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/18 15:09:59 Modified files: share/man/man4 : rge.4 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/11/18 15:32:45 Modified files: sys/dev : vndioctl.h Log message: Delete commented out VNDIOCGET60 ioctl Spotted by Benjamin Baier CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/18 16:15:18 Modified files: devel/py-test-httpbin: Makefile distinfo Log message: Update devel/py-test-httpbin 0.2.3 -> 1.0.0 Tests aren't included in the PyPI tarball. Pull request in to remedy that for the next release. OK sthen CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/18 16:16:49 Modified files: usr.bin/ssh : ssh-add.1 ssh-keygen.1 ssh-keygen.c ssh.1 ssh_config.5 Log message: more missing mentions of ed25519-sk; ok djm@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/18 16:17:49 Modified files: usr.bin/ssh : ssh_config.5 Log message: document '$' environment variable expansion for SecurityKeyProvider; ok djm@ CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/11/18 16:54:11 Log message: Import www/py-vcrpy. OK sthen@ VCR.py automatically mocks your HTTP interactions to simplify and speed up testing. Status: Vendor Tag: pamela Release Tags: pamela_20191118 N ports/www/py-vcrpy/Makefile N ports/www/py-vcrpy/distinfo N ports/www/py-vcrpy/pkg/DESCR N ports/www/py-vcrpy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/11/18 16:58:54 Modified files: www : Makefile Log message: +py-vcrpy CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/11/18 17:03:08 Log message: Import devel/py-test-vcr. OK sthen@ Py-test plugin for managing VCR.py cassettes. Status: Vendor Tag: pamela Release Tags: pamela_20191118 N ports/devel/py-test-vcr/Makefile N ports/devel/py-test-vcr/distinfo N ports/devel/py-test-vcr/pkg/DESCR N ports/devel/py-test-vcr/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/11/18 17:05:33 Modified files: devel : Makefile Log message: +py-test-vcr CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/18 17:06:26 Modified files: sys/net : if_tun.c Log message: take care to avoid a race when creating the same interface. it was possible for multiple tun0 interfaces to be created concurrently, which confused the pf_if code. when concurrent tun0 interfaces were created, the pf_if code tried to add an addrhook for each interface, but because they shared a name the two hooks ended up on one interface. if the interface with two addrhooks was destroyed, KASSERT(TAILQ_EMPTY(&ifp->if_addrhooks)) would trip. before the KASSERT existed, we'd blindly free a tailq head, which would corrupt the list, which would cause faults in pfi_detach_ifnet() anyway. so now we take more care to ensure multiple tun0 interfaces cannot exist concurrently. inserting a tun or tap interface into the list of tun or tap interfaces now checks to ensure that an interface with the same unit number doesnt already exist. if an existing interface is found, insert errors with EEXIST and the callers can unwind. the tunopen and tapopen paths cope with losing the race. Reported-by: syzbot+2b26012b9ea93834723e@syzkaller.appspotmail.com sashan@ made a reliable test that could produce the failures ok sashan@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/11/18 19:01:58 Modified files: sys/arch/amd64/conf: RAMDISK_CD sys/arch/i386/conf: RAMDISK_CD Log message: Enable rge(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/11/18 20:33:43 Modified files: sys/dev/pci : if_ixl.c Log message: Correct the link speed constant variables. From Shoichi Yamaguchi. ok jmatthew CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/18 23:20:37 Modified files: sbin/disklabel : disklabel.8 editor.c Log message: Make /usr maximum 6G and grow it faster; ok lots of devs CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/18 23:21:26 Modified files: regress/sbin/disklabel: 12000.ok 18000.ok 20000.ok 300000.ok 40000.ok 90000.ok 900000.ok Log message: Update, max /usr has grown CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/11/18 23:32:46 Modified files: sys/dev/ic : re.c Log message: Don't assign ifp twice in the re_txeof(). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/11/18 23:34:10 Modified files: sys/dev/ic : re.c Log message: Set isr to the correct value (sc->rl_intrs). ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/18 23:42:46 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_ini_sample www/gitea/pkg : PLIST Log message: Update gitea 1.9.5 -> 1.10.0 Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.10.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 02:17:06 Modified files: lang/go : Makefile go.port.mk Log message: On i386, currently go autodetects SSE at build time, and produces binaries appropriate for the build machine. This doesn't work for package builds where packages are produced on a machine with SSE but are expected to work on machines without. Set GO386=387 during the build to disable this. OK/improved comment from jsing@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 02:27:02 Modified files: net/unifi/testing: Makefile distinfo Log message: update unifi/testing to 5.12.35 rc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 02:30:40 Modified files: lang/go : Makefile Log message: include REVISION in PKGSPEC, to trigger updates in dependent packages due to the i386 SSE->387 change CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/19 02:35:30 Modified files: www/logswan : Makefile distinfo Log message: Update logswan to 2.1.2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/19 02:46:22 Modified files: distrib/alpha/miniroot: Makefile Log message: typo (result was bootblocks from / always installed into media); from miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 02:50:07 Modified files: sysutils/reposync: Makefile distinfo Removed files: sysutils/reposync/patches: patch-reposync patch-reposync_1 Log message: update reposync, neater post-getopt check from naddy, doc fix from jj@, other tweaks from me CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/11/19 02:55:55 Modified files: usr.sbin/ospfd : hello.c lsupdate.c neighbor.c ospfd.c ospfd.conf.5 ospfd.h parse.y printconf.c rde.c rde.h rde_spf.c Log message: Add point-to-point support for broadcast interfaces. tested by Kapetanakis Giannis ok claudio@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/19 03:20:10 Modified files: usr.bin/openssl: openssl.1 Log message: Add manual descriptions for openssl(1) req -addext ok jmc@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/19 03:28:18 Modified files: usr.bin/openssl: cms.c Log message: More return value check in openssl(1) cms Checking return value of sk_.*_new_null(). ok beck@ jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 03:42:38 Modified files: sysutils/flashrom: Makefile sysutils/flashrom/pkg: README Log message: add URLs for a couple of resources relating to coreboot updates on PC Engines boards CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/19 03:45:54 Modified files: graphics/ansilove: Makefile distinfo Log message: Update ansilove to 4.0.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 04:34:55 Modified files: lang/python : python.port.mk Log message: merge 'if ${MODPY_VERSION} == "2.7"' block into the above 'if ${MODPY_MAJOR_VERSION} == 2' block, no need for it to be separate as we only support one 2.x version now CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 05:12:00 Modified files: audio/py-mutagen: Makefile distinfo audio/py-mutagen/patches: patch-setup_py Added files: audio/py-mutagen/pkg: DESCR-main DESCR-tools PLIST-main PLIST-tools Removed files: audio/py-mutagen/pkg: DESCR PLIST Log message: update to Mutagen 1.43.0 split command line tools into a subpackage CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 05:12:15 Modified files: net/hpodder : Makefile audio/rgain : Makefile audio/pykaraoke: Makefile audio/libgpod : Makefile audio/exaile : Makefile audio/beets : Makefile audio/picard : Makefile audio/puddletag: Makefile audio/quodlibet: Makefile Log message: cope with audio/py-mutagen subpackage split CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 05:19:39 Modified files: net/freeradius3: Makefile net/freeradius3/pkg: PLIST-freetds PLIST-iodbc PLIST-ldap PLIST-main PLIST-memcached PLIST-mysql PLIST-pgsql PLIST-python Log message: regen PLISTs CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/19 05:37:33 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.0 -> 2.9.1 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 05:39:04 Modified files: infrastructure/templates: Makefile.template Log message: add DEBUG_* glue okay sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 06:03:49 Modified files: net/freeradius3: Makefile distinfo net/freeradius3/patches: patch-raddb_radiusd_conf_in patch-src_main_tls_c net/freeradius3/pkg: PLIST-main PLIST-mysql Log message: update to freeradius-3.0.20 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 06:27:44 Modified files: archivers/libarchive: Makefile archivers/libarchive/pkg: PLIST Log message: add DEBUG_PACKAGES, okay naddy@ (maintainer) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/19 06:47:06 Modified files: sys/dev/pci : pcidevs Log message: Add PCI ID for an Intel AX 200 device. ok jsg@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/19 06:47:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 06:50:25 Modified files: lang/pypy : Makefile distinfo lang/pypy/pkg : PLIST Added files: lang/pypy/patches: patch-rpython_jit_backend_detect_cpu_py Log message: update to pypy-7.2.0, adding aarch64 support. maintainer timeout CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/19 07:05:05 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.194. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/19 07:25:47 Log message: Import textproc/mdbook. "Create books from markdown files" Input and OK sthen@. Thanks! Status: Vendor Tag: edd Release Tags: edd_20191119 N ports/textproc/mdbook/Makefile N ports/textproc/mdbook/distinfo N ports/textproc/mdbook/pkg/DESCR N ports/textproc/mdbook/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/19 07:27:41 Modified files: textproc : Makefile Log message: Link textproc/mdbook. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/19 07:35:08 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c kroute.c privsep.c privsep.h Log message: Inform unwind about DNS servers it finds in leases. ok florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 07:35:59 Modified files: security/wpa_supplicant: Makefile security/wpa_supplicant/pkg: PLIST Added files: security/wpa_supplicant/patches: patch-src_utils_os_unix_c patch-wpa_supplicant_defconfig Removed files: security/wpa_supplicant/files: config Log message: wpa_supplicant port tweaks, - build eapol_test, it's a useful way to test RADIUS servers + EAP - rather than using a whole new build config file, copy and patch the upstream default, making it easier to incorporate upstream changes in new versions, and see what we have/haven't enabled - replace /dev/urandom with arc4random_buf CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 07:38:57 Modified files: infrastructure/bin: build-debug-info update-plist Added files: infrastructure/lib/OpenBSD: CommonPlist.pm Log message: start moving common code into its own file CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 07:41:29 Modified files: infrastructure/bin: build-debug-info update-plist Log message: make the state code identical in preparation for lifting. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 07:42:53 Modified files: security/py-openssl: Makefile distinfo security/py-openssl/pkg: PLIST Log message: update to py-openssl-19.1.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 07:45:28 Modified files: infrastructure/bin: build-debug-info update-plist infrastructure/lib/OpenBSD: CommonPlist.pm Log message: move the common state things as well CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/19 07:46:33 Modified files: sbin/unwind : frontend.c resolver.c unwind.c unwind.h Log message: Stop dhcp lease file parsing now that dhclient sends proposals. Tested by deraadt as part of a larger diff. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/19 07:47:46 Modified files: sbin/unwind : frontend.c frontend.h resolver.c unwind.h Log message: Proposals from dhclient are sometimes replacements. slaacd should be changed as well. Tested by deraadt as part of a larger diff. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 07:49:11 Modified files: games/gargoyle : Makefile distinfo games/gargoyle/patches: patch-garglk_launchgtk_c games/gargoyle/pkg: PLIST Log message: update to Gargoyle 2019.1.1 (should be a noop for us) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/19 07:49:36 Modified files: sbin/unwind : frontend.c resolver.c resolver.h unwind.h usr.sbin/unwindctl: unwindctl.c Log message: Print learned forwarders in unwindctl. Someone please make this pretty. Tested by deraadt as part of a larger diff. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 07:51:32 Modified files: infrastructure/bin: build-debug-info update-plist Log message: inherit from PlistReader so that differences are located in a better location CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 07:54:01 Modified files: infrastructure/bin: build-debug-info update-plist infrastructure/lib/OpenBSD: CommonPlist.pm Log message: ... and the argument parsing proper is now identical as well! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/19 07:54:47 Modified files: usr.bin/ssh : ssh-agent.1 ssh-agent.c Log message: -c and -s do not make sense with -k; reshuffle -k into the main synopsis/usage; ok djm CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 07:55:42 Modified files: infrastructure/bin: build-debug-info Log message: document a design choice CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 08:06:19 Modified files: infrastructure/lib/OpenBSD: BaseFS.pm Log message: repair CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/19 08:14:09 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.16. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 08:35:37 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-clamd_Makefile_in patch-database_Makefile_in patch-etc_clamd_conf_sample patch-etc_freshclam_conf_sample patch-libclamav_Makefile_in patch-libclamav_ole2_extract_c patch-libclamav_str_c patch-libclamav_vba_extract_c patch-unit_tests_Makefile_in security/clamav/pkg: PLIST Added files: security/clamav/patches: patch-configure_ac Log message: update to clamav-0.102.0 (slightly delayed while i tracked down the upstream commit fixing clamav-milter) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 08:49:30 Modified files: infrastructure/bin: build-debug-info Log message: rename generic "out" into "mk" since we're writing to a makefile (makes it more obvious compared to the plist fh) start preparing for actually handling links CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/19 09:02:32 Modified files: usr.bin/ssh : ssh-agent.1 ssh-agent.c Log message: revert previous: naddy pointed out what's meant to happen. rethink needed... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/19 09:35:20 Modified files: infrastructure/lib/OpenBSD: BaseFS.pm Log message: do the destdir dance using File::Spec for simpler, canonical paths CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/19 09:40:21 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-circonus: Makefile distinfo sysutils/terraform/provider-cloudflare: Makefile distinfo sysutils/terraform/provider-digitalocean: Makefile distinfo sysutils/terraform/provider-google: Makefile distinfo sysutils/terraform/provider-mysql: Makefile distinfo sysutils/terraform/provider-ns1: Makefile distinfo sysutils/terraform/provider-packet: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/19 10:20:12 Modified files: lang/ruby : Makefile.inc lang/ruby/2.5 : Makefile lang/ruby/2.6 : Makefile Removed files: lang/ruby/2.5/pkg: PLIST-main-debug lang/ruby/2.6/pkg: PLIST-main-debug Log message: Use more automated debug package creation CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 10:41:51 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-libmariadb_libmariadb_CMakeLists_txt patch-scripts_mysqld_safe_sh patch-sql_CMakeLists_txt databases/mariadb/pkg: PLIST-tests Log message: update to MariaDB 10.3.20, fixes CVE-2019-2938, CVE-2019-2974 from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 10:42:12 Modified files: databases/mariadb: Tag: OPENBSD_6_6 Makefile distinfo databases/mariadb/patches: Tag: OPENBSD_6_6 patch-libmariadb_libmariadb_CMakeLists_txt patch-scripts_mysqld_safe_sh patch-sql_CMakeLists_txt databases/mariadb/pkg: Tag: OPENBSD_6_6 PLIST-tests Log message: MFC update to MariaDB 10.3.20, fixes CVE-2019-2938, CVE-2019-2974 from Brad CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/19 11:52:50 Log message: Import py-fido2 Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures. This library aims to support the FIDO U2F and FIDO 2.0 protocols for communicating with a USB authenticator via the Client-to-Authenticator Protocol (CTAP 1 and 2). In addition to this low-level device access, classes defined in the fido2.client and fido2.server modules implement higher level operations which are useful when interfacing with an Authenticator, or when implementing WebAuthn support for a Relying Party. As warned by upstream, "This project is in beta. Expect things to change or break at any time!" - it is currently known not to work on OpenBSD with some device types. From Lucas Raab < tuftedocelot at fastmail dot fm >, thanks! Feedback from Georg Steuck Feedback and OK kmos (earlier version) Feedback and OK sthen Status: Vendor Tag: kn Release Tags: kn_20191119 N ports/security/py-fido2/Makefile N ports/security/py-fido2/distinfo N ports/security/py-fido2/pkg/DESCR N ports/security/py-fido2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/19 11:54:59 Modified files: security : Makefile Log message: + py-fido2 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/19 12:19:28 Modified files: sys/kern : sys_pipe.c Log message: When waiting on pipe I/O, simplify the unlock/relock logic using rwsleep(). All made possible by the recent switch to using a rwlock as the exclusive pipe lock. ok visa@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/19 12:57:04 Log message: Import NetBSD system call regression tests. They were written with ATF (Automated Testing Framework), so we use a small wrapper to map it to our bsd.regress.mk framework. Only half of the 80 NetBSD tests have been taken, the others need more work to adapt. Of them 34 syscall tests pass. Moritz Buhl ported the tests to OpenBSD. Status: Vendor Tag: bluhm Release Tags: bluhm_20191119 N src/regress/lib/libc/sys/Makefile N src/regress/lib/libc/sys/README N src/regress/lib/libc/sys/atf-c.c N src/regress/lib/libc/sys/atf-c.h N src/regress/lib/libc/sys/h_macros.h N src/regress/lib/libc/sys/macros.h N src/regress/lib/libc/sys/t_access.c N src/regress/lib/libc/sys/t_bind.c N src/regress/lib/libc/sys/t_chroot.c N src/regress/lib/libc/sys/t_clock_gettime.c N src/regress/lib/libc/sys/t_dup.c N src/regress/lib/libc/sys/t_fsync.c N src/regress/lib/libc/sys/t_getgroups.c N src/regress/lib/libc/sys/t_getitimer.c N src/regress/lib/libc/sys/t_getlogin.c N src/regress/lib/libc/sys/t_getpid.c N src/regress/lib/libc/sys/t_getrusage.c N src/regress/lib/libc/sys/t_getsid.c N src/regress/lib/libc/sys/t_getsockname.c N src/regress/lib/libc/sys/t_gettimeofday.c N src/regress/lib/libc/sys/t_kill.c N src/regress/lib/libc/sys/t_link.c N src/regress/lib/libc/sys/t_listen.c N src/regress/lib/libc/sys/t_mkdir.c N src/regress/lib/libc/sys/t_mkfifo.c N src/regress/lib/libc/sys/t_mknod.c N src/regress/lib/libc/sys/t_mlock.c N src/regress/lib/libc/sys/t_mmap.c N src/regress/lib/libc/sys/t_msgctl.c N src/regress/lib/libc/sys/t_msgget.c N src/regress/lib/libc/sys/t_msgrcv.c N src/regress/lib/libc/sys/t_msgsnd.c N src/regress/lib/libc/sys/t_msync.c N src/regress/lib/libc/sys/t_pipe.c N src/regress/lib/libc/sys/t_pipe2.c N src/regress/lib/libc/sys/t_poll.c N src/regress/lib/libc/sys/t_ptrace.c N src/regress/lib/libc/sys/t_revoke.c N src/regress/lib/libc/sys/t_select.c N src/regress/lib/libc/sys/t_sendrecv.c N src/regress/lib/libc/sys/t_setuid.c N src/regress/lib/libc/sys/t_sigaction.c N src/regress/lib/libc/sys/t_socketpair.c N src/regress/lib/libc/sys/t_stat.c N src/regress/lib/libc/sys/t_syscall.c N src/regress/lib/libc/sys/t_truncate.c N src/regress/lib/libc/sys/t_umask.c N src/regress/lib/libc/sys/t_unlink.c N src/regress/lib/libc/sys/t_write.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/19 13:01:57 Modified files: regress/lib/libc: Makefile Log message: Link system call tests to build. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/19 13:15:17 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/pkg: PLIST Log message: update to gthumb-3.8.2 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/19 13:20:33 ports/sysutils/ansible-lint/patches Update of /cvs/ports/sysutils/ansible-lint/patches In directory cvs.openbsd.org:/tmp/cvs-serv14596/patches Log Message: Directory /cvs/ports/sysutils/ansible-lint/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/19 13:20:36 Modified files: lang/vala : Makefile distinfo Log message: update to vala-0.46.5 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/19 13:22:56 Modified files: sysutils/ansible-lint/pkg: PLIST Added files: sysutils/ansible-lint/patches: patch-setup_py Log message: Bring a patch from the next release that refactors setup.py This makes ansible-lint compatible with the upcoming update to devel/py-setuptools ok sthen CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/19 13:26:56 Modified files: devel/py-setuptools: Makefile distinfo devel/py-setuptools/patches: patch-setup_py devel/py-setuptools/pkg: PLIST Added files: devel/py-setuptools/patches: patch-setup_cfg Removed files: devel/py-setuptools/pkg: PFRAG.no-python3 PFRAG.python3 Log message: Update devel/py-setuptools from 41.0.0 to 41.6.0 Tested with every consumer of PY_SETUPTOOLS. ansible-lint was patched to work properly. Elminated old PFRAG* files input and ok sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 13:35:00 Modified files: security/clamav: Tag: OPENBSD_6_6 Makefile distinfo security/clamav/patches: Tag: OPENBSD_6_6 patch-clamd_Makefile_in patch-database_Makefile_in patch-etc_clamd_conf_sample patch-etc_freshclam_conf_sample patch-libclamav_Makefile_in patch-libclamav_ole2_extract_c patch-libclamav_str_c patch-libclamav_vba_extract_c patch-unit_tests_Makefile_in security/clamav/pkg: Tag: OPENBSD_6_6 PLIST clamd.rc Added files: security/clamav/patches: Tag: OPENBSD_6_6 patch-configure_ac Log message: MFC update to clamav-0.102.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 13:36:01 Modified files: sysutils/reposync: Tag: OPENBSD_6_6 Makefile distinfo Removed files: sysutils/reposync/patches: Tag: OPENBSD_6_6 patch-reposync patch-reposync_1 Log message: MFC reposync update CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/19 14:06:49 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-glib_gspawn_c devel/glib2/pkg: PLIST Removed files: devel/glib2/patches: patch-gio_gdesktopappinfo_c patch-gio_kqueue_gkqueuefilemonitor_c Log message: Update to glib2-2.62.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 14:20:50 Modified files: audio/py-mutagen: Makefile Added files: audio/py-mutagen/pkg: DESCR PLIST Removed files: audio/py-mutagen/pkg: DESCR-main DESCR-tools PLIST-main PLIST-tools Log message: oops, splitting off a separate py3-only subpackage with mutagen's cli tools didn't go so well, merge them back into the python module package for py3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 14:21:11 Modified files: audio/beets : Makefile audio/exaile : Makefile audio/libgpod : Makefile audio/picard : Makefile audio/puddletag: Makefile audio/pykaraoke: Makefile audio/quodlibet: Makefile audio/rgain : Makefile net/hpodder : Makefile Log message: bump REVISION/adjust hpodder dep for py-mutagen semi-backout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/19 14:45:45 Modified files: lang/pypy : Makefile Log message: put back an ".if defined(BOOTSTRAP-${MACHINE_ARCH}) [..]" with a comment explaining why it's needed CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/19 15:04:04 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: fix typos in smtpd.conf.5 from Ryan Kavanagh CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/19 15:21:15 Modified files: usr.bin/ssh : monitor.c Log message: a little more information from the monitor when signature verification fails. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/19 15:23:19 Modified files: usr.bin/ssh : ssh-ecdsa-sk.c ssh-sk.c PROTOCOL.u2f Log message: adjust on-wire signature encoding for ecdsa-sk keys to better match ec25519-sk keys. Discussed with markus@ and Sebastian Kinne NB. if you are depending on security keys (already?) then make sure you update both your clients and servers. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/11/19 15:31:05 Modified files: sysutils/libvirt-python: Makefile sysutils/libvirt-python/pkg: PLIST Log message: Rename PKGNAME to py-libvirt-*. This matches most python packages and will make it a little bit easier to add a python3 flavor (which still needs an update of this port). ok aja@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/11/19 15:33:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: libvirt-python -> py-libvirt CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/11/19 15:36:09 Modified files: sysutils/virt-manager: Makefile Log message: Bump after the libvirt-python -> py-libvirt renaming. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/19 15:43:31 Modified files: infrastructure/lib/OpenBSD/PortGen: Utils.pm Log message: Remove sqlports-compact support from portgen Ok, initial idea, and initial patch from cwen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/19 16:32:09 Modified files: lib/libfido2/man: fido_assert_allow_cred.3 fido_assert_verify.3 fido_bio_template.3 fido_cred_exclude.3 fido_cred_verify.3 fido_dev_get_assert.3 fido_dev_info_manifest.3 fido_dev_make_cred.3 fido_dev_open.3 fido_dev_set_io_functions.3 fido_dev_set_pin.3 fido_strerr.3 Added files: lib/libfido2/man: eddsa_pk_new.3 es256_pk_new.3 fido_assert_new.3 fido_assert_set_authdata.3 fido_bio_dev_get_info.3 fido_bio_enroll_new.3 fido_bio_info_new.3 fido_cbor_info_new.3 fido_cred_new.3 fido_cred_set_authdata.3 fido_credman_metadata_new.3 fido_init.3 rs256_pk_new.3 Removed files: lib/libfido2/man: eddsa_pk.3 es256_pk.3 fido.3 fido2-assert.1 fido2-cred.1 fido2-token.1 fido_assert.3 fido_assert_set.3 fido_bio_dev.3 fido_bio_enroll.3 fido_bio_info.3 fido_cbor_info.3 fido_cred.3 fido_cred_set.3 fido_credman.3 rs256_pk.3 Log message: Sync documentation fixes from upstream: commit 99c4cb00b50b846e4ba2492f67d44171de8c7066 Author: pedro martelletto Date: Mon Nov 18 16:55:37 2019 +0100 documentation fixes ensure man pages are named after existing functions; pointed out by Jason McIntyre ; thanks! CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/19 18:17:06 Modified files: devel/py-subprocess32: Makefile Log message: Move testing to MODPY_PYTEST CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/19 20:13:04 Modified files: lib/mesa/src/gallium/winsys/sw/dri: dri_sw_winsys.c lib/mesa/src/gallium/winsys/sw/xlib: xlib_sw_winsys.c lib/mesa/src/mesa/drivers/x11: xm_buffer.c Log message: Call shmget() with permission 0600 instead of 0777 From Brian Paul 02c3dad0f3b4d26e0faa5cc51d06bc50d693dcdc in mainline Mesa "A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could allow any user to access that memory. Several Mesa drivers use shared- memory XImages to implement back buffers for improved performance. This path changes the shmget() calls to use 0600 (user r/w). Tested with legacy Xlib driver and llvmpipe." CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/19 20:18:44 Modified files: devel/py-altgraph: Makefile Log message: Move testing to MODPY_PYTEST. Make spacing consistent. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/11/20 00:04:22 Modified files: x11/smplayer : Makefile distinfo Log message: Update for SMPLayer to 19.10.2: https://www.smplayer.info/en/changes OK bket@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/20 00:43:35 Modified files: x11/mate/control-center: Makefile Log message: Failed bump. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/20 01:26:47 Modified files: security/clamav/pkg: Tag: OPENBSD_6_6 PLIST Log message: unbreak packaging, from Ian McWilliam CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/20 01:40:23 Modified files: productivity/grisbi: Makefile Log message: Regen WANTLIB to unbreak (librsvg update). Extra: croco-0.6.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/20 03:11:22 Modified files: geo/qgis/patches: patch-src_core_CMakeLists_txt Log message: add link to upstream commit CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/20 03:26:29 Modified files: devel/tig : Makefile distinfo Log message: Update tig to 2.5.0. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/20 03:46:17 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Fix rsa key output format This fixes openssl(1) rsa -text output format ok tb@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/20 04:42:51 Modified files: usr.bin/tmux : key-bindings.c Log message: Do not check the client readonly flag when there is no client, GitHub issue 1980. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/20 05:12:55 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add test for cms -keyopt in appstest.sh CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/20 05:57:05 Modified files: geo/merkaartor : Makefile distinfo geo/merkaartor/pkg: PLIST Removed files: geo/merkaartor/patches: patch-src_ImportExport_ImportExportGdal_h Log message: Update to merkaartor 0.18.4 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/20 06:38:44 Modified files: devel/unibilium: Makefile distinfo devel/unibilium/patches: patch-Makefile devel/unibilium/pkg: PLIST Log message: Update devel/unibilium to version 2.0.0. Add debug support while we are here. Diff from Travis Cole with input from myself and sthen@. OK sthen@ Thanks! CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/20 06:40:13 Modified files: devel/libvterm : Makefile distinfo devel/libvterm/patches: patch-bin_vterm-ctrl_c devel/libvterm/pkg: PLIST Log message: Update libvterm to version 20191009. Diff from Travis Cole with input from myself and sthen@. OK sthen@ Thanks! CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/20 06:43:35 Modified files: editors/neovim : Makefile distinfo editors/neovim/pkg: PLIST Removed files: editors/neovim/patches: patch-src_nvim_os_process_c Log message: Update editors/neovim to version 0.4.3. After much discussion about the new luv dependency (not yet ported, but awkward to port), we decided to embed a copy for now. Diff from Travis Cole with input from myself and sthen@. OK sthen@ Thanks! CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/20 06:44:36 Modified files: editors/py-neovim: Makefile distinfo Log message: Update editors/py-neovim to version 0.4.0. OK sthen@, thanks! CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/20 07:07:25 Modified files: sys/arch/mips64/mips64: vm_machdep.c Log message: Ensure that the kernel stack is properly aligned on mips64. This fixes a panic related to vararg function sppp_auth_send(). The vararg code generated by clang assumes 16-byte stack alignment. pppoe(4)-induced panic seen by many on octeon Fix from miod@ CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2019/11/20 07:19:12 Modified files: lang/gcc/8 : Makefile distinfo Log message: Update mips64 adastrap. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/20 07:51:41 Modified files: x11/xfce4/exo : Makefile distinfo Log message: Update to exo 0.12.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/20 08:37:53 Modified files: infrastructure/db: user.list Log message: - comment-out net/cvsync uid - drop description of "noauto", not used since 2006 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/20 08:50:41 Modified files: sbin/unwind : resolver.c Log message: Check for a too short answer packet in all callback functions because otherwise we try to parse an invalid packet. This can be triggered by captive_portal_resolve_done() when dhcp provided nameservers do not answer and asr hits a timeout. answer_packet is NULL and answer_len -1 in that case. Found the hard way by claudio CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/20 09:14:51 Modified files: sys/dev/pci : if_iwm.c Log message: Correctly match another 9560-based device. From Bryan Vyhmeister CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/20 09:15:01 Modified files: net/py-cares : Makefile Log message: Remove fake from do-test target and simplify do-test target to fix tests. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/20 09:21:20 Modified files: lib/libssl : tls13_buffer.c tls13_handshake_msg.c tls13_internal.h Log message: Add accessors to change the buffer in a handshake message. Needed for doing TLS 1.3 Post Handshake Handshake messages. ok jsing@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/20 09:33:00 Modified files: sys/dev/pci : pcidevs Log message: Add PCI IDs for Gemini Lake SD/MMC controllers CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/20 09:33:31 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/20 09:34:58 Modified files: sys/dev/pci : sdhc_pci.c Log message: Some Intel SD/MMC controllers do not like the voltage being set to 0V, so add a quirk for Apollo Lake, Gemini Lake and 100 Series. Tested by and ok bmercer@ and mlarkin@ for 100 Series Tested by and diff from James Hastings for Apollo and Gemini Lake CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/20 11:10:12 Modified files: sbin/slaacd : engine.c Log message: Form DNS proposals from router advertisements with a router lifetime of zero. It just means that the router is not a default router. This is also true for prefixes, but not yet implemented. (The diff looks complicated but it's only a } moved up + reindent.) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/20 11:11:28 Modified files: usr.sbin/ldomctl: Makefile usr.sbin/ldomd : Makefile Log message: Honour DEBUG OK deraadt CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/11/20 11:26:30 Modified files: www/chromium : Makefile distinfo Log message: update to 78.0.3904.106 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/20 12:00:25 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-clamd_Makefile_in patch-database_Makefile_in patch-libclamav_Makefile_in patch-unit_tests_Makefile_in security/clamav/pkg: clamd.rc Added files: security/clamav/patches: patch-libclamav_bytecode_vm_c Removed files: security/clamav/patches: patch-configure_ac Log message: update to clamav-0.102.1, lower daemon_timeout CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2019/11/20 12:31:11 Modified files: net/dnsdist : Makefile distinfo Removed files: net/dnsdist/patches: patch-configure_ac Log message: Update to dnsdist 1.4.0. Most important features: improved support for serving DoT and new support for serving DoH. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/20 13:11:41 Modified files: www : Makefile Removed files: www/py-webdav : Makefile distinfo www/py-webdav/pkg: DESCR PLIST Log message: py-webdav is hosted on the defunct googlecode and hasn't had an update in over 7 years. It has no consumers. Time to go. Those looking for a replacement should consider porting PyWebDAV3 https://pypi.org/project/PyWebDAV3/ ok sthen jca CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/20 13:13:15 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update quirks to reflect removal of py-webdav CVSROOT: /cvs Module name: src Changes by: brynet@cvs.openbsd.org 2019/11/20 13:44:22 Modified files: sys/dev/pci : ksmn.c Log message: ksmn(4): Improve the precision of the fractional part of temperatures. Before we were losing some precision in the raw value sensor conversion. raw: 478 before: 59.70 after: 59.75 real: 59.750 raw: 479 before: 59.80 after: 59.88 real: 59.875 raw: 480 before: 60.00 after: 60.00 real: 60.000 Tested on Ryzen 7 2700X, Ryzen 5 2500U, and Zen2 by nte. Diff and feedback from nte CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/20 14:21:38 Modified files: security/clamav: Tag: OPENBSD_6_6 Makefile distinfo security/clamav/patches: Tag: OPENBSD_6_6 patch-clamd_Makefile_in patch-database_Makefile_in patch-libclamav_Makefile_in patch-unit_tests_Makefile_in security/clamav/pkg: Tag: OPENBSD_6_6 clamd.rc Added files: security/clamav/patches: Tag: OPENBSD_6_6 patch-libclamav_bytecode_vm_c Removed files: security/clamav/patches: Tag: OPENBSD_6_6 patch-configure_ac Log message: MFC update to clamav-0.102.1, lower daemon_timeout CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/11/20 14:34:30 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/20 14:41:51 Modified files: sysutils/reposync: Makefile distinfo Log message: support -q to be quiet, requested by miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/20 15:15:58 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_named_include_named_globals_h patch-lib_isc_unix_socket_c net/isc-bind/pkg: PLIST Log message: update to bind-9.11.13 CVE-2019-6477, TCP-pipelined queries can bypass tcp-clients limit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/20 15:16:11 Modified files: net/isc-bind : Tag: OPENBSD_6_6 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_6_6 patch-bin_named_include_named_globals_h patch-lib_isc_unix_socket_c Log message: update to bind-9.11.13 CVE-2019-6477, TCP-pipelined queries can bypass tcp-clients limit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/20 15:56:13 Modified files: sysutils/reposync: Tag: OPENBSD_6_6 Makefile distinfo sysutils/reposync/pkg: Tag: OPENBSD_6_6 PLIST Log message: MFC reposync update CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/11/20 17:15:37 Modified files: games/quakespasm: Makefile distinfo Log message: update to quakespasm 0.93.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/20 18:29:01 Modified files: emulators : Makefile Removed files: emulators/yabause: Makefile distinfo emulators/yabause/patches: patch-src_gtk_Makefile_in emulators/yabause/pkg: DESCR PLIST Log message: Send yabause to the Attic No longer runs Saturn games, even after updating to the latest version. These days, Saturn can be emulated to mednafen, and users are encouraged to switch to that. OK fcambus@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/20 18:30:51 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for yabause CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/20 20:10:44 Modified files: textproc/py-spdx-lookup: Makefile Log message: Changing NO_TEST from "Yes" to reason for lack of tests. Functions the same as answering "Yes" CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/20 20:31:42 Modified files: textproc/py-pandocfilters: Makefile Log message: Change NO_TEST from "Yes" to the reason why there are no tests. Same effect. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/20 20:55:22 Modified files: sbin/slaacd : slaacd.c Log message: Configure the default route with RTP_NONE so that the kernel assigns different priorities for wired vs. wireless interfaces for us. Gleaned from dhclient. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/20 21:39:58 Log message: Import devel/5-Test-Deep-Fuzzy Provides fuzzy number comparison with Test::Deep. From wen heping OK with a tweak cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20191120 N ports/devel/p5-Test-Deep-Fuzzy/Makefile N ports/devel/p5-Test-Deep-Fuzzy/distinfo N ports/devel/p5-Test-Deep-Fuzzy/pkg/DESCR N ports/devel/p5-Test-Deep-Fuzzy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/20 21:40:43 Modified files: devel : Makefile Log message: +p5-Test-Deep-Fuzzy CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/20 22:01:22 Modified files: sbin/unwind : resolver.c resolver.h unwind.h usr.sbin/unwindctl: unwindctl.c Log message: Track on which interface nameservers have been learned. prodding deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/20 22:18:47 Modified files: regress/usr.bin/ssh: ssh2putty.sh Log message: Remove workaround for broken 'openssl rsa -text' output that was fixed in libcrypto/rsa/rsa_ameth.c r1.24. ok dtucker inoguchi CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/20 22:30:50 Modified files: mail/p5-Mail-Tools: Makefile distinfo mail/p5-Mail-Tools/pkg: DESCR PLIST Log message: Update mail/p5-Mail-Tools to 2.21 From wen heping OK sthen@ CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/11/20 23:22:57 Modified files: usr.sbin/switchd: ofp13.c ofp_common.c switchd.h Log message: Remove arguments from ofp13_flowmod() which are unused and unnecessary. ok guenther@ CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/11/20 23:54:26 Modified files: sys/net : switchofp.c Log message: Remove duplicate #define OFP_ALIGNMENT CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/21 00:30:28 Modified files: sys/net : if_tun.c Log message: rename struct tun_softc members so they're prefixed with "sc". this makes tun more consistent with more of our drivers. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/21 02:11:21 Modified files: databases/ruby-hiera-eyaml: Makefile distinfo databases/ruby-hiera-eyaml/pkg: PLIST Log message: Update 3.0.0 -> 3.1.1 while there, get rid of GEM_BIN_SUFFIX from the executable CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/21 03:36:32 Modified files: www/ruby-faraday: Makefile distinfo Log message: simple update 0.13.1 -> 0.14.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/11/21 03:37:22 Modified files: devel/ruby-puppet_forge: Makefile distinfo devel/ruby-puppet_forge/pkg: PLIST Log message: simple update 2.3.0 -> 2.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/21 04:58:12 Added files: www/c-icap/modules/patches: patch-services_virus_scan_clamav_mod_c Log message: clamav started using the CLAMAV_VERSION macro; rename c-icap clamav module's internal use of a variable of the same name CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/21 04:58:49 Added files: www/c-icap/modules/patches: Tag: OPENBSD_6_6 patch-services_virus_scan_clamav_mod_c Log message: clamav started using the CLAMAV_VERSION macro; rename c-icap clamav module's internal use of a variable of the same name CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/11/21 05:29:52 Modified files: editors/py-neovim/patches: patch-test_conftest_py Added files: editors/py-neovim/patches: patch-setup_py Log message: Unbreak editors/py-neovim. We had a missing dependency, but it turns out it's not needed anyway. Raised with upstream. OK sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/21 07:55:41 Modified files: graphics/drawpile: Makefile distinfo graphics/drawpile/pkg: PLIST Log message: Update to drawpile-2.1.14 Changelog: https://drawpile.net/news/release-2.1.14/ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/11/21 09:07:25 Modified files: lib/libutil : bcrypt_pbkdf.c pkcs5_pbkdf2.c Log message: overwrite the key in failure modes in case the caller doesn't check. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/11/21 09:13:39 Modified files: lib/libutil : bcrypt_pbkdf.c Log message: zero tmpout too. reminded by related diff from tim CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/21 09:15:44 Modified files: mail/ruby-mime-types: Makefile distinfo Log message: Update to mime-types 3.3 From George Rosamond CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/11/21 10:24:15 Modified files: sys/net : switchofp.c Log message: Fix comment typo: specification CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2019/11/21 10:39:08 Modified files: devel/jdk/1.8 : Makefile Added files: devel/jdk/1.8/patches: patch-jdk_make_mapfiles_libnio_mapfile-bsd patch-jdk_src_solaris_classes_sun_nio_fs_BsdNativeDispatcher_java Log message: Fix file interaction: load libnio in BsdNativeDispatcher and export getmntonname0 from libnio. Fixes scala -howtorun:script breakage reported by solene. Patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241317 ok kurt CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/21 10:49:57 Modified files: graphics/openimageio: Makefile Added files: graphics/openimageio/patches: patch-src_include_OpenImageIO_strutil_h Log message: openimageio: remove BROKEN-powerpc, where it needs to be linked with libatomic, and fix the build on base-gcc archs by adding a missing header. OK kmos@, no objection from pascal@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/11/21 11:26:07 Modified files: security/nss : Makefile distinfo security/nss/pkg: PLIST Log message: Security update to nss 3.47.1 (no details yet, dont ask) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/21 11:31:40 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/pkg: PLIST Log message: update to gedit-plugins-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/21 11:31:41 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: update to gedit-3.34.1 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/21 12:26:02 Modified files: sbin/route : route.c Log message: output RTM_PROPOSALs more similar to other route messages no objection krw@ who has further suggestions for improvement CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/21 12:27:33 Modified files: sbin/slaacd : engine.c slaacd.h Log message: We do not send lifetimes or source in DNS proposals. Do not copy them to the main process. CVSROOT: /cvs Module name: src Changes by: tim@cvs.openbsd.org 2019/11/21 13:01:06 Modified files: lib/libcrypto/hkdf: hkdf.c Log message: Use explicit_bzero() to clear key material OK tb@ tedu@ CVSROOT: /cvs Module name: src Changes by: tim@cvs.openbsd.org 2019/11/21 13:02:20 Modified files: lib/libcrypto/hkdf: hkdf.c Log message: A touch of style(9) OK tb@ tedu@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/11/21 14:01:42 Modified files: . : errata65.html errata66.html Log message: release inteldrm and mesa errata CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/21 15:09:14 Modified files: devel/libidn2 : Makefile distinfo devel/libidn2/patches: patch-src_idn2_c devel/libidn2/pkg: PLIST Removed files: devel/libidn2/patches: patch-lib_bidi_c patch-lib_punycode_c Log message: Update to 2.3.0. Includes a security fix for CVE-2019-12290: Failure to perform roundtrip checks when converting A-labels to U-labels CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/21 15:31:27 Modified files: sys/scsi : cd.c scsi_base.c scsi_ioctl.c Log message: Be consistent and always use SET() to set flags in xs->flags. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/21 16:22:14 Modified files: sys/scsi : cd.c ch.c scsi_base.c Log message: Be consistent and always use [!]ISSET() to test flags in xs->flags. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/21 16:35:57 Modified files: lang/php : Makefile.inc lang/php/7.2 : Makefile distinfo lang/php/7.2/patches: patch-acinclude_m4 patch-aclocal_m4 lang/php/7.3 : Makefile distinfo lang/php/7.3/patches: patch-acinclude_m4 patch-aclocal_m4 lang/php/7.3/pkg: PLIST-main Log message: update to php-7.2.25/php-7.3.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/21 16:36:57 Modified files: lang/php : Tag: OPENBSD_6_6 Makefile.inc lang/php/7.2 : Tag: OPENBSD_6_6 Makefile distinfo lang/php/7.2/patches: Tag: OPENBSD_6_6 patch-acinclude_m4 patch-aclocal_m4 lang/php/7.3 : Tag: OPENBSD_6_6 Makefile distinfo lang/php/7.3/patches: Tag: OPENBSD_6_6 patch-acinclude_m4 patch-aclocal_m4 patch-sapi_fpm_www_conf_in lang/php/7.3/pkg: Tag: OPENBSD_6_6 PLIST-main Log message: MFC update to php-7.2.25/php-7.3.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/21 16:38:08 Log message: import security/yubico/yubikey-manager, ok kn@ The YubiKey Manager can configure FIDO2, OTP and PIV functionality on a YubiKey. It works with any currently supported YubiKey. You can also use the tool to check the type and firmware of a YubiKey. In addition, you can use the extended settings to specify other features, such as to configure 3-second long touch. Status: Vendor Tag: sthen Release Tags: sthen_20191121 N ports/security/yubico/yubikey-manager/Makefile N ports/security/yubico/yubikey-manager/distinfo N ports/security/yubico/yubikey-manager/pkg/DESCR N ports/security/yubico/yubikey-manager/pkg/PLIST N ports/security/yubico/yubikey-manager/patches/patch-ykman_cli___main___py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/21 16:38:36 Modified files: security/yubico: Makefile Log message: +yubikey-manager CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/21 16:52:49 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/pkg: PLIST-main Log message: update to asterisk-16.6.2 AST-2019-006: SIP request can change address of a SIP peer. AST-2019-007: AMI user could execute system commands. AST-2019-008: Re-invite with T.38 and malformed SDP causes crash. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/21 16:52:56 Modified files: telephony/asterisk: Tag: OPENBSD_6_6 Makefile distinfo Log message: update to asterisk-16.6.2 AST-2019-006: SIP request can change address of a SIP peer. AST-2019-007: AMI user could execute system commands. AST-2019-008: Re-invite with T.38 and malformed SDP causes crash. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/11/21 17:01:10 Modified files: infrastructure/db: network.conf Log message: Remove unused NPM bits. OK afresh1@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/21 23:20:15 Modified files: sys/net : rtsock.c route.h Log message: Add rtm_proposal, a function to send out RTM_PROPOSAL messages from the kernel. Will be used to have umb(4) inform unwind(8) about DNS changes. OK bluhm@ tested by florian@ and deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/21 23:22:30 Modified files: sys/dev/usb : if_umb.c Log message: Use rtm_proposal() to send out DNS updates. Both when DNS are added and when the interface is deconfigured (when going down). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/21 23:24:09 Modified files: sbin/route : route.c Log message: Teach route(8) about RTP_PROPOSAL_UMB CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/21 23:26:00 Modified files: share/man/man4 : route.4 Log message: Add RTP_PROPOSAL_UMB to the priorities list CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/21 23:31:30 Modified files: etc/rc.d : sndiod Log message: sndiod(8) reopens audio interfaces on SIGHUP, which makes a lot of sense when -F is used. Because of this allow rc.d script to reload sndiod. OK kn ratchov aja CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/11/21 23:50:30 Modified files: usr.bin/ssh : misc.c Log message: Wait for FD to be readable or writeable during a nonblocking connect, not just readable. Prevents a timeout when the server doesn't immediately send a banner (eg multiplexers like sslh) but is also slightly quicker for other connections since, unlike ssh1, ssh2 doesn't specify that the client should parse the server banner before sending its own. Patch from mnissler@chromium.org, ok djm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/22 05:38:28 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-UPGRADING patch-bin_update_sh patch-config_config_inc_php_sample patch-config_defaults_inc_php Removed files: mail/roundcubemail/patches: patch-bin_installto_sh Log message: update to roundcubemail-1.4.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/22 06:49:20 Modified files: x11/gnome/accerciser: Makefile distinfo Log message: Update to accerciser-3.34.2. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/22 08:28:05 Modified files: sbin/route : route.c sys/net : rtsock.c Log message: The DNS proposal list can (soon) be empty to signal a withdraw, relax the size constraint to allow this to pass through the kernel. Looks good to deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/22 08:30:00 Modified files: sbin/slaacd : engine.c slaacd.c slaacd.h Log message: Merge DNS proposals coming from the same interface. That way we no longer need to handle withdraws in unwind. A new proposal from a daemon on an interface is always a replacement. If nameservers expire or an interface goes away we sent an empty list of nameservers. pestering^Wprodding deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/22 08:31:25 Modified files: sbin/unwind : frontend.c resolver.c unwind.h Log message: Treat DNS proposals as replacement of previous proposals from the same daemon and interface. An empty list is automatically a withdrawl. prodding deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/22 08:32:42 Modified files: sbin/dhclient : kroute.c Log message: DNS Proposals are treated as replacements in unwind now. To withdraw a proposal sent an empty list of nameservers. This one is a bit of a hack by me to keep everything in sync for now. A better version from krw is coming soon. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/22 08:34:30 Modified files: sys/scsi : cd.c ch.c safte.c scsi_base.c scsi_ioctl.c uk.c Log message: Be consistent and always use CLR() to clear flags. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/22 08:39:42 Modified files: mail/ruby-mime-types-data: Makefile distinfo Log message: Update to mime-types-data 3.2019.1009 From George Rosamond CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/11/22 08:42:47 Modified files: mail/ruby-mini_mime: Makefile distinfo Log message: Update to mini_mime 1.0.2 From George Rosamond CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/22 08:59:53 Modified files: regress/lib/libc/sys: README atf-c.c t_access.c t_getitimer.c t_stat.c t_write.c Log message: Sync tests with current NetBSD. Enable t_mkfifo test. from Moritz Buhl CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/22 09:39:23 Modified files: databases/py-mysqlclient: Makefile distinfo databases/py-mysqlclient/pkg: PLIST Log message: update to py-mysqlclient-1.46, use MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/22 10:58:41 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.8.0 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/22 13:09:09 Modified files: sbin/unwind : resolver.c Log message: Use a table for unbound options; ok florian@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/22 14:11:21 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: update to epiphany-3.34.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/22 14:38:17 Modified files: sysutils/reposync: Makefile distinfo Log message: quieter -q, req'd by kmos@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/22 15:45:52 Modified files: sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.h Log message: Polish logic talking to unwind. ok florian@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/22 17:49:53 Modified files: lang/seed7 : Makefile distinfo lang/seed7/pkg : PLIST Log message: Update to seed7-20191117 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/22 18:16:06 Modified files: sys/scsi : cd.c ch.c safte.c scsi_ioctl.c scsiconf.c ses.c uk.c Log message: Consistently use SET() to set bits. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/22 19:29:30 Modified files: databases/p5-DBD-LDAP: Makefile distinfo databases/p5-DBD-LDAP/pkg: DESCR Log message: Update databases/p5-DBD-LDAP to 1.00 From wen heping CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/22 19:46:05 Modified files: www/p5-HTTP-Async: Makefile distinfo Log message: Update www/p5-HTTP-Async 0.33 From wen heping CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 00:42:57 Modified files: math/py-affine : Makefile Log message: Move tests to use MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 00:48:09 Log message: Import x11/kde-applications/kcontacts; OK sthen@ KContact library provides vcard support. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/kcontacts/Makefile N ports/x11/kde-applications/kcontacts/distinfo N ports/x11/kde-applications/kcontacts/pkg/DESCR N ports/x11/kde-applications/kcontacts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 00:49:59 Log message: Import x11/kde-applications/kmix; OK sthen@ KMix is an audio mixer controller. On OpenBSD it is forced to use PulseAudio as backend. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/kmix/Makefile N ports/x11/kde-applications/kmix/distinfo N ports/x11/kde-applications/kmix/patches/patch-backends_kmix-backends_cpp N ports/x11/kde-applications/kmix/pkg/DESCR N ports/x11/kde-applications/kmix/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 00:51:19 Log message: Import x11/kde-applications/kdenetwork-filesharing; OK sthen@ KDE filesharing interfaces plugin. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/kdenetwork-filesharing/Makefile N ports/x11/kde-applications/kdenetwork-filesharing/distinfo N ports/x11/kde-applications/kdenetwork-filesharing/pkg/DESCR N ports/x11/kde-applications/kdenetwork-filesharing/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 00:52:48 Log message: Import x11/kde-applications/krdc; OK sthen@ KRDC is a client application that allows you to view or even control the desktop session on another machine that is running a compatible server. VNC and RDP are supported. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/krdc/Makefile N ports/x11/kde-applications/krdc/distinfo N ports/x11/kde-applications/krdc/patches/patch-vnc_vncclientthread_cpp N ports/x11/kde-applications/krdc/patches/patch-vnc_vncsshtunnelthread_cpp N ports/x11/kde-applications/krdc/pkg/DESCR N ports/x11/kde-applications/krdc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 00:55:13 Log message: Import x11/kde-applications/krfb; OK sthen@ KDE Desktop Sharing (krfb) is a small server for the RFB protocol, better known as VNC. Unlike most other Unix/Linux RFB servers, KRfb allows you to share your X11 session instead of creating a new X11 session. It uses libvncserver as backend. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/krfb/Makefile N ports/x11/kde-applications/krfb/distinfo N ports/x11/kde-applications/krfb/pkg/DESCR N ports/x11/kde-applications/krfb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 00:57:03 Log message: Import x11/kde-applications/kdegraphics-thumbnailers; OK sthen@ This plugins allow KDE software to create thumbnails for several advanced graphic file formats (PS, RAW). Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/kdegraphics-thumbnailers/Makefile N ports/x11/kde-applications/kdegraphics-thumbnailers/distinfo N ports/x11/kde-applications/kdegraphics-thumbnailers/pkg/DESCR N ports/x11/kde-applications/kdegraphics-thumbnailers/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 00:58:52 Log message: Import x11/kde-applications/ktimer; OK sthen@ KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/ktimer/Makefile N ports/x11/kde-applications/ktimer/distinfo N ports/x11/kde-applications/ktimer/pkg/DESCR N ports/x11/kde-applications/ktimer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 00:59:58 Log message: Import x11/kde-applications/kteatime; OK sthen@ KTeaTime is a handy timer for steeping tea. No longer will you have to guess at how long it takes for your tea to be ready. Simply select the type of tea you have, and it will alert you when the tea is ready to drink. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/kteatime/Makefile N ports/x11/kde-applications/kteatime/distinfo N ports/x11/kde-applications/kteatime/pkg/DESCR N ports/x11/kde-applications/kteatime/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 01:01:22 Log message: Import x11/kde-applications/kcharselect; OK sthen@ KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard. KCharSelect displays various information about the selected character. This includes not only the Unicode character name, but also aliases, general notes and cross references to similar characters. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/kcharselect/Makefile N ports/x11/kde-applications/kcharselect/distinfo N ports/x11/kde-applications/kcharselect/pkg/DESCR N ports/x11/kde-applications/kcharselect/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 01:02:21 Log message: Import x11/kde-applications/kbackup; OK sthen@ KBackup is an application which lets you back up your data in a simple, user friendly way Features: - Using profile files with definitions for Folders and files to be included or excluded from the backup - The backup target can be either a locally mounted device like a ZIP drive, USB stick, etc. or any remote URL - Running automated backups without using a graphical user interface Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/kbackup/Makefile N ports/x11/kde-applications/kbackup/distinfo N ports/x11/kde-applications/kbackup/pkg/DESCR N ports/x11/kde-applications/kbackup/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 01:05:04 Log message: Import x11/kde-applications/kdebugsettings; OK sthen@ KDebugSettings edits which QLoggingCategory are displayed. QLoggingCategory prints messages on the console for applications and you can define which applications display messages for information, warning or critical errors to help debugging Qt applications. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191123 N ports/x11/kde-applications/kdebugsettings/Makefile N ports/x11/kde-applications/kdebugsettings/distinfo N ports/x11/kde-applications/kdebugsettings/pkg/DESCR N ports/x11/kde-applications/kdebugsettings/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/23 01:17:11 Modified files: sbin/unwind : resolver.c Log message: An if_index of zero signals to remove all previous proposals from a daemon. Soon to be used by slaacd(8) which handles all interfaces but can't know which interfaces had been set to autoconf before a restart. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/23 01:17:39 Modified files: sbin/slaacd : slaacd.c Log message: On startup withdraw all proposals for all interfaces by sending an empty proposal with if_index 0. It is possible that the set of autoconf interfaces changed between a stop -> start transition and slaacd would never withdraw nameservers for interfaces that had the autoconf flag previously but no longer after the restart. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/23 01:23:35 Modified files: meta/kde4 : Makefile x11/kde-applications: Makefile x11/kde4 : Makefile Log message: hook KDE5 ports, unbook KDE4 and cleanup meta/kde4 hook: x11/kde-applications/{kcontacts, kmix, kdenetwork-filesharing, krdc, krfb, kdegraphics-thumbnailers, ktimer, kteatime, kcharselect, kdebugsettings, kbackup} unhook: x11/kde4/{kmix, krdc, krfb, ktimer, kteatime} CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/23 01:57:52 Modified files: sbin/unwind : resolver.c Log message: plug memory leak CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 02:08:25 Modified files: lang/php/7.1 : Makefile Log message: Bump to unbreak -zip. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/23 02:18:15 Log message: Import py-zc-lockfile-2.0. DESCR: The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to other files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files. OK pamela@ Status: Vendor Tag: bket Release Tags: bket_20191123 N ports/devel/py-zc-lockfile/Makefile N ports/devel/py-zc-lockfile/distinfo N ports/devel/py-zc-lockfile/pkg/DESCR N ports/devel/py-zc-lockfile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/23 02:23:38 Modified files: devel : Makefile Log message: Hook up py-zc-lockfile and py-zc-lockfile,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 02:46:32 Modified files: x11/gnome/tepl : Makefile distinfo x11/gnome/tepl/pkg: PLIST Log message: Update to tepl-4.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 02:52:57 Modified files: graphics/simple-scan: Makefile distinfo Log message: Update to simple-scan-3.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 03:03:08 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/pkg: PLIST-main Log message: Update to gvfs-1.42.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 03:11:33 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-3.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 03:14:55 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Added files: x11/gnome/nautilus/patches: patch-src_nautilus-canvas-item_c patch-src_nautilus-view-icon-item-ui_c Log message: Update to nautilus-3.34.2. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/23 03:38:35 Modified files: databases/strigi: Makefile databases/strigi/pkg: PLIST Added files: databases/strigi/patches: patch-strigidaemon_CMakeLists_txt Log message: databases/strigi: drop cppunit from BDEPS. strigi blocks an update of devel/cppunit, which seems related to cppunit's public API requiring C++11 for compiling. strigi in turn doesn't like C++11. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/23 03:58:55 Modified files: x11/jwm : Makefile Log message: Fix broken HOMEPAGE, and remove trailing garbage from COMMENT. While there switch HOMEPAGE and MASTER_SITES to HTTPS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 05:07:39 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 05:08:03 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 05:08:19 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/pkg: PLIST Log message: Update to evolution-ews-3.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 05:13:33 Modified files: security/libtasn1: Makefile distinfo security/libtasn1/pkg: PLIST Log message: Update to libtasn1-4.15.0. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/23 05:13:37 Modified files: . : groups.html build : groups.dat Log message: add IRBUG (Iran BSD User Group), from Faraz Vahedi CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/23 05:27:33 Modified files: sys/scsi : cd.c ch.c scsi_base.c scsi_ioctl.c scsiconf.c sd.c Log message: Consistently use !ISSET() to check for unset flags. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 05:31:55 Modified files: print/qpdf : Makefile distinfo print/qpdf/pkg : PLIST Log message: Update to qpdf-9.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 06:03:18 Modified files: x11/kde-applications: Makefile Log message: Remove kdesdk-thumbnailers; it does not exit. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/23 06:24:37 Modified files: build : groups.dat . : groups.html Log message: fix bogus mailto: (probably introduced by a mail that was originally html and autoconverted to text by lists.openbsd.org), spotted by schwarze@. perhaps this entry should have replaced bsdusers.ir (also spotted by schwarze@) but I'll leave that pending for now. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/23 07:31:34 Modified files: multimedia/streamlink: Makefile distinfo multimedia/streamlink/pkg: PLIST Log message: Update to streamlink-1.3.0 Changelog: https://github.com/streamlink/streamlink/releases/tag/1.3.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/11/23 07:31:41 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 07:32:28 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-setup_py patch-src_pyodbc_h databases/py-odbc/pkg: PLIST Log message: update to pyodbc-4.0.27 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 07:33:09 Modified files: x11/xchm : Makefile distinfo Log message: update to xchm-1.31 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 07:33:29 Modified files: sysutils/amazon-ecs-cli: Makefile distinfo Log message: Update to ecs-cli-1.18.0. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/23 07:35:42 Modified files: math/ebc : Makefile distinfo Log message: Update to ebc-2.3.1 Changelog: https://github.com/gavinhoward/bc/releases/tag/2.3.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 07:35:42 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.13.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 07:35:54 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 07:36:11 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.290. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 07:37:27 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-272.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 07:43:57 Modified files: sysutils/remotebox: Makefile distinfo sysutils/remotebox/pkg: PLIST Log message: Update to remotebox-2.6. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/23 07:44:45 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-130 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 07:48:56 Modified files: www/phpvirtualbox: Makefile distinfo www/phpvirtualbox/pkg: PLIST Log message: Update to phpvirtualbox-5.2.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 07:53:06 Modified files: security/py-passlib: Makefile distinfo Log message: update to py-passlib 1.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 07:59:39 Modified files: infrastructure/lib/OpenBSD/PortGen: Utils.pm Log message: portgen sqlports improvements, changes suggested by espie in response to my not-so-good change to just using the PortsQ "cache": - use _paths/_ports directly rather than the "ports" view and remove bogus flavour-clearing regex subst - open sqlports ReadOnly CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/11/23 08:05:21 Modified files: usr.sbin/ospfd : ospfd.c Log message: These dependon related lines fit better a bit further up. No functional change. Suggested and OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 08:07:27 Modified files: net/exabgp : Makefile Log message: use sh when generating the default env file CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 08:10:06 Log message: import ports/security/py-scrypt, ok bket@ This is a set of Python bindings for the scrypt key derivation function. Scrypt is useful when encrypting passwords as it is possible to specify a *minimum* amount of time to use when encrypting and decrypting. If, for example, a password takes 0.05 seconds to verify, a user won't notice the slight delay when signing in, but doing a brute force search of several billion passwords will take a considerable amount of time. This is in contrast to more traditional hash functions such as MD5 or the SHA family which can be implemented extremely fast on cheap hardware. Status: Vendor Tag: sthen Release Tags: sthen_20191123 N ports/security/py-scrypt/Makefile N ports/security/py-scrypt/distinfo N ports/security/py-scrypt/pkg/DESCR N ports/security/py-scrypt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 08:10:23 Modified files: security : Makefile Log message: +py-scrypt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 08:20:19 Log message: Import polkit-qt5-0.113.0. polkit-qt5 is a library that lets developers use the PolicyKit API through a nice Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that lets you integrate those two component easily with PolicyKit. Port extracted from x11/polkit,qt5 so we can keep updating it instead of being stuck with the qt4 version. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20191123 N ports/x11/polkit-qt5/Makefile N ports/x11/polkit-qt5/distinfo N ports/x11/polkit-qt5/patches/patch-PolkitQt-1Config_cmake_in N ports/x11/polkit-qt5/pkg/DESCR N ports/x11/polkit-qt5/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 08:21:27 Modified files: x11/polkit-qt : Makefile x11/polkit-qt/patches: patch-PolkitQt-1Config_cmake_in x11/polkit-qt/pkg: DESCR PLIST Removed files: x11/polkit-qt/patches: patch-core_CMakeLists_txt x11/polkit-qt/pkg: PFRAG.no-qt5 Log message: Remove the qt5 FLAVOR; polkit-qt5 is now under x11/polkit-qt5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 08:22:30 Modified files: x11 : Makefile Log message: polkit-qt + polkit-qt5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 08:23:14 Modified files: security/py-passlib: Makefile Log message: Add a dependency on py-scrypt to py-passlib. passlib has code to use three scrypt backends; one in hashlib in python itself, one is py-scrypt, and one is an internal slow pure-python implementation. hashlib in our Python packages doesn't include scrypt (this requires OpenSSL 1.1+'s scrypt code and isn't supported in libressl), and slow pure-python implementation is slow, so provide the best available one. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 08:25:31 Modified files: x11/lxqt/liblxqt: Makefile devel/kf5/kauth: Makefile x11/lxqt/policykit: Makefile x11/kde4/libs : Makefile x11/kde4/workspace: Makefile Log message: Fix DEPENDS after recent x11/polkit-qt and x11/polkit-qt5 extract. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 08:29:17 Modified files: x11/polkit-qt : Makefile Log message: Tell portorach to ignore this port. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/23 08:43:21 Modified files: infrastructure/mk: bsd.port.mk Log message: fix bug in FETCH_PACKAGES logic: do NOT run _internal-package-only if FETCH_PACKAGES succeeded. Also: error out if we can't copy/link the cached package, as this is probably some permission error. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 08:45:27 Modified files: sysutils/terraform: Makefile sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo sysutils/terraform/provider-opsgenie: Makefile distinfo sysutils/terraform/provider-packet: Makefile distinfo sysutils/terraform/provider-tls: Makefile distinfo Removed files: sysutils/terraform/provider-softlayer: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 08:45:41 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of terraform-provider-softlayer. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/23 08:50:14 Modified files: infrastructure/mk: bsd.port.mk Log message: zap useless tests (dates back when this governed _PACKAGE_LINKS as well, before the MULTI_PACKAGES/BUILD_PACKAGES separation) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/23 09:00:34 Modified files: infrastructure/mk: bsd.port.mk Log message: add extra variables to make the definition of PACKAGE_COOKIE more regular to be used for DEBUG_PACKAGES CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2019/11/23 09:14:03 Modified files: . : groups.html build : groups.dat Log message: delete bsdusers.ir which has been inactive for a couple of years; OK Babak Farrokhi in private mail CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 09:18:42 Modified files: devel/py-prompt_toolkit: Makefile distinfo devel/py-prompt_toolkit/pkg: PLIST Log message: Update to py-prompt_toolkit-2.0.10. - drop MAINTAINERship CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/23 09:19:48 Modified files: infrastructure/mk: bsd.port.mk Log message: tweak the logic slightly: use one single variable _pkg${_S} to hold the packages we build (normal/debug) and put the code back inside the actual target instead of fragments. Stop doing tests (shell exits as usual and trap is enough to remove temp files). The same logic will be used for debug_packages CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 09:21:10 Modified files: print/psutils : Makefile distinfo print/psutils/pkg: PLIST Added files: print/psutils/patches: patch-PSUtils_pm Removed files: print/psutils/patches: patch-configure patch-psutil_c Log message: Update to psutils-1.90. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/23 09:22:46 Modified files: archivers/py-libarchive-c: Makefile distinfo Log message: Update to py-libarchive-c-2.9 Changelog: https://github.com/Changaco/python-libarchive-c/releases/tag/2.9 Its one consumer (diffoscope) is happy. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/23 09:31:20 Modified files: infrastructure/mk: bsd.port.mk Log message: use the exact same logic for FETCH_PACKAGES: grab all files. If we got them all we move them (and we can still fail if permissions are not okay) Otherwise, we run the normal _internal-package-only again, with FETCH_PACKAGES neutralized (as before) This fixes the issue reported by semarie@ and kmos@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 09:50:24 Modified files: print/system-config-printer: Makefile distinfo print/system-config-printer/patches: patch-cupshelpers_cupshelpers_py print/system-config-printer/pkg: PLIST Removed files: print/system-config-printer/patches: patch-authconn_py Log message: Update to system-config-printer-1.5.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 09:55:56 Modified files: graphics/libgxps: Makefile distinfo graphics/libgxps/pkg: PLIST Removed files: graphics/libgxps/patches: patch-configure_ac Log message: Update to libgxps-0.3.1. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/23 10:10:13 Modified files: sys/scsi : cd.c ch.c scsi_base.c scsi_ioctl.c scsiconf.c sd.c st.c uk.c Log message: Consistently use ISSET() to check for set flags. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/23 10:22:10 Modified files: sys/dev/pci : envy.c Log message: envy(4): *sleep(9) -> *sleep_nsec(9); ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 10:23:15 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.21.6. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 10:26:47 Log message: devel/py-process-tests "Testcase classes and assertions for testing processes." Version 2.0.2 Tweak and OK sthen Status: Vendor Tag: kmos Release Tags: kmos_20191123 N ports/devel/py-process-tests/Makefile N ports/devel/py-process-tests/distinfo N ports/devel/py-process-tests/pkg/DESCR N ports/devel/py-process-tests/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/23 10:51:58 Modified files: math/veusz : Makefile distinfo math/veusz/pkg : PLIST Removed files: math/veusz/patches: patch-veusz_helpers_src_qtloops_isnan_h Log message: Update to veusz-3.1 Changelog: https://github.com/veusz/veusz/releases/tag/veusz-3.1 The one patch goes away CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 10:54:19 Modified files: archivers/py-libarchive-c: Makefile Log message: Make tests actually run by switching to MODPY_PYTEST and adding py-mock to the TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 11:10:30 Modified files: graphics/babl : Makefile distinfo graphics/babl/pkg: PLIST Log message: Update to babl-0.1.72. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 11:10:56 Modified files: graphics/gegl04: Makefile distinfo graphics/gegl04/pkg: PLIST Removed files: graphics/gegl04/patches: patch-operations_seamless-clone_Makefile_in Log message: Update to gegl04-0.4.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 11:48:16 Added files: graphics/gegl04/patches: patch-gegl_meson_build Log message: Fix non deterministic build. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:00:43 Modified files: sysutils/diffoscope: Makefile Log message: Add MODPY_PYTEST since it is what port uses anyway. Remove now-unneeded py-test and py-pluggy TEST_DEPENDS Add many missing TEST_DEPENDS to get majority of tests passing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/23 12:01:26 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.34.2. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:26:52 Modified files: devel/py-cloudpickle: Makefile Log message: Move tests to MODPY_PYTEST and drop now-unneeded py-test TEST_DEPENDS. Add missing www/py-tornado TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:35:16 Modified files: devel/py-parallel: Makefile Log message: Add comment that upstream has no tests CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:41:02 Modified files: textproc/py-black: Makefile Log message: Move testing to MODPY_PYTEST and add missing www/py-aiohttp TEST_DEPENDS CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/23 12:47:04 Modified files: sys/net : route.h Log message: Move srtdnstosa() static inline function under #ifdef _KERNEL. This way 3rd party software stuck with c90 will still compile. Quick fix since RTM_PROPOSAL will most porbably change later on. Reported by naddy and aja CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:47:05 Modified files: devel/py-cachetools: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:51:29 Modified files: www/py-requests: Makefile Log message: Add missing www/py-urllib3 to TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:54:06 Modified files: devel/py-elftools: Makefile Log message: Move tests to MODPY_PYTEST and drop custom do-test target. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:55:42 Modified files: devel/py-mulpyplexer: Makefile Log message: Add comment about no tests to run CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 12:57:59 Modified files: devel/py-pyinotify: Makefile Log message: Add comment that there are no tests upstream CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 13:10:44 Modified files: math/py-graphviz: Makefile Log message: Fix tests by adding MODPY_PYTEST and missing TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 13:28:31 Modified files: net/py-eapi : Makefile Log message: Fix tests by moving to MODPY_PYTEST. Add MODPY_PYTEST_ARGS to specify *one* of the duplicate sets of test files to run. Add py-mock to TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/23 13:33:48 Modified files: lang/kona : Makefile distinfo Log message: Update to kona-3.2.0.20191122 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 14:08:26 Modified files: security/py-libnacl: Makefile Log message: Fix tests by moving to MODPY_PYTEST and having pre-test remove .pyc files mistakenly included in the PyPI tarball. Filed issue upstream with pull request to fix the .pyc problem in future: https://github.com/saltstack/libnacl/issues/112 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/23 14:30:52 Modified files: net/arp-scan : Makefile distinfo Log message: update mac-vendor table CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/23 14:43:21 Modified files: devel/libidn2 : Makefile Added files: devel/libidn2/patches: patch-lib_puny_decode_c patch-lib_puny_encode_c Log message: The version script already maps _idn2* to _idn2*@IDN2_0.0.0. Do not create a duplicate entry with .symver that ld.bfd cannot handle. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 14:47:02 Modified files: sysutils/py-croniter: Makefile Log message: Fix test by moving to MODPY_PYTEST and adding missing devel/py-tz to TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 14:51:16 Modified files: sysutils/py-pynetbox: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/23 15:08:42 Modified files: games/freeorion: Makefile Log message: freeorion: use "DPB_PROPERTIES=lonesome" only on powerpc This fixes OOM errors during bulk builds. Survived the last bulk. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 16:26:35 Modified files: textproc/py-pygfm: Makefile Log message: Fix tests by moving to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 16:36:47 Modified files: audio/py-discogs-client: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 16:46:21 Modified files: textproc/py-recommonmark: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 16:49:17 Modified files: textproc/yq : Makefile Log message: Move tests to MODPY_PYTEST and make results more legible CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 16:52:09 Modified files: comms/py-gammu : Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/23 17:04:06 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20191111 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/23 17:10:05 Log message: Import devel/p5-Test-API This simple test module checks the subroutines provided by a module. This is useful for confirming a planned API in testing and ensuring that other functions aren't unintentionally included via import. From wen heping OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20191123 N ports/devel/p5-Test-API/Makefile N ports/devel/p5-Test-API/distinfo N ports/devel/p5-Test-API/pkg/DESCR N ports/devel/p5-Test-API/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/23 17:10:23 Modified files: sys/dev/pci/drm: Tag: OPENBSD_6_5 drmP.h drm_linux.h sys/dev/pci/drm/i915: Tag: OPENBSD_6_5 i915_cmd_parser.c i915_dma.c i915_drv.c i915_drv.h i915_gem_context.c i915_gem_execbuffer.c i915_gem_gtt.c i915_gem_gtt.h i915_reg.h intel_display.c intel_drv.h intel_pm.c intel_ringbuffer.c intel_ringbuffer.h Log message: changes from linux 4.4.y/4.4.201 drm/i915/cmdparser: Fix jump whitelist clearing drm/i915/gen8+: Add RC6 CTX corruption WA drm/i915: Lower RM timeout to avoid DSI hard hangs drm/i915/cmdparser: Ignore Length operands during command matching drm/i915/cmdparser: Add support for backward jumps drm/i915: Add gen9 BCS cmdparsing drm/i915: Allow parsing of unsized batches drm/i915: Support ro ppgtt mapped cmdparser shadow buffers drm/i915: Add support for mandatory cmdparsing drm/i915: Remove Master tables from cmdparser drm/i915: Disable Secure Batches for gen6+ drm/i915: Rename gen7 cmdparser tables A local user could cause the system to hang by reading specific registers when Intel Gen8/Gen9 graphics hardware is in a low power state. A local user could perform writes to memory that should be blocked with Intel Gen9 graphics hardware. OpenBSD 6.5 errata 018 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/23 17:11:57 Log message: Import devel/p5-Test-Modern Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. From wen heping (takes MAINTAINER) OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20191123 N ports/devel/p5-Test-Modern/Makefile N ports/devel/p5-Test-Modern/distinfo N ports/devel/p5-Test-Modern/pkg/DESCR N ports/devel/p5-Test-Modern/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/23 17:12:34 Modified files: devel : Makefile Log message: +p5-Test-API +p5-Test-Modern CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/23 17:14:39 Log message: Import databases/p5-DBICx-Sugar Just some syntax sugar for your DBIx::Class applications. This was originally created to remove code duplication between Dancer::Plugin::DBIC and Dancer2::Plugin::DBIC. From wen heping (takes MAINTAINER) Tweaks from cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20191123 N ports/databases/p5-DBICx-Sugar/Makefile N ports/databases/p5-DBICx-Sugar/distinfo N ports/databases/p5-DBICx-Sugar/pkg/DESCR N ports/databases/p5-DBICx-Sugar/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/11/23 17:15:00 Modified files: databases : Makefile Log message: +p5-DBICx-Sugar CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/23 17:16:35 Modified files: lib/mesa/src/gallium/winsys/sw/dri: Tag: OPENBSD_6_5 dri_sw_winsys.c lib/mesa/src/gallium/winsys/sw/xlib: Tag: OPENBSD_6_5 xlib_sw_winsys.c lib/mesa/src/mesa/drivers/x11: Tag: OPENBSD_6_5 xm_buffer.c Log message: Call shmget() with permission 0600 instead of 0777 From Brian Paul 02c3dad0f3b4d26e0faa5cc51d06bc50d693dcdc in mainline Mesa "A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could allow any user to access that memory. Several Mesa drivers use shared- memory XImages to implement back buffers for improved performance. This path changes the shmget() calls to use 0600 (user r/w). Tested with legacy Xlib driver and llvmpipe." OpenBSD 6.5 errata 019 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/23 17:31:08 Modified files: sys/dev/pci/drm/i915: Tag: OPENBSD_6_6 i915_cmd_parser.c i915_drv.c i915_drv.h i915_gem.c i915_gem_context.c i915_gem_context.h i915_gem_execbuffer.c i915_gem_gtt.c i915_reg.h intel_drv.h intel_pm.c intel_ringbuffer.h Log message: changes from linux 4.19.y/4.19.84 drm/i915/cmdparser: Fix jump whitelist clearing drm/i915/gen8+: Add RC6 CTX corruption WA drm/i915: Lower RM timeout to avoid DSI hard hangs drm/i915/cmdparser: Ignore Length operands during command matching drm/i915/cmdparser: Add support for backward jumps drm/i915/cmdparser: Use explicit goto for error paths drm/i915: Add gen9 BCS cmdparsing drm/i915: Allow parsing of unsized batches drm/i915: Support ro ppgtt mapped cmdparser shadow buffers drm/i915: Add support for mandatory cmdparsing drm/i915: Remove Master tables from cmdparser drm/i915: Disable Secure Batches for gen6+ drm/i915: Rename gen7 cmdparser tables A local user could cause the system to hang by reading specific registers when Intel Gen8/Gen9 graphics hardware is in a low power state. A local user could perform writes to memory that should be blocked with Intel Gen9 graphics hardware. OpenBSD 6.6 errata 007 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/23 17:35:40 Modified files: lib/mesa/src/gallium/winsys/sw/dri: Tag: OPENBSD_6_6 dri_sw_winsys.c lib/mesa/src/gallium/winsys/sw/xlib: Tag: OPENBSD_6_6 xlib_sw_winsys.c lib/mesa/src/mesa/drivers/x11: Tag: OPENBSD_6_6 xm_buffer.c Log message: Call shmget() with permission 0600 instead of 0777 From Brian Paul 02c3dad0f3b4d26e0faa5cc51d06bc50d693dcdc in mainline Mesa "A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could allow any user to access that memory. Several Mesa drivers use shared- memory XImages to implement back buffers for improved performance. This path changes the shmget() calls to use 0600 (user r/w). Tested with legacy Xlib driver and llvmpipe." OpenBSD 6.6 errata 008 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/23 19:29:43 Modified files: sys/dev/pci/drm/include/linux: bitops.h Log message: correct return type of sign_extend64() CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 19:50:29 Modified files: geo/py-shapely : Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2019/11/23 19:59:19 Log message: Import lang/nekovm, a build dependency for upcoming haxe port. ok bentley@ who also identified a missing ifdef DESCR: Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. Status: Vendor Tag: thfr Release Tags: thfr_20191123 N ports/lang/nekovm/Makefile N ports/lang/nekovm/distinfo N ports/lang/nekovm/patches/patch-vm_main_c N ports/lang/nekovm/patches/patch-CMakeLists_txt N ports/lang/nekovm/patches/patch-libs_common_socket_c N ports/lang/nekovm/patches/patch-libs_std_socket_c N ports/lang/nekovm/pkg/DESCR N ports/lang/nekovm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2019/11/23 20:01:38 Modified files: lang : Makefile Log message: +nekovm CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/23 21:43:26 Modified files: security/rhash : Makefile distinfo security/rhash/patches: patch-Makefile patch-common_func_h patch-librhash_byte_order_h security/rhash/pkg: PLIST Added files: security/rhash/patches: patch-configure Removed files: security/rhash/patches: patch-librhash_Makefile patch-parse_cmdline_c patch-tests_test_rhash_sh Log message: Update to rhash-1.3.9. Fixes some bugs and adds support for a new hash function. Changelog can be found at https://github.com/rhash/RHash/blob/v1.3.8/ChangeLog. Additional changes: - Change HOMEPAGE; the old one gave a 404 - Take MAINTAINER OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/23 21:54:04 Log message: Import ports/databases/sqlbox. ok kmos@ sqlbox is an open source C/C++ secure database access library at this time limited to sqlite3 databases. (postgresql is in the planning phase.) Instead of operating databases in-process, sqlbox uses a multi-process, resource-separated approach to safe-guard the database from the calling application. Status: Vendor Tag: jturner Release Tags: jturner_20191123 N ports/databases/sqlbox/Makefile N ports/databases/sqlbox/distinfo N ports/databases/sqlbox/pkg/DESCR N ports/databases/sqlbox/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/23 21:55:11 Modified files: databases : Makefile Log message: +sqlbox CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/23 21:56:57 Modified files: www/openradtool: Makefile Log message: openradtool now depends on databases/sqlbox not databases/ksql. Bump CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/23 23:46:37 Modified files: sysutils/py-vmomi: Makefile Log message: Enable tests via MODPY_PYTEST. py-vcrpy is available now. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/24 00:50:55 Modified files: sys/net : if_ethersubr.c Log message: Make it possible to call ether_rtrequest with a NULL rt argument. In that case the function can just return. Part of a larger diff to use the if_rtrequest functions for RTM_PROPOSAL info. OK florian@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/24 00:54:30 Modified files: sys/dev/usb : if_umb.c Log message: Add umb_rtrequest() to handle RTM_PROPOSAL events and send back the DNS proposals in that case. Also clear the DNS proposals when the interface is deconfigured (e.g. when going down). OK florian@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/24 00:56:03 Modified files: sys/net : rtsock.c Log message: If the RTM_PROPOSAL is a solicitation proposal forward the request to all interfaces. Most handlers will ignore it but at least umb(4) will send a response back. OK florian@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/24 00:58:00 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add test for cms operations in appstest.sh CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/24 03:12:11 Modified files: devel/meson : Makefile Added files: devel/meson/patches: patch-mesonbuild_compilers_compilers_py Log message: Unbreak detection of libexecinfo (it's not an "internal" lib in OpenBSD). CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/24 03:25:52 Modified files: security/libtasn1: Makefile Log message: libtasn1: requires `-std=gnu99' to be built with base-gcc. OK aja@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/24 03:26:51 Modified files: net/py-libcloud: Makefile distinfo Log message: Update to py-libcloud-2.6.1. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/24 03:53:42 Modified files: devel/libvterm/patches: patch-bin_vterm-ctrl_c Added files: devel/libvterm/patches: patch-Makefile Log message: CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/11/24 04:10:41 Modified files: mail/p5-Mail-DMARC: Makefile distinfo mail/p5-Mail-DMARC/pkg: PLIST Log message: Update to 1.20191024 diff from Wen Heping ok sthen@ afresh1@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/24 04:15:04 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Show the build date of the (about to be) fetched snapshot / release. OK phessler, pamela, jung, benno CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/24 04:26:37 Modified files: mail/geary : Makefile distinfo mail/geary/pkg : DESCR PLIST Log message: Update to geary-3.34.2. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/11/24 04:29:26 Modified files: mail/opensmtpd-filters/spamassassin: Makefile distinfo Log message: Update to 0.5 reorder maintainers to please portroach ok jung@ (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/24 05:23:23 Modified files: infrastructure/mk: bsd.port.mk Log message: restore logic to NOT register debug packages noticed by aja@, thx CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/24 05:54:12 Modified files: infrastructure/mk: bsd.port.mk Log message: rename p into pkgname, so I do not need an extra temp variable move checksum_package to the final loop, so *only* final packages will get checksummed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/24 06:24:30 Added files: databases/py-odbc/patches: patch-src_connection_cpp patch-src_pyodbcmodule_cpp Log message: forgotten "cvs add" CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/24 07:05:39 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: revert previous, has not been thought through CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/24 07:14:10 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-131 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/24 07:24:39 Modified files: devel/p5-Test-Compile: Makefile distinfo Log message: p5-Test-Compile: update to 2.3.1 Backward incompatible change: `exported_to()' has been removed. Changelog: https://metacpan.org/changes/distribution/Test-Compile OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/24 07:37:25 Modified files: lang/flang/flang/patches: patch-runtime_flangrti_aarch64-Linux_dumpregs_c lang/flang/libpgmath: Makefile lang/flang/libpgmath/patches: patch-CMakeLists_txt Added files: lang/flang/libpgmath/patches: patch-lib_common_CMakeLists_txt patch-lib_common_fltfenv_c Log message: Build flang again on arm64. This requires the use of eg++ to build libpgmath; about a year and a half ago, building the arm64-specific math routines broke when compiling with clang (a clang bug) so we switched to the generic math routines only. Now, build system changes make building generic math routines only impossible, so we now must build libpgmath on arm64 with eg++. I have gotten tired of waiting for a potential fix to allow building with clang again. Thanks to phessler@, who put the diff into a bulk build (and spotted me fat-fingering the linker invocation). Flang now again builds and works properly on arm64. No change on amd64. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/24 07:40:01 ports/sysutils/slant/patches Update of /cvs/ports/sysutils/slant/patches In directory cvs.openbsd.org:/tmp/cvs-serv63769/patches Log Message: Directory /cvs/ports/sysutils/slant/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/24 07:40:30 Modified files: sysutils/slant : Makefile Added files: sysutils/slant/patches: patch-Makefile Log message: Make slant compile with latest openradtool and sqlbox. Bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/24 09:28:05 Modified files: net/net-snmp : Makefile Log message: add a debug package for net-snmp -main CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/24 10:21:24 Modified files: graphics/jpeg : Makefile graphics/png : Makefile Log message: add debug for jpeg/png okay sthen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/24 10:59:04 Modified files: multimedia/libbluray: Makefile distinfo multimedia/libbluray/patches: patch-Makefile_in multimedia/libbluray/pkg: PLIST Added files: multimedia/libbluray/patches: patch-jni_jni_h Log message: Update to libbluray-1.1.2 ok kmos@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/24 11:37:23 Modified files: usr.bin/tmux : regsub.c Log message: Only substitute patterns starting with ^ once. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/11/24 11:42:29 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-Makefile patch-common_gypi patch-deps_npm_bin_node-gyp-bin_node-gyp patch-deps_npm_lib_npm_js patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_make_py patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_ninja_py patch-deps_npm_node_modules_node-gyp_lib_build_js patch-deps_npm_node_modules_node-gyp_lib_install_js patch-deps_openssl_config_Makefile patch-deps_openssl_config_bn_conf_no-asm_h patch-deps_openssl_config_dso_conf_no-asm_h patch-deps_openssl_config_generate_gypi_pl patch-deps_openssl_config_opensslconf_no-asm_h patch-deps_v8_src_base_utils_random-number-generator_cc patch-lib_module_js patch-node_gypi patch-tools_icu_icu-generic_gyp patch-tools_test_py lang/node/pkg : PLIST Added files: lang/node/patches: patch-deps_npm_node_modules_node-gyp_lib_find-python_js patch-deps_v8_src_logging_log-utils_h Removed files: lang/node/patches: patch-deps_npm_node_modules_node-gyp_lib_configure_js patch-deps_uv_src_unix_openbsd_c patch-deps_v8_src_log-utils_h patch-deps_v8_src_wasm_wasm-code-manager_cc Log message: Bump node to 12.3.1, the latest LTS. Changelog here: - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.13.1 OK robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/24 11:46:26 Modified files: x11/polkit-qt5 : Makefile x11/polkit-qt5/patches: patch-PolkitQt-1Config_cmake_in Log message: Fix SHARED_LIBS name... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/24 12:40:48 Modified files: devel/ipython : Makefile Log message: Loosen py-prompt_toolkit dependency. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/24 12:48:08 Modified files: multimedia/assimp: Makefile distinfo multimedia/assimp/patches: patch-contrib_unzip_unzip_c multimedia/assimp/pkg: PLIST Removed files: multimedia/assimp/patches: patch-CMakeLists_txt patch-code_Q3BSPZipArchive_cpp Log message: Update to assimp-5.0.0 Its one consumer (games/pioneer) is build and runtime happy with this. Note the major bump due to loss of some symbol in the shlib. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/24 15:35:41 Modified files: graphics/gegl04: Makefile Log message: Missing BDEP on bash. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/24 16:05:10 Modified files: net/toxcore : Makefile net/toxcore/patches: patch-CMakeLists_txt Log message: toxcore: disable the test suite build, unbreak with base-gcc. NO_TEST is set anyway, and building C++11 tests with base-g++ broke the build. OK kmos@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/24 17:38:17 Modified files: usr.bin/ssh : ssh-ecdsa-sk.c Log message: memleak in error path CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/24 17:51:37 Modified files: usr.bin/ssh : auth2-hostbased.c auth2-pubkey.c clientloop.c kexgen.c kexgexc.c krl.c monitor.c monitor_wrap.c monitor_wrap.h ssh-add.c ssh-ecdsa-sk.c ssh-ed25519-sk.c ssh-keygen.c sshkey.c sshkey.h sshsig.c sshsig.h Log message: Add new structure for signature options This is populated during signature verification with additional fields that are present in and covered by the signature. At the moment, it is only used to record security key-specific options, especially the flags field. with and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/24 17:52:46 Modified files: usr.bin/ssh : auth2-pubkey.c monitor.c servconf.c servconf.h sshd_config.5 Log message: Add a sshd_config PubkeyAuthOptions directive This directive has a single valid option "no-touch-required" that causes sshd to skip checking whether user presence was tested before a security key signature was made (usually by the user touching the key). ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/24 17:54:23 Modified files: usr.bin/ssh : auth-options.c auth-options.h auth.c auth2-pubkey.c monitor.c ssh-keygen.1 ssh-keygen.c sshd.8 Log message: add a "no-touch-required" option for authorized_keys and a similar extension for certificates. This option disables the default requirement that security key signatures attest that the user touched their key to authorize them. feedback deraadt, ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/24 17:55:58 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: allow "ssh-keygen -x no-touch-required" when generating a security key keypair to request one that does not require a touch for each authentication attempt. The default remains to require touch. feedback deraadt; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/24 17:57:27 Modified files: usr.bin/ssh : ssh-keygen.c Log message: Print a key touch reminder when generating a security key. Most keys require a touch to authorize the operation. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/24 17:57:51 Modified files: usr.bin/ssh : PROTOCOL.certkeys Log message: document the "no-touch-required" certificate extension; ok markus, feedback deraadt CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/24 23:36:57 Modified files: devel/catch2 : Makefile distinfo devel/catch2/pkg: PLIST Log message: Update catch2 to 2.11.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/24 23:37:46 Modified files: astro/kstars : Makefile distinfo Log message: Update kstars to 3.3.8 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/24 23:40:36 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: Update pycharm to 2019.2.5 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/24 23:53:04 Modified files: regress/usr.bin/ssh/misc/kexfuzz: Makefile Log message: unbreak after security key support landed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/25 00:57:43 Modified files: net/bro : Makefile distinfo net/bro/patches: patch-aux_broker_3rdparty_caf_libcaf_core_CMakeLists_txt patch-aux_broker_CMakeLists_txt patch-src_Sessions_cc net/bro/pkg : PLIST README Added files: net/bro/patches: patch-aux_binpac_lib_CMakeLists_txt patch-src_iosource_BPF_Program_cc patch-src_iosource_Packet_cc patch-src_iosource_pcap_Source_cc net/bro/pkg : zeek.rc Removed files: net/bro/patches: patch-CMakeLists_txt patch-aux_broccoli_test_broccoli-v6addrs_c patch-aux_broccoli_test_broccoli-vectors_c patch-aux_broctl_BroControl_options_py patch-configure patch-src_file_analysis_analyzer_x509_OCSP_cc patch-src_file_analysis_analyzer_x509_X509_h patch-src_file_analysis_analyzer_x509_functions_bif net/bro/pkg : bro.rc Log message: Update to zeek-3.0.0. - everything (utilities, rc.d scripts, configuration files etc.) has been renamed from bro to zeek. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/11/25 03:21:25 Modified files: games/openmw : Makefile distinfo games/openmw/pkg: PLIST Added files: games/openmw/patches: patch-components_crashcatcher_crashcatcher_cpp Log message: Update to openmw-0.45 ok pascal@ thanks Nam Nguyen for the patch CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/25 03:23:36 Modified files: usr.bin/ssh : monitor.c Log message: redundant test CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/25 03:32:35 Modified files: regress/usr.bin/ssh/unittests: Makefile.inc regress/usr.bin/ssh/unittests/authopt: Makefile regress/usr.bin/ssh/unittests/hostkeys: Makefile regress/usr.bin/ssh/unittests/kex: Makefile regress/usr.bin/ssh/unittests/sshkey: Makefile test_fuzz.c test_sshkey.c Log message: unbreak tests for recent security key changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/25 04:07:54 Log message: import audio/ncspot, from Henrik Friedrichsen, ok pirofti@ Cross-platform ncurses Spotify client written in Rust with a low resource footprint. The UI is heavily inspired by ncurses MPD clients, such as ncmpc. Status: Vendor Tag: sthen Release Tags: sthen_20191125 N ports/audio/ncspot/Makefile N ports/audio/ncspot/distinfo N ports/audio/ncspot/patches/patch-Cargo_toml N ports/audio/ncspot/pkg/DESCR N ports/audio/ncspot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/25 04:08:21 Modified files: audio : Makefile Log message: +ncspot CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/25 04:32:17 Modified files: sys/dev/usb : if_athn_usb.c Log message: Convert to tsleep_nsec(9) and use the correct timeout period in msec. Tested by kevlo@, ok stsp@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/25 04:33:51 Modified files: sys/ufs/ffs : ffs_softdep.c sys/ufs/mfs : mfs_vfsops.c sys/ufs/ufs : ufs_quota.c Log message: Convert infinite sleeps to tsleep_nsec(9). ok bluhm@, cheloha@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2019/11/25 05:11:26 Modified files: usr.sbin/smtpd : bounce.c Log message: use crlf line-ending during the internal smtp session ok gilles@ martijn@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/25 05:42:56 Modified files: devel/libidn2 : Tag: OPENBSD_6_6 Makefile distinfo devel/libidn2/patches: Tag: OPENBSD_6_6 patch-src_idn2_c devel/libidn2/pkg: Tag: OPENBSD_6_6 PLIST Added files: devel/libidn2/patches: Tag: OPENBSD_6_6 patch-lib_puny_decode_c patch-lib_puny_encode_c Removed files: devel/libidn2/patches: Tag: OPENBSD_6_6 patch-lib_bidi_c patch-lib_punycode_c Log message: Update to 2.3.0. Includes a security fix for CVE-2019-12290: Failure to perform roundtrip checks when converting A-labels to U-labels CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/25 05:45:45 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Add option for cms test in appstest.sh CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/25 06:07:36 Modified files: devel/angr/py-z3-solver: Makefile distinfo devel/angr/py-z3-solver/pkg: PLIST Log message: Update to 4.8.7.0 Pure maintainance release containing one assertion violation fix. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/25 06:30:04 Modified files: etc/mail : smtpd.conf Log message: use explicit from notation in default config ok eric@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/25 06:57:11 Modified files: infrastructure/bin: update-plist Log message: have comment reflect reality CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 07:15:53 Modified files: geo/qgis : Makefile Log message: Enable parallel building for this monster. Tests fine with MAKE_JOBS=4 ok landry (maintainer) CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/25 07:18:33 Modified files: usr.sbin/smtpd : envelope.c ruleset.c smtp_session.c smtpd.h Log message: store smtp session username in envelope and allow ruleset to match specific users or mailaddr: match auth "gilles@openbsd.org" [...] match auth "@openbsd.org" [...] ok eric@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/25 07:23:00 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: document that rules can match specific users or user lists now CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/25 07:35:06 Modified files: infrastructure/bin: build-debug-info Log message: add a warning for the actual absence of debug-info okay pirofti@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/25 07:51:15 Modified files: infrastructure/bin: build-debug-info Log message: stop doing anything with @static-lib, my plan didn't work correctly (how do you link with a lib in a package that you can't really depend upon) There are few enough static libs that the difference won't be that much anyway. okay pirofti@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/25 08:02:48 Modified files: usr.bin/tmux : format.c Log message: Allow multiple substitutions in a single format. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/25 08:04:15 Modified files: usr.bin/tmux : format.c tmux.1 tmux.h utf8.c Log message: Add p format modifier for padding to width. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/25 08:35:06 Modified files: infrastructure/bin: build-debug-info Log message: fold trivial code CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/25 10:02:57 Modified files: sys/scsi : scsi_all.h scsi_base.c scsi_disk.h scsiconf.h sd.c Log message: Move struct scsi_read_cap_data and struct scsi_read_cap_data_16 to scsi_all.h. Add scsi_read_cap_10() and scsi_read_cap_16() functions to scsi_base.c, i.e. move logic to do actual READ_CAPACITY commands out of sd_read_cap() and sd_read_cap_16(). This will allow the READ_CAPACITY code to be reused by cd(4). Return -1 for errors where the error code is just discarded, reducing ENOMEM, ENXIO, EIO uses. No intentional functional change. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/25 10:36:48 Modified files: sbin/unwind : frontend.c resolver.c unwind.h Log message: Signal what happened, not what needs doing. The frontend doesn't know. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/25 10:48:31 Modified files: sys/scsi : cd.c Log message: Use scsi_read_cap[10|16] instead of re-rolling the code. More careful initialization, better error/debug messages. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/25 11:10:42 Modified files: sbin/unwind : resolver.c resolver.h usr.sbin/unwindctl: unwindctl.c Log message: simplify histogram code and cut off at < limit, as the histogram display in unwindctl suggests; ok florian@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 13:12:20 Modified files: math/py-numexpr: Makefile Log message: Move py-numexpr to using MODPY_PYTEST for testing. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 13:26:22 Modified files: geo/py-shapely : Makefile Log message: Make the gross test bits slightly less gross. (Move from a * to something deterministic) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/25 13:42:18 Modified files: usr.bin/tmux : window-copy.c Log message: Do not clear search marks on cursor movement with vi(1) keys, from Eric Pruitt in GitHub issue 1985. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/25 13:43:32 Modified files: usr.bin/tmux : window-copy.c Log message: Fix a warning in previous. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/11/25 13:50:51 Modified files: build : mirrors.dat Log message: update maintainer email for mirrors.dalenys.com CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/25 14:14:48 Modified files: audio : Makefile Log message: comment-out ncspot for now, there are still some problems CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 14:25:31 Modified files: devel/py-editdist: Makefile Log message: Move testing to MODPY_PYTEST CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/11/25 14:29:47 Modified files: . : hackathons.html Added files: images/hackathons: e2k19-s.gif e2k19.gif Log message: e2k19 hackathon begins! CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 14:52:56 ports/textproc/py-cssselect/patches Update of /cvs/ports/textproc/py-cssselect/patches In directory cvs.openbsd.org:/tmp/cvs-serv72011/patches Log Message: Directory /cvs/ports/textproc/py-cssselect/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 14:53:58 Modified files: textproc/py-cssselect: Makefile Added files: textproc/py-cssselect/patches: patch-setup_cfg Log message: Move testing to MODPY_PYTEST. Include patch for setup.cfg ( pytest -> tool:pytest ) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 15:06:54 Modified files: textproc/py-cssutils: Makefile Added files: textproc/py-cssutils/patches: patch-setup_py Log message: Enable testing with MODPY_PYTEST Patch setup.py not to require old version of py-pbr (works fine with newer version) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 15:15:13 Modified files: textproc/py-defusedxml: Makefile Log message: Remove unneeded custom do-test target. Add optional TEST_DEPENDS on py-lxml CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 15:22:33 Modified files: textproc/py-enchant: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/25 15:38:36 Modified files: usr.bin/tmux : window-copy.c Log message: Don't use motion flag uninitialized. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/25 15:52:13 Modified files: usr.sbin/iscsid: Makefile Log message: Honour DEBUG OK claudio dlg CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/25 15:57:29 Modified files: lib/libc/include: namespace.h Log message: gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins like mem{set,cpy,move} or __stack_smash_handler using asm() renaming. So treat gcc3 like clang and mark such functions as protected instead. ok ayoma@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 15:59:40 Modified files: textproc/py-mistune: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 16:06:54 Modified files: textproc/py-ofxparse: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 16:25:01 Modified files: textproc/py-prettytable: Makefile Log message: Move tests to MODPY_PYTEST and remove redundant TEST_ENV that sets UTF8. (lang/python does that automatically for tests) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 16:30:14 Modified files: textproc/py-precis_i18n: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/11/25 16:49:13 Modified files: devel/got : Makefile distinfo Log message: update to got 0.21 - add -R option to 'got add' for recursive addition (patch by Tracey Emery) - reduce the amount of memcpy() and strdup() while parsing tree entries - fix tog display issue caused by Tab in commit messages; reported by mpi@ - cache delta data buffers in an LRU cache to improve performance - add -c option to 'got branch', replacing the optional second argument CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/25 16:59:57 Modified files: gnu/usr.bin/clang: Makefile.inc Log message: Honour DEBUG OK mortimer CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/25 17:12:50 Modified files: gnu/llvm/tools/lldb/source/Plugins/ObjectFile/ELF: ObjectFileELF.cpp Log message: Do not process 0 size DT_PLTRELSZ sections. Fixes an assert when running lldb with DEBUG. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 17:25:31 Modified files: textproc/py-unidecode: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/25 17:26:36 Modified files: sys/kern : vfs_syscalls.c Log message: Don't use LOCKPARENT on namei calls for realpath(). We don't require this anymore since we now behave like posix. Fixes a problem where a symlink to / would return ENOTDIR because the parent could not be locked - noticed by Raimo Niskanen ok guenther@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 17:28:48 Modified files: textproc/py-vobject: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 17:32:05 Modified files: textproc/py-webencodings: Makefile Log message: Move tests to MODPY_PYTEST and drop now-unneeded py-nose dependency and custom do-test target. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 17:34:05 Modified files: textproc/py-xmldiff: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/25 17:36:32 Modified files: sys/dev/pci : if_iwm.c Log message: Compute RSSI on 9k iwm(4) devices in the same way we do for previous hardware generations. Fixes spurious > 100% signal strength values. reported by and ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 17:54:05 Modified files: textproc/py-ICU: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 17:56:18 Modified files: textproc/py-PEG2: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/25 18:04:45 Modified files: converters/py-mini-amf: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/11/25 18:45:11 Modified files: openiked : index.html Log message: Fix canonical link; patch from Alex Naumov. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/11/25 19:20:50 Modified files: sys/arch/amd64/amd64: efifb.c Log message: When deciding if a pci device is 'primary' test if the efi fb memory range is contained in a pci bar instead of only testing if the start address of the efi fb is non zero. Corrects a problem reported by Brennan Vincent on a Dell XPS 9575 with amdgpu and inteldrm booted via efi. amdgpu would wrongly decide it was primary on probe and as a result when encountering an unrelated error efifb would reattach when amdgpu detached. When inteldrm would latter attach an assert would trigger as efifb had already claimed the console. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/25 19:50:11 Modified files: libexec/ld.so/aarch64: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c libexec/ld.so/i386: rtld_machine.c Log message: Make aarch64, amd64, arm, and i386 more like sparc64: move non-lazy relocation from _dl_md_reloc() to _dl_md_reloc_all_plt() which has the minimal code to do it. Also, avoid division on PLTRELSZ; just use it to offset to the end. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/25 20:04:27 Modified files: usr.bin/ssh : ssh-ecdsa-sk.c ssh-ed25519-sk.c Log message: more debugging; behind DEBUG_SK CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/25 21:03:48 Modified files: sys/net : if_tun.c Log message: use "sc" as the name of tun_softc variables, not "tp". this makes the driver more like the rest of the tree. no functional change. CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/25 21:14:13 Modified files: gnu/llvm/tools/lldb/include/lldb/Host/openbsd: HostInfoOpenBSD.h gnu/llvm/tools/lldb/source/Host/openbsd: HostInfoOpenBSD.cpp gnu/llvm/tools/lldb/source/Plugins/Platform/OpenBSD: PlatformOpenBSD.cpp PlatformOpenBSD.h Log message: Add bits to allow lldb to find lldb-server. lldb likes to look at argv[0] to figure out where it might find lldb-server, but when we invoke lldb via $PATH this doesn't work, so fill in some helpers to tell it where to look. ok millert@ CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2019/11/25 22:39:11 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): fix pvclock accuracy issues Shift math error discovered by George Koehler. Also, fix the error in tsc multiplier which was correct only if the host timecounter was tsc. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/25 23:10:20 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 Log message: mail-from and rcpt-to already carry origin and destination, so we can make them a "for" and "from" parameter and allow grammar to express: match from mail-from gilles@openbsd.org for rcpt-to eric@openbsd.org rather than: match from any mail-from gilles@openbsd.org \ for domain openbsd.org rcpt-to eric@openbsd.org [...] ok eric@, jung@, millert@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/11/25 23:23:30 Modified files: sys/net : if_tun.c Log message: s/sc_arpcom/sc_ac/ to be consistent with other drivers. no functional change CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/26 00:28:37 Modified files: usr.sbin/smtpd : parse.y Log message: whitespaces CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/26 00:37:51 Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Add support for MSI-X. MSI-X allows establishing a number of interrupt vectors and mapping events (RX on queues, commands, mgmt frames) to those vectors. For now we keep the existing behaviour, establish a single vector and map all events to it. Makes my Intel NUC 8i5BEH 9560 work Tested by jcs@ on a 9560 (w/ MSI-X) Tested by deraadt@ on a 9260 (w/ MSI-X) Tested by phessler@ on a 8260 (w/o MSI-X) ok stsp@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/26 00:50:01 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 Log message: allow using 'auth' as an origin: match from auth [...] will match any authenticated session, disregarding where it comes from CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/26 01:02:04 Modified files: lang/vala : Makefile Log message: remove PATCH_LIST for there aren't any patches spotted by cwen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/26 01:03:01 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST Log message: update to file-roller-3.32.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/26 01:04:15 Modified files: devel/vte3 : Makefile distinfo Log message: update to vte3-0.58.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/26 01:04:52 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20191125. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/26 01:05:54 Modified files: x11/gnome/gjs : Makefile distinfo Log message: update to gjs-1.58.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/26 01:07:39 Modified files: sysutils/ansible: Makefile Added files: sysutils/ansible/patches: patch-lib_ansible_module_utils_facts_hardware_openbsd_py Log message: use hw.ncpuonline instead of hw.ncpu when showing the number of cpus/cores in the system ok pvk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/26 01:26:33 Modified files: graphics/evince: Makefile distinfo Log message: update to evince-3.34.2 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/26 02:43:49 Modified files: usr.bin/kdump : kdump.c Log message: kdump reads /etc/protocols to translate proto numbers into names; ok sthen@ gilles@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/26 03:17:11 Modified files: sysutils/burp/2.2: Makefile distinfo sysutils/burp/2.2/pkg: PLIST Log message: update to burp-2.2.18, mostly from Olivier Cherrier, but I went with the PLIST as generated by update-plist directly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/26 03:44:34 Modified files: security/suricata: Makefile Added files: security/suricata/patches: patch-configure patch-doc_userguide_Makefile_in patch-suricata-update_doc_Makefile Log message: fix hardcoded 'sphinx-build' which is for python2-only. broken since the switch to python3 noticed by sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/11/26 03:58:23 Modified files: gnu/usr.bin/clang: Makefile.inc Log message: Revert previous "honour DEBUG", otherwise clang uses -g resulting in huge objects and it running out of memory in the "building shared LLVM library" stage (at least on i386). building standard LLVM library building shared LLVM library (version 1.0) cc -shared -Wl,-soname,libLLVM.so.1.0 -fpic -o libLLVM.so.1.0 `echo AMDGPUAsmParser.so AMDGPUInstPrinter.so AMDGPUAliasAnalysis.so AMDGPUAlwaysInlinePass.so AMDGPUAnnotateKernelFeatures.so AMDGPUAnnotateUniformValues.so AMDGPUArgumentUsageInfo.so [...snip lots of .so...] ThinLTOBitcodeWriter.so WholeProgramDevirt.so | tr ' ' '\n' | sort -R` -Wl,--start-group -Wl,--end-group LLVM ERROR: out of memory cc: error: unable to execute command: Abort trap cc: error: linker command failed due to signal (use -v to see invocation) ar: libLLVM.a: No space left on device *** Error 1 in gnu/usr.bin/clang/libLLVM (:193 'libLLVM.a': @ar cqD libLLVM.a `lorder AMDGPUAsmParser.o AMDGPUIn stPrinter.o AMDG...) *** Error 254 (:225 'libLLVM.so.1.0') CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/26 04:22:04 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.16.3 -> 5.17.1 Changelog: https://docs.mattermost.com/administration/changelog.html take maintainership, ok robert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/26 04:32:17 Modified files: databases/sqlports/files: TreeWalker.pm Log message: allow SUBDIRLIST to leak through, in case robert@ wants to build a partial db. okay robert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/26 04:49:02 Modified files: infrastructure/mk: bsd.port.mk Log message: better if I build the correct package :/ sorry guys, broken debug packages CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/26 05:02:46 Modified files: infrastructure/bin: build-debug-info Log message: a few more comments in the generated makefile fold abstraction that's no longer needed turns out I don't need to worry about symlinks, egdb handles them CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/26 05:17:51 Modified files: audio : Makefile audio/ncspot : Makefile distinfo Log message: unbreak ncspot: set CONFIGURE_STYLE (otherwise it tries to download during build), regen crates list, set FIX_EXTRACT_PERMISSIONS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/26 06:01:06 Modified files: devel/cargo : cargo.port.mk Log message: add a comment hinting at use of CONFIGURE_STYLE=cargo, ok semarie@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/11/26 06:17:42 Modified files: www/kibana : Makefile www/kibana/patches: patch-package_json Log message: Update patches/patch-package_json to reflect lang/node version change CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/26 06:17:54 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update unifi/testing to 5.12.42 CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/11/26 06:49:23 Modified files: . : plus.html Log message: plus for Oct 20 - Nov 2 ok florian CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/26 07:24:01 Modified files: x11/dbus-python: Makefile distinfo x11/dbus-python/pkg: PLIST-main Log message: Update to py-dbus-1.2.14. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/26 07:39:39 Removed files: textproc/py-elementtidy: Makefile distinfo textproc/py-elementtidy/pkg: DESCR PLIST Log message: Remove textproc/py-elementtidy Has no consumers and is python2 only. ok bcallah jasper CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/26 07:40:28 Modified files: textproc : Makefile Log message: Unhook py-elementtidy CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/26 08:22:07 Modified files: archivers/rzip : Makefile net/rsync : Makefile sysutils/tphdisk: Makefile Log message: ftp(1) speaks HTTP/1.1 now, switch back to upstream MASTER_SITES Thanks to kmos@ for hosting those distfiles in the meantime. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/26 08:27:09 Modified files: sys/kern : kern_timeout.c kern_tc.c uipc_socket.c sys/sys : timeout.h usr.sbin/trpt : trpt.c share/man/man9 : timeout.9 Log message: timeout(9): switch to tickless backend Rebase the timeout wheel on the system uptime clock. Timeouts are now set to run at or after an absolute time as returned by nanouptime(9). Timeouts are thus "tickless": they expire at a real time on that clock instead of at a particular value of the global "ticks" variable. To facilitate this change the timeout struct's .to_time member becomes a timespec. Hashing timeouts into a bucket on the wheel changes slightly: we build a 32-bit hash with 25 bits of seconds (.tv_sec) and 7 bits of subseconds (.tv_nsec). 7 bits of subseconds means the width of the lowest wheel level is now 2 seconds on all platforms and each bucket in that lowest level corresponds to 1/128 seconds on the uptime clock. These values were chosen to closely align with the current 100hz hardclock(9) typical on almost all of our platforms. At 100hz a bucket is currently ~1/100 seconds wide on the lowest level and the lowest level itself is ~2.56 seconds wide. Not a huge change, but a change nonetheless. Because a bucket no longer corresponds to a single tick more than one bucket may be dumped during an average timeout_hardclock_update() call. On 100hz platforms you now dump ~2 buckets. On 64hz machines (sh) you dump ~4 buckets. On 1024hz machines (alpha) you dump only 1 bucket, but you are doing extra work in softclock() to reschedule timeouts that aren't due yet. To avoid changing current behavior all timeout_add*(9) interfaces convert their timeout interval into ticks, compute an equivalent timespec interval, and then add that interval to the timestamp of the most recent timeout_hardclock_update() call to determine an absolute deadline. So all current timeouts still "use" ticks, but the ticks are faked in the timeout layer. A new interface, timeout_at_ts(9), is introduced here to bypass this backwardly compatible behavior. It will be used in subsequent diffs to add absolute timeout support for userland and to clean up some of the messier parts of kernel timekeeping, especially at the syscall layer. Because timeouts are based against the uptime clock they are subject to NTP adjustment via adjtime(2) and adjfreq(2). Unless you have a crazy adjfreq(2) adjustment set this will not change the expiration behavior of your timeouts. Tons of design feedback from mpi@, visa@, guenther@, and kettenis@. Additional amd64 testing from anton@ and visa@. Octeon testing from visa@. macppc testing from me. Positive feedback from deraadt@, ok visa@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/26 08:35:56 Modified files: usr.bin/tmux : key-bindings.c Log message: Add default # and * binding with vi(1) keys. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/26 09:05:39 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirks entry for py-elementtidy Thanks to jasper for the reminder CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/26 09:11:34 Modified files: databases/py-psycopg2: Makefile devel/py-editdist: Makefile geo/py-shapely : Makefile math/py-numexpr: Makefile math/py-scikit-learn: Makefile textproc/py-ICU: Makefile Log message: Move testing instances using uname -r with backticks to the better OSREV CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/26 09:14:45 Modified files: sys/dev/pci : if_iwm.c Log message: Eliminate some code duplication in iwm(4) 7k/8k vs. 9k Rx code paths. Tested by mlarkin@ on 9560 and myself on 8265. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/26 10:16:19 Modified files: sys/dev/pci : if_iwm.c Log message: Fix previous: Don't use an uninitialized variable in iwm_rx_frame(). CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/26 10:51:33 Modified files: usr.bin/tcpbench: tcpbench.c Log message: Prevent divide-by zero in tcpbench(1). Found while testing iwm(4). #0 0x000004c27b9051a9 in udp_process_slice (fd=, event=, v_sc=0x4c55279f500) at /usr/src/usr.bin/tcpbench/tcpbench.c:606 606 pps = (sc->udp_slice_pkts * 1000) / since_last; (gdb) p since_last $1 = 0 ok benno@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/26 11:09:15 Modified files: sbin/unwind : parse.y unwind.c unwind.h Log message: Fail on nonexistent config file iff -c is given Default /etc/unwind.conf is optional and may be missing, but explicitly specified files should exist. OK florian CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/11/26 11:19:41 Modified files: sys/uvm : uvm_map.c Log message: Fix a bunch of lines that had trailing whitespace. No code change. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/26 11:21:50 Modified files: regress/lib/libssl/client: clienttest.c Log message: Nuke trailing whitespace that is annoying before changing things in here CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/11/26 11:23:48 Modified files: sys/uvm : uvm_map.c Log message: Fix a panic string that had the wrong function name and an improperly wrapped line. No code change. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/26 11:30:46 Modified files: graphics/py-imagesize: Makefile Log message: Move testing to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/11/26 11:50:29 Modified files: sys/net : pf_ioctl.c Log message: fix kernel crash in pf_ioctl with WITH_PF_LOCK and NET_TASKQ > 1 the problem was introduced with a "mechanical" patch, which replaced all "breaks;" with "PF_UNLOCK(); break;" This is wrong for case of DIOCGETRULESETS. issue analyzed and patch created by Joerg Goltermann OK tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/26 12:08:02 Modified files: sys/arch/amd64/stand/efi32: efipxe.c sys/arch/amd64/stand/efi64: efipxe.c sys/arch/amd64/stand/efiboot: efipxe.c Log message: Several functions expect that bootdev_dip is not NULL and can be dereferenced. But there is no boot disk when EFI bootloader has been received via TFPT. Fake a disk info that never maches a real disk. Fixes a hang in run_loadfile() during HP Elitebook UEFI boot. OK patrick@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/26 12:35:13 Modified files: sbin/unwind : parse.y unwind.c unwind.h Log message: Improve previous Avoid an extra parameter and set NULL initialised conffile conditionally. From Matthew Martin , thanks! CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/26 12:57:52 Modified files: sys/net : pf_ioctl.c Log message: Use proper NUL byte not zero with strings No object change OK sashan CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/26 13:14:38 Modified files: etc/mail : smtpd.conf Log message: make implicit "listen on socket" explicit, the default config no longer has any implicit behavior ok eric@, kn@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/26 13:26:22 Modified files: usr.sbin/smtpd : mail.lmtp.c Log message: in mail.lmtp.c, split LMTP connection fd into two FILE * streams diff from fgma on github CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/11/26 13:42:35 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: document that listen on socket can have filters attached original diff from Ryan Kavanagh , slightly rearranged CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/26 13:48:03 Modified files: sys/scsi : scsi_base.c st.c Log message: Don't zero existing values for density, block_count and block_size in scsi_do_mode_sense(). Just update the values when valid data is available. Initialize the variables passed to scsi_do_mode_sense() in the one instance where they weren't already set. Fixes issue with softraid crypto volumes on 4K-sector disks. Found, fix tested, and ok tim@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/26 13:51:20 Modified files: sys/scsi : sd.c Log message: Reinitialize 'err' to ensure we are not checking a stale value. Discovered by and ok tim@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/11/26 14:02:17 Modified files: sysutils/screenfetch: Makefile distinfo Removed files: sysutils/screenfetch/patches: patch-screenfetch-dev Log message: screenfetch: update to 3.9.1 Changelog: https://github.com/KittyKatt/screenFetch/releases/tag/v3.9.1 OK solene@ bcallah@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/26 14:58:38 Modified files: x11/tellico : Makefile distinfo Log message: Bugfix update tellico to 3.2.3 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/26 15:39:04 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: remove stray Oc; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/26 15:42:26 Modified files: usr.bin/ssh : sshd_config.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/26 15:49:01 Modified files: bin/ksh : ksh.1 Log message: some corrections to CDPATH; from chohag CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/26 16:04:28 Modified files: sys/dev/usb : if_umb.c Log message: When there is no network around the state timeout fires over and over again. Change the printf into a log and only under IFF_DEBUG to reduce dmesg spam. Loudly requested by beck@ OK deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/26 16:38:52 Modified files: libexec/ld.so/aarch64: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c libexec/ld.so/i386: rtld_machine.c Log message: Clean up _dl_md_reloc(): instead of having tables and piles of conditionals that handle a dozen relocation types for each, just have a nice little switch for the four specific relocations that actually occur. Besides being smaller and easier to understand, this fixes the COPY relocation handling to only do one symbol lookup, instead of looking up the symbol and then immediately looking it up again (with the correct flags to find the instance it needs). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/26 16:39:39 src/regress/usr.bin/ssh/misc/sk-dummy Update of /cvs/src/regress/usr.bin/ssh/misc/sk-dummy In directory cvs.openbsd.org:/tmp/cvs-serv14953/misc/sk-dummy Log Message: Directory /cvs/src/regress/usr.bin/ssh/misc/sk-dummy added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/26 16:41:23 Modified files: regress/usr.bin/ssh: Makefile regress/usr.bin/ssh/misc: Makefile Added files: regress/usr.bin/ssh/misc/sk-dummy: Makefile sk-dummy.c Log message: add dummy security key middleware based on work by markus@ This will allow us to test U2F/FIDO2 support in OpenSSH without requiring real hardware. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/26 16:43:10 Modified files: regress/usr.bin/ssh: agent-getpeereid.sh agent-pkcs11.sh agent-ptrace.sh agent-timeout.sh agent.sh cert-file.sh cert-hostkey.sh cert-userkey.sh hostkey-agent.sh hostkey-rotate.sh keygen-change.sh keyscan.sh keytype.sh krl.sh limit-keytype.sh principals-command.sh sshsig.sh test-exec.sh Log message: test FIDO2/U2F key types; ok markus@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/26 16:46:18 Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Add support for TLS 1.3 post handshake messages and key updating. tested against openssl 1.1's server. ok jsing@ tb@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/26 16:57:54 Modified files: graphics/py-qrcode: Makefile Log message: Move testing to MODPY_PYTEST and add missing py-test-cov TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/26 17:09:56 Modified files: audio/mscore : Makefile distinfo Log message: Update to musescore-3.3.3 Announcement: https://musescore.org/en/3.3.3 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/26 17:11:49 Modified files: libexec/ld.so/aarch64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c Log message: armv7 and aarch64 specify GLOB_DAT as having an addend, so treat it exactly like the ABS{32,64} relocation there. noted by and ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/11/26 17:48:50 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-132 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/26 17:58:59 Modified files: libexec/ld.so/hppa: boot_md.c Log message: unifdef: hppa does HAVE_JMPREL and does not have DT_PROCNUM CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/26 18:04:13 Modified files: sys/kern : syscalls.master sys/uvm : uvm_mmap.c Log message: Add dummy msyscall(2) system call which is currently a noop. This will be used by kernel and ld.so in the near future. Adding the system call earlier will reduce the number of people who try to build through and encounter agony. ok kettenis guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/26 18:13:04 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/26 18:21:54 Modified files: usr.sbin/bgpd : bgpd.h rde.c Log message: struct ctl_show_rib does not need aspath_len since this information is known through the imsg lenght. OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/26 18:23:30 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Adjust after changing the struct ctl_show_rib (removal of aspath_len) OK benno@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/26 18:24:35 Modified files: libexec/ld.so/aarch64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c Log message: Delete now obsolete comments CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/26 18:25:17 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: Document ILOM command to reset hardware mdoc style input jmc no objections kettenis CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/26 19:10:22 Log message: Import libdrm 2.4.100 Status: Vendor Tag: libdrm Release Tags: libdrm_2_4_100 U xenocara/lib/libdrm/meson_options.txt U xenocara/lib/libdrm/libsync.h U xenocara/lib/libdrm/xf86atomic.h U xenocara/lib/libdrm/util_math.h U xenocara/lib/libdrm/util_double_list.h U xenocara/lib/libdrm/libdrm.pc.in C xenocara/lib/libdrm/xf86drm.c U xenocara/lib/libdrm/xf86drmHash.c U xenocara/lib/libdrm/config.h.in C xenocara/lib/libdrm/aclocal.m4 C xenocara/lib/libdrm/xf86drmMode.c U xenocara/lib/libdrm/Makefile.sources U xenocara/lib/libdrm/xf86drmRandom.c U xenocara/lib/libdrm/meson.build U xenocara/lib/libdrm/libdrm_lists.h C xenocara/lib/libdrm/configure.ac U xenocara/lib/libdrm/xf86drmSL.c U xenocara/lib/libdrm/xf86drmMode.h U xenocara/lib/libdrm/Makefile.am C xenocara/lib/libdrm/xf86drm.h C xenocara/lib/libdrm/configure C xenocara/lib/libdrm/Makefile.in U xenocara/lib/libdrm/xf86drmRandom.h U xenocara/lib/libdrm/xf86drmHash.h C xenocara/lib/libdrm/libdrm_macros.h C xenocara/lib/libdrm/build-aux/config.guess C xenocara/lib/libdrm/build-aux/install-sh C xenocara/lib/libdrm/build-aux/config.sub C xenocara/lib/libdrm/build-aux/depcomp U xenocara/lib/libdrm/build-aux/compile U xenocara/lib/libdrm/build-aux/test-driver C xenocara/lib/libdrm/build-aux/ltmain.sh C xenocara/lib/libdrm/build-aux/missing U xenocara/lib/libdrm/tegra/tegra.c U xenocara/lib/libdrm/tegra/tegra-symbol-check U xenocara/lib/libdrm/tegra/tegra.h U xenocara/lib/libdrm/tegra/libdrm_tegra.pc.in U xenocara/lib/libdrm/tegra/meson.build U xenocara/lib/libdrm/tegra/Makefile.am U xenocara/lib/libdrm/tegra/private.h C xenocara/lib/libdrm/tegra/Makefile.in U xenocara/lib/libdrm/amdgpu/amdgpu_cs.c U xenocara/lib/libdrm/amdgpu/amdgpu_internal.h U xenocara/lib/libdrm/amdgpu/amdgpu-symbol-check U xenocara/lib/libdrm/amdgpu/amdgpu_asic_id.c U xenocara/lib/libdrm/amdgpu/amdgpu_vamgr.c C xenocara/lib/libdrm/amdgpu/amdgpu_bo.c U xenocara/lib/libdrm/amdgpu/Makefile.sources U xenocara/lib/libdrm/amdgpu/libdrm_amdgpu.pc.in U xenocara/lib/libdrm/amdgpu/meson.build U xenocara/lib/libdrm/amdgpu/Makefile.am U xenocara/lib/libdrm/amdgpu/amdgpu_device.c U xenocara/lib/libdrm/amdgpu/amdgpu_gpu_info.c C xenocara/lib/libdrm/amdgpu/Makefile.in U xenocara/lib/libdrm/amdgpu/handle_table.c U xenocara/lib/libdrm/amdgpu/handle_table.h U xenocara/lib/libdrm/amdgpu/amdgpu.h U xenocara/lib/libdrm/amdgpu/amdgpu_vm.c U xenocara/lib/libdrm/freedreno/freedreno_device.c U xenocara/lib/libdrm/freedreno/freedreno_bo.c U xenocara/lib/libdrm/freedreno/freedreno_priv.h U xenocara/lib/libdrm/freedreno/freedreno-symbol-check U xenocara/lib/libdrm/freedreno/freedreno_bo_cache.c U xenocara/lib/libdrm/freedreno/Makefile.sources U xenocara/lib/libdrm/freedreno/freedreno_ringbuffer.h U xenocara/lib/libdrm/freedreno/libdrm_freedreno.pc.in U xenocara/lib/libdrm/freedreno/freedreno_ringbuffer.c U xenocara/lib/libdrm/freedreno/meson.build U xenocara/lib/libdrm/freedreno/Makefile.am C xenocara/lib/libdrm/freedreno/Makefile.in U xenocara/lib/libdrm/freedreno/freedreno_drmif.h U xenocara/lib/libdrm/freedreno/freedreno_pipe.c U xenocara/lib/libdrm/freedreno/msm/msm_bo.c U xenocara/lib/libdrm/freedreno/msm/msm_pipe.c U xenocara/lib/libdrm/freedreno/msm/msm_device.c U xenocara/lib/libdrm/freedreno/msm/msm_priv.h U xenocara/lib/libdrm/freedreno/msm/msm_ringbuffer.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_device.c U xenocara/lib/libdrm/freedreno/kgsl/msm_kgsl.h U xenocara/lib/libdrm/freedreno/kgsl/kgsl_priv.h U xenocara/lib/libdrm/freedreno/kgsl/kgsl_bo.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_drm.h U xenocara/lib/libdrm/freedreno/kgsl/kgsl_ringbuffer.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_pipe.c U xenocara/lib/libdrm/include/drm/README U xenocara/lib/libdrm/include/drm/i915_drm.h C xenocara/lib/libdrm/include/drm/drm.h U xenocara/lib/libdrm/include/drm/qxl_drm.h U xenocara/lib/libdrm/include/drm/sis_drm.h U xenocara/lib/libdrm/include/drm/virtgpu_drm.h U xenocara/lib/libdrm/include/drm/mach64_drm.h U xenocara/lib/libdrm/include/drm/drm_mode.h U xenocara/lib/libdrm/include/drm/mga_drm.h U xenocara/lib/libdrm/include/drm/savage_drm.h U xenocara/lib/libdrm/include/drm/nouveau_drm.h U xenocara/lib/libdrm/include/drm/amdgpu_drm.h U xenocara/lib/libdrm/include/drm/r128_drm.h U xenocara/lib/libdrm/include/drm/vmwgfx_drm.h U xenocara/lib/libdrm/include/drm/via_drm.h U xenocara/lib/libdrm/include/drm/drm_sarea.h U xenocara/lib/libdrm/include/drm/msm_drm.h U xenocara/lib/libdrm/include/drm/tegra_drm.h U xenocara/lib/libdrm/include/drm/drm_fourcc.h U xenocara/lib/libdrm/include/drm/radeon_drm.h U xenocara/lib/libdrm/include/drm/vc4_drm.h U xenocara/lib/libdrm/etnaviv/etnaviv_gpu.c U xenocara/lib/libdrm/etnaviv/etnaviv_bo.c U xenocara/lib/libdrm/etnaviv/etnaviv-symbol-check U xenocara/lib/libdrm/etnaviv/etnaviv_priv.h U xenocara/lib/libdrm/etnaviv/etnaviv_device.c U xenocara/lib/libdrm/etnaviv/etnaviv_drm.h U xenocara/lib/libdrm/etnaviv/libdrm_etnaviv.pc.in U xenocara/lib/libdrm/etnaviv/etnaviv_perfmon.c U xenocara/lib/libdrm/etnaviv/etnaviv_cmd_stream.c U xenocara/lib/libdrm/etnaviv/Makefile.sources U xenocara/lib/libdrm/etnaviv/meson.build U xenocara/lib/libdrm/etnaviv/etnaviv_bo_cache.c U xenocara/lib/libdrm/etnaviv/Makefile.am U xenocara/lib/libdrm/etnaviv/etnaviv_pipe.c C xenocara/lib/libdrm/etnaviv/Makefile.in U xenocara/lib/libdrm/etnaviv/etnaviv_drmif.h C xenocara/lib/libdrm/m4/ltversion.m4 C xenocara/lib/libdrm/m4/libtool.m4 C xenocara/lib/libdrm/m4/lt~obsolete.m4 C xenocara/lib/libdrm/m4/ltoptions.m4 C xenocara/lib/libdrm/m4/ltsugar.m4 U xenocara/lib/libdrm/omap/omap-symbol-check U xenocara/lib/libdrm/omap/libdrm_omap.pc.in U xenocara/lib/libdrm/omap/omap_drmif.h U xenocara/lib/libdrm/omap/omap_drm.c U xenocara/lib/libdrm/omap/meson.build U xenocara/lib/libdrm/omap/Makefile.am C xenocara/lib/libdrm/omap/Makefile.in U xenocara/lib/libdrm/omap/omap_drm.h U xenocara/lib/libdrm/radeon/radeon_cs_gem.h U xenocara/lib/libdrm/radeon/radeon_cs.c U xenocara/lib/libdrm/radeon/radeon_cs_int.h U xenocara/lib/libdrm/radeon/radeon_surface.h U xenocara/lib/libdrm/radeon/radeon_bo_gem.c U xenocara/lib/libdrm/radeon/radeon_bo_int.h U xenocara/lib/libdrm/radeon/radeon_cs_space.c U xenocara/lib/libdrm/radeon/radeon_surface.c U xenocara/lib/libdrm/radeon/Makefile.sources U xenocara/lib/libdrm/radeon/meson.build U xenocara/lib/libdrm/radeon/radeon_bo_gem.h U xenocara/lib/libdrm/radeon/Makefile.am U xenocara/lib/libdrm/radeon/r600_pci_ids.h U xenocara/lib/libdrm/radeon/radeon_cs.h U xenocara/lib/libdrm/radeon/bof.h C xenocara/lib/libdrm/radeon/Makefile.in U xenocara/lib/libdrm/radeon/radeon_bo.h U xenocara/lib/libdrm/radeon/radeon_bo.c U xenocara/lib/libdrm/radeon/libdrm_radeon.pc.in U xenocara/lib/libdrm/radeon/radeon-symbol-check U xenocara/lib/libdrm/radeon/bof.c U xenocara/lib/libdrm/radeon/radeon_cs_gem.c U xenocara/lib/libdrm/vc4/vc4_qpu_defines.h 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/Makefile.am C xenocara/lib/libdrm/vc4/Makefile.in U xenocara/lib/libdrm/vc4/vc4_packet.h U xenocara/lib/libdrm/nouveau/bufctx.c U xenocara/lib/libdrm/nouveau/nouveau.h U xenocara/lib/libdrm/nouveau/abi16.c U xenocara/lib/libdrm/nouveau/nouveau-symbol-check U xenocara/lib/libdrm/nouveau/libdrm_nouveau.pc.in U xenocara/lib/libdrm/nouveau/pushbuf.c U xenocara/lib/libdrm/nouveau/Makefile.sources U xenocara/lib/libdrm/nouveau/meson.build U xenocara/lib/libdrm/nouveau/Makefile.am U xenocara/lib/libdrm/nouveau/private.h U xenocara/lib/libdrm/nouveau/nouveau.c C xenocara/lib/libdrm/nouveau/Makefile.in U xenocara/lib/libdrm/nouveau/nvif/ioctl.h U xenocara/lib/libdrm/nouveau/nvif/if0002.h U xenocara/lib/libdrm/nouveau/nvif/cl0080.h U xenocara/lib/libdrm/nouveau/nvif/if0003.h U xenocara/lib/libdrm/nouveau/nvif/class.h U xenocara/lib/libdrm/nouveau/nvif/cl9097.h U xenocara/lib/libdrm/nouveau/nvif/unpack.h U xenocara/lib/libdrm/intel/intel_bufmgr_gem.c U xenocara/lib/libdrm/intel/uthash.h C xenocara/lib/libdrm/intel/i915_pciids.h U xenocara/lib/libdrm/intel/intel_decode.c C xenocara/lib/libdrm/intel/intel_chipset.h U xenocara/lib/libdrm/intel/intel_chipset.c U xenocara/lib/libdrm/intel/Makefile.sources U xenocara/lib/libdrm/intel/meson.build U xenocara/lib/libdrm/intel/Makefile.am U xenocara/lib/libdrm/intel/libdrm_intel.pc.in U xenocara/lib/libdrm/intel/intel_bufmgr.h U xenocara/lib/libdrm/intel/intel_bufmgr_priv.h C xenocara/lib/libdrm/intel/Makefile.in U xenocara/lib/libdrm/intel/intel_debug.h U xenocara/lib/libdrm/intel/mm.h U xenocara/lib/libdrm/intel/intel_bufmgr.c U xenocara/lib/libdrm/intel/test_decode.c U xenocara/lib/libdrm/intel/mm.c U xenocara/lib/libdrm/intel/intel_aub.h U xenocara/lib/libdrm/intel/intel-symbol-check U xenocara/lib/libdrm/intel/intel_bufmgr_fake.c U xenocara/lib/libdrm/intel/tests/gen4-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen4-3d.batch U xenocara/lib/libdrm/intel/tests/gen5-3d.batch.sh U xenocara/lib/libdrm/intel/tests/gen6-3d.batch U xenocara/lib/libdrm/intel/tests/gen7-2d-copy.batch.sh U xenocara/lib/libdrm/intel/tests/gen7-3d.batch.sh U xenocara/lib/libdrm/intel/tests/gen7-3d.batch U xenocara/lib/libdrm/intel/tests/gen6-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gm45-3d.batch.sh U xenocara/lib/libdrm/intel/tests/gen5-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gm45-3d.batch U xenocara/lib/libdrm/intel/tests/gen7-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen7-2d-copy.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen5-3d.batch U xenocara/lib/libdrm/intel/tests/gen7-2d-copy.batch U xenocara/lib/libdrm/intel/tests/test-batch.sh U xenocara/lib/libdrm/intel/tests/gen6-3d.batch.sh U xenocara/lib/libdrm/intel/tests/gm45-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen4-3d.batch.sh U xenocara/lib/libdrm/data/meson.build U xenocara/lib/libdrm/data/Makefile.am U xenocara/lib/libdrm/data/amdgpu.ids C xenocara/lib/libdrm/data/Makefile.in U xenocara/lib/libdrm/exynos/exynos_fimg2d.c U xenocara/lib/libdrm/exynos/fimg2d_reg.h U xenocara/lib/libdrm/exynos/exynos_drm.c U xenocara/lib/libdrm/exynos/exynos-symbol-check U xenocara/lib/libdrm/exynos/meson.build U xenocara/lib/libdrm/exynos/Makefile.am C xenocara/lib/libdrm/exynos/Makefile.in U xenocara/lib/libdrm/exynos/exynos_drmif.h U xenocara/lib/libdrm/exynos/exynos_drm.h U xenocara/lib/libdrm/exynos/libdrm_exynos.pc.in U xenocara/lib/libdrm/exynos/exynos_fimg2d.h U xenocara/lib/libdrm/libkms/libkms.h U xenocara/lib/libdrm/libkms/vmwgfx.c U xenocara/lib/libdrm/libkms/libkms.pc.in U xenocara/lib/libdrm/libkms/intel.c U xenocara/lib/libdrm/libkms/exynos.c U xenocara/lib/libdrm/libkms/linux.c U xenocara/lib/libdrm/libkms/radeon.c U xenocara/lib/libdrm/libkms/dumb.c U xenocara/lib/libdrm/libkms/Makefile.sources U xenocara/lib/libdrm/libkms/api.c U xenocara/lib/libdrm/libkms/meson.build U xenocara/lib/libdrm/libkms/Makefile.am U xenocara/lib/libdrm/libkms/nouveau.c U xenocara/lib/libdrm/libkms/internal.h U xenocara/lib/libdrm/libkms/kms-symbol-check C xenocara/lib/libdrm/libkms/Makefile.in U xenocara/lib/libdrm/tests/hash.c U xenocara/lib/libdrm/tests/drmdevice.c U xenocara/lib/libdrm/tests/drmsl.c U xenocara/lib/libdrm/tests/meson.build U xenocara/lib/libdrm/tests/Makefile.am C xenocara/lib/libdrm/tests/Makefile.in U xenocara/lib/libdrm/tests/random.c U xenocara/lib/libdrm/tests/tegra/openclose.c U xenocara/lib/libdrm/tests/tegra/meson.build U xenocara/lib/libdrm/tests/tegra/Makefile.am C xenocara/lib/libdrm/tests/tegra/Makefile.in U xenocara/lib/libdrm/tests/kmstest/meson.build U xenocara/lib/libdrm/tests/kmstest/Makefile.am U xenocara/lib/libdrm/tests/kmstest/main.c C xenocara/lib/libdrm/tests/kmstest/Makefile.in U xenocara/lib/libdrm/tests/amdgpu/amdgpu_test.h U xenocara/lib/libdrm/tests/amdgpu/bo_tests.c U xenocara/lib/libdrm/tests/amdgpu/decode_messages.h U xenocara/lib/libdrm/tests/amdgpu/amdgpu_test.c U xenocara/lib/libdrm/tests/amdgpu/frame.h U xenocara/lib/libdrm/tests/amdgpu/vce_tests.c U xenocara/lib/libdrm/tests/amdgpu/deadlock_tests.c U xenocara/lib/libdrm/tests/amdgpu/uvd_enc_tests.c N xenocara/lib/libdrm/tests/amdgpu/syncobj_tests.c U xenocara/lib/libdrm/tests/amdgpu/basic_tests.c U xenocara/lib/libdrm/tests/amdgpu/meson.build U xenocara/lib/libdrm/tests/amdgpu/vcn_tests.c U xenocara/lib/libdrm/tests/amdgpu/cs_tests.c U xenocara/lib/libdrm/tests/amdgpu/Makefile.am U xenocara/lib/libdrm/tests/amdgpu/uve_ib.h C xenocara/lib/libdrm/tests/amdgpu/Makefile.in U xenocara/lib/libdrm/tests/amdgpu/ras_tests.c U xenocara/lib/libdrm/tests/amdgpu/vce_ib.h U xenocara/lib/libdrm/tests/amdgpu/vm_tests.c U xenocara/lib/libdrm/tests/kms/libkms-test.h U xenocara/lib/libdrm/tests/kms/kms-steal-crtc.c U xenocara/lib/libdrm/tests/kms/libkms-test-crtc.c U xenocara/lib/libdrm/tests/kms/libkms-test-plane.c U xenocara/lib/libdrm/tests/kms/kms-universal-planes.c U xenocara/lib/libdrm/tests/kms/libkms-test-device.c U xenocara/lib/libdrm/tests/kms/libkms-test-screen.c U xenocara/lib/libdrm/tests/kms/meson.build U xenocara/lib/libdrm/tests/kms/Makefile.am C xenocara/lib/libdrm/tests/kms/Makefile.in U xenocara/lib/libdrm/tests/kms/libkms-test-framebuffer.c U xenocara/lib/libdrm/tests/etnaviv/write_bmp.c U xenocara/lib/libdrm/tests/etnaviv/cmdstream.xml.h U xenocara/lib/libdrm/tests/etnaviv/etnaviv_bo_cache_test.c U xenocara/lib/libdrm/tests/etnaviv/etnaviv_2d_test.c U xenocara/lib/libdrm/tests/etnaviv/write_bmp.h U xenocara/lib/libdrm/tests/etnaviv/state.xml.h 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/Makefile.am C xenocara/lib/libdrm/tests/etnaviv/Makefile.in U xenocara/lib/libdrm/tests/etnaviv/state_2d.xml.h U xenocara/lib/libdrm/tests/vbltest/vbltest.c U xenocara/lib/libdrm/tests/vbltest/meson.build U xenocara/lib/libdrm/tests/vbltest/Makefile.am C xenocara/lib/libdrm/tests/vbltest/Makefile.in U xenocara/lib/libdrm/tests/modetest/buffers.h U xenocara/lib/libdrm/tests/modetest/modetest.c U xenocara/lib/libdrm/tests/modetest/cursor.c U xenocara/lib/libdrm/tests/modetest/buffers.c U xenocara/lib/libdrm/tests/modetest/Makefile.sources U xenocara/lib/libdrm/tests/modetest/meson.build U xenocara/lib/libdrm/tests/modetest/Makefile.am U xenocara/lib/libdrm/tests/modetest/cursor.h C xenocara/lib/libdrm/tests/modetest/Makefile.in U xenocara/lib/libdrm/tests/radeon/rbo.h U xenocara/lib/libdrm/tests/radeon/rbo.c U xenocara/lib/libdrm/tests/radeon/radeon_ttm.c U xenocara/lib/libdrm/tests/radeon/meson.build U xenocara/lib/libdrm/tests/radeon/Makefile.am C xenocara/lib/libdrm/tests/radeon/Makefile.in U xenocara/lib/libdrm/tests/nouveau/threaded.c U xenocara/lib/libdrm/tests/nouveau/meson.build U xenocara/lib/libdrm/tests/nouveau/Makefile.am C xenocara/lib/libdrm/tests/nouveau/Makefile.in U xenocara/lib/libdrm/tests/util/format.h U xenocara/lib/libdrm/tests/util/pattern.h U xenocara/lib/libdrm/tests/util/pattern.c U xenocara/lib/libdrm/tests/util/Makefile.sources U xenocara/lib/libdrm/tests/util/meson.build U xenocara/lib/libdrm/tests/util/Makefile.am U xenocara/lib/libdrm/tests/util/common.h U xenocara/lib/libdrm/tests/util/format.c C xenocara/lib/libdrm/tests/util/Makefile.in U xenocara/lib/libdrm/tests/util/kms.h U xenocara/lib/libdrm/tests/util/kms.c U xenocara/lib/libdrm/tests/proptest/proptest.c U xenocara/lib/libdrm/tests/proptest/Makefile.sources U xenocara/lib/libdrm/tests/proptest/meson.build U xenocara/lib/libdrm/tests/proptest/Makefile.am C xenocara/lib/libdrm/tests/proptest/Makefile.in U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_perf.c U xenocara/lib/libdrm/tests/exynos/meson.build U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_event.c U xenocara/lib/libdrm/tests/exynos/Makefile.am U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_test.c C xenocara/lib/libdrm/tests/exynos/Makefile.in U xenocara/lib/libdrm/tests/modeprint/modeprint.c U xenocara/lib/libdrm/tests/modeprint/meson.build U xenocara/lib/libdrm/tests/modeprint/Makefile.am C xenocara/lib/libdrm/tests/modeprint/Makefile.in U xenocara/lib/libdrm/man/drm.xml U xenocara/lib/libdrm/man/drmAvailable.xml U xenocara/lib/libdrm/man/drm-memory.xml U xenocara/lib/libdrm/man/meson.build U xenocara/lib/libdrm/man/drmHandleEvent.xml U xenocara/lib/libdrm/man/Makefile.am U xenocara/lib/libdrm/man/drm-kms.xml C xenocara/lib/libdrm/man/Makefile.in U xenocara/lib/libdrm/man/drmModeGetResources.xml 50 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: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/26 19:17:48 Modified files: lib/libdrm : Makefile.bsd-wrapper configure configure.ac libdrm_macros.h xf86drm.c xf86drm.h xf86drmMode.c lib/libdrm/amdgpu: amdgpu_bo.c lib/libdrm/include/drm: drm.h lib/libdrm/intel: i915_pciids.h intel_chipset.h lib/libdrm/tests/amdgpu: Makefile.in Log message: Merge libdrm 2.4.100 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/26 19:18:52 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.arm64 md.armv7 md.hppa md.i386 md.landisk md.loongson md.macppc md.octeon md.sgi md.sparc64 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/26 19:22:35 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/26 19:23:00 Modified files: net/py-aiodns : Makefile Log message: Move testing to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/11/26 20:34:04 Modified files: usr.bin/ssh : serverloop.c Log message: Make channel_id u_int32_t and remove unnecessary check and cast that were left over from the type conversion. Noted by t-hashida@amiya.co.jp in bz#3098, ok markus@ djm@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/26 20:39:16 Modified files: usr.sbin/rpki-client: main.c Log message: rename a variable to show it's a CRL. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/26 21:32:09 Modified files: usr.sbin/rpki-client: extern.h Log message: knf, make types grepable. ok claudio@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/26 22:00:17 Modified files: usr.bin/ssh : readpass.c Log message: use error()+_exit() instead of fatal() to avoid running cleanup handlers in child process; spotted via weird regress failures in portable CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/26 22:07:21 Modified files: lib/libfido2/man: eddsa_pk_new.3 es256_pk_new.3 fido_assert_allow_cred.3 fido_assert_new.3 fido_assert_verify.3 fido_bio_dev_get_info.3 fido_bio_enroll_new.3 fido_bio_info_new.3 fido_bio_template.3 fido_cred_exclude.3 fido_cred_new.3 fido_cred_verify.3 fido_credman_metadata_new.3 fido_dev_get_assert.3 fido_dev_make_cred.3 fido_init.3 rs256_pk_new.3 Log message: sync upstream commit with manpage fixes from jmc@ > commit 437896dcafc67d9596774c3bb9f97bfdb4810bb1 > Author: pedro martelletto > Date: Wed Nov 20 09:38:22 2019 +0100 > > man: mop up dangling .Xr's; Jason McIntyre CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/26 22:17:36 Modified files: devel/boost : Makefile Log message: Reverting 1.79 workaround now that ports-gcc has been upgraded Diff from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/11/26 22:38:43 Modified files: usr.bin/ssh : serverloop.c Log message: Revert previous commit. The channels code still uses int in many places for channel ids so the INT_MAX check still makes sense. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/11/27 01:18:22 Modified files: usr.bin/sndiod : file.c Log message: Initialize nfds fields of new file structures. Fixes a possible crash when a new file structure is added in the time-out processing code-path. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 03:09:29 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Prepare update of wycheproof-testvectors. Skip some tests for things we don't support in LibreSSL and make sure we run as many tests as possible. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/27 03:26:12 Modified files: lib/libGLU : Makefile.in aclocal.m4 configure configure.ac glu.pc.in lib/libGLU/src/libnurbs/internals: arctess.cc ccw.cc hull.cc mapdesc.cc mesher.cc trimline.cc lib/libGLU/src/libtess: priorityq.c lib/libGLU/src/libutil: error.c mipmap.c Log message: update to GLU 9.0.1 Among other minor changes this adds a stddef.h include for NULL required to build with Mesa 19.2 headers. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/11/27 03:26:56 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/27 03:46:28 Log message: import sysutils/snmp_exporter, ok tb@ espie@ Prometheus exporter for metrics gathered from SNMP. Contains an exporter that does the actual scraping, and a generator (which depends on Net-SNMP) that creates the configuration for use by the exporter. The snmp exporter reads from a snmp.yml config file by default. This file is not intended to be written by hand, rather use the generator to generate it for you. Status: Vendor Tag: sthen Release Tags: sthen_20191127 N ports/sysutils/snmp_exporter/distinfo N ports/sysutils/snmp_exporter/Makefile N ports/sysutils/snmp_exporter/patches/patch-generator_Makefile N ports/sysutils/snmp_exporter/patches/patch-Makefile_common N ports/sysutils/snmp_exporter/patches/patch-generator_net_snmp_go N ports/sysutils/snmp_exporter/pkg/PLIST N ports/sysutils/snmp_exporter/pkg/DESCR N ports/sysutils/snmp_exporter/pkg/snmp_exporter.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/27 03:47:22 Modified files: sysutils : Makefile infrastructure/db: user.list Log message: +snmp_exporter CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/27 04:16:59 Modified files: sys/dev/usb : if_wi_usb.c ohci.c uhci.c uhid.c sys/dev/usb/dwc2: dwc2.c Log message: Convert infinite sleeps to tsleep_nsec(9). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 04:57:33 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: New failure mode for AES-CCM: "very long nonce". CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 05:08:35 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: The DSA test vectors were split up and more tests were added. Enable them, as all of them pass. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 05:26:40 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Skip tests with unsupported signature algorithm SHA512/224 as well. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/11/27 06:14:17 Modified files: . : 66.html Log message: 6583 mips64el packages CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/27 07:15:09 Modified files: graphics : Makefile Removed files: graphics/py-gd : Makefile distinfo graphics/py-gd/patches: patch-Setup_py graphics/py-gd/pkg: DESCR PLIST Log message: py-gd is python2-onlt and has no consumers. Time to retire it. ok bcallah sthen CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/27 07:16:20 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add a quirk for the retired py-gd CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/27 08:10:19 Modified files: infrastructure/bin: build-debug-info Log message: so figured out what to do with links. Fun! (there's still one corner case to detect, but it's unlikely to happen in practice) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/27 08:31:57 Modified files: textproc/py-pygments: Makefile distinfo textproc/py-pygments/pkg: PLIST Log message: update to py-pygments 2.5.1, move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/27 08:38:30 Modified files: databases/sqlbox: Makefile distinfo Log message: Update sqlbox to 0.1.9 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/11/27 08:38:53 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.8.3 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/27 09:12:13 Modified files: sys/dev : vnd.c sys/ufs/ext2fs : ext2fs_readwrite.c sys/ufs/ffs : ffs_vnops.c Log message: Re-enable IO_NOCACHE, and use is in vnd. Ensure that io to a file backing a vnd is IO_SYNC, so IO to a vnd device is both synchronous and not cached in the buffer cache. This allows the "mount" regress to work repeatably, and avoids a situation where when the buffer cache cleaner runs to clear dirty buffers while people are waiting, it actually increases the dirty buffers when the writes to the underlying vnd are also delayed. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/27 09:34:36 Modified files: sys/dev/pci : if_iwm.c Log message: Add support for Rx buffers containing multiple frames to iwm(4), again. Tested by florian on 7260, claudio and myself on 8265, and mlarkin on 9560. This time even florian's 7260 device seems to be happy. ok claudio@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/27 09:39:33 Modified files: sys/dev/pci : if_iwm.c Log message: Reinstate monitor mode support in iwm(4). Monitor mode depends on support for multiple frames per Rx buffer. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/11/27 09:41:45 Modified files: share/man/man4 : iwm.4 Log message: Monitor mode support in iwm(4) has been restored. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/27 09:50:21 Modified files: usr.bin/kdump : kdump.c Log message: use _PATH_PROTOCOLS from netdb.h instead CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/27 10:08:12 Modified files: usr.sbin/rpki-client: cert.c extern.h main.c validate.c Log message: Only store ta certs in the trust store and build chains of the intermediate certificates for use in X509_STORE_CTX_init(). To do that save the X509 cert in struct cert. claudio sees > 2x speed increase. ok claudio@ and feedback from jsing@ and beck@. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/27 10:09:12 Modified files: etc : Makefile sbin/unwind : Makefile control.c frontend.c frontend.h parse.y printconf.c resolver.c resolver.h unwind.c unwind.conf.5 unwind.h usr.sbin/unwindctl: parser.c unwindctl.8 unwindctl.c Removed files: etc/examples : unwind.conf sbin/unwind : captiveportal.c captiveportal.h Log message: Nuke http captive portal detection; something better is coming. OK otto CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/27 10:09:51 src/regress/sys/kern/syscall_segment Update of /cvs/src/regress/sys/kern/syscall_segment In directory cvs.openbsd.org:/tmp/cvs-serv97358/syscall_segment Log Message: Directory /cvs/src/regress/sys/kern/syscall_segment added to the repository CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/27 10:10:33 src/regress/sys/kern/syscall_segment/lib Update of /cvs/src/regress/sys/kern/syscall_segment/lib In directory cvs.openbsd.org:/tmp/cvs-serv18112/syscall_segment/lib Log Message: Directory /cvs/src/regress/sys/kern/syscall_segment/lib added to the repository CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/27 10:10:33 src/regress/sys/kern/syscall_segment/main Update of /cvs/src/regress/sys/kern/syscall_segment/main In directory cvs.openbsd.org:/tmp/cvs-serv18112/syscall_segment/main Log Message: Directory /cvs/src/regress/sys/kern/syscall_segment/main added to the repository CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/27 10:10:34 src/regress/sys/kern/syscall_segment/libgadgetsyscall Update of /cvs/src/regress/sys/kern/syscall_segment/libgadgetsyscall In directory cvs.openbsd.org:/tmp/cvs-serv18112/syscall_segment/libgadgetsyscall Log Message: Directory /cvs/src/regress/sys/kern/syscall_segment/libgadgetsyscall added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/27 10:11:00 Modified files: sbin/unwind : parse.y printconf.c resolver.c unwind.c unwind.h Log message: Move resolver preference storage to a struct which makes it easier to reuse in the future. OK otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/27 10:12:32 Modified files: sbin/unwind : resolver.c resolver.h usr.sbin/unwindctl: unwindctl.c Log message: Instead of only considering if a resolving strategy is dead, works or validates, measure how well it is doing. We keep track of the round trip median time of past queries and sort strategies according to this in addition to the more basic qualities of does it resolve and does it validate. If a query is not answered within the median time the next best strategy gets a chance. The most prefered strategy (either from the config file or defaults) gets an additional head start of 200ms. A response of SERVFAIL also advances to the next best strategy. This is helpful when the picked strategy can only see parts of the internet but another strategy can reach more. This alone gets us past quite a few captive portals already. Additionally we doubt NXDOMAIN from anything but the stub resolver for the first 5 minutes after a network change. This is probably as good as the http check we had previously but more tests are needed. This was inspired by RFC 8305, "Happy Eyeballs". OK otto CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/27 10:14:20 Modified files: usr.sbin/rpki-client: extern.h Log message: whitespace CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/27 10:14:23 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/27 10:15:36 Added files: regress/sys/kern/syscall_segment: Makefile gadgetsyscall.h regress/sys/kern/syscall_segment/lib: Makefile syscall_segment.c regress/sys/kern/syscall_segment/libgadgetsyscall: Makefile gadgetsyscall.c shlib_version regress/sys/kern/syscall_segment/main: Makefile syscall_segment.c Log message: Add regress tests for making syscalls from the main program text and from a shared library. ok deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/27 10:18:24 Modified files: usr.sbin/rpki-client: as.c ip.c Log message: swap some comparisons CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/27 10:25:03 Modified files: gnu/llvm/tools/lldb/source/Plugins/Process/Utility: CMakeLists.txt gnu/llvm/tools/lldb/source/Target: UnixSignals.cpp gnu/usr.bin/clang/liblldbPluginProcess: Makefile Added files: gnu/llvm/tools/lldb/source/Plugins/Process/Utility: OpenBSDSignals.cpp OpenBSDSignals.h Log message: In lldb, use a OpenBSD signal map instead of leveraging the FreeBSD one. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/11/27 10:37:32 Modified files: usr.sbin/switchd: ofp13.c usr.sbin/tcpdump: print-ofp.c sys/net : switchofp.c Log message: OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs) that represent various header fields. One place where OXMs are used is in the sef_field action, which contains one OXM representing the header field to set, followed by padding to align the action in the OpenFlow message to 64 bits. Currently, we assume that a set_field action can contain multiple OXMs and that they do not need to be padded. This matches the way we handle OpenFlow messages that contain set_field actions so that we follow the specs. OK ori claudio CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/27 10:49:09 Modified files: sbin/dhclient : dhclient.c sbin/ifconfig : ifconfig.c sbin/pflogd : privsep.c usr.sbin/tcpdrop: tcpdrop.c Log message: use _PATH_ names for unveil if possible CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 10:53:31 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add glue for new RSA-OAEP tests. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/27 10:59:13 Modified files: sys/net : ppp_tty.c Log message: use correct forward type declaration from uvm. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 11:05:57 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Make error messages look like other test cases. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/1